n8n-nodes-aws-sns-trigger-with-policy 0.1.23 → 0.1.25

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.
Files changed (2977) hide show
  1. package/dist/package.json +10 -2
  2. package/dist/tsconfig.tsbuildinfo +1 -1
  3. package/node_modules/@aws-crypto/ie11-detection/CHANGELOG.md +46 -0
  4. package/node_modules/@aws-crypto/ie11-detection/LICENSE +202 -0
  5. package/node_modules/@aws-crypto/ie11-detection/README.md +20 -0
  6. package/node_modules/@aws-crypto/ie11-detection/build/CryptoOperation.d.ts +19 -0
  7. package/node_modules/@aws-crypto/ie11-detection/build/CryptoOperation.js +3 -0
  8. package/node_modules/@aws-crypto/ie11-detection/build/CryptoOperation.js.map +1 -0
  9. package/node_modules/@aws-crypto/ie11-detection/build/Key.d.ts +12 -0
  10. package/node_modules/@aws-crypto/ie11-detection/build/Key.js +3 -0
  11. package/node_modules/@aws-crypto/ie11-detection/build/Key.js.map +1 -0
  12. package/node_modules/@aws-crypto/ie11-detection/build/KeyOperation.d.ts +12 -0
  13. package/node_modules/@aws-crypto/ie11-detection/build/KeyOperation.js +3 -0
  14. package/node_modules/@aws-crypto/ie11-detection/build/KeyOperation.js.map +1 -0
  15. package/node_modules/@aws-crypto/ie11-detection/build/MsSubtleCrypto.d.ts +33 -0
  16. package/node_modules/@aws-crypto/ie11-detection/build/MsSubtleCrypto.js +3 -0
  17. package/node_modules/@aws-crypto/ie11-detection/build/MsSubtleCrypto.js.map +1 -0
  18. package/node_modules/@aws-crypto/ie11-detection/build/MsWindow.d.ts +21 -0
  19. package/node_modules/@aws-crypto/ie11-detection/build/MsWindow.js +32 -0
  20. package/node_modules/@aws-crypto/ie11-detection/build/MsWindow.js.map +1 -0
  21. package/node_modules/@aws-crypto/ie11-detection/build/index.d.ts +5 -0
  22. package/node_modules/@aws-crypto/ie11-detection/build/index.js +9 -0
  23. package/node_modules/@aws-crypto/ie11-detection/build/index.js.map +1 -0
  24. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/CopyrightNotice.txt +15 -0
  25. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/LICENSE.txt +12 -0
  26. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/README.md +142 -0
  27. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/modules/index.js +51 -0
  28. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/modules/package.json +3 -0
  29. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/package.json +37 -0
  30. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +23 -0
  31. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
  32. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.d.ts +37 -0
  33. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.es6.html +1 -0
  34. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.es6.js +218 -0
  35. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.html +1 -0
  36. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.js +284 -0
  37. package/node_modules/@aws-crypto/ie11-detection/package.json +26 -0
  38. package/node_modules/@aws-crypto/ie11-detection/src/CryptoOperation.ts +21 -0
  39. package/node_modules/@aws-crypto/ie11-detection/src/Key.ts +12 -0
  40. package/node_modules/@aws-crypto/ie11-detection/src/KeyOperation.ts +13 -0
  41. package/node_modules/@aws-crypto/ie11-detection/src/MsSubtleCrypto.ts +88 -0
  42. package/node_modules/@aws-crypto/ie11-detection/src/MsWindow.ts +59 -0
  43. package/node_modules/@aws-crypto/ie11-detection/src/index.ts +5 -0
  44. package/node_modules/@aws-crypto/ie11-detection/tsconfig.json +17 -0
  45. package/node_modules/@aws-crypto/sha256-browser/CHANGELOG.md +88 -0
  46. package/node_modules/@aws-crypto/sha256-browser/LICENSE +202 -0
  47. package/node_modules/@aws-crypto/sha256-browser/README.md +31 -0
  48. package/node_modules/@aws-crypto/sha256-browser/build/constants.d.ts +10 -0
  49. package/node_modules/@aws-crypto/sha256-browser/build/constants.js +43 -0
  50. package/node_modules/@aws-crypto/sha256-browser/build/constants.js.map +1 -0
  51. package/node_modules/@aws-crypto/sha256-browser/build/crossPlatformSha256.d.ts +8 -0
  52. package/node_modules/@aws-crypto/sha256-browser/build/crossPlatformSha256.js +35 -0
  53. package/node_modules/@aws-crypto/sha256-browser/build/crossPlatformSha256.js.map +1 -0
  54. package/node_modules/@aws-crypto/sha256-browser/build/ie11Sha256.d.ts +9 -0
  55. package/node_modules/@aws-crypto/sha256-browser/build/ie11Sha256.js +80 -0
  56. package/node_modules/@aws-crypto/sha256-browser/build/ie11Sha256.js.map +1 -0
  57. package/node_modules/@aws-crypto/sha256-browser/build/index.d.ts +3 -0
  58. package/node_modules/@aws-crypto/sha256-browser/build/index.js +10 -0
  59. package/node_modules/@aws-crypto/sha256-browser/build/index.js.map +1 -0
  60. package/node_modules/@aws-crypto/sha256-browser/build/isEmptyData.d.ts +2 -0
  61. package/node_modules/@aws-crypto/sha256-browser/build/isEmptyData.js +11 -0
  62. package/node_modules/@aws-crypto/sha256-browser/build/isEmptyData.js.map +1 -0
  63. package/node_modules/@aws-crypto/sha256-browser/build/webCryptoSha256.d.ts +10 -0
  64. package/node_modules/@aws-crypto/sha256-browser/build/webCryptoSha256.js +56 -0
  65. package/node_modules/@aws-crypto/sha256-browser/build/webCryptoSha256.js.map +1 -0
  66. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/CopyrightNotice.txt +15 -0
  67. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/LICENSE.txt +12 -0
  68. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/README.md +142 -0
  69. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/modules/index.js +51 -0
  70. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/modules/package.json +3 -0
  71. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/package.json +37 -0
  72. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +23 -0
  73. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
  74. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.d.ts +37 -0
  75. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.es6.html +1 -0
  76. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.es6.js +218 -0
  77. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.html +1 -0
  78. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.js +284 -0
  79. package/node_modules/@aws-crypto/sha256-browser/package.json +33 -0
  80. package/node_modules/@aws-crypto/sha256-browser/src/constants.ts +41 -0
  81. package/node_modules/@aws-crypto/sha256-browser/src/crossPlatformSha256.ts +34 -0
  82. package/node_modules/@aws-crypto/sha256-browser/src/ie11Sha256.ts +108 -0
  83. package/node_modules/@aws-crypto/sha256-browser/src/index.ts +3 -0
  84. package/node_modules/@aws-crypto/sha256-browser/src/isEmptyData.ts +9 -0
  85. package/node_modules/@aws-crypto/sha256-browser/src/webCryptoSha256.ts +71 -0
  86. package/node_modules/@aws-crypto/sha256-browser/tsconfig.json +22 -0
  87. package/node_modules/@aws-crypto/sha256-js/CHANGELOG.md +86 -0
  88. package/node_modules/@aws-crypto/sha256-js/LICENSE +201 -0
  89. package/node_modules/@aws-crypto/sha256-js/README.md +29 -0
  90. package/node_modules/@aws-crypto/sha256-js/build/RawSha256.d.ts +17 -0
  91. package/node_modules/@aws-crypto/sha256-js/build/RawSha256.js +124 -0
  92. package/node_modules/@aws-crypto/sha256-js/build/RawSha256.js.map +1 -0
  93. package/node_modules/@aws-crypto/sha256-js/build/constants.d.ts +20 -0
  94. package/node_modules/@aws-crypto/sha256-js/build/constants.js +98 -0
  95. package/node_modules/@aws-crypto/sha256-js/build/constants.js.map +1 -0
  96. package/node_modules/@aws-crypto/sha256-js/build/index.d.ts +1 -0
  97. package/node_modules/@aws-crypto/sha256-js/build/index.js +5 -0
  98. package/node_modules/@aws-crypto/sha256-js/build/index.js.map +1 -0
  99. package/node_modules/@aws-crypto/sha256-js/build/jsSha256.d.ts +12 -0
  100. package/node_modules/@aws-crypto/sha256-js/build/jsSha256.js +85 -0
  101. package/node_modules/@aws-crypto/sha256-js/build/jsSha256.js.map +1 -0
  102. package/node_modules/@aws-crypto/sha256-js/build/knownHashes.fixture.d.ts +5 -0
  103. package/node_modules/@aws-crypto/sha256-js/build/knownHashes.fixture.js +322 -0
  104. package/node_modules/@aws-crypto/sha256-js/build/knownHashes.fixture.js.map +1 -0
  105. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/CopyrightNotice.txt +15 -0
  106. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/LICENSE.txt +12 -0
  107. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/README.md +142 -0
  108. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/modules/index.js +51 -0
  109. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/modules/package.json +3 -0
  110. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/package.json +37 -0
  111. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +23 -0
  112. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
  113. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.d.ts +37 -0
  114. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.es6.html +1 -0
  115. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.es6.js +218 -0
  116. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.html +1 -0
  117. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.js +284 -0
  118. package/node_modules/@aws-crypto/sha256-js/package.json +28 -0
  119. package/node_modules/@aws-crypto/sha256-js/src/RawSha256.ts +164 -0
  120. package/node_modules/@aws-crypto/sha256-js/src/constants.ts +98 -0
  121. package/node_modules/@aws-crypto/sha256-js/src/index.ts +1 -0
  122. package/node_modules/@aws-crypto/sha256-js/src/jsSha256.ts +94 -0
  123. package/node_modules/@aws-crypto/sha256-js/src/knownHashes.fixture.ts +401 -0
  124. package/node_modules/@aws-crypto/sha256-js/tsconfig.json +17 -0
  125. package/node_modules/@aws-crypto/supports-web-crypto/CHANGELOG.md +46 -0
  126. package/node_modules/@aws-crypto/supports-web-crypto/LICENSE +202 -0
  127. package/node_modules/@aws-crypto/supports-web-crypto/README.md +32 -0
  128. package/node_modules/@aws-crypto/supports-web-crypto/build/index.d.ts +1 -0
  129. package/node_modules/@aws-crypto/supports-web-crypto/build/index.js +5 -0
  130. package/node_modules/@aws-crypto/supports-web-crypto/build/supportsWebCrypto.d.ts +4 -0
  131. package/node_modules/@aws-crypto/supports-web-crypto/build/supportsWebCrypto.js +69 -0
  132. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/CopyrightNotice.txt +15 -0
  133. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/LICENSE.txt +12 -0
  134. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/README.md +142 -0
  135. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/modules/index.js +51 -0
  136. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/modules/package.json +3 -0
  137. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/package.json +37 -0
  138. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +23 -0
  139. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
  140. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.d.ts +37 -0
  141. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.es6.html +1 -0
  142. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.es6.js +218 -0
  143. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.html +1 -0
  144. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.js +284 -0
  145. package/node_modules/@aws-crypto/supports-web-crypto/package.json +26 -0
  146. package/node_modules/@aws-crypto/supports-web-crypto/src/index.ts +1 -0
  147. package/node_modules/@aws-crypto/supports-web-crypto/src/supportsWebCrypto.ts +76 -0
  148. package/node_modules/@aws-crypto/supports-web-crypto/tsconfig.json +16 -0
  149. package/node_modules/@aws-crypto/util/CHANGELOG.md +47 -0
  150. package/node_modules/@aws-crypto/util/LICENSE +201 -0
  151. package/node_modules/@aws-crypto/util/README.md +16 -0
  152. package/node_modules/@aws-crypto/util/build/convertToBuffer.d.ts +2 -0
  153. package/node_modules/@aws-crypto/util/build/convertToBuffer.js +24 -0
  154. package/node_modules/@aws-crypto/util/build/convertToBuffer.js.map +1 -0
  155. package/node_modules/@aws-crypto/util/build/index.d.ts +4 -0
  156. package/node_modules/@aws-crypto/util/build/index.js +14 -0
  157. package/node_modules/@aws-crypto/util/build/index.js.map +1 -0
  158. package/node_modules/@aws-crypto/util/build/isEmptyData.d.ts +2 -0
  159. package/node_modules/@aws-crypto/util/build/isEmptyData.js +13 -0
  160. package/node_modules/@aws-crypto/util/build/isEmptyData.js.map +1 -0
  161. package/node_modules/@aws-crypto/util/build/numToUint8.d.ts +1 -0
  162. package/node_modules/@aws-crypto/util/build/numToUint8.js +15 -0
  163. package/node_modules/@aws-crypto/util/build/numToUint8.js.map +1 -0
  164. package/node_modules/@aws-crypto/util/build/uint32ArrayFrom.d.ts +1 -0
  165. package/node_modules/@aws-crypto/util/build/uint32ArrayFrom.js +20 -0
  166. package/node_modules/@aws-crypto/util/build/uint32ArrayFrom.js.map +1 -0
  167. package/node_modules/@aws-crypto/util/node_modules/tslib/CopyrightNotice.txt +15 -0
  168. package/node_modules/@aws-crypto/util/node_modules/tslib/LICENSE.txt +12 -0
  169. package/node_modules/@aws-crypto/util/node_modules/tslib/README.md +142 -0
  170. package/node_modules/@aws-crypto/util/node_modules/tslib/modules/index.js +51 -0
  171. package/node_modules/@aws-crypto/util/node_modules/tslib/modules/package.json +3 -0
  172. package/node_modules/@aws-crypto/util/node_modules/tslib/package.json +37 -0
  173. package/node_modules/@aws-crypto/util/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +23 -0
  174. package/node_modules/@aws-crypto/util/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
  175. package/node_modules/@aws-crypto/util/node_modules/tslib/tslib.d.ts +37 -0
  176. package/node_modules/@aws-crypto/util/node_modules/tslib/tslib.es6.html +1 -0
  177. package/node_modules/@aws-crypto/util/node_modules/tslib/tslib.es6.js +218 -0
  178. package/node_modules/@aws-crypto/util/node_modules/tslib/tslib.html +1 -0
  179. package/node_modules/@aws-crypto/util/node_modules/tslib/tslib.js +284 -0
  180. package/node_modules/@aws-crypto/util/package.json +31 -0
  181. package/node_modules/@aws-crypto/util/src/convertToBuffer.ts +30 -0
  182. package/node_modules/@aws-crypto/util/src/index.ts +7 -0
  183. package/node_modules/@aws-crypto/util/src/isEmptyData.ts +12 -0
  184. package/node_modules/@aws-crypto/util/src/numToUint8.ts +11 -0
  185. package/node_modules/@aws-crypto/util/src/uint32ArrayFrom.ts +16 -0
  186. package/node_modules/@aws-crypto/util/tsconfig.json +23 -0
  187. package/node_modules/@aws-sdk/client-sns/LICENSE +201 -0
  188. package/node_modules/@aws-sdk/client-sns/README.md +554 -0
  189. package/node_modules/@aws-sdk/client-sns/dist-cjs/SNS.js +95 -0
  190. package/node_modules/@aws-sdk/client-sns/dist-cjs/SNSClient.js +43 -0
  191. package/node_modules/@aws-sdk/client-sns/dist-cjs/commands/AddPermissionCommand.js +51 -0
  192. package/node_modules/@aws-sdk/client-sns/dist-cjs/commands/CheckIfPhoneNumberIsOptedOutCommand.js +51 -0
  193. package/node_modules/@aws-sdk/client-sns/dist-cjs/commands/ConfirmSubscriptionCommand.js +51 -0
  194. package/node_modules/@aws-sdk/client-sns/dist-cjs/commands/CreatePlatformApplicationCommand.js +51 -0
  195. package/node_modules/@aws-sdk/client-sns/dist-cjs/commands/CreatePlatformEndpointCommand.js +51 -0
  196. package/node_modules/@aws-sdk/client-sns/dist-cjs/commands/CreateSMSSandboxPhoneNumberCommand.js +51 -0
  197. package/node_modules/@aws-sdk/client-sns/dist-cjs/commands/CreateTopicCommand.js +51 -0
  198. package/node_modules/@aws-sdk/client-sns/dist-cjs/commands/DeleteEndpointCommand.js +51 -0
  199. package/node_modules/@aws-sdk/client-sns/dist-cjs/commands/DeletePlatformApplicationCommand.js +51 -0
  200. package/node_modules/@aws-sdk/client-sns/dist-cjs/commands/DeleteSMSSandboxPhoneNumberCommand.js +51 -0
  201. package/node_modules/@aws-sdk/client-sns/dist-cjs/commands/DeleteTopicCommand.js +51 -0
  202. package/node_modules/@aws-sdk/client-sns/dist-cjs/commands/GetDataProtectionPolicyCommand.js +51 -0
  203. package/node_modules/@aws-sdk/client-sns/dist-cjs/commands/GetEndpointAttributesCommand.js +51 -0
  204. package/node_modules/@aws-sdk/client-sns/dist-cjs/commands/GetPlatformApplicationAttributesCommand.js +51 -0
  205. package/node_modules/@aws-sdk/client-sns/dist-cjs/commands/GetSMSAttributesCommand.js +51 -0
  206. package/node_modules/@aws-sdk/client-sns/dist-cjs/commands/GetSMSSandboxAccountStatusCommand.js +51 -0
  207. package/node_modules/@aws-sdk/client-sns/dist-cjs/commands/GetSubscriptionAttributesCommand.js +51 -0
  208. package/node_modules/@aws-sdk/client-sns/dist-cjs/commands/GetTopicAttributesCommand.js +51 -0
  209. package/node_modules/@aws-sdk/client-sns/dist-cjs/commands/ListEndpointsByPlatformApplicationCommand.js +51 -0
  210. package/node_modules/@aws-sdk/client-sns/dist-cjs/commands/ListOriginationNumbersCommand.js +51 -0
  211. package/node_modules/@aws-sdk/client-sns/dist-cjs/commands/ListPhoneNumbersOptedOutCommand.js +51 -0
  212. package/node_modules/@aws-sdk/client-sns/dist-cjs/commands/ListPlatformApplicationsCommand.js +51 -0
  213. package/node_modules/@aws-sdk/client-sns/dist-cjs/commands/ListSMSSandboxPhoneNumbersCommand.js +51 -0
  214. package/node_modules/@aws-sdk/client-sns/dist-cjs/commands/ListSubscriptionsByTopicCommand.js +51 -0
  215. package/node_modules/@aws-sdk/client-sns/dist-cjs/commands/ListSubscriptionsCommand.js +51 -0
  216. package/node_modules/@aws-sdk/client-sns/dist-cjs/commands/ListTagsForResourceCommand.js +51 -0
  217. package/node_modules/@aws-sdk/client-sns/dist-cjs/commands/ListTopicsCommand.js +51 -0
  218. package/node_modules/@aws-sdk/client-sns/dist-cjs/commands/OptInPhoneNumberCommand.js +51 -0
  219. package/node_modules/@aws-sdk/client-sns/dist-cjs/commands/PublishBatchCommand.js +51 -0
  220. package/node_modules/@aws-sdk/client-sns/dist-cjs/commands/PublishCommand.js +51 -0
  221. package/node_modules/@aws-sdk/client-sns/dist-cjs/commands/PutDataProtectionPolicyCommand.js +51 -0
  222. package/node_modules/@aws-sdk/client-sns/dist-cjs/commands/RemovePermissionCommand.js +51 -0
  223. package/node_modules/@aws-sdk/client-sns/dist-cjs/commands/SetEndpointAttributesCommand.js +51 -0
  224. package/node_modules/@aws-sdk/client-sns/dist-cjs/commands/SetPlatformApplicationAttributesCommand.js +51 -0
  225. package/node_modules/@aws-sdk/client-sns/dist-cjs/commands/SetSMSAttributesCommand.js +51 -0
  226. package/node_modules/@aws-sdk/client-sns/dist-cjs/commands/SetSubscriptionAttributesCommand.js +51 -0
  227. package/node_modules/@aws-sdk/client-sns/dist-cjs/commands/SetTopicAttributesCommand.js +51 -0
  228. package/node_modules/@aws-sdk/client-sns/dist-cjs/commands/SubscribeCommand.js +51 -0
  229. package/node_modules/@aws-sdk/client-sns/dist-cjs/commands/TagResourceCommand.js +51 -0
  230. package/node_modules/@aws-sdk/client-sns/dist-cjs/commands/UnsubscribeCommand.js +51 -0
  231. package/node_modules/@aws-sdk/client-sns/dist-cjs/commands/UntagResourceCommand.js +51 -0
  232. package/node_modules/@aws-sdk/client-sns/dist-cjs/commands/VerifySMSSandboxPhoneNumberCommand.js +51 -0
  233. package/node_modules/@aws-sdk/client-sns/dist-cjs/commands/index.js +45 -0
  234. package/node_modules/@aws-sdk/client-sns/dist-cjs/endpoint/EndpointParameters.js +12 -0
  235. package/node_modules/@aws-sdk/client-sns/dist-cjs/endpoint/endpointResolver.js +12 -0
  236. package/node_modules/@aws-sdk/client-sns/dist-cjs/endpoint/ruleset.js +7 -0
  237. package/node_modules/@aws-sdk/client-sns/dist-cjs/extensionConfiguration.js +2 -0
  238. package/node_modules/@aws-sdk/client-sns/dist-cjs/index.js +12 -0
  239. package/node_modules/@aws-sdk/client-sns/dist-cjs/models/SNSServiceException.js +12 -0
  240. package/node_modules/@aws-sdk/client-sns/dist-cjs/models/index.js +4 -0
  241. package/node_modules/@aws-sdk/client-sns/dist-cjs/models/models_0.js +478 -0
  242. package/node_modules/@aws-sdk/client-sns/dist-cjs/pagination/Interfaces.js +2 -0
  243. package/node_modules/@aws-sdk/client-sns/dist-cjs/pagination/ListEndpointsByPlatformApplicationPaginator.js +28 -0
  244. package/node_modules/@aws-sdk/client-sns/dist-cjs/pagination/ListOriginationNumbersPaginator.js +29 -0
  245. package/node_modules/@aws-sdk/client-sns/dist-cjs/pagination/ListPhoneNumbersOptedOutPaginator.js +28 -0
  246. package/node_modules/@aws-sdk/client-sns/dist-cjs/pagination/ListPlatformApplicationsPaginator.js +28 -0
  247. package/node_modules/@aws-sdk/client-sns/dist-cjs/pagination/ListSMSSandboxPhoneNumbersPaginator.js +29 -0
  248. package/node_modules/@aws-sdk/client-sns/dist-cjs/pagination/ListSubscriptionsByTopicPaginator.js +28 -0
  249. package/node_modules/@aws-sdk/client-sns/dist-cjs/pagination/ListSubscriptionsPaginator.js +28 -0
  250. package/node_modules/@aws-sdk/client-sns/dist-cjs/pagination/ListTopicsPaginator.js +28 -0
  251. package/node_modules/@aws-sdk/client-sns/dist-cjs/pagination/index.js +12 -0
  252. package/node_modules/@aws-sdk/client-sns/dist-cjs/protocols/Aws_query.js +4178 -0
  253. package/node_modules/@aws-sdk/client-sns/dist-cjs/runtimeConfig.browser.js +39 -0
  254. package/node_modules/@aws-sdk/client-sns/dist-cjs/runtimeConfig.js +50 -0
  255. package/node_modules/@aws-sdk/client-sns/dist-cjs/runtimeConfig.native.js +15 -0
  256. package/node_modules/@aws-sdk/client-sns/dist-cjs/runtimeConfig.shared.js +24 -0
  257. package/node_modules/@aws-sdk/client-sns/dist-cjs/runtimeExtensions.js +22 -0
  258. package/node_modules/@aws-sdk/client-sns/dist-es/SNS.js +91 -0
  259. package/node_modules/@aws-sdk/client-sns/dist-es/SNSClient.js +39 -0
  260. package/node_modules/@aws-sdk/client-sns/dist-es/commands/AddPermissionCommand.js +47 -0
  261. package/node_modules/@aws-sdk/client-sns/dist-es/commands/CheckIfPhoneNumberIsOptedOutCommand.js +47 -0
  262. package/node_modules/@aws-sdk/client-sns/dist-es/commands/ConfirmSubscriptionCommand.js +47 -0
  263. package/node_modules/@aws-sdk/client-sns/dist-es/commands/CreatePlatformApplicationCommand.js +47 -0
  264. package/node_modules/@aws-sdk/client-sns/dist-es/commands/CreatePlatformEndpointCommand.js +47 -0
  265. package/node_modules/@aws-sdk/client-sns/dist-es/commands/CreateSMSSandboxPhoneNumberCommand.js +47 -0
  266. package/node_modules/@aws-sdk/client-sns/dist-es/commands/CreateTopicCommand.js +47 -0
  267. package/node_modules/@aws-sdk/client-sns/dist-es/commands/DeleteEndpointCommand.js +47 -0
  268. package/node_modules/@aws-sdk/client-sns/dist-es/commands/DeletePlatformApplicationCommand.js +47 -0
  269. package/node_modules/@aws-sdk/client-sns/dist-es/commands/DeleteSMSSandboxPhoneNumberCommand.js +47 -0
  270. package/node_modules/@aws-sdk/client-sns/dist-es/commands/DeleteTopicCommand.js +47 -0
  271. package/node_modules/@aws-sdk/client-sns/dist-es/commands/GetDataProtectionPolicyCommand.js +47 -0
  272. package/node_modules/@aws-sdk/client-sns/dist-es/commands/GetEndpointAttributesCommand.js +47 -0
  273. package/node_modules/@aws-sdk/client-sns/dist-es/commands/GetPlatformApplicationAttributesCommand.js +47 -0
  274. package/node_modules/@aws-sdk/client-sns/dist-es/commands/GetSMSAttributesCommand.js +47 -0
  275. package/node_modules/@aws-sdk/client-sns/dist-es/commands/GetSMSSandboxAccountStatusCommand.js +47 -0
  276. package/node_modules/@aws-sdk/client-sns/dist-es/commands/GetSubscriptionAttributesCommand.js +47 -0
  277. package/node_modules/@aws-sdk/client-sns/dist-es/commands/GetTopicAttributesCommand.js +47 -0
  278. package/node_modules/@aws-sdk/client-sns/dist-es/commands/ListEndpointsByPlatformApplicationCommand.js +47 -0
  279. package/node_modules/@aws-sdk/client-sns/dist-es/commands/ListOriginationNumbersCommand.js +47 -0
  280. package/node_modules/@aws-sdk/client-sns/dist-es/commands/ListPhoneNumbersOptedOutCommand.js +47 -0
  281. package/node_modules/@aws-sdk/client-sns/dist-es/commands/ListPlatformApplicationsCommand.js +47 -0
  282. package/node_modules/@aws-sdk/client-sns/dist-es/commands/ListSMSSandboxPhoneNumbersCommand.js +47 -0
  283. package/node_modules/@aws-sdk/client-sns/dist-es/commands/ListSubscriptionsByTopicCommand.js +47 -0
  284. package/node_modules/@aws-sdk/client-sns/dist-es/commands/ListSubscriptionsCommand.js +47 -0
  285. package/node_modules/@aws-sdk/client-sns/dist-es/commands/ListTagsForResourceCommand.js +47 -0
  286. package/node_modules/@aws-sdk/client-sns/dist-es/commands/ListTopicsCommand.js +47 -0
  287. package/node_modules/@aws-sdk/client-sns/dist-es/commands/OptInPhoneNumberCommand.js +47 -0
  288. package/node_modules/@aws-sdk/client-sns/dist-es/commands/PublishBatchCommand.js +47 -0
  289. package/node_modules/@aws-sdk/client-sns/dist-es/commands/PublishCommand.js +47 -0
  290. package/node_modules/@aws-sdk/client-sns/dist-es/commands/PutDataProtectionPolicyCommand.js +47 -0
  291. package/node_modules/@aws-sdk/client-sns/dist-es/commands/RemovePermissionCommand.js +47 -0
  292. package/node_modules/@aws-sdk/client-sns/dist-es/commands/SetEndpointAttributesCommand.js +47 -0
  293. package/node_modules/@aws-sdk/client-sns/dist-es/commands/SetPlatformApplicationAttributesCommand.js +47 -0
  294. package/node_modules/@aws-sdk/client-sns/dist-es/commands/SetSMSAttributesCommand.js +47 -0
  295. package/node_modules/@aws-sdk/client-sns/dist-es/commands/SetSubscriptionAttributesCommand.js +47 -0
  296. package/node_modules/@aws-sdk/client-sns/dist-es/commands/SetTopicAttributesCommand.js +47 -0
  297. package/node_modules/@aws-sdk/client-sns/dist-es/commands/SubscribeCommand.js +47 -0
  298. package/node_modules/@aws-sdk/client-sns/dist-es/commands/TagResourceCommand.js +47 -0
  299. package/node_modules/@aws-sdk/client-sns/dist-es/commands/UnsubscribeCommand.js +47 -0
  300. package/node_modules/@aws-sdk/client-sns/dist-es/commands/UntagResourceCommand.js +47 -0
  301. package/node_modules/@aws-sdk/client-sns/dist-es/commands/VerifySMSSandboxPhoneNumberCommand.js +47 -0
  302. package/node_modules/@aws-sdk/client-sns/dist-es/commands/index.js +42 -0
  303. package/node_modules/@aws-sdk/client-sns/dist-es/endpoint/EndpointParameters.js +8 -0
  304. package/node_modules/@aws-sdk/client-sns/dist-es/endpoint/endpointResolver.js +8 -0
  305. package/node_modules/@aws-sdk/client-sns/dist-es/endpoint/ruleset.js +4 -0
  306. package/node_modules/@aws-sdk/client-sns/dist-es/extensionConfiguration.js +1 -0
  307. package/node_modules/@aws-sdk/client-sns/dist-es/index.js +7 -0
  308. package/node_modules/@aws-sdk/client-sns/dist-es/models/SNSServiceException.js +8 -0
  309. package/node_modules/@aws-sdk/client-sns/dist-es/models/index.js +1 -0
  310. package/node_modules/@aws-sdk/client-sns/dist-es/models/models_0.js +441 -0
  311. package/node_modules/@aws-sdk/client-sns/dist-es/pagination/Interfaces.js +1 -0
  312. package/node_modules/@aws-sdk/client-sns/dist-es/pagination/ListEndpointsByPlatformApplicationPaginator.js +24 -0
  313. package/node_modules/@aws-sdk/client-sns/dist-es/pagination/ListOriginationNumbersPaginator.js +25 -0
  314. package/node_modules/@aws-sdk/client-sns/dist-es/pagination/ListPhoneNumbersOptedOutPaginator.js +24 -0
  315. package/node_modules/@aws-sdk/client-sns/dist-es/pagination/ListPlatformApplicationsPaginator.js +24 -0
  316. package/node_modules/@aws-sdk/client-sns/dist-es/pagination/ListSMSSandboxPhoneNumbersPaginator.js +25 -0
  317. package/node_modules/@aws-sdk/client-sns/dist-es/pagination/ListSubscriptionsByTopicPaginator.js +24 -0
  318. package/node_modules/@aws-sdk/client-sns/dist-es/pagination/ListSubscriptionsPaginator.js +24 -0
  319. package/node_modules/@aws-sdk/client-sns/dist-es/pagination/ListTopicsPaginator.js +24 -0
  320. package/node_modules/@aws-sdk/client-sns/dist-es/pagination/index.js +9 -0
  321. package/node_modules/@aws-sdk/client-sns/dist-es/protocols/Aws_query.js +4090 -0
  322. package/node_modules/@aws-sdk/client-sns/dist-es/runtimeConfig.browser.js +34 -0
  323. package/node_modules/@aws-sdk/client-sns/dist-es/runtimeConfig.js +45 -0
  324. package/node_modules/@aws-sdk/client-sns/dist-es/runtimeConfig.native.js +11 -0
  325. package/node_modules/@aws-sdk/client-sns/dist-es/runtimeConfig.shared.js +20 -0
  326. package/node_modules/@aws-sdk/client-sns/dist-es/runtimeExtensions.js +18 -0
  327. package/node_modules/@aws-sdk/client-sns/dist-types/SNS.d.ts +316 -0
  328. package/node_modules/@aws-sdk/client-sns/dist-types/SNSClient.d.ts +223 -0
  329. package/node_modules/@aws-sdk/client-sns/dist-types/commands/AddPermissionCommand.d.ts +97 -0
  330. package/node_modules/@aws-sdk/client-sns/dist-types/commands/CheckIfPhoneNumberIsOptedOutCommand.d.ts +90 -0
  331. package/node_modules/@aws-sdk/client-sns/dist-types/commands/ConfirmSubscriptionCommand.d.ts +104 -0
  332. package/node_modules/@aws-sdk/client-sns/dist-types/commands/CreatePlatformApplicationCommand.d.ts +131 -0
  333. package/node_modules/@aws-sdk/client-sns/dist-types/commands/CreatePlatformEndpointCommand.d.ts +104 -0
  334. package/node_modules/@aws-sdk/client-sns/dist-types/commands/CreateSMSSandboxPhoneNumberCommand.d.ts +102 -0
  335. package/node_modules/@aws-sdk/client-sns/dist-types/commands/CreateTopicCommand.d.ts +119 -0
  336. package/node_modules/@aws-sdk/client-sns/dist-types/commands/DeleteEndpointCommand.d.ts +85 -0
  337. package/node_modules/@aws-sdk/client-sns/dist-types/commands/DeletePlatformApplicationCommand.d.ts +84 -0
  338. package/node_modules/@aws-sdk/client-sns/dist-types/commands/DeleteSMSSandboxPhoneNumberCommand.d.ts +101 -0
  339. package/node_modules/@aws-sdk/client-sns/dist-types/commands/DeleteTopicCommand.d.ts +102 -0
  340. package/node_modules/@aws-sdk/client-sns/dist-types/commands/GetDataProtectionPolicyCommand.d.ts +91 -0
  341. package/node_modules/@aws-sdk/client-sns/dist-types/commands/GetEndpointAttributesCommand.d.ts +90 -0
  342. package/node_modules/@aws-sdk/client-sns/dist-types/commands/GetPlatformApplicationAttributesCommand.d.ts +90 -0
  343. package/node_modules/@aws-sdk/client-sns/dist-types/commands/GetSMSAttributesCommand.d.ts +91 -0
  344. package/node_modules/@aws-sdk/client-sns/dist-types/commands/GetSMSSandboxAccountStatusCommand.d.ts +89 -0
  345. package/node_modules/@aws-sdk/client-sns/dist-types/commands/GetSubscriptionAttributesCommand.d.ts +88 -0
  346. package/node_modules/@aws-sdk/client-sns/dist-types/commands/GetTopicAttributesCommand.d.ts +93 -0
  347. package/node_modules/@aws-sdk/client-sns/dist-types/commands/ListEndpointsByPlatformApplicationCommand.d.ts +104 -0
  348. package/node_modules/@aws-sdk/client-sns/dist-types/commands/ListOriginationNumbersCommand.d.ts +104 -0
  349. package/node_modules/@aws-sdk/client-sns/dist-types/commands/ListPhoneNumbersOptedOutCommand.d.ts +96 -0
  350. package/node_modules/@aws-sdk/client-sns/dist-types/commands/ListPlatformApplicationsCommand.d.ts +100 -0
  351. package/node_modules/@aws-sdk/client-sns/dist-types/commands/ListSMSSandboxPhoneNumbersCommand.d.ts +106 -0
  352. package/node_modules/@aws-sdk/client-sns/dist-types/commands/ListSubscriptionsByTopicCommand.d.ts +100 -0
  353. package/node_modules/@aws-sdk/client-sns/dist-types/commands/ListSubscriptionsCommand.d.ts +96 -0
  354. package/node_modules/@aws-sdk/client-sns/dist-types/commands/ListTagsForResourceCommand.d.ts +98 -0
  355. package/node_modules/@aws-sdk/client-sns/dist-types/commands/ListTopicsCommand.d.ts +92 -0
  356. package/node_modules/@aws-sdk/client-sns/dist-types/commands/OptInPhoneNumberCommand.d.ts +86 -0
  357. package/node_modules/@aws-sdk/client-sns/dist-types/commands/PublishBatchCommand.d.ts +194 -0
  358. package/node_modules/@aws-sdk/client-sns/dist-types/commands/PublishCommand.d.ts +160 -0
  359. package/node_modules/@aws-sdk/client-sns/dist-types/commands/PutDataProtectionPolicyCommand.d.ts +90 -0
  360. package/node_modules/@aws-sdk/client-sns/dist-types/commands/RemovePermissionCommand.d.ts +90 -0
  361. package/node_modules/@aws-sdk/client-sns/dist-types/commands/SetEndpointAttributesCommand.d.ts +89 -0
  362. package/node_modules/@aws-sdk/client-sns/dist-types/commands/SetPlatformApplicationAttributesCommand.d.ts +91 -0
  363. package/node_modules/@aws-sdk/client-sns/dist-types/commands/SetSMSAttributesCommand.d.ts +96 -0
  364. package/node_modules/@aws-sdk/client-sns/dist-types/commands/SetSubscriptionAttributesCommand.d.ts +95 -0
  365. package/node_modules/@aws-sdk/client-sns/dist-types/commands/SetTopicAttributesCommand.d.ts +95 -0
  366. package/node_modules/@aws-sdk/client-sns/dist-types/commands/SubscribeCommand.d.ts +113 -0
  367. package/node_modules/@aws-sdk/client-sns/dist-types/commands/TagResourceCommand.d.ts +125 -0
  368. package/node_modules/@aws-sdk/client-sns/dist-types/commands/UnsubscribeCommand.d.ts +99 -0
  369. package/node_modules/@aws-sdk/client-sns/dist-types/commands/UntagResourceCommand.d.ts +101 -0
  370. package/node_modules/@aws-sdk/client-sns/dist-types/commands/VerifySMSSandboxPhoneNumberCommand.d.ts +101 -0
  371. package/node_modules/@aws-sdk/client-sns/dist-types/commands/index.d.ts +42 -0
  372. package/node_modules/@aws-sdk/client-sns/dist-types/endpoint/EndpointParameters.d.ts +22 -0
  373. package/node_modules/@aws-sdk/client-sns/dist-types/endpoint/endpointResolver.d.ts +5 -0
  374. package/node_modules/@aws-sdk/client-sns/dist-types/endpoint/ruleset.d.ts +2 -0
  375. package/node_modules/@aws-sdk/client-sns/dist-types/extensionConfiguration.d.ts +8 -0
  376. package/node_modules/@aws-sdk/client-sns/dist-types/index.d.ts +25 -0
  377. package/node_modules/@aws-sdk/client-sns/dist-types/models/SNSServiceException.d.ts +13 -0
  378. package/node_modules/@aws-sdk/client-sns/dist-types/models/index.d.ts +1 -0
  379. package/node_modules/@aws-sdk/client-sns/dist-types/models/models_0.d.ts +3087 -0
  380. package/node_modules/@aws-sdk/client-sns/dist-types/pagination/Interfaces.d.ts +8 -0
  381. package/node_modules/@aws-sdk/client-sns/dist-types/pagination/ListEndpointsByPlatformApplicationPaginator.d.ts +7 -0
  382. package/node_modules/@aws-sdk/client-sns/dist-types/pagination/ListOriginationNumbersPaginator.d.ts +7 -0
  383. package/node_modules/@aws-sdk/client-sns/dist-types/pagination/ListPhoneNumbersOptedOutPaginator.d.ts +7 -0
  384. package/node_modules/@aws-sdk/client-sns/dist-types/pagination/ListPlatformApplicationsPaginator.d.ts +7 -0
  385. package/node_modules/@aws-sdk/client-sns/dist-types/pagination/ListSMSSandboxPhoneNumbersPaginator.d.ts +7 -0
  386. package/node_modules/@aws-sdk/client-sns/dist-types/pagination/ListSubscriptionsByTopicPaginator.d.ts +7 -0
  387. package/node_modules/@aws-sdk/client-sns/dist-types/pagination/ListSubscriptionsPaginator.d.ts +7 -0
  388. package/node_modules/@aws-sdk/client-sns/dist-types/pagination/ListTopicsPaginator.d.ts +7 -0
  389. package/node_modules/@aws-sdk/client-sns/dist-types/pagination/index.d.ts +9 -0
  390. package/node_modules/@aws-sdk/client-sns/dist-types/protocols/Aws_query.d.ts +380 -0
  391. package/node_modules/@aws-sdk/client-sns/dist-types/runtimeConfig.browser.d.ts +46 -0
  392. package/node_modules/@aws-sdk/client-sns/dist-types/runtimeConfig.d.ts +46 -0
  393. package/node_modules/@aws-sdk/client-sns/dist-types/runtimeConfig.native.d.ts +45 -0
  394. package/node_modules/@aws-sdk/client-sns/dist-types/runtimeConfig.shared.d.ts +19 -0
  395. package/node_modules/@aws-sdk/client-sns/dist-types/runtimeExtensions.d.ts +17 -0
  396. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/SNS.d.ts +725 -0
  397. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/SNSClient.d.ts +367 -0
  398. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +33 -0
  399. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/CheckIfPhoneNumberIsOptedOutCommand.d.ts +42 -0
  400. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/ConfirmSubscriptionCommand.d.ts +39 -0
  401. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/CreatePlatformApplicationCommand.d.ts +42 -0
  402. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/CreatePlatformEndpointCommand.d.ts +42 -0
  403. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/CreateSMSSandboxPhoneNumberCommand.d.ts +42 -0
  404. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +35 -0
  405. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +33 -0
  406. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/DeletePlatformApplicationCommand.d.ts +38 -0
  407. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/DeleteSMSSandboxPhoneNumberCommand.d.ts +42 -0
  408. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/DeleteTopicCommand.d.ts +33 -0
  409. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/GetDataProtectionPolicyCommand.d.ts +42 -0
  410. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/GetEndpointAttributesCommand.d.ts +42 -0
  411. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/GetPlatformApplicationAttributesCommand.d.ts +42 -0
  412. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/GetSMSAttributesCommand.d.ts +38 -0
  413. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/GetSMSSandboxAccountStatusCommand.d.ts +42 -0
  414. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/GetSubscriptionAttributesCommand.d.ts +42 -0
  415. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/GetTopicAttributesCommand.d.ts +39 -0
  416. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/ListEndpointsByPlatformApplicationCommand.d.ts +42 -0
  417. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/ListOriginationNumbersCommand.d.ts +42 -0
  418. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/ListPhoneNumbersOptedOutCommand.d.ts +42 -0
  419. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/ListPlatformApplicationsCommand.d.ts +42 -0
  420. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/ListSMSSandboxPhoneNumbersCommand.d.ts +42 -0
  421. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/ListSubscriptionsByTopicCommand.d.ts +42 -0
  422. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/ListSubscriptionsCommand.d.ts +38 -0
  423. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +39 -0
  424. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/ListTopicsCommand.d.ts +35 -0
  425. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/OptInPhoneNumberCommand.d.ts +38 -0
  426. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/PublishBatchCommand.d.ts +35 -0
  427. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/PublishCommand.d.ts +35 -0
  428. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/PutDataProtectionPolicyCommand.d.ts +38 -0
  429. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +33 -0
  430. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/SetEndpointAttributesCommand.d.ts +37 -0
  431. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/SetPlatformApplicationAttributesCommand.d.ts +38 -0
  432. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/SetSMSAttributesCommand.d.ts +38 -0
  433. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/SetSubscriptionAttributesCommand.d.ts +38 -0
  434. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/SetTopicAttributesCommand.d.ts +34 -0
  435. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/SubscribeCommand.d.ts +35 -0
  436. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/TagResourceCommand.d.ts +35 -0
  437. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/UnsubscribeCommand.d.ts +33 -0
  438. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +38 -0
  439. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/VerifySMSSandboxPhoneNumberCommand.d.ts +42 -0
  440. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/index.d.ts +42 -0
  441. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +33 -0
  442. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  443. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  444. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/extensionConfiguration.d.ts +7 -0
  445. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/index.d.ts +8 -0
  446. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/models/SNSServiceException.d.ts +8 -0
  447. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/models/index.d.ts +1 -0
  448. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/models/models_0.d.ts +594 -0
  449. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/pagination/Interfaces.d.ts +5 -0
  450. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/pagination/ListEndpointsByPlatformApplicationPaginator.d.ts +11 -0
  451. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/pagination/ListOriginationNumbersPaginator.d.ts +11 -0
  452. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/pagination/ListPhoneNumbersOptedOutPaginator.d.ts +11 -0
  453. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/pagination/ListPlatformApplicationsPaginator.d.ts +11 -0
  454. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/pagination/ListSMSSandboxPhoneNumbersPaginator.d.ts +11 -0
  455. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/pagination/ListSubscriptionsByTopicPaginator.d.ts +11 -0
  456. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/pagination/ListSubscriptionsPaginator.d.ts +11 -0
  457. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/pagination/ListTopicsPaginator.d.ts +11 -0
  458. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/pagination/index.d.ts +9 -0
  459. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/protocols/Aws_query.d.ts +509 -0
  460. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/runtimeConfig.browser.d.ts +97 -0
  461. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/runtimeConfig.d.ts +97 -0
  462. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/runtimeConfig.native.d.ts +88 -0
  463. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/runtimeConfig.shared.d.ts +19 -0
  464. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
  465. package/node_modules/@aws-sdk/client-sns/package.json +103 -0
  466. package/node_modules/@aws-sdk/client-sso/LICENSE +201 -0
  467. package/node_modules/@aws-sdk/client-sso/README.md +252 -0
  468. package/node_modules/@aws-sdk/client-sso/dist-cjs/SSO.js +19 -0
  469. package/node_modules/@aws-sdk/client-sso/dist-cjs/SSOClient.js +40 -0
  470. package/node_modules/@aws-sdk/client-sso/dist-cjs/commands/GetRoleCredentialsCommand.js +52 -0
  471. package/node_modules/@aws-sdk/client-sso/dist-cjs/commands/ListAccountRolesCommand.js +52 -0
  472. package/node_modules/@aws-sdk/client-sso/dist-cjs/commands/ListAccountsCommand.js +52 -0
  473. package/node_modules/@aws-sdk/client-sso/dist-cjs/commands/LogoutCommand.js +52 -0
  474. package/node_modules/@aws-sdk/client-sso/dist-cjs/commands/index.js +7 -0
  475. package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/EndpointParameters.js +12 -0
  476. package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js +12 -0
  477. package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js +7 -0
  478. package/node_modules/@aws-sdk/client-sso/dist-cjs/extensionConfiguration.js +2 -0
  479. package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +12 -0
  480. package/node_modules/@aws-sdk/client-sso/dist-cjs/models/SSOServiceException.js +12 -0
  481. package/node_modules/@aws-sdk/client-sso/dist-cjs/models/index.js +4 -0
  482. package/node_modules/@aws-sdk/client-sso/dist-cjs/models/models_0.js +88 -0
  483. package/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/Interfaces.js +2 -0
  484. package/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/ListAccountRolesPaginator.js +29 -0
  485. package/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/ListAccountsPaginator.js +29 -0
  486. package/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/index.js +6 -0
  487. package/node_modules/@aws-sdk/client-sso/dist-cjs/protocols/Aws_restJson1.js +367 -0
  488. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +38 -0
  489. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +47 -0
  490. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.native.js +15 -0
  491. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +24 -0
  492. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeExtensions.js +22 -0
  493. package/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +15 -0
  494. package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +36 -0
  495. package/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +48 -0
  496. package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +48 -0
  497. package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +48 -0
  498. package/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +48 -0
  499. package/node_modules/@aws-sdk/client-sso/dist-es/commands/index.js +4 -0
  500. package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/EndpointParameters.js +8 -0
  501. package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/endpointResolver.js +8 -0
  502. package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/ruleset.js +4 -0
  503. package/node_modules/@aws-sdk/client-sso/dist-es/extensionConfiguration.js +1 -0
  504. package/node_modules/@aws-sdk/client-sso/dist-es/index.js +7 -0
  505. package/node_modules/@aws-sdk/client-sso/dist-es/models/SSOServiceException.js +8 -0
  506. package/node_modules/@aws-sdk/client-sso/dist-es/models/index.js +1 -0
  507. package/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +75 -0
  508. package/node_modules/@aws-sdk/client-sso/dist-es/pagination/Interfaces.js +1 -0
  509. package/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountRolesPaginator.js +25 -0
  510. package/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountsPaginator.js +25 -0
  511. package/node_modules/@aws-sdk/client-sso/dist-es/pagination/index.js +3 -0
  512. package/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +356 -0
  513. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +33 -0
  514. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +42 -0
  515. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.native.js +11 -0
  516. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +20 -0
  517. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeExtensions.js +18 -0
  518. package/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +53 -0
  519. package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +181 -0
  520. package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +96 -0
  521. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +97 -0
  522. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +99 -0
  523. package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +96 -0
  524. package/node_modules/@aws-sdk/client-sso/dist-types/commands/index.d.ts +4 -0
  525. package/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +22 -0
  526. package/node_modules/@aws-sdk/client-sso/dist-types/endpoint/endpointResolver.d.ts +5 -0
  527. package/node_modules/@aws-sdk/client-sso/dist-types/endpoint/ruleset.d.ts +2 -0
  528. package/node_modules/@aws-sdk/client-sso/dist-types/extensionConfiguration.d.ts +8 -0
  529. package/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +28 -0
  530. package/node_modules/@aws-sdk/client-sso/dist-types/models/SSOServiceException.d.ts +13 -0
  531. package/node_modules/@aws-sdk/client-sso/dist-types/models/index.d.ts +1 -0
  532. package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +266 -0
  533. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +8 -0
  534. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts +7 -0
  535. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts +7 -0
  536. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/index.d.ts +3 -0
  537. package/node_modules/@aws-sdk/client-sso/dist-types/protocols/Aws_restJson1.d.ts +38 -0
  538. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +39 -0
  539. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +39 -0
  540. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +38 -0
  541. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +19 -0
  542. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeExtensions.d.ts +17 -0
  543. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +73 -0
  544. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +131 -0
  545. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +39 -0
  546. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +38 -0
  547. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +35 -0
  548. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +33 -0
  549. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/index.d.ts +4 -0
  550. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +33 -0
  551. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  552. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  553. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/extensionConfiguration.d.ts +7 -0
  554. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +8 -0
  555. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/SSOServiceException.d.ts +8 -0
  556. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/index.d.ts +1 -0
  557. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +93 -0
  558. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/Interfaces.d.ts +5 -0
  559. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountRolesPaginator.d.ts +11 -0
  560. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +11 -0
  561. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/index.d.ts +3 -0
  562. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +53 -0
  563. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +73 -0
  564. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +73 -0
  565. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +64 -0
  566. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +19 -0
  567. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
  568. package/node_modules/@aws-sdk/client-sso/package.json +99 -0
  569. package/node_modules/@aws-sdk/client-sts/LICENSE +201 -0
  570. package/node_modules/@aws-sdk/client-sts/README.md +273 -0
  571. package/node_modules/@aws-sdk/client-sts/dist-cjs/STS.js +27 -0
  572. package/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +42 -0
  573. package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleCommand.js +55 -0
  574. package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleWithSAMLCommand.js +53 -0
  575. package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleWithWebIdentityCommand.js +53 -0
  576. package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/DecodeAuthorizationMessageCommand.js +54 -0
  577. package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetAccessKeyInfoCommand.js +54 -0
  578. package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetCallerIdentityCommand.js +54 -0
  579. package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetFederationTokenCommand.js +55 -0
  580. package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetSessionTokenCommand.js +55 -0
  581. package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/index.js +11 -0
  582. package/node_modules/@aws-sdk/client-sts/dist-cjs/defaultRoleAssumers.js +28 -0
  583. package/node_modules/@aws-sdk/client-sts/dist-cjs/defaultStsRoleAssumers.js +76 -0
  584. package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/EndpointParameters.js +13 -0
  585. package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/endpointResolver.js +12 -0
  586. package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/ruleset.js +7 -0
  587. package/node_modules/@aws-sdk/client-sts/dist-cjs/extensionConfiguration.js +2 -0
  588. package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +12 -0
  589. package/node_modules/@aws-sdk/client-sts/dist-cjs/models/STSServiceException.js +12 -0
  590. package/node_modules/@aws-sdk/client-sts/dist-cjs/models/index.js +4 -0
  591. package/node_modules/@aws-sdk/client-sts/dist-cjs/models/models_0.js +149 -0
  592. package/node_modules/@aws-sdk/client-sts/dist-cjs/protocols/Aws_query.js +1028 -0
  593. package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.browser.js +39 -0
  594. package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js +50 -0
  595. package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.native.js +15 -0
  596. package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js +24 -0
  597. package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeExtensions.js +22 -0
  598. package/node_modules/@aws-sdk/client-sts/dist-es/STS.js +23 -0
  599. package/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +38 -0
  600. package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleCommand.js +51 -0
  601. package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js +49 -0
  602. package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithWebIdentityCommand.js +49 -0
  603. package/node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js +50 -0
  604. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js +50 -0
  605. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js +50 -0
  606. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js +51 -0
  607. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js +51 -0
  608. package/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js +8 -0
  609. package/node_modules/@aws-sdk/client-sts/dist-es/defaultRoleAssumers.js +22 -0
  610. package/node_modules/@aws-sdk/client-sts/dist-es/defaultStsRoleAssumers.js +70 -0
  611. package/node_modules/@aws-sdk/client-sts/dist-es/endpoint/EndpointParameters.js +9 -0
  612. package/node_modules/@aws-sdk/client-sts/dist-es/endpoint/endpointResolver.js +8 -0
  613. package/node_modules/@aws-sdk/client-sts/dist-es/endpoint/ruleset.js +4 -0
  614. package/node_modules/@aws-sdk/client-sts/dist-es/extensionConfiguration.js +1 -0
  615. package/node_modules/@aws-sdk/client-sts/dist-es/index.js +7 -0
  616. package/node_modules/@aws-sdk/client-sts/dist-es/models/STSServiceException.js +8 -0
  617. package/node_modules/@aws-sdk/client-sts/dist-es/models/index.js +1 -0
  618. package/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +130 -0
  619. package/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +1009 -0
  620. package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.browser.js +34 -0
  621. package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.js +45 -0
  622. package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.native.js +11 -0
  623. package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.shared.js +20 -0
  624. package/node_modules/@aws-sdk/client-sts/dist-es/runtimeExtensions.js +18 -0
  625. package/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +69 -0
  626. package/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +180 -0
  627. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +271 -0
  628. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +296 -0
  629. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +305 -0
  630. package/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +129 -0
  631. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +89 -0
  632. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +130 -0
  633. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +244 -0
  634. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +168 -0
  635. package/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts +8 -0
  636. package/node_modules/@aws-sdk/client-sts/dist-types/defaultRoleAssumers.d.ts +20 -0
  637. package/node_modules/@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers.d.ts +36 -0
  638. package/node_modules/@aws-sdk/client-sts/dist-types/endpoint/EndpointParameters.d.ts +24 -0
  639. package/node_modules/@aws-sdk/client-sts/dist-types/endpoint/endpointResolver.d.ts +5 -0
  640. package/node_modules/@aws-sdk/client-sts/dist-types/endpoint/ruleset.d.ts +2 -0
  641. package/node_modules/@aws-sdk/client-sts/dist-types/extensionConfiguration.d.ts +8 -0
  642. package/node_modules/@aws-sdk/client-sts/dist-types/index.d.ts +16 -0
  643. package/node_modules/@aws-sdk/client-sts/dist-types/models/STSServiceException.d.ts +13 -0
  644. package/node_modules/@aws-sdk/client-sts/dist-types/models/index.d.ts +1 -0
  645. package/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +1203 -0
  646. package/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +74 -0
  647. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +47 -0
  648. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +47 -0
  649. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +46 -0
  650. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.shared.d.ts +19 -0
  651. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeExtensions.d.ts +17 -0
  652. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +141 -0
  653. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +163 -0
  654. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleCommand.d.ts +35 -0
  655. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +39 -0
  656. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithWebIdentityCommand.d.ts +42 -0
  657. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +42 -0
  658. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +38 -0
  659. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +39 -0
  660. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +39 -0
  661. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +38 -0
  662. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +8 -0
  663. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultRoleAssumers.d.ts +22 -0
  664. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultStsRoleAssumers.d.ts +24 -0
  665. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +35 -0
  666. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  667. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  668. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/extensionConfiguration.d.ts +7 -0
  669. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/index.d.ts +8 -0
  670. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/STSServiceException.d.ts +8 -0
  671. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/index.d.ts +1 -0
  672. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +206 -0
  673. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +101 -0
  674. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +101 -0
  675. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +99 -0
  676. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +92 -0
  677. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.shared.d.ts +19 -0
  678. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
  679. package/node_modules/@aws-sdk/client-sts/package.json +105 -0
  680. package/node_modules/@aws-sdk/core/CHANGELOG.md +43 -0
  681. package/node_modules/@aws-sdk/core/README.md +5 -0
  682. package/node_modules/@aws-sdk/core/api-extractor.json +4 -0
  683. package/node_modules/@aws-sdk/core/dist-cjs/client/emitWarningIfUnsupportedVersion.js +17 -0
  684. package/node_modules/@aws-sdk/core/dist-cjs/client/index.js +4 -0
  685. package/node_modules/@aws-sdk/core/dist-cjs/index.js +5 -0
  686. package/node_modules/@aws-sdk/core/dist-cjs/protocols/index.js +4 -0
  687. package/node_modules/@aws-sdk/core/dist-cjs/protocols/json/awsExpectUnion.js +14 -0
  688. package/node_modules/@aws-sdk/core/dist-es/client/emitWarningIfUnsupportedVersion.js +13 -0
  689. package/node_modules/@aws-sdk/core/dist-es/client/index.js +1 -0
  690. package/node_modules/@aws-sdk/core/dist-es/index.js +2 -0
  691. package/node_modules/@aws-sdk/core/dist-es/protocols/index.js +1 -0
  692. package/node_modules/@aws-sdk/core/dist-es/protocols/json/awsExpectUnion.js +10 -0
  693. package/node_modules/@aws-sdk/core/dist-types/client/emitWarningIfUnsupportedVersion.d.ts +9 -0
  694. package/node_modules/@aws-sdk/core/dist-types/client/index.d.ts +1 -0
  695. package/node_modules/@aws-sdk/core/dist-types/index.d.ts +2 -0
  696. package/node_modules/@aws-sdk/core/dist-types/protocols/index.d.ts +1 -0
  697. package/node_modules/@aws-sdk/core/dist-types/protocols/json/awsExpectUnion.d.ts +7 -0
  698. package/node_modules/@aws-sdk/core/dist-types/ts3.4/client/emitWarningIfUnsupportedVersion.d.ts +1 -0
  699. package/node_modules/@aws-sdk/core/dist-types/ts3.4/client/index.d.ts +1 -0
  700. package/node_modules/@aws-sdk/core/dist-types/ts3.4/index.d.ts +2 -0
  701. package/node_modules/@aws-sdk/core/dist-types/ts3.4/protocols/index.d.ts +1 -0
  702. package/node_modules/@aws-sdk/core/dist-types/ts3.4/protocols/json/awsExpectUnion.d.ts +3 -0
  703. package/node_modules/@aws-sdk/core/jest.config.js +6 -0
  704. package/node_modules/@aws-sdk/core/package.json +56 -0
  705. package/node_modules/@aws-sdk/core/scripts/lint.js +24 -0
  706. package/node_modules/@aws-sdk/core/src/client/emitWarningIfUnsupportedVersion.spec.ts +70 -0
  707. package/node_modules/@aws-sdk/core/src/client/emitWarningIfUnsupportedVersion.ts +25 -0
  708. package/node_modules/@aws-sdk/core/src/client/index.ts +1 -0
  709. package/node_modules/@aws-sdk/core/src/index.ts +2 -0
  710. package/node_modules/@aws-sdk/core/src/protocols/index.ts +1 -0
  711. package/node_modules/@aws-sdk/core/src/protocols/json/awsExpectUnion.spec.ts +30 -0
  712. package/node_modules/@aws-sdk/core/src/protocols/json/awsExpectUnion.ts +17 -0
  713. package/node_modules/@aws-sdk/core/tsconfig.cjs.json +9 -0
  714. package/node_modules/@aws-sdk/core/tsconfig.cjs.tsbuildinfo +1 -0
  715. package/node_modules/@aws-sdk/core/tsconfig.es.json +9 -0
  716. package/node_modules/@aws-sdk/core/tsconfig.es.tsbuildinfo +1 -0
  717. package/node_modules/@aws-sdk/core/tsconfig.types.json +9 -0
  718. package/node_modules/@aws-sdk/core/tsconfig.types.tsbuildinfo +1 -0
  719. package/node_modules/@aws-sdk/credential-provider-env/LICENSE +201 -0
  720. package/node_modules/@aws-sdk/credential-provider-env/README.md +11 -0
  721. package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/fromEnv.js +24 -0
  722. package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +4 -0
  723. package/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js +20 -0
  724. package/node_modules/@aws-sdk/credential-provider-env/dist-es/index.js +1 -0
  725. package/node_modules/@aws-sdk/credential-provider-env/dist-types/fromEnv.d.ts +25 -0
  726. package/node_modules/@aws-sdk/credential-provider-env/dist-types/index.d.ts +4 -0
  727. package/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/fromEnv.d.ts +6 -0
  728. package/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/index.d.ts +1 -0
  729. package/node_modules/@aws-sdk/credential-provider-env/package.json +64 -0
  730. package/node_modules/@aws-sdk/credential-provider-ini/LICENSE +201 -0
  731. package/node_modules/@aws-sdk/credential-provider-ini/README.md +11 -0
  732. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/fromIni.js +10 -0
  733. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +4 -0
  734. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveAssumeRoleCredentials.js +52 -0
  735. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveCredentialSource.js +21 -0
  736. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveProcessCredentials.js +11 -0
  737. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveProfileData.js +32 -0
  738. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveSsoCredentials.js +17 -0
  739. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveStaticCredentials.js +15 -0
  740. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveWebIdentityCredentials.js +17 -0
  741. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +6 -0
  742. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/index.js +1 -0
  743. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +47 -0
  744. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js +17 -0
  745. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js +6 -0
  746. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +28 -0
  747. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +12 -0
  748. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveStaticCredentials.js +10 -0
  749. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +12 -0
  750. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +41 -0
  751. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/index.d.ts +4 -0
  752. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +44 -0
  753. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveCredentialSource.d.ts +11 -0
  754. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProcessCredentials.d.ts +17 -0
  755. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +6 -0
  756. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +9 -0
  757. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveStaticCredentials.d.ts +17 -0
  758. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts +18 -0
  759. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +20 -0
  760. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/index.d.ts +1 -0
  761. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +17 -0
  762. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveCredentialSource.d.ts +5 -0
  763. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProcessCredentials.d.ts +11 -0
  764. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts +8 -0
  765. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +5 -0
  766. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveStaticCredentials.d.ts +12 -0
  767. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveWebIdentityCredentials.d.ts +14 -0
  768. package/node_modules/@aws-sdk/credential-provider-ini/package.json +70 -0
  769. package/node_modules/@aws-sdk/credential-provider-node/LICENSE +201 -0
  770. package/node_modules/@aws-sdk/credential-provider-node/README.md +104 -0
  771. package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/defaultProvider.js +15 -0
  772. package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +4 -0
  773. package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/remoteProvider.js +18 -0
  774. package/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +11 -0
  775. package/node_modules/@aws-sdk/credential-provider-node/dist-es/index.js +1 -0
  776. package/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +14 -0
  777. package/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +42 -0
  778. package/node_modules/@aws-sdk/credential-provider-node/dist-types/index.d.ts +1 -0
  779. package/node_modules/@aws-sdk/credential-provider-node/dist-types/remoteProvider.d.ts +4 -0
  780. package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +14 -0
  781. package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/index.d.ts +1 -0
  782. package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/remoteProvider.d.ts +6 -0
  783. package/node_modules/@aws-sdk/credential-provider-node/package.json +71 -0
  784. package/node_modules/@aws-sdk/credential-provider-process/LICENSE +201 -0
  785. package/node_modules/@aws-sdk/credential-provider-process/README.md +11 -0
  786. package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/ProcessCredentials.js +2 -0
  787. package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/fromProcess.js +10 -0
  788. package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/getValidatedProcessCredentials.js +25 -0
  789. package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +4 -0
  790. package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/resolveProcessCredentials.js +37 -0
  791. package/node_modules/@aws-sdk/credential-provider-process/dist-es/ProcessCredentials.js +1 -0
  792. package/node_modules/@aws-sdk/credential-provider-process/dist-es/fromProcess.js +6 -0
  793. package/node_modules/@aws-sdk/credential-provider-process/dist-es/getValidatedProcessCredentials.js +21 -0
  794. package/node_modules/@aws-sdk/credential-provider-process/dist-es/index.js +1 -0
  795. package/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js +33 -0
  796. package/node_modules/@aws-sdk/credential-provider-process/dist-types/ProcessCredentials.d.ts +10 -0
  797. package/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +14 -0
  798. package/node_modules/@aws-sdk/credential-provider-process/dist-types/getValidatedProcessCredentials.d.ts +6 -0
  799. package/node_modules/@aws-sdk/credential-provider-process/dist-types/index.d.ts +4 -0
  800. package/node_modules/@aws-sdk/credential-provider-process/dist-types/resolveProcessCredentials.d.ts +5 -0
  801. package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/ProcessCredentials.d.ts +7 -0
  802. package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/fromProcess.d.ts +6 -0
  803. package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/getValidatedProcessCredentials.d.ts +6 -0
  804. package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/index.d.ts +1 -0
  805. package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/resolveProcessCredentials.d.ts +5 -0
  806. package/node_modules/@aws-sdk/credential-provider-process/package.json +65 -0
  807. package/node_modules/@aws-sdk/credential-provider-sso/LICENSE +201 -0
  808. package/node_modules/@aws-sdk/credential-provider-sso/README.md +11 -0
  809. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/fromSSO.js +61 -0
  810. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +7 -0
  811. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/isSsoProfile.js +10 -0
  812. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/resolveSSOCredentials.js +54 -0
  813. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/types.js +2 -0
  814. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/validateSsoProfile.js +13 -0
  815. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +57 -0
  816. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/index.js +4 -0
  817. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/isSsoProfile.js +6 -0
  818. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +50 -0
  819. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/types.js +1 -0
  820. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/validateSsoProfile.js +9 -0
  821. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +67 -0
  822. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/index.d.ts +16 -0
  823. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/isSsoProfile.d.ts +6 -0
  824. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +6 -0
  825. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +16 -0
  826. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/index.d.ts +4 -0
  827. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/isSsoProfile.d.ts +3 -0
  828. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +11 -0
  829. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/types.d.ts +14 -0
  830. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/validateSsoProfile.d.ts +4 -0
  831. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/types.d.ts +22 -0
  832. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/validateSsoProfile.d.ts +5 -0
  833. package/node_modules/@aws-sdk/credential-provider-sso/package.json +67 -0
  834. package/node_modules/@aws-sdk/credential-provider-web-identity/LICENSE +201 -0
  835. package/node_modules/@aws-sdk/credential-provider-web-identity/README.md +11 -0
  836. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +25 -0
  837. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +21 -0
  838. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +5 -0
  839. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +20 -0
  840. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js +17 -0
  841. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/index.js +2 -0
  842. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +17 -0
  843. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts +135 -0
  844. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/index.d.ts +8 -0
  845. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromTokenFile.d.ts +11 -0
  846. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts +35 -0
  847. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/index.d.ts +2 -0
  848. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +72 -0
  849. package/node_modules/@aws-sdk/middleware-host-header/LICENSE +201 -0
  850. package/node_modules/@aws-sdk/middleware-host-header/README.md +4 -0
  851. package/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +39 -0
  852. package/node_modules/@aws-sdk/middleware-host-header/dist-es/index.js +33 -0
  853. package/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +20 -0
  854. package/node_modules/@aws-sdk/middleware-host-header/dist-types/ts3.4/index.d.ts +29 -0
  855. package/node_modules/@aws-sdk/middleware-host-header/package.json +59 -0
  856. package/node_modules/@aws-sdk/middleware-logger/LICENSE +201 -0
  857. package/node_modules/@aws-sdk/middleware-logger/README.md +4 -0
  858. package/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +4 -0
  859. package/node_modules/@aws-sdk/middleware-logger/dist-cjs/loggerMiddleware.js +48 -0
  860. package/node_modules/@aws-sdk/middleware-logger/dist-es/index.js +1 -0
  861. package/node_modules/@aws-sdk/middleware-logger/dist-es/loggerMiddleware.js +42 -0
  862. package/node_modules/@aws-sdk/middleware-logger/dist-types/index.d.ts +1 -0
  863. package/node_modules/@aws-sdk/middleware-logger/dist-types/loggerMiddleware.d.ts +4 -0
  864. package/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/index.d.ts +1 -0
  865. package/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/loggerMiddleware.d.ts +17 -0
  866. package/node_modules/@aws-sdk/middleware-logger/package.json +60 -0
  867. package/node_modules/@aws-sdk/middleware-recursion-detection/LICENSE +201 -0
  868. package/node_modules/@aws-sdk/middleware-recursion-detection/README.md +10 -0
  869. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +39 -0
  870. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/index.js +34 -0
  871. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/index.d.ts +18 -0
  872. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/index.d.ts +18 -0
  873. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +59 -0
  874. package/node_modules/@aws-sdk/middleware-sdk-sts/LICENSE +201 -0
  875. package/node_modules/@aws-sdk/middleware-sdk-sts/README.md +4 -0
  876. package/node_modules/@aws-sdk/middleware-sdk-sts/dist-cjs/index.js +9 -0
  877. package/node_modules/@aws-sdk/middleware-sdk-sts/dist-es/index.js +5 -0
  878. package/node_modules/@aws-sdk/middleware-sdk-sts/dist-types/index.d.ts +37 -0
  879. package/node_modules/@aws-sdk/middleware-sdk-sts/dist-types/ts3.4/index.d.ts +34 -0
  880. package/node_modules/@aws-sdk/middleware-sdk-sts/package.json +59 -0
  881. package/node_modules/@aws-sdk/middleware-signing/LICENSE +201 -0
  882. package/node_modules/@aws-sdk/middleware-signing/README.md +4 -0
  883. package/node_modules/@aws-sdk/middleware-signing/dist-cjs/awsAuthConfiguration.js +108 -0
  884. package/node_modules/@aws-sdk/middleware-signing/dist-cjs/awsAuthMiddleware.js +50 -0
  885. package/node_modules/@aws-sdk/middleware-signing/dist-cjs/index.js +5 -0
  886. package/node_modules/@aws-sdk/middleware-signing/dist-cjs/utils/getSkewCorrectedDate.js +5 -0
  887. package/node_modules/@aws-sdk/middleware-signing/dist-cjs/utils/getUpdatedSystemClockOffset.js +12 -0
  888. package/node_modules/@aws-sdk/middleware-signing/dist-cjs/utils/isClockSkewed.js +6 -0
  889. package/node_modules/@aws-sdk/middleware-signing/dist-es/awsAuthConfiguration.js +103 -0
  890. package/node_modules/@aws-sdk/middleware-signing/dist-es/awsAuthMiddleware.js +43 -0
  891. package/node_modules/@aws-sdk/middleware-signing/dist-es/index.js +2 -0
  892. package/node_modules/@aws-sdk/middleware-signing/dist-es/utils/getSkewCorrectedDate.js +1 -0
  893. package/node_modules/@aws-sdk/middleware-signing/dist-es/utils/getUpdatedSystemClockOffset.js +8 -0
  894. package/node_modules/@aws-sdk/middleware-signing/dist-es/utils/isClockSkewed.js +2 -0
  895. package/node_modules/@aws-sdk/middleware-signing/dist-types/awsAuthConfiguration.d.ts +99 -0
  896. package/node_modules/@aws-sdk/middleware-signing/dist-types/awsAuthMiddleware.d.ts +6 -0
  897. package/node_modules/@aws-sdk/middleware-signing/dist-types/index.d.ts +2 -0
  898. package/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/awsAuthConfiguration.d.ts +68 -0
  899. package/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/awsAuthMiddleware.d.ts +19 -0
  900. package/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/index.d.ts +2 -0
  901. package/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/getSkewCorrectedDate.d.ts +1 -0
  902. package/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/getUpdatedSystemClockOffset.d.ts +4 -0
  903. package/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/isClockSkewed.d.ts +4 -0
  904. package/node_modules/@aws-sdk/middleware-signing/dist-types/utils/getSkewCorrectedDate.d.ts +6 -0
  905. package/node_modules/@aws-sdk/middleware-signing/dist-types/utils/getUpdatedSystemClockOffset.d.ts +8 -0
  906. package/node_modules/@aws-sdk/middleware-signing/dist-types/utils/isClockSkewed.d.ts +7 -0
  907. package/node_modules/@aws-sdk/middleware-signing/package.json +63 -0
  908. package/node_modules/@aws-sdk/middleware-user-agent/LICENSE +201 -0
  909. package/node_modules/@aws-sdk/middleware-user-agent/README.md +4 -0
  910. package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/configurations.js +10 -0
  911. package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/constants.js +10 -0
  912. package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +5 -0
  913. package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/user-agent-middleware.js +79 -0
  914. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +6 -0
  915. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/constants.js +7 -0
  916. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/index.js +2 -0
  917. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +72 -0
  918. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +31 -0
  919. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/constants.d.ts +7 -0
  920. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/index.d.ts +2 -0
  921. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/configurations.d.ts +17 -0
  922. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/constants.d.ts +7 -0
  923. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/index.d.ts +2 -0
  924. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/user-agent-middleware.d.ts +20 -0
  925. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +17 -0
  926. package/node_modules/@aws-sdk/middleware-user-agent/package.json +61 -0
  927. package/node_modules/@aws-sdk/region-config-resolver/LICENSE +201 -0
  928. package/node_modules/@aws-sdk/region-config-resolver/README.md +12 -0
  929. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/extensions/index.js +30 -0
  930. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +5 -0
  931. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/config.js +15 -0
  932. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/getRealRegion.js +10 -0
  933. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/index.js +5 -0
  934. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/isFipsRegion.js +5 -0
  935. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/resolveRegionConfig.js +29 -0
  936. package/node_modules/@aws-sdk/region-config-resolver/dist-es/extensions/index.js +25 -0
  937. package/node_modules/@aws-sdk/region-config-resolver/dist-es/index.js +2 -0
  938. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/config.js +12 -0
  939. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/getRealRegion.js +6 -0
  940. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/index.js +2 -0
  941. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/isFipsRegion.js +1 -0
  942. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/resolveRegionConfig.js +25 -0
  943. package/node_modules/@aws-sdk/region-config-resolver/dist-types/extensions/index.d.ts +16 -0
  944. package/node_modules/@aws-sdk/region-config-resolver/dist-types/index.d.ts +2 -0
  945. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/config.d.ts +17 -0
  946. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/getRealRegion.d.ts +4 -0
  947. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/index.d.ts +8 -0
  948. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +4 -0
  949. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +37 -0
  950. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/extensions/index.d.ts +14 -0
  951. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/index.d.ts +2 -0
  952. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +8 -0
  953. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +1 -0
  954. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +2 -0
  955. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +1 -0
  956. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +14 -0
  957. package/node_modules/@aws-sdk/region-config-resolver/package.json +61 -0
  958. package/node_modules/@aws-sdk/token-providers/LICENSE +201 -0
  959. package/node_modules/@aws-sdk/token-providers/README.md +53 -0
  960. package/node_modules/@aws-sdk/token-providers/dist-cjs/bundle/client-sso-oidc-browser.js +1032 -0
  961. package/node_modules/@aws-sdk/token-providers/dist-cjs/bundle/client-sso-oidc-node.js +1038 -0
  962. package/node_modules/@aws-sdk/token-providers/dist-cjs/constants.js +5 -0
  963. package/node_modules/@aws-sdk/token-providers/dist-cjs/fromSso.js +82 -0
  964. package/node_modules/@aws-sdk/token-providers/dist-cjs/fromStatic.js +11 -0
  965. package/node_modules/@aws-sdk/token-providers/dist-cjs/getNewSsoOidcToken.js +15 -0
  966. package/node_modules/@aws-sdk/token-providers/dist-cjs/getSsoOidcClient.js +14 -0
  967. package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +7 -0
  968. package/node_modules/@aws-sdk/token-providers/dist-cjs/nodeProvider.js +9 -0
  969. package/node_modules/@aws-sdk/token-providers/dist-cjs/validateTokenExpiry.js +11 -0
  970. package/node_modules/@aws-sdk/token-providers/dist-cjs/validateTokenKey.js +11 -0
  971. package/node_modules/@aws-sdk/token-providers/dist-cjs/writeSSOTokenToFile.js +12 -0
  972. package/node_modules/@aws-sdk/token-providers/dist-es/bundle/client-sso-oidc-browser.js +1010 -0
  973. package/node_modules/@aws-sdk/token-providers/dist-es/bundle/client-sso-oidc-node.js +1017 -0
  974. package/node_modules/@aws-sdk/token-providers/dist-es/constants.js +2 -0
  975. package/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +78 -0
  976. package/node_modules/@aws-sdk/token-providers/dist-es/fromStatic.js +7 -0
  977. package/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +11 -0
  978. package/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +10 -0
  979. package/node_modules/@aws-sdk/token-providers/dist-es/index.js +4 -0
  980. package/node_modules/@aws-sdk/token-providers/dist-es/nodeProvider.js +5 -0
  981. package/node_modules/@aws-sdk/token-providers/dist-es/validateTokenExpiry.js +7 -0
  982. package/node_modules/@aws-sdk/token-providers/dist-es/validateTokenKey.js +7 -0
  983. package/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js +8 -0
  984. package/node_modules/@aws-sdk/token-providers/dist-types/bundle/client-sso-oidc-browser.d.ts +187 -0
  985. package/node_modules/@aws-sdk/token-providers/dist-types/bundle/client-sso-oidc-node.d.ts +187 -0
  986. package/node_modules/@aws-sdk/token-providers/dist-types/constants.d.ts +8 -0
  987. package/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +8 -0
  988. package/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +8 -0
  989. package/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +5 -0
  990. package/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +5 -0
  991. package/node_modules/@aws-sdk/token-providers/dist-types/index.d.ts +4 -0
  992. package/node_modules/@aws-sdk/token-providers/dist-types/nodeProvider.d.ts +18 -0
  993. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/bundle/client-sso-oidc-browser.d.ts +235 -0
  994. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/bundle/client-sso-oidc-node.d.ts +235 -0
  995. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/constants.d.ts +3 -0
  996. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +4 -0
  997. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromStatic.d.ts +7 -0
  998. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +5 -0
  999. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +1 -0
  1000. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/index.d.ts +4 -0
  1001. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/nodeProvider.d.ts +5 -0
  1002. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenExpiry.d.ts +2 -0
  1003. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenKey.d.ts +5 -0
  1004. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/writeSSOTokenToFile.d.ts +5 -0
  1005. package/node_modules/@aws-sdk/token-providers/dist-types/validateTokenExpiry.d.ts +5 -0
  1006. package/node_modules/@aws-sdk/token-providers/dist-types/validateTokenKey.d.ts +4 -0
  1007. package/node_modules/@aws-sdk/token-providers/dist-types/writeSSOTokenToFile.d.ts +5 -0
  1008. package/node_modules/@aws-sdk/token-providers/package.json +106 -0
  1009. package/node_modules/@aws-sdk/types/LICENSE +201 -0
  1010. package/node_modules/@aws-sdk/types/README.md +4 -0
  1011. package/node_modules/@aws-sdk/types/dist-cjs/abort.js +2 -0
  1012. package/node_modules/@aws-sdk/types/dist-cjs/auth.js +5 -0
  1013. package/node_modules/@aws-sdk/types/dist-cjs/blob/blob-types.js +2 -0
  1014. package/node_modules/@aws-sdk/types/dist-cjs/blob/runtime-blob-types.browser.js +2 -0
  1015. package/node_modules/@aws-sdk/types/dist-cjs/blob/runtime-blob-types.node.js +2 -0
  1016. package/node_modules/@aws-sdk/types/dist-cjs/checksum.js +2 -0
  1017. package/node_modules/@aws-sdk/types/dist-cjs/client.js +2 -0
  1018. package/node_modules/@aws-sdk/types/dist-cjs/command.js +2 -0
  1019. package/node_modules/@aws-sdk/types/dist-cjs/connection.js +2 -0
  1020. package/node_modules/@aws-sdk/types/dist-cjs/credentials.js +2 -0
  1021. package/node_modules/@aws-sdk/types/dist-cjs/crypto.js +2 -0
  1022. package/node_modules/@aws-sdk/types/dist-cjs/dns.js +8 -0
  1023. package/node_modules/@aws-sdk/types/dist-cjs/encode.js +2 -0
  1024. package/node_modules/@aws-sdk/types/dist-cjs/endpoint.js +5 -0
  1025. package/node_modules/@aws-sdk/types/dist-cjs/eventStream.js +2 -0
  1026. package/node_modules/@aws-sdk/types/dist-cjs/extensions/index.js +2 -0
  1027. package/node_modules/@aws-sdk/types/dist-cjs/http.js +2 -0
  1028. package/node_modules/@aws-sdk/types/dist-cjs/identity/AnonymousIdentity.js +2 -0
  1029. package/node_modules/@aws-sdk/types/dist-cjs/identity/AwsCredentialIdentity.js +2 -0
  1030. package/node_modules/@aws-sdk/types/dist-cjs/identity/Identity.js +2 -0
  1031. package/node_modules/@aws-sdk/types/dist-cjs/identity/LoginIdentity.js +2 -0
  1032. package/node_modules/@aws-sdk/types/dist-cjs/identity/TokenIdentity.js +2 -0
  1033. package/node_modules/@aws-sdk/types/dist-cjs/identity/index.js +8 -0
  1034. package/node_modules/@aws-sdk/types/dist-cjs/index.js +35 -0
  1035. package/node_modules/@aws-sdk/types/dist-cjs/logger.js +2 -0
  1036. package/node_modules/@aws-sdk/types/dist-cjs/middleware.js +2 -0
  1037. package/node_modules/@aws-sdk/types/dist-cjs/pagination.js +2 -0
  1038. package/node_modules/@aws-sdk/types/dist-cjs/profile.js +2 -0
  1039. package/node_modules/@aws-sdk/types/dist-cjs/request.js +2 -0
  1040. package/node_modules/@aws-sdk/types/dist-cjs/response.js +2 -0
  1041. package/node_modules/@aws-sdk/types/dist-cjs/retry.js +2 -0
  1042. package/node_modules/@aws-sdk/types/dist-cjs/serde.js +2 -0
  1043. package/node_modules/@aws-sdk/types/dist-cjs/shapes.js +2 -0
  1044. package/node_modules/@aws-sdk/types/dist-cjs/signature.js +2 -0
  1045. package/node_modules/@aws-sdk/types/dist-cjs/stream.js +2 -0
  1046. package/node_modules/@aws-sdk/types/dist-cjs/token.js +2 -0
  1047. package/node_modules/@aws-sdk/types/dist-cjs/transfer.js +5 -0
  1048. package/node_modules/@aws-sdk/types/dist-cjs/uri.js +2 -0
  1049. package/node_modules/@aws-sdk/types/dist-cjs/util.js +2 -0
  1050. package/node_modules/@aws-sdk/types/dist-cjs/waiter.js +2 -0
  1051. package/node_modules/@aws-sdk/types/dist-es/abort.js +1 -0
  1052. package/node_modules/@aws-sdk/types/dist-es/auth.js +1 -0
  1053. package/node_modules/@aws-sdk/types/dist-es/blob/blob-types.js +1 -0
  1054. package/node_modules/@aws-sdk/types/dist-es/blob/runtime-blob-types.browser.js +1 -0
  1055. package/node_modules/@aws-sdk/types/dist-es/blob/runtime-blob-types.node.js +1 -0
  1056. package/node_modules/@aws-sdk/types/dist-es/checksum.js +1 -0
  1057. package/node_modules/@aws-sdk/types/dist-es/client.js +1 -0
  1058. package/node_modules/@aws-sdk/types/dist-es/command.js +1 -0
  1059. package/node_modules/@aws-sdk/types/dist-es/connection.js +1 -0
  1060. package/node_modules/@aws-sdk/types/dist-es/credentials.js +1 -0
  1061. package/node_modules/@aws-sdk/types/dist-es/crypto.js +1 -0
  1062. package/node_modules/@aws-sdk/types/dist-es/dns.js +5 -0
  1063. package/node_modules/@aws-sdk/types/dist-es/encode.js +1 -0
  1064. package/node_modules/@aws-sdk/types/dist-es/endpoint.js +1 -0
  1065. package/node_modules/@aws-sdk/types/dist-es/eventStream.js +1 -0
  1066. package/node_modules/@aws-sdk/types/dist-es/extensions/index.js +1 -0
  1067. package/node_modules/@aws-sdk/types/dist-es/http.js +1 -0
  1068. package/node_modules/@aws-sdk/types/dist-es/identity/AnonymousIdentity.js +1 -0
  1069. package/node_modules/@aws-sdk/types/dist-es/identity/AwsCredentialIdentity.js +1 -0
  1070. package/node_modules/@aws-sdk/types/dist-es/identity/Identity.js +1 -0
  1071. package/node_modules/@aws-sdk/types/dist-es/identity/LoginIdentity.js +1 -0
  1072. package/node_modules/@aws-sdk/types/dist-es/identity/TokenIdentity.js +1 -0
  1073. package/node_modules/@aws-sdk/types/dist-es/identity/index.js +5 -0
  1074. package/node_modules/@aws-sdk/types/dist-es/index.js +32 -0
  1075. package/node_modules/@aws-sdk/types/dist-es/logger.js +1 -0
  1076. package/node_modules/@aws-sdk/types/dist-es/middleware.js +1 -0
  1077. package/node_modules/@aws-sdk/types/dist-es/pagination.js +1 -0
  1078. package/node_modules/@aws-sdk/types/dist-es/profile.js +1 -0
  1079. package/node_modules/@aws-sdk/types/dist-es/request.js +1 -0
  1080. package/node_modules/@aws-sdk/types/dist-es/response.js +1 -0
  1081. package/node_modules/@aws-sdk/types/dist-es/retry.js +1 -0
  1082. package/node_modules/@aws-sdk/types/dist-es/serde.js +1 -0
  1083. package/node_modules/@aws-sdk/types/dist-es/shapes.js +1 -0
  1084. package/node_modules/@aws-sdk/types/dist-es/signature.js +1 -0
  1085. package/node_modules/@aws-sdk/types/dist-es/stream.js +1 -0
  1086. package/node_modules/@aws-sdk/types/dist-es/token.js +1 -0
  1087. package/node_modules/@aws-sdk/types/dist-es/transfer.js +1 -0
  1088. package/node_modules/@aws-sdk/types/dist-es/uri.js +1 -0
  1089. package/node_modules/@aws-sdk/types/dist-es/util.js +1 -0
  1090. package/node_modules/@aws-sdk/types/dist-es/waiter.js +1 -0
  1091. package/node_modules/@aws-sdk/types/dist-types/abort.d.ts +1 -0
  1092. package/node_modules/@aws-sdk/types/dist-types/auth.d.ts +1 -0
  1093. package/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +2 -0
  1094. package/node_modules/@aws-sdk/types/dist-types/blob/runtime-blob-types.browser.d.ts +6 -0
  1095. package/node_modules/@aws-sdk/types/dist-types/blob/runtime-blob-types.node.d.ts +9 -0
  1096. package/node_modules/@aws-sdk/types/dist-types/checksum.d.ts +1 -0
  1097. package/node_modules/@aws-sdk/types/dist-types/client.d.ts +1 -0
  1098. package/node_modules/@aws-sdk/types/dist-types/command.d.ts +1 -0
  1099. package/node_modules/@aws-sdk/types/dist-types/connection.d.ts +1 -0
  1100. package/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +17 -0
  1101. package/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +1 -0
  1102. package/node_modules/@aws-sdk/types/dist-types/dns.d.ts +85 -0
  1103. package/node_modules/@aws-sdk/types/dist-types/encode.d.ts +1 -0
  1104. package/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts +1 -0
  1105. package/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +1 -0
  1106. package/node_modules/@aws-sdk/types/dist-types/extensions/index.d.ts +8 -0
  1107. package/node_modules/@aws-sdk/types/dist-types/http.d.ts +33 -0
  1108. package/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts +6 -0
  1109. package/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +1 -0
  1110. package/node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts +1 -0
  1111. package/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +18 -0
  1112. package/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +14 -0
  1113. package/node_modules/@aws-sdk/types/dist-types/identity/index.d.ts +5 -0
  1114. package/node_modules/@aws-sdk/types/dist-types/index.d.ts +32 -0
  1115. package/node_modules/@aws-sdk/types/dist-types/logger.d.ts +22 -0
  1116. package/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +1 -0
  1117. package/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +1 -0
  1118. package/node_modules/@aws-sdk/types/dist-types/profile.d.ts +1 -0
  1119. package/node_modules/@aws-sdk/types/dist-types/request.d.ts +7 -0
  1120. package/node_modules/@aws-sdk/types/dist-types/response.d.ts +7 -0
  1121. package/node_modules/@aws-sdk/types/dist-types/retry.d.ts +1 -0
  1122. package/node_modules/@aws-sdk/types/dist-types/serde.d.ts +24 -0
  1123. package/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +1 -0
  1124. package/node_modules/@aws-sdk/types/dist-types/signature.d.ts +1 -0
  1125. package/node_modules/@aws-sdk/types/dist-types/stream.d.ts +1 -0
  1126. package/node_modules/@aws-sdk/types/dist-types/token.d.ts +17 -0
  1127. package/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +1 -0
  1128. package/node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts +1 -0
  1129. package/node_modules/@aws-sdk/types/dist-types/ts3.4/auth.d.ts +5 -0
  1130. package/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/blob-types.d.ts +2 -0
  1131. package/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/runtime-blob-types.browser.d.ts +1 -0
  1132. package/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/runtime-blob-types.node.d.ts +2 -0
  1133. package/node_modules/@aws-sdk/types/dist-types/ts3.4/checksum.d.ts +1 -0
  1134. package/node_modules/@aws-sdk/types/dist-types/ts3.4/client.d.ts +1 -0
  1135. package/node_modules/@aws-sdk/types/dist-types/ts3.4/command.d.ts +1 -0
  1136. package/node_modules/@aws-sdk/types/dist-types/ts3.4/connection.d.ts +6 -0
  1137. package/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +4 -0
  1138. package/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts +7 -0
  1139. package/node_modules/@aws-sdk/types/dist-types/ts3.4/dns.d.ts +19 -0
  1140. package/node_modules/@aws-sdk/types/dist-types/ts3.4/encode.d.ts +6 -0
  1141. package/node_modules/@aws-sdk/types/dist-types/ts3.4/endpoint.d.ts +9 -0
  1142. package/node_modules/@aws-sdk/types/dist-types/ts3.4/eventStream.d.ts +24 -0
  1143. package/node_modules/@aws-sdk/types/dist-types/ts3.4/extensions/index.d.ts +5 -0
  1144. package/node_modules/@aws-sdk/types/dist-types/ts3.4/http.d.ts +17 -0
  1145. package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AnonymousIdentity.d.ts +2 -0
  1146. package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +4 -0
  1147. package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/Identity.d.ts +1 -0
  1148. package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/LoginIdentity.d.ts +6 -0
  1149. package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
  1150. package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/index.d.ts +5 -0
  1151. package/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +32 -0
  1152. package/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts +15 -0
  1153. package/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +40 -0
  1154. package/node_modules/@aws-sdk/types/dist-types/ts3.4/pagination.d.ts +1 -0
  1155. package/node_modules/@aws-sdk/types/dist-types/ts3.4/profile.d.ts +6 -0
  1156. package/node_modules/@aws-sdk/types/dist-types/ts3.4/request.d.ts +4 -0
  1157. package/node_modules/@aws-sdk/types/dist-types/ts3.4/response.d.ts +4 -0
  1158. package/node_modules/@aws-sdk/types/dist-types/ts3.4/retry.d.ts +12 -0
  1159. package/node_modules/@aws-sdk/types/dist-types/ts3.4/serde.d.ts +16 -0
  1160. package/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts +6 -0
  1161. package/node_modules/@aws-sdk/types/dist-types/ts3.4/signature.d.ts +15 -0
  1162. package/node_modules/@aws-sdk/types/dist-types/ts3.4/stream.d.ts +4 -0
  1163. package/node_modules/@aws-sdk/types/dist-types/ts3.4/token.d.ts +4 -0
  1164. package/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts +7 -0
  1165. package/node_modules/@aws-sdk/types/dist-types/ts3.4/uri.d.ts +1 -0
  1166. package/node_modules/@aws-sdk/types/dist-types/ts3.4/util.d.ts +14 -0
  1167. package/node_modules/@aws-sdk/types/dist-types/ts3.4/waiter.d.ts +1 -0
  1168. package/node_modules/@aws-sdk/types/dist-types/uri.d.ts +1 -0
  1169. package/node_modules/@aws-sdk/types/dist-types/util.d.ts +1 -0
  1170. package/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +1 -0
  1171. package/node_modules/@aws-sdk/types/package.json +64 -0
  1172. package/node_modules/@aws-sdk/util-endpoints/LICENSE +201 -0
  1173. package/node_modules/@aws-sdk/util-endpoints/README.md +6 -0
  1174. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/aws.js +12 -0
  1175. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +8 -0
  1176. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/index.js +6 -0
  1177. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/isVirtualHostableS3Bucket.js +29 -0
  1178. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/parseArn.js +19 -0
  1179. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partition.js +49 -0
  1180. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +213 -0
  1181. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/isIpAddress.js +5 -0
  1182. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/resolveEndpoint.js +5 -0
  1183. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/EndpointError.js +5 -0
  1184. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/EndpointRuleObject.js +2 -0
  1185. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/ErrorRuleObject.js +2 -0
  1186. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/RuleSetObject.js +2 -0
  1187. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/TreeRuleObject.js +2 -0
  1188. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/index.js +9 -0
  1189. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/shared.js +2 -0
  1190. package/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +10 -0
  1191. package/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +5 -0
  1192. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +3 -0
  1193. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +25 -0
  1194. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +15 -0
  1195. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +41 -0
  1196. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +213 -0
  1197. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +1 -0
  1198. package/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +1 -0
  1199. package/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +1 -0
  1200. package/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js +1 -0
  1201. package/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js +1 -0
  1202. package/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +1 -0
  1203. package/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +1 -0
  1204. package/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +6 -0
  1205. package/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +1 -0
  1206. package/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +1 -0
  1207. package/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +5 -0
  1208. package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +3 -0
  1209. package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +5 -0
  1210. package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +7 -0
  1211. package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +38 -0
  1212. package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +1 -0
  1213. package/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +1 -0
  1214. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +1 -0
  1215. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +5 -0
  1216. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +3 -0
  1217. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +4 -0
  1218. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +2 -0
  1219. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +28 -0
  1220. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +1 -0
  1221. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +1 -0
  1222. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +1 -0
  1223. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +6 -0
  1224. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +1 -0
  1225. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +5 -0
  1226. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +1 -0
  1227. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +6 -0
  1228. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +12 -0
  1229. package/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +1 -0
  1230. package/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +1 -0
  1231. package/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +1 -0
  1232. package/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +1 -0
  1233. package/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +1 -0
  1234. package/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +6 -0
  1235. package/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +1 -0
  1236. package/node_modules/@aws-sdk/util-endpoints/package.json +59 -0
  1237. package/node_modules/@aws-sdk/util-locate-window/LICENSE +201 -0
  1238. package/node_modules/@aws-sdk/util-locate-window/README.md +4 -0
  1239. package/node_modules/@aws-sdk/util-locate-window/dist-cjs/index.js +14 -0
  1240. package/node_modules/@aws-sdk/util-locate-window/dist-es/index.js +10 -0
  1241. package/node_modules/@aws-sdk/util-locate-window/dist-types/index.d.ts +6 -0
  1242. package/node_modules/@aws-sdk/util-locate-window/dist-types/ts3.4/index.d.ts +1 -0
  1243. package/node_modules/@aws-sdk/util-locate-window/package.json +54 -0
  1244. package/node_modules/@aws-sdk/util-user-agent-browser/LICENSE +201 -0
  1245. package/node_modules/@aws-sdk/util-user-agent-browser/README.md +10 -0
  1246. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/configurations.js +2 -0
  1247. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +23 -0
  1248. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +17 -0
  1249. package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/configurations.js +1 -0
  1250. package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js +17 -0
  1251. package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.native.js +13 -0
  1252. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/configurations.d.ts +7 -0
  1253. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +9 -0
  1254. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +9 -0
  1255. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/configurations.d.ts +4 -0
  1256. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts +6 -0
  1257. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.native.d.ts +6 -0
  1258. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +56 -0
  1259. package/node_modules/@aws-sdk/util-user-agent-node/LICENSE +201 -0
  1260. package/node_modules/@aws-sdk/util-user-agent-node/README.md +10 -0
  1261. package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/crt-availability.js +6 -0
  1262. package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +44 -0
  1263. package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/is-crt-available.js +11 -0
  1264. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/crt-availability.js +3 -0
  1265. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +39 -0
  1266. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/is-crt-available.js +7 -0
  1267. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/crt-availability.d.ts +9 -0
  1268. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +20 -0
  1269. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/is-crt-available.d.ts +5 -0
  1270. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/crt-availability.d.ts +3 -0
  1271. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts +12 -0
  1272. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/is-crt-available.d.ts +2 -0
  1273. package/node_modules/@aws-sdk/util-user-agent-node/package.json +67 -0
  1274. package/node_modules/@aws-sdk/util-utf8-browser/LICENSE +201 -0
  1275. package/node_modules/@aws-sdk/util-utf8-browser/README.md +8 -0
  1276. package/node_modules/@aws-sdk/util-utf8-browser/dist-cjs/index.js +9 -0
  1277. package/node_modules/@aws-sdk/util-utf8-browser/dist-cjs/pureJs.js +47 -0
  1278. package/node_modules/@aws-sdk/util-utf8-browser/dist-cjs/whatwgEncodingApi.js +11 -0
  1279. package/node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js +4 -0
  1280. package/node_modules/@aws-sdk/util-utf8-browser/dist-es/pureJs.js +42 -0
  1281. package/node_modules/@aws-sdk/util-utf8-browser/dist-es/whatwgEncodingApi.js +6 -0
  1282. package/node_modules/@aws-sdk/util-utf8-browser/dist-types/index.d.ts +2 -0
  1283. package/node_modules/@aws-sdk/util-utf8-browser/dist-types/pureJs.d.ts +17 -0
  1284. package/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/index.d.ts +2 -0
  1285. package/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/pureJs.d.ts +2 -0
  1286. package/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/whatwgEncodingApi.d.ts +2 -0
  1287. package/node_modules/@aws-sdk/util-utf8-browser/dist-types/whatwgEncodingApi.d.ts +2 -0
  1288. package/node_modules/@aws-sdk/util-utf8-browser/package.json +50 -0
  1289. package/node_modules/@smithy/abort-controller/LICENSE +201 -0
  1290. package/node_modules/@smithy/abort-controller/README.md +4 -0
  1291. package/node_modules/@smithy/abort-controller/dist-cjs/AbortController.js +1 -0
  1292. package/node_modules/@smithy/abort-controller/dist-cjs/AbortSignal.js +1 -0
  1293. package/node_modules/@smithy/abort-controller/dist-cjs/index.js +82 -0
  1294. package/node_modules/@smithy/abort-controller/dist-es/AbortController.js +9 -0
  1295. package/node_modules/@smithy/abort-controller/dist-es/AbortSignal.js +20 -0
  1296. package/node_modules/@smithy/abort-controller/dist-es/index.js +2 -0
  1297. package/node_modules/@smithy/abort-controller/dist-types/AbortController.d.ts +13 -0
  1298. package/node_modules/@smithy/abort-controller/dist-types/AbortSignal.d.ts +18 -0
  1299. package/node_modules/@smithy/abort-controller/dist-types/index.d.ts +9 -0
  1300. package/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortController.d.ts +13 -0
  1301. package/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortSignal.d.ts +18 -0
  1302. package/node_modules/@smithy/abort-controller/dist-types/ts3.4/index.d.ts +9 -0
  1303. package/node_modules/@smithy/abort-controller/package.json +62 -0
  1304. package/node_modules/@smithy/config-resolver/LICENSE +201 -0
  1305. package/node_modules/@smithy/config-resolver/README.md +10 -0
  1306. package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +1 -0
  1307. package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +1 -0
  1308. package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/index.js +1 -0
  1309. package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/resolveCustomEndpointsConfig.js +1 -0
  1310. package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/resolveEndpointsConfig.js +1 -0
  1311. package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/utils/getEndpointFromRegion.js +1 -0
  1312. package/node_modules/@smithy/config-resolver/dist-cjs/index.js +235 -0
  1313. package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/config.js +1 -0
  1314. package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/getRealRegion.js +1 -0
  1315. package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/index.js +1 -0
  1316. package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/isFipsRegion.js +1 -0
  1317. package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/resolveRegionConfig.js +1 -0
  1318. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/EndpointVariant.js +1 -0
  1319. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/EndpointVariantTag.js +1 -0
  1320. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/PartitionHash.js +1 -0
  1321. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/RegionHash.js +1 -0
  1322. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getHostnameFromVariants.js +1 -0
  1323. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getRegionInfo.js +1 -0
  1324. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedHostname.js +1 -0
  1325. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedPartition.js +1 -0
  1326. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedSigningRegion.js +1 -0
  1327. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/index.js +1 -0
  1328. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +9 -0
  1329. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +9 -0
  1330. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/index.js +4 -0
  1331. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveCustomEndpointsConfig.js +11 -0
  1332. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveEndpointsConfig.js +15 -0
  1333. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/utils/getEndpointFromRegion.js +15 -0
  1334. package/node_modules/@smithy/config-resolver/dist-es/index.js +3 -0
  1335. package/node_modules/@smithy/config-resolver/dist-es/regionConfig/config.js +12 -0
  1336. package/node_modules/@smithy/config-resolver/dist-es/regionConfig/getRealRegion.js +6 -0
  1337. package/node_modules/@smithy/config-resolver/dist-es/regionConfig/index.js +2 -0
  1338. package/node_modules/@smithy/config-resolver/dist-es/regionConfig/isFipsRegion.js +1 -0
  1339. package/node_modules/@smithy/config-resolver/dist-es/regionConfig/resolveRegionConfig.js +25 -0
  1340. package/node_modules/@smithy/config-resolver/dist-es/regionInfo/EndpointVariant.js +1 -0
  1341. package/node_modules/@smithy/config-resolver/dist-es/regionInfo/EndpointVariantTag.js +1 -0
  1342. package/node_modules/@smithy/config-resolver/dist-es/regionInfo/PartitionHash.js +1 -0
  1343. package/node_modules/@smithy/config-resolver/dist-es/regionInfo/RegionHash.js +1 -0
  1344. package/node_modules/@smithy/config-resolver/dist-es/regionInfo/getHostnameFromVariants.js +1 -0
  1345. package/node_modules/@smithy/config-resolver/dist-es/regionInfo/getRegionInfo.js +29 -0
  1346. package/node_modules/@smithy/config-resolver/dist-es/regionInfo/getResolvedHostname.js +5 -0
  1347. package/node_modules/@smithy/config-resolver/dist-es/regionInfo/getResolvedPartition.js +1 -0
  1348. package/node_modules/@smithy/config-resolver/dist-es/regionInfo/getResolvedSigningRegion.js +12 -0
  1349. package/node_modules/@smithy/config-resolver/dist-es/regionInfo/index.js +3 -0
  1350. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +17 -0
  1351. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +17 -0
  1352. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/index.d.ts +16 -0
  1353. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +29 -0
  1354. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +51 -0
  1355. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/utils/getEndpointFromRegion.d.ts +11 -0
  1356. package/node_modules/@smithy/config-resolver/dist-types/index.d.ts +12 -0
  1357. package/node_modules/@smithy/config-resolver/dist-types/regionConfig/config.d.ts +17 -0
  1358. package/node_modules/@smithy/config-resolver/dist-types/regionConfig/getRealRegion.d.ts +4 -0
  1359. package/node_modules/@smithy/config-resolver/dist-types/regionConfig/index.d.ts +8 -0
  1360. package/node_modules/@smithy/config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +4 -0
  1361. package/node_modules/@smithy/config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +34 -0
  1362. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts +10 -0
  1363. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariantTag.d.ts +7 -0
  1364. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/PartitionHash.d.ts +14 -0
  1365. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/RegionHash.d.ts +12 -0
  1366. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getHostnameFromVariants.d.ts +12 -0
  1367. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts +17 -0
  1368. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedHostname.d.ts +11 -0
  1369. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedPartition.d.ts +11 -0
  1370. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedSigningRegion.d.ts +12 -0
  1371. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/index.d.ts +12 -0
  1372. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +17 -0
  1373. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +17 -0
  1374. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/index.d.ts +16 -0
  1375. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +29 -0
  1376. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +51 -0
  1377. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/utils/getEndpointFromRegion.d.ts +11 -0
  1378. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/index.d.ts +12 -0
  1379. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +17 -0
  1380. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +4 -0
  1381. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +8 -0
  1382. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +4 -0
  1383. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +34 -0
  1384. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariant.d.ts +10 -0
  1385. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariantTag.d.ts +7 -0
  1386. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/PartitionHash.d.ts +14 -0
  1387. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/RegionHash.d.ts +12 -0
  1388. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getHostnameFromVariants.d.ts +12 -0
  1389. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getRegionInfo.d.ts +17 -0
  1390. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedHostname.d.ts +11 -0
  1391. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedPartition.d.ts +11 -0
  1392. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedSigningRegion.d.ts +12 -0
  1393. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/index.d.ts +12 -0
  1394. package/node_modules/@smithy/config-resolver/package.json +64 -0
  1395. package/node_modules/@smithy/credential-provider-imds/LICENSE +201 -0
  1396. package/node_modules/@smithy/credential-provider-imds/README.md +11 -0
  1397. package/node_modules/@smithy/credential-provider-imds/dist-cjs/config/Endpoint.js +1 -0
  1398. package/node_modules/@smithy/credential-provider-imds/dist-cjs/config/EndpointConfigOptions.js +1 -0
  1399. package/node_modules/@smithy/credential-provider-imds/dist-cjs/config/EndpointMode.js +1 -0
  1400. package/node_modules/@smithy/credential-provider-imds/dist-cjs/config/EndpointModeConfigOptions.js +1 -0
  1401. package/node_modules/@smithy/credential-provider-imds/dist-cjs/error/InstanceMetadataV1FallbackError.js +1 -0
  1402. package/node_modules/@smithy/credential-provider-imds/dist-cjs/fromContainerMetadata.js +1 -0
  1403. package/node_modules/@smithy/credential-provider-imds/dist-cjs/fromInstanceMetadata.js +1 -0
  1404. package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +437 -0
  1405. package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/ImdsCredentials.js +1 -0
  1406. package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/RemoteProviderInit.js +1 -0
  1407. package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/httpRequest.js +1 -0
  1408. package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/index.js +1 -0
  1409. package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/retry.js +1 -0
  1410. package/node_modules/@smithy/credential-provider-imds/dist-cjs/types.js +1 -0
  1411. package/node_modules/@smithy/credential-provider-imds/dist-cjs/utils/getExtendedInstanceMetadataCredentials.js +1 -0
  1412. package/node_modules/@smithy/credential-provider-imds/dist-cjs/utils/getInstanceMetadataEndpoint.js +1 -0
  1413. package/node_modules/@smithy/credential-provider-imds/dist-cjs/utils/staticStabilityProvider.js +1 -0
  1414. package/node_modules/@smithy/credential-provider-imds/dist-es/config/Endpoint.js +5 -0
  1415. package/node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointConfigOptions.js +7 -0
  1416. package/node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointMode.js +5 -0
  1417. package/node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointModeConfigOptions.js +8 -0
  1418. package/node_modules/@smithy/credential-provider-imds/dist-es/error/InstanceMetadataV1FallbackError.js +9 -0
  1419. package/node_modules/@smithy/credential-provider-imds/dist-es/fromContainerMetadata.js +66 -0
  1420. package/node_modules/@smithy/credential-provider-imds/dist-es/fromInstanceMetadata.js +132 -0
  1421. package/node_modules/@smithy/credential-provider-imds/dist-es/index.js +7 -0
  1422. package/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/ImdsCredentials.js +12 -0
  1423. package/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/RemoteProviderInit.js +3 -0
  1424. package/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/httpRequest.js +36 -0
  1425. package/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/index.js +2 -0
  1426. package/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/retry.js +7 -0
  1427. package/node_modules/@smithy/credential-provider-imds/dist-es/types.js +1 -0
  1428. package/node_modules/@smithy/credential-provider-imds/dist-es/utils/getExtendedInstanceMetadataCredentials.js +17 -0
  1429. package/node_modules/@smithy/credential-provider-imds/dist-es/utils/getInstanceMetadataEndpoint.js +19 -0
  1430. package/node_modules/@smithy/credential-provider-imds/dist-es/utils/staticStabilityProvider.js +25 -0
  1431. package/node_modules/@smithy/credential-provider-imds/dist-types/config/Endpoint.d.ts +7 -0
  1432. package/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointConfigOptions.d.ts +13 -0
  1433. package/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointMode.d.ts +7 -0
  1434. package/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointModeConfigOptions.d.ts +13 -0
  1435. package/node_modules/@smithy/credential-provider-imds/dist-types/error/InstanceMetadataV1FallbackError.d.ts +12 -0
  1436. package/node_modules/@smithy/credential-provider-imds/dist-types/fromContainerMetadata.d.ts +21 -0
  1437. package/node_modules/@smithy/credential-provider-imds/dist-types/fromInstanceMetadata.d.ts +10 -0
  1438. package/node_modules/@smithy/credential-provider-imds/dist-types/index.d.ts +28 -0
  1439. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/ImdsCredentials.d.ts +18 -0
  1440. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/RemoteProviderInit.d.ts +40 -0
  1441. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +7 -0
  1442. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/index.d.ts +8 -0
  1443. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/retry.d.ts +10 -0
  1444. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/Endpoint.d.ts +7 -0
  1445. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointConfigOptions.d.ts +13 -0
  1446. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointMode.d.ts +7 -0
  1447. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointModeConfigOptions.d.ts +13 -0
  1448. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/error/InstanceMetadataV1FallbackError.d.ts +12 -0
  1449. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/fromContainerMetadata.d.ts +21 -0
  1450. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/fromInstanceMetadata.d.ts +10 -0
  1451. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/index.d.ts +28 -0
  1452. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/ImdsCredentials.d.ts +18 -0
  1453. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/RemoteProviderInit.d.ts +40 -0
  1454. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +6 -0
  1455. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/index.d.ts +8 -0
  1456. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/retry.d.ts +10 -0
  1457. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/types.d.ts +7 -0
  1458. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/getExtendedInstanceMetadataCredentials.d.ts +6 -0
  1459. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/getInstanceMetadataEndpoint.d.ts +21 -0
  1460. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/staticStabilityProvider.d.ts +16 -0
  1461. package/node_modules/@smithy/credential-provider-imds/dist-types/types.d.ts +7 -0
  1462. package/node_modules/@smithy/credential-provider-imds/dist-types/utils/getExtendedInstanceMetadataCredentials.d.ts +6 -0
  1463. package/node_modules/@smithy/credential-provider-imds/dist-types/utils/getInstanceMetadataEndpoint.d.ts +21 -0
  1464. package/node_modules/@smithy/credential-provider-imds/dist-types/utils/staticStabilityProvider.d.ts +16 -0
  1465. package/node_modules/@smithy/credential-provider-imds/package.json +70 -0
  1466. package/node_modules/@smithy/fetch-http-handler/LICENSE +201 -0
  1467. package/node_modules/@smithy/fetch-http-handler/README.md +4 -0
  1468. package/node_modules/@smithy/fetch-http-handler/dist-cjs/fetch-http-handler.js +1 -0
  1469. package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +220 -0
  1470. package/node_modules/@smithy/fetch-http-handler/dist-cjs/request-timeout.js +1 -0
  1471. package/node_modules/@smithy/fetch-http-handler/dist-cjs/stream-collector.js +1 -0
  1472. package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +111 -0
  1473. package/node_modules/@smithy/fetch-http-handler/dist-es/index.js +2 -0
  1474. package/node_modules/@smithy/fetch-http-handler/dist-es/request-timeout.js +11 -0
  1475. package/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +45 -0
  1476. package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +33 -0
  1477. package/node_modules/@smithy/fetch-http-handler/dist-types/index.d.ts +2 -0
  1478. package/node_modules/@smithy/fetch-http-handler/dist-types/request-timeout.d.ts +1 -0
  1479. package/node_modules/@smithy/fetch-http-handler/dist-types/stream-collector.d.ts +2 -0
  1480. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +33 -0
  1481. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/index.d.ts +2 -0
  1482. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/request-timeout.d.ts +1 -0
  1483. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/stream-collector.d.ts +2 -0
  1484. package/node_modules/@smithy/fetch-http-handler/package.json +79 -0
  1485. package/node_modules/@smithy/hash-node/LICENSE +201 -0
  1486. package/node_modules/@smithy/hash-node/README.md +10 -0
  1487. package/node_modules/@smithy/hash-node/dist-cjs/index.js +66 -0
  1488. package/node_modules/@smithy/hash-node/dist-es/index.js +34 -0
  1489. package/node_modules/@smithy/hash-node/dist-types/index.d.ts +13 -0
  1490. package/node_modules/@smithy/hash-node/dist-types/ts3.4/index.d.ts +13 -0
  1491. package/node_modules/@smithy/hash-node/package.json +64 -0
  1492. package/node_modules/@smithy/invalid-dependency/LICENSE +201 -0
  1493. package/node_modules/@smithy/invalid-dependency/README.md +10 -0
  1494. package/node_modules/@smithy/invalid-dependency/dist-cjs/index.js +41 -0
  1495. package/node_modules/@smithy/invalid-dependency/dist-cjs/invalidFunction.js +1 -0
  1496. package/node_modules/@smithy/invalid-dependency/dist-cjs/invalidProvider.js +1 -0
  1497. package/node_modules/@smithy/invalid-dependency/dist-es/index.js +2 -0
  1498. package/node_modules/@smithy/invalid-dependency/dist-es/invalidFunction.js +3 -0
  1499. package/node_modules/@smithy/invalid-dependency/dist-es/invalidProvider.js +1 -0
  1500. package/node_modules/@smithy/invalid-dependency/dist-types/index.d.ts +8 -0
  1501. package/node_modules/@smithy/invalid-dependency/dist-types/invalidFunction.d.ts +4 -0
  1502. package/node_modules/@smithy/invalid-dependency/dist-types/invalidProvider.d.ts +5 -0
  1503. package/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/index.d.ts +8 -0
  1504. package/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/invalidFunction.d.ts +4 -0
  1505. package/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/invalidProvider.d.ts +5 -0
  1506. package/node_modules/@smithy/invalid-dependency/package.json +57 -0
  1507. package/node_modules/@smithy/is-array-buffer/LICENSE +201 -0
  1508. package/node_modules/@smithy/is-array-buffer/README.md +10 -0
  1509. package/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +32 -0
  1510. package/node_modules/@smithy/is-array-buffer/dist-es/index.js +2 -0
  1511. package/node_modules/@smithy/is-array-buffer/dist-types/index.d.ts +4 -0
  1512. package/node_modules/@smithy/is-array-buffer/dist-types/ts3.4/index.d.ts +4 -0
  1513. package/node_modules/@smithy/is-array-buffer/package.json +60 -0
  1514. package/node_modules/@smithy/middleware-content-length/LICENSE +201 -0
  1515. package/node_modules/@smithy/middleware-content-length/README.md +4 -0
  1516. package/node_modules/@smithy/middleware-content-length/dist-cjs/index.js +71 -0
  1517. package/node_modules/@smithy/middleware-content-length/dist-es/index.js +39 -0
  1518. package/node_modules/@smithy/middleware-content-length/dist-types/index.d.ts +6 -0
  1519. package/node_modules/@smithy/middleware-content-length/dist-types/ts3.4/index.d.ts +6 -0
  1520. package/node_modules/@smithy/middleware-content-length/package.json +63 -0
  1521. package/node_modules/@smithy/middleware-endpoint/LICENSE +201 -0
  1522. package/node_modules/@smithy/middleware-endpoint/README.md +10 -0
  1523. package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/createConfigValueProvider.js +1 -0
  1524. package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.browser.js +5 -0
  1525. package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.js +7 -0
  1526. package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromInstructions.js +1 -0
  1527. package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointUrlConfig.js +35 -0
  1528. package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/index.js +1 -0
  1529. package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/toEndpointV1.js +1 -0
  1530. package/node_modules/@smithy/middleware-endpoint/dist-cjs/endpointMiddleware.js +1 -0
  1531. package/node_modules/@smithy/middleware-endpoint/dist-cjs/getEndpointPlugin.js +1 -0
  1532. package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +254 -0
  1533. package/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointConfig.js +1 -0
  1534. package/node_modules/@smithy/middleware-endpoint/dist-cjs/service-customizations/index.js +1 -0
  1535. package/node_modules/@smithy/middleware-endpoint/dist-cjs/service-customizations/s3.js +1 -0
  1536. package/node_modules/@smithy/middleware-endpoint/dist-cjs/types.js +1 -0
  1537. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +32 -0
  1538. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromConfig.browser.js +1 -0
  1539. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromConfig.js +3 -0
  1540. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +45 -0
  1541. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointUrlConfig.js +31 -0
  1542. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/index.js +2 -0
  1543. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/toEndpointV1.js +10 -0
  1544. package/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +32 -0
  1545. package/node_modules/@smithy/middleware-endpoint/dist-es/getEndpointPlugin.js +18 -0
  1546. package/node_modules/@smithy/middleware-endpoint/dist-es/index.js +5 -0
  1547. package/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointConfig.js +16 -0
  1548. package/node_modules/@smithy/middleware-endpoint/dist-es/service-customizations/index.js +1 -0
  1549. package/node_modules/@smithy/middleware-endpoint/dist-es/service-customizations/s3.js +37 -0
  1550. package/node_modules/@smithy/middleware-endpoint/dist-es/types.js +1 -0
  1551. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/createConfigValueProvider.d.ts +13 -0
  1552. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromConfig.browser.d.ts +1 -0
  1553. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromConfig.d.ts +1 -0
  1554. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromInstructions.d.ts +28 -0
  1555. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointUrlConfig.d.ts +2 -0
  1556. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/index.d.ts +8 -0
  1557. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/toEndpointV1.d.ts +5 -0
  1558. package/node_modules/@smithy/middleware-endpoint/dist-types/endpointMiddleware.d.ts +10 -0
  1559. package/node_modules/@smithy/middleware-endpoint/dist-types/getEndpointPlugin.d.ts +11 -0
  1560. package/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +17 -0
  1561. package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +93 -0
  1562. package/node_modules/@smithy/middleware-endpoint/dist-types/service-customizations/index.d.ts +4 -0
  1563. package/node_modules/@smithy/middleware-endpoint/dist-types/service-customizations/s3.d.ts +26 -0
  1564. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/createConfigValueProvider.d.ts +13 -0
  1565. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromConfig.browser.d.ts +1 -0
  1566. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromConfig.d.ts +1 -0
  1567. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromInstructions.d.ts +28 -0
  1568. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointUrlConfig.d.ts +2 -0
  1569. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/index.d.ts +8 -0
  1570. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/toEndpointV1.d.ts +5 -0
  1571. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/endpointMiddleware.d.ts +10 -0
  1572. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/getEndpointPlugin.d.ts +11 -0
  1573. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +17 -0
  1574. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +93 -0
  1575. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/service-customizations/index.d.ts +4 -0
  1576. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/service-customizations/s3.d.ts +26 -0
  1577. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/types.d.ts +34 -0
  1578. package/node_modules/@smithy/middleware-endpoint/dist-types/types.d.ts +34 -0
  1579. package/node_modules/@smithy/middleware-endpoint/package.json +73 -0
  1580. package/node_modules/@smithy/middleware-retry/LICENSE +201 -0
  1581. package/node_modules/@smithy/middleware-retry/README.md +11 -0
  1582. package/node_modules/@smithy/middleware-retry/dist-cjs/AdaptiveRetryStrategy.js +1 -0
  1583. package/node_modules/@smithy/middleware-retry/dist-cjs/StandardRetryStrategy.js +1 -0
  1584. package/node_modules/@smithy/middleware-retry/dist-cjs/configurations.js +1 -0
  1585. package/node_modules/@smithy/middleware-retry/dist-cjs/defaultRetryQuota.js +1 -0
  1586. package/node_modules/@smithy/middleware-retry/dist-cjs/delayDecider.js +1 -0
  1587. package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +425 -0
  1588. package/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.browser.js +5 -0
  1589. package/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.js +7 -0
  1590. package/node_modules/@smithy/middleware-retry/dist-cjs/omitRetryHeadersMiddleware.js +1 -0
  1591. package/node_modules/@smithy/middleware-retry/dist-cjs/retryDecider.js +1 -0
  1592. package/node_modules/@smithy/middleware-retry/dist-cjs/retryMiddleware.js +1 -0
  1593. package/node_modules/@smithy/middleware-retry/dist-cjs/types.js +1 -0
  1594. package/node_modules/@smithy/middleware-retry/dist-cjs/util.js +1 -0
  1595. package/node_modules/@smithy/middleware-retry/dist-es/AdaptiveRetryStrategy.js +20 -0
  1596. package/node_modules/@smithy/middleware-retry/dist-es/StandardRetryStrategy.js +90 -0
  1597. package/node_modules/@smithy/middleware-retry/dist-es/configurations.js +52 -0
  1598. package/node_modules/@smithy/middleware-retry/dist-es/defaultRetryQuota.js +27 -0
  1599. package/node_modules/@smithy/middleware-retry/dist-es/delayDecider.js +2 -0
  1600. package/node_modules/@smithy/middleware-retry/dist-es/index.js +7 -0
  1601. package/node_modules/@smithy/middleware-retry/dist-es/isStreamingPayload/isStreamingPayload.browser.js +1 -0
  1602. package/node_modules/@smithy/middleware-retry/dist-es/isStreamingPayload/isStreamingPayload.js +3 -0
  1603. package/node_modules/@smithy/middleware-retry/dist-es/omitRetryHeadersMiddleware.js +22 -0
  1604. package/node_modules/@smithy/middleware-retry/dist-es/retryDecider.js +7 -0
  1605. package/node_modules/@smithy/middleware-retry/dist-es/retryMiddleware.js +112 -0
  1606. package/node_modules/@smithy/middleware-retry/dist-es/types.js +1 -0
  1607. package/node_modules/@smithy/middleware-retry/dist-es/util.js +9 -0
  1608. package/node_modules/@smithy/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts +20 -0
  1609. package/node_modules/@smithy/middleware-retry/dist-types/StandardRetryStrategy.d.ts +30 -0
  1610. package/node_modules/@smithy/middleware-retry/dist-types/configurations.d.ts +45 -0
  1611. package/node_modules/@smithy/middleware-retry/dist-types/defaultRetryQuota.d.ts +18 -0
  1612. package/node_modules/@smithy/middleware-retry/dist-types/delayDecider.d.ts +4 -0
  1613. package/node_modules/@smithy/middleware-retry/dist-types/index.d.ts +7 -0
  1614. package/node_modules/@smithy/middleware-retry/dist-types/isStreamingPayload/isStreamingPayload.browser.d.ts +5 -0
  1615. package/node_modules/@smithy/middleware-retry/dist-types/isStreamingPayload/isStreamingPayload.d.ts +5 -0
  1616. package/node_modules/@smithy/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts +4 -0
  1617. package/node_modules/@smithy/middleware-retry/dist-types/retryDecider.d.ts +5 -0
  1618. package/node_modules/@smithy/middleware-retry/dist-types/retryMiddleware.d.ts +6 -0
  1619. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +20 -0
  1620. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +30 -0
  1621. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/configurations.d.ts +45 -0
  1622. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/defaultRetryQuota.d.ts +18 -0
  1623. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/delayDecider.d.ts +4 -0
  1624. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/index.d.ts +7 -0
  1625. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/isStreamingPayload/isStreamingPayload.browser.d.ts +5 -0
  1626. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/isStreamingPayload/isStreamingPayload.d.ts +5 -0
  1627. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/omitRetryHeadersMiddleware.d.ts +4 -0
  1628. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryDecider.d.ts +5 -0
  1629. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryMiddleware.d.ts +6 -0
  1630. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/types.d.ts +53 -0
  1631. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/util.d.ts +2 -0
  1632. package/node_modules/@smithy/middleware-retry/dist-types/types.d.ts +53 -0
  1633. package/node_modules/@smithy/middleware-retry/dist-types/util.d.ts +2 -0
  1634. package/node_modules/@smithy/middleware-retry/node_modules/uuid/CHANGELOG.md +274 -0
  1635. package/node_modules/@smithy/middleware-retry/node_modules/uuid/CONTRIBUTING.md +18 -0
  1636. package/node_modules/@smithy/middleware-retry/node_modules/uuid/LICENSE.md +9 -0
  1637. package/node_modules/@smithy/middleware-retry/node_modules/uuid/README.md +466 -0
  1638. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/bin/uuid +2 -0
  1639. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/index.js +79 -0
  1640. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/md5.js +223 -0
  1641. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/native.js +11 -0
  1642. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/nil.js +8 -0
  1643. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/parse.js +45 -0
  1644. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/regex.js +8 -0
  1645. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/rng.js +25 -0
  1646. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/sha1.js +104 -0
  1647. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/stringify.js +44 -0
  1648. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/v1.js +107 -0
  1649. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/v3.js +16 -0
  1650. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/v35.js +80 -0
  1651. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/v4.js +43 -0
  1652. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/v5.js +16 -0
  1653. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/validate.js +17 -0
  1654. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/version.js +21 -0
  1655. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/index.js +9 -0
  1656. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/md5.js +215 -0
  1657. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/native.js +4 -0
  1658. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/nil.js +1 -0
  1659. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/parse.js +35 -0
  1660. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/regex.js +1 -0
  1661. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/rng.js +18 -0
  1662. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/sha1.js +96 -0
  1663. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/stringify.js +33 -0
  1664. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/v1.js +95 -0
  1665. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/v3.js +4 -0
  1666. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/v35.js +66 -0
  1667. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/v4.js +29 -0
  1668. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/v5.js +4 -0
  1669. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/validate.js +7 -0
  1670. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/version.js +11 -0
  1671. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/index.js +9 -0
  1672. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/md5.js +13 -0
  1673. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/native.js +4 -0
  1674. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/nil.js +1 -0
  1675. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/parse.js +35 -0
  1676. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/regex.js +1 -0
  1677. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/rng.js +12 -0
  1678. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/sha1.js +13 -0
  1679. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/stringify.js +33 -0
  1680. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/v1.js +95 -0
  1681. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/v3.js +4 -0
  1682. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/v35.js +66 -0
  1683. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/v4.js +29 -0
  1684. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/v5.js +4 -0
  1685. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/validate.js +7 -0
  1686. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/version.js +11 -0
  1687. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/index.js +79 -0
  1688. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/md5-browser.js +223 -0
  1689. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/md5.js +23 -0
  1690. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/native-browser.js +11 -0
  1691. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/native.js +15 -0
  1692. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/nil.js +8 -0
  1693. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/parse.js +45 -0
  1694. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/regex.js +8 -0
  1695. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/rng-browser.js +25 -0
  1696. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/rng.js +24 -0
  1697. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/sha1-browser.js +104 -0
  1698. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/sha1.js +23 -0
  1699. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/stringify.js +44 -0
  1700. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/uuid-bin.js +85 -0
  1701. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/v1.js +107 -0
  1702. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/v3.js +16 -0
  1703. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/v35.js +80 -0
  1704. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/v4.js +43 -0
  1705. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/v5.js +16 -0
  1706. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/validate.js +17 -0
  1707. package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/version.js +21 -0
  1708. package/node_modules/@smithy/middleware-retry/node_modules/uuid/package.json +135 -0
  1709. package/node_modules/@smithy/middleware-retry/node_modules/uuid/wrapper.mjs +10 -0
  1710. package/node_modules/@smithy/middleware-retry/package.json +78 -0
  1711. package/node_modules/@smithy/middleware-serde/LICENSE +201 -0
  1712. package/node_modules/@smithy/middleware-serde/README.md +4 -0
  1713. package/node_modules/@smithy/middleware-serde/dist-cjs/deserializerMiddleware.js +1 -0
  1714. package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +102 -0
  1715. package/node_modules/@smithy/middleware-serde/dist-cjs/serdePlugin.js +1 -0
  1716. package/node_modules/@smithy/middleware-serde/dist-cjs/serializerMiddleware.js +1 -0
  1717. package/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +25 -0
  1718. package/node_modules/@smithy/middleware-serde/dist-es/index.js +3 -0
  1719. package/node_modules/@smithy/middleware-serde/dist-es/serdePlugin.js +22 -0
  1720. package/node_modules/@smithy/middleware-serde/dist-es/serializerMiddleware.js +13 -0
  1721. package/node_modules/@smithy/middleware-serde/dist-types/deserializerMiddleware.d.ts +5 -0
  1722. package/node_modules/@smithy/middleware-serde/dist-types/index.d.ts +3 -0
  1723. package/node_modules/@smithy/middleware-serde/dist-types/serdePlugin.d.ts +12 -0
  1724. package/node_modules/@smithy/middleware-serde/dist-types/serializerMiddleware.d.ts +6 -0
  1725. package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/deserializerMiddleware.d.ts +5 -0
  1726. package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/index.d.ts +3 -0
  1727. package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts +12 -0
  1728. package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serializerMiddleware.d.ts +6 -0
  1729. package/node_modules/@smithy/middleware-serde/package.json +62 -0
  1730. package/node_modules/@smithy/middleware-stack/LICENSE +201 -0
  1731. package/node_modules/@smithy/middleware-stack/README.md +78 -0
  1732. package/node_modules/@smithy/middleware-stack/dist-cjs/MiddlewareStack.js +1 -0
  1733. package/node_modules/@smithy/middleware-stack/dist-cjs/index.js +318 -0
  1734. package/node_modules/@smithy/middleware-stack/dist-cjs/types.js +1 -0
  1735. package/node_modules/@smithy/middleware-stack/dist-es/MiddlewareStack.js +281 -0
  1736. package/node_modules/@smithy/middleware-stack/dist-es/index.js +1 -0
  1737. package/node_modules/@smithy/middleware-stack/dist-es/types.js +1 -0
  1738. package/node_modules/@smithy/middleware-stack/dist-types/MiddlewareStack.d.ts +2 -0
  1739. package/node_modules/@smithy/middleware-stack/dist-types/index.d.ts +1 -0
  1740. package/node_modules/@smithy/middleware-stack/dist-types/ts3.4/MiddlewareStack.d.ts +2 -0
  1741. package/node_modules/@smithy/middleware-stack/dist-types/ts3.4/index.d.ts +1 -0
  1742. package/node_modules/@smithy/middleware-stack/dist-types/ts3.4/types.d.ts +22 -0
  1743. package/node_modules/@smithy/middleware-stack/dist-types/types.d.ts +22 -0
  1744. package/node_modules/@smithy/middleware-stack/package.json +63 -0
  1745. package/node_modules/@smithy/node-config-provider/LICENSE +201 -0
  1746. package/node_modules/@smithy/node-config-provider/README.md +4 -0
  1747. package/node_modules/@smithy/node-config-provider/dist-cjs/configLoader.js +1 -0
  1748. package/node_modules/@smithy/node-config-provider/dist-cjs/fromEnv.js +1 -0
  1749. package/node_modules/@smithy/node-config-provider/dist-cjs/fromSharedConfigFiles.js +1 -0
  1750. package/node_modules/@smithy/node-config-provider/dist-cjs/fromStatic.js +1 -0
  1751. package/node_modules/@smithy/node-config-provider/dist-cjs/index.js +87 -0
  1752. package/node_modules/@smithy/node-config-provider/dist-es/configLoader.js +5 -0
  1753. package/node_modules/@smithy/node-config-provider/dist-es/fromEnv.js +13 -0
  1754. package/node_modules/@smithy/node-config-provider/dist-es/fromSharedConfigFiles.js +22 -0
  1755. package/node_modules/@smithy/node-config-provider/dist-es/fromStatic.js +3 -0
  1756. package/node_modules/@smithy/node-config-provider/dist-es/index.js +1 -0
  1757. package/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +22 -0
  1758. package/node_modules/@smithy/node-config-provider/dist-types/fromEnv.d.ts +7 -0
  1759. package/node_modules/@smithy/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +15 -0
  1760. package/node_modules/@smithy/node-config-provider/dist-types/fromStatic.d.ts +3 -0
  1761. package/node_modules/@smithy/node-config-provider/dist-types/index.d.ts +1 -0
  1762. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/configLoader.d.ts +22 -0
  1763. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromEnv.d.ts +7 -0
  1764. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +15 -0
  1765. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromStatic.d.ts +3 -0
  1766. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/index.d.ts +1 -0
  1767. package/node_modules/@smithy/node-config-provider/package.json +65 -0
  1768. package/node_modules/@smithy/node-http-handler/LICENSE +201 -0
  1769. package/node_modules/@smithy/node-http-handler/README.md +4 -0
  1770. package/node_modules/@smithy/node-http-handler/dist-cjs/constants.js +1 -0
  1771. package/node_modules/@smithy/node-http-handler/dist-cjs/get-transformed-headers.js +1 -0
  1772. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +687 -0
  1773. package/node_modules/@smithy/node-http-handler/dist-cjs/node-http-handler.js +1 -0
  1774. package/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-connection-manager.js +1 -0
  1775. package/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-connection-pool.js +1 -0
  1776. package/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-handler.js +1 -0
  1777. package/node_modules/@smithy/node-http-handler/dist-cjs/readable.mock.js +1 -0
  1778. package/node_modules/@smithy/node-http-handler/dist-cjs/server.mock.js +1 -0
  1779. package/node_modules/@smithy/node-http-handler/dist-cjs/set-connection-timeout.js +1 -0
  1780. package/node_modules/@smithy/node-http-handler/dist-cjs/set-socket-keep-alive.js +1 -0
  1781. package/node_modules/@smithy/node-http-handler/dist-cjs/set-socket-timeout.js +1 -0
  1782. package/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/collector.js +1 -0
  1783. package/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/index.js +1 -0
  1784. package/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/readable.mock.js +1 -0
  1785. package/node_modules/@smithy/node-http-handler/dist-cjs/write-request-body.js +1 -0
  1786. package/node_modules/@smithy/node-http-handler/dist-es/constants.js +1 -0
  1787. package/node_modules/@smithy/node-http-handler/dist-es/get-transformed-headers.js +9 -0
  1788. package/node_modules/@smithy/node-http-handler/dist-es/index.js +3 -0
  1789. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +184 -0
  1790. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +86 -0
  1791. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-pool.js +32 -0
  1792. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +159 -0
  1793. package/node_modules/@smithy/node-http-handler/dist-es/readable.mock.js +19 -0
  1794. package/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +81 -0
  1795. package/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +21 -0
  1796. package/node_modules/@smithy/node-http-handler/dist-es/set-socket-keep-alive.js +8 -0
  1797. package/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +6 -0
  1798. package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/collector.js +11 -0
  1799. package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/index.js +14 -0
  1800. package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/readable.mock.js +19 -0
  1801. package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +52 -0
  1802. package/node_modules/@smithy/node-http-handler/dist-types/constants.d.ts +5 -0
  1803. package/node_modules/@smithy/node-http-handler/dist-types/get-transformed-headers.d.ts +4 -0
  1804. package/node_modules/@smithy/node-http-handler/dist-types/index.d.ts +3 -0
  1805. package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +37 -0
  1806. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +22 -0
  1807. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +13 -0
  1808. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +57 -0
  1809. package/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +14 -0
  1810. package/node_modules/@smithy/node-http-handler/dist-types/server.mock.d.ts +12 -0
  1811. package/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +2 -0
  1812. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +6 -0
  1813. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +2 -0
  1814. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +7 -0
  1815. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +2 -0
  1816. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +14 -0
  1817. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/constants.d.ts +5 -0
  1818. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts +4 -0
  1819. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/index.d.ts +3 -0
  1820. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +36 -0
  1821. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +22 -0
  1822. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +13 -0
  1823. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +57 -0
  1824. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +13 -0
  1825. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/server.mock.d.ts +12 -0
  1826. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +2 -0
  1827. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +6 -0
  1828. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +2 -0
  1829. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +6 -0
  1830. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts +2 -0
  1831. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +13 -0
  1832. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +12 -0
  1833. package/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +13 -0
  1834. package/node_modules/@smithy/node-http-handler/package.json +67 -0
  1835. package/node_modules/@smithy/property-provider/LICENSE +201 -0
  1836. package/node_modules/@smithy/property-provider/README.md +10 -0
  1837. package/node_modules/@smithy/property-provider/dist-cjs/CredentialsProviderError.js +1 -0
  1838. package/node_modules/@smithy/property-provider/dist-cjs/ProviderError.js +1 -0
  1839. package/node_modules/@smithy/property-provider/dist-cjs/TokenProviderError.js +1 -0
  1840. package/node_modules/@smithy/property-provider/dist-cjs/chain.js +1 -0
  1841. package/node_modules/@smithy/property-provider/dist-cjs/fromStatic.js +1 -0
  1842. package/node_modules/@smithy/property-provider/dist-cjs/index.js +150 -0
  1843. package/node_modules/@smithy/property-provider/dist-cjs/memoize.js +1 -0
  1844. package/node_modules/@smithy/property-provider/dist-es/CredentialsProviderError.js +9 -0
  1845. package/node_modules/@smithy/property-provider/dist-es/ProviderError.js +11 -0
  1846. package/node_modules/@smithy/property-provider/dist-es/TokenProviderError.js +9 -0
  1847. package/node_modules/@smithy/property-provider/dist-es/chain.js +21 -0
  1848. package/node_modules/@smithy/property-provider/dist-es/fromStatic.js +1 -0
  1849. package/node_modules/@smithy/property-provider/dist-es/index.js +6 -0
  1850. package/node_modules/@smithy/property-provider/dist-es/memoize.js +45 -0
  1851. package/node_modules/@smithy/property-provider/dist-types/CredentialsProviderError.d.ts +17 -0
  1852. package/node_modules/@smithy/property-provider/dist-types/ProviderError.d.ts +17 -0
  1853. package/node_modules/@smithy/property-provider/dist-types/TokenProviderError.d.ts +17 -0
  1854. package/node_modules/@smithy/property-provider/dist-types/chain.d.ts +13 -0
  1855. package/node_modules/@smithy/property-provider/dist-types/fromStatic.d.ts +5 -0
  1856. package/node_modules/@smithy/property-provider/dist-types/index.d.ts +24 -0
  1857. package/node_modules/@smithy/property-provider/dist-types/memoize.d.ts +40 -0
  1858. package/node_modules/@smithy/property-provider/dist-types/ts3.4/CredentialsProviderError.d.ts +17 -0
  1859. package/node_modules/@smithy/property-provider/dist-types/ts3.4/ProviderError.d.ts +17 -0
  1860. package/node_modules/@smithy/property-provider/dist-types/ts3.4/TokenProviderError.d.ts +17 -0
  1861. package/node_modules/@smithy/property-provider/dist-types/ts3.4/chain.d.ts +13 -0
  1862. package/node_modules/@smithy/property-provider/dist-types/ts3.4/fromStatic.d.ts +5 -0
  1863. package/node_modules/@smithy/property-provider/dist-types/ts3.4/index.d.ts +24 -0
  1864. package/node_modules/@smithy/property-provider/dist-types/ts3.4/memoize.d.ts +40 -0
  1865. package/node_modules/@smithy/property-provider/package.json +60 -0
  1866. package/node_modules/@smithy/protocol-http/LICENSE +201 -0
  1867. package/node_modules/@smithy/protocol-http/README.md +4 -0
  1868. package/node_modules/@smithy/protocol-http/dist-cjs/Field.js +1 -0
  1869. package/node_modules/@smithy/protocol-http/dist-cjs/Fields.js +1 -0
  1870. package/node_modules/@smithy/protocol-http/dist-cjs/extensions/httpExtensionConfiguration.js +1 -0
  1871. package/node_modules/@smithy/protocol-http/dist-cjs/extensions/index.js +1 -0
  1872. package/node_modules/@smithy/protocol-http/dist-cjs/httpHandler.js +1 -0
  1873. package/node_modules/@smithy/protocol-http/dist-cjs/httpRequest.js +1 -0
  1874. package/node_modules/@smithy/protocol-http/dist-cjs/httpResponse.js +1 -0
  1875. package/node_modules/@smithy/protocol-http/dist-cjs/index.js +237 -0
  1876. package/node_modules/@smithy/protocol-http/dist-cjs/isValidHostname.js +1 -0
  1877. package/node_modules/@smithy/protocol-http/dist-cjs/types.js +1 -0
  1878. package/node_modules/@smithy/protocol-http/dist-es/Field.js +23 -0
  1879. package/node_modules/@smithy/protocol-http/dist-es/Fields.js +19 -0
  1880. package/node_modules/@smithy/protocol-http/dist-es/extensions/httpExtensionConfiguration.js +22 -0
  1881. package/node_modules/@smithy/protocol-http/dist-es/extensions/index.js +1 -0
  1882. package/node_modules/@smithy/protocol-http/dist-es/httpHandler.js +1 -0
  1883. package/node_modules/@smithy/protocol-http/dist-es/httpRequest.js +48 -0
  1884. package/node_modules/@smithy/protocol-http/dist-es/httpResponse.js +14 -0
  1885. package/node_modules/@smithy/protocol-http/dist-es/index.js +8 -0
  1886. package/node_modules/@smithy/protocol-http/dist-es/isValidHostname.js +4 -0
  1887. package/node_modules/@smithy/protocol-http/dist-es/types.js +1 -0
  1888. package/node_modules/@smithy/protocol-http/dist-types/Field.d.ts +49 -0
  1889. package/node_modules/@smithy/protocol-http/dist-types/Fields.d.ts +44 -0
  1890. package/node_modules/@smithy/protocol-http/dist-types/extensions/httpExtensionConfiguration.d.ts +37 -0
  1891. package/node_modules/@smithy/protocol-http/dist-types/extensions/index.d.ts +1 -0
  1892. package/node_modules/@smithy/protocol-http/dist-types/httpHandler.d.ts +37 -0
  1893. package/node_modules/@smithy/protocol-http/dist-types/httpRequest.d.ts +23 -0
  1894. package/node_modules/@smithy/protocol-http/dist-types/httpResponse.d.ts +16 -0
  1895. package/node_modules/@smithy/protocol-http/dist-types/index.d.ts +8 -0
  1896. package/node_modules/@smithy/protocol-http/dist-types/isValidHostname.d.ts +1 -0
  1897. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/Field.d.ts +49 -0
  1898. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/Fields.d.ts +44 -0
  1899. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/httpExtensionConfiguration.d.ts +37 -0
  1900. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/index.d.ts +1 -0
  1901. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpHandler.d.ts +37 -0
  1902. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpRequest.d.ts +23 -0
  1903. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpResponse.d.ts +16 -0
  1904. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/index.d.ts +8 -0
  1905. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/isValidHostname.d.ts +1 -0
  1906. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/types.d.ts +21 -0
  1907. package/node_modules/@smithy/protocol-http/dist-types/types.d.ts +21 -0
  1908. package/node_modules/@smithy/protocol-http/package.json +61 -0
  1909. package/node_modules/@smithy/querystring-builder/LICENSE +201 -0
  1910. package/node_modules/@smithy/querystring-builder/README.md +10 -0
  1911. package/node_modules/@smithy/querystring-builder/dist-cjs/index.js +52 -0
  1912. package/node_modules/@smithy/querystring-builder/dist-es/index.js +21 -0
  1913. package/node_modules/@smithy/querystring-builder/dist-types/index.d.ts +5 -0
  1914. package/node_modules/@smithy/querystring-builder/dist-types/ts3.4/index.d.ts +5 -0
  1915. package/node_modules/@smithy/querystring-builder/package.json +61 -0
  1916. package/node_modules/@smithy/querystring-parser/LICENSE +201 -0
  1917. package/node_modules/@smithy/querystring-parser/README.md +10 -0
  1918. package/node_modules/@smithy/querystring-parser/dist-cjs/index.js +53 -0
  1919. package/node_modules/@smithy/querystring-parser/dist-es/index.js +23 -0
  1920. package/node_modules/@smithy/querystring-parser/dist-types/index.d.ts +5 -0
  1921. package/node_modules/@smithy/querystring-parser/dist-types/ts3.4/index.d.ts +5 -0
  1922. package/node_modules/@smithy/querystring-parser/package.json +60 -0
  1923. package/node_modules/@smithy/service-error-classification/LICENSE +201 -0
  1924. package/node_modules/@smithy/service-error-classification/README.md +4 -0
  1925. package/node_modules/@smithy/service-error-classification/dist-cjs/constants.js +1 -0
  1926. package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +98 -0
  1927. package/node_modules/@smithy/service-error-classification/dist-es/constants.js +27 -0
  1928. package/node_modules/@smithy/service-error-classification/dist-es/index.js +21 -0
  1929. package/node_modules/@smithy/service-error-classification/dist-types/constants.d.ts +26 -0
  1930. package/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +19 -0
  1931. package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +26 -0
  1932. package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/index.d.ts +19 -0
  1933. package/node_modules/@smithy/service-error-classification/package.json +59 -0
  1934. package/node_modules/@smithy/shared-ini-file-loader/LICENSE +201 -0
  1935. package/node_modules/@smithy/shared-ini-file-loader/README.md +105 -0
  1936. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigData.js +1 -0
  1937. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigFilepath.js +1 -0
  1938. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getCredentialsFilepath.js +1 -0
  1939. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getHomeDir.js +26 -0
  1940. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getProfileName.js +1 -0
  1941. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFilepath.js +12 -0
  1942. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +12 -0
  1943. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSsoSessionData.js +1 -0
  1944. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +190 -0
  1945. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSharedConfigFiles.js +1 -0
  1946. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSsoSessionData.js +1 -0
  1947. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/mergeConfigFiles.js +1 -0
  1948. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseIni.js +1 -0
  1949. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseKnownFiles.js +1 -0
  1950. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js +13 -0
  1951. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/types.js +1 -0
  1952. package/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigData.js +18 -0
  1953. package/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigFilepath.js +4 -0
  1954. package/node_modules/@smithy/shared-ini-file-loader/dist-es/getCredentialsFilepath.js +4 -0
  1955. package/node_modules/@smithy/shared-ini-file-loader/dist-es/getHomeDir.js +22 -0
  1956. package/node_modules/@smithy/shared-ini-file-loader/dist-es/getProfileName.js +3 -0
  1957. package/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFilepath.js +8 -0
  1958. package/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +8 -0
  1959. package/node_modules/@smithy/shared-ini-file-loader/dist-es/getSsoSessionData.js +5 -0
  1960. package/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +8 -0
  1961. package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +27 -0
  1962. package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSsoSessionData.js +9 -0
  1963. package/node_modules/@smithy/shared-ini-file-loader/dist-es/mergeConfigFiles.js +14 -0
  1964. package/node_modules/@smithy/shared-ini-file-loader/dist-es/parseIni.js +52 -0
  1965. package/node_modules/@smithy/shared-ini-file-loader/dist-es/parseKnownFiles.js +6 -0
  1966. package/node_modules/@smithy/shared-ini-file-loader/dist-es/slurpFile.js +9 -0
  1967. package/node_modules/@smithy/shared-ini-file-loader/dist-es/types.js +1 -0
  1968. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigData.d.ts +8 -0
  1969. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigFilepath.d.ts +2 -0
  1970. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getCredentialsFilepath.d.ts +2 -0
  1971. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getHomeDir.d.ts +6 -0
  1972. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getProfileName.d.ts +5 -0
  1973. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFilepath.d.ts +4 -0
  1974. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +44 -0
  1975. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSsoSessionData.d.ts +6 -0
  1976. package/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +8 -0
  1977. package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +22 -0
  1978. package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +10 -0
  1979. package/node_modules/@smithy/shared-ini-file-loader/dist-types/mergeConfigFiles.d.ts +7 -0
  1980. package/node_modules/@smithy/shared-ini-file-loader/dist-types/parseIni.d.ts +2 -0
  1981. package/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +15 -0
  1982. package/node_modules/@smithy/shared-ini-file-loader/dist-types/slurpFile.d.ts +5 -0
  1983. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigData.d.ts +8 -0
  1984. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigFilepath.d.ts +2 -0
  1985. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getCredentialsFilepath.d.ts +2 -0
  1986. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getHomeDir.d.ts +6 -0
  1987. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getProfileName.d.ts +5 -0
  1988. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFilepath.d.ts +4 -0
  1989. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +44 -0
  1990. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSsoSessionData.d.ts +6 -0
  1991. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +8 -0
  1992. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +22 -0
  1993. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSsoSessionData.d.ts +10 -0
  1994. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/mergeConfigFiles.d.ts +7 -0
  1995. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseIni.d.ts +2 -0
  1996. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseKnownFiles.d.ts +15 -0
  1997. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts +5 -0
  1998. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/types.d.ts +13 -0
  1999. package/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +13 -0
  2000. package/node_modules/@smithy/shared-ini-file-loader/package.json +72 -0
  2001. package/node_modules/@smithy/signature-v4/LICENSE +201 -0
  2002. package/node_modules/@smithy/signature-v4/README.md +11 -0
  2003. package/node_modules/@smithy/signature-v4/dist-cjs/HeaderFormatter.js +1 -0
  2004. package/node_modules/@smithy/signature-v4/dist-cjs/SignatureV4.js +1 -0
  2005. package/node_modules/@smithy/signature-v4/dist-cjs/cloneRequest.js +1 -0
  2006. package/node_modules/@smithy/signature-v4/dist-cjs/constants.js +1 -0
  2007. package/node_modules/@smithy/signature-v4/dist-cjs/credentialDerivation.js +1 -0
  2008. package/node_modules/@smithy/signature-v4/dist-cjs/getCanonicalHeaders.js +1 -0
  2009. package/node_modules/@smithy/signature-v4/dist-cjs/getCanonicalQuery.js +1 -0
  2010. package/node_modules/@smithy/signature-v4/dist-cjs/getPayloadHash.js +1 -0
  2011. package/node_modules/@smithy/signature-v4/dist-cjs/headerUtil.js +1 -0
  2012. package/node_modules/@smithy/signature-v4/dist-cjs/index.js +589 -0
  2013. package/node_modules/@smithy/signature-v4/dist-cjs/moveHeadersToQuery.js +1 -0
  2014. package/node_modules/@smithy/signature-v4/dist-cjs/prepareRequest.js +1 -0
  2015. package/node_modules/@smithy/signature-v4/dist-cjs/suite.fixture.js +1 -0
  2016. package/node_modules/@smithy/signature-v4/dist-cjs/utilDate.js +1 -0
  2017. package/node_modules/@smithy/signature-v4/dist-es/HeaderFormatter.js +125 -0
  2018. package/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js +191 -0
  2019. package/node_modules/@smithy/signature-v4/dist-es/cloneRequest.js +12 -0
  2020. package/node_modules/@smithy/signature-v4/dist-es/constants.js +43 -0
  2021. package/node_modules/@smithy/signature-v4/dist-es/credentialDerivation.js +33 -0
  2022. package/node_modules/@smithy/signature-v4/dist-es/getCanonicalHeaders.js +20 -0
  2023. package/node_modules/@smithy/signature-v4/dist-es/getCanonicalQuery.js +27 -0
  2024. package/node_modules/@smithy/signature-v4/dist-es/getPayloadHash.js +20 -0
  2025. package/node_modules/@smithy/signature-v4/dist-es/headerUtil.js +26 -0
  2026. package/node_modules/@smithy/signature-v4/dist-es/index.js +7 -0
  2027. package/node_modules/@smithy/signature-v4/dist-es/moveHeadersToQuery.js +16 -0
  2028. package/node_modules/@smithy/signature-v4/dist-es/prepareRequest.js +11 -0
  2029. package/node_modules/@smithy/signature-v4/dist-es/suite.fixture.js +399 -0
  2030. package/node_modules/@smithy/signature-v4/dist-es/utilDate.js +15 -0
  2031. package/node_modules/@smithy/signature-v4/dist-types/HeaderFormatter.d.ts +24 -0
  2032. package/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +67 -0
  2033. package/node_modules/@smithy/signature-v4/dist-types/cloneRequest.d.ts +6 -0
  2034. package/node_modules/@smithy/signature-v4/dist-types/constants.d.ts +43 -0
  2035. package/node_modules/@smithy/signature-v4/dist-types/credentialDerivation.d.ts +26 -0
  2036. package/node_modules/@smithy/signature-v4/dist-types/getCanonicalHeaders.d.ts +5 -0
  2037. package/node_modules/@smithy/signature-v4/dist-types/getCanonicalQuery.d.ts +5 -0
  2038. package/node_modules/@smithy/signature-v4/dist-types/getPayloadHash.d.ts +5 -0
  2039. package/node_modules/@smithy/signature-v4/dist-types/headerUtil.d.ts +4 -0
  2040. package/node_modules/@smithy/signature-v4/dist-types/index.d.ts +7 -0
  2041. package/node_modules/@smithy/signature-v4/dist-types/moveHeadersToQuery.d.ts +9 -0
  2042. package/node_modules/@smithy/signature-v4/dist-types/prepareRequest.d.ts +5 -0
  2043. package/node_modules/@smithy/signature-v4/dist-types/suite.fixture.d.ts +14 -0
  2044. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/HeaderFormatter.d.ts +24 -0
  2045. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +67 -0
  2046. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/cloneRequest.d.ts +6 -0
  2047. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/constants.d.ts +43 -0
  2048. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/credentialDerivation.d.ts +26 -0
  2049. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts +5 -0
  2050. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalQuery.d.ts +5 -0
  2051. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getPayloadHash.d.ts +5 -0
  2052. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/headerUtil.d.ts +4 -0
  2053. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/index.d.ts +7 -0
  2054. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts +9 -0
  2055. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/prepareRequest.d.ts +5 -0
  2056. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/suite.fixture.d.ts +14 -0
  2057. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/utilDate.d.ts +2 -0
  2058. package/node_modules/@smithy/signature-v4/dist-types/utilDate.d.ts +2 -0
  2059. package/node_modules/@smithy/signature-v4/package.json +69 -0
  2060. package/node_modules/@smithy/smithy-client/LICENSE +201 -0
  2061. package/node_modules/@smithy/smithy-client/README.md +10 -0
  2062. package/node_modules/@smithy/smithy-client/dist-cjs/NoOpLogger.js +1 -0
  2063. package/node_modules/@smithy/smithy-client/dist-cjs/client.js +1 -0
  2064. package/node_modules/@smithy/smithy-client/dist-cjs/collect-stream-body.js +1 -0
  2065. package/node_modules/@smithy/smithy-client/dist-cjs/command.js +1 -0
  2066. package/node_modules/@smithy/smithy-client/dist-cjs/constants.js +1 -0
  2067. package/node_modules/@smithy/smithy-client/dist-cjs/create-aggregated-client.js +1 -0
  2068. package/node_modules/@smithy/smithy-client/dist-cjs/date-utils.js +1 -0
  2069. package/node_modules/@smithy/smithy-client/dist-cjs/default-error-handler.js +1 -0
  2070. package/node_modules/@smithy/smithy-client/dist-cjs/defaults-mode.js +1 -0
  2071. package/node_modules/@smithy/smithy-client/dist-cjs/emitWarningIfUnsupportedVersion.js +1 -0
  2072. package/node_modules/@smithy/smithy-client/dist-cjs/exceptions.js +1 -0
  2073. package/node_modules/@smithy/smithy-client/dist-cjs/extended-encode-uri-component.js +1 -0
  2074. package/node_modules/@smithy/smithy-client/dist-cjs/extensions/checksum.js +1 -0
  2075. package/node_modules/@smithy/smithy-client/dist-cjs/extensions/defaultExtensionConfiguration.js +1 -0
  2076. package/node_modules/@smithy/smithy-client/dist-cjs/extensions/index.js +1 -0
  2077. package/node_modules/@smithy/smithy-client/dist-cjs/extensions/retry.js +1 -0
  2078. package/node_modules/@smithy/smithy-client/dist-cjs/get-array-if-single-item.js +1 -0
  2079. package/node_modules/@smithy/smithy-client/dist-cjs/get-value-from-text-node.js +1 -0
  2080. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +1256 -0
  2081. package/node_modules/@smithy/smithy-client/dist-cjs/lazy-json.js +1 -0
  2082. package/node_modules/@smithy/smithy-client/dist-cjs/object-mapping.js +1 -0
  2083. package/node_modules/@smithy/smithy-client/dist-cjs/parse-utils.js +1 -0
  2084. package/node_modules/@smithy/smithy-client/dist-cjs/resolve-path.js +1 -0
  2085. package/node_modules/@smithy/smithy-client/dist-cjs/ser-utils.js +1 -0
  2086. package/node_modules/@smithy/smithy-client/dist-cjs/serde-json.js +1 -0
  2087. package/node_modules/@smithy/smithy-client/dist-cjs/split-every.js +1 -0
  2088. package/node_modules/@smithy/smithy-client/dist-es/NoOpLogger.js +7 -0
  2089. package/node_modules/@smithy/smithy-client/dist-es/client.js +24 -0
  2090. package/node_modules/@smithy/smithy-client/dist-es/collect-stream-body.js +11 -0
  2091. package/node_modules/@smithy/smithy-client/dist-es/command.js +114 -0
  2092. package/node_modules/@smithy/smithy-client/dist-es/constants.js +1 -0
  2093. package/node_modules/@smithy/smithy-client/dist-es/create-aggregated-client.js +21 -0
  2094. package/node_modules/@smithy/smithy-client/dist-es/date-utils.js +187 -0
  2095. package/node_modules/@smithy/smithy-client/dist-es/default-error-handler.js +22 -0
  2096. package/node_modules/@smithy/smithy-client/dist-es/defaults-mode.js +26 -0
  2097. package/node_modules/@smithy/smithy-client/dist-es/emitWarningIfUnsupportedVersion.js +6 -0
  2098. package/node_modules/@smithy/smithy-client/dist-es/exceptions.js +22 -0
  2099. package/node_modules/@smithy/smithy-client/dist-es/extended-encode-uri-component.js +5 -0
  2100. package/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +31 -0
  2101. package/node_modules/@smithy/smithy-client/dist-es/extensions/defaultExtensionConfiguration.js +15 -0
  2102. package/node_modules/@smithy/smithy-client/dist-es/extensions/index.js +1 -0
  2103. package/node_modules/@smithy/smithy-client/dist-es/extensions/retry.js +16 -0
  2104. package/node_modules/@smithy/smithy-client/dist-es/get-array-if-single-item.js +1 -0
  2105. package/node_modules/@smithy/smithy-client/dist-es/get-value-from-text-node.js +12 -0
  2106. package/node_modules/@smithy/smithy-client/dist-es/index.js +22 -0
  2107. package/node_modules/@smithy/smithy-client/dist-es/lazy-json.js +33 -0
  2108. package/node_modules/@smithy/smithy-client/dist-es/object-mapping.js +92 -0
  2109. package/node_modules/@smithy/smithy-client/dist-es/parse-utils.js +230 -0
  2110. package/node_modules/@smithy/smithy-client/dist-es/resolve-path.js +19 -0
  2111. package/node_modules/@smithy/smithy-client/dist-es/ser-utils.js +13 -0
  2112. package/node_modules/@smithy/smithy-client/dist-es/serde-json.js +19 -0
  2113. package/node_modules/@smithy/smithy-client/dist-es/split-every.js +27 -0
  2114. package/node_modules/@smithy/smithy-client/dist-types/NoOpLogger.d.ts +11 -0
  2115. package/node_modules/@smithy/smithy-client/dist-types/client.d.ts +32 -0
  2116. package/node_modules/@smithy/smithy-client/dist-types/collect-stream-body.d.ts +10 -0
  2117. package/node_modules/@smithy/smithy-client/dist-types/command.d.ts +113 -0
  2118. package/node_modules/@smithy/smithy-client/dist-types/constants.d.ts +4 -0
  2119. package/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +9 -0
  2120. package/node_modules/@smithy/smithy-client/dist-types/date-utils.d.ts +73 -0
  2121. package/node_modules/@smithy/smithy-client/dist-types/default-error-handler.d.ts +13 -0
  2122. package/node_modules/@smithy/smithy-client/dist-types/defaults-mode.d.ts +28 -0
  2123. package/node_modules/@smithy/smithy-client/dist-types/emitWarningIfUnsupportedVersion.d.ts +8 -0
  2124. package/node_modules/@smithy/smithy-client/dist-types/exceptions.d.ts +34 -0
  2125. package/node_modules/@smithy/smithy-client/dist-types/extended-encode-uri-component.d.ts +7 -0
  2126. package/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +25 -0
  2127. package/node_modules/@smithy/smithy-client/dist-types/extensions/defaultExtensionConfiguration.d.ts +38 -0
  2128. package/node_modules/@smithy/smithy-client/dist-types/extensions/index.d.ts +1 -0
  2129. package/node_modules/@smithy/smithy-client/dist-types/extensions/retry.d.ts +15 -0
  2130. package/node_modules/@smithy/smithy-client/dist-types/get-array-if-single-item.d.ts +7 -0
  2131. package/node_modules/@smithy/smithy-client/dist-types/get-value-from-text-node.d.ts +7 -0
  2132. package/node_modules/@smithy/smithy-client/dist-types/index.d.ts +23 -0
  2133. package/node_modules/@smithy/smithy-client/dist-types/lazy-json.d.ts +24 -0
  2134. package/node_modules/@smithy/smithy-client/dist-types/object-mapping.d.ts +162 -0
  2135. package/node_modules/@smithy/smithy-client/dist-types/parse-utils.d.ts +270 -0
  2136. package/node_modules/@smithy/smithy-client/dist-types/resolve-path.d.ts +4 -0
  2137. package/node_modules/@smithy/smithy-client/dist-types/ser-utils.d.ts +9 -0
  2138. package/node_modules/@smithy/smithy-client/dist-types/serde-json.d.ts +10 -0
  2139. package/node_modules/@smithy/smithy-client/dist-types/split-every.d.ts +11 -0
  2140. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/NoOpLogger.d.ts +11 -0
  2141. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +32 -0
  2142. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/collect-stream-body.d.ts +10 -0
  2143. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/command.d.ts +113 -0
  2144. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/constants.d.ts +4 -0
  2145. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +9 -0
  2146. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/date-utils.d.ts +73 -0
  2147. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/default-error-handler.d.ts +13 -0
  2148. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/defaults-mode.d.ts +28 -0
  2149. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/emitWarningIfUnsupportedVersion.d.ts +8 -0
  2150. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/exceptions.d.ts +34 -0
  2151. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extended-encode-uri-component.d.ts +7 -0
  2152. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/checksum.d.ts +25 -0
  2153. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +38 -0
  2154. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/index.d.ts +1 -0
  2155. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/retry.d.ts +15 -0
  2156. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/get-array-if-single-item.d.ts +7 -0
  2157. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/get-value-from-text-node.d.ts +7 -0
  2158. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/index.d.ts +23 -0
  2159. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/lazy-json.d.ts +24 -0
  2160. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/object-mapping.d.ts +178 -0
  2161. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/parse-utils.d.ts +270 -0
  2162. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/resolve-path.d.ts +4 -0
  2163. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/ser-utils.d.ts +9 -0
  2164. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/serde-json.d.ts +10 -0
  2165. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/split-every.d.ts +11 -0
  2166. package/node_modules/@smithy/smithy-client/package.json +66 -0
  2167. package/node_modules/@smithy/types/LICENSE +201 -0
  2168. package/node_modules/@smithy/types/README.md +80 -0
  2169. package/node_modules/@smithy/types/dist-cjs/abort.js +1 -0
  2170. package/node_modules/@smithy/types/dist-cjs/auth/HttpApiKeyAuth.js +1 -0
  2171. package/node_modules/@smithy/types/dist-cjs/auth/HttpAuthScheme.js +1 -0
  2172. package/node_modules/@smithy/types/dist-cjs/auth/HttpAuthSchemeProvider.js +1 -0
  2173. package/node_modules/@smithy/types/dist-cjs/auth/HttpSigner.js +1 -0
  2174. package/node_modules/@smithy/types/dist-cjs/auth/IdentityProviderConfig.js +1 -0
  2175. package/node_modules/@smithy/types/dist-cjs/auth/auth.js +1 -0
  2176. package/node_modules/@smithy/types/dist-cjs/auth/index.js +1 -0
  2177. package/node_modules/@smithy/types/dist-cjs/blob/blob-payload-input-types.js +1 -0
  2178. package/node_modules/@smithy/types/dist-cjs/checksum.js +1 -0
  2179. package/node_modules/@smithy/types/dist-cjs/client.js +1 -0
  2180. package/node_modules/@smithy/types/dist-cjs/command.js +1 -0
  2181. package/node_modules/@smithy/types/dist-cjs/connection/config.js +1 -0
  2182. package/node_modules/@smithy/types/dist-cjs/connection/index.js +1 -0
  2183. package/node_modules/@smithy/types/dist-cjs/connection/manager.js +1 -0
  2184. package/node_modules/@smithy/types/dist-cjs/connection/pool.js +1 -0
  2185. package/node_modules/@smithy/types/dist-cjs/crypto.js +1 -0
  2186. package/node_modules/@smithy/types/dist-cjs/downlevel-ts3.4/transform/type-transform.js +1 -0
  2187. package/node_modules/@smithy/types/dist-cjs/encode.js +1 -0
  2188. package/node_modules/@smithy/types/dist-cjs/endpoint.js +1 -0
  2189. package/node_modules/@smithy/types/dist-cjs/endpoints/EndpointRuleObject.js +1 -0
  2190. package/node_modules/@smithy/types/dist-cjs/endpoints/ErrorRuleObject.js +1 -0
  2191. package/node_modules/@smithy/types/dist-cjs/endpoints/RuleSetObject.js +1 -0
  2192. package/node_modules/@smithy/types/dist-cjs/endpoints/TreeRuleObject.js +1 -0
  2193. package/node_modules/@smithy/types/dist-cjs/endpoints/index.js +1 -0
  2194. package/node_modules/@smithy/types/dist-cjs/endpoints/shared.js +1 -0
  2195. package/node_modules/@smithy/types/dist-cjs/eventStream.js +1 -0
  2196. package/node_modules/@smithy/types/dist-cjs/extensions/checksum.js +1 -0
  2197. package/node_modules/@smithy/types/dist-cjs/extensions/defaultClientConfiguration.js +1 -0
  2198. package/node_modules/@smithy/types/dist-cjs/extensions/defaultExtensionConfiguration.js +1 -0
  2199. package/node_modules/@smithy/types/dist-cjs/extensions/index.js +1 -0
  2200. package/node_modules/@smithy/types/dist-cjs/extensions/retry.js +1 -0
  2201. package/node_modules/@smithy/types/dist-cjs/externals-check/browser-externals-check.js +1 -0
  2202. package/node_modules/@smithy/types/dist-cjs/http/httpHandlerInitialization.js +1 -0
  2203. package/node_modules/@smithy/types/dist-cjs/http.js +1 -0
  2204. package/node_modules/@smithy/types/dist-cjs/identity/apiKeyIdentity.js +1 -0
  2205. package/node_modules/@smithy/types/dist-cjs/identity/awsCredentialIdentity.js +1 -0
  2206. package/node_modules/@smithy/types/dist-cjs/identity/identity.js +1 -0
  2207. package/node_modules/@smithy/types/dist-cjs/identity/index.js +1 -0
  2208. package/node_modules/@smithy/types/dist-cjs/identity/tokenIdentity.js +1 -0
  2209. package/node_modules/@smithy/types/dist-cjs/index.js +149 -0
  2210. package/node_modules/@smithy/types/dist-cjs/logger.js +1 -0
  2211. package/node_modules/@smithy/types/dist-cjs/middleware.js +1 -0
  2212. package/node_modules/@smithy/types/dist-cjs/pagination.js +1 -0
  2213. package/node_modules/@smithy/types/dist-cjs/profile.js +1 -0
  2214. package/node_modules/@smithy/types/dist-cjs/response.js +1 -0
  2215. package/node_modules/@smithy/types/dist-cjs/retry.js +1 -0
  2216. package/node_modules/@smithy/types/dist-cjs/serde.js +1 -0
  2217. package/node_modules/@smithy/types/dist-cjs/shapes.js +1 -0
  2218. package/node_modules/@smithy/types/dist-cjs/signature.js +1 -0
  2219. package/node_modules/@smithy/types/dist-cjs/stream.js +1 -0
  2220. package/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-common-types.js +1 -0
  2221. package/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-input-types.js +1 -0
  2222. package/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-output-types.js +1 -0
  2223. package/node_modules/@smithy/types/dist-cjs/transfer.js +1 -0
  2224. package/node_modules/@smithy/types/dist-cjs/transform/client-method-transforms.js +1 -0
  2225. package/node_modules/@smithy/types/dist-cjs/transform/client-payload-blob-type-narrow.js +1 -0
  2226. package/node_modules/@smithy/types/dist-cjs/transform/exact.js +1 -0
  2227. package/node_modules/@smithy/types/dist-cjs/transform/no-undefined.js +1 -0
  2228. package/node_modules/@smithy/types/dist-cjs/transform/type-transform.js +1 -0
  2229. package/node_modules/@smithy/types/dist-cjs/uri.js +1 -0
  2230. package/node_modules/@smithy/types/dist-cjs/util.js +1 -0
  2231. package/node_modules/@smithy/types/dist-cjs/waiter.js +1 -0
  2232. package/node_modules/@smithy/types/dist-es/abort.js +1 -0
  2233. package/node_modules/@smithy/types/dist-es/auth/HttpApiKeyAuth.js +5 -0
  2234. package/node_modules/@smithy/types/dist-es/auth/HttpAuthScheme.js +1 -0
  2235. package/node_modules/@smithy/types/dist-es/auth/HttpAuthSchemeProvider.js +1 -0
  2236. package/node_modules/@smithy/types/dist-es/auth/HttpSigner.js +1 -0
  2237. package/node_modules/@smithy/types/dist-es/auth/IdentityProviderConfig.js +1 -0
  2238. package/node_modules/@smithy/types/dist-es/auth/auth.js +5 -0
  2239. package/node_modules/@smithy/types/dist-es/auth/index.js +6 -0
  2240. package/node_modules/@smithy/types/dist-es/blob/blob-payload-input-types.js +1 -0
  2241. package/node_modules/@smithy/types/dist-es/checksum.js +1 -0
  2242. package/node_modules/@smithy/types/dist-es/client.js +1 -0
  2243. package/node_modules/@smithy/types/dist-es/command.js +1 -0
  2244. package/node_modules/@smithy/types/dist-es/connection/config.js +1 -0
  2245. package/node_modules/@smithy/types/dist-es/connection/index.js +3 -0
  2246. package/node_modules/@smithy/types/dist-es/connection/manager.js +1 -0
  2247. package/node_modules/@smithy/types/dist-es/connection/pool.js +1 -0
  2248. package/node_modules/@smithy/types/dist-es/crypto.js +1 -0
  2249. package/node_modules/@smithy/types/dist-es/downlevel-ts3.4/transform/type-transform.js +1 -0
  2250. package/node_modules/@smithy/types/dist-es/encode.js +1 -0
  2251. package/node_modules/@smithy/types/dist-es/endpoint.js +5 -0
  2252. package/node_modules/@smithy/types/dist-es/endpoints/EndpointRuleObject.js +1 -0
  2253. package/node_modules/@smithy/types/dist-es/endpoints/ErrorRuleObject.js +1 -0
  2254. package/node_modules/@smithy/types/dist-es/endpoints/RuleSetObject.js +1 -0
  2255. package/node_modules/@smithy/types/dist-es/endpoints/TreeRuleObject.js +1 -0
  2256. package/node_modules/@smithy/types/dist-es/endpoints/index.js +5 -0
  2257. package/node_modules/@smithy/types/dist-es/endpoints/shared.js +1 -0
  2258. package/node_modules/@smithy/types/dist-es/eventStream.js +1 -0
  2259. package/node_modules/@smithy/types/dist-es/extensions/checksum.js +39 -0
  2260. package/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +11 -0
  2261. package/node_modules/@smithy/types/dist-es/extensions/defaultExtensionConfiguration.js +1 -0
  2262. package/node_modules/@smithy/types/dist-es/extensions/index.js +3 -0
  2263. package/node_modules/@smithy/types/dist-es/extensions/retry.js +1 -0
  2264. package/node_modules/@smithy/types/dist-es/externals-check/browser-externals-check.js +1 -0
  2265. package/node_modules/@smithy/types/dist-es/http/httpHandlerInitialization.js +1 -0
  2266. package/node_modules/@smithy/types/dist-es/http.js +5 -0
  2267. package/node_modules/@smithy/types/dist-es/identity/apiKeyIdentity.js +1 -0
  2268. package/node_modules/@smithy/types/dist-es/identity/awsCredentialIdentity.js +1 -0
  2269. package/node_modules/@smithy/types/dist-es/identity/identity.js +1 -0
  2270. package/node_modules/@smithy/types/dist-es/identity/index.js +4 -0
  2271. package/node_modules/@smithy/types/dist-es/identity/tokenIdentity.js +1 -0
  2272. package/node_modules/@smithy/types/dist-es/index.js +36 -0
  2273. package/node_modules/@smithy/types/dist-es/logger.js +1 -0
  2274. package/node_modules/@smithy/types/dist-es/middleware.js +1 -0
  2275. package/node_modules/@smithy/types/dist-es/pagination.js +1 -0
  2276. package/node_modules/@smithy/types/dist-es/profile.js +6 -0
  2277. package/node_modules/@smithy/types/dist-es/response.js +1 -0
  2278. package/node_modules/@smithy/types/dist-es/retry.js +1 -0
  2279. package/node_modules/@smithy/types/dist-es/serde.js +1 -0
  2280. package/node_modules/@smithy/types/dist-es/shapes.js +1 -0
  2281. package/node_modules/@smithy/types/dist-es/signature.js +1 -0
  2282. package/node_modules/@smithy/types/dist-es/stream.js +1 -0
  2283. package/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-common-types.js +1 -0
  2284. package/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-input-types.js +1 -0
  2285. package/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-output-types.js +1 -0
  2286. package/node_modules/@smithy/types/dist-es/transfer.js +6 -0
  2287. package/node_modules/@smithy/types/dist-es/transform/client-method-transforms.js +1 -0
  2288. package/node_modules/@smithy/types/dist-es/transform/client-payload-blob-type-narrow.js +1 -0
  2289. package/node_modules/@smithy/types/dist-es/transform/exact.js +1 -0
  2290. package/node_modules/@smithy/types/dist-es/transform/no-undefined.js +1 -0
  2291. package/node_modules/@smithy/types/dist-es/transform/type-transform.js +1 -0
  2292. package/node_modules/@smithy/types/dist-es/uri.js +1 -0
  2293. package/node_modules/@smithy/types/dist-es/util.js +1 -0
  2294. package/node_modules/@smithy/types/dist-es/waiter.js +1 -0
  2295. package/node_modules/@smithy/types/dist-types/abort.d.ts +49 -0
  2296. package/node_modules/@smithy/types/dist-types/auth/HttpApiKeyAuth.d.ts +7 -0
  2297. package/node_modules/@smithy/types/dist-types/auth/HttpAuthScheme.d.ts +49 -0
  2298. package/node_modules/@smithy/types/dist-types/auth/HttpAuthSchemeProvider.d.ts +20 -0
  2299. package/node_modules/@smithy/types/dist-types/auth/HttpSigner.d.ts +41 -0
  2300. package/node_modules/@smithy/types/dist-types/auth/IdentityProviderConfig.d.ts +14 -0
  2301. package/node_modules/@smithy/types/dist-types/auth/auth.d.ts +57 -0
  2302. package/node_modules/@smithy/types/dist-types/auth/index.d.ts +6 -0
  2303. package/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +41 -0
  2304. package/node_modules/@smithy/types/dist-types/checksum.d.ts +63 -0
  2305. package/node_modules/@smithy/types/dist-types/client.d.ts +44 -0
  2306. package/node_modules/@smithy/types/dist-types/command.d.ts +10 -0
  2307. package/node_modules/@smithy/types/dist-types/connection/config.d.ts +7 -0
  2308. package/node_modules/@smithy/types/dist-types/connection/index.d.ts +3 -0
  2309. package/node_modules/@smithy/types/dist-types/connection/manager.d.ts +28 -0
  2310. package/node_modules/@smithy/types/dist-types/connection/pool.d.ts +24 -0
  2311. package/node_modules/@smithy/types/dist-types/crypto.d.ts +60 -0
  2312. package/node_modules/@smithy/types/dist-types/downlevel-ts3.4/transform/type-transform.d.ts +25 -0
  2313. package/node_modules/@smithy/types/dist-types/encode.d.ts +19 -0
  2314. package/node_modules/@smithy/types/dist-types/endpoint.d.ts +77 -0
  2315. package/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +15 -0
  2316. package/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +7 -0
  2317. package/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +19 -0
  2318. package/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +10 -0
  2319. package/node_modules/@smithy/types/dist-types/endpoints/index.d.ts +5 -0
  2320. package/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +25 -0
  2321. package/node_modules/@smithy/types/dist-types/eventStream.d.ts +108 -0
  2322. package/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +55 -0
  2323. package/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +33 -0
  2324. package/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +9 -0
  2325. package/node_modules/@smithy/types/dist-types/extensions/index.d.ts +4 -0
  2326. package/node_modules/@smithy/types/dist-types/extensions/retry.d.ts +18 -0
  2327. package/node_modules/@smithy/types/dist-types/externals-check/browser-externals-check.d.ts +35 -0
  2328. package/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +79 -0
  2329. package/node_modules/@smithy/types/dist-types/http.d.ts +105 -0
  2330. package/node_modules/@smithy/types/dist-types/identity/apiKeyIdentity.d.ts +14 -0
  2331. package/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +27 -0
  2332. package/node_modules/@smithy/types/dist-types/identity/identity.d.ts +15 -0
  2333. package/node_modules/@smithy/types/dist-types/identity/index.d.ts +4 -0
  2334. package/node_modules/@smithy/types/dist-types/identity/tokenIdentity.d.ts +14 -0
  2335. package/node_modules/@smithy/types/dist-types/index.d.ts +36 -0
  2336. package/node_modules/@smithy/types/dist-types/logger.d.ts +13 -0
  2337. package/node_modules/@smithy/types/dist-types/middleware.d.ts +510 -0
  2338. package/node_modules/@smithy/types/dist-types/pagination.d.ts +26 -0
  2339. package/node_modules/@smithy/types/dist-types/profile.d.ts +30 -0
  2340. package/node_modules/@smithy/types/dist-types/response.d.ts +40 -0
  2341. package/node_modules/@smithy/types/dist-types/retry.d.ts +133 -0
  2342. package/node_modules/@smithy/types/dist-types/serde.d.ts +111 -0
  2343. package/node_modules/@smithy/types/dist-types/shapes.d.ts +81 -0
  2344. package/node_modules/@smithy/types/dist-types/signature.d.ts +150 -0
  2345. package/node_modules/@smithy/types/dist-types/stream.d.ts +22 -0
  2346. package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +33 -0
  2347. package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +62 -0
  2348. package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +53 -0
  2349. package/node_modules/@smithy/types/dist-types/transfer.d.ts +33 -0
  2350. package/node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts +26 -0
  2351. package/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +73 -0
  2352. package/node_modules/@smithy/types/dist-types/transform/exact.d.ts +6 -0
  2353. package/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +62 -0
  2354. package/node_modules/@smithy/types/dist-types/transform/type-transform.d.ts +34 -0
  2355. package/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +49 -0
  2356. package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +7 -0
  2357. package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +49 -0
  2358. package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +20 -0
  2359. package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpSigner.d.ts +41 -0
  2360. package/node_modules/@smithy/types/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +14 -0
  2361. package/node_modules/@smithy/types/dist-types/ts3.4/auth/auth.d.ts +57 -0
  2362. package/node_modules/@smithy/types/dist-types/ts3.4/auth/index.d.ts +6 -0
  2363. package/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +40 -0
  2364. package/node_modules/@smithy/types/dist-types/ts3.4/checksum.d.ts +63 -0
  2365. package/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +44 -0
  2366. package/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +10 -0
  2367. package/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +7 -0
  2368. package/node_modules/@smithy/types/dist-types/ts3.4/connection/index.d.ts +3 -0
  2369. package/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +28 -0
  2370. package/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +24 -0
  2371. package/node_modules/@smithy/types/dist-types/ts3.4/crypto.d.ts +60 -0
  2372. package/node_modules/@smithy/types/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +41 -0
  2373. package/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +19 -0
  2374. package/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +77 -0
  2375. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +15 -0
  2376. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +7 -0
  2377. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +19 -0
  2378. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +10 -0
  2379. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/index.d.ts +5 -0
  2380. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +25 -0
  2381. package/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +108 -0
  2382. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +55 -0
  2383. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +33 -0
  2384. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +9 -0
  2385. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/index.d.ts +4 -0
  2386. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/retry.d.ts +18 -0
  2387. package/node_modules/@smithy/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +35 -0
  2388. package/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +78 -0
  2389. package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +105 -0
  2390. package/node_modules/@smithy/types/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +14 -0
  2391. package/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +27 -0
  2392. package/node_modules/@smithy/types/dist-types/ts3.4/identity/identity.d.ts +15 -0
  2393. package/node_modules/@smithy/types/dist-types/ts3.4/identity/index.d.ts +4 -0
  2394. package/node_modules/@smithy/types/dist-types/ts3.4/identity/tokenIdentity.d.ts +14 -0
  2395. package/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +36 -0
  2396. package/node_modules/@smithy/types/dist-types/ts3.4/logger.d.ts +13 -0
  2397. package/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +510 -0
  2398. package/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +26 -0
  2399. package/node_modules/@smithy/types/dist-types/ts3.4/profile.d.ts +30 -0
  2400. package/node_modules/@smithy/types/dist-types/ts3.4/response.d.ts +40 -0
  2401. package/node_modules/@smithy/types/dist-types/ts3.4/retry.d.ts +133 -0
  2402. package/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +111 -0
  2403. package/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +81 -0
  2404. package/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +150 -0
  2405. package/node_modules/@smithy/types/dist-types/ts3.4/stream.d.ts +22 -0
  2406. package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +33 -0
  2407. package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +61 -0
  2408. package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +52 -0
  2409. package/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +33 -0
  2410. package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +26 -0
  2411. package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +84 -0
  2412. package/node_modules/@smithy/types/dist-types/ts3.4/transform/exact.d.ts +14 -0
  2413. package/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +82 -0
  2414. package/node_modules/@smithy/types/dist-types/ts3.4/transform/type-transform.d.ts +41 -0
  2415. package/node_modules/@smithy/types/dist-types/ts3.4/uri.d.ts +17 -0
  2416. package/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +192 -0
  2417. package/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +35 -0
  2418. package/node_modules/@smithy/types/dist-types/uri.d.ts +17 -0
  2419. package/node_modules/@smithy/types/dist-types/util.d.ts +176 -0
  2420. package/node_modules/@smithy/types/dist-types/waiter.d.ts +35 -0
  2421. package/node_modules/@smithy/types/package.json +61 -0
  2422. package/node_modules/@smithy/url-parser/LICENSE +201 -0
  2423. package/node_modules/@smithy/url-parser/README.md +10 -0
  2424. package/node_modules/@smithy/url-parser/dist-cjs/index.js +49 -0
  2425. package/node_modules/@smithy/url-parser/dist-es/index.js +18 -0
  2426. package/node_modules/@smithy/url-parser/dist-types/index.d.ts +5 -0
  2427. package/node_modules/@smithy/url-parser/dist-types/ts3.4/index.d.ts +5 -0
  2428. package/node_modules/@smithy/url-parser/package.json +58 -0
  2429. package/node_modules/@smithy/util-base64/LICENSE +201 -0
  2430. package/node_modules/@smithy/util-base64/README.md +4 -0
  2431. package/node_modules/@smithy/util-base64/dist-cjs/constants.browser.js +35 -0
  2432. package/node_modules/@smithy/util-base64/dist-cjs/fromBase64.browser.js +40 -0
  2433. package/node_modules/@smithy/util-base64/dist-cjs/fromBase64.js +16 -0
  2434. package/node_modules/@smithy/util-base64/dist-cjs/index.js +27 -0
  2435. package/node_modules/@smithy/util-base64/dist-cjs/toBase64.browser.js +39 -0
  2436. package/node_modules/@smithy/util-base64/dist-cjs/toBase64.js +19 -0
  2437. package/node_modules/@smithy/util-base64/dist-es/constants.browser.js +28 -0
  2438. package/node_modules/@smithy/util-base64/dist-es/fromBase64.browser.js +36 -0
  2439. package/node_modules/@smithy/util-base64/dist-es/fromBase64.js +12 -0
  2440. package/node_modules/@smithy/util-base64/dist-es/index.js +2 -0
  2441. package/node_modules/@smithy/util-base64/dist-es/toBase64.browser.js +35 -0
  2442. package/node_modules/@smithy/util-base64/dist-es/toBase64.js +15 -0
  2443. package/node_modules/@smithy/util-base64/dist-types/constants.browser.d.ts +6 -0
  2444. package/node_modules/@smithy/util-base64/dist-types/fromBase64.browser.d.ts +8 -0
  2445. package/node_modules/@smithy/util-base64/dist-types/fromBase64.d.ts +7 -0
  2446. package/node_modules/@smithy/util-base64/dist-types/index.d.ts +2 -0
  2447. package/node_modules/@smithy/util-base64/dist-types/toBase64.browser.d.ts +9 -0
  2448. package/node_modules/@smithy/util-base64/dist-types/toBase64.d.ts +8 -0
  2449. package/node_modules/@smithy/util-base64/dist-types/ts3.4/constants.browser.d.ts +6 -0
  2450. package/node_modules/@smithy/util-base64/dist-types/ts3.4/fromBase64.browser.d.ts +8 -0
  2451. package/node_modules/@smithy/util-base64/dist-types/ts3.4/fromBase64.d.ts +7 -0
  2452. package/node_modules/@smithy/util-base64/dist-types/ts3.4/index.d.ts +2 -0
  2453. package/node_modules/@smithy/util-base64/dist-types/ts3.4/toBase64.browser.d.ts +9 -0
  2454. package/node_modules/@smithy/util-base64/dist-types/ts3.4/toBase64.d.ts +8 -0
  2455. package/node_modules/@smithy/util-base64/package.json +73 -0
  2456. package/node_modules/@smithy/util-body-length-browser/LICENSE +201 -0
  2457. package/node_modules/@smithy/util-body-length-browser/README.md +12 -0
  2458. package/node_modules/@smithy/util-body-length-browser/dist-cjs/calculateBodyLength.js +1 -0
  2459. package/node_modules/@smithy/util-body-length-browser/dist-cjs/index.js +57 -0
  2460. package/node_modules/@smithy/util-body-length-browser/dist-es/calculateBodyLength.js +26 -0
  2461. package/node_modules/@smithy/util-body-length-browser/dist-es/index.js +1 -0
  2462. package/node_modules/@smithy/util-body-length-browser/dist-types/calculateBodyLength.d.ts +4 -0
  2463. package/node_modules/@smithy/util-body-length-browser/dist-types/index.d.ts +4 -0
  2464. package/node_modules/@smithy/util-body-length-browser/dist-types/ts3.4/calculateBodyLength.d.ts +4 -0
  2465. package/node_modules/@smithy/util-body-length-browser/dist-types/ts3.4/index.d.ts +4 -0
  2466. package/node_modules/@smithy/util-body-length-browser/package.json +57 -0
  2467. package/node_modules/@smithy/util-body-length-node/LICENSE +201 -0
  2468. package/node_modules/@smithy/util-body-length-node/README.md +12 -0
  2469. package/node_modules/@smithy/util-body-length-node/dist-cjs/calculateBodyLength.js +1 -0
  2470. package/node_modules/@smithy/util-body-length-node/dist-cjs/index.js +53 -0
  2471. package/node_modules/@smithy/util-body-length-node/dist-es/calculateBodyLength.js +25 -0
  2472. package/node_modules/@smithy/util-body-length-node/dist-es/index.js +1 -0
  2473. package/node_modules/@smithy/util-body-length-node/dist-types/calculateBodyLength.d.ts +4 -0
  2474. package/node_modules/@smithy/util-body-length-node/dist-types/index.d.ts +4 -0
  2475. package/node_modules/@smithy/util-body-length-node/dist-types/ts3.4/calculateBodyLength.d.ts +4 -0
  2476. package/node_modules/@smithy/util-body-length-node/dist-types/ts3.4/index.d.ts +4 -0
  2477. package/node_modules/@smithy/util-body-length-node/package.json +61 -0
  2478. package/node_modules/@smithy/util-buffer-from/LICENSE +201 -0
  2479. package/node_modules/@smithy/util-buffer-from/README.md +10 -0
  2480. package/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +47 -0
  2481. package/node_modules/@smithy/util-buffer-from/dist-es/index.js +14 -0
  2482. package/node_modules/@smithy/util-buffer-from/dist-types/index.d.ts +13 -0
  2483. package/node_modules/@smithy/util-buffer-from/dist-types/ts3.4/index.d.ts +13 -0
  2484. package/node_modules/@smithy/util-buffer-from/package.json +61 -0
  2485. package/node_modules/@smithy/util-config-provider/LICENSE +201 -0
  2486. package/node_modules/@smithy/util-config-provider/README.md +4 -0
  2487. package/node_modules/@smithy/util-config-provider/dist-cjs/booleanSelector.js +1 -0
  2488. package/node_modules/@smithy/util-config-provider/dist-cjs/index.js +64 -0
  2489. package/node_modules/@smithy/util-config-provider/dist-cjs/numberSelector.js +1 -0
  2490. package/node_modules/@smithy/util-config-provider/dist-cjs/types.js +1 -0
  2491. package/node_modules/@smithy/util-config-provider/dist-es/booleanSelector.js +9 -0
  2492. package/node_modules/@smithy/util-config-provider/dist-es/index.js +3 -0
  2493. package/node_modules/@smithy/util-config-provider/dist-es/numberSelector.js +9 -0
  2494. package/node_modules/@smithy/util-config-provider/dist-es/types.js +5 -0
  2495. package/node_modules/@smithy/util-config-provider/dist-types/booleanSelector.d.ts +10 -0
  2496. package/node_modules/@smithy/util-config-provider/dist-types/index.d.ts +3 -0
  2497. package/node_modules/@smithy/util-config-provider/dist-types/numberSelector.d.ts +9 -0
  2498. package/node_modules/@smithy/util-config-provider/dist-types/ts3.4/booleanSelector.d.ts +10 -0
  2499. package/node_modules/@smithy/util-config-provider/dist-types/ts3.4/index.d.ts +3 -0
  2500. package/node_modules/@smithy/util-config-provider/dist-types/ts3.4/numberSelector.d.ts +9 -0
  2501. package/node_modules/@smithy/util-config-provider/dist-types/ts3.4/types.d.ts +4 -0
  2502. package/node_modules/@smithy/util-config-provider/dist-types/types.d.ts +4 -0
  2503. package/node_modules/@smithy/util-config-provider/package.json +62 -0
  2504. package/node_modules/@smithy/util-defaults-mode-browser/LICENSE +201 -0
  2505. package/node_modules/@smithy/util-defaults-mode-browser/README.md +10 -0
  2506. package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/constants.js +4 -0
  2507. package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/index.js +25 -0
  2508. package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/resolveDefaultsModeConfig.js +33 -0
  2509. package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/resolveDefaultsModeConfig.native.js +23 -0
  2510. package/node_modules/@smithy/util-defaults-mode-browser/dist-es/constants.js +1 -0
  2511. package/node_modules/@smithy/util-defaults-mode-browser/dist-es/index.js +1 -0
  2512. package/node_modules/@smithy/util-defaults-mode-browser/dist-es/resolveDefaultsModeConfig.js +27 -0
  2513. package/node_modules/@smithy/util-defaults-mode-browser/dist-es/resolveDefaultsModeConfig.native.js +19 -0
  2514. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/constants.d.ts +12 -0
  2515. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/index.d.ts +4 -0
  2516. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/resolveDefaultsModeConfig.d.ts +17 -0
  2517. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/resolveDefaultsModeConfig.native.d.ts +16 -0
  2518. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/constants.d.ts +12 -0
  2519. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/index.d.ts +4 -0
  2520. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/resolveDefaultsModeConfig.d.ts +17 -0
  2521. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/resolveDefaultsModeConfig.native.d.ts +16 -0
  2522. package/node_modules/@smithy/util-defaults-mode-browser/package.json +66 -0
  2523. package/node_modules/@smithy/util-defaults-mode-node/LICENSE +201 -0
  2524. package/node_modules/@smithy/util-defaults-mode-node/README.md +10 -0
  2525. package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/constants.js +1 -0
  2526. package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/defaultsModeConfig.js +1 -0
  2527. package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js +119 -0
  2528. package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/resolveDefaultsModeConfig.js +1 -0
  2529. package/node_modules/@smithy/util-defaults-mode-node/dist-es/constants.js +6 -0
  2530. package/node_modules/@smithy/util-defaults-mode-node/dist-es/defaultsModeConfig.js +11 -0
  2531. package/node_modules/@smithy/util-defaults-mode-node/dist-es/index.js +1 -0
  2532. package/node_modules/@smithy/util-defaults-mode-node/dist-es/resolveDefaultsModeConfig.js +52 -0
  2533. package/node_modules/@smithy/util-defaults-mode-node/dist-types/constants.d.ts +24 -0
  2534. package/node_modules/@smithy/util-defaults-mode-node/dist-types/defaultsModeConfig.d.ts +6 -0
  2535. package/node_modules/@smithy/util-defaults-mode-node/dist-types/index.d.ts +4 -0
  2536. package/node_modules/@smithy/util-defaults-mode-node/dist-types/resolveDefaultsModeConfig.d.ts +17 -0
  2537. package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/constants.d.ts +24 -0
  2538. package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/defaultsModeConfig.d.ts +6 -0
  2539. package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/index.d.ts +4 -0
  2540. package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/resolveDefaultsModeConfig.d.ts +17 -0
  2541. package/node_modules/@smithy/util-defaults-mode-node/package.json +66 -0
  2542. package/node_modules/@smithy/util-endpoints/LICENSE +201 -0
  2543. package/node_modules/@smithy/util-endpoints/README.md +10 -0
  2544. package/node_modules/@smithy/util-endpoints/dist-cjs/debug/debugId.js +1 -0
  2545. package/node_modules/@smithy/util-endpoints/dist-cjs/debug/index.js +1 -0
  2546. package/node_modules/@smithy/util-endpoints/dist-cjs/debug/toDebugString.js +1 -0
  2547. package/node_modules/@smithy/util-endpoints/dist-cjs/getEndpointUrlConfig.js +1 -0
  2548. package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +484 -0
  2549. package/node_modules/@smithy/util-endpoints/dist-cjs/lib/booleanEquals.js +1 -0
  2550. package/node_modules/@smithy/util-endpoints/dist-cjs/lib/getAttr.js +1 -0
  2551. package/node_modules/@smithy/util-endpoints/dist-cjs/lib/getAttrPathList.js +1 -0
  2552. package/node_modules/@smithy/util-endpoints/dist-cjs/lib/index.js +1 -0
  2553. package/node_modules/@smithy/util-endpoints/dist-cjs/lib/isIpAddress.js +1 -0
  2554. package/node_modules/@smithy/util-endpoints/dist-cjs/lib/isSet.js +1 -0
  2555. package/node_modules/@smithy/util-endpoints/dist-cjs/lib/isValidHostLabel.js +1 -0
  2556. package/node_modules/@smithy/util-endpoints/dist-cjs/lib/not.js +1 -0
  2557. package/node_modules/@smithy/util-endpoints/dist-cjs/lib/parseURL.js +1 -0
  2558. package/node_modules/@smithy/util-endpoints/dist-cjs/lib/stringEquals.js +1 -0
  2559. package/node_modules/@smithy/util-endpoints/dist-cjs/lib/substring.js +1 -0
  2560. package/node_modules/@smithy/util-endpoints/dist-cjs/lib/uriEncode.js +1 -0
  2561. package/node_modules/@smithy/util-endpoints/dist-cjs/resolveEndpoint.js +1 -0
  2562. package/node_modules/@smithy/util-endpoints/dist-cjs/types/EndpointError.js +1 -0
  2563. package/node_modules/@smithy/util-endpoints/dist-cjs/types/EndpointFunctions.js +1 -0
  2564. package/node_modules/@smithy/util-endpoints/dist-cjs/types/EndpointRuleObject.js +1 -0
  2565. package/node_modules/@smithy/util-endpoints/dist-cjs/types/ErrorRuleObject.js +1 -0
  2566. package/node_modules/@smithy/util-endpoints/dist-cjs/types/RuleSetObject.js +1 -0
  2567. package/node_modules/@smithy/util-endpoints/dist-cjs/types/TreeRuleObject.js +1 -0
  2568. package/node_modules/@smithy/util-endpoints/dist-cjs/types/index.js +1 -0
  2569. package/node_modules/@smithy/util-endpoints/dist-cjs/types/shared.js +1 -0
  2570. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/callFunction.js +1 -0
  2571. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/customEndpointFunctions.js +1 -0
  2572. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/endpointFunctions.js +1 -0
  2573. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateCondition.js +1 -0
  2574. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateConditions.js +1 -0
  2575. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateEndpointRule.js +1 -0
  2576. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateErrorRule.js +1 -0
  2577. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateExpression.js +1 -0
  2578. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateRules.js +1 -0
  2579. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateTemplate.js +1 -0
  2580. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateTreeRule.js +1 -0
  2581. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointHeaders.js +1 -0
  2582. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointProperties.js +1 -0
  2583. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointProperty.js +1 -0
  2584. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointUrl.js +1 -0
  2585. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/getReferenceValue.js +1 -0
  2586. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/index.js +1 -0
  2587. package/node_modules/@smithy/util-endpoints/dist-es/debug/debugId.js +1 -0
  2588. package/node_modules/@smithy/util-endpoints/dist-es/debug/index.js +2 -0
  2589. package/node_modules/@smithy/util-endpoints/dist-es/debug/toDebugString.js +12 -0
  2590. package/node_modules/@smithy/util-endpoints/dist-es/getEndpointUrlConfig.js +21 -0
  2591. package/node_modules/@smithy/util-endpoints/dist-es/index.js +5 -0
  2592. package/node_modules/@smithy/util-endpoints/dist-es/lib/booleanEquals.js +1 -0
  2593. package/node_modules/@smithy/util-endpoints/dist-es/lib/getAttr.js +11 -0
  2594. package/node_modules/@smithy/util-endpoints/dist-es/lib/getAttrPathList.js +25 -0
  2595. package/node_modules/@smithy/util-endpoints/dist-es/lib/index.js +9 -0
  2596. package/node_modules/@smithy/util-endpoints/dist-es/lib/isIpAddress.js +2 -0
  2597. package/node_modules/@smithy/util-endpoints/dist-es/lib/isSet.js +1 -0
  2598. package/node_modules/@smithy/util-endpoints/dist-es/lib/isValidHostLabel.js +13 -0
  2599. package/node_modules/@smithy/util-endpoints/dist-es/lib/not.js +1 -0
  2600. package/node_modules/@smithy/util-endpoints/dist-es/lib/parseURL.js +51 -0
  2601. package/node_modules/@smithy/util-endpoints/dist-es/lib/stringEquals.js +1 -0
  2602. package/node_modules/@smithy/util-endpoints/dist-es/lib/substring.js +9 -0
  2603. package/node_modules/@smithy/util-endpoints/dist-es/lib/uriEncode.js +1 -0
  2604. package/node_modules/@smithy/util-endpoints/dist-es/resolveEndpoint.js +37 -0
  2605. package/node_modules/@smithy/util-endpoints/dist-es/types/EndpointError.js +6 -0
  2606. package/node_modules/@smithy/util-endpoints/dist-es/types/EndpointFunctions.js +1 -0
  2607. package/node_modules/@smithy/util-endpoints/dist-es/types/EndpointRuleObject.js +1 -0
  2608. package/node_modules/@smithy/util-endpoints/dist-es/types/ErrorRuleObject.js +1 -0
  2609. package/node_modules/@smithy/util-endpoints/dist-es/types/RuleSetObject.js +1 -0
  2610. package/node_modules/@smithy/util-endpoints/dist-es/types/TreeRuleObject.js +1 -0
  2611. package/node_modules/@smithy/util-endpoints/dist-es/types/index.js +7 -0
  2612. package/node_modules/@smithy/util-endpoints/dist-es/types/shared.js +1 -0
  2613. package/node_modules/@smithy/util-endpoints/dist-es/utils/callFunction.js +11 -0
  2614. package/node_modules/@smithy/util-endpoints/dist-es/utils/customEndpointFunctions.js +1 -0
  2615. package/node_modules/@smithy/util-endpoints/dist-es/utils/endpointFunctions.js +12 -0
  2616. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateCondition.js +14 -0
  2617. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateConditions.js +22 -0
  2618. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateEndpointRule.js +27 -0
  2619. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateErrorRule.js +14 -0
  2620. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateExpression.js +16 -0
  2621. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateRules.js +27 -0
  2622. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateTemplate.js +36 -0
  2623. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateTreeRule.js +13 -0
  2624. package/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointHeaders.js +12 -0
  2625. package/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperties.js +5 -0
  2626. package/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperty.js +21 -0
  2627. package/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointUrl.js +15 -0
  2628. package/node_modules/@smithy/util-endpoints/dist-es/utils/getReferenceValue.js +7 -0
  2629. package/node_modules/@smithy/util-endpoints/dist-es/utils/index.js +2 -0
  2630. package/node_modules/@smithy/util-endpoints/dist-types/debug/debugId.d.ts +1 -0
  2631. package/node_modules/@smithy/util-endpoints/dist-types/debug/index.d.ts +2 -0
  2632. package/node_modules/@smithy/util-endpoints/dist-types/debug/toDebugString.d.ts +9 -0
  2633. package/node_modules/@smithy/util-endpoints/dist-types/getEndpointUrlConfig.d.ts +2 -0
  2634. package/node_modules/@smithy/util-endpoints/dist-types/index.d.ts +5 -0
  2635. package/node_modules/@smithy/util-endpoints/dist-types/lib/booleanEquals.d.ts +5 -0
  2636. package/node_modules/@smithy/util-endpoints/dist-types/lib/getAttr.d.ts +7 -0
  2637. package/node_modules/@smithy/util-endpoints/dist-types/lib/getAttrPathList.d.ts +4 -0
  2638. package/node_modules/@smithy/util-endpoints/dist-types/lib/index.d.ts +9 -0
  2639. package/node_modules/@smithy/util-endpoints/dist-types/lib/isIpAddress.d.ts +4 -0
  2640. package/node_modules/@smithy/util-endpoints/dist-types/lib/isSet.d.ts +5 -0
  2641. package/node_modules/@smithy/util-endpoints/dist-types/lib/isValidHostLabel.d.ts +7 -0
  2642. package/node_modules/@smithy/util-endpoints/dist-types/lib/not.d.ts +5 -0
  2643. package/node_modules/@smithy/util-endpoints/dist-types/lib/parseURL.d.ts +5 -0
  2644. package/node_modules/@smithy/util-endpoints/dist-types/lib/stringEquals.d.ts +5 -0
  2645. package/node_modules/@smithy/util-endpoints/dist-types/lib/substring.d.ts +7 -0
  2646. package/node_modules/@smithy/util-endpoints/dist-types/lib/uriEncode.d.ts +4 -0
  2647. package/node_modules/@smithy/util-endpoints/dist-types/resolveEndpoint.d.ts +6 -0
  2648. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/debugId.d.ts +1 -0
  2649. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/index.d.ts +2 -0
  2650. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/toDebugString.d.ts +9 -0
  2651. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/getEndpointUrlConfig.d.ts +2 -0
  2652. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/index.d.ts +5 -0
  2653. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/booleanEquals.d.ts +5 -0
  2654. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/getAttr.d.ts +7 -0
  2655. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/getAttrPathList.d.ts +4 -0
  2656. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/index.d.ts +9 -0
  2657. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +4 -0
  2658. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isSet.d.ts +5 -0
  2659. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isValidHostLabel.d.ts +7 -0
  2660. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/not.d.ts +5 -0
  2661. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/parseURL.d.ts +5 -0
  2662. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/stringEquals.d.ts +5 -0
  2663. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/substring.d.ts +7 -0
  2664. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/uriEncode.d.ts +4 -0
  2665. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +6 -0
  2666. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +3 -0
  2667. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointFunctions.d.ts +2 -0
  2668. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +5 -0
  2669. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +2 -0
  2670. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +4 -0
  2671. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +3 -0
  2672. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/index.d.ts +7 -0
  2673. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/shared.d.ts +25 -0
  2674. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/callFunction.d.ts +2 -0
  2675. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/customEndpointFunctions.d.ts +4 -0
  2676. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/endpointFunctions.d.ts +11 -0
  2677. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateCondition.d.ts +8 -0
  2678. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateConditions.d.ts +8 -0
  2679. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateEndpointRule.d.ts +3 -0
  2680. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateErrorRule.d.ts +2 -0
  2681. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateExpression.d.ts +2 -0
  2682. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateRules.d.ts +3 -0
  2683. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateTemplate.d.ts +2 -0
  2684. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateTreeRule.d.ts +3 -0
  2685. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointHeaders.d.ts +2 -0
  2686. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperties.d.ts +2 -0
  2687. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperty.d.ts +3 -0
  2688. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointUrl.d.ts +2 -0
  2689. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getReferenceValue.d.ts +2 -0
  2690. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/index.d.ts +2 -0
  2691. package/node_modules/@smithy/util-endpoints/dist-types/types/EndpointError.d.ts +3 -0
  2692. package/node_modules/@smithy/util-endpoints/dist-types/types/EndpointFunctions.d.ts +2 -0
  2693. package/node_modules/@smithy/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +5 -0
  2694. package/node_modules/@smithy/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +2 -0
  2695. package/node_modules/@smithy/util-endpoints/dist-types/types/RuleSetObject.d.ts +4 -0
  2696. package/node_modules/@smithy/util-endpoints/dist-types/types/TreeRuleObject.d.ts +3 -0
  2697. package/node_modules/@smithy/util-endpoints/dist-types/types/index.d.ts +7 -0
  2698. package/node_modules/@smithy/util-endpoints/dist-types/types/shared.d.ts +25 -0
  2699. package/node_modules/@smithy/util-endpoints/dist-types/utils/callFunction.d.ts +2 -0
  2700. package/node_modules/@smithy/util-endpoints/dist-types/utils/customEndpointFunctions.d.ts +4 -0
  2701. package/node_modules/@smithy/util-endpoints/dist-types/utils/endpointFunctions.d.ts +11 -0
  2702. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateCondition.d.ts +8 -0
  2703. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateConditions.d.ts +8 -0
  2704. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateEndpointRule.d.ts +3 -0
  2705. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateErrorRule.d.ts +2 -0
  2706. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateExpression.d.ts +2 -0
  2707. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateRules.d.ts +3 -0
  2708. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateTemplate.d.ts +2 -0
  2709. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateTreeRule.d.ts +3 -0
  2710. package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointHeaders.d.ts +2 -0
  2711. package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperties.d.ts +2 -0
  2712. package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperty.d.ts +3 -0
  2713. package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointUrl.d.ts +2 -0
  2714. package/node_modules/@smithy/util-endpoints/dist-types/utils/getReferenceValue.d.ts +2 -0
  2715. package/node_modules/@smithy/util-endpoints/dist-types/utils/index.d.ts +2 -0
  2716. package/node_modules/@smithy/util-endpoints/package.json +67 -0
  2717. package/node_modules/@smithy/util-hex-encoding/LICENSE +201 -0
  2718. package/node_modules/@smithy/util-hex-encoding/README.md +4 -0
  2719. package/node_modules/@smithy/util-hex-encoding/dist-cjs/index.js +67 -0
  2720. package/node_modules/@smithy/util-hex-encoding/dist-es/index.js +33 -0
  2721. package/node_modules/@smithy/util-hex-encoding/dist-types/index.d.ts +12 -0
  2722. package/node_modules/@smithy/util-hex-encoding/dist-types/ts3.4/index.d.ts +12 -0
  2723. package/node_modules/@smithy/util-hex-encoding/package.json +60 -0
  2724. package/node_modules/@smithy/util-middleware/LICENSE +201 -0
  2725. package/node_modules/@smithy/util-middleware/README.md +12 -0
  2726. package/node_modules/@smithy/util-middleware/dist-cjs/getSmithyContext.js +1 -0
  2727. package/node_modules/@smithy/util-middleware/dist-cjs/index.js +45 -0
  2728. package/node_modules/@smithy/util-middleware/dist-cjs/normalizeProvider.js +1 -0
  2729. package/node_modules/@smithy/util-middleware/dist-es/getSmithyContext.js +2 -0
  2730. package/node_modules/@smithy/util-middleware/dist-es/index.js +2 -0
  2731. package/node_modules/@smithy/util-middleware/dist-es/normalizeProvider.js +6 -0
  2732. package/node_modules/@smithy/util-middleware/dist-types/getSmithyContext.d.ts +5 -0
  2733. package/node_modules/@smithy/util-middleware/dist-types/index.d.ts +8 -0
  2734. package/node_modules/@smithy/util-middleware/dist-types/normalizeProvider.d.ts +7 -0
  2735. package/node_modules/@smithy/util-middleware/dist-types/ts3.4/getSmithyContext.d.ts +5 -0
  2736. package/node_modules/@smithy/util-middleware/dist-types/ts3.4/index.d.ts +8 -0
  2737. package/node_modules/@smithy/util-middleware/dist-types/ts3.4/normalizeProvider.d.ts +7 -0
  2738. package/node_modules/@smithy/util-middleware/package.json +66 -0
  2739. package/node_modules/@smithy/util-retry/LICENSE +201 -0
  2740. package/node_modules/@smithy/util-retry/README.md +78 -0
  2741. package/node_modules/@smithy/util-retry/dist-cjs/AdaptiveRetryStrategy.js +1 -0
  2742. package/node_modules/@smithy/util-retry/dist-cjs/ConfiguredRetryStrategy.js +1 -0
  2743. package/node_modules/@smithy/util-retry/dist-cjs/DefaultRateLimiter.js +1 -0
  2744. package/node_modules/@smithy/util-retry/dist-cjs/StandardRetryStrategy.js +1 -0
  2745. package/node_modules/@smithy/util-retry/dist-cjs/config.js +1 -0
  2746. package/node_modules/@smithy/util-retry/dist-cjs/constants.js +1 -0
  2747. package/node_modules/@smithy/util-retry/dist-cjs/defaultRetryBackoffStrategy.js +1 -0
  2748. package/node_modules/@smithy/util-retry/dist-cjs/defaultRetryToken.js +1 -0
  2749. package/node_modules/@smithy/util-retry/dist-cjs/index.js +347 -0
  2750. package/node_modules/@smithy/util-retry/dist-cjs/types.js +1 -0
  2751. package/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +24 -0
  2752. package/node_modules/@smithy/util-retry/dist-es/ConfiguredRetryStrategy.js +18 -0
  2753. package/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +99 -0
  2754. package/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +65 -0
  2755. package/node_modules/@smithy/util-retry/dist-es/config.js +7 -0
  2756. package/node_modules/@smithy/util-retry/dist-es/constants.js +9 -0
  2757. package/node_modules/@smithy/util-retry/dist-es/defaultRetryBackoffStrategy.js +14 -0
  2758. package/node_modules/@smithy/util-retry/dist-es/defaultRetryToken.js +11 -0
  2759. package/node_modules/@smithy/util-retry/dist-es/index.js +7 -0
  2760. package/node_modules/@smithy/util-retry/dist-es/types.js +1 -0
  2761. package/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +33 -0
  2762. package/node_modules/@smithy/util-retry/dist-types/ConfiguredRetryStrategy.d.ts +32 -0
  2763. package/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +45 -0
  2764. package/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +26 -0
  2765. package/node_modules/@smithy/util-retry/dist-types/config.d.ts +20 -0
  2766. package/node_modules/@smithy/util-retry/dist-types/constants.d.ts +59 -0
  2767. package/node_modules/@smithy/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts +5 -0
  2768. package/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +9 -0
  2769. package/node_modules/@smithy/util-retry/dist-types/index.d.ts +7 -0
  2770. package/node_modules/@smithy/util-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +33 -0
  2771. package/node_modules/@smithy/util-retry/dist-types/ts3.4/ConfiguredRetryStrategy.d.ts +32 -0
  2772. package/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +45 -0
  2773. package/node_modules/@smithy/util-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +26 -0
  2774. package/node_modules/@smithy/util-retry/dist-types/ts3.4/config.d.ts +20 -0
  2775. package/node_modules/@smithy/util-retry/dist-types/ts3.4/constants.d.ts +59 -0
  2776. package/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryBackoffStrategy.d.ts +5 -0
  2777. package/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +9 -0
  2778. package/node_modules/@smithy/util-retry/dist-types/ts3.4/index.d.ts +7 -0
  2779. package/node_modules/@smithy/util-retry/dist-types/ts3.4/types.d.ts +19 -0
  2780. package/node_modules/@smithy/util-retry/dist-types/types.d.ts +19 -0
  2781. package/node_modules/@smithy/util-retry/package.json +68 -0
  2782. package/node_modules/@smithy/util-stream/LICENSE +201 -0
  2783. package/node_modules/@smithy/util-stream/README.md +6 -0
  2784. package/node_modules/@smithy/util-stream/dist-cjs/blob/Uint8ArrayBlobAdapter.js +1 -0
  2785. package/node_modules/@smithy/util-stream/dist-cjs/blob/transforms.js +1 -0
  2786. package/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.browser.js +31 -0
  2787. package/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +30 -0
  2788. package/node_modules/@smithy/util-stream/dist-cjs/index.js +89 -0
  2789. package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.browser.js +69 -0
  2790. package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +50 -0
  2791. package/node_modules/@smithy/util-stream/dist-es/blob/Uint8ArrayBlobAdapter.js +18 -0
  2792. package/node_modules/@smithy/util-stream/dist-es/blob/transforms.js +15 -0
  2793. package/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.browser.js +27 -0
  2794. package/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.js +26 -0
  2795. package/node_modules/@smithy/util-stream/dist-es/index.js +3 -0
  2796. package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.browser.js +64 -0
  2797. package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +45 -0
  2798. package/node_modules/@smithy/util-stream/dist-types/blob/Uint8ArrayBlobAdapter.d.ts +21 -0
  2799. package/node_modules/@smithy/util-stream/dist-types/blob/transforms.d.ts +9 -0
  2800. package/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.browser.d.ts +5 -0
  2801. package/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +7 -0
  2802. package/node_modules/@smithy/util-stream/dist-types/index.d.ts +3 -0
  2803. package/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.browser.d.ts +7 -0
  2804. package/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.d.ts +8 -0
  2805. package/node_modules/@smithy/util-stream/dist-types/ts3.4/blob/Uint8ArrayBlobAdapter.d.ts +21 -0
  2806. package/node_modules/@smithy/util-stream/dist-types/ts3.4/blob/transforms.d.ts +9 -0
  2807. package/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.browser.d.ts +5 -0
  2808. package/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +7 -0
  2809. package/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +3 -0
  2810. package/node_modules/@smithy/util-stream/dist-types/ts3.4/sdk-stream-mixin.browser.d.ts +7 -0
  2811. package/node_modules/@smithy/util-stream/dist-types/ts3.4/sdk-stream-mixin.d.ts +8 -0
  2812. package/node_modules/@smithy/util-stream/package.json +95 -0
  2813. package/node_modules/@smithy/util-uri-escape/LICENSE +201 -0
  2814. package/node_modules/@smithy/util-uri-escape/README.md +10 -0
  2815. package/node_modules/@smithy/util-uri-escape/dist-cjs/escape-uri-path.js +1 -0
  2816. package/node_modules/@smithy/util-uri-escape/dist-cjs/escape-uri.js +1 -0
  2817. package/node_modules/@smithy/util-uri-escape/dist-cjs/index.js +43 -0
  2818. package/node_modules/@smithy/util-uri-escape/dist-es/escape-uri-path.js +2 -0
  2819. package/node_modules/@smithy/util-uri-escape/dist-es/escape-uri.js +2 -0
  2820. package/node_modules/@smithy/util-uri-escape/dist-es/index.js +2 -0
  2821. package/node_modules/@smithy/util-uri-escape/dist-types/escape-uri-path.d.ts +4 -0
  2822. package/node_modules/@smithy/util-uri-escape/dist-types/escape-uri.d.ts +4 -0
  2823. package/node_modules/@smithy/util-uri-escape/dist-types/index.d.ts +8 -0
  2824. package/node_modules/@smithy/util-uri-escape/dist-types/ts3.4/escape-uri-path.d.ts +4 -0
  2825. package/node_modules/@smithy/util-uri-escape/dist-types/ts3.4/escape-uri.d.ts +4 -0
  2826. package/node_modules/@smithy/util-uri-escape/dist-types/ts3.4/index.d.ts +8 -0
  2827. package/node_modules/@smithy/util-uri-escape/package.json +59 -0
  2828. package/node_modules/@smithy/util-utf8/LICENSE +201 -0
  2829. package/node_modules/@smithy/util-utf8/README.md +4 -0
  2830. package/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js +1 -0
  2831. package/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js +1 -0
  2832. package/node_modules/@smithy/util-utf8/dist-cjs/index.js +65 -0
  2833. package/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js +1 -0
  2834. package/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js +1 -0
  2835. package/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js +1 -0
  2836. package/node_modules/@smithy/util-utf8/dist-es/fromUtf8.browser.js +1 -0
  2837. package/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +5 -0
  2838. package/node_modules/@smithy/util-utf8/dist-es/index.js +3 -0
  2839. package/node_modules/@smithy/util-utf8/dist-es/toUint8Array.js +10 -0
  2840. package/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +9 -0
  2841. package/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +10 -0
  2842. package/node_modules/@smithy/util-utf8/dist-types/fromUtf8.browser.d.ts +1 -0
  2843. package/node_modules/@smithy/util-utf8/dist-types/fromUtf8.d.ts +1 -0
  2844. package/node_modules/@smithy/util-utf8/dist-types/index.d.ts +3 -0
  2845. package/node_modules/@smithy/util-utf8/dist-types/toUint8Array.d.ts +1 -0
  2846. package/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +7 -0
  2847. package/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +7 -0
  2848. package/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +1 -0
  2849. package/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +1 -0
  2850. package/node_modules/@smithy/util-utf8/dist-types/ts3.4/index.d.ts +3 -0
  2851. package/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +1 -0
  2852. package/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +7 -0
  2853. package/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +7 -0
  2854. package/node_modules/@smithy/util-utf8/package.json +66 -0
  2855. package/node_modules/aws4/.github/FUNDING.yml +3 -0
  2856. package/node_modules/aws4/.travis.yml +9 -0
  2857. package/node_modules/aws4/LICENSE +19 -0
  2858. package/node_modules/aws4/README.md +213 -0
  2859. package/node_modules/aws4/aws4.js +381 -0
  2860. package/node_modules/aws4/lru.js +96 -0
  2861. package/node_modules/aws4/package.json +17 -0
  2862. package/node_modules/bowser/CHANGELOG.md +218 -0
  2863. package/node_modules/bowser/LICENSE +39 -0
  2864. package/node_modules/bowser/README.md +177 -0
  2865. package/node_modules/bowser/bundled.js +1 -0
  2866. package/node_modules/bowser/es5.js +1 -0
  2867. package/node_modules/bowser/index.d.ts +315 -0
  2868. package/node_modules/bowser/package.json +88 -0
  2869. package/node_modules/bowser/src/bowser.js +77 -0
  2870. package/node_modules/bowser/src/constants.js +169 -0
  2871. package/node_modules/bowser/src/parser-browsers.js +1094 -0
  2872. package/node_modules/bowser/src/parser-engines.js +120 -0
  2873. package/node_modules/bowser/src/parser-os.js +211 -0
  2874. package/node_modules/bowser/src/parser-platforms.js +524 -0
  2875. package/node_modules/bowser/src/parser.js +511 -0
  2876. package/node_modules/bowser/src/utils.js +327 -0
  2877. package/node_modules/fast-xml-parser/CHANGELOG.md +554 -0
  2878. package/node_modules/fast-xml-parser/LICENSE +21 -0
  2879. package/node_modules/fast-xml-parser/README.md +204 -0
  2880. package/node_modules/fast-xml-parser/package.json +71 -0
  2881. package/node_modules/fast-xml-parser/src/cli/cli.js +93 -0
  2882. package/node_modules/fast-xml-parser/src/cli/man.js +12 -0
  2883. package/node_modules/fast-xml-parser/src/cli/read.js +92 -0
  2884. package/node_modules/fast-xml-parser/src/fxp.d.ts +108 -0
  2885. package/node_modules/fast-xml-parser/src/fxp.js +11 -0
  2886. package/node_modules/fast-xml-parser/src/util.js +72 -0
  2887. package/node_modules/fast-xml-parser/src/validator.js +423 -0
  2888. package/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +259 -0
  2889. package/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +131 -0
  2890. package/node_modules/fast-xml-parser/src/xmlbuilder/prettifyJs2Xml.js +0 -0
  2891. package/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +152 -0
  2892. package/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +48 -0
  2893. package/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +588 -0
  2894. package/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +58 -0
  2895. package/node_modules/fast-xml-parser/src/xmlparser/node2json.js +113 -0
  2896. package/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +25 -0
  2897. package/node_modules/sax/LICENSE +41 -0
  2898. package/node_modules/sax/README.md +225 -0
  2899. package/node_modules/sax/lib/sax.js +1565 -0
  2900. package/node_modules/sax/package.json +25 -0
  2901. package/node_modules/strnum/.vscode/launch.json +25 -0
  2902. package/node_modules/strnum/CHANGELOG.md +22 -0
  2903. package/node_modules/strnum/LICENSE +21 -0
  2904. package/node_modules/strnum/README.md +97 -0
  2905. package/node_modules/strnum/package.json +30 -0
  2906. package/node_modules/strnum/strnum.js +111 -0
  2907. package/node_modules/strnum/strnum.test.js +165 -0
  2908. package/node_modules/tslib/CopyrightNotice.txt +15 -0
  2909. package/node_modules/tslib/LICENSE.txt +12 -0
  2910. package/node_modules/tslib/README.md +164 -0
  2911. package/node_modules/tslib/SECURITY.md +41 -0
  2912. package/node_modules/tslib/modules/index.d.ts +38 -0
  2913. package/node_modules/tslib/modules/index.js +70 -0
  2914. package/node_modules/tslib/modules/package.json +3 -0
  2915. package/node_modules/tslib/package.json +47 -0
  2916. package/node_modules/tslib/tslib.d.ts +460 -0
  2917. package/node_modules/tslib/tslib.es6.html +1 -0
  2918. package/node_modules/tslib/tslib.es6.js +402 -0
  2919. package/node_modules/tslib/tslib.es6.mjs +401 -0
  2920. package/node_modules/tslib/tslib.html +1 -0
  2921. package/node_modules/tslib/tslib.js +484 -0
  2922. package/node_modules/xml2js/LICENSE +19 -0
  2923. package/node_modules/xml2js/README.md +507 -0
  2924. package/node_modules/xml2js/lib/bom.js +12 -0
  2925. package/node_modules/xml2js/lib/builder.js +127 -0
  2926. package/node_modules/xml2js/lib/defaults.js +72 -0
  2927. package/node_modules/xml2js/lib/parser.js +395 -0
  2928. package/node_modules/xml2js/lib/processors.js +34 -0
  2929. package/node_modules/xml2js/lib/xml2js.bc.js +28337 -0
  2930. package/node_modules/xml2js/lib/xml2js.js +39 -0
  2931. package/node_modules/xml2js/package.json +93 -0
  2932. package/node_modules/xmlbuilder/CHANGELOG.md +470 -0
  2933. package/node_modules/xmlbuilder/LICENSE +21 -0
  2934. package/node_modules/xmlbuilder/README.md +86 -0
  2935. package/node_modules/xmlbuilder/appveyor.yml +20 -0
  2936. package/node_modules/xmlbuilder/lib/Derivation.js +10 -0
  2937. package/node_modules/xmlbuilder/lib/DocumentPosition.js +12 -0
  2938. package/node_modules/xmlbuilder/lib/NodeType.js +23 -0
  2939. package/node_modules/xmlbuilder/lib/OperationType.js +11 -0
  2940. package/node_modules/xmlbuilder/lib/Utility.js +83 -0
  2941. package/node_modules/xmlbuilder/lib/WriterState.js +10 -0
  2942. package/node_modules/xmlbuilder/lib/XMLAttribute.js +108 -0
  2943. package/node_modules/xmlbuilder/lib/XMLCData.js +36 -0
  2944. package/node_modules/xmlbuilder/lib/XMLCharacterData.js +79 -0
  2945. package/node_modules/xmlbuilder/lib/XMLComment.js +36 -0
  2946. package/node_modules/xmlbuilder/lib/XMLDOMConfiguration.js +64 -0
  2947. package/node_modules/xmlbuilder/lib/XMLDOMErrorHandler.js +16 -0
  2948. package/node_modules/xmlbuilder/lib/XMLDOMImplementation.js +32 -0
  2949. package/node_modules/xmlbuilder/lib/XMLDOMStringList.js +28 -0
  2950. package/node_modules/xmlbuilder/lib/XMLDTDAttList.js +55 -0
  2951. package/node_modules/xmlbuilder/lib/XMLDTDElement.js +38 -0
  2952. package/node_modules/xmlbuilder/lib/XMLDTDEntity.js +97 -0
  2953. package/node_modules/xmlbuilder/lib/XMLDTDNotation.js +52 -0
  2954. package/node_modules/xmlbuilder/lib/XMLDeclaration.js +43 -0
  2955. package/node_modules/xmlbuilder/lib/XMLDocType.js +186 -0
  2956. package/node_modules/xmlbuilder/lib/XMLDocument.js +242 -0
  2957. package/node_modules/xmlbuilder/lib/XMLDocumentCB.js +528 -0
  2958. package/node_modules/xmlbuilder/lib/XMLDocumentFragment.js +24 -0
  2959. package/node_modules/xmlbuilder/lib/XMLDummy.js +31 -0
  2960. package/node_modules/xmlbuilder/lib/XMLElement.js +298 -0
  2961. package/node_modules/xmlbuilder/lib/XMLNamedNodeMap.js +58 -0
  2962. package/node_modules/xmlbuilder/lib/XMLNode.js +785 -0
  2963. package/node_modules/xmlbuilder/lib/XMLNodeFilter.js +48 -0
  2964. package/node_modules/xmlbuilder/lib/XMLNodeList.js +28 -0
  2965. package/node_modules/xmlbuilder/lib/XMLProcessingInstruction.js +49 -0
  2966. package/node_modules/xmlbuilder/lib/XMLRaw.js +35 -0
  2967. package/node_modules/xmlbuilder/lib/XMLStreamWriter.js +176 -0
  2968. package/node_modules/xmlbuilder/lib/XMLStringWriter.js +35 -0
  2969. package/node_modules/xmlbuilder/lib/XMLStringifier.js +240 -0
  2970. package/node_modules/xmlbuilder/lib/XMLText.js +69 -0
  2971. package/node_modules/xmlbuilder/lib/XMLTypeInfo.js +21 -0
  2972. package/node_modules/xmlbuilder/lib/XMLUserDataHandler.js +16 -0
  2973. package/node_modules/xmlbuilder/lib/XMLWriterBase.js +428 -0
  2974. package/node_modules/xmlbuilder/lib/index.js +65 -0
  2975. package/node_modules/xmlbuilder/package.json +39 -0
  2976. package/node_modules/xmlbuilder/typings/index.d.ts +153 -0
  2977. package/package.json +10 -2
@@ -0,0 +1,3087 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
+ import { SNSServiceException as __BaseException } from "./SNSServiceException";
3
+ /**
4
+ * @public
5
+ */
6
+ export interface AddPermissionInput {
7
+ /**
8
+ * @public
9
+ * <p>The ARN of the topic whose access control policy you wish to modify.</p>
10
+ */
11
+ TopicArn: string | undefined;
12
+ /**
13
+ * @public
14
+ * <p>A unique identifier for the new policy statement.</p>
15
+ */
16
+ Label: string | undefined;
17
+ /**
18
+ * @public
19
+ * <p>The Amazon Web Services account IDs of the users (principals) who will be given access to the
20
+ * specified actions. The users must have Amazon Web Services account, but do not need to be signed up
21
+ * for this service.</p>
22
+ */
23
+ AWSAccountId: string[] | undefined;
24
+ /**
25
+ * @public
26
+ * <p>The action you want to allow for the specified principal(s).</p>
27
+ * <p>Valid values: Any Amazon SNS action name, for example <code>Publish</code>.</p>
28
+ */
29
+ ActionName: string[] | undefined;
30
+ }
31
+ /**
32
+ * @public
33
+ * <p>Indicates that the user has been denied access to the requested resource.</p>
34
+ */
35
+ export declare class AuthorizationErrorException extends __BaseException {
36
+ readonly name: "AuthorizationErrorException";
37
+ readonly $fault: "client";
38
+ /**
39
+ * @internal
40
+ */
41
+ constructor(opts: __ExceptionOptionType<AuthorizationErrorException, __BaseException>);
42
+ }
43
+ /**
44
+ * @public
45
+ * <p>Indicates an internal service error.</p>
46
+ */
47
+ export declare class InternalErrorException extends __BaseException {
48
+ readonly name: "InternalErrorException";
49
+ readonly $fault: "server";
50
+ /**
51
+ * @internal
52
+ */
53
+ constructor(opts: __ExceptionOptionType<InternalErrorException, __BaseException>);
54
+ }
55
+ /**
56
+ * @public
57
+ * <p>Indicates that a request parameter does not comply with the associated
58
+ * constraints.</p>
59
+ */
60
+ export declare class InvalidParameterException extends __BaseException {
61
+ readonly name: "InvalidParameterException";
62
+ readonly $fault: "client";
63
+ /**
64
+ * @internal
65
+ */
66
+ constructor(opts: __ExceptionOptionType<InvalidParameterException, __BaseException>);
67
+ }
68
+ /**
69
+ * @public
70
+ * <p>Indicates that the requested resource does not exist.</p>
71
+ */
72
+ export declare class NotFoundException extends __BaseException {
73
+ readonly name: "NotFoundException";
74
+ readonly $fault: "client";
75
+ /**
76
+ * @internal
77
+ */
78
+ constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
79
+ }
80
+ /**
81
+ * @public
82
+ * <p>The input for the <code>CheckIfPhoneNumberIsOptedOut</code> action.</p>
83
+ */
84
+ export interface CheckIfPhoneNumberIsOptedOutInput {
85
+ /**
86
+ * @public
87
+ * <p>The phone number for which you want to check the opt out status.</p>
88
+ */
89
+ phoneNumber: string | undefined;
90
+ }
91
+ /**
92
+ * @public
93
+ * <p>The response from the <code>CheckIfPhoneNumberIsOptedOut</code> action.</p>
94
+ */
95
+ export interface CheckIfPhoneNumberIsOptedOutResponse {
96
+ /**
97
+ * @public
98
+ * <p>Indicates whether the phone number is opted out:</p>
99
+ * <ul>
100
+ * <li>
101
+ * <p>
102
+ * <code>true</code> – The phone number is opted out, meaning you cannot publish
103
+ * SMS messages to it.</p>
104
+ * </li>
105
+ * <li>
106
+ * <p>
107
+ * <code>false</code> – The phone number is opted in, meaning you can publish SMS
108
+ * messages to it.</p>
109
+ * </li>
110
+ * </ul>
111
+ */
112
+ isOptedOut?: boolean;
113
+ }
114
+ /**
115
+ * @public
116
+ * <p>Indicates that the rate at which requests have been submitted for this action exceeds the limit for your Amazon Web Services account.</p>
117
+ */
118
+ export declare class ThrottledException extends __BaseException {
119
+ readonly name: "ThrottledException";
120
+ readonly $fault: "client";
121
+ /**
122
+ * @internal
123
+ */
124
+ constructor(opts: __ExceptionOptionType<ThrottledException, __BaseException>);
125
+ }
126
+ /**
127
+ * @public
128
+ * <p>Input for ConfirmSubscription action.</p>
129
+ */
130
+ export interface ConfirmSubscriptionInput {
131
+ /**
132
+ * @public
133
+ * <p>The ARN of the topic for which you wish to confirm a subscription.</p>
134
+ */
135
+ TopicArn: string | undefined;
136
+ /**
137
+ * @public
138
+ * <p>Short-lived token sent to an endpoint during the <code>Subscribe</code> action.</p>
139
+ */
140
+ Token: string | undefined;
141
+ /**
142
+ * @public
143
+ * <p>Disallows unauthenticated unsubscribes of the subscription. If the value of this
144
+ * parameter is <code>true</code> and the request has an Amazon Web Services signature, then only the
145
+ * topic owner and the subscription owner can unsubscribe the endpoint. The unsubscribe
146
+ * action requires Amazon Web Services authentication. </p>
147
+ */
148
+ AuthenticateOnUnsubscribe?: string;
149
+ }
150
+ /**
151
+ * @public
152
+ * <p>Response for ConfirmSubscriptions action.</p>
153
+ */
154
+ export interface ConfirmSubscriptionResponse {
155
+ /**
156
+ * @public
157
+ * <p>The ARN of the created subscription.</p>
158
+ */
159
+ SubscriptionArn?: string;
160
+ }
161
+ /**
162
+ * @public
163
+ * <p>Indicates that the number of filter polices in your Amazon Web Services account exceeds the limit. To
164
+ * add more filter polices, submit an Amazon SNS Limit Increase case in the Amazon Web Services Support
165
+ * Center.</p>
166
+ */
167
+ export declare class FilterPolicyLimitExceededException extends __BaseException {
168
+ readonly name: "FilterPolicyLimitExceededException";
169
+ readonly $fault: "client";
170
+ /**
171
+ * @internal
172
+ */
173
+ constructor(opts: __ExceptionOptionType<FilterPolicyLimitExceededException, __BaseException>);
174
+ }
175
+ /**
176
+ * @public
177
+ * <p>Indicates that the request parameter has exceeded the maximum number of concurrent message replays.</p>
178
+ */
179
+ export declare class ReplayLimitExceededException extends __BaseException {
180
+ readonly name: "ReplayLimitExceededException";
181
+ readonly $fault: "client";
182
+ /**
183
+ * @internal
184
+ */
185
+ constructor(opts: __ExceptionOptionType<ReplayLimitExceededException, __BaseException>);
186
+ }
187
+ /**
188
+ * @public
189
+ * <p>Indicates that the customer already owns the maximum allowed number of
190
+ * subscriptions.</p>
191
+ */
192
+ export declare class SubscriptionLimitExceededException extends __BaseException {
193
+ readonly name: "SubscriptionLimitExceededException";
194
+ readonly $fault: "client";
195
+ /**
196
+ * @internal
197
+ */
198
+ constructor(opts: __ExceptionOptionType<SubscriptionLimitExceededException, __BaseException>);
199
+ }
200
+ /**
201
+ * @public
202
+ * <p>Input for CreatePlatformApplication action.</p>
203
+ */
204
+ export interface CreatePlatformApplicationInput {
205
+ /**
206
+ * @public
207
+ * <p>Application names must be made up of only uppercase and lowercase ASCII letters,
208
+ * numbers, underscores, hyphens, and periods, and must be between 1 and 256 characters
209
+ * long.</p>
210
+ */
211
+ Name: string | undefined;
212
+ /**
213
+ * @public
214
+ * <p>The following platforms are supported: ADM (Amazon Device Messaging), APNS (Apple Push
215
+ * Notification Service), APNS_SANDBOX, and GCM (Firebase Cloud Messaging).</p>
216
+ */
217
+ Platform: string | undefined;
218
+ /**
219
+ * @public
220
+ * <p>For a list of attributes, see <a href="https://docs.aws.amazon.com/sns/latest/api/API_SetPlatformApplicationAttributes.html">SetPlatformApplicationAttributes</a>.</p>
221
+ */
222
+ Attributes: Record<string, string> | undefined;
223
+ }
224
+ /**
225
+ * @public
226
+ * <p>Response from CreatePlatformApplication action.</p>
227
+ */
228
+ export interface CreatePlatformApplicationResponse {
229
+ /**
230
+ * @public
231
+ * <p>PlatformApplicationArn is returned.</p>
232
+ */
233
+ PlatformApplicationArn?: string;
234
+ }
235
+ /**
236
+ * @public
237
+ * <p>Response from CreateEndpoint action.</p>
238
+ */
239
+ export interface CreateEndpointResponse {
240
+ /**
241
+ * @public
242
+ * <p>EndpointArn returned from CreateEndpoint action.</p>
243
+ */
244
+ EndpointArn?: string;
245
+ }
246
+ /**
247
+ * @public
248
+ * <p>Input for CreatePlatformEndpoint action.</p>
249
+ */
250
+ export interface CreatePlatformEndpointInput {
251
+ /**
252
+ * @public
253
+ * <p>PlatformApplicationArn returned from CreatePlatformApplication is used to create a an
254
+ * endpoint.</p>
255
+ */
256
+ PlatformApplicationArn: string | undefined;
257
+ /**
258
+ * @public
259
+ * <p>Unique identifier created by the notification service for an app on a device. The
260
+ * specific name for Token will vary, depending on which notification service is being
261
+ * used. For example, when using APNS as the notification service, you need the device
262
+ * token. Alternatively, when using GCM (Firebase Cloud Messaging) or ADM, the device token
263
+ * equivalent is called the registration ID.</p>
264
+ */
265
+ Token: string | undefined;
266
+ /**
267
+ * @public
268
+ * <p>Arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The
269
+ * data must be in UTF-8 format and less than 2KB.</p>
270
+ */
271
+ CustomUserData?: string;
272
+ /**
273
+ * @public
274
+ * <p>For a list of attributes, see <a href="https://docs.aws.amazon.com/sns/latest/api/API_SetEndpointAttributes.html">SetEndpointAttributes</a>.</p>
275
+ */
276
+ Attributes?: Record<string, string>;
277
+ }
278
+ /**
279
+ * @public
280
+ * @enum
281
+ */
282
+ export declare const LanguageCodeString: {
283
+ readonly de_DE: "de-DE";
284
+ readonly en_GB: "en-GB";
285
+ readonly en_US: "en-US";
286
+ readonly es_419: "es-419";
287
+ readonly es_ES: "es-ES";
288
+ readonly fr_CA: "fr-CA";
289
+ readonly fr_FR: "fr-FR";
290
+ readonly it_IT: "it-IT";
291
+ readonly jp_JP: "ja-JP";
292
+ readonly kr_KR: "kr-KR";
293
+ readonly pt_BR: "pt-BR";
294
+ readonly zh_CN: "zh-CN";
295
+ readonly zh_TW: "zh-TW";
296
+ };
297
+ /**
298
+ * @public
299
+ */
300
+ export type LanguageCodeString = (typeof LanguageCodeString)[keyof typeof LanguageCodeString];
301
+ /**
302
+ * @public
303
+ */
304
+ export interface CreateSMSSandboxPhoneNumberInput {
305
+ /**
306
+ * @public
307
+ * <p>The destination phone number to verify. On verification, Amazon SNS adds this phone number
308
+ * to the list of verified phone numbers that you can send SMS messages to.</p>
309
+ */
310
+ PhoneNumber: string | undefined;
311
+ /**
312
+ * @public
313
+ * <p>The language to use for sending the OTP. The default value is
314
+ * <code>en-US</code>.</p>
315
+ */
316
+ LanguageCode?: LanguageCodeString;
317
+ }
318
+ /**
319
+ * @public
320
+ */
321
+ export interface CreateSMSSandboxPhoneNumberResult {
322
+ }
323
+ /**
324
+ * @public
325
+ * <p>Indicates that the specified phone number opted out of receiving SMS messages from
326
+ * your Amazon Web Services account. You can't send SMS messages to phone numbers that opt out.</p>
327
+ */
328
+ export declare class OptedOutException extends __BaseException {
329
+ readonly name: "OptedOutException";
330
+ readonly $fault: "client";
331
+ /**
332
+ * @internal
333
+ */
334
+ constructor(opts: __ExceptionOptionType<OptedOutException, __BaseException>);
335
+ }
336
+ /**
337
+ * @public
338
+ * <p>Indicates that a request parameter does not comply with the associated
339
+ * constraints.</p>
340
+ */
341
+ export declare class UserErrorException extends __BaseException {
342
+ readonly name: "UserErrorException";
343
+ readonly $fault: "client";
344
+ /**
345
+ * @internal
346
+ */
347
+ constructor(opts: __ExceptionOptionType<UserErrorException, __BaseException>);
348
+ }
349
+ /**
350
+ * @public
351
+ * <p>Can't perform multiple operations on a tag simultaneously. Perform the operations
352
+ * sequentially.</p>
353
+ */
354
+ export declare class ConcurrentAccessException extends __BaseException {
355
+ readonly name: "ConcurrentAccessException";
356
+ readonly $fault: "client";
357
+ /**
358
+ * @internal
359
+ */
360
+ constructor(opts: __ExceptionOptionType<ConcurrentAccessException, __BaseException>);
361
+ }
362
+ /**
363
+ * @public
364
+ * <p>The list of tags to be added to the specified topic.</p>
365
+ */
366
+ export interface Tag {
367
+ /**
368
+ * @public
369
+ * <p>The required key portion of the tag.</p>
370
+ */
371
+ Key: string | undefined;
372
+ /**
373
+ * @public
374
+ * <p>The optional value portion of the tag.</p>
375
+ */
376
+ Value: string | undefined;
377
+ }
378
+ /**
379
+ * @public
380
+ * <p>Input for CreateTopic action.</p>
381
+ */
382
+ export interface CreateTopicInput {
383
+ /**
384
+ * @public
385
+ * <p>The name of the topic you want to create.</p>
386
+ * <p>Constraints: Topic names must be made up of only uppercase and lowercase ASCII
387
+ * letters, numbers, underscores, and hyphens, and must be between 1 and 256 characters
388
+ * long.</p>
389
+ * <p>For a FIFO (first-in-first-out) topic, the name must end with the <code>.fifo</code>
390
+ * suffix. </p>
391
+ */
392
+ Name: string | undefined;
393
+ /**
394
+ * @public
395
+ * <p>A map of attributes with their corresponding values.</p>
396
+ * <p>The following lists the names, descriptions, and values of the special request
397
+ * parameters that the <code>CreateTopic</code> action uses:</p>
398
+ * <ul>
399
+ * <li>
400
+ * <p>
401
+ * <code>DeliveryPolicy</code> – The policy that defines how Amazon SNS retries
402
+ * failed deliveries to HTTP/S endpoints.</p>
403
+ * </li>
404
+ * <li>
405
+ * <p>
406
+ * <code>DisplayName</code> – The display name to use for a topic with SMS
407
+ * subscriptions.</p>
408
+ * </li>
409
+ * <li>
410
+ * <p>
411
+ * <code>FifoTopic</code> – Set to true to create a FIFO topic.</p>
412
+ * </li>
413
+ * <li>
414
+ * <p>
415
+ * <code>Policy</code> – The policy that defines who can access your
416
+ * topic. By default, only the topic owner can publish or subscribe to the
417
+ * topic.</p>
418
+ * </li>
419
+ * <li>
420
+ * <p>
421
+ * <code>SignatureVersion</code> – The signature version corresponds to
422
+ * the hashing algorithm used while creating the signature of the notifications,
423
+ * subscription confirmations, or unsubscribe confirmation messages sent by Amazon SNS.
424
+ * By default, <code>SignatureVersion</code> is set to <code>1</code>.</p>
425
+ * </li>
426
+ * <li>
427
+ * <p>
428
+ * <code>TracingConfig</code> – Tracing mode of an Amazon SNS topic. By default
429
+ * <code>TracingConfig</code> is set to <code>PassThrough</code>, and the topic
430
+ * passes through the tracing header it receives from an Amazon SNS publisher to its
431
+ * subscriptions. If set to <code>Active</code>, Amazon SNS will vend X-Ray segment data
432
+ * to topic owner account if the sampled flag in the tracing header is true. This
433
+ * is only supported on standard topics.</p>
434
+ * </li>
435
+ * </ul>
436
+ * <p>The following attribute applies only to <a href="https://docs.aws.amazon.com/sns/latest/dg/sns-server-side-encryption.html">server-side
437
+ * encryption</a>:</p>
438
+ * <ul>
439
+ * <li>
440
+ * <p>
441
+ * <code>KmsMasterKeyId</code> – The ID of an Amazon Web Services managed customer master
442
+ * key (CMK) for Amazon SNS or a custom CMK. For more information, see <a href="https://docs.aws.amazon.com/sns/latest/dg/sns-server-side-encryption.html#sse-key-terms">Key
443
+ * Terms</a>. For more examples, see <a href="https://docs.aws.amazon.com/kms/latest/APIReference/API_DescribeKey.html#API_DescribeKey_RequestParameters">KeyId</a> in the <i>Key Management Service API Reference</i>. </p>
444
+ * </li>
445
+ * </ul>
446
+ * <p>The following attributes apply only to <a href="https://docs.aws.amazon.com/sns/latest/dg/sns-fifo-topics.html">FIFO topics</a>:</p>
447
+ * <ul>
448
+ * <li>
449
+ * <p>
450
+ * <code>ArchivePolicy</code> – Adds or updates an inline policy document
451
+ * to archive messages stored in the specified Amazon SNS topic.</p>
452
+ * </li>
453
+ * <li>
454
+ * <p>
455
+ * <code>BeginningArchiveTime</code> – The earliest starting point at
456
+ * which a message in the topic’s archive can be replayed from. This point in time
457
+ * is based on the configured message retention period set by the topic’s message
458
+ * archiving policy.</p>
459
+ * </li>
460
+ * <li>
461
+ * <p>
462
+ * <code>ContentBasedDeduplication</code> – Enables content-based deduplication for
463
+ * FIFO topics.</p>
464
+ * <ul>
465
+ * <li>
466
+ * <p>By default, <code>ContentBasedDeduplication</code> is set to <code>false</code>.
467
+ * If you create a FIFO topic and this attribute is <code>false</code>, you must
468
+ * specify a value for the <code>MessageDeduplicationId</code> parameter for the
469
+ * <a href="https://docs.aws.amazon.com/sns/latest/api/API_Publish.html">Publish</a> action. </p>
470
+ * </li>
471
+ * <li>
472
+ * <p>When you set <code>ContentBasedDeduplication</code> to <code>true</code>,
473
+ * Amazon SNS uses a SHA-256 hash to generate the <code>MessageDeduplicationId</code> using
474
+ * the body of the message (but not the attributes of the message).</p>
475
+ * <p>(Optional) To override the generated value, you can specify a value
476
+ * for the <code>MessageDeduplicationId</code> parameter for the <code>Publish</code>
477
+ * action.</p>
478
+ * </li>
479
+ * </ul>
480
+ * </li>
481
+ * </ul>
482
+ */
483
+ Attributes?: Record<string, string>;
484
+ /**
485
+ * @public
486
+ * <p>The list of tags to add to a new topic.</p>
487
+ * <note>
488
+ * <p>To be able to tag a topic on creation, you must have the
489
+ * <code>sns:CreateTopic</code> and <code>sns:TagResource</code>
490
+ * permissions.</p>
491
+ * </note>
492
+ */
493
+ Tags?: Tag[];
494
+ /**
495
+ * @public
496
+ * <p>The body of the policy document you want to use for this topic.</p>
497
+ * <p>You can only add one policy per topic.</p>
498
+ * <p>The policy must be in JSON string format.</p>
499
+ * <p>Length Constraints: Maximum length of 30,720.</p>
500
+ */
501
+ DataProtectionPolicy?: string;
502
+ }
503
+ /**
504
+ * @public
505
+ * <p>Response from CreateTopic action.</p>
506
+ */
507
+ export interface CreateTopicResponse {
508
+ /**
509
+ * @public
510
+ * <p>The Amazon Resource Name (ARN) assigned to the created topic.</p>
511
+ */
512
+ TopicArn?: string;
513
+ }
514
+ /**
515
+ * @public
516
+ * <p>The credential signature isn't valid. You must use an HTTPS endpoint and sign your
517
+ * request using Signature Version 4.</p>
518
+ */
519
+ export declare class InvalidSecurityException extends __BaseException {
520
+ readonly name: "InvalidSecurityException";
521
+ readonly $fault: "client";
522
+ /**
523
+ * @internal
524
+ */
525
+ constructor(opts: __ExceptionOptionType<InvalidSecurityException, __BaseException>);
526
+ }
527
+ /**
528
+ * @public
529
+ * <p>A tag has been added to a resource with the same ARN as a deleted resource. Wait a
530
+ * short while and then retry the operation.</p>
531
+ */
532
+ export declare class StaleTagException extends __BaseException {
533
+ readonly name: "StaleTagException";
534
+ readonly $fault: "client";
535
+ /**
536
+ * @internal
537
+ */
538
+ constructor(opts: __ExceptionOptionType<StaleTagException, __BaseException>);
539
+ }
540
+ /**
541
+ * @public
542
+ * <p>Can't add more than 50 tags to a topic.</p>
543
+ */
544
+ export declare class TagLimitExceededException extends __BaseException {
545
+ readonly name: "TagLimitExceededException";
546
+ readonly $fault: "client";
547
+ /**
548
+ * @internal
549
+ */
550
+ constructor(opts: __ExceptionOptionType<TagLimitExceededException, __BaseException>);
551
+ }
552
+ /**
553
+ * @public
554
+ * <p>The request doesn't comply with the IAM tag policy. Correct your request and then
555
+ * retry it.</p>
556
+ */
557
+ export declare class TagPolicyException extends __BaseException {
558
+ readonly name: "TagPolicyException";
559
+ readonly $fault: "client";
560
+ /**
561
+ * @internal
562
+ */
563
+ constructor(opts: __ExceptionOptionType<TagPolicyException, __BaseException>);
564
+ }
565
+ /**
566
+ * @public
567
+ * <p>Indicates that the customer already owns the maximum allowed number of topics.</p>
568
+ */
569
+ export declare class TopicLimitExceededException extends __BaseException {
570
+ readonly name: "TopicLimitExceededException";
571
+ readonly $fault: "client";
572
+ /**
573
+ * @internal
574
+ */
575
+ constructor(opts: __ExceptionOptionType<TopicLimitExceededException, __BaseException>);
576
+ }
577
+ /**
578
+ * @public
579
+ * <p>Input for DeleteEndpoint action.</p>
580
+ */
581
+ export interface DeleteEndpointInput {
582
+ /**
583
+ * @public
584
+ * <p>EndpointArn of endpoint to delete.</p>
585
+ */
586
+ EndpointArn: string | undefined;
587
+ }
588
+ /**
589
+ * @public
590
+ * <p>Input for DeletePlatformApplication action.</p>
591
+ */
592
+ export interface DeletePlatformApplicationInput {
593
+ /**
594
+ * @public
595
+ * <p>PlatformApplicationArn of platform application object to delete.</p>
596
+ */
597
+ PlatformApplicationArn: string | undefined;
598
+ }
599
+ /**
600
+ * @public
601
+ */
602
+ export interface DeleteSMSSandboxPhoneNumberInput {
603
+ /**
604
+ * @public
605
+ * <p>The destination phone number to delete.</p>
606
+ */
607
+ PhoneNumber: string | undefined;
608
+ }
609
+ /**
610
+ * @public
611
+ */
612
+ export interface DeleteSMSSandboxPhoneNumberResult {
613
+ }
614
+ /**
615
+ * @public
616
+ * <p>Can’t perform the action on the specified resource. Make sure that the resource
617
+ * exists.</p>
618
+ */
619
+ export declare class ResourceNotFoundException extends __BaseException {
620
+ readonly name: "ResourceNotFoundException";
621
+ readonly $fault: "client";
622
+ /**
623
+ * @internal
624
+ */
625
+ constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
626
+ }
627
+ /**
628
+ * @public
629
+ */
630
+ export interface DeleteTopicInput {
631
+ /**
632
+ * @public
633
+ * <p>The ARN of the topic you want to delete.</p>
634
+ */
635
+ TopicArn: string | undefined;
636
+ }
637
+ /**
638
+ * @public
639
+ * <p>Indicates that the specified state is not a valid state for an event source.</p>
640
+ */
641
+ export declare class InvalidStateException extends __BaseException {
642
+ readonly name: "InvalidStateException";
643
+ readonly $fault: "client";
644
+ /**
645
+ * @internal
646
+ */
647
+ constructor(opts: __ExceptionOptionType<InvalidStateException, __BaseException>);
648
+ }
649
+ /**
650
+ * @public
651
+ */
652
+ export interface GetDataProtectionPolicyInput {
653
+ /**
654
+ * @public
655
+ * <p>The ARN of the topic whose <code>DataProtectionPolicy</code> you want to get.</p>
656
+ * <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names
657
+ * (ARNs)</a> in the Amazon Web Services General Reference.</p>
658
+ */
659
+ ResourceArn: string | undefined;
660
+ }
661
+ /**
662
+ * @public
663
+ */
664
+ export interface GetDataProtectionPolicyResponse {
665
+ /**
666
+ * @public
667
+ * <p>Retrieves the <code>DataProtectionPolicy</code> in JSON string format.</p>
668
+ */
669
+ DataProtectionPolicy?: string;
670
+ }
671
+ /**
672
+ * @public
673
+ * <p>Input for GetEndpointAttributes action.</p>
674
+ */
675
+ export interface GetEndpointAttributesInput {
676
+ /**
677
+ * @public
678
+ * <p>EndpointArn for GetEndpointAttributes input.</p>
679
+ */
680
+ EndpointArn: string | undefined;
681
+ }
682
+ /**
683
+ * @public
684
+ * <p>Response from GetEndpointAttributes of the EndpointArn.</p>
685
+ */
686
+ export interface GetEndpointAttributesResponse {
687
+ /**
688
+ * @public
689
+ * <p>Attributes include the following:</p>
690
+ * <ul>
691
+ * <li>
692
+ * <p>
693
+ * <code>CustomUserData</code> – arbitrary user data to associate with the
694
+ * endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and
695
+ * less than 2KB.</p>
696
+ * </li>
697
+ * <li>
698
+ * <p>
699
+ * <code>Enabled</code> – flag that enables/disables delivery to the
700
+ * endpoint. Amazon SNS will set this to false when a notification service indicates to
701
+ * Amazon SNS that the endpoint is invalid. Users can set it back to true, typically
702
+ * after updating Token.</p>
703
+ * </li>
704
+ * <li>
705
+ * <p>
706
+ * <code>Token</code> – device token, also referred to as a registration id,
707
+ * for an app and mobile device. This is returned from the notification service
708
+ * when an app and mobile device are registered with the notification
709
+ * service.</p>
710
+ * <note>
711
+ * <p>The device token for the iOS platform is returned in lowercase.</p>
712
+ * </note>
713
+ * </li>
714
+ * </ul>
715
+ */
716
+ Attributes?: Record<string, string>;
717
+ }
718
+ /**
719
+ * @public
720
+ * <p>Input for GetPlatformApplicationAttributes action.</p>
721
+ */
722
+ export interface GetPlatformApplicationAttributesInput {
723
+ /**
724
+ * @public
725
+ * <p>PlatformApplicationArn for GetPlatformApplicationAttributesInput.</p>
726
+ */
727
+ PlatformApplicationArn: string | undefined;
728
+ }
729
+ /**
730
+ * @public
731
+ * <p>Response for GetPlatformApplicationAttributes action.</p>
732
+ */
733
+ export interface GetPlatformApplicationAttributesResponse {
734
+ /**
735
+ * @public
736
+ * <p>Attributes include the following:</p>
737
+ * <ul>
738
+ * <li>
739
+ * <p>
740
+ * <code>AppleCertificateExpiryDate</code> – The expiry date of the SSL
741
+ * certificate used to configure certificate-based authentication.</p>
742
+ * </li>
743
+ * <li>
744
+ * <p>
745
+ * <code>ApplePlatformTeamID</code> – The Apple developer account ID used to
746
+ * configure token-based authentication.</p>
747
+ * </li>
748
+ * <li>
749
+ * <p>
750
+ * <code>ApplePlatformBundleID</code> – The app identifier used to configure
751
+ * token-based authentication.</p>
752
+ * </li>
753
+ * <li>
754
+ * <p>
755
+ * <code>EventEndpointCreated</code> – Topic ARN to which EndpointCreated
756
+ * event notifications should be sent.</p>
757
+ * </li>
758
+ * <li>
759
+ * <p>
760
+ * <code>EventEndpointDeleted</code> – Topic ARN to which EndpointDeleted
761
+ * event notifications should be sent.</p>
762
+ * </li>
763
+ * <li>
764
+ * <p>
765
+ * <code>EventEndpointUpdated</code> – Topic ARN to which EndpointUpdate
766
+ * event notifications should be sent.</p>
767
+ * </li>
768
+ * <li>
769
+ * <p>
770
+ * <code>EventDeliveryFailure</code> – Topic ARN to which DeliveryFailure
771
+ * event notifications should be sent upon Direct Publish delivery failure
772
+ * (permanent) to one of the application's endpoints.</p>
773
+ * </li>
774
+ * </ul>
775
+ */
776
+ Attributes?: Record<string, string>;
777
+ }
778
+ /**
779
+ * @public
780
+ * <p>The input for the <code>GetSMSAttributes</code> request.</p>
781
+ */
782
+ export interface GetSMSAttributesInput {
783
+ /**
784
+ * @public
785
+ * <p>A list of the individual attribute names, such as <code>MonthlySpendLimit</code>, for
786
+ * which you want values.</p>
787
+ * <p>For all attribute names, see <a href="https://docs.aws.amazon.com/sns/latest/api/API_SetSMSAttributes.html">SetSMSAttributes</a>.</p>
788
+ * <p>If you don't use this parameter, Amazon SNS returns all SMS attributes.</p>
789
+ */
790
+ attributes?: string[];
791
+ }
792
+ /**
793
+ * @public
794
+ * <p>The response from the <code>GetSMSAttributes</code> request.</p>
795
+ */
796
+ export interface GetSMSAttributesResponse {
797
+ /**
798
+ * @public
799
+ * <p>The SMS attribute names and their values.</p>
800
+ */
801
+ attributes?: Record<string, string>;
802
+ }
803
+ /**
804
+ * @public
805
+ */
806
+ export interface GetSMSSandboxAccountStatusInput {
807
+ }
808
+ /**
809
+ * @public
810
+ */
811
+ export interface GetSMSSandboxAccountStatusResult {
812
+ /**
813
+ * @public
814
+ * <p>Indicates whether the calling Amazon Web Services account is in the SMS sandbox.</p>
815
+ */
816
+ IsInSandbox: boolean | undefined;
817
+ }
818
+ /**
819
+ * @public
820
+ * <p>Input for GetSubscriptionAttributes.</p>
821
+ */
822
+ export interface GetSubscriptionAttributesInput {
823
+ /**
824
+ * @public
825
+ * <p>The ARN of the subscription whose properties you want to get.</p>
826
+ */
827
+ SubscriptionArn: string | undefined;
828
+ }
829
+ /**
830
+ * @public
831
+ * <p>Response for GetSubscriptionAttributes action.</p>
832
+ */
833
+ export interface GetSubscriptionAttributesResponse {
834
+ /**
835
+ * @public
836
+ * <p>A map of the subscription's attributes. Attributes in this map include the
837
+ * following:</p>
838
+ * <ul>
839
+ * <li>
840
+ * <p>
841
+ * <code>ConfirmationWasAuthenticated</code> – <code>true</code> if the
842
+ * subscription confirmation request was authenticated.</p>
843
+ * </li>
844
+ * <li>
845
+ * <p>
846
+ * <code>DeliveryPolicy</code> – The JSON serialization of the
847
+ * subscription's delivery policy.</p>
848
+ * </li>
849
+ * <li>
850
+ * <p>
851
+ * <code>EffectiveDeliveryPolicy</code> – The JSON serialization of the
852
+ * effective delivery policy that takes into account the topic delivery policy and
853
+ * account system defaults.</p>
854
+ * </li>
855
+ * <li>
856
+ * <p>
857
+ * <code>FilterPolicy</code> – The filter policy JSON that is assigned to
858
+ * the subscription. For more information, see <a href="https://docs.aws.amazon.com/sns/latest/dg/sns-message-filtering.html">Amazon SNS Message
859
+ * Filtering</a> in the <i>Amazon SNS Developer Guide</i>.</p>
860
+ * </li>
861
+ * <li>
862
+ * <p>
863
+ * <code>FilterPolicyScope</code> – This attribute lets you choose the
864
+ * filtering scope by using one of the following string value types:</p>
865
+ * <ul>
866
+ * <li>
867
+ * <p>
868
+ * <code>MessageAttributes</code> (default) – The filter is
869
+ * applied on the message attributes.</p>
870
+ * </li>
871
+ * <li>
872
+ * <p>
873
+ * <code>MessageBody</code> – The filter is applied on the message
874
+ * body.</p>
875
+ * </li>
876
+ * </ul>
877
+ * </li>
878
+ * <li>
879
+ * <p>
880
+ * <code>Owner</code> – The Amazon Web Services account ID of the subscription's
881
+ * owner.</p>
882
+ * </li>
883
+ * <li>
884
+ * <p>
885
+ * <code>PendingConfirmation</code> – <code>true</code> if the subscription
886
+ * hasn't been confirmed. To confirm a pending subscription, call the
887
+ * <code>ConfirmSubscription</code> action with a confirmation token.</p>
888
+ * </li>
889
+ * <li>
890
+ * <p>
891
+ * <code>RawMessageDelivery</code> – <code>true</code> if raw message
892
+ * delivery is enabled for the subscription. Raw messages are free of JSON
893
+ * formatting and can be sent to HTTP/S and Amazon SQS endpoints.</p>
894
+ * </li>
895
+ * <li>
896
+ * <p>
897
+ * <code>RedrivePolicy</code> – When specified, sends undeliverable messages to the specified Amazon SQS dead-letter queue.
898
+ * Messages that can't be delivered due to client errors (for example, when the subscribed endpoint is unreachable)
899
+ * or server errors (for example, when the service that powers the subscribed endpoint becomes unavailable) are held
900
+ * in the dead-letter queue for further analysis or reprocessing.</p>
901
+ * </li>
902
+ * <li>
903
+ * <p>
904
+ * <code>SubscriptionArn</code> – The subscription's ARN.</p>
905
+ * </li>
906
+ * <li>
907
+ * <p>
908
+ * <code>TopicArn</code> – The topic ARN that the subscription is associated
909
+ * with.</p>
910
+ * </li>
911
+ * </ul>
912
+ * <p>The following attribute applies only to Amazon Kinesis Data Firehose delivery stream subscriptions:</p>
913
+ * <ul>
914
+ * <li>
915
+ * <p>
916
+ * <code>SubscriptionRoleArn</code> – The ARN of the IAM role that has the following:</p>
917
+ * <ul>
918
+ * <li>
919
+ * <p>Permission to write to the Kinesis Data Firehose delivery stream</p>
920
+ * </li>
921
+ * <li>
922
+ * <p>Amazon SNS listed as a trusted entity</p>
923
+ * </li>
924
+ * </ul>
925
+ * <p>Specifying a valid ARN for this attribute is required for Kinesis Data Firehose delivery stream subscriptions.
926
+ * For more information, see <a href="https://docs.aws.amazon.com/sns/latest/dg/sns-firehose-as-subscriber.html">Fanout
927
+ * to Kinesis Data Firehose delivery streams</a> in the <i>Amazon SNS Developer Guide</i>.</p>
928
+ * </li>
929
+ * </ul>
930
+ */
931
+ Attributes?: Record<string, string>;
932
+ }
933
+ /**
934
+ * @public
935
+ * <p>Input for GetTopicAttributes action.</p>
936
+ */
937
+ export interface GetTopicAttributesInput {
938
+ /**
939
+ * @public
940
+ * <p>The ARN of the topic whose properties you want to get.</p>
941
+ */
942
+ TopicArn: string | undefined;
943
+ }
944
+ /**
945
+ * @public
946
+ * <p>Response for GetTopicAttributes action.</p>
947
+ */
948
+ export interface GetTopicAttributesResponse {
949
+ /**
950
+ * @public
951
+ * <p>A map of the topic's attributes. Attributes in this map include the following:</p>
952
+ * <ul>
953
+ * <li>
954
+ * <p>
955
+ * <code>DeliveryPolicy</code> – The JSON serialization of the topic's
956
+ * delivery policy.</p>
957
+ * </li>
958
+ * <li>
959
+ * <p>
960
+ * <code>DisplayName</code> – The human-readable name used in the
961
+ * <code>From</code> field for notifications to <code>email</code> and
962
+ * <code>email-json</code> endpoints.</p>
963
+ * </li>
964
+ * <li>
965
+ * <p>
966
+ * <code>EffectiveDeliveryPolicy</code> – The JSON serialization of the
967
+ * effective delivery policy, taking system defaults into account.</p>
968
+ * </li>
969
+ * <li>
970
+ * <p>
971
+ * <code>Owner</code> – The Amazon Web Services account ID of the topic's owner.</p>
972
+ * </li>
973
+ * <li>
974
+ * <p>
975
+ * <code>Policy</code> – The JSON serialization of the topic's access
976
+ * control policy.</p>
977
+ * </li>
978
+ * <li>
979
+ * <p>
980
+ * <code>SignatureVersion</code> – The signature version corresponds to
981
+ * the hashing algorithm used while creating the signature of the notifications,
982
+ * subscription confirmations, or unsubscribe confirmation messages sent by
983
+ * Amazon SNS.</p>
984
+ * <ul>
985
+ * <li>
986
+ * <p>By default, <code>SignatureVersion</code> is set to <b>1</b>. The signature is a Base64-encoded
987
+ * <b>SHA1withRSA</b> signature.</p>
988
+ * </li>
989
+ * <li>
990
+ * <p>When you set <code>SignatureVersion</code> to <b>2</b>. Amazon SNS uses a Base64-encoded <b>SHA256withRSA</b> signature. </p>
991
+ * <note>
992
+ * <p>If the API response does not include the
993
+ * <code>SignatureVersion</code> attribute, it means that the
994
+ * <code>SignatureVersion</code> for the topic has value <b>1</b>.</p>
995
+ * </note>
996
+ * </li>
997
+ * </ul>
998
+ * </li>
999
+ * <li>
1000
+ * <p>
1001
+ * <code>SubscriptionsConfirmed</code> – The number of confirmed
1002
+ * subscriptions for the topic.</p>
1003
+ * </li>
1004
+ * <li>
1005
+ * <p>
1006
+ * <code>SubscriptionsDeleted</code> – The number of deleted subscriptions
1007
+ * for the topic.</p>
1008
+ * </li>
1009
+ * <li>
1010
+ * <p>
1011
+ * <code>SubscriptionsPending</code> – The number of subscriptions pending
1012
+ * confirmation for the topic.</p>
1013
+ * </li>
1014
+ * <li>
1015
+ * <p>
1016
+ * <code>TopicArn</code> – The topic's ARN.</p>
1017
+ * </li>
1018
+ * <li>
1019
+ * <p>
1020
+ * <code>TracingConfig</code> – Tracing mode of an Amazon SNS topic. By default
1021
+ * <code>TracingConfig</code> is set to <code>PassThrough</code>, and the topic
1022
+ * passes through the tracing header it receives from an Amazon SNS publisher to its
1023
+ * subscriptions. If set to <code>Active</code>, Amazon SNS will vend X-Ray segment data
1024
+ * to topic owner account if the sampled flag in the tracing header is true. This
1025
+ * is only supported on standard topics.</p>
1026
+ * </li>
1027
+ * </ul>
1028
+ * <p>The following attribute applies only to <a href="https://docs.aws.amazon.com/sns/latest/dg/sns-server-side-encryption.html">server-side-encryption</a>:</p>
1029
+ * <ul>
1030
+ * <li>
1031
+ * <p>
1032
+ * <code>KmsMasterKeyId</code> - The ID of an Amazon Web Services managed customer master key
1033
+ * (CMK) for Amazon SNS or a custom CMK. For more information, see <a href="https://docs.aws.amazon.com/sns/latest/dg/sns-server-side-encryption.html#sse-key-terms">Key
1034
+ * Terms</a>. For more examples, see <a href="https://docs.aws.amazon.com/kms/latest/APIReference/API_DescribeKey.html#API_DescribeKey_RequestParameters">KeyId</a> in the <i>Key Management Service API Reference</i>.</p>
1035
+ * </li>
1036
+ * </ul>
1037
+ * <p>The following attributes apply only to <a href="https://docs.aws.amazon.com/sns/latest/dg/sns-fifo-topics.html">FIFO topics</a>:</p>
1038
+ * <ul>
1039
+ * <li>
1040
+ * <p>
1041
+ * <code>FifoTopic</code> – When this is set to <code>true</code>, a FIFO
1042
+ * topic is created.</p>
1043
+ * </li>
1044
+ * <li>
1045
+ * <p>
1046
+ * <code>ContentBasedDeduplication</code> – Enables content-based deduplication for
1047
+ * FIFO topics.</p>
1048
+ * <ul>
1049
+ * <li>
1050
+ * <p>By default, <code>ContentBasedDeduplication</code> is set to <code>false</code>.
1051
+ * If you create a FIFO topic and this attribute is <code>false</code>, you must
1052
+ * specify a value for the <code>MessageDeduplicationId</code> parameter for the
1053
+ * <a href="https://docs.aws.amazon.com/sns/latest/api/API_Publish.html">Publish</a> action. </p>
1054
+ * </li>
1055
+ * <li>
1056
+ * <p>When you set <code>ContentBasedDeduplication</code> to <code>true</code>,
1057
+ * Amazon SNS uses a SHA-256 hash to generate the <code>MessageDeduplicationId</code> using
1058
+ * the body of the message (but not the attributes of the message).</p>
1059
+ * <p>(Optional) To override the generated value, you can specify a value
1060
+ * for the <code>MessageDeduplicationId</code> parameter for the <code>Publish</code>
1061
+ * action.</p>
1062
+ * </li>
1063
+ * </ul>
1064
+ * </li>
1065
+ * </ul>
1066
+ */
1067
+ Attributes?: Record<string, string>;
1068
+ }
1069
+ /**
1070
+ * @public
1071
+ * <p>Input for ListEndpointsByPlatformApplication action.</p>
1072
+ */
1073
+ export interface ListEndpointsByPlatformApplicationInput {
1074
+ /**
1075
+ * @public
1076
+ * <p>PlatformApplicationArn for ListEndpointsByPlatformApplicationInput action.</p>
1077
+ */
1078
+ PlatformApplicationArn: string | undefined;
1079
+ /**
1080
+ * @public
1081
+ * <p>NextToken string is used when calling ListEndpointsByPlatformApplication action to
1082
+ * retrieve additional records that are available after the first page results.</p>
1083
+ */
1084
+ NextToken?: string;
1085
+ }
1086
+ /**
1087
+ * @public
1088
+ * <p>The endpoint for mobile app and device.</p>
1089
+ */
1090
+ export interface Endpoint {
1091
+ /**
1092
+ * @public
1093
+ * <p>The <code>EndpointArn</code> for mobile app and device.</p>
1094
+ */
1095
+ EndpointArn?: string;
1096
+ /**
1097
+ * @public
1098
+ * <p>Attributes for endpoint.</p>
1099
+ */
1100
+ Attributes?: Record<string, string>;
1101
+ }
1102
+ /**
1103
+ * @public
1104
+ * <p>Response for ListEndpointsByPlatformApplication action.</p>
1105
+ */
1106
+ export interface ListEndpointsByPlatformApplicationResponse {
1107
+ /**
1108
+ * @public
1109
+ * <p>Endpoints returned for ListEndpointsByPlatformApplication action.</p>
1110
+ */
1111
+ Endpoints?: Endpoint[];
1112
+ /**
1113
+ * @public
1114
+ * <p>NextToken string is returned when calling ListEndpointsByPlatformApplication action if
1115
+ * additional records are available after the first page results.</p>
1116
+ */
1117
+ NextToken?: string;
1118
+ }
1119
+ /**
1120
+ * @public
1121
+ */
1122
+ export interface ListOriginationNumbersRequest {
1123
+ /**
1124
+ * @public
1125
+ * <p>Token that the previous <code>ListOriginationNumbers</code> request returns.</p>
1126
+ */
1127
+ NextToken?: string;
1128
+ /**
1129
+ * @public
1130
+ * <p>The maximum number of origination numbers to return.</p>
1131
+ */
1132
+ MaxResults?: number;
1133
+ }
1134
+ /**
1135
+ * @public
1136
+ * @enum
1137
+ */
1138
+ export declare const NumberCapability: {
1139
+ readonly MMS: "MMS";
1140
+ readonly SMS: "SMS";
1141
+ readonly VOICE: "VOICE";
1142
+ };
1143
+ /**
1144
+ * @public
1145
+ */
1146
+ export type NumberCapability = (typeof NumberCapability)[keyof typeof NumberCapability];
1147
+ /**
1148
+ * @public
1149
+ * @enum
1150
+ */
1151
+ export declare const RouteType: {
1152
+ readonly Premium: "Premium";
1153
+ readonly Promotional: "Promotional";
1154
+ readonly Transactional: "Transactional";
1155
+ };
1156
+ /**
1157
+ * @public
1158
+ */
1159
+ export type RouteType = (typeof RouteType)[keyof typeof RouteType];
1160
+ /**
1161
+ * @public
1162
+ * <p>A list of phone numbers and their metadata.</p>
1163
+ */
1164
+ export interface PhoneNumberInformation {
1165
+ /**
1166
+ * @public
1167
+ * <p>The date and time when the phone number was created.</p>
1168
+ */
1169
+ CreatedAt?: Date;
1170
+ /**
1171
+ * @public
1172
+ * <p>The phone number.</p>
1173
+ */
1174
+ PhoneNumber?: string;
1175
+ /**
1176
+ * @public
1177
+ * <p>The status of the phone number.</p>
1178
+ */
1179
+ Status?: string;
1180
+ /**
1181
+ * @public
1182
+ * <p>The two-character code for the country or region, in ISO 3166-1 alpha-2 format.</p>
1183
+ */
1184
+ Iso2CountryCode?: string;
1185
+ /**
1186
+ * @public
1187
+ * <p>The list of supported routes.</p>
1188
+ */
1189
+ RouteType?: RouteType;
1190
+ /**
1191
+ * @public
1192
+ * <p>The capabilities of each phone number.</p>
1193
+ */
1194
+ NumberCapabilities?: NumberCapability[];
1195
+ }
1196
+ /**
1197
+ * @public
1198
+ */
1199
+ export interface ListOriginationNumbersResult {
1200
+ /**
1201
+ * @public
1202
+ * <p>A <code>NextToken</code> string is returned when you call the
1203
+ * <code>ListOriginationNumbers</code> operation if additional pages of records are
1204
+ * available.</p>
1205
+ */
1206
+ NextToken?: string;
1207
+ /**
1208
+ * @public
1209
+ * <p>A list of the calling account's verified and pending origination numbers.</p>
1210
+ */
1211
+ PhoneNumbers?: PhoneNumberInformation[];
1212
+ }
1213
+ /**
1214
+ * @public
1215
+ * <p>Indicates that a parameter in the request is invalid.</p>
1216
+ */
1217
+ export declare class ValidationException extends __BaseException {
1218
+ readonly name: "ValidationException";
1219
+ readonly $fault: "client";
1220
+ Message: string | undefined;
1221
+ /**
1222
+ * @internal
1223
+ */
1224
+ constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
1225
+ }
1226
+ /**
1227
+ * @public
1228
+ * <p>The input for the <code>ListPhoneNumbersOptedOut</code> action.</p>
1229
+ */
1230
+ export interface ListPhoneNumbersOptedOutInput {
1231
+ /**
1232
+ * @public
1233
+ * <p>A <code>NextToken</code> string is used when you call the
1234
+ * <code>ListPhoneNumbersOptedOut</code> action to retrieve additional records that are
1235
+ * available after the first page of results.</p>
1236
+ */
1237
+ nextToken?: string;
1238
+ }
1239
+ /**
1240
+ * @public
1241
+ * <p>The response from the <code>ListPhoneNumbersOptedOut</code> action.</p>
1242
+ */
1243
+ export interface ListPhoneNumbersOptedOutResponse {
1244
+ /**
1245
+ * @public
1246
+ * <p>A list of phone numbers that are opted out of receiving SMS messages. The list is
1247
+ * paginated, and each page can contain up to 100 phone numbers.</p>
1248
+ */
1249
+ phoneNumbers?: string[];
1250
+ /**
1251
+ * @public
1252
+ * <p>A <code>NextToken</code> string is returned when you call the
1253
+ * <code>ListPhoneNumbersOptedOut</code> action if additional records are available
1254
+ * after the first page of results.</p>
1255
+ */
1256
+ nextToken?: string;
1257
+ }
1258
+ /**
1259
+ * @public
1260
+ * <p>Input for ListPlatformApplications action.</p>
1261
+ */
1262
+ export interface ListPlatformApplicationsInput {
1263
+ /**
1264
+ * @public
1265
+ * <p>NextToken string is used when calling ListPlatformApplications action to retrieve
1266
+ * additional records that are available after the first page results.</p>
1267
+ */
1268
+ NextToken?: string;
1269
+ }
1270
+ /**
1271
+ * @public
1272
+ * <p>Platform application object.</p>
1273
+ */
1274
+ export interface PlatformApplication {
1275
+ /**
1276
+ * @public
1277
+ * <p>PlatformApplicationArn for platform application object.</p>
1278
+ */
1279
+ PlatformApplicationArn?: string;
1280
+ /**
1281
+ * @public
1282
+ * <p>Attributes for platform application object.</p>
1283
+ */
1284
+ Attributes?: Record<string, string>;
1285
+ }
1286
+ /**
1287
+ * @public
1288
+ * <p>Response for ListPlatformApplications action.</p>
1289
+ */
1290
+ export interface ListPlatformApplicationsResponse {
1291
+ /**
1292
+ * @public
1293
+ * <p>Platform applications returned when calling ListPlatformApplications action.</p>
1294
+ */
1295
+ PlatformApplications?: PlatformApplication[];
1296
+ /**
1297
+ * @public
1298
+ * <p>NextToken string is returned when calling ListPlatformApplications action if
1299
+ * additional records are available after the first page results.</p>
1300
+ */
1301
+ NextToken?: string;
1302
+ }
1303
+ /**
1304
+ * @public
1305
+ */
1306
+ export interface ListSMSSandboxPhoneNumbersInput {
1307
+ /**
1308
+ * @public
1309
+ * <p>Token that the previous <code>ListSMSSandboxPhoneNumbersInput</code> request
1310
+ * returns.</p>
1311
+ */
1312
+ NextToken?: string;
1313
+ /**
1314
+ * @public
1315
+ * <p>The maximum number of phone numbers to return.</p>
1316
+ */
1317
+ MaxResults?: number;
1318
+ }
1319
+ /**
1320
+ * @public
1321
+ * @enum
1322
+ */
1323
+ export declare const SMSSandboxPhoneNumberVerificationStatus: {
1324
+ readonly Pending: "Pending";
1325
+ readonly Verified: "Verified";
1326
+ };
1327
+ /**
1328
+ * @public
1329
+ */
1330
+ export type SMSSandboxPhoneNumberVerificationStatus = (typeof SMSSandboxPhoneNumberVerificationStatus)[keyof typeof SMSSandboxPhoneNumberVerificationStatus];
1331
+ /**
1332
+ * @public
1333
+ * <p>A verified or pending destination phone number in the SMS sandbox.</p>
1334
+ * <p>When you start using Amazon SNS to send SMS messages, your Amazon Web Services account is in the
1335
+ * <i>SMS sandbox</i>. The SMS sandbox provides a safe environment for
1336
+ * you to try Amazon SNS features without risking your reputation as an SMS sender. While your
1337
+ * Amazon Web Services account is in the SMS sandbox, you can use all of the features of Amazon SNS. However, you can send
1338
+ * SMS messages only to verified destination phone numbers. For more information, including how to
1339
+ * move out of the sandbox to send messages without restrictions,
1340
+ * see <a href="https://docs.aws.amazon.com/sns/latest/dg/sns-sms-sandbox.html">SMS sandbox</a> in
1341
+ * the <i>Amazon SNS Developer Guide</i>.</p>
1342
+ */
1343
+ export interface SMSSandboxPhoneNumber {
1344
+ /**
1345
+ * @public
1346
+ * <p>The destination phone number.</p>
1347
+ */
1348
+ PhoneNumber?: string;
1349
+ /**
1350
+ * @public
1351
+ * <p>The destination phone number's verification status.</p>
1352
+ */
1353
+ Status?: SMSSandboxPhoneNumberVerificationStatus;
1354
+ }
1355
+ /**
1356
+ * @public
1357
+ */
1358
+ export interface ListSMSSandboxPhoneNumbersResult {
1359
+ /**
1360
+ * @public
1361
+ * <p>A list of the calling account's pending and verified phone numbers.</p>
1362
+ */
1363
+ PhoneNumbers: SMSSandboxPhoneNumber[] | undefined;
1364
+ /**
1365
+ * @public
1366
+ * <p>A <code>NextToken</code> string is returned when you call the
1367
+ * <code>ListSMSSandboxPhoneNumbersInput</code> operation if additional pages of
1368
+ * records are available.</p>
1369
+ */
1370
+ NextToken?: string;
1371
+ }
1372
+ /**
1373
+ * @public
1374
+ * <p>Input for ListSubscriptions action.</p>
1375
+ */
1376
+ export interface ListSubscriptionsInput {
1377
+ /**
1378
+ * @public
1379
+ * <p>Token returned by the previous <code>ListSubscriptions</code> request.</p>
1380
+ */
1381
+ NextToken?: string;
1382
+ }
1383
+ /**
1384
+ * @public
1385
+ * <p>A wrapper type for the attributes of an Amazon SNS subscription.</p>
1386
+ */
1387
+ export interface Subscription {
1388
+ /**
1389
+ * @public
1390
+ * <p>The subscription's ARN.</p>
1391
+ */
1392
+ SubscriptionArn?: string;
1393
+ /**
1394
+ * @public
1395
+ * <p>The subscription's owner.</p>
1396
+ */
1397
+ Owner?: string;
1398
+ /**
1399
+ * @public
1400
+ * <p>The subscription's protocol.</p>
1401
+ */
1402
+ Protocol?: string;
1403
+ /**
1404
+ * @public
1405
+ * <p>The subscription's endpoint (format depends on the protocol).</p>
1406
+ */
1407
+ Endpoint?: string;
1408
+ /**
1409
+ * @public
1410
+ * <p>The ARN of the subscription's topic.</p>
1411
+ */
1412
+ TopicArn?: string;
1413
+ }
1414
+ /**
1415
+ * @public
1416
+ * <p>Response for ListSubscriptions action</p>
1417
+ */
1418
+ export interface ListSubscriptionsResponse {
1419
+ /**
1420
+ * @public
1421
+ * <p>A list of subscriptions.</p>
1422
+ */
1423
+ Subscriptions?: Subscription[];
1424
+ /**
1425
+ * @public
1426
+ * <p>Token to pass along to the next <code>ListSubscriptions</code> request. This element
1427
+ * is returned if there are more subscriptions to retrieve.</p>
1428
+ */
1429
+ NextToken?: string;
1430
+ }
1431
+ /**
1432
+ * @public
1433
+ * <p>Input for ListSubscriptionsByTopic action.</p>
1434
+ */
1435
+ export interface ListSubscriptionsByTopicInput {
1436
+ /**
1437
+ * @public
1438
+ * <p>The ARN of the topic for which you wish to find subscriptions.</p>
1439
+ */
1440
+ TopicArn: string | undefined;
1441
+ /**
1442
+ * @public
1443
+ * <p>Token returned by the previous <code>ListSubscriptionsByTopic</code> request.</p>
1444
+ */
1445
+ NextToken?: string;
1446
+ }
1447
+ /**
1448
+ * @public
1449
+ * <p>Response for ListSubscriptionsByTopic action.</p>
1450
+ */
1451
+ export interface ListSubscriptionsByTopicResponse {
1452
+ /**
1453
+ * @public
1454
+ * <p>A list of subscriptions.</p>
1455
+ */
1456
+ Subscriptions?: Subscription[];
1457
+ /**
1458
+ * @public
1459
+ * <p>Token to pass along to the next <code>ListSubscriptionsByTopic</code> request. This
1460
+ * element is returned if there are more subscriptions to retrieve.</p>
1461
+ */
1462
+ NextToken?: string;
1463
+ }
1464
+ /**
1465
+ * @public
1466
+ */
1467
+ export interface ListTagsForResourceRequest {
1468
+ /**
1469
+ * @public
1470
+ * <p>The ARN of the topic for which to list tags.</p>
1471
+ */
1472
+ ResourceArn: string | undefined;
1473
+ }
1474
+ /**
1475
+ * @public
1476
+ */
1477
+ export interface ListTagsForResourceResponse {
1478
+ /**
1479
+ * @public
1480
+ * <p>The tags associated with the specified topic.</p>
1481
+ */
1482
+ Tags?: Tag[];
1483
+ }
1484
+ /**
1485
+ * @public
1486
+ */
1487
+ export interface ListTopicsInput {
1488
+ /**
1489
+ * @public
1490
+ * <p>Token returned by the previous <code>ListTopics</code> request.</p>
1491
+ */
1492
+ NextToken?: string;
1493
+ }
1494
+ /**
1495
+ * @public
1496
+ * <p>A wrapper type for the topic's Amazon Resource Name (ARN). To retrieve a topic's
1497
+ * attributes, use <code>GetTopicAttributes</code>.</p>
1498
+ */
1499
+ export interface Topic {
1500
+ /**
1501
+ * @public
1502
+ * <p>The topic's ARN.</p>
1503
+ */
1504
+ TopicArn?: string;
1505
+ }
1506
+ /**
1507
+ * @public
1508
+ * <p>Response for ListTopics action.</p>
1509
+ */
1510
+ export interface ListTopicsResponse {
1511
+ /**
1512
+ * @public
1513
+ * <p>A list of topic ARNs.</p>
1514
+ */
1515
+ Topics?: Topic[];
1516
+ /**
1517
+ * @public
1518
+ * <p>Token to pass along to the next <code>ListTopics</code> request. This element is
1519
+ * returned if there are additional topics to retrieve.</p>
1520
+ */
1521
+ NextToken?: string;
1522
+ }
1523
+ /**
1524
+ * @public
1525
+ * <p>Input for the OptInPhoneNumber action.</p>
1526
+ */
1527
+ export interface OptInPhoneNumberInput {
1528
+ /**
1529
+ * @public
1530
+ * <p>The phone number to opt in. Use E.164 format.</p>
1531
+ */
1532
+ phoneNumber: string | undefined;
1533
+ }
1534
+ /**
1535
+ * @public
1536
+ * <p>The response for the OptInPhoneNumber action.</p>
1537
+ */
1538
+ export interface OptInPhoneNumberResponse {
1539
+ }
1540
+ /**
1541
+ * @public
1542
+ * <p>Exception error indicating endpoint disabled.</p>
1543
+ */
1544
+ export declare class EndpointDisabledException extends __BaseException {
1545
+ readonly name: "EndpointDisabledException";
1546
+ readonly $fault: "client";
1547
+ /**
1548
+ * @internal
1549
+ */
1550
+ constructor(opts: __ExceptionOptionType<EndpointDisabledException, __BaseException>);
1551
+ }
1552
+ /**
1553
+ * @public
1554
+ * <p>Indicates that a request parameter does not comply with the associated constraints.</p>
1555
+ */
1556
+ export declare class InvalidParameterValueException extends __BaseException {
1557
+ readonly name: "InvalidParameterValueException";
1558
+ readonly $fault: "client";
1559
+ /**
1560
+ * @internal
1561
+ */
1562
+ constructor(opts: __ExceptionOptionType<InvalidParameterValueException, __BaseException>);
1563
+ }
1564
+ /**
1565
+ * @public
1566
+ * <p>The ciphertext references a key that doesn't exist or that you don't have access
1567
+ * to.</p>
1568
+ */
1569
+ export declare class KMSAccessDeniedException extends __BaseException {
1570
+ readonly name: "KMSAccessDeniedException";
1571
+ readonly $fault: "client";
1572
+ /**
1573
+ * @internal
1574
+ */
1575
+ constructor(opts: __ExceptionOptionType<KMSAccessDeniedException, __BaseException>);
1576
+ }
1577
+ /**
1578
+ * @public
1579
+ * <p>The request was rejected because the specified Amazon Web Services KMS key isn't
1580
+ * enabled.</p>
1581
+ */
1582
+ export declare class KMSDisabledException extends __BaseException {
1583
+ readonly name: "KMSDisabledException";
1584
+ readonly $fault: "client";
1585
+ /**
1586
+ * @internal
1587
+ */
1588
+ constructor(opts: __ExceptionOptionType<KMSDisabledException, __BaseException>);
1589
+ }
1590
+ /**
1591
+ * @public
1592
+ * <p>The request was rejected because the state of the specified resource isn't valid for
1593
+ * this request. For more information, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/key-state.html">Key states of Amazon Web Services KMS keys</a> in the <i>Key Management Service Developer
1594
+ * Guide</i>.</p>
1595
+ */
1596
+ export declare class KMSInvalidStateException extends __BaseException {
1597
+ readonly name: "KMSInvalidStateException";
1598
+ readonly $fault: "client";
1599
+ /**
1600
+ * @internal
1601
+ */
1602
+ constructor(opts: __ExceptionOptionType<KMSInvalidStateException, __BaseException>);
1603
+ }
1604
+ /**
1605
+ * @public
1606
+ * <p>The request was rejected because the specified entity or resource can't be
1607
+ * found.</p>
1608
+ */
1609
+ export declare class KMSNotFoundException extends __BaseException {
1610
+ readonly name: "KMSNotFoundException";
1611
+ readonly $fault: "client";
1612
+ /**
1613
+ * @internal
1614
+ */
1615
+ constructor(opts: __ExceptionOptionType<KMSNotFoundException, __BaseException>);
1616
+ }
1617
+ /**
1618
+ * @public
1619
+ * <p>The Amazon Web Services access key ID needs a subscription for the service.</p>
1620
+ */
1621
+ export declare class KMSOptInRequired extends __BaseException {
1622
+ readonly name: "KMSOptInRequired";
1623
+ readonly $fault: "client";
1624
+ /**
1625
+ * @internal
1626
+ */
1627
+ constructor(opts: __ExceptionOptionType<KMSOptInRequired, __BaseException>);
1628
+ }
1629
+ /**
1630
+ * @public
1631
+ * <p>The request was denied due to request throttling. For more information about
1632
+ * throttling, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/limits.html#requests-per-second">Limits</a> in
1633
+ * the <i>Key Management Service Developer Guide.</i>
1634
+ * </p>
1635
+ */
1636
+ export declare class KMSThrottlingException extends __BaseException {
1637
+ readonly name: "KMSThrottlingException";
1638
+ readonly $fault: "client";
1639
+ /**
1640
+ * @internal
1641
+ */
1642
+ constructor(opts: __ExceptionOptionType<KMSThrottlingException, __BaseException>);
1643
+ }
1644
+ /**
1645
+ * @public
1646
+ * <p>Exception error indicating platform application disabled.</p>
1647
+ */
1648
+ export declare class PlatformApplicationDisabledException extends __BaseException {
1649
+ readonly name: "PlatformApplicationDisabledException";
1650
+ readonly $fault: "client";
1651
+ /**
1652
+ * @internal
1653
+ */
1654
+ constructor(opts: __ExceptionOptionType<PlatformApplicationDisabledException, __BaseException>);
1655
+ }
1656
+ /**
1657
+ * @public
1658
+ * <p>The user-specified message attribute value. For string data types, the value attribute
1659
+ * has the same restrictions on the content as the message body. For more information, see
1660
+ * <a href="https://docs.aws.amazon.com/sns/latest/api/API_Publish.html">Publish</a>.</p>
1661
+ * <p>Name, type, and value must not be empty or null. In addition, the message body should
1662
+ * not be empty or null. All parts of the message attribute, including name, type, and
1663
+ * value, are included in the message size restriction, which is currently 256 KB (262,144
1664
+ * bytes). For more information, see <a href="https://docs.aws.amazon.com/sns/latest/dg/SNSMessageAttributes.html">Amazon SNS message attributes</a> and
1665
+ * <a href="https://docs.aws.amazon.com/sns/latest/dg/sms_publish-to-phone.html">Publishing
1666
+ * to a mobile phone</a> in the <i>Amazon SNS Developer Guide.</i>
1667
+ * </p>
1668
+ */
1669
+ export interface MessageAttributeValue {
1670
+ /**
1671
+ * @public
1672
+ * <p>Amazon SNS supports the following logical data types: String, String.Array, Number, and
1673
+ * Binary. For more information, see <a href="https://docs.aws.amazon.com/sns/latest/dg/SNSMessageAttributes.html#SNSMessageAttributes.DataTypes">Message
1674
+ * Attribute Data Types</a>.</p>
1675
+ */
1676
+ DataType: string | undefined;
1677
+ /**
1678
+ * @public
1679
+ * <p>Strings are Unicode with UTF8 binary encoding. For a list of code values, see <a href="https://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters">ASCII Printable
1680
+ * Characters</a>.</p>
1681
+ */
1682
+ StringValue?: string;
1683
+ /**
1684
+ * @public
1685
+ * <p>Binary type attributes can store any binary data, for example, compressed data,
1686
+ * encrypted data, or images.</p>
1687
+ */
1688
+ BinaryValue?: Uint8Array;
1689
+ }
1690
+ /**
1691
+ * @public
1692
+ * <p>Input for Publish action.</p>
1693
+ */
1694
+ export interface PublishInput {
1695
+ /**
1696
+ * @public
1697
+ * <p>The topic you want to publish to.</p>
1698
+ * <p>If you don't specify a value for the <code>TopicArn</code> parameter, you must specify
1699
+ * a value for the <code>PhoneNumber</code> or <code>TargetArn</code> parameters.</p>
1700
+ */
1701
+ TopicArn?: string;
1702
+ /**
1703
+ * @public
1704
+ * <p>If you don't specify a value for the <code>TargetArn</code> parameter, you must
1705
+ * specify a value for the <code>PhoneNumber</code> or <code>TopicArn</code>
1706
+ * parameters.</p>
1707
+ */
1708
+ TargetArn?: string;
1709
+ /**
1710
+ * @public
1711
+ * <p>The phone number to which you want to deliver an SMS message. Use E.164 format.</p>
1712
+ * <p>If you don't specify a value for the <code>PhoneNumber</code> parameter, you must
1713
+ * specify a value for the <code>TargetArn</code> or <code>TopicArn</code>
1714
+ * parameters.</p>
1715
+ */
1716
+ PhoneNumber?: string;
1717
+ /**
1718
+ * @public
1719
+ * <p>The message you want to send.</p>
1720
+ * <p>If you are publishing to a topic and you want to send the same message to all
1721
+ * transport protocols, include the text of the message as a String value. If you want to
1722
+ * send different messages for each transport protocol, set the value of the
1723
+ * <code>MessageStructure</code> parameter to <code>json</code> and use a JSON object
1724
+ * for the <code>Message</code> parameter.
1725
+ * </p>
1726
+ * <p></p>
1727
+ * <p>Constraints:</p>
1728
+ * <ul>
1729
+ * <li>
1730
+ * <p>With the exception of SMS, messages must be UTF-8 encoded strings and at most
1731
+ * 256 KB in size (262,144 bytes, not 262,144 characters).</p>
1732
+ * </li>
1733
+ * <li>
1734
+ * <p>For SMS, each message can contain up to 140 characters. This character limit
1735
+ * depends on the encoding schema. For example, an SMS message can contain 160 GSM
1736
+ * characters, 140 ASCII characters, or 70 UCS-2 characters.</p>
1737
+ * <p>If you publish a message that exceeds this size limit, Amazon SNS sends the message
1738
+ * as multiple messages, each fitting within the size limit. Messages aren't
1739
+ * truncated mid-word but are cut off at whole-word boundaries.</p>
1740
+ * <p>The total size limit for a single SMS <code>Publish</code> action is 1,600
1741
+ * characters.</p>
1742
+ * </li>
1743
+ * </ul>
1744
+ * <p>JSON-specific constraints:</p>
1745
+ * <ul>
1746
+ * <li>
1747
+ * <p>Keys in the JSON object that correspond to supported transport protocols must
1748
+ * have simple JSON string values.</p>
1749
+ * </li>
1750
+ * <li>
1751
+ * <p>The values will be parsed (unescaped) before they are used in outgoing
1752
+ * messages.</p>
1753
+ * </li>
1754
+ * <li>
1755
+ * <p>Outbound notifications are JSON encoded (meaning that the characters will be
1756
+ * reescaped for sending).</p>
1757
+ * </li>
1758
+ * <li>
1759
+ * <p>Values have a minimum length of 0 (the empty string, "", is allowed).</p>
1760
+ * </li>
1761
+ * <li>
1762
+ * <p>Values have a maximum length bounded by the overall message size (so,
1763
+ * including multiple protocols may limit message sizes).</p>
1764
+ * </li>
1765
+ * <li>
1766
+ * <p>Non-string values will cause the key to be ignored.</p>
1767
+ * </li>
1768
+ * <li>
1769
+ * <p>Keys that do not correspond to supported transport protocols are
1770
+ * ignored.</p>
1771
+ * </li>
1772
+ * <li>
1773
+ * <p>Duplicate keys are not allowed.</p>
1774
+ * </li>
1775
+ * <li>
1776
+ * <p>Failure to parse or validate any key or value in the message will cause the
1777
+ * <code>Publish</code> call to return an error (no partial delivery).</p>
1778
+ * </li>
1779
+ * </ul>
1780
+ */
1781
+ Message: string | undefined;
1782
+ /**
1783
+ * @public
1784
+ * <p>Optional parameter to be used as the "Subject" line when the message is delivered to
1785
+ * email endpoints. This field will also be included, if present, in the standard JSON
1786
+ * messages delivered to other endpoints.</p>
1787
+ * <p>Constraints: Subjects must be ASCII text that begins with a letter, number, or
1788
+ * punctuation mark; must not include line breaks or control characters; and must be less
1789
+ * than 100 characters long.</p>
1790
+ */
1791
+ Subject?: string;
1792
+ /**
1793
+ * @public
1794
+ * <p>Set <code>MessageStructure</code> to <code>json</code> if you want to send a different
1795
+ * message for each protocol. For example, using one publish action, you can send a short
1796
+ * message to your SMS subscribers and a longer message to your email subscribers. If you
1797
+ * set <code>MessageStructure</code> to <code>json</code>, the value of the
1798
+ * <code>Message</code> parameter must: </p>
1799
+ * <ul>
1800
+ * <li>
1801
+ * <p>be a syntactically valid JSON object; and</p>
1802
+ * </li>
1803
+ * <li>
1804
+ * <p>contain at least a top-level JSON key of "default" with a value that is a
1805
+ * string.</p>
1806
+ * </li>
1807
+ * </ul>
1808
+ * <p>You can define other top-level keys that define the message you want to send to a
1809
+ * specific transport protocol (e.g., "http").</p>
1810
+ * <p>Valid value: <code>json</code>
1811
+ * </p>
1812
+ */
1813
+ MessageStructure?: string;
1814
+ /**
1815
+ * @public
1816
+ * <p>Message attributes for Publish action.</p>
1817
+ */
1818
+ MessageAttributes?: Record<string, MessageAttributeValue>;
1819
+ /**
1820
+ * @public
1821
+ * <p>This parameter applies only to FIFO (first-in-first-out) topics. The
1822
+ * <code>MessageDeduplicationId</code> can contain up to 128 alphanumeric characters
1823
+ * <code>(a-z, A-Z, 0-9)</code> and punctuation
1824
+ * <code>(!"#$%&'()*+,-./:;<=>?@[\]^_`\{|\}~)</code>.</p>
1825
+ * <p>Every message must have a unique <code>MessageDeduplicationId</code>, which is a token
1826
+ * used for deduplication of sent messages. If a message with a particular
1827
+ * <code>MessageDeduplicationId</code> is sent successfully, any message sent with the
1828
+ * same <code>MessageDeduplicationId</code> during the 5-minute deduplication interval is
1829
+ * treated as a duplicate. </p>
1830
+ * <p>If the topic has <code>ContentBasedDeduplication</code> set, the system generates a
1831
+ * <code>MessageDeduplicationId</code> based on the contents of the message. Your
1832
+ * <code>MessageDeduplicationId</code> overrides the generated one.</p>
1833
+ */
1834
+ MessageDeduplicationId?: string;
1835
+ /**
1836
+ * @public
1837
+ * <p>This parameter applies only to FIFO (first-in-first-out) topics. The
1838
+ * <code>MessageGroupId</code> can contain up to 128 alphanumeric characters
1839
+ * <code>(a-z, A-Z, 0-9)</code> and punctuation
1840
+ * <code>(!"#$%&'()*+,-./:;<=>?@[\]^_`\{|\}~)</code>.</p>
1841
+ * <p>The <code>MessageGroupId</code> is a tag that specifies that a message belongs to a
1842
+ * specific message group. Messages that belong to the same message group are processed in
1843
+ * a FIFO manner (however, messages in different message groups might be processed out of
1844
+ * order). Every message must include a <code>MessageGroupId</code>.</p>
1845
+ */
1846
+ MessageGroupId?: string;
1847
+ }
1848
+ /**
1849
+ * @public
1850
+ * <p>Response for Publish action.</p>
1851
+ */
1852
+ export interface PublishResponse {
1853
+ /**
1854
+ * @public
1855
+ * <p>Unique identifier assigned to the published message.</p>
1856
+ * <p>Length Constraint: Maximum 100 characters</p>
1857
+ */
1858
+ MessageId?: string;
1859
+ /**
1860
+ * @public
1861
+ * <p>This response element applies only to FIFO (first-in-first-out) topics. </p>
1862
+ * <p>The sequence number is a large, non-consecutive number that Amazon SNS assigns to each
1863
+ * message. The length of <code>SequenceNumber</code> is 128 bits.
1864
+ * <code>SequenceNumber</code> continues to increase for each
1865
+ * <code>MessageGroupId</code>.</p>
1866
+ */
1867
+ SequenceNumber?: string;
1868
+ }
1869
+ /**
1870
+ * @public
1871
+ * <p>Two or more batch entries in the request have the same <code>Id</code>.</p>
1872
+ */
1873
+ export declare class BatchEntryIdsNotDistinctException extends __BaseException {
1874
+ readonly name: "BatchEntryIdsNotDistinctException";
1875
+ readonly $fault: "client";
1876
+ /**
1877
+ * @internal
1878
+ */
1879
+ constructor(opts: __ExceptionOptionType<BatchEntryIdsNotDistinctException, __BaseException>);
1880
+ }
1881
+ /**
1882
+ * @public
1883
+ * <p>The length of all the batch messages put together is more than the limit.</p>
1884
+ */
1885
+ export declare class BatchRequestTooLongException extends __BaseException {
1886
+ readonly name: "BatchRequestTooLongException";
1887
+ readonly $fault: "client";
1888
+ /**
1889
+ * @internal
1890
+ */
1891
+ constructor(opts: __ExceptionOptionType<BatchRequestTooLongException, __BaseException>);
1892
+ }
1893
+ /**
1894
+ * @public
1895
+ * <p>The batch request doesn't contain any entries.</p>
1896
+ */
1897
+ export declare class EmptyBatchRequestException extends __BaseException {
1898
+ readonly name: "EmptyBatchRequestException";
1899
+ readonly $fault: "client";
1900
+ /**
1901
+ * @internal
1902
+ */
1903
+ constructor(opts: __ExceptionOptionType<EmptyBatchRequestException, __BaseException>);
1904
+ }
1905
+ /**
1906
+ * @public
1907
+ * <p>The <code>Id</code> of a batch entry in a batch request doesn't abide by the specification. </p>
1908
+ */
1909
+ export declare class InvalidBatchEntryIdException extends __BaseException {
1910
+ readonly name: "InvalidBatchEntryIdException";
1911
+ readonly $fault: "client";
1912
+ /**
1913
+ * @internal
1914
+ */
1915
+ constructor(opts: __ExceptionOptionType<InvalidBatchEntryIdException, __BaseException>);
1916
+ }
1917
+ /**
1918
+ * @public
1919
+ * <p>Contains the details of a single Amazon SNS message along with an <code>Id</code> that
1920
+ * identifies a message within the batch. </p>
1921
+ */
1922
+ export interface PublishBatchRequestEntry {
1923
+ /**
1924
+ * @public
1925
+ * <p>An identifier for the message in this batch.</p>
1926
+ * <note>
1927
+ * <p>The <code>Ids</code> of a batch request must be unique within a request. </p>
1928
+ * <p>This identifier can have up to 80 characters. The following characters are
1929
+ * accepted: alphanumeric characters, hyphens(-), and underscores (_). </p>
1930
+ * </note>
1931
+ */
1932
+ Id: string | undefined;
1933
+ /**
1934
+ * @public
1935
+ * <p>The body of the message.</p>
1936
+ */
1937
+ Message: string | undefined;
1938
+ /**
1939
+ * @public
1940
+ * <p>The subject of the batch message.</p>
1941
+ */
1942
+ Subject?: string;
1943
+ /**
1944
+ * @public
1945
+ * <p>Set <code>MessageStructure</code> to <code>json</code> if you want to send a different
1946
+ * message for each protocol. For example, using one publish action, you can send a short
1947
+ * message to your SMS subscribers and a longer message to your email subscribers. If you
1948
+ * set <code>MessageStructure</code> to <code>json</code>, the value of the
1949
+ * <code>Message</code> parameter must: </p>
1950
+ * <ul>
1951
+ * <li>
1952
+ * <p>be a syntactically valid JSON object; and</p>
1953
+ * </li>
1954
+ * <li>
1955
+ * <p>contain at least a top-level JSON key of "default" with a value that is a
1956
+ * string.</p>
1957
+ * </li>
1958
+ * </ul>
1959
+ * <p>You can define other top-level keys that define the message you want to send to a
1960
+ * specific transport protocol (e.g. http). </p>
1961
+ */
1962
+ MessageStructure?: string;
1963
+ /**
1964
+ * @public
1965
+ * <p>Each message attribute consists of a <code>Name</code>, <code>Type</code>, and
1966
+ * <code>Value</code>. For more information, see <a href="https://docs.aws.amazon.com/sns/latest/dg/sns-message-attributes.html">Amazon SNS message attributes</a> in
1967
+ * the Amazon SNS Developer Guide.</p>
1968
+ */
1969
+ MessageAttributes?: Record<string, MessageAttributeValue>;
1970
+ /**
1971
+ * @public
1972
+ * <p>This parameter applies only to FIFO (first-in-first-out) topics.</p>
1973
+ * <p>The token used for deduplication of messages within a 5-minute minimum deduplication
1974
+ * interval. If a message with a particular <code>MessageDeduplicationId</code> is sent
1975
+ * successfully, subsequent messages with the same <code>MessageDeduplicationId</code> are
1976
+ * accepted successfully but aren't delivered.</p>
1977
+ * <ul>
1978
+ * <li>
1979
+ * <p>Every message must have a unique <code>MessageDeduplicationId</code>.</p>
1980
+ * <ul>
1981
+ * <li>
1982
+ * <p>You may provide a <code>MessageDeduplicationId</code>
1983
+ * explicitly.</p>
1984
+ * </li>
1985
+ * <li>
1986
+ * <p>If you aren't able to provide a <code>MessageDeduplicationId</code>
1987
+ * and you enable <code>ContentBasedDeduplication</code> for your topic,
1988
+ * Amazon SNS uses a SHA-256 hash to generate the
1989
+ * <code>MessageDeduplicationId</code> using the body of the message
1990
+ * (but not the attributes of the message).</p>
1991
+ * </li>
1992
+ * <li>
1993
+ * <p>If you don't provide a <code>MessageDeduplicationId</code> and the
1994
+ * topic doesn't have <code>ContentBasedDeduplication</code> set, the
1995
+ * action fails with an error.</p>
1996
+ * </li>
1997
+ * <li>
1998
+ * <p>If the topic has a <code>ContentBasedDeduplication</code> set, your
1999
+ * <code>MessageDeduplicationId</code> overrides the generated one.
2000
+ * </p>
2001
+ * </li>
2002
+ * </ul>
2003
+ * </li>
2004
+ * <li>
2005
+ * <p>When <code>ContentBasedDeduplication</code> is in effect, messages with
2006
+ * identical content sent within the deduplication interval are treated as
2007
+ * duplicates and only one copy of the message is delivered.</p>
2008
+ * </li>
2009
+ * <li>
2010
+ * <p>If you send one message with <code>ContentBasedDeduplication</code> enabled,
2011
+ * and then another message with a <code>MessageDeduplicationId</code> that is the
2012
+ * same as the one generated for the first <code>MessageDeduplicationId</code>, the
2013
+ * two messages are treated as duplicates and only one copy of the message is
2014
+ * delivered. </p>
2015
+ * </li>
2016
+ * </ul>
2017
+ * <note>
2018
+ * <p>The <code>MessageDeduplicationId</code> is available to the consumer of the
2019
+ * message (this can be useful for troubleshooting delivery issues).</p>
2020
+ * <p>If a message is sent successfully but the acknowledgement is lost and the message
2021
+ * is resent with the same <code>MessageDeduplicationId</code> after the deduplication
2022
+ * interval, Amazon SNS can't detect duplicate messages. </p>
2023
+ * <p>Amazon SNS continues to keep track of the message deduplication ID even after the
2024
+ * message is received and deleted. </p>
2025
+ * </note>
2026
+ * <p>The length of <code>MessageDeduplicationId</code> is 128 characters.</p>
2027
+ * <p>
2028
+ * <code>MessageDeduplicationId</code> can contain alphanumeric characters <code>(a-z,
2029
+ * A-Z, 0-9)</code> and punctuation
2030
+ * <code>(!"#$%&'()*+,-./:;<=>?@[\]^_`\{|\}~)</code>.</p>
2031
+ */
2032
+ MessageDeduplicationId?: string;
2033
+ /**
2034
+ * @public
2035
+ * <p>This parameter applies only to FIFO (first-in-first-out) topics.</p>
2036
+ * <p>The tag that specifies that a message belongs to a specific message group. Messages
2037
+ * that belong to the same message group are processed in a FIFO manner (however, messages
2038
+ * in different message groups might be processed out of order). To interleave multiple
2039
+ * ordered streams within a single topic, use <code>MessageGroupId</code> values (for
2040
+ * example, session data for multiple users). In this scenario, multiple consumers can
2041
+ * process the topic, but the session data of each user is processed in a FIFO fashion. </p>
2042
+ * <p>You must associate a non-empty <code>MessageGroupId</code> with a message. If you
2043
+ * don't provide a <code>MessageGroupId</code>, the action fails. </p>
2044
+ * <p>The length of <code>MessageGroupId</code> is 128 characters.</p>
2045
+ * <p>
2046
+ * <code>MessageGroupId</code> can contain alphanumeric characters <code>(a-z, A-Z,
2047
+ * 0-9)</code> and punctuation
2048
+ * <code>(!"#$%&'()*+,-./:;<=>?@[\]^_`\{|\}~)</code>.</p>
2049
+ * <important>
2050
+ * <p>
2051
+ * <code>MessageGroupId</code> is required for FIFO topics. You can't use it for
2052
+ * standard topics. </p>
2053
+ * </important>
2054
+ */
2055
+ MessageGroupId?: string;
2056
+ }
2057
+ /**
2058
+ * @public
2059
+ */
2060
+ export interface PublishBatchInput {
2061
+ /**
2062
+ * @public
2063
+ * <p>The Amazon resource name (ARN) of the topic you want to batch publish to.</p>
2064
+ */
2065
+ TopicArn: string | undefined;
2066
+ /**
2067
+ * @public
2068
+ * <p>A list of <code>PublishBatch</code> request entries to be sent to the SNS
2069
+ * topic.</p>
2070
+ */
2071
+ PublishBatchRequestEntries: PublishBatchRequestEntry[] | undefined;
2072
+ }
2073
+ /**
2074
+ * @public
2075
+ * <p>Gives a detailed description of failed messages in the batch.</p>
2076
+ */
2077
+ export interface BatchResultErrorEntry {
2078
+ /**
2079
+ * @public
2080
+ * <p>The <code>Id</code> of an entry in a batch request</p>
2081
+ */
2082
+ Id: string | undefined;
2083
+ /**
2084
+ * @public
2085
+ * <p>An error code representing why the action failed on this entry.</p>
2086
+ */
2087
+ Code: string | undefined;
2088
+ /**
2089
+ * @public
2090
+ * <p>A message explaining why the action failed on this entry.</p>
2091
+ */
2092
+ Message?: string;
2093
+ /**
2094
+ * @public
2095
+ * <p>Specifies whether the error happened due to the caller of the batch API action.</p>
2096
+ */
2097
+ SenderFault: boolean | undefined;
2098
+ }
2099
+ /**
2100
+ * @public
2101
+ * <p>Encloses data related to a successful message in a batch request for topic.</p>
2102
+ */
2103
+ export interface PublishBatchResultEntry {
2104
+ /**
2105
+ * @public
2106
+ * <p>The <code>Id</code> of an entry in a batch request.</p>
2107
+ */
2108
+ Id?: string;
2109
+ /**
2110
+ * @public
2111
+ * <p>An identifier for the message.</p>
2112
+ */
2113
+ MessageId?: string;
2114
+ /**
2115
+ * @public
2116
+ * <p>This parameter applies only to FIFO (first-in-first-out) topics.</p>
2117
+ * <p>The large, non-consecutive number that Amazon SNS assigns to each message.</p>
2118
+ * <p>The length of <code>SequenceNumber</code> is 128 bits. <code>SequenceNumber</code>
2119
+ * continues to increase for a particular <code>MessageGroupId</code>.</p>
2120
+ */
2121
+ SequenceNumber?: string;
2122
+ }
2123
+ /**
2124
+ * @public
2125
+ */
2126
+ export interface PublishBatchResponse {
2127
+ /**
2128
+ * @public
2129
+ * <p>A list of successful <code>PublishBatch</code> responses.</p>
2130
+ */
2131
+ Successful?: PublishBatchResultEntry[];
2132
+ /**
2133
+ * @public
2134
+ * <p>A list of failed <code>PublishBatch</code> responses. </p>
2135
+ */
2136
+ Failed?: BatchResultErrorEntry[];
2137
+ }
2138
+ /**
2139
+ * @public
2140
+ * <p>The batch request contains more entries than permissible.</p>
2141
+ */
2142
+ export declare class TooManyEntriesInBatchRequestException extends __BaseException {
2143
+ readonly name: "TooManyEntriesInBatchRequestException";
2144
+ readonly $fault: "client";
2145
+ /**
2146
+ * @internal
2147
+ */
2148
+ constructor(opts: __ExceptionOptionType<TooManyEntriesInBatchRequestException, __BaseException>);
2149
+ }
2150
+ /**
2151
+ * @public
2152
+ */
2153
+ export interface PutDataProtectionPolicyInput {
2154
+ /**
2155
+ * @public
2156
+ * <p>The ARN of the topic whose <code>DataProtectionPolicy</code> you want to add or
2157
+ * update.</p>
2158
+ * <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names
2159
+ * (ARNs)</a> in the Amazon Web Services General Reference.</p>
2160
+ */
2161
+ ResourceArn: string | undefined;
2162
+ /**
2163
+ * @public
2164
+ * <p>The JSON serialization of the topic's <code>DataProtectionPolicy</code>.</p>
2165
+ * <p>The <code>DataProtectionPolicy</code> must be in JSON string format.</p>
2166
+ * <p>Length Constraints: Maximum length of 30,720.</p>
2167
+ */
2168
+ DataProtectionPolicy: string | undefined;
2169
+ }
2170
+ /**
2171
+ * @public
2172
+ * <p>Input for RemovePermission action.</p>
2173
+ */
2174
+ export interface RemovePermissionInput {
2175
+ /**
2176
+ * @public
2177
+ * <p>The ARN of the topic whose access control policy you wish to modify.</p>
2178
+ */
2179
+ TopicArn: string | undefined;
2180
+ /**
2181
+ * @public
2182
+ * <p>The unique label of the statement you want to remove.</p>
2183
+ */
2184
+ Label: string | undefined;
2185
+ }
2186
+ /**
2187
+ * @public
2188
+ * <p>Input for SetEndpointAttributes action.</p>
2189
+ */
2190
+ export interface SetEndpointAttributesInput {
2191
+ /**
2192
+ * @public
2193
+ * <p>EndpointArn used for SetEndpointAttributes action.</p>
2194
+ */
2195
+ EndpointArn: string | undefined;
2196
+ /**
2197
+ * @public
2198
+ * <p>A map of the endpoint attributes. Attributes in this map include the following:</p>
2199
+ * <ul>
2200
+ * <li>
2201
+ * <p>
2202
+ * <code>CustomUserData</code> – arbitrary user data to associate with the
2203
+ * endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and
2204
+ * less than 2KB.</p>
2205
+ * </li>
2206
+ * <li>
2207
+ * <p>
2208
+ * <code>Enabled</code> – flag that enables/disables delivery to the
2209
+ * endpoint. Amazon SNS will set this to false when a notification service indicates to
2210
+ * Amazon SNS that the endpoint is invalid. Users can set it back to true, typically
2211
+ * after updating Token.</p>
2212
+ * </li>
2213
+ * <li>
2214
+ * <p>
2215
+ * <code>Token</code> – device token, also referred to as a registration id,
2216
+ * for an app and mobile device. This is returned from the notification service
2217
+ * when an app and mobile device are registered with the notification
2218
+ * service.</p>
2219
+ * </li>
2220
+ * </ul>
2221
+ */
2222
+ Attributes: Record<string, string> | undefined;
2223
+ }
2224
+ /**
2225
+ * @public
2226
+ * <p>Input for SetPlatformApplicationAttributes action.</p>
2227
+ */
2228
+ export interface SetPlatformApplicationAttributesInput {
2229
+ /**
2230
+ * @public
2231
+ * <p>PlatformApplicationArn for SetPlatformApplicationAttributes action.</p>
2232
+ */
2233
+ PlatformApplicationArn: string | undefined;
2234
+ /**
2235
+ * @public
2236
+ * <p>A map of the platform application attributes. Attributes in this map include the
2237
+ * following:</p>
2238
+ * <ul>
2239
+ * <li>
2240
+ * <p>
2241
+ * <code>PlatformCredential</code> – The credential received from the
2242
+ * notification service.</p>
2243
+ * <ul>
2244
+ * <li>
2245
+ * <p>For ADM, <code>PlatformCredential</code>is client secret.</p>
2246
+ * </li>
2247
+ * <li>
2248
+ * <p>For Apple Services using certificate credentials,
2249
+ * <code>PlatformCredential</code> is private key.</p>
2250
+ * </li>
2251
+ * <li>
2252
+ * <p>For Apple Services using token credentials,
2253
+ * <code>PlatformCredential</code> is signing key.</p>
2254
+ * </li>
2255
+ * <li>
2256
+ * <p>For GCM (Firebase Cloud Messaging), <code>PlatformCredential</code> is
2257
+ * API key. </p>
2258
+ * </li>
2259
+ * </ul>
2260
+ * </li>
2261
+ * </ul>
2262
+ * <ul>
2263
+ * <li>
2264
+ * <p>
2265
+ * <code>PlatformPrincipal</code> – The principal received from the
2266
+ * notification service.</p>
2267
+ * <ul>
2268
+ * <li>
2269
+ * <p>For ADM, <code>PlatformPrincipal</code>is client id.</p>
2270
+ * </li>
2271
+ * <li>
2272
+ * <p>For Apple Services using certificate credentials,
2273
+ * <code>PlatformPrincipal</code> is SSL certificate.</p>
2274
+ * </li>
2275
+ * <li>
2276
+ * <p>For Apple Services using token credentials,
2277
+ * <code>PlatformPrincipal</code> is signing key ID.</p>
2278
+ * </li>
2279
+ * <li>
2280
+ * <p>For GCM (Firebase Cloud Messaging), there is no
2281
+ * <code>PlatformPrincipal</code>. </p>
2282
+ * </li>
2283
+ * </ul>
2284
+ * </li>
2285
+ * </ul>
2286
+ * <ul>
2287
+ * <li>
2288
+ * <p>
2289
+ * <code>EventEndpointCreated</code> – Topic ARN to which
2290
+ * <code>EndpointCreated</code> event notifications are sent.</p>
2291
+ * </li>
2292
+ * <li>
2293
+ * <p>
2294
+ * <code>EventEndpointDeleted</code> – Topic ARN to which
2295
+ * <code>EndpointDeleted</code> event notifications are sent.</p>
2296
+ * </li>
2297
+ * <li>
2298
+ * <p>
2299
+ * <code>EventEndpointUpdated</code> – Topic ARN to which
2300
+ * <code>EndpointUpdate</code> event notifications are sent.</p>
2301
+ * </li>
2302
+ * <li>
2303
+ * <p>
2304
+ * <code>EventDeliveryFailure</code> – Topic ARN to which
2305
+ * <code>DeliveryFailure</code> event notifications are sent upon Direct
2306
+ * Publish delivery failure (permanent) to one of the application's
2307
+ * endpoints.</p>
2308
+ * </li>
2309
+ * <li>
2310
+ * <p>
2311
+ * <code>SuccessFeedbackRoleArn</code> – IAM role ARN used to give Amazon SNS
2312
+ * write access to use CloudWatch Logs on your behalf.</p>
2313
+ * </li>
2314
+ * <li>
2315
+ * <p>
2316
+ * <code>FailureFeedbackRoleArn</code> – IAM role ARN used to give Amazon SNS
2317
+ * write access to use CloudWatch Logs on your behalf.</p>
2318
+ * </li>
2319
+ * <li>
2320
+ * <p>
2321
+ * <code>SuccessFeedbackSampleRate</code> – Sample rate percentage (0-100)
2322
+ * of successfully delivered messages.</p>
2323
+ * </li>
2324
+ * </ul>
2325
+ * <p>The following attributes only apply to <code>APNs</code> token-based
2326
+ * authentication:</p>
2327
+ * <ul>
2328
+ * <li>
2329
+ * <p>
2330
+ * <code>ApplePlatformTeamID</code> – The identifier that's assigned to your
2331
+ * Apple developer account team.</p>
2332
+ * </li>
2333
+ * <li>
2334
+ * <p>
2335
+ * <code>ApplePlatformBundleID</code> – The bundle identifier that's assigned to
2336
+ * your iOS app.</p>
2337
+ * </li>
2338
+ * </ul>
2339
+ */
2340
+ Attributes: Record<string, string> | undefined;
2341
+ }
2342
+ /**
2343
+ * @public
2344
+ * <p>The input for the SetSMSAttributes action.</p>
2345
+ */
2346
+ export interface SetSMSAttributesInput {
2347
+ /**
2348
+ * @public
2349
+ * <p>The default settings for sending SMS messages from your Amazon Web Services account. You can set
2350
+ * values for the following attribute names:</p>
2351
+ * <p>
2352
+ * <code>MonthlySpendLimit</code> – The maximum amount in USD that you are willing to spend
2353
+ * each month to send SMS messages. When Amazon SNS determines that sending an SMS message would
2354
+ * incur a cost that exceeds this limit, it stops sending SMS messages within
2355
+ * minutes.</p>
2356
+ * <important>
2357
+ * <p>Amazon SNS stops sending SMS messages within minutes of the limit being crossed. During
2358
+ * that interval, if you continue to send SMS messages, you will incur costs that
2359
+ * exceed your limit.</p>
2360
+ * </important>
2361
+ * <p>By default, the spend limit is set to the maximum allowed by Amazon SNS. If you want to
2362
+ * raise the limit, submit an <a href="https://console.aws.amazon.com/support/home#/case/create?issueType=service-limit-increase&limitType=service-code-sns">SNS Limit Increase case</a>. For <b>New limit
2363
+ * value</b>, enter your desired monthly spend limit. In the <b>Use Case Description</b> field, explain that you are requesting
2364
+ * an SMS monthly spend limit increase.</p>
2365
+ * <p>
2366
+ * <code>DeliveryStatusIAMRole</code> – The ARN of the IAM role that allows Amazon SNS to write
2367
+ * logs about SMS deliveries in CloudWatch Logs. For each SMS message that you send, Amazon SNS
2368
+ * writes a log that includes the message price, the success or failure status, the reason
2369
+ * for failure (if the message failed), the message dwell time, and other
2370
+ * information.</p>
2371
+ * <p>
2372
+ * <code>DeliveryStatusSuccessSamplingRate</code> – The percentage of successful SMS
2373
+ * deliveries for which Amazon SNS will write logs in CloudWatch Logs. The value can be an
2374
+ * integer from 0 - 100. For example, to write logs only for failed deliveries, set this
2375
+ * value to <code>0</code>. To write logs for 10% of your successful deliveries, set it to
2376
+ * <code>10</code>.</p>
2377
+ * <p>
2378
+ * <code>DefaultSenderID</code> – A string, such as your business brand, that is displayed
2379
+ * as the sender on the receiving device. Support for sender IDs varies by country. The
2380
+ * sender ID can be 1 - 11 alphanumeric characters, and it must contain at least one
2381
+ * letter.</p>
2382
+ * <p>
2383
+ * <code>DefaultSMSType</code> – The type of SMS message that you will send by default. You
2384
+ * can assign the following values:</p>
2385
+ * <ul>
2386
+ * <li>
2387
+ * <p>
2388
+ * <code>Promotional</code> – (Default) Noncritical messages, such as marketing
2389
+ * messages. Amazon SNS optimizes the message delivery to incur the lowest cost.</p>
2390
+ * </li>
2391
+ * <li>
2392
+ * <p>
2393
+ * <code>Transactional</code> – Critical messages that support customer
2394
+ * transactions, such as one-time passcodes for multi-factor authentication. Amazon SNS
2395
+ * optimizes the message delivery to achieve the highest reliability.</p>
2396
+ * </li>
2397
+ * </ul>
2398
+ * <p>
2399
+ * <code>UsageReportS3Bucket</code> – The name of the Amazon S3 bucket to receive daily SMS
2400
+ * usage reports from Amazon SNS. Each day, Amazon SNS will deliver a usage report as a CSV file to
2401
+ * the bucket. The report includes the following information for each SMS message that was
2402
+ * successfully delivered by your Amazon Web Services account:</p>
2403
+ * <ul>
2404
+ * <li>
2405
+ * <p>Time that the message was published (in UTC)</p>
2406
+ * </li>
2407
+ * <li>
2408
+ * <p>Message ID</p>
2409
+ * </li>
2410
+ * <li>
2411
+ * <p>Destination phone number</p>
2412
+ * </li>
2413
+ * <li>
2414
+ * <p>Message type</p>
2415
+ * </li>
2416
+ * <li>
2417
+ * <p>Delivery status</p>
2418
+ * </li>
2419
+ * <li>
2420
+ * <p>Message price (in USD)</p>
2421
+ * </li>
2422
+ * <li>
2423
+ * <p>Part number (a message is split into multiple parts if it is too long for a
2424
+ * single message)</p>
2425
+ * </li>
2426
+ * <li>
2427
+ * <p>Total number of parts</p>
2428
+ * </li>
2429
+ * </ul>
2430
+ * <p>To receive the report, the bucket must have a policy that allows the Amazon SNS service
2431
+ * principal to perform the <code>s3:PutObject</code> and <code>s3:GetBucketLocation</code>
2432
+ * actions.</p>
2433
+ * <p>For an example bucket policy and usage report, see <a href="https://docs.aws.amazon.com/sns/latest/dg/sms_stats.html">Monitoring SMS Activity</a> in the
2434
+ * <i>Amazon SNS Developer Guide</i>.</p>
2435
+ */
2436
+ attributes: Record<string, string> | undefined;
2437
+ }
2438
+ /**
2439
+ * @public
2440
+ * <p>The response for the SetSMSAttributes action.</p>
2441
+ */
2442
+ export interface SetSMSAttributesResponse {
2443
+ }
2444
+ /**
2445
+ * @public
2446
+ * <p>Input for SetSubscriptionAttributes action.</p>
2447
+ */
2448
+ export interface SetSubscriptionAttributesInput {
2449
+ /**
2450
+ * @public
2451
+ * <p>The ARN of the subscription to modify.</p>
2452
+ */
2453
+ SubscriptionArn: string | undefined;
2454
+ /**
2455
+ * @public
2456
+ * <p>A map of attributes with their corresponding values.</p>
2457
+ * <p>The following lists the names, descriptions, and values of the special request
2458
+ * parameters that this action uses:</p>
2459
+ * <ul>
2460
+ * <li>
2461
+ * <p>
2462
+ * <code>DeliveryPolicy</code> – The policy that defines how Amazon SNS retries
2463
+ * failed deliveries to HTTP/S endpoints.</p>
2464
+ * </li>
2465
+ * <li>
2466
+ * <p>
2467
+ * <code>FilterPolicy</code> – The simple JSON object that lets your
2468
+ * subscriber receive only a subset of messages, rather than receiving every
2469
+ * message published to the topic.</p>
2470
+ * </li>
2471
+ * <li>
2472
+ * <p>
2473
+ * <code>FilterPolicyScope</code> – This attribute lets you choose the
2474
+ * filtering scope by using one of the following string value types:</p>
2475
+ * <ul>
2476
+ * <li>
2477
+ * <p>
2478
+ * <code>MessageAttributes</code> (default) – The filter is
2479
+ * applied on the message attributes.</p>
2480
+ * </li>
2481
+ * <li>
2482
+ * <p>
2483
+ * <code>MessageBody</code> – The filter is applied on the message
2484
+ * body.</p>
2485
+ * </li>
2486
+ * </ul>
2487
+ * </li>
2488
+ * <li>
2489
+ * <p>
2490
+ * <code>RawMessageDelivery</code> – When set to <code>true</code>,
2491
+ * enables raw message delivery to Amazon SQS or HTTP/S endpoints. This eliminates the
2492
+ * need for the endpoints to process JSON formatting, which is otherwise created
2493
+ * for Amazon SNS metadata.</p>
2494
+ * </li>
2495
+ * <li>
2496
+ * <p>
2497
+ * <code>RedrivePolicy</code> – When specified, sends undeliverable messages to the specified Amazon SQS dead-letter queue.
2498
+ * Messages that can't be delivered due to client errors (for example, when the subscribed endpoint is unreachable)
2499
+ * or server errors (for example, when the service that powers the subscribed endpoint becomes unavailable) are held
2500
+ * in the dead-letter queue for further analysis or reprocessing.</p>
2501
+ * </li>
2502
+ * </ul>
2503
+ * <p>The following attribute applies only to Amazon Kinesis Data Firehose delivery stream subscriptions:</p>
2504
+ * <ul>
2505
+ * <li>
2506
+ * <p>
2507
+ * <code>SubscriptionRoleArn</code> – The ARN of the IAM role that has the following:</p>
2508
+ * <ul>
2509
+ * <li>
2510
+ * <p>Permission to write to the Kinesis Data Firehose delivery stream</p>
2511
+ * </li>
2512
+ * <li>
2513
+ * <p>Amazon SNS listed as a trusted entity</p>
2514
+ * </li>
2515
+ * </ul>
2516
+ * <p>Specifying a valid ARN for this attribute is required for Kinesis Data Firehose delivery stream subscriptions.
2517
+ * For more information, see <a href="https://docs.aws.amazon.com/sns/latest/dg/sns-firehose-as-subscriber.html">Fanout
2518
+ * to Kinesis Data Firehose delivery streams</a> in the <i>Amazon SNS Developer Guide</i>.</p>
2519
+ * </li>
2520
+ * </ul>
2521
+ */
2522
+ AttributeName: string | undefined;
2523
+ /**
2524
+ * @public
2525
+ * <p>The new value for the attribute in JSON format.</p>
2526
+ */
2527
+ AttributeValue?: string;
2528
+ }
2529
+ /**
2530
+ * @public
2531
+ * <p>Input for SetTopicAttributes action.</p>
2532
+ */
2533
+ export interface SetTopicAttributesInput {
2534
+ /**
2535
+ * @public
2536
+ * <p>The ARN of the topic to modify.</p>
2537
+ */
2538
+ TopicArn: string | undefined;
2539
+ /**
2540
+ * @public
2541
+ * <p>A map of attributes with their corresponding values.</p>
2542
+ * <p>The following lists the names, descriptions, and values of the special request
2543
+ * parameters that the <code>SetTopicAttributes</code> action uses:</p>
2544
+ * <ul>
2545
+ * <li>
2546
+ * <p>
2547
+ * <code>ApplicationSuccessFeedbackRoleArn</code> – Indicates failed
2548
+ * message delivery status for an Amazon SNS topic that is subscribed to a platform
2549
+ * application endpoint.</p>
2550
+ * </li>
2551
+ * <li>
2552
+ * <p>
2553
+ * <code>DeliveryPolicy</code> – The policy that defines how Amazon SNS retries
2554
+ * failed deliveries to HTTP/S endpoints.</p>
2555
+ * </li>
2556
+ * <li>
2557
+ * <p>
2558
+ * <code>DisplayName</code> – The display name to use for a topic with SMS
2559
+ * subscriptions.</p>
2560
+ * </li>
2561
+ * <li>
2562
+ * <p>
2563
+ * <code>Policy</code> – The policy that defines who can access your
2564
+ * topic. By default, only the topic owner can publish or subscribe to the
2565
+ * topic.</p>
2566
+ * </li>
2567
+ * <li>
2568
+ * <p>
2569
+ * <code>TracingConfig</code> – Tracing mode of an Amazon SNS topic. By default
2570
+ * <code>TracingConfig</code> is set to <code>PassThrough</code>, and the topic
2571
+ * passes through the tracing header it receives from an Amazon SNS publisher to its
2572
+ * subscriptions. If set to <code>Active</code>, Amazon SNS will vend X-Ray segment data
2573
+ * to topic owner account if the sampled flag in the tracing header is true. This
2574
+ * is only supported on standard topics.</p>
2575
+ * </li>
2576
+ * <li>
2577
+ * <p>HTTP</p>
2578
+ * <ul>
2579
+ * <li>
2580
+ * <p>
2581
+ * <code>HTTPSuccessFeedbackRoleArn</code> – Indicates successful
2582
+ * message delivery status for an Amazon SNS topic that is subscribed to an HTTP
2583
+ * endpoint. </p>
2584
+ * </li>
2585
+ * <li>
2586
+ * <p>
2587
+ * <code>HTTPSuccessFeedbackSampleRate</code> – Indicates
2588
+ * percentage of successful messages to sample for an Amazon SNS topic that is
2589
+ * subscribed to an HTTP endpoint.</p>
2590
+ * </li>
2591
+ * <li>
2592
+ * <p>
2593
+ * <code>HTTPFailureFeedbackRoleArn</code> – Indicates failed
2594
+ * message delivery status for an Amazon SNS topic that is subscribed to an HTTP
2595
+ * endpoint.</p>
2596
+ * </li>
2597
+ * </ul>
2598
+ * </li>
2599
+ * <li>
2600
+ * <p>Amazon Kinesis Data Firehose</p>
2601
+ * <ul>
2602
+ * <li>
2603
+ * <p>
2604
+ * <code>FirehoseSuccessFeedbackRoleArn</code> – Indicates
2605
+ * successful message delivery status for an Amazon SNS topic that is subscribed
2606
+ * to an Amazon Kinesis Data Firehose endpoint.</p>
2607
+ * </li>
2608
+ * <li>
2609
+ * <p>
2610
+ * <code>FirehoseSuccessFeedbackSampleRate</code> – Indicates
2611
+ * percentage of successful messages to sample for an Amazon SNS topic that is
2612
+ * subscribed to an Amazon Kinesis Data Firehose endpoint.</p>
2613
+ * </li>
2614
+ * <li>
2615
+ * <p>
2616
+ * <code>FirehoseFailureFeedbackRoleArn</code> – Indicates failed
2617
+ * message delivery status for an Amazon SNS topic that is subscribed to an
2618
+ * Amazon Kinesis Data Firehose endpoint. </p>
2619
+ * </li>
2620
+ * </ul>
2621
+ * </li>
2622
+ * <li>
2623
+ * <p>Lambda</p>
2624
+ * <ul>
2625
+ * <li>
2626
+ * <p>
2627
+ * <code>LambdaSuccessFeedbackRoleArn</code> – Indicates
2628
+ * successful message delivery status for an Amazon SNS topic that is subscribed
2629
+ * to an Lambda endpoint.</p>
2630
+ * </li>
2631
+ * <li>
2632
+ * <p>
2633
+ * <code>LambdaSuccessFeedbackSampleRate</code> – Indicates
2634
+ * percentage of successful messages to sample for an Amazon SNS topic that is
2635
+ * subscribed to an Lambda endpoint.</p>
2636
+ * </li>
2637
+ * <li>
2638
+ * <p>
2639
+ * <code>LambdaFailureFeedbackRoleArn</code> – Indicates failed
2640
+ * message delivery status for an Amazon SNS topic that is subscribed to an
2641
+ * Lambda endpoint. </p>
2642
+ * </li>
2643
+ * </ul>
2644
+ * </li>
2645
+ * <li>
2646
+ * <p>Platform application endpoint</p>
2647
+ * <ul>
2648
+ * <li>
2649
+ * <p>
2650
+ * <code>ApplicationSuccessFeedbackRoleArn</code> – Indicates
2651
+ * successful message delivery status for an Amazon SNS topic that is subscribed
2652
+ * to an Amazon Web Services application endpoint.</p>
2653
+ * </li>
2654
+ * <li>
2655
+ * <p>
2656
+ * <code>ApplicationSuccessFeedbackSampleRate</code> – Indicates
2657
+ * percentage of successful messages to sample for an Amazon SNS topic that is
2658
+ * subscribed to an Amazon Web Services application endpoint.</p>
2659
+ * </li>
2660
+ * <li>
2661
+ * <p>
2662
+ * <code>ApplicationFailureFeedbackRoleArn</code> – Indicates
2663
+ * failed message delivery status for an Amazon SNS topic that is subscribed to
2664
+ * an Amazon Web Services application endpoint.</p>
2665
+ * </li>
2666
+ * </ul>
2667
+ * <note>
2668
+ * <p>In addition to being able to configure topic attributes for message
2669
+ * delivery status of notification messages sent to Amazon SNS application
2670
+ * endpoints, you can also configure application attributes for the delivery
2671
+ * status of push notification messages sent to push notification
2672
+ * services.</p>
2673
+ * <p>For example, For more information, see <a href="https://docs.aws.amazon.com/sns/latest/dg/sns-msg-status.html">Using Amazon SNS Application
2674
+ * Attributes for Message Delivery Status</a>. </p>
2675
+ * </note>
2676
+ * </li>
2677
+ * <li>
2678
+ * <p>Amazon SQS</p>
2679
+ * <ul>
2680
+ * <li>
2681
+ * <p>
2682
+ * <code>SQSSuccessFeedbackRoleArn</code> – Indicates successful
2683
+ * message delivery status for an Amazon SNS topic that is subscribed to an
2684
+ * Amazon SQS endpoint. </p>
2685
+ * </li>
2686
+ * <li>
2687
+ * <p>
2688
+ * <code>SQSSuccessFeedbackSampleRate</code> – Indicates
2689
+ * percentage of successful messages to sample for an Amazon SNS topic that is
2690
+ * subscribed to an Amazon SQS endpoint. </p>
2691
+ * </li>
2692
+ * <li>
2693
+ * <p>
2694
+ * <code>SQSFailureFeedbackRoleArn</code> – Indicates failed
2695
+ * message delivery status for an Amazon SNS topic that is subscribed to an
2696
+ * Amazon SQS endpoint. </p>
2697
+ * </li>
2698
+ * </ul>
2699
+ * </li>
2700
+ * </ul>
2701
+ * <note>
2702
+ * <p>The <ENDPOINT>SuccessFeedbackRoleArn and <ENDPOINT>FailureFeedbackRoleArn
2703
+ * attributes are used to give Amazon SNS write access to use CloudWatch Logs on your
2704
+ * behalf. The <ENDPOINT>SuccessFeedbackSampleRate attribute is for specifying the
2705
+ * sample rate percentage (0-100) of successfully delivered messages. After you
2706
+ * configure the <ENDPOINT>FailureFeedbackRoleArn attribute, then all failed message
2707
+ * deliveries generate CloudWatch Logs. </p>
2708
+ * </note>
2709
+ * <p>The following attribute applies only to <a href="https://docs.aws.amazon.com/sns/latest/dg/sns-server-side-encryption.html">server-side-encryption</a>:</p>
2710
+ * <ul>
2711
+ * <li>
2712
+ * <p>
2713
+ * <code>KmsMasterKeyId</code> – The ID of an Amazon Web Services managed customer master
2714
+ * key (CMK) for Amazon SNS or a custom CMK. For more information, see <a href="https://docs.aws.amazon.com/sns/latest/dg/sns-server-side-encryption.html#sse-key-terms">Key
2715
+ * Terms</a>. For more examples, see <a href="https://docs.aws.amazon.com/kms/latest/APIReference/API_DescribeKey.html#API_DescribeKey_RequestParameters">KeyId</a> in the <i>Key Management Service API Reference</i>. </p>
2716
+ * </li>
2717
+ * <li>
2718
+ * <p>
2719
+ * <code>SignatureVersion</code> – The signature version corresponds to the
2720
+ * hashing algorithm used while creating the signature of the notifications,
2721
+ * subscription confirmations, or unsubscribe confirmation messages sent by Amazon SNS.
2722
+ * By default, <code>SignatureVersion</code> is set to <code>1</code>.</p>
2723
+ * </li>
2724
+ * </ul>
2725
+ * <p>The following attribute applies only to <a href="https://docs.aws.amazon.com/sns/latest/dg/sns-fifo-topics.html">FIFO topics</a>:</p>
2726
+ * <ul>
2727
+ * <li>
2728
+ * <p>
2729
+ * <code>ContentBasedDeduplication</code> – Enables content-based deduplication for
2730
+ * FIFO topics.</p>
2731
+ * <ul>
2732
+ * <li>
2733
+ * <p>By default, <code>ContentBasedDeduplication</code> is set to <code>false</code>.
2734
+ * If you create a FIFO topic and this attribute is <code>false</code>, you must
2735
+ * specify a value for the <code>MessageDeduplicationId</code> parameter for the
2736
+ * <a href="https://docs.aws.amazon.com/sns/latest/api/API_Publish.html">Publish</a> action. </p>
2737
+ * </li>
2738
+ * <li>
2739
+ * <p>When you set <code>ContentBasedDeduplication</code> to <code>true</code>,
2740
+ * Amazon SNS uses a SHA-256 hash to generate the <code>MessageDeduplicationId</code> using
2741
+ * the body of the message (but not the attributes of the message).</p>
2742
+ * <p>(Optional) To override the generated value, you can specify a value
2743
+ * for the <code>MessageDeduplicationId</code> parameter for the <code>Publish</code>
2744
+ * action.</p>
2745
+ * </li>
2746
+ * </ul>
2747
+ * </li>
2748
+ * </ul>
2749
+ */
2750
+ AttributeName: string | undefined;
2751
+ /**
2752
+ * @public
2753
+ * <p>The new value for the attribute.</p>
2754
+ */
2755
+ AttributeValue?: string;
2756
+ }
2757
+ /**
2758
+ * @public
2759
+ * <p>Input for Subscribe action.</p>
2760
+ */
2761
+ export interface SubscribeInput {
2762
+ /**
2763
+ * @public
2764
+ * <p>The ARN of the topic you want to subscribe to.</p>
2765
+ */
2766
+ TopicArn: string | undefined;
2767
+ /**
2768
+ * @public
2769
+ * <p>The protocol that you want to use. Supported protocols include:</p>
2770
+ * <ul>
2771
+ * <li>
2772
+ * <p>
2773
+ * <code>http</code> – delivery of JSON-encoded message via HTTP
2774
+ * POST</p>
2775
+ * </li>
2776
+ * <li>
2777
+ * <p>
2778
+ * <code>https</code> – delivery of JSON-encoded message via HTTPS
2779
+ * POST</p>
2780
+ * </li>
2781
+ * <li>
2782
+ * <p>
2783
+ * <code>email</code> – delivery of message via SMTP</p>
2784
+ * </li>
2785
+ * <li>
2786
+ * <p>
2787
+ * <code>email-json</code> – delivery of JSON-encoded message via
2788
+ * SMTP</p>
2789
+ * </li>
2790
+ * <li>
2791
+ * <p>
2792
+ * <code>sms</code> – delivery of message via SMS</p>
2793
+ * </li>
2794
+ * <li>
2795
+ * <p>
2796
+ * <code>sqs</code> – delivery of JSON-encoded message to an Amazon SQS
2797
+ * queue</p>
2798
+ * </li>
2799
+ * <li>
2800
+ * <p>
2801
+ * <code>application</code> – delivery of JSON-encoded message to an
2802
+ * EndpointArn for a mobile app and device</p>
2803
+ * </li>
2804
+ * <li>
2805
+ * <p>
2806
+ * <code>lambda</code> – delivery of JSON-encoded message to an Lambda
2807
+ * function</p>
2808
+ * </li>
2809
+ * <li>
2810
+ * <p>
2811
+ * <code>firehose</code> – delivery of JSON-encoded message to an Amazon
2812
+ * Kinesis Data Firehose delivery stream.</p>
2813
+ * </li>
2814
+ * </ul>
2815
+ */
2816
+ Protocol: string | undefined;
2817
+ /**
2818
+ * @public
2819
+ * <p>The endpoint that you want to receive notifications. Endpoints vary by
2820
+ * protocol:</p>
2821
+ * <ul>
2822
+ * <li>
2823
+ * <p>For the <code>http</code> protocol, the (public) endpoint is a URL beginning
2824
+ * with <code>http://</code>.</p>
2825
+ * </li>
2826
+ * <li>
2827
+ * <p>For the <code>https</code> protocol, the (public) endpoint is a URL beginning
2828
+ * with <code>https://</code>.</p>
2829
+ * </li>
2830
+ * <li>
2831
+ * <p>For the <code>email</code> protocol, the endpoint is an email address.</p>
2832
+ * </li>
2833
+ * <li>
2834
+ * <p>For the <code>email-json</code> protocol, the endpoint is an email
2835
+ * address.</p>
2836
+ * </li>
2837
+ * <li>
2838
+ * <p>For the <code>sms</code> protocol, the endpoint is a phone number of an
2839
+ * SMS-enabled device.</p>
2840
+ * </li>
2841
+ * <li>
2842
+ * <p>For the <code>sqs</code> protocol, the endpoint is the ARN of an Amazon SQS
2843
+ * queue.</p>
2844
+ * </li>
2845
+ * <li>
2846
+ * <p>For the <code>application</code> protocol, the endpoint is the EndpointArn of
2847
+ * a mobile app and device.</p>
2848
+ * </li>
2849
+ * <li>
2850
+ * <p>For the <code>lambda</code> protocol, the endpoint is the ARN of an Lambda
2851
+ * function.</p>
2852
+ * </li>
2853
+ * <li>
2854
+ * <p>For the <code>firehose</code> protocol, the endpoint is the ARN of an Amazon
2855
+ * Kinesis Data Firehose delivery stream.</p>
2856
+ * </li>
2857
+ * </ul>
2858
+ */
2859
+ Endpoint?: string;
2860
+ /**
2861
+ * @public
2862
+ * <p>A map of attributes with their corresponding values.</p>
2863
+ * <p>The following lists the names, descriptions, and values of the special request
2864
+ * parameters that the <code>Subscribe</code> action uses:</p>
2865
+ * <ul>
2866
+ * <li>
2867
+ * <p>
2868
+ * <code>DeliveryPolicy</code> – The policy that defines how Amazon SNS retries
2869
+ * failed deliveries to HTTP/S endpoints.</p>
2870
+ * </li>
2871
+ * <li>
2872
+ * <p>
2873
+ * <code>FilterPolicy</code> – The simple JSON object that lets your
2874
+ * subscriber receive only a subset of messages, rather than receiving every
2875
+ * message published to the topic.</p>
2876
+ * </li>
2877
+ * <li>
2878
+ * <p>
2879
+ * <code>FilterPolicyScope</code> – This attribute lets you choose the
2880
+ * filtering scope by using one of the following string value types:</p>
2881
+ * <ul>
2882
+ * <li>
2883
+ * <p>
2884
+ * <code>MessageAttributes</code> (default) – The filter is
2885
+ * applied on the message attributes.</p>
2886
+ * </li>
2887
+ * <li>
2888
+ * <p>
2889
+ * <code>MessageBody</code> – The filter is applied on the message
2890
+ * body.</p>
2891
+ * </li>
2892
+ * </ul>
2893
+ * </li>
2894
+ * <li>
2895
+ * <p>
2896
+ * <code>RawMessageDelivery</code> – When set to <code>true</code>,
2897
+ * enables raw message delivery to Amazon SQS or HTTP/S endpoints. This eliminates the
2898
+ * need for the endpoints to process JSON formatting, which is otherwise created
2899
+ * for Amazon SNS metadata.</p>
2900
+ * </li>
2901
+ * <li>
2902
+ * <p>
2903
+ * <code>RedrivePolicy</code> – When specified, sends undeliverable messages to the specified Amazon SQS dead-letter queue.
2904
+ * Messages that can't be delivered due to client errors (for example, when the subscribed endpoint is unreachable)
2905
+ * or server errors (for example, when the service that powers the subscribed endpoint becomes unavailable) are held
2906
+ * in the dead-letter queue for further analysis or reprocessing.</p>
2907
+ * </li>
2908
+ * </ul>
2909
+ * <p>The following attribute applies only to Amazon Kinesis Data Firehose delivery stream subscriptions:</p>
2910
+ * <ul>
2911
+ * <li>
2912
+ * <p>
2913
+ * <code>SubscriptionRoleArn</code> – The ARN of the IAM role that has the following:</p>
2914
+ * <ul>
2915
+ * <li>
2916
+ * <p>Permission to write to the Kinesis Data Firehose delivery stream</p>
2917
+ * </li>
2918
+ * <li>
2919
+ * <p>Amazon SNS listed as a trusted entity</p>
2920
+ * </li>
2921
+ * </ul>
2922
+ * <p>Specifying a valid ARN for this attribute is required for Kinesis Data Firehose delivery stream subscriptions.
2923
+ * For more information, see <a href="https://docs.aws.amazon.com/sns/latest/dg/sns-firehose-as-subscriber.html">Fanout
2924
+ * to Kinesis Data Firehose delivery streams</a> in the <i>Amazon SNS Developer Guide</i>.</p>
2925
+ * </li>
2926
+ * </ul>
2927
+ * <p>The following attributes apply only to <a href="https://docs.aws.amazon.com/sns/latest/dg/sns-fifo-topics.html">FIFO topics</a>:</p>
2928
+ * <ul>
2929
+ * <li>
2930
+ * <p>
2931
+ * <code>ReplayPolicy</code> – Adds or updates an inline policy document
2932
+ * for a subscription to replay messages stored in the specified Amazon SNS
2933
+ * topic.</p>
2934
+ * </li>
2935
+ * <li>
2936
+ * <p>
2937
+ * <code>ReplayStatus</code> – Retrieves the status of the subscription
2938
+ * message replay, which can be one of the following:</p>
2939
+ * <ul>
2940
+ * <li>
2941
+ * <p>
2942
+ * <code>Completed</code> – The replay has successfully
2943
+ * redelivered all messages, and is now delivering newly published
2944
+ * messages. If an ending point was specified in the
2945
+ * <code>ReplayPolicy</code> then the subscription will no longer
2946
+ * receive newly published messages.</p>
2947
+ * </li>
2948
+ * <li>
2949
+ * <p>
2950
+ * <code>In progress</code> – The replay is currently replaying
2951
+ * the selected messages.</p>
2952
+ * </li>
2953
+ * <li>
2954
+ * <p>
2955
+ * <code>Failed</code> – The replay was unable to complete.</p>
2956
+ * </li>
2957
+ * <li>
2958
+ * <p>
2959
+ * <code>Pending</code> – The default state while the replay
2960
+ * initiates.</p>
2961
+ * </li>
2962
+ * </ul>
2963
+ * </li>
2964
+ * </ul>
2965
+ */
2966
+ Attributes?: Record<string, string>;
2967
+ /**
2968
+ * @public
2969
+ * <p>Sets whether the response from the <code>Subscribe</code> request includes the
2970
+ * subscription ARN, even if the subscription is not yet confirmed.</p>
2971
+ * <p>If you set this parameter to <code>true</code>, the response includes the ARN in all
2972
+ * cases, even if the subscription is not yet confirmed. In addition to the ARN for
2973
+ * confirmed subscriptions, the response also includes the <code>pending
2974
+ * subscription</code> ARN value for subscriptions that aren't yet confirmed. A
2975
+ * subscription becomes confirmed when the subscriber calls the
2976
+ * <code>ConfirmSubscription</code> action with a confirmation token.</p>
2977
+ * <p></p>
2978
+ * <p>The default value is <code>false</code>.</p>
2979
+ */
2980
+ ReturnSubscriptionArn?: boolean;
2981
+ }
2982
+ /**
2983
+ * @public
2984
+ * <p>Response for Subscribe action.</p>
2985
+ */
2986
+ export interface SubscribeResponse {
2987
+ /**
2988
+ * @public
2989
+ * <p>The ARN of the subscription if it is confirmed, or the string "pending confirmation"
2990
+ * if the subscription requires confirmation. However, if the API request parameter
2991
+ * <code>ReturnSubscriptionArn</code> is true, then the value is always the
2992
+ * subscription ARN, even if the subscription requires confirmation.</p>
2993
+ */
2994
+ SubscriptionArn?: string;
2995
+ }
2996
+ /**
2997
+ * @public
2998
+ */
2999
+ export interface TagResourceRequest {
3000
+ /**
3001
+ * @public
3002
+ * <p>The ARN of the topic to which to add tags.</p>
3003
+ */
3004
+ ResourceArn: string | undefined;
3005
+ /**
3006
+ * @public
3007
+ * <p>The tags to be added to the specified topic. A tag consists of a required key and an
3008
+ * optional value.</p>
3009
+ */
3010
+ Tags: Tag[] | undefined;
3011
+ }
3012
+ /**
3013
+ * @public
3014
+ */
3015
+ export interface TagResourceResponse {
3016
+ }
3017
+ /**
3018
+ * @public
3019
+ * <p>Input for Unsubscribe action.</p>
3020
+ */
3021
+ export interface UnsubscribeInput {
3022
+ /**
3023
+ * @public
3024
+ * <p>The ARN of the subscription to be deleted.</p>
3025
+ */
3026
+ SubscriptionArn: string | undefined;
3027
+ }
3028
+ /**
3029
+ * @public
3030
+ */
3031
+ export interface UntagResourceRequest {
3032
+ /**
3033
+ * @public
3034
+ * <p>The ARN of the topic from which to remove tags.</p>
3035
+ */
3036
+ ResourceArn: string | undefined;
3037
+ /**
3038
+ * @public
3039
+ * <p>The list of tag keys to remove from the specified topic.</p>
3040
+ */
3041
+ TagKeys: string[] | undefined;
3042
+ }
3043
+ /**
3044
+ * @public
3045
+ */
3046
+ export interface UntagResourceResponse {
3047
+ }
3048
+ /**
3049
+ * @public
3050
+ * <p>Indicates that the one-time password (OTP) used for verification is invalid.</p>
3051
+ */
3052
+ export declare class VerificationException extends __BaseException {
3053
+ readonly name: "VerificationException";
3054
+ readonly $fault: "client";
3055
+ Message: string | undefined;
3056
+ /**
3057
+ * @public
3058
+ * <p>The status of the verification error.</p>
3059
+ */
3060
+ Status: string | undefined;
3061
+ /**
3062
+ * @internal
3063
+ */
3064
+ constructor(opts: __ExceptionOptionType<VerificationException, __BaseException>);
3065
+ }
3066
+ /**
3067
+ * @public
3068
+ */
3069
+ export interface VerifySMSSandboxPhoneNumberInput {
3070
+ /**
3071
+ * @public
3072
+ * <p>The destination phone number to verify.</p>
3073
+ */
3074
+ PhoneNumber: string | undefined;
3075
+ /**
3076
+ * @public
3077
+ * <p>The OTP sent to the destination number from the
3078
+ * <code>CreateSMSSandBoxPhoneNumber</code> call.</p>
3079
+ */
3080
+ OneTimePassword: string | undefined;
3081
+ }
3082
+ /**
3083
+ * @public
3084
+ * <p>The destination phone number's verification status.</p>
3085
+ */
3086
+ export interface VerifySMSSandboxPhoneNumberResult {
3087
+ }