@jjrawlins/cdk-iam-policy-builder-helper 0.0.2 → 0.0.3

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 (2211) hide show
  1. package/.jsii +3 -3
  2. package/jjrawlinscdkiampolicybuilderhelper/jsii/jsii.go +2 -2
  3. package/jjrawlinscdkiampolicybuilderhelper/version +1 -1
  4. package/lib/bin/create-actions-json.js +1 -2
  5. package/lib/bin/download-actions-json.js +1 -3
  6. package/lib/bin/download-managed-policies-json.js +2 -3
  7. package/lib/constructs/Actions.d.ts +314 -126
  8. package/lib/constructs/Actions.js +19273 -19085
  9. package/lib/constructs/ManagedPolicies.d.ts +656 -16
  10. package/lib/constructs/ManagedPolicies.js +657 -17
  11. package/node_modules/@aws-crypto/sha256-browser/CHANGELOG.md +30 -0
  12. package/node_modules/@aws-crypto/sha256-browser/build/main/constants.js.map +1 -0
  13. package/node_modules/@aws-crypto/sha256-browser/build/main/crossPlatformSha256.js +30 -0
  14. package/node_modules/@aws-crypto/sha256-browser/build/main/crossPlatformSha256.js.map +1 -0
  15. package/node_modules/@aws-crypto/sha256-browser/build/main/index.d.ts +2 -0
  16. package/node_modules/@aws-crypto/sha256-browser/build/main/index.js +8 -0
  17. package/node_modules/@aws-crypto/sha256-browser/build/main/index.js.map +1 -0
  18. package/node_modules/@aws-crypto/sha256-browser/build/main/isEmptyData.js.map +1 -0
  19. package/node_modules/@aws-crypto/sha256-browser/build/main/webCryptoSha256.js.map +1 -0
  20. package/node_modules/@aws-crypto/sha256-browser/build/module/constants.d.ts +10 -0
  21. package/node_modules/@aws-crypto/sha256-browser/build/module/constants.js +40 -0
  22. package/node_modules/@aws-crypto/sha256-browser/build/module/constants.js.map +1 -0
  23. package/node_modules/@aws-crypto/sha256-browser/build/module/crossPlatformSha256.d.ts +8 -0
  24. package/node_modules/@aws-crypto/sha256-browser/build/module/crossPlatformSha256.js +27 -0
  25. package/node_modules/@aws-crypto/sha256-browser/build/module/crossPlatformSha256.js.map +1 -0
  26. package/node_modules/@aws-crypto/sha256-browser/build/module/index.d.ts +2 -0
  27. package/node_modules/@aws-crypto/sha256-browser/build/module/index.js +3 -0
  28. package/node_modules/@aws-crypto/sha256-browser/build/module/index.js.map +1 -0
  29. package/node_modules/@aws-crypto/sha256-browser/build/module/isEmptyData.js +7 -0
  30. package/node_modules/@aws-crypto/sha256-browser/build/module/isEmptyData.js.map +1 -0
  31. package/node_modules/@aws-crypto/sha256-browser/build/module/webCryptoSha256.d.ts +10 -0
  32. package/node_modules/@aws-crypto/sha256-browser/build/module/webCryptoSha256.js +53 -0
  33. package/node_modules/@aws-crypto/sha256-browser/build/module/webCryptoSha256.js.map +1 -0
  34. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/README.md +10 -0
  35. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +32 -0
  36. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-es/index.js +2 -0
  37. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-types/index.d.ts +4 -0
  38. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-types/ts3.4/index.d.ts +4 -0
  39. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/package.json +60 -0
  40. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/LICENSE +201 -0
  41. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/README.md +10 -0
  42. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +47 -0
  43. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-es/index.js +14 -0
  44. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-types/index.d.ts +13 -0
  45. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-types/ts3.4/index.d.ts +13 -0
  46. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/package.json +61 -0
  47. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/LICENSE +201 -0
  48. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/README.md +4 -0
  49. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/index.js +65 -0
  50. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/fromUtf8.browser.js +1 -0
  51. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +5 -0
  52. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/index.js +3 -0
  53. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/toUint8Array.js +10 -0
  54. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +9 -0
  55. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +10 -0
  56. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/fromUtf8.browser.d.ts +1 -0
  57. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/fromUtf8.d.ts +1 -0
  58. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/index.d.ts +3 -0
  59. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/toUint8Array.d.ts +1 -0
  60. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +7 -0
  61. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +7 -0
  62. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +1 -0
  63. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +1 -0
  64. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/index.d.ts +3 -0
  65. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +1 -0
  66. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +7 -0
  67. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +7 -0
  68. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/package.json +66 -0
  69. package/node_modules/@aws-crypto/sha256-browser/package.json +11 -11
  70. package/node_modules/@aws-crypto/sha256-browser/src/crossPlatformSha256.ts +0 -4
  71. package/node_modules/@aws-crypto/sha256-browser/src/index.ts +0 -1
  72. package/node_modules/@aws-crypto/sha256-browser/tsconfig.json +3 -15
  73. package/node_modules/@aws-crypto/sha256-browser/tsconfig.module.json +7 -0
  74. package/node_modules/@aws-crypto/sha256-js/CHANGELOG.md +20 -0
  75. package/node_modules/@aws-crypto/sha256-js/build/main/RawSha256.js.map +1 -0
  76. package/node_modules/@aws-crypto/sha256-js/build/main/constants.js.map +1 -0
  77. package/node_modules/@aws-crypto/sha256-js/build/main/index.js.map +1 -0
  78. package/node_modules/@aws-crypto/sha256-js/build/main/jsSha256.js.map +1 -0
  79. package/node_modules/@aws-crypto/sha256-js/build/main/knownHashes.fixture.js.map +1 -0
  80. package/node_modules/@aws-crypto/sha256-js/build/module/RawSha256.d.ts +17 -0
  81. package/node_modules/@aws-crypto/sha256-js/build/module/RawSha256.js +121 -0
  82. package/node_modules/@aws-crypto/sha256-js/build/module/RawSha256.js.map +1 -0
  83. package/node_modules/@aws-crypto/sha256-js/build/module/constants.d.ts +20 -0
  84. package/node_modules/@aws-crypto/sha256-js/build/module/constants.js +95 -0
  85. package/node_modules/@aws-crypto/sha256-js/build/module/constants.js.map +1 -0
  86. package/node_modules/@aws-crypto/sha256-js/build/module/index.d.ts +1 -0
  87. package/node_modules/@aws-crypto/sha256-js/build/module/index.js +2 -0
  88. package/node_modules/@aws-crypto/sha256-js/build/module/index.js.map +1 -0
  89. package/node_modules/@aws-crypto/sha256-js/build/module/jsSha256.d.ts +12 -0
  90. package/node_modules/@aws-crypto/sha256-js/build/module/jsSha256.js +82 -0
  91. package/node_modules/@aws-crypto/sha256-js/build/module/jsSha256.js.map +1 -0
  92. package/node_modules/@aws-crypto/sha256-js/build/module/knownHashes.fixture.d.ts +5 -0
  93. package/node_modules/@aws-crypto/sha256-js/build/module/knownHashes.fixture.js +319 -0
  94. package/node_modules/@aws-crypto/sha256-js/build/module/knownHashes.fixture.js.map +1 -0
  95. package/node_modules/@aws-crypto/sha256-js/package.json +11 -7
  96. package/node_modules/@aws-crypto/sha256-js/tsconfig.json +3 -10
  97. package/node_modules/@aws-crypto/sha256-js/tsconfig.module.json +7 -0
  98. package/node_modules/@aws-crypto/supports-web-crypto/CHANGELOG.md +20 -0
  99. package/node_modules/@aws-crypto/supports-web-crypto/build/main/index.js +5 -0
  100. package/node_modules/@aws-crypto/supports-web-crypto/build/main/index.js.map +1 -0
  101. package/node_modules/@aws-crypto/supports-web-crypto/build/main/supportsWebCrypto.js +69 -0
  102. package/node_modules/@aws-crypto/supports-web-crypto/build/main/supportsWebCrypto.js.map +1 -0
  103. package/node_modules/@aws-crypto/supports-web-crypto/build/module/index.d.ts +1 -0
  104. package/node_modules/@aws-crypto/supports-web-crypto/build/module/index.js +2 -0
  105. package/node_modules/@aws-crypto/supports-web-crypto/build/module/index.js.map +1 -0
  106. package/node_modules/@aws-crypto/supports-web-crypto/build/module/supportsWebCrypto.d.ts +4 -0
  107. package/node_modules/@aws-crypto/supports-web-crypto/build/module/supportsWebCrypto.js +62 -0
  108. package/node_modules/@aws-crypto/supports-web-crypto/build/module/supportsWebCrypto.js.map +1 -0
  109. package/node_modules/@aws-crypto/supports-web-crypto/package.json +7 -5
  110. package/node_modules/@aws-crypto/supports-web-crypto/tsconfig.json +3 -9
  111. package/node_modules/@aws-crypto/supports-web-crypto/tsconfig.module.json +7 -0
  112. package/node_modules/@aws-crypto/util/CHANGELOG.md +24 -0
  113. package/node_modules/@aws-crypto/util/build/main/convertToBuffer.js +24 -0
  114. package/node_modules/@aws-crypto/util/build/main/convertToBuffer.js.map +1 -0
  115. package/node_modules/@aws-crypto/util/build/main/index.js.map +1 -0
  116. package/node_modules/@aws-crypto/util/build/main/isEmptyData.d.ts +2 -0
  117. package/node_modules/@aws-crypto/util/build/main/isEmptyData.js.map +1 -0
  118. package/node_modules/@aws-crypto/util/build/main/numToUint8.js.map +1 -0
  119. package/node_modules/@aws-crypto/util/build/main/uint32ArrayFrom.js.map +1 -0
  120. package/node_modules/@aws-crypto/util/build/module/convertToBuffer.d.ts +2 -0
  121. package/node_modules/@aws-crypto/util/build/module/convertToBuffer.js +20 -0
  122. package/node_modules/@aws-crypto/util/build/module/convertToBuffer.js.map +1 -0
  123. package/node_modules/@aws-crypto/util/build/module/index.d.ts +4 -0
  124. package/node_modules/@aws-crypto/util/build/module/index.js +7 -0
  125. package/node_modules/@aws-crypto/util/build/module/index.js.map +1 -0
  126. package/node_modules/@aws-crypto/util/build/module/isEmptyData.d.ts +2 -0
  127. package/node_modules/@aws-crypto/util/build/module/isEmptyData.js +9 -0
  128. package/node_modules/@aws-crypto/util/build/module/isEmptyData.js.map +1 -0
  129. package/node_modules/@aws-crypto/util/build/module/numToUint8.d.ts +1 -0
  130. package/node_modules/@aws-crypto/util/build/module/numToUint8.js +11 -0
  131. package/node_modules/@aws-crypto/util/build/module/numToUint8.js.map +1 -0
  132. package/node_modules/@aws-crypto/util/build/module/uint32ArrayFrom.d.ts +1 -0
  133. package/node_modules/@aws-crypto/util/build/module/uint32ArrayFrom.js +16 -0
  134. package/node_modules/@aws-crypto/util/build/module/uint32ArrayFrom.js.map +1 -0
  135. package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/LICENSE +201 -0
  136. package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/README.md +10 -0
  137. package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +32 -0
  138. package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-es/index.js +2 -0
  139. package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-types/index.d.ts +4 -0
  140. package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-types/ts3.4/index.d.ts +4 -0
  141. package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/package.json +60 -0
  142. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/LICENSE +201 -0
  143. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/README.md +10 -0
  144. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +47 -0
  145. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-es/index.js +14 -0
  146. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-types/index.d.ts +13 -0
  147. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-types/ts3.4/index.d.ts +13 -0
  148. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/package.json +61 -0
  149. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/LICENSE +201 -0
  150. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/README.md +4 -0
  151. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/index.js +65 -0
  152. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/fromUtf8.browser.js +1 -0
  153. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +5 -0
  154. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/index.js +3 -0
  155. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUint8Array.js +10 -0
  156. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +9 -0
  157. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +10 -0
  158. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/fromUtf8.browser.d.ts +1 -0
  159. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/fromUtf8.d.ts +1 -0
  160. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/index.d.ts +3 -0
  161. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/toUint8Array.d.ts +1 -0
  162. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +7 -0
  163. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +7 -0
  164. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +1 -0
  165. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +1 -0
  166. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/index.d.ts +3 -0
  167. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +1 -0
  168. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +7 -0
  169. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +7 -0
  170. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/package.json +66 -0
  171. package/node_modules/@aws-crypto/util/package.json +8 -7
  172. package/node_modules/@aws-crypto/util/src/convertToBuffer.ts +1 -1
  173. package/node_modules/@aws-crypto/util/tsconfig.json +2 -16
  174. package/node_modules/@aws-crypto/util/tsconfig.module.json +7 -0
  175. package/node_modules/@aws-sdk/client-iam/README.md +41 -1
  176. package/node_modules/@aws-sdk/client-iam/dist-cjs/endpoint/endpointResolver.js +6 -2
  177. package/node_modules/@aws-sdk/client-iam/dist-cjs/index.js +1478 -1219
  178. package/node_modules/@aws-sdk/client-iam/dist-cjs/runtimeConfig.browser.js +1 -1
  179. package/node_modules/@aws-sdk/client-iam/dist-cjs/runtimeConfig.js +9 -6
  180. package/node_modules/@aws-sdk/client-iam/dist-es/IAM.js +10 -0
  181. package/node_modules/@aws-sdk/client-iam/dist-es/IAMClient.js +10 -15
  182. package/node_modules/@aws-sdk/client-iam/dist-es/commands/AddClientIDToOpenIDConnectProviderCommand.js +1 -3
  183. package/node_modules/@aws-sdk/client-iam/dist-es/commands/AddRoleToInstanceProfileCommand.js +1 -3
  184. package/node_modules/@aws-sdk/client-iam/dist-es/commands/AddUserToGroupCommand.js +1 -3
  185. package/node_modules/@aws-sdk/client-iam/dist-es/commands/AttachGroupPolicyCommand.js +1 -3
  186. package/node_modules/@aws-sdk/client-iam/dist-es/commands/AttachRolePolicyCommand.js +1 -3
  187. package/node_modules/@aws-sdk/client-iam/dist-es/commands/AttachUserPolicyCommand.js +1 -3
  188. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ChangePasswordCommand.js +1 -3
  189. package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateAccessKeyCommand.js +1 -3
  190. package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateAccountAliasCommand.js +1 -3
  191. package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateGroupCommand.js +1 -3
  192. package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateInstanceProfileCommand.js +1 -3
  193. package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateLoginProfileCommand.js +1 -3
  194. package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateOpenIDConnectProviderCommand.js +1 -3
  195. package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreatePolicyCommand.js +1 -3
  196. package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreatePolicyVersionCommand.js +1 -3
  197. package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateRoleCommand.js +1 -3
  198. package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateSAMLProviderCommand.js +3 -4
  199. package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateServiceLinkedRoleCommand.js +1 -3
  200. package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateServiceSpecificCredentialCommand.js +1 -3
  201. package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateUserCommand.js +1 -3
  202. package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateVirtualMFADeviceCommand.js +1 -3
  203. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeactivateMFADeviceCommand.js +1 -3
  204. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteAccessKeyCommand.js +1 -3
  205. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteAccountAliasCommand.js +1 -3
  206. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteAccountPasswordPolicyCommand.js +1 -3
  207. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteGroupCommand.js +1 -3
  208. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteGroupPolicyCommand.js +1 -3
  209. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteInstanceProfileCommand.js +1 -3
  210. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteLoginProfileCommand.js +1 -3
  211. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteOpenIDConnectProviderCommand.js +1 -3
  212. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeletePolicyCommand.js +1 -3
  213. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeletePolicyVersionCommand.js +1 -3
  214. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteRoleCommand.js +1 -3
  215. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteRolePermissionsBoundaryCommand.js +1 -3
  216. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteRolePolicyCommand.js +1 -3
  217. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteSAMLProviderCommand.js +1 -3
  218. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteSSHPublicKeyCommand.js +1 -3
  219. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteServerCertificateCommand.js +1 -3
  220. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteServiceLinkedRoleCommand.js +1 -3
  221. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteServiceSpecificCredentialCommand.js +1 -3
  222. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteSigningCertificateCommand.js +1 -3
  223. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteUserCommand.js +1 -3
  224. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteUserPermissionsBoundaryCommand.js +1 -3
  225. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteUserPolicyCommand.js +1 -3
  226. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteVirtualMFADeviceCommand.js +1 -3
  227. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DetachGroupPolicyCommand.js +1 -3
  228. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DetachRolePolicyCommand.js +1 -3
  229. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DetachUserPolicyCommand.js +1 -3
  230. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DisableOrganizationsRootCredentialsManagementCommand.js +22 -0
  231. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DisableOrganizationsRootSessionsCommand.js +22 -0
  232. package/node_modules/@aws-sdk/client-iam/dist-es/commands/EnableMFADeviceCommand.js +1 -3
  233. package/node_modules/@aws-sdk/client-iam/dist-es/commands/EnableOrganizationsRootCredentialsManagementCommand.js +22 -0
  234. package/node_modules/@aws-sdk/client-iam/dist-es/commands/EnableOrganizationsRootSessionsCommand.js +22 -0
  235. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GenerateCredentialReportCommand.js +1 -3
  236. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GenerateOrganizationsAccessReportCommand.js +1 -3
  237. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GenerateServiceLastAccessedDetailsCommand.js +1 -3
  238. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetAccessKeyLastUsedCommand.js +1 -3
  239. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetAccountAuthorizationDetailsCommand.js +1 -3
  240. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetAccountPasswordPolicyCommand.js +1 -3
  241. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetAccountSummaryCommand.js +1 -3
  242. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetContextKeysForCustomPolicyCommand.js +1 -3
  243. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetContextKeysForPrincipalPolicyCommand.js +1 -3
  244. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetCredentialReportCommand.js +1 -3
  245. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetGroupCommand.js +1 -3
  246. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetGroupPolicyCommand.js +1 -3
  247. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetInstanceProfileCommand.js +1 -3
  248. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetLoginProfileCommand.js +1 -3
  249. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetMFADeviceCommand.js +1 -3
  250. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetOpenIDConnectProviderCommand.js +1 -3
  251. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetOrganizationsAccessReportCommand.js +1 -3
  252. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetPolicyCommand.js +1 -3
  253. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetPolicyVersionCommand.js +1 -3
  254. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetRoleCommand.js +1 -3
  255. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetRolePolicyCommand.js +1 -3
  256. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetSAMLProviderCommand.js +1 -3
  257. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetSSHPublicKeyCommand.js +1 -3
  258. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetServerCertificateCommand.js +1 -3
  259. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetServiceLastAccessedDetailsCommand.js +1 -3
  260. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.js +1 -3
  261. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetServiceLinkedRoleDeletionStatusCommand.js +1 -3
  262. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetUserCommand.js +1 -3
  263. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetUserPolicyCommand.js +1 -3
  264. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListAccessKeysCommand.js +1 -3
  265. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListAccountAliasesCommand.js +1 -3
  266. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListAttachedGroupPoliciesCommand.js +1 -3
  267. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListAttachedRolePoliciesCommand.js +1 -3
  268. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListAttachedUserPoliciesCommand.js +1 -3
  269. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListEntitiesForPolicyCommand.js +1 -3
  270. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListGroupPoliciesCommand.js +1 -3
  271. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListGroupsCommand.js +1 -3
  272. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListGroupsForUserCommand.js +1 -3
  273. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListInstanceProfileTagsCommand.js +1 -3
  274. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListInstanceProfilesCommand.js +1 -3
  275. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListInstanceProfilesForRoleCommand.js +1 -3
  276. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListMFADeviceTagsCommand.js +1 -3
  277. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListMFADevicesCommand.js +1 -3
  278. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListOpenIDConnectProviderTagsCommand.js +1 -3
  279. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListOpenIDConnectProvidersCommand.js +1 -3
  280. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListOrganizationsFeaturesCommand.js +22 -0
  281. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListPoliciesCommand.js +1 -3
  282. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListPoliciesGrantingServiceAccessCommand.js +1 -3
  283. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListPolicyTagsCommand.js +1 -3
  284. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListPolicyVersionsCommand.js +1 -3
  285. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListRolePoliciesCommand.js +1 -3
  286. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListRoleTagsCommand.js +1 -3
  287. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListRolesCommand.js +1 -3
  288. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListSAMLProviderTagsCommand.js +1 -3
  289. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListSAMLProvidersCommand.js +1 -3
  290. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListSSHPublicKeysCommand.js +1 -3
  291. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListServerCertificateTagsCommand.js +1 -3
  292. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListServerCertificatesCommand.js +1 -3
  293. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListServiceSpecificCredentialsCommand.js +1 -3
  294. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListSigningCertificatesCommand.js +1 -3
  295. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListUserPoliciesCommand.js +1 -3
  296. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListUserTagsCommand.js +1 -3
  297. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListUsersCommand.js +1 -3
  298. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListVirtualMFADevicesCommand.js +1 -3
  299. package/node_modules/@aws-sdk/client-iam/dist-es/commands/PutGroupPolicyCommand.js +1 -3
  300. package/node_modules/@aws-sdk/client-iam/dist-es/commands/PutRolePermissionsBoundaryCommand.js +1 -3
  301. package/node_modules/@aws-sdk/client-iam/dist-es/commands/PutRolePolicyCommand.js +1 -3
  302. package/node_modules/@aws-sdk/client-iam/dist-es/commands/PutUserPermissionsBoundaryCommand.js +1 -3
  303. package/node_modules/@aws-sdk/client-iam/dist-es/commands/PutUserPolicyCommand.js +1 -3
  304. package/node_modules/@aws-sdk/client-iam/dist-es/commands/RemoveClientIDFromOpenIDConnectProviderCommand.js +1 -3
  305. package/node_modules/@aws-sdk/client-iam/dist-es/commands/RemoveRoleFromInstanceProfileCommand.js +1 -3
  306. package/node_modules/@aws-sdk/client-iam/dist-es/commands/RemoveUserFromGroupCommand.js +1 -3
  307. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ResetServiceSpecificCredentialCommand.js +1 -3
  308. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ResyncMFADeviceCommand.js +1 -3
  309. package/node_modules/@aws-sdk/client-iam/dist-es/commands/SetDefaultPolicyVersionCommand.js +1 -3
  310. package/node_modules/@aws-sdk/client-iam/dist-es/commands/SetSecurityTokenServicePreferencesCommand.js +1 -3
  311. package/node_modules/@aws-sdk/client-iam/dist-es/commands/SimulateCustomPolicyCommand.js +1 -3
  312. package/node_modules/@aws-sdk/client-iam/dist-es/commands/SimulatePrincipalPolicyCommand.js +1 -3
  313. package/node_modules/@aws-sdk/client-iam/dist-es/commands/TagInstanceProfileCommand.js +1 -3
  314. package/node_modules/@aws-sdk/client-iam/dist-es/commands/TagMFADeviceCommand.js +1 -3
  315. package/node_modules/@aws-sdk/client-iam/dist-es/commands/TagOpenIDConnectProviderCommand.js +1 -3
  316. package/node_modules/@aws-sdk/client-iam/dist-es/commands/TagPolicyCommand.js +1 -3
  317. package/node_modules/@aws-sdk/client-iam/dist-es/commands/TagRoleCommand.js +1 -3
  318. package/node_modules/@aws-sdk/client-iam/dist-es/commands/TagSAMLProviderCommand.js +1 -3
  319. package/node_modules/@aws-sdk/client-iam/dist-es/commands/TagServerCertificateCommand.js +1 -3
  320. package/node_modules/@aws-sdk/client-iam/dist-es/commands/TagUserCommand.js +1 -3
  321. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UntagInstanceProfileCommand.js +1 -3
  322. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UntagMFADeviceCommand.js +1 -3
  323. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UntagOpenIDConnectProviderCommand.js +1 -3
  324. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UntagPolicyCommand.js +1 -3
  325. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UntagRoleCommand.js +1 -3
  326. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UntagSAMLProviderCommand.js +1 -3
  327. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UntagServerCertificateCommand.js +1 -3
  328. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UntagUserCommand.js +1 -3
  329. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateAccessKeyCommand.js +1 -3
  330. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateAccountPasswordPolicyCommand.js +1 -3
  331. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateAssumeRolePolicyCommand.js +1 -3
  332. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateGroupCommand.js +1 -3
  333. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateLoginProfileCommand.js +1 -3
  334. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateOpenIDConnectProviderThumbprintCommand.js +1 -3
  335. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateRoleCommand.js +1 -3
  336. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateRoleDescriptionCommand.js +1 -3
  337. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateSAMLProviderCommand.js +3 -4
  338. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateSSHPublicKeyCommand.js +1 -3
  339. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateServerCertificateCommand.js +1 -3
  340. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateServiceSpecificCredentialCommand.js +1 -3
  341. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateSigningCertificateCommand.js +1 -3
  342. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateUserCommand.js +1 -3
  343. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UploadSSHPublicKeyCommand.js +1 -3
  344. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UploadServerCertificateCommand.js +1 -3
  345. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UploadSigningCertificateCommand.js +1 -3
  346. package/node_modules/@aws-sdk/client-iam/dist-es/commands/index.js +5 -0
  347. package/node_modules/@aws-sdk/client-iam/dist-es/endpoint/endpointResolver.js +7 -3
  348. package/node_modules/@aws-sdk/client-iam/dist-es/models/models_0.js +127 -58
  349. package/node_modules/@aws-sdk/client-iam/dist-es/models/models_1.js +30 -12
  350. package/node_modules/@aws-sdk/client-iam/dist-es/protocols/Aws_query.js +361 -1
  351. package/node_modules/@aws-sdk/client-iam/dist-es/runtimeConfig.browser.js +2 -2
  352. package/node_modules/@aws-sdk/client-iam/dist-es/runtimeConfig.js +10 -7
  353. package/node_modules/@aws-sdk/client-iam/dist-es/waiters/waitForPolicyExists.js +1 -1
  354. package/node_modules/@aws-sdk/client-iam/dist-es/waiters/waitForRoleExists.js +1 -1
  355. package/node_modules/@aws-sdk/client-iam/dist-es/waiters/waitForUserExists.js +1 -1
  356. package/node_modules/@aws-sdk/client-iam/dist-types/IAM.d.ts +43 -0
  357. package/node_modules/@aws-sdk/client-iam/dist-types/IAMClient.d.ts +31 -10
  358. package/node_modules/@aws-sdk/client-iam/dist-types/auth/httpAuthSchemeProvider.d.ts +4 -4
  359. package/node_modules/@aws-sdk/client-iam/dist-types/commands/AddClientIDToOpenIDConnectProviderCommand.d.ts +13 -1
  360. package/node_modules/@aws-sdk/client-iam/dist-types/commands/AddRoleToInstanceProfileCommand.d.ts +20 -1
  361. package/node_modules/@aws-sdk/client-iam/dist-types/commands/AddUserToGroupCommand.d.ts +13 -1
  362. package/node_modules/@aws-sdk/client-iam/dist-types/commands/AttachGroupPolicyCommand.d.ts +13 -1
  363. package/node_modules/@aws-sdk/client-iam/dist-types/commands/AttachRolePolicyCommand.d.ts +13 -1
  364. package/node_modules/@aws-sdk/client-iam/dist-types/commands/AttachUserPolicyCommand.d.ts +13 -1
  365. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ChangePasswordCommand.d.ts +13 -1
  366. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateAccessKeyCommand.d.ts +13 -1
  367. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateAccountAliasCommand.d.ts +13 -1
  368. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateGroupCommand.d.ts +13 -1
  369. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateInstanceProfileCommand.d.ts +13 -1
  370. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateLoginProfileCommand.d.ts +16 -4
  371. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateOpenIDConnectProviderCommand.d.ts +20 -8
  372. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreatePolicyCommand.d.ts +13 -1
  373. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreatePolicyVersionCommand.d.ts +13 -1
  374. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateRoleCommand.d.ts +13 -1
  375. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateSAMLProviderCommand.d.ts +15 -1
  376. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateServiceLinkedRoleCommand.d.ts +13 -1
  377. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateServiceSpecificCredentialCommand.d.ts +13 -1
  378. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateUserCommand.d.ts +13 -1
  379. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateVirtualMFADeviceCommand.d.ts +13 -1
  380. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeactivateMFADeviceCommand.d.ts +14 -2
  381. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteAccessKeyCommand.d.ts +13 -1
  382. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteAccountAliasCommand.d.ts +13 -1
  383. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteAccountPasswordPolicyCommand.d.ts +13 -1
  384. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteGroupCommand.d.ts +13 -1
  385. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteGroupPolicyCommand.d.ts +13 -1
  386. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteInstanceProfileCommand.d.ts +13 -1
  387. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteLoginProfileCommand.d.ts +15 -3
  388. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteOpenIDConnectProviderCommand.d.ts +13 -1
  389. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeletePolicyCommand.d.ts +13 -1
  390. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeletePolicyVersionCommand.d.ts +13 -1
  391. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteRoleCommand.d.ts +13 -1
  392. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteRolePermissionsBoundaryCommand.d.ts +13 -1
  393. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteRolePolicyCommand.d.ts +13 -1
  394. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteSAMLProviderCommand.d.ts +13 -1
  395. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteSSHPublicKeyCommand.d.ts +13 -1
  396. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteServerCertificateCommand.d.ts +13 -1
  397. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteServiceLinkedRoleCommand.d.ts +13 -1
  398. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteServiceSpecificCredentialCommand.d.ts +13 -1
  399. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteSigningCertificateCommand.d.ts +13 -1
  400. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteUserCommand.d.ts +13 -1
  401. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteUserPermissionsBoundaryCommand.d.ts +13 -1
  402. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteUserPolicyCommand.d.ts +13 -1
  403. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteVirtualMFADeviceCommand.d.ts +13 -1
  404. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DetachGroupPolicyCommand.d.ts +13 -1
  405. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DetachRolePolicyCommand.d.ts +13 -1
  406. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DetachUserPolicyCommand.d.ts +13 -1
  407. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DisableOrganizationsRootCredentialsManagementCommand.d.ts +108 -0
  408. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DisableOrganizationsRootSessionsCommand.d.ts +108 -0
  409. package/node_modules/@aws-sdk/client-iam/dist-types/commands/EnableMFADeviceCommand.d.ts +13 -1
  410. package/node_modules/@aws-sdk/client-iam/dist-types/commands/EnableOrganizationsRootCredentialsManagementCommand.d.ts +124 -0
  411. package/node_modules/@aws-sdk/client-iam/dist-types/commands/EnableOrganizationsRootSessionsCommand.d.ts +124 -0
  412. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GenerateCredentialReportCommand.d.ts +13 -1
  413. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GenerateOrganizationsAccessReportCommand.d.ts +13 -1
  414. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GenerateServiceLastAccessedDetailsCommand.d.ts +13 -1
  415. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetAccessKeyLastUsedCommand.d.ts +14 -2
  416. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetAccountAuthorizationDetailsCommand.d.ts +13 -1
  417. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetAccountPasswordPolicyCommand.d.ts +13 -1
  418. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetAccountSummaryCommand.d.ts +13 -1
  419. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetContextKeysForCustomPolicyCommand.d.ts +13 -1
  420. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetContextKeysForPrincipalPolicyCommand.d.ts +13 -1
  421. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetCredentialReportCommand.d.ts +14 -2
  422. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetGroupCommand.d.ts +13 -1
  423. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetGroupPolicyCommand.d.ts +13 -1
  424. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetInstanceProfileCommand.d.ts +13 -1
  425. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetLoginProfileCommand.d.ts +15 -3
  426. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetMFADeviceCommand.d.ts +13 -1
  427. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetOpenIDConnectProviderCommand.d.ts +13 -1
  428. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetOrganizationsAccessReportCommand.d.ts +13 -1
  429. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetPolicyCommand.d.ts +13 -1
  430. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetPolicyVersionCommand.d.ts +13 -1
  431. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetRoleCommand.d.ts +13 -1
  432. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetRolePolicyCommand.d.ts +13 -1
  433. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetSAMLProviderCommand.d.ts +21 -1
  434. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetSSHPublicKeyCommand.d.ts +13 -1
  435. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetServerCertificateCommand.d.ts +13 -1
  436. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetServiceLastAccessedDetailsCommand.d.ts +13 -1
  437. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.d.ts +13 -1
  438. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetServiceLinkedRoleDeletionStatusCommand.d.ts +13 -1
  439. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetUserCommand.d.ts +13 -1
  440. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetUserPolicyCommand.d.ts +13 -1
  441. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAccessKeysCommand.d.ts +13 -1
  442. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAccountAliasesCommand.d.ts +16 -4
  443. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAttachedGroupPoliciesCommand.d.ts +13 -1
  444. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAttachedRolePoliciesCommand.d.ts +13 -1
  445. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAttachedUserPoliciesCommand.d.ts +13 -1
  446. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListEntitiesForPolicyCommand.d.ts +13 -1
  447. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListGroupPoliciesCommand.d.ts +13 -1
  448. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListGroupsCommand.d.ts +13 -1
  449. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListGroupsForUserCommand.d.ts +13 -1
  450. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListInstanceProfileTagsCommand.d.ts +13 -1
  451. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListInstanceProfilesCommand.d.ts +13 -1
  452. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListInstanceProfilesForRoleCommand.d.ts +13 -1
  453. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListMFADeviceTagsCommand.d.ts +13 -1
  454. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListMFADevicesCommand.d.ts +13 -1
  455. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListOpenIDConnectProviderTagsCommand.d.ts +13 -1
  456. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListOpenIDConnectProvidersCommand.d.ts +13 -1
  457. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListOrganizationsFeaturesCommand.d.ts +106 -0
  458. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListPoliciesCommand.d.ts +13 -1
  459. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListPoliciesGrantingServiceAccessCommand.d.ts +13 -1
  460. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListPolicyTagsCommand.d.ts +13 -1
  461. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListPolicyVersionsCommand.d.ts +13 -1
  462. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListRolePoliciesCommand.d.ts +13 -1
  463. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListRoleTagsCommand.d.ts +13 -1
  464. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListRolesCommand.d.ts +13 -1
  465. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListSAMLProviderTagsCommand.d.ts +13 -1
  466. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListSAMLProvidersCommand.d.ts +13 -1
  467. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListSSHPublicKeysCommand.d.ts +13 -1
  468. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListServerCertificateTagsCommand.d.ts +13 -1
  469. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListServerCertificatesCommand.d.ts +13 -1
  470. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListServiceSpecificCredentialsCommand.d.ts +13 -1
  471. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListSigningCertificatesCommand.d.ts +13 -1
  472. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListUserPoliciesCommand.d.ts +13 -1
  473. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListUserTagsCommand.d.ts +13 -1
  474. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListUsersCommand.d.ts +13 -1
  475. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListVirtualMFADevicesCommand.d.ts +13 -1
  476. package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutGroupPolicyCommand.d.ts +13 -1
  477. package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutRolePermissionsBoundaryCommand.d.ts +13 -1
  478. package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutRolePolicyCommand.d.ts +13 -1
  479. package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutUserPermissionsBoundaryCommand.d.ts +13 -1
  480. package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutUserPolicyCommand.d.ts +13 -1
  481. package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +13 -1
  482. package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveRoleFromInstanceProfileCommand.d.ts +13 -1
  483. package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveUserFromGroupCommand.d.ts +13 -1
  484. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ResetServiceSpecificCredentialCommand.d.ts +13 -1
  485. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ResyncMFADeviceCommand.d.ts +13 -1
  486. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SetDefaultPolicyVersionCommand.d.ts +13 -1
  487. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SetSecurityTokenServicePreferencesCommand.d.ts +13 -1
  488. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SimulateCustomPolicyCommand.d.ts +15 -2
  489. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SimulatePrincipalPolicyCommand.d.ts +14 -2
  490. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagInstanceProfileCommand.d.ts +14 -2
  491. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagMFADeviceCommand.d.ts +14 -2
  492. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagOpenIDConnectProviderCommand.d.ts +14 -2
  493. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagPolicyCommand.d.ts +14 -2
  494. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagRoleCommand.d.ts +14 -2
  495. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagSAMLProviderCommand.d.ts +14 -2
  496. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagServerCertificateCommand.d.ts +14 -2
  497. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagUserCommand.d.ts +14 -2
  498. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagInstanceProfileCommand.d.ts +13 -1
  499. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagMFADeviceCommand.d.ts +13 -1
  500. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagOpenIDConnectProviderCommand.d.ts +13 -1
  501. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagPolicyCommand.d.ts +13 -1
  502. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagRoleCommand.d.ts +13 -1
  503. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagSAMLProviderCommand.d.ts +13 -1
  504. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagServerCertificateCommand.d.ts +13 -1
  505. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagUserCommand.d.ts +13 -1
  506. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAccessKeyCommand.d.ts +13 -1
  507. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAccountPasswordPolicyCommand.d.ts +13 -1
  508. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAssumeRolePolicyCommand.d.ts +13 -1
  509. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateGroupCommand.d.ts +13 -1
  510. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateLoginProfileCommand.d.ts +13 -1
  511. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateOpenIDConnectProviderThumbprintCommand.d.ts +18 -7
  512. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateRoleCommand.d.ts +13 -1
  513. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateRoleDescriptionCommand.d.ts +13 -1
  514. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateSAMLProviderCommand.d.ts +20 -6
  515. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateSSHPublicKeyCommand.d.ts +13 -1
  516. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateServerCertificateCommand.d.ts +13 -1
  517. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateServiceSpecificCredentialCommand.d.ts +13 -1
  518. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateSigningCertificateCommand.d.ts +13 -1
  519. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateUserCommand.d.ts +13 -1
  520. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UploadSSHPublicKeyCommand.d.ts +13 -1
  521. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UploadServerCertificateCommand.d.ts +13 -1
  522. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UploadSigningCertificateCommand.d.ts +13 -1
  523. package/node_modules/@aws-sdk/client-iam/dist-types/commands/index.d.ts +5 -0
  524. package/node_modules/@aws-sdk/client-iam/dist-types/index.d.ts +2 -2
  525. package/node_modules/@aws-sdk/client-iam/dist-types/models/IAMServiceException.d.ts +2 -1
  526. package/node_modules/@aws-sdk/client-iam/dist-types/models/models_0.d.ts +688 -1070
  527. package/node_modules/@aws-sdk/client-iam/dist-types/models/models_1.d.ts +698 -34
  528. package/node_modules/@aws-sdk/client-iam/dist-types/protocols/Aws_query.d.ts +45 -0
  529. package/node_modules/@aws-sdk/client-iam/dist-types/runtimeConfig.browser.d.ts +8 -4
  530. package/node_modules/@aws-sdk/client-iam/dist-types/runtimeConfig.d.ts +8 -4
  531. package/node_modules/@aws-sdk/client-iam/dist-types/runtimeConfig.native.d.ts +9 -5
  532. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/IAM.d.ts +105 -0
  533. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/IAMClient.d.ts +38 -9
  534. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AddClientIDToOpenIDConnectProviderCommand.d.ts +14 -2
  535. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AddRoleToInstanceProfileCommand.d.ts +14 -2
  536. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AddUserToGroupCommand.d.ts +14 -2
  537. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AttachGroupPolicyCommand.d.ts +14 -2
  538. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AttachRolePolicyCommand.d.ts +14 -2
  539. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AttachUserPolicyCommand.d.ts +14 -2
  540. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ChangePasswordCommand.d.ts +14 -2
  541. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateAccessKeyCommand.d.ts +14 -2
  542. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateAccountAliasCommand.d.ts +14 -2
  543. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +14 -2
  544. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateInstanceProfileCommand.d.ts +14 -2
  545. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateLoginProfileCommand.d.ts +15 -3
  546. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateOpenIDConnectProviderCommand.d.ts +14 -2
  547. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +14 -2
  548. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreatePolicyVersionCommand.d.ts +14 -2
  549. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateRoleCommand.d.ts +14 -2
  550. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateSAMLProviderCommand.d.ts +14 -2
  551. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateServiceLinkedRoleCommand.d.ts +14 -2
  552. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateServiceSpecificCredentialCommand.d.ts +14 -2
  553. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateUserCommand.d.ts +14 -2
  554. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateVirtualMFADeviceCommand.d.ts +14 -2
  555. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeactivateMFADeviceCommand.d.ts +14 -2
  556. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteAccessKeyCommand.d.ts +14 -2
  557. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteAccountAliasCommand.d.ts +14 -2
  558. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteAccountPasswordPolicyCommand.d.ts +14 -2
  559. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +14 -2
  560. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteGroupPolicyCommand.d.ts +14 -2
  561. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteInstanceProfileCommand.d.ts +14 -2
  562. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteLoginProfileCommand.d.ts +15 -3
  563. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteOpenIDConnectProviderCommand.d.ts +14 -2
  564. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +14 -2
  565. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeletePolicyVersionCommand.d.ts +14 -2
  566. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteRoleCommand.d.ts +14 -2
  567. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteRolePermissionsBoundaryCommand.d.ts +14 -2
  568. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteRolePolicyCommand.d.ts +14 -2
  569. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteSAMLProviderCommand.d.ts +14 -2
  570. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteSSHPublicKeyCommand.d.ts +14 -2
  571. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteServerCertificateCommand.d.ts +14 -2
  572. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteServiceLinkedRoleCommand.d.ts +14 -2
  573. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteServiceSpecificCredentialCommand.d.ts +14 -2
  574. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteSigningCertificateCommand.d.ts +14 -2
  575. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +14 -2
  576. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteUserPermissionsBoundaryCommand.d.ts +14 -2
  577. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteUserPolicyCommand.d.ts +14 -2
  578. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteVirtualMFADeviceCommand.d.ts +14 -2
  579. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DetachGroupPolicyCommand.d.ts +14 -2
  580. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DetachRolePolicyCommand.d.ts +14 -2
  581. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DetachUserPolicyCommand.d.ts +14 -2
  582. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DisableOrganizationsRootCredentialsManagementCommand.d.ts +51 -0
  583. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DisableOrganizationsRootSessionsCommand.d.ts +51 -0
  584. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/EnableMFADeviceCommand.d.ts +14 -2
  585. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/EnableOrganizationsRootCredentialsManagementCommand.d.ts +51 -0
  586. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/EnableOrganizationsRootSessionsCommand.d.ts +51 -0
  587. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GenerateCredentialReportCommand.d.ts +14 -2
  588. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GenerateOrganizationsAccessReportCommand.d.ts +14 -2
  589. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GenerateServiceLastAccessedDetailsCommand.d.ts +14 -2
  590. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetAccessKeyLastUsedCommand.d.ts +14 -2
  591. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetAccountAuthorizationDetailsCommand.d.ts +14 -2
  592. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetAccountPasswordPolicyCommand.d.ts +14 -2
  593. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetAccountSummaryCommand.d.ts +14 -2
  594. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetContextKeysForCustomPolicyCommand.d.ts +14 -2
  595. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetContextKeysForPrincipalPolicyCommand.d.ts +14 -2
  596. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetCredentialReportCommand.d.ts +14 -2
  597. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetGroupCommand.d.ts +14 -2
  598. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetGroupPolicyCommand.d.ts +14 -2
  599. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetInstanceProfileCommand.d.ts +14 -2
  600. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetLoginProfileCommand.d.ts +15 -3
  601. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetMFADeviceCommand.d.ts +14 -2
  602. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetOpenIDConnectProviderCommand.d.ts +14 -2
  603. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetOrganizationsAccessReportCommand.d.ts +14 -2
  604. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +14 -2
  605. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetPolicyVersionCommand.d.ts +14 -2
  606. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetRoleCommand.d.ts +14 -2
  607. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetRolePolicyCommand.d.ts +14 -2
  608. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetSAMLProviderCommand.d.ts +14 -2
  609. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetSSHPublicKeyCommand.d.ts +14 -2
  610. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetServerCertificateCommand.d.ts +14 -2
  611. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetServiceLastAccessedDetailsCommand.d.ts +14 -2
  612. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.d.ts +14 -2
  613. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetServiceLinkedRoleDeletionStatusCommand.d.ts +14 -2
  614. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetUserCommand.d.ts +14 -2
  615. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetUserPolicyCommand.d.ts +14 -2
  616. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListAccessKeysCommand.d.ts +14 -2
  617. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListAccountAliasesCommand.d.ts +14 -2
  618. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListAttachedGroupPoliciesCommand.d.ts +14 -2
  619. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListAttachedRolePoliciesCommand.d.ts +14 -2
  620. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListAttachedUserPoliciesCommand.d.ts +14 -2
  621. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListEntitiesForPolicyCommand.d.ts +14 -2
  622. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListGroupPoliciesCommand.d.ts +14 -2
  623. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +14 -2
  624. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListGroupsForUserCommand.d.ts +14 -2
  625. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListInstanceProfileTagsCommand.d.ts +14 -2
  626. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListInstanceProfilesCommand.d.ts +14 -2
  627. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListInstanceProfilesForRoleCommand.d.ts +14 -2
  628. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListMFADeviceTagsCommand.d.ts +14 -2
  629. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListMFADevicesCommand.d.ts +14 -2
  630. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListOpenIDConnectProviderTagsCommand.d.ts +14 -2
  631. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListOpenIDConnectProvidersCommand.d.ts +14 -2
  632. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListOrganizationsFeaturesCommand.d.ts +51 -0
  633. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +14 -2
  634. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListPoliciesGrantingServiceAccessCommand.d.ts +14 -2
  635. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListPolicyTagsCommand.d.ts +14 -2
  636. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListPolicyVersionsCommand.d.ts +14 -2
  637. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListRolePoliciesCommand.d.ts +14 -2
  638. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListRoleTagsCommand.d.ts +14 -2
  639. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListRolesCommand.d.ts +14 -2
  640. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListSAMLProviderTagsCommand.d.ts +14 -2
  641. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListSAMLProvidersCommand.d.ts +14 -2
  642. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListSSHPublicKeysCommand.d.ts +14 -2
  643. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListServerCertificateTagsCommand.d.ts +14 -2
  644. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListServerCertificatesCommand.d.ts +14 -2
  645. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListServiceSpecificCredentialsCommand.d.ts +14 -2
  646. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListSigningCertificatesCommand.d.ts +14 -2
  647. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListUserPoliciesCommand.d.ts +14 -2
  648. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListUserTagsCommand.d.ts +14 -2
  649. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListUsersCommand.d.ts +14 -2
  650. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListVirtualMFADevicesCommand.d.ts +14 -2
  651. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutGroupPolicyCommand.d.ts +14 -2
  652. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutRolePermissionsBoundaryCommand.d.ts +14 -2
  653. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutRolePolicyCommand.d.ts +14 -2
  654. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutUserPermissionsBoundaryCommand.d.ts +14 -2
  655. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutUserPolicyCommand.d.ts +14 -2
  656. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +14 -2
  657. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RemoveRoleFromInstanceProfileCommand.d.ts +14 -2
  658. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RemoveUserFromGroupCommand.d.ts +14 -2
  659. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ResetServiceSpecificCredentialCommand.d.ts +14 -2
  660. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ResyncMFADeviceCommand.d.ts +14 -2
  661. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SetDefaultPolicyVersionCommand.d.ts +14 -2
  662. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SetSecurityTokenServicePreferencesCommand.d.ts +14 -2
  663. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SimulateCustomPolicyCommand.d.ts +16 -6
  664. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SimulatePrincipalPolicyCommand.d.ts +15 -3
  665. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagInstanceProfileCommand.d.ts +15 -3
  666. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagMFADeviceCommand.d.ts +15 -3
  667. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagOpenIDConnectProviderCommand.d.ts +15 -3
  668. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagPolicyCommand.d.ts +15 -3
  669. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagRoleCommand.d.ts +15 -3
  670. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagSAMLProviderCommand.d.ts +15 -3
  671. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagServerCertificateCommand.d.ts +15 -3
  672. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagUserCommand.d.ts +15 -3
  673. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagInstanceProfileCommand.d.ts +14 -2
  674. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagMFADeviceCommand.d.ts +14 -2
  675. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagOpenIDConnectProviderCommand.d.ts +14 -2
  676. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagPolicyCommand.d.ts +14 -2
  677. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagRoleCommand.d.ts +14 -2
  678. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagSAMLProviderCommand.d.ts +14 -2
  679. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagServerCertificateCommand.d.ts +14 -2
  680. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagUserCommand.d.ts +14 -2
  681. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateAccessKeyCommand.d.ts +14 -2
  682. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateAccountPasswordPolicyCommand.d.ts +14 -2
  683. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateAssumeRolePolicyCommand.d.ts +14 -2
  684. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +14 -2
  685. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateLoginProfileCommand.d.ts +14 -2
  686. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateOpenIDConnectProviderThumbprintCommand.d.ts +14 -2
  687. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateRoleCommand.d.ts +14 -2
  688. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateRoleDescriptionCommand.d.ts +14 -2
  689. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateSAMLProviderCommand.d.ts +14 -2
  690. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateSSHPublicKeyCommand.d.ts +14 -2
  691. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateServerCertificateCommand.d.ts +14 -2
  692. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateServiceSpecificCredentialCommand.d.ts +14 -2
  693. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateSigningCertificateCommand.d.ts +14 -2
  694. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +14 -2
  695. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UploadSSHPublicKeyCommand.d.ts +14 -2
  696. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UploadServerCertificateCommand.d.ts +14 -2
  697. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UploadSigningCertificateCommand.d.ts +14 -2
  698. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/index.d.ts +5 -0
  699. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/IAMServiceException.d.ts +2 -1
  700. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_0.d.ts +517 -520
  701. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_1.d.ts +152 -32
  702. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/protocols/Aws_query.d.ts +60 -0
  703. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/runtimeConfig.browser.d.ts +22 -11
  704. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/runtimeConfig.d.ts +22 -14
  705. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -16
  706. package/node_modules/@aws-sdk/client-iam/package.json +44 -45
  707. package/node_modules/@aws-sdk/client-sso/README.md +1 -1
  708. package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js +6 -2
  709. package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +70 -74
  710. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +1 -1
  711. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +9 -6
  712. package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +10 -15
  713. package/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +1 -3
  714. package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +1 -3
  715. package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +1 -3
  716. package/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +1 -3
  717. package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/endpointResolver.js +7 -3
  718. package/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +8 -8
  719. package/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +1 -6
  720. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +2 -2
  721. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +10 -7
  722. package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +24 -8
  723. package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +4 -4
  724. package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +13 -1
  725. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +13 -1
  726. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +13 -1
  727. package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +13 -1
  728. package/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +2 -2
  729. package/node_modules/@aws-sdk/client-sso/dist-types/models/SSOServiceException.d.ts +2 -1
  730. package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +18 -18
  731. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +7 -3
  732. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +7 -3
  733. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +8 -4
  734. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +8 -9
  735. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +14 -2
  736. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +14 -2
  737. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +14 -2
  738. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +14 -2
  739. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/SSOServiceException.d.ts +2 -1
  740. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +18 -18
  741. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +17 -8
  742. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +14 -8
  743. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +32 -13
  744. package/node_modules/@aws-sdk/client-sso/package.json +42 -43
  745. package/node_modules/@aws-sdk/core/README.md +35 -1
  746. package/node_modules/@aws-sdk/core/account-id-endpoint.d.ts +7 -0
  747. package/node_modules/@aws-sdk/core/account-id-endpoint.js +6 -0
  748. package/node_modules/@aws-sdk/core/client.d.ts +7 -0
  749. package/node_modules/@aws-sdk/core/client.js +5 -0
  750. package/node_modules/@aws-sdk/core/dist-cjs/index.js +6 -446
  751. package/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +97 -0
  752. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +78 -0
  753. package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +300 -0
  754. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +227 -0
  755. package/node_modules/@aws-sdk/core/dist-es/index.js +3 -3
  756. package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +15 -0
  757. package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConstants.js +5 -0
  758. package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.js +24 -0
  759. package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/index.js +3 -0
  760. package/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js +15 -0
  761. package/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +3 -0
  762. package/node_modules/@aws-sdk/core/dist-es/submodules/client/setCredentialFeature.js +7 -0
  763. package/node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js +11 -0
  764. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js +20 -0
  765. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +72 -0
  766. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js +4 -0
  767. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.js +25 -0
  768. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +88 -0
  769. package/node_modules/@aws-sdk/core/dist-types/index.d.ts +22 -3
  770. package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +30 -0
  771. package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +7 -0
  772. package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +14 -0
  773. package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/index.d.ts +3 -0
  774. package/node_modules/@aws-sdk/core/dist-types/submodules/client/emitWarningIfUnsupportedVersion.d.ts +12 -0
  775. package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +3 -0
  776. package/node_modules/@aws-sdk/core/dist-types/submodules/client/setCredentialFeature.d.ts +7 -0
  777. package/node_modules/@aws-sdk/core/dist-types/submodules/client/setFeature.d.ts +12 -0
  778. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +10 -0
  779. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +42 -0
  780. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/index.d.ts +4 -0
  781. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +38 -0
  782. package/node_modules/@aws-sdk/core/dist-types/ts3.4/index.d.ts +3 -3
  783. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +15 -0
  784. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +6 -0
  785. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +7 -0
  786. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/index.d.ts +3 -0
  787. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/emitWarningIfUnsupportedVersion.d.ts +4 -0
  788. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +3 -0
  789. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setCredentialFeature.d.ts +11 -0
  790. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setFeature.d.ts +6 -0
  791. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +12 -0
  792. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +39 -0
  793. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/index.d.ts +8 -0
  794. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +18 -0
  795. package/node_modules/@aws-sdk/core/httpAuthSchemes.d.ts +7 -0
  796. package/node_modules/@aws-sdk/core/httpAuthSchemes.js +5 -0
  797. package/node_modules/@aws-sdk/core/package.json +75 -15
  798. package/node_modules/@aws-sdk/core/protocols.d.ts +7 -0
  799. package/node_modules/@aws-sdk/core/protocols.js +5 -0
  800. package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +13 -5
  801. package/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js +9 -3
  802. package/node_modules/@aws-sdk/credential-provider-env/dist-types/fromEnv.d.ts +4 -0
  803. package/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/fromEnv.d.ts +1 -0
  804. package/node_modules/@aws-sdk/credential-provider-env/package.json +10 -8
  805. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js +2 -2
  806. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.browser.js +5 -6
  807. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +21 -18
  808. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +4 -9
  809. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/checkUrl.js +2 -2
  810. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.browser.js +4 -4
  811. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +14 -10
  812. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/requestHelpers.js +4 -8
  813. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/checkUrl.d.ts +3 -1
  814. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.browser.d.ts +1 -1
  815. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.d.ts +1 -1
  816. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/requestHelpers.d.ts +2 -2
  817. package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/checkUrl.d.ts +2 -1
  818. package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.browser.d.ts +1 -1
  819. package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.d.ts +1 -1
  820. package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/requestHelpers.d.ts +3 -2
  821. package/node_modules/@aws-sdk/credential-provider-http/package.json +15 -13
  822. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +136 -56
  823. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +12 -3
  824. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +58 -31
  825. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js +21 -6
  826. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js +2 -1
  827. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +4 -4
  828. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +12 -2
  829. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveStaticCredentials.js +10 -6
  830. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +2 -1
  831. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +10 -3
  832. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +6 -3
  833. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveCredentialSource.d.ts +2 -2
  834. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +1 -1
  835. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +3 -3
  836. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveStaticCredentials.d.ts +1 -0
  837. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +5 -7
  838. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +12 -3
  839. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveCredentialSource.d.ts +3 -2
  840. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts +2 -1
  841. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +5 -4
  842. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveStaticCredentials.d.ts +1 -0
  843. package/node_modules/@aws-sdk/credential-provider-ini/package.json +20 -17
  844. package/node_modules/@aws-sdk/credential-provider-node/README.md +3 -3
  845. package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +47 -25
  846. package/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +39 -16
  847. package/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +4 -4
  848. package/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +2 -1
  849. package/node_modules/@aws-sdk/credential-provider-node/dist-types/remoteProvider.d.ts +2 -1
  850. package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +2 -0
  851. package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/remoteProvider.d.ts +2 -1
  852. package/node_modules/@aws-sdk/credential-provider-node/package.json +18 -17
  853. package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +28 -12
  854. package/node_modules/@aws-sdk/credential-provider-process/dist-es/fromProcess.js +5 -3
  855. package/node_modules/@aws-sdk/credential-provider-process/dist-es/getValidatedProcessCredentials.js +10 -2
  856. package/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js +7 -5
  857. package/node_modules/@aws-sdk/credential-provider-process/dist-types/ProcessCredentials.d.ts +1 -0
  858. package/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +2 -3
  859. package/node_modules/@aws-sdk/credential-provider-process/dist-types/getValidatedProcessCredentials.d.ts +2 -2
  860. package/node_modules/@aws-sdk/credential-provider-process/dist-types/resolveProcessCredentials.d.ts +2 -2
  861. package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/ProcessCredentials.d.ts +1 -0
  862. package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/fromProcess.d.ts +5 -3
  863. package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/getValidatedProcessCredentials.d.ts +3 -2
  864. package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/resolveProcessCredentials.d.ts +3 -2
  865. package/node_modules/@aws-sdk/credential-provider-process/package.json +11 -9
  866. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +73 -28
  867. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +21 -9
  868. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +39 -8
  869. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/validateSsoProfile.js +2 -2
  870. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +2 -3
  871. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +1 -1
  872. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +5 -3
  873. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +2 -0
  874. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/validateSsoProfile.d.ts +3 -1
  875. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/validateSsoProfile.d.ts +2 -1
  876. package/node_modules/@aws-sdk/credential-provider-sso/package.json +14 -12
  877. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +13 -7
  878. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +8 -6
  879. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +1 -0
  880. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +10 -3
  881. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js +7 -4
  882. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts +3 -3
  883. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts +5 -6
  884. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +14 -14
  885. package/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +1 -0
  886. package/node_modules/@aws-sdk/middleware-host-header/package.json +10 -8
  887. package/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +3 -3
  888. package/node_modules/@aws-sdk/middleware-logger/package.json +10 -8
  889. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +1 -0
  890. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +10 -8
  891. package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +112 -7
  892. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/check-features.js +49 -0
  893. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +22 -0
  894. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/encode-features.js +18 -0
  895. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +11 -1
  896. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/check-features.d.ts +18 -0
  897. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +14 -1
  898. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/encode-features.d.ts +5 -0
  899. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/check-features.d.ts +20 -0
  900. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/configurations.d.ts +5 -1
  901. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/encode-features.d.ts +2 -0
  902. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/user-agent-middleware.d.ts +2 -1
  903. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +2 -1
  904. package/node_modules/@aws-sdk/middleware-user-agent/package.json +14 -10
  905. package/node_modules/@aws-sdk/nested-clients/README.md +13 -0
  906. package/node_modules/@aws-sdk/nested-clients/dist-cjs/index.js +2 -0
  907. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +56 -0
  908. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/endpointResolver.js +18 -0
  909. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +7 -0
  910. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +873 -0
  911. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.browser.js +38 -0
  912. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.js +50 -0
  913. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.native.js +15 -0
  914. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +40 -0
  915. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +51 -0
  916. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthExtensionConfiguration.js +43 -0
  917. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +63 -0
  918. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/EndpointParameters.js +20 -0
  919. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/endpointResolver.js +18 -0
  920. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +7 -0
  921. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +952 -0
  922. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.browser.js +39 -0
  923. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +64 -0
  924. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.native.js +15 -0
  925. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +40 -0
  926. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeExtensions.js +25 -0
  927. package/node_modules/@aws-sdk/nested-clients/dist-es/index.js +1 -0
  928. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js +9 -0
  929. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +47 -0
  930. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.js +38 -0
  931. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +50 -0
  932. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +23 -0
  933. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/index.js +1 -0
  934. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/EndpointParameters.js +14 -0
  935. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js +14 -0
  936. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +4 -0
  937. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/extensionConfiguration.js +1 -0
  938. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +5 -0
  939. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/SSOOIDCServiceException.js +8 -0
  940. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js +1 -0
  941. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +190 -0
  942. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/protocols/Aws_restJson1.js +255 -0
  943. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +33 -0
  944. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +45 -0
  945. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.native.js +11 -0
  946. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +36 -0
  947. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js +21 -0
  948. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +11 -0
  949. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +47 -0
  950. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthExtensionConfiguration.js +38 -0
  951. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +56 -0
  952. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +23 -0
  953. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +23 -0
  954. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/index.js +2 -0
  955. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultRoleAssumers.js +22 -0
  956. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +95 -0
  957. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/EndpointParameters.js +16 -0
  958. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js +14 -0
  959. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +4 -0
  960. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/extensionConfiguration.js +1 -0
  961. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +6 -0
  962. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/STSServiceException.js +8 -0
  963. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js +1 -0
  964. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js +102 -0
  965. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/protocols/Aws_query.js +528 -0
  966. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.browser.js +34 -0
  967. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +59 -0
  968. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.native.js +11 -0
  969. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +36 -0
  970. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js +21 -0
  971. package/node_modules/@aws-sdk/nested-clients/dist-types/index.d.ts +7 -0
  972. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +55 -0
  973. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +220 -0
  974. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  975. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +61 -0
  976. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +128 -0
  977. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/index.d.ts +1 -0
  978. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +40 -0
  979. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/endpointResolver.d.ts +5 -0
  980. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/ruleset.d.ts +2 -0
  981. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/extensionConfiguration.d.ts +9 -0
  982. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +51 -0
  983. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +14 -0
  984. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/index.d.ts +1 -0
  985. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +387 -0
  986. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +11 -0
  987. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +56 -0
  988. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +56 -0
  989. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +55 -0
  990. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +32 -0
  991. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeExtensions.d.ts +17 -0
  992. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +27 -0
  993. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +192 -0
  994. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  995. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +71 -0
  996. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +222 -0
  997. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +254 -0
  998. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/index.d.ts +2 -0
  999. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultRoleAssumers.d.ts +23 -0
  1000. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +43 -0
  1001. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/EndpointParameters.d.ts +46 -0
  1002. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/endpointResolver.d.ts +5 -0
  1003. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/ruleset.d.ts +2 -0
  1004. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/extensionConfiguration.d.ts +9 -0
  1005. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +17 -0
  1006. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/STSServiceException.d.ts +14 -0
  1007. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/index.d.ts +1 -0
  1008. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +712 -0
  1009. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/protocols/Aws_query.d.ts +20 -0
  1010. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +58 -0
  1011. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +56 -0
  1012. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +57 -0
  1013. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +32 -0
  1014. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeExtensions.d.ts +17 -0
  1015. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/index.d.ts +1 -0
  1016. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDC.d.ts +22 -0
  1017. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +121 -0
  1018. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  1019. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +44 -0
  1020. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +43 -0
  1021. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/index.d.ts +1 -0
  1022. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +51 -0
  1023. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/endpointResolver.d.ts +8 -0
  1024. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/ruleset.d.ts +2 -0
  1025. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/extensionConfiguration.d.ts +9 -0
  1026. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +8 -0
  1027. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +9 -0
  1028. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/index.d.ts +1 -0
  1029. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +123 -0
  1030. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +17 -0
  1031. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +116 -0
  1032. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +113 -0
  1033. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +120 -0
  1034. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +49 -0
  1035. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeExtensions.d.ts +11 -0
  1036. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STS.d.ts +39 -0
  1037. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +128 -0
  1038. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  1039. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +54 -0
  1040. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleCommand.d.ts +47 -0
  1041. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +51 -0
  1042. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/index.d.ts +2 -0
  1043. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultRoleAssumers.d.ts +19 -0
  1044. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultStsRoleAssumers.d.ts +33 -0
  1045. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/EndpointParameters.d.ts +57 -0
  1046. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/endpointResolver.d.ts +8 -0
  1047. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/ruleset.d.ts +2 -0
  1048. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/extensionConfiguration.d.ts +9 -0
  1049. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +9 -0
  1050. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/STSServiceException.d.ts +9 -0
  1051. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/index.d.ts +1 -0
  1052. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +123 -0
  1053. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/protocols/Aws_query.d.ts +29 -0
  1054. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +127 -0
  1055. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +111 -0
  1056. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +131 -0
  1057. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +51 -0
  1058. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeExtensions.d.ts +11 -0
  1059. package/node_modules/@aws-sdk/nested-clients/package.json +115 -0
  1060. package/node_modules/@aws-sdk/nested-clients/sso-oidc.d.ts +7 -0
  1061. package/node_modules/@aws-sdk/nested-clients/sso-oidc.js +5 -0
  1062. package/node_modules/@aws-sdk/nested-clients/sts.d.ts +7 -0
  1063. package/node_modules/@aws-sdk/nested-clients/sts.js +5 -0
  1064. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +1 -0
  1065. package/node_modules/@aws-sdk/region-config-resolver/package.json +10 -9
  1066. package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +26 -17
  1067. package/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +13 -4
  1068. package/node_modules/@aws-sdk/token-providers/dist-es/fromStatic.js +1 -1
  1069. package/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +3 -3
  1070. package/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +6 -8
  1071. package/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +6 -2
  1072. package/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +1 -0
  1073. package/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +3 -1
  1074. package/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +4 -3
  1075. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +8 -3
  1076. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +6 -2
  1077. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +5 -1
  1078. package/node_modules/@aws-sdk/token-providers/package.json +11 -12
  1079. package/node_modules/@aws-sdk/types/dist-cjs/index.js +1 -5
  1080. package/node_modules/@aws-sdk/types/dist-es/feature-ids.js +1 -0
  1081. package/node_modules/@aws-sdk/types/dist-es/index.js +1 -0
  1082. package/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +1 -0
  1083. package/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +59 -0
  1084. package/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +60 -1
  1085. package/node_modules/@aws-sdk/types/dist-types/index.d.ts +1 -0
  1086. package/node_modules/@aws-sdk/types/dist-types/logger.d.ts +2 -2
  1087. package/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +12 -0
  1088. package/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +1 -0
  1089. package/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +54 -0
  1090. package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +26 -0
  1091. package/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +1 -0
  1092. package/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +7 -0
  1093. package/node_modules/@aws-sdk/types/package.json +4 -4
  1094. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +34 -7
  1095. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +26 -3
  1096. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +7 -4
  1097. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +26 -3
  1098. package/node_modules/@aws-sdk/util-endpoints/package.json +10 -8
  1099. package/node_modules/@aws-sdk/util-locate-window/dist-cjs/index.js +1 -0
  1100. package/node_modules/@aws-sdk/util-locate-window/package.json +6 -5
  1101. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +12 -8
  1102. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +9 -4
  1103. package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js +7 -2
  1104. package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.native.js +7 -2
  1105. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +9 -1
  1106. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +9 -1
  1107. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts +12 -1
  1108. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.native.d.ts +12 -1
  1109. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +6 -5
  1110. package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +47 -39
  1111. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/defaultUserAgent.js +29 -0
  1112. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +2 -39
  1113. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/nodeAppIdConfigOptions.js +9 -0
  1114. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/defaultUserAgent.d.ts +23 -0
  1115. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +2 -20
  1116. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/nodeAppIdConfigOptions.d.ts +13 -0
  1117. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/defaultUserAgent.d.ts +21 -0
  1118. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts +2 -12
  1119. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/nodeAppIdConfigOptions.d.ts +6 -0
  1120. package/node_modules/@aws-sdk/util-user-agent-node/package.json +10 -8
  1121. package/node_modules/@smithy/abort-controller/dist-cjs/index.js +8 -6
  1122. package/node_modules/@smithy/abort-controller/dist-types/AbortController.d.ts +7 -4
  1123. package/node_modules/@smithy/abort-controller/dist-types/AbortSignal.d.ts +6 -3
  1124. package/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortController.d.ts +7 -4
  1125. package/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortSignal.d.ts +6 -3
  1126. package/node_modules/@smithy/abort-controller/package.json +6 -6
  1127. package/node_modules/@smithy/config-resolver/dist-cjs/index.js +8 -12
  1128. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +3 -0
  1129. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +4 -1
  1130. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +3 -0
  1131. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +4 -1
  1132. package/node_modules/@smithy/config-resolver/package.json +10 -10
  1133. package/node_modules/@smithy/core/README.md +35 -2
  1134. package/node_modules/@smithy/core/cbor.d.ts +7 -0
  1135. package/node_modules/@smithy/core/cbor.js +6 -0
  1136. package/node_modules/@smithy/core/dist-cjs/index.js +111 -176
  1137. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +730 -0
  1138. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +164 -0
  1139. package/node_modules/@smithy/core/dist-es/index.js +4 -3
  1140. package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js +1 -2
  1141. package/node_modules/@smithy/core/dist-es/middleware-http-signing/getHttpSigningMiddleware.js +1 -2
  1142. package/node_modules/@smithy/core/dist-es/pagination/createPaginator.js +9 -6
  1143. package/node_modules/@smithy/core/dist-es/protocols/requestBuilder.js +1 -67
  1144. package/node_modules/@smithy/core/dist-es/setFeature.js +11 -0
  1145. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +391 -0
  1146. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +191 -0
  1147. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-types.js +25 -0
  1148. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor.js +21 -0
  1149. package/node_modules/@smithy/core/dist-es/submodules/cbor/index.js +3 -0
  1150. package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +83 -0
  1151. package/node_modules/@smithy/core/dist-es/submodules/protocols/collect-stream-body.js +11 -0
  1152. package/node_modules/@smithy/core/dist-es/submodules/protocols/extended-encode-uri-component.js +5 -0
  1153. package/node_modules/@smithy/core/dist-es/submodules/protocols/index.js +4 -0
  1154. package/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js +67 -0
  1155. package/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js +19 -0
  1156. package/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js +2 -1
  1157. package/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js +2 -1
  1158. package/node_modules/@smithy/core/dist-types/index.d.ts +4 -3
  1159. package/node_modules/@smithy/core/dist-types/protocols/requestBuilder.d.ts +2 -48
  1160. package/node_modules/@smithy/core/dist-types/setFeature.d.ts +12 -0
  1161. package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-decode.d.ts +17 -0
  1162. package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-encode.d.ts +9 -0
  1163. package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +64 -0
  1164. package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor.d.ts +26 -0
  1165. package/node_modules/@smithy/core/dist-types/submodules/cbor/index.d.ts +3 -0
  1166. package/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +31 -0
  1167. package/node_modules/@smithy/core/dist-types/submodules/protocols/collect-stream-body.d.ts +10 -0
  1168. package/node_modules/@smithy/core/dist-types/submodules/protocols/extended-encode-uri-component.d.ts +7 -0
  1169. package/node_modules/@smithy/core/dist-types/submodules/protocols/index.d.ts +4 -0
  1170. package/node_modules/@smithy/core/dist-types/submodules/protocols/requestBuilder.d.ts +51 -0
  1171. package/node_modules/@smithy/core/dist-types/submodules/protocols/resolve-path.d.ts +4 -0
  1172. package/node_modules/@smithy/core/dist-types/ts3.4/index.d.ts +4 -3
  1173. package/node_modules/@smithy/core/dist-types/ts3.4/protocols/requestBuilder.d.ts +2 -48
  1174. package/node_modules/@smithy/core/dist-types/ts3.4/setFeature.d.ts +12 -0
  1175. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-decode.d.ts +17 -0
  1176. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-encode.d.ts +9 -0
  1177. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-types.d.ts +66 -0
  1178. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor.d.ts +26 -0
  1179. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/index.d.ts +3 -0
  1180. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/parseCborBody.d.ts +31 -0
  1181. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/collect-stream-body.d.ts +10 -0
  1182. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/extended-encode-uri-component.d.ts +7 -0
  1183. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/index.d.ts +4 -0
  1184. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/requestBuilder.d.ts +51 -0
  1185. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/resolve-path.d.ts +4 -0
  1186. package/node_modules/@smithy/core/package.json +51 -15
  1187. package/node_modules/@smithy/core/protocols.d.ts +7 -0
  1188. package/node_modules/@smithy/core/protocols.js +6 -0
  1189. package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +42 -34
  1190. package/node_modules/@smithy/credential-provider-imds/dist-es/fromContainerMetadata.js +17 -6
  1191. package/node_modules/@smithy/credential-provider-imds/dist-es/fromInstanceMetadata.js +11 -9
  1192. package/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/ImdsCredentials.js +1 -0
  1193. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/ImdsCredentials.d.ts +1 -0
  1194. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +2 -0
  1195. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/ImdsCredentials.d.ts +1 -0
  1196. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +1 -0
  1197. package/node_modules/@smithy/credential-provider-imds/package.json +10 -11
  1198. package/node_modules/@smithy/fetch-http-handler/README.md +7 -0
  1199. package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +65 -21
  1200. package/node_modules/@smithy/fetch-http-handler/dist-es/create-request.js +3 -0
  1201. package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +35 -7
  1202. package/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +16 -8
  1203. package/node_modules/@smithy/fetch-http-handler/dist-types/create-request.d.ts +6 -0
  1204. package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +13 -5
  1205. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/create-request.d.ts +6 -0
  1206. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +13 -5
  1207. package/node_modules/@smithy/fetch-http-handler/package.json +15 -26
  1208. package/node_modules/@smithy/hash-node/dist-cjs/index.js +4 -3
  1209. package/node_modules/@smithy/hash-node/package.json +9 -9
  1210. package/node_modules/@smithy/invalid-dependency/package.json +8 -5
  1211. package/node_modules/@smithy/is-array-buffer/package.json +5 -5
  1212. package/node_modules/@smithy/middleware-content-length/package.json +8 -8
  1213. package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.js +1 -1
  1214. package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +36 -10
  1215. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +7 -0
  1216. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromConfig.js +1 -1
  1217. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +10 -1
  1218. package/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +4 -0
  1219. package/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointConfig.js +10 -1
  1220. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromConfig.d.ts +4 -1
  1221. package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +15 -1
  1222. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromConfig.d.ts +4 -1
  1223. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +15 -1
  1224. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/types.d.ts +8 -1
  1225. package/node_modules/@smithy/middleware-endpoint/dist-types/types.d.ts +8 -1
  1226. package/node_modules/@smithy/middleware-endpoint/package.json +14 -13
  1227. package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +18 -17
  1228. package/node_modules/@smithy/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts +2 -0
  1229. package/node_modules/@smithy/middleware-retry/dist-types/StandardRetryStrategy.d.ts +3 -0
  1230. package/node_modules/@smithy/middleware-retry/dist-types/configurations.d.ts +21 -0
  1231. package/node_modules/@smithy/middleware-retry/dist-types/defaultRetryQuota.d.ts +6 -0
  1232. package/node_modules/@smithy/middleware-retry/dist-types/delayDecider.d.ts +1 -0
  1233. package/node_modules/@smithy/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts +9 -0
  1234. package/node_modules/@smithy/middleware-retry/dist-types/retryDecider.d.ts +1 -0
  1235. package/node_modules/@smithy/middleware-retry/dist-types/retryMiddleware.d.ts +12 -0
  1236. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +2 -0
  1237. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +3 -0
  1238. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/configurations.d.ts +21 -0
  1239. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/defaultRetryQuota.d.ts +6 -0
  1240. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/delayDecider.d.ts +1 -0
  1241. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/omitRetryHeadersMiddleware.d.ts +9 -0
  1242. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryDecider.d.ts +1 -0
  1243. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryMiddleware.d.ts +12 -0
  1244. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/types.d.ts +12 -0
  1245. package/node_modules/@smithy/middleware-retry/dist-types/types.d.ts +12 -0
  1246. package/node_modules/@smithy/middleware-retry/package.json +16 -15
  1247. package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +10 -3
  1248. package/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +11 -1
  1249. package/node_modules/@smithy/middleware-serde/package.json +10 -9
  1250. package/node_modules/@smithy/middleware-stack/dist-cjs/index.js +11 -16
  1251. package/node_modules/@smithy/middleware-stack/dist-types/MiddlewareStack.d.ts +3 -0
  1252. package/node_modules/@smithy/middleware-stack/dist-types/ts3.4/MiddlewareStack.d.ts +3 -0
  1253. package/node_modules/@smithy/middleware-stack/package.json +6 -6
  1254. package/node_modules/@smithy/node-config-provider/dist-cjs/index.js +21 -3
  1255. package/node_modules/@smithy/node-config-provider/dist-es/fromEnv.js +3 -2
  1256. package/node_modules/@smithy/node-config-provider/dist-es/fromSharedConfigFiles.js +2 -1
  1257. package/node_modules/@smithy/node-config-provider/dist-es/getSelectorName.js +12 -0
  1258. package/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +9 -0
  1259. package/node_modules/@smithy/node-config-provider/dist-types/fromEnv.d.ts +2 -2
  1260. package/node_modules/@smithy/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +7 -0
  1261. package/node_modules/@smithy/node-config-provider/dist-types/fromStatic.d.ts +6 -0
  1262. package/node_modules/@smithy/node-config-provider/dist-types/getSelectorName.d.ts +9 -0
  1263. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/configLoader.d.ts +9 -0
  1264. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromEnv.d.ts +2 -2
  1265. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +7 -0
  1266. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromStatic.d.ts +6 -0
  1267. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/getSelectorName.d.ts +9 -0
  1268. package/node_modules/@smithy/node-config-provider/package.json +9 -9
  1269. package/node_modules/@smithy/node-http-handler/README.md +5 -0
  1270. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +229 -110
  1271. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +41 -16
  1272. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +1 -1
  1273. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +9 -1
  1274. package/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +9 -2
  1275. package/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +29 -14
  1276. package/node_modules/@smithy/node-http-handler/dist-es/set-socket-keep-alive.js +19 -5
  1277. package/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +23 -5
  1278. package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/index.js +39 -12
  1279. package/node_modules/@smithy/node-http-handler/dist-es/timing.js +4 -0
  1280. package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +14 -10
  1281. package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +12 -2
  1282. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +3 -0
  1283. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +6 -1
  1284. package/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +1 -0
  1285. package/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +8 -1
  1286. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +8 -1
  1287. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +8 -1
  1288. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +1 -0
  1289. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +4 -0
  1290. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +1 -0
  1291. package/node_modules/@smithy/node-http-handler/dist-types/timing.d.ts +8 -0
  1292. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +12 -2
  1293. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +3 -0
  1294. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +6 -1
  1295. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +2 -1
  1296. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +2 -1
  1297. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +2 -1
  1298. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts +4 -0
  1299. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/timing.d.ts +8 -0
  1300. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +1 -1
  1301. package/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +1 -1
  1302. package/node_modules/@smithy/node-http-handler/package.json +11 -11
  1303. package/node_modules/@smithy/property-provider/dist-cjs/index.js +42 -22
  1304. package/node_modules/@smithy/property-provider/dist-es/CredentialsProviderError.js +2 -3
  1305. package/node_modules/@smithy/property-provider/dist-es/ProviderError.js +15 -4
  1306. package/node_modules/@smithy/property-provider/dist-es/TokenProviderError.js +2 -3
  1307. package/node_modules/@smithy/property-provider/dist-types/CredentialsProviderError.d.ts +16 -3
  1308. package/node_modules/@smithy/property-provider/dist-types/ProviderError.d.ts +25 -3
  1309. package/node_modules/@smithy/property-provider/dist-types/TokenProviderError.d.ts +16 -3
  1310. package/node_modules/@smithy/property-provider/dist-types/ts3.4/CredentialsProviderError.d.ts +16 -3
  1311. package/node_modules/@smithy/property-provider/dist-types/ts3.4/ProviderError.d.ts +25 -3
  1312. package/node_modules/@smithy/property-provider/dist-types/ts3.4/TokenProviderError.d.ts +16 -3
  1313. package/node_modules/@smithy/property-provider/package.json +6 -6
  1314. package/node_modules/@smithy/protocol-http/dist-cjs/index.js +46 -20
  1315. package/node_modules/@smithy/protocol-http/dist-es/httpRequest.js +13 -8
  1316. package/node_modules/@smithy/protocol-http/dist-types/httpHandler.d.ts +0 -2
  1317. package/node_modules/@smithy/protocol-http/dist-types/httpRequest.d.ts +33 -1
  1318. package/node_modules/@smithy/protocol-http/dist-types/httpResponse.d.ts +13 -0
  1319. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpHandler.d.ts +0 -2
  1320. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpRequest.d.ts +33 -1
  1321. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpResponse.d.ts +13 -0
  1322. package/node_modules/@smithy/protocol-http/package.json +6 -6
  1323. package/node_modules/@smithy/querystring-builder/package.json +5 -6
  1324. package/node_modules/@smithy/querystring-parser/package.json +6 -6
  1325. package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +4 -14
  1326. package/node_modules/@smithy/service-error-classification/dist-es/index.js +3 -2
  1327. package/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +1 -1
  1328. package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/index.d.ts +1 -1
  1329. package/node_modules/@smithy/service-error-classification/package.json +6 -6
  1330. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +18 -2
  1331. package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +14 -2
  1332. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getProfileName.d.ts +10 -0
  1333. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFilepath.d.ts +1 -0
  1334. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +2 -0
  1335. package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +15 -1
  1336. package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +7 -0
  1337. package/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +3 -0
  1338. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getProfileName.d.ts +10 -0
  1339. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFilepath.d.ts +1 -0
  1340. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +2 -0
  1341. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +15 -1
  1342. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSsoSessionData.d.ts +7 -0
  1343. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseKnownFiles.d.ts +3 -0
  1344. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/types.d.ts +6 -3
  1345. package/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +6 -3
  1346. package/node_modules/@smithy/shared-ini-file-loader/package.json +7 -7
  1347. package/node_modules/@smithy/signature-v4/dist-cjs/index.js +28 -39
  1348. package/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js +2 -2
  1349. package/node_modules/@smithy/signature-v4/dist-es/getCanonicalQuery.js +7 -5
  1350. package/node_modules/@smithy/signature-v4/dist-es/moveHeadersToQuery.js +4 -3
  1351. package/node_modules/@smithy/signature-v4/dist-es/prepareRequest.js +2 -2
  1352. package/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +10 -1
  1353. package/node_modules/@smithy/signature-v4/dist-types/credentialDerivation.d.ts +13 -9
  1354. package/node_modules/@smithy/signature-v4/dist-types/getCanonicalHeaders.d.ts +1 -1
  1355. package/node_modules/@smithy/signature-v4/dist-types/getCanonicalQuery.d.ts +1 -1
  1356. package/node_modules/@smithy/signature-v4/dist-types/getPayloadHash.d.ts +1 -1
  1357. package/node_modules/@smithy/signature-v4/dist-types/moveHeadersToQuery.d.ts +5 -4
  1358. package/node_modules/@smithy/signature-v4/dist-types/prepareRequest.d.ts +3 -3
  1359. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +10 -1
  1360. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/credentialDerivation.d.ts +13 -9
  1361. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts +1 -1
  1362. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalQuery.d.ts +1 -1
  1363. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getPayloadHash.d.ts +1 -1
  1364. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts +5 -4
  1365. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/prepareRequest.d.ts +3 -3
  1366. package/node_modules/@smithy/signature-v4/package.json +13 -13
  1367. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +186 -113
  1368. package/node_modules/@smithy/smithy-client/dist-es/client.js +22 -4
  1369. package/node_modules/@smithy/smithy-client/dist-es/collect-stream-body.js +1 -11
  1370. package/node_modules/@smithy/smithy-client/dist-es/command.js +1 -0
  1371. package/node_modules/@smithy/smithy-client/dist-es/date-utils.js +3 -0
  1372. package/node_modules/@smithy/smithy-client/dist-es/emitWarningIfUnsupportedVersion.js +1 -1
  1373. package/node_modules/@smithy/smithy-client/dist-es/exceptions.js +25 -1
  1374. package/node_modules/@smithy/smithy-client/dist-es/extended-encode-uri-component.js +1 -5
  1375. package/node_modules/@smithy/smithy-client/dist-es/index.js +5 -2
  1376. package/node_modules/@smithy/smithy-client/dist-es/is-serializable-header-value.js +3 -0
  1377. package/node_modules/@smithy/smithy-client/dist-es/lazy-json.js +21 -30
  1378. package/node_modules/@smithy/smithy-client/dist-es/quote-header.js +6 -0
  1379. package/node_modules/@smithy/smithy-client/dist-es/resolve-path.js +1 -19
  1380. package/node_modules/@smithy/smithy-client/dist-es/ser-utils.js +1 -0
  1381. package/node_modules/@smithy/smithy-client/dist-es/split-header.js +37 -0
  1382. package/node_modules/@smithy/smithy-client/dist-types/client.d.ts +22 -1
  1383. package/node_modules/@smithy/smithy-client/dist-types/collect-stream-body.d.ts +2 -7
  1384. package/node_modules/@smithy/smithy-client/dist-types/exceptions.d.ts +8 -0
  1385. package/node_modules/@smithy/smithy-client/dist-types/extended-encode-uri-component.d.ts +2 -4
  1386. package/node_modules/@smithy/smithy-client/dist-types/extensions/retry.d.ts +3 -0
  1387. package/node_modules/@smithy/smithy-client/dist-types/index.d.ts +6 -3
  1388. package/node_modules/@smithy/smithy-client/dist-types/is-serializable-header-value.d.ts +5 -0
  1389. package/node_modules/@smithy/smithy-client/dist-types/lazy-json.d.ts +37 -15
  1390. package/node_modules/@smithy/smithy-client/dist-types/quote-header.d.ts +6 -0
  1391. package/node_modules/@smithy/smithy-client/dist-types/resolve-path.d.ts +2 -1
  1392. package/node_modules/@smithy/smithy-client/dist-types/ser-utils.d.ts +6 -0
  1393. package/node_modules/@smithy/smithy-client/dist-types/serde-json.d.ts +2 -0
  1394. package/node_modules/@smithy/smithy-client/dist-types/split-header.d.ts +5 -0
  1395. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +22 -1
  1396. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/collect-stream-body.d.ts +2 -7
  1397. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/exceptions.d.ts +8 -0
  1398. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extended-encode-uri-component.d.ts +2 -4
  1399. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/retry.d.ts +3 -0
  1400. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/index.d.ts +6 -3
  1401. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/is-serializable-header-value.d.ts +5 -0
  1402. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/lazy-json.d.ts +37 -15
  1403. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/quote-header.d.ts +6 -0
  1404. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/resolve-path.d.ts +2 -1
  1405. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/ser-utils.d.ts +6 -0
  1406. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/serde-json.d.ts +2 -0
  1407. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/split-header.d.ts +5 -0
  1408. package/node_modules/@smithy/smithy-client/package.json +13 -12
  1409. package/node_modules/@smithy/types/README.md +36 -1
  1410. package/node_modules/@smithy/types/dist-es/abort-handler.js +1 -0
  1411. package/node_modules/@smithy/types/dist-es/feature-ids.js +1 -0
  1412. package/node_modules/@smithy/types/dist-es/index.js +1 -0
  1413. package/node_modules/@smithy/types/dist-types/abort-handler.d.ts +7 -0
  1414. package/node_modules/@smithy/types/dist-types/abort.d.ts +4 -3
  1415. package/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +2 -0
  1416. package/node_modules/@smithy/types/dist-types/client.d.ts +13 -0
  1417. package/node_modules/@smithy/types/dist-types/command.d.ts +14 -1
  1418. package/node_modules/@smithy/types/dist-types/connection/config.d.ts +3 -0
  1419. package/node_modules/@smithy/types/dist-types/connection/manager.d.ts +6 -0
  1420. package/node_modules/@smithy/types/dist-types/connection/pool.d.ts +8 -0
  1421. package/node_modules/@smithy/types/dist-types/encode.d.ts +12 -0
  1422. package/node_modules/@smithy/types/dist-types/endpoint.d.ts +1 -1
  1423. package/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +12 -0
  1424. package/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +3 -0
  1425. package/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +9 -0
  1426. package/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +6 -0
  1427. package/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +30 -0
  1428. package/node_modules/@smithy/types/dist-types/eventStream.d.ts +31 -2
  1429. package/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +3 -0
  1430. package/node_modules/@smithy/types/dist-types/feature-ids.d.ts +16 -0
  1431. package/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +46 -2
  1432. package/node_modules/@smithy/types/dist-types/http.d.ts +10 -3
  1433. package/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +4 -0
  1434. package/node_modules/@smithy/types/dist-types/index.d.ts +1 -0
  1435. package/node_modules/@smithy/types/dist-types/middleware.d.ts +30 -6
  1436. package/node_modules/@smithy/types/dist-types/pagination.d.ts +8 -1
  1437. package/node_modules/@smithy/types/dist-types/serde.d.ts +1 -0
  1438. package/node_modules/@smithy/types/dist-types/shapes.d.ts +1 -0
  1439. package/node_modules/@smithy/types/dist-types/signature.d.ts +5 -0
  1440. package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +2 -1
  1441. package/node_modules/@smithy/types/dist-types/transfer.d.ts +8 -0
  1442. package/node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts +6 -6
  1443. package/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +12 -6
  1444. package/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +13 -7
  1445. package/node_modules/@smithy/types/dist-types/ts3.4/abort-handler.d.ts +7 -0
  1446. package/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +4 -3
  1447. package/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +1 -0
  1448. package/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +13 -0
  1449. package/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +14 -1
  1450. package/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +3 -0
  1451. package/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +6 -0
  1452. package/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +8 -0
  1453. package/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +12 -0
  1454. package/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +1 -1
  1455. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +12 -0
  1456. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +3 -0
  1457. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +9 -0
  1458. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +6 -0
  1459. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +30 -0
  1460. package/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +31 -2
  1461. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +3 -0
  1462. package/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +16 -0
  1463. package/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +46 -2
  1464. package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +10 -3
  1465. package/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +4 -0
  1466. package/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +1 -0
  1467. package/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +26 -2
  1468. package/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +7 -0
  1469. package/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +1 -0
  1470. package/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +1 -0
  1471. package/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +5 -0
  1472. package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +1 -1
  1473. package/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +8 -0
  1474. package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +6 -6
  1475. package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +8 -10
  1476. package/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +13 -7
  1477. package/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +3 -3
  1478. package/node_modules/@smithy/types/dist-types/waiter.d.ts +3 -3
  1479. package/node_modules/@smithy/types/package.json +2 -3
  1480. package/node_modules/@smithy/url-parser/package.json +9 -6
  1481. package/node_modules/@smithy/util-base64/package.json +8 -8
  1482. package/node_modules/@smithy/util-body-length-browser/package.json +7 -4
  1483. package/node_modules/@smithy/util-body-length-node/package.json +6 -6
  1484. package/node_modules/@smithy/util-buffer-from/package.json +7 -7
  1485. package/node_modules/@smithy/util-config-provider/package.json +6 -6
  1486. package/node_modules/@smithy/util-defaults-mode-browser/package.json +10 -10
  1487. package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js +2 -2
  1488. package/node_modules/@smithy/util-defaults-mode-node/package.json +13 -13
  1489. package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +81 -21
  1490. package/node_modules/@smithy/util-endpoints/dist-es/cache/EndpointCache.js +49 -0
  1491. package/node_modules/@smithy/util-endpoints/dist-es/index.js +1 -0
  1492. package/node_modules/@smithy/util-endpoints/dist-es/resolveEndpoint.js +0 -10
  1493. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateCondition.js +1 -1
  1494. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateConditions.js +1 -1
  1495. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateEndpointRule.js +1 -1
  1496. package/node_modules/@smithy/util-endpoints/dist-types/cache/EndpointCache.d.ts +34 -0
  1497. package/node_modules/@smithy/util-endpoints/dist-types/index.d.ts +1 -0
  1498. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/cache/EndpointCache.d.ts +34 -0
  1499. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/index.d.ts +1 -0
  1500. package/node_modules/@smithy/util-endpoints/package.json +10 -9
  1501. package/node_modules/@smithy/util-hex-encoding/package.json +5 -5
  1502. package/node_modules/@smithy/util-middleware/package.json +7 -7
  1503. package/node_modules/@smithy/util-retry/dist-cjs/index.js +29 -18
  1504. package/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +2 -1
  1505. package/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +4 -0
  1506. package/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +4 -0
  1507. package/node_modules/@smithy/util-retry/package.json +8 -8
  1508. package/node_modules/@smithy/util-stream/dist-cjs/ByteArrayCollector.js +35 -0
  1509. package/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.browser.js +7 -0
  1510. package/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js +49 -0
  1511. package/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.browser.js +40 -0
  1512. package/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.js +13 -0
  1513. package/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadable.js +61 -0
  1514. package/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadableStream.js +104 -0
  1515. package/node_modules/@smithy/util-stream/dist-cjs/headStream.browser.js +36 -0
  1516. package/node_modules/@smithy/util-stream/dist-cjs/headStream.js +46 -0
  1517. package/node_modules/@smithy/util-stream/dist-cjs/index.js +18 -4
  1518. package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.browser.js +3 -3
  1519. package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +10 -5
  1520. package/node_modules/@smithy/util-stream/dist-cjs/splitStream.browser.js +11 -0
  1521. package/node_modules/@smithy/util-stream/dist-cjs/splitStream.js +17 -0
  1522. package/node_modules/@smithy/util-stream/dist-cjs/stream-type-check.js +14 -0
  1523. package/node_modules/@smithy/util-stream/dist-es/ByteArrayCollector.js +31 -0
  1524. package/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.browser.js +3 -0
  1525. package/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.js +44 -0
  1526. package/node_modules/@smithy/util-stream/dist-es/checksum/createChecksumStream.browser.js +35 -0
  1527. package/node_modules/@smithy/util-stream/dist-es/checksum/createChecksumStream.js +9 -0
  1528. package/node_modules/@smithy/util-stream/dist-es/createBufferedReadable.js +57 -0
  1529. package/node_modules/@smithy/util-stream/dist-es/createBufferedReadableStream.js +95 -0
  1530. package/node_modules/@smithy/util-stream/dist-es/headStream.browser.js +31 -0
  1531. package/node_modules/@smithy/util-stream/dist-es/headStream.js +41 -0
  1532. package/node_modules/@smithy/util-stream/dist-es/index.js +6 -0
  1533. package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.browser.js +3 -3
  1534. package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +9 -4
  1535. package/node_modules/@smithy/util-stream/dist-es/splitStream.browser.js +7 -0
  1536. package/node_modules/@smithy/util-stream/dist-es/splitStream.js +13 -0
  1537. package/node_modules/@smithy/util-stream/dist-es/stream-type-check.js +5 -0
  1538. package/node_modules/@smithy/util-stream/dist-types/ByteArrayCollector.d.ts +13 -0
  1539. package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.browser.d.ts +37 -0
  1540. package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +62 -0
  1541. package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +15 -0
  1542. package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +12 -0
  1543. package/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +13 -0
  1544. package/node_modules/@smithy/util-stream/dist-types/createBufferedReadableStream.d.ts +49 -0
  1545. package/node_modules/@smithy/util-stream/dist-types/headStream.browser.d.ts +8 -0
  1546. package/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +9 -0
  1547. package/node_modules/@smithy/util-stream/dist-types/index.d.ts +6 -0
  1548. package/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.d.ts +1 -1
  1549. package/node_modules/@smithy/util-stream/dist-types/splitStream.browser.d.ts +5 -0
  1550. package/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +9 -0
  1551. package/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +16 -0
  1552. package/node_modules/@smithy/util-stream/dist-types/ts3.4/ByteArrayCollector.d.ts +13 -0
  1553. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.browser.d.ts +37 -0
  1554. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +60 -0
  1555. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +15 -0
  1556. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +12 -0
  1557. package/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +13 -0
  1558. package/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadableStream.d.ts +53 -0
  1559. package/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.browser.d.ts +8 -0
  1560. package/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +9 -0
  1561. package/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +6 -0
  1562. package/node_modules/@smithy/util-stream/dist-types/ts3.4/sdk-stream-mixin.d.ts +1 -1
  1563. package/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.browser.d.ts +8 -0
  1564. package/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +15 -0
  1565. package/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +16 -0
  1566. package/node_modules/@smithy/util-stream/package.json +37 -34
  1567. package/node_modules/@smithy/util-uri-escape/package.json +5 -5
  1568. package/node_modules/@smithy/util-utf8/package.json +6 -6
  1569. package/node_modules/@smithy/util-waiter/dist-cjs/index.js +41 -11
  1570. package/node_modules/@smithy/util-waiter/dist-es/createWaiter.js +7 -1
  1571. package/node_modules/@smithy/util-waiter/dist-es/poller.js +30 -4
  1572. package/node_modules/@smithy/util-waiter/dist-es/utils/validate.js +3 -3
  1573. package/node_modules/@smithy/util-waiter/dist-es/waiter.js +1 -1
  1574. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/waiter.d.ts +5 -0
  1575. package/node_modules/@smithy/util-waiter/dist-types/waiter.d.ts +5 -0
  1576. package/node_modules/@smithy/util-waiter/package.json +7 -7
  1577. package/node_modules/call-bind-apply-helpers/.eslintrc +17 -0
  1578. package/node_modules/call-bind-apply-helpers/.github/FUNDING.yml +12 -0
  1579. package/node_modules/call-bind-apply-helpers/.nycrc +9 -0
  1580. package/node_modules/call-bind-apply-helpers/CHANGELOG.md +30 -0
  1581. package/node_modules/call-bind-apply-helpers/LICENSE +21 -0
  1582. package/node_modules/call-bind-apply-helpers/README.md +62 -0
  1583. package/node_modules/call-bind-apply-helpers/actualApply.d.ts +1 -0
  1584. package/node_modules/call-bind-apply-helpers/actualApply.js +10 -0
  1585. package/node_modules/call-bind-apply-helpers/applyBind.d.ts +19 -0
  1586. package/node_modules/call-bind-apply-helpers/applyBind.js +10 -0
  1587. package/node_modules/call-bind-apply-helpers/functionApply.d.ts +1 -0
  1588. package/node_modules/call-bind-apply-helpers/functionApply.js +4 -0
  1589. package/node_modules/call-bind-apply-helpers/functionCall.d.ts +1 -0
  1590. package/node_modules/call-bind-apply-helpers/functionCall.js +4 -0
  1591. package/node_modules/call-bind-apply-helpers/index.d.ts +64 -0
  1592. package/node_modules/call-bind-apply-helpers/index.js +15 -0
  1593. package/node_modules/call-bind-apply-helpers/package.json +85 -0
  1594. package/node_modules/call-bind-apply-helpers/reflectApply.d.ts +3 -0
  1595. package/node_modules/call-bind-apply-helpers/reflectApply.js +4 -0
  1596. package/node_modules/call-bind-apply-helpers/test/index.js +63 -0
  1597. package/node_modules/call-bind-apply-helpers/tsconfig.json +9 -0
  1598. package/node_modules/dunder-proto/.eslintrc +5 -0
  1599. package/node_modules/dunder-proto/.github/FUNDING.yml +12 -0
  1600. package/node_modules/dunder-proto/.nycrc +13 -0
  1601. package/node_modules/dunder-proto/CHANGELOG.md +24 -0
  1602. package/node_modules/dunder-proto/LICENSE +21 -0
  1603. package/node_modules/dunder-proto/README.md +54 -0
  1604. package/node_modules/dunder-proto/get.d.ts +5 -0
  1605. package/node_modules/dunder-proto/get.js +30 -0
  1606. package/node_modules/dunder-proto/package.json +76 -0
  1607. package/node_modules/dunder-proto/set.d.ts +5 -0
  1608. package/node_modules/dunder-proto/set.js +35 -0
  1609. package/node_modules/dunder-proto/test/get.js +34 -0
  1610. package/node_modules/dunder-proto/test/index.js +4 -0
  1611. package/node_modules/dunder-proto/test/set.js +50 -0
  1612. package/node_modules/dunder-proto/tsconfig.json +9 -0
  1613. package/node_modules/es-define-property/.eslintrc +13 -0
  1614. package/node_modules/es-define-property/.github/FUNDING.yml +12 -0
  1615. package/node_modules/es-define-property/.nycrc +9 -0
  1616. package/node_modules/es-define-property/CHANGELOG.md +29 -0
  1617. package/node_modules/es-define-property/LICENSE +21 -0
  1618. package/node_modules/es-define-property/README.md +49 -0
  1619. package/node_modules/es-define-property/index.d.ts +3 -0
  1620. package/node_modules/es-define-property/index.js +14 -0
  1621. package/node_modules/es-define-property/package.json +81 -0
  1622. package/node_modules/es-define-property/test/index.js +56 -0
  1623. package/node_modules/es-define-property/tsconfig.json +10 -0
  1624. package/node_modules/es-errors/.eslintrc +5 -0
  1625. package/node_modules/es-errors/.github/FUNDING.yml +12 -0
  1626. package/node_modules/es-errors/CHANGELOG.md +40 -0
  1627. package/node_modules/es-errors/LICENSE +21 -0
  1628. package/node_modules/es-errors/README.md +55 -0
  1629. package/node_modules/es-errors/eval.d.ts +3 -0
  1630. package/node_modules/es-errors/eval.js +4 -0
  1631. package/node_modules/es-errors/index.d.ts +3 -0
  1632. package/node_modules/es-errors/index.js +4 -0
  1633. package/node_modules/es-errors/package.json +80 -0
  1634. package/node_modules/es-errors/range.d.ts +3 -0
  1635. package/node_modules/es-errors/range.js +4 -0
  1636. package/node_modules/es-errors/ref.d.ts +3 -0
  1637. package/node_modules/es-errors/ref.js +4 -0
  1638. package/node_modules/es-errors/syntax.d.ts +3 -0
  1639. package/node_modules/es-errors/syntax.js +4 -0
  1640. package/node_modules/es-errors/test/index.js +19 -0
  1641. package/node_modules/es-errors/tsconfig.json +49 -0
  1642. package/node_modules/es-errors/type.d.ts +3 -0
  1643. package/node_modules/es-errors/type.js +4 -0
  1644. package/node_modules/es-errors/uri.d.ts +3 -0
  1645. package/node_modules/es-errors/uri.js +4 -0
  1646. package/node_modules/es-object-atoms/.eslintrc +16 -0
  1647. package/node_modules/es-object-atoms/.github/FUNDING.yml +12 -0
  1648. package/node_modules/es-object-atoms/CHANGELOG.md +37 -0
  1649. package/node_modules/es-object-atoms/LICENSE +21 -0
  1650. package/node_modules/es-object-atoms/README.md +63 -0
  1651. package/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +3 -0
  1652. package/node_modules/es-object-atoms/RequireObjectCoercible.js +11 -0
  1653. package/node_modules/es-object-atoms/ToObject.d.ts +7 -0
  1654. package/node_modules/es-object-atoms/ToObject.js +10 -0
  1655. package/node_modules/es-object-atoms/index.d.ts +3 -0
  1656. package/node_modules/es-object-atoms/index.js +4 -0
  1657. package/node_modules/es-object-atoms/isObject.d.ts +3 -0
  1658. package/node_modules/es-object-atoms/isObject.js +6 -0
  1659. package/node_modules/es-object-atoms/package.json +80 -0
  1660. package/node_modules/es-object-atoms/test/index.js +38 -0
  1661. package/node_modules/es-object-atoms/tsconfig.json +6 -0
  1662. package/node_modules/es-set-tostringtag/.eslintrc +13 -0
  1663. package/node_modules/es-set-tostringtag/.nycrc +9 -0
  1664. package/node_modules/es-set-tostringtag/CHANGELOG.md +67 -0
  1665. package/node_modules/es-set-tostringtag/LICENSE +21 -0
  1666. package/node_modules/es-set-tostringtag/README.md +53 -0
  1667. package/node_modules/es-set-tostringtag/index.d.ts +10 -0
  1668. package/node_modules/es-set-tostringtag/index.js +35 -0
  1669. package/node_modules/es-set-tostringtag/package.json +78 -0
  1670. package/node_modules/es-set-tostringtag/test/index.js +85 -0
  1671. package/node_modules/es-set-tostringtag/tsconfig.json +9 -0
  1672. package/node_modules/fast-xml-parser/CHANGELOG.md +349 -309
  1673. package/node_modules/fast-xml-parser/README.md +83 -51
  1674. package/node_modules/fast-xml-parser/package.json +8 -5
  1675. package/node_modules/fast-xml-parser/src/fxp.d.ts +365 -71
  1676. package/node_modules/fast-xml-parser/src/v5/CharsSymbol.js +16 -0
  1677. package/node_modules/fast-xml-parser/src/v5/EntitiesParser.js +107 -0
  1678. package/node_modules/fast-xml-parser/src/v5/OptionsBuilder.js +64 -0
  1679. package/node_modules/fast-xml-parser/src/v5/OutputBuilders/BaseOutputBuilder.js +71 -0
  1680. package/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsArrBuilder.js +103 -0
  1681. package/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsMinArrBuilder.js +102 -0
  1682. package/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsObjBuilder.js +156 -0
  1683. package/node_modules/fast-xml-parser/src/v5/OutputBuilders/ParserOptionsBuilder.js +99 -0
  1684. package/node_modules/fast-xml-parser/src/v5/Report.js +0 -0
  1685. package/node_modules/fast-xml-parser/src/v5/TagPath.js +81 -0
  1686. package/node_modules/fast-xml-parser/src/v5/TagPathMatcher.js +15 -0
  1687. package/node_modules/fast-xml-parser/src/v5/XMLParser.js +85 -0
  1688. package/node_modules/fast-xml-parser/src/v5/Xml2JsParser.js +237 -0
  1689. package/node_modules/fast-xml-parser/src/v5/XmlPartReader.js +212 -0
  1690. package/node_modules/fast-xml-parser/src/v5/XmlSpecialTagsReader.js +118 -0
  1691. package/node_modules/fast-xml-parser/src/v5/inputSource/BufferSource.js +118 -0
  1692. package/node_modules/fast-xml-parser/src/v5/inputSource/StringSource.js +123 -0
  1693. package/node_modules/fast-xml-parser/src/v5/valueParsers/EntitiesParser.js +107 -0
  1694. package/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParser.js +23 -0
  1695. package/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParserExt.js +20 -0
  1696. package/node_modules/fast-xml-parser/src/v5/valueParsers/currency.js +40 -0
  1697. package/node_modules/fast-xml-parser/src/v5/valueParsers/join.js +14 -0
  1698. package/node_modules/fast-xml-parser/src/v5/valueParsers/number.js +16 -0
  1699. package/node_modules/fast-xml-parser/src/v5/valueParsers/trim.js +8 -0
  1700. package/node_modules/fast-xml-parser/src/validator.js +2 -0
  1701. package/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +31 -9
  1702. package/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +4 -0
  1703. package/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +25 -12
  1704. package/node_modules/follow-redirects/index.js +21 -7
  1705. package/node_modules/follow-redirects/package.json +2 -2
  1706. package/node_modules/form-data/Readme.md +4 -4
  1707. package/node_modules/form-data/lib/form_data.js +25 -23
  1708. package/node_modules/form-data/package.json +25 -19
  1709. package/node_modules/function-bind/.eslintrc +21 -0
  1710. package/node_modules/function-bind/.github/FUNDING.yml +12 -0
  1711. package/node_modules/function-bind/.github/SECURITY.md +3 -0
  1712. package/node_modules/function-bind/.nycrc +13 -0
  1713. package/node_modules/function-bind/CHANGELOG.md +136 -0
  1714. package/node_modules/function-bind/LICENSE +20 -0
  1715. package/node_modules/function-bind/README.md +46 -0
  1716. package/node_modules/function-bind/implementation.js +84 -0
  1717. package/node_modules/function-bind/index.js +5 -0
  1718. package/node_modules/function-bind/package.json +87 -0
  1719. package/node_modules/function-bind/test/.eslintrc +9 -0
  1720. package/node_modules/function-bind/test/index.js +252 -0
  1721. package/node_modules/get-intrinsic/.eslintrc +42 -0
  1722. package/node_modules/get-intrinsic/.github/FUNDING.yml +12 -0
  1723. package/node_modules/get-intrinsic/.nycrc +9 -0
  1724. package/node_modules/get-intrinsic/CHANGELOG.md +186 -0
  1725. package/node_modules/get-intrinsic/LICENSE +21 -0
  1726. package/node_modules/get-intrinsic/README.md +71 -0
  1727. package/node_modules/get-intrinsic/index.js +378 -0
  1728. package/node_modules/get-intrinsic/package.json +97 -0
  1729. package/node_modules/get-intrinsic/test/GetIntrinsic.js +274 -0
  1730. package/node_modules/get-proto/.eslintrc +10 -0
  1731. package/node_modules/get-proto/.github/FUNDING.yml +12 -0
  1732. package/node_modules/get-proto/.nycrc +9 -0
  1733. package/node_modules/get-proto/CHANGELOG.md +21 -0
  1734. package/node_modules/get-proto/LICENSE +21 -0
  1735. package/node_modules/get-proto/Object.getPrototypeOf.d.ts +5 -0
  1736. package/node_modules/get-proto/Object.getPrototypeOf.js +6 -0
  1737. package/node_modules/get-proto/README.md +50 -0
  1738. package/node_modules/get-proto/Reflect.getPrototypeOf.d.ts +3 -0
  1739. package/node_modules/get-proto/Reflect.getPrototypeOf.js +4 -0
  1740. package/node_modules/get-proto/index.d.ts +5 -0
  1741. package/node_modules/get-proto/index.js +27 -0
  1742. package/node_modules/get-proto/package.json +81 -0
  1743. package/node_modules/get-proto/test/index.js +68 -0
  1744. package/node_modules/get-proto/tsconfig.json +9 -0
  1745. package/node_modules/gopd/.eslintrc +16 -0
  1746. package/node_modules/gopd/.github/FUNDING.yml +12 -0
  1747. package/node_modules/gopd/CHANGELOG.md +45 -0
  1748. package/node_modules/gopd/LICENSE +21 -0
  1749. package/node_modules/gopd/README.md +40 -0
  1750. package/node_modules/gopd/gOPD.d.ts +1 -0
  1751. package/node_modules/gopd/gOPD.js +4 -0
  1752. package/node_modules/gopd/index.d.ts +5 -0
  1753. package/node_modules/gopd/index.js +15 -0
  1754. package/node_modules/gopd/package.json +77 -0
  1755. package/node_modules/gopd/test/index.js +36 -0
  1756. package/node_modules/gopd/tsconfig.json +9 -0
  1757. package/node_modules/has-symbols/.eslintrc +11 -0
  1758. package/node_modules/has-symbols/.github/FUNDING.yml +12 -0
  1759. package/node_modules/has-symbols/.nycrc +9 -0
  1760. package/node_modules/has-symbols/CHANGELOG.md +91 -0
  1761. package/node_modules/has-symbols/LICENSE +21 -0
  1762. package/node_modules/has-symbols/README.md +46 -0
  1763. package/node_modules/has-symbols/index.d.ts +3 -0
  1764. package/node_modules/has-symbols/index.js +14 -0
  1765. package/node_modules/has-symbols/package.json +111 -0
  1766. package/node_modules/has-symbols/shams.d.ts +3 -0
  1767. package/node_modules/has-symbols/shams.js +45 -0
  1768. package/node_modules/has-symbols/test/index.js +22 -0
  1769. package/node_modules/has-symbols/test/shams/core-js.js +29 -0
  1770. package/node_modules/has-symbols/test/shams/get-own-property-symbols.js +29 -0
  1771. package/node_modules/has-symbols/test/tests.js +58 -0
  1772. package/node_modules/has-symbols/tsconfig.json +10 -0
  1773. package/node_modules/has-tostringtag/.eslintrc +5 -0
  1774. package/node_modules/has-tostringtag/.github/FUNDING.yml +12 -0
  1775. package/node_modules/has-tostringtag/.nycrc +13 -0
  1776. package/node_modules/has-tostringtag/CHANGELOG.md +42 -0
  1777. package/node_modules/has-tostringtag/LICENSE +21 -0
  1778. package/node_modules/has-tostringtag/README.md +46 -0
  1779. package/node_modules/has-tostringtag/index.d.ts +3 -0
  1780. package/node_modules/has-tostringtag/index.js +8 -0
  1781. package/node_modules/has-tostringtag/package.json +108 -0
  1782. package/node_modules/has-tostringtag/shams.d.ts +3 -0
  1783. package/node_modules/has-tostringtag/shams.js +8 -0
  1784. package/node_modules/has-tostringtag/test/index.js +21 -0
  1785. package/node_modules/has-tostringtag/test/shams/core-js.js +31 -0
  1786. package/node_modules/has-tostringtag/test/shams/get-own-property-symbols.js +30 -0
  1787. package/node_modules/has-tostringtag/test/tests.js +15 -0
  1788. package/node_modules/has-tostringtag/tsconfig.json +49 -0
  1789. package/node_modules/hasown/.eslintrc +5 -0
  1790. package/node_modules/hasown/.github/FUNDING.yml +12 -0
  1791. package/node_modules/hasown/.nycrc +13 -0
  1792. package/node_modules/hasown/CHANGELOG.md +40 -0
  1793. package/node_modules/hasown/LICENSE +21 -0
  1794. package/node_modules/hasown/README.md +40 -0
  1795. package/node_modules/hasown/index.d.ts +3 -0
  1796. package/node_modules/hasown/index.js +8 -0
  1797. package/node_modules/hasown/package.json +92 -0
  1798. package/node_modules/hasown/tsconfig.json +6 -0
  1799. package/node_modules/jsonc-parser/CHANGELOG.md +4 -0
  1800. package/node_modules/jsonc-parser/README.md +18 -16
  1801. package/node_modules/jsonc-parser/lib/esm/impl/parser.js +34 -7
  1802. package/node_modules/jsonc-parser/lib/esm/main.d.ts +4 -2
  1803. package/node_modules/jsonc-parser/lib/umd/impl/parser.js +34 -7
  1804. package/node_modules/jsonc-parser/lib/umd/main.d.ts +4 -2
  1805. package/node_modules/jsonc-parser/package.json +9 -9
  1806. package/node_modules/math-intrinsics/.eslintrc +16 -0
  1807. package/node_modules/math-intrinsics/.github/FUNDING.yml +12 -0
  1808. package/node_modules/math-intrinsics/CHANGELOG.md +24 -0
  1809. package/node_modules/math-intrinsics/LICENSE +21 -0
  1810. package/node_modules/math-intrinsics/README.md +50 -0
  1811. package/node_modules/math-intrinsics/abs.d.ts +1 -0
  1812. package/node_modules/math-intrinsics/abs.js +4 -0
  1813. package/node_modules/math-intrinsics/constants/maxArrayLength.d.ts +3 -0
  1814. package/node_modules/math-intrinsics/constants/maxArrayLength.js +4 -0
  1815. package/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts +3 -0
  1816. package/node_modules/math-intrinsics/constants/maxSafeInteger.js +5 -0
  1817. package/node_modules/math-intrinsics/constants/maxValue.d.ts +3 -0
  1818. package/node_modules/math-intrinsics/constants/maxValue.js +5 -0
  1819. package/node_modules/math-intrinsics/floor.d.ts +1 -0
  1820. package/node_modules/math-intrinsics/floor.js +4 -0
  1821. package/node_modules/math-intrinsics/isFinite.d.ts +3 -0
  1822. package/node_modules/math-intrinsics/isFinite.js +12 -0
  1823. package/node_modules/math-intrinsics/isInteger.d.ts +3 -0
  1824. package/node_modules/math-intrinsics/isInteger.js +16 -0
  1825. package/node_modules/math-intrinsics/isNaN.d.ts +1 -0
  1826. package/node_modules/math-intrinsics/isNaN.js +6 -0
  1827. package/node_modules/math-intrinsics/isNegativeZero.d.ts +3 -0
  1828. package/node_modules/math-intrinsics/isNegativeZero.js +6 -0
  1829. package/node_modules/math-intrinsics/max.d.ts +1 -0
  1830. package/node_modules/math-intrinsics/max.js +4 -0
  1831. package/node_modules/math-intrinsics/min.d.ts +1 -0
  1832. package/node_modules/math-intrinsics/min.js +4 -0
  1833. package/node_modules/math-intrinsics/mod.d.ts +3 -0
  1834. package/node_modules/math-intrinsics/mod.js +9 -0
  1835. package/node_modules/math-intrinsics/package.json +86 -0
  1836. package/node_modules/math-intrinsics/pow.d.ts +1 -0
  1837. package/node_modules/math-intrinsics/pow.js +4 -0
  1838. package/node_modules/math-intrinsics/round.d.ts +1 -0
  1839. package/node_modules/math-intrinsics/round.js +4 -0
  1840. package/node_modules/math-intrinsics/sign.d.ts +3 -0
  1841. package/node_modules/math-intrinsics/sign.js +11 -0
  1842. package/node_modules/math-intrinsics/test/index.js +192 -0
  1843. package/node_modules/math-intrinsics/tsconfig.json +3 -0
  1844. package/node_modules/strnum/CHANGELOG.md +22 -0
  1845. package/node_modules/strnum/README.md +14 -3
  1846. package/node_modules/strnum/package.json +8 -2
  1847. package/node_modules/strnum/strnum.js +43 -56
  1848. package/node_modules/strnum/strnum.test.js +21 -6
  1849. package/node_modules/tslib/modules/index.d.ts +1 -0
  1850. package/node_modules/tslib/modules/index.js +2 -0
  1851. package/node_modules/tslib/package.json +1 -1
  1852. package/node_modules/tslib/tslib.d.ts +8 -1
  1853. package/node_modules/tslib/tslib.es6.js +43 -11
  1854. package/node_modules/tslib/tslib.es6.mjs +47 -16
  1855. package/node_modules/tslib/tslib.js +75 -12
  1856. package/package.json +4 -3
  1857. package/methods_list.txt +0 -18366
  1858. package/node_modules/@aws-crypto/ie11-detection/CHANGELOG.md +0 -46
  1859. package/node_modules/@aws-crypto/ie11-detection/LICENSE +0 -202
  1860. package/node_modules/@aws-crypto/ie11-detection/README.md +0 -20
  1861. package/node_modules/@aws-crypto/ie11-detection/build/CryptoOperation.d.ts +0 -19
  1862. package/node_modules/@aws-crypto/ie11-detection/build/CryptoOperation.js +0 -3
  1863. package/node_modules/@aws-crypto/ie11-detection/build/CryptoOperation.js.map +0 -1
  1864. package/node_modules/@aws-crypto/ie11-detection/build/Key.d.ts +0 -12
  1865. package/node_modules/@aws-crypto/ie11-detection/build/Key.js +0 -3
  1866. package/node_modules/@aws-crypto/ie11-detection/build/Key.js.map +0 -1
  1867. package/node_modules/@aws-crypto/ie11-detection/build/KeyOperation.d.ts +0 -12
  1868. package/node_modules/@aws-crypto/ie11-detection/build/KeyOperation.js +0 -3
  1869. package/node_modules/@aws-crypto/ie11-detection/build/KeyOperation.js.map +0 -1
  1870. package/node_modules/@aws-crypto/ie11-detection/build/MsSubtleCrypto.d.ts +0 -33
  1871. package/node_modules/@aws-crypto/ie11-detection/build/MsSubtleCrypto.js +0 -3
  1872. package/node_modules/@aws-crypto/ie11-detection/build/MsSubtleCrypto.js.map +0 -1
  1873. package/node_modules/@aws-crypto/ie11-detection/build/MsWindow.d.ts +0 -21
  1874. package/node_modules/@aws-crypto/ie11-detection/build/MsWindow.js +0 -32
  1875. package/node_modules/@aws-crypto/ie11-detection/build/MsWindow.js.map +0 -1
  1876. package/node_modules/@aws-crypto/ie11-detection/build/index.d.ts +0 -5
  1877. package/node_modules/@aws-crypto/ie11-detection/build/index.js +0 -9
  1878. package/node_modules/@aws-crypto/ie11-detection/build/index.js.map +0 -1
  1879. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/CopyrightNotice.txt +0 -15
  1880. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/LICENSE.txt +0 -12
  1881. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/README.md +0 -142
  1882. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/modules/index.js +0 -51
  1883. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/modules/package.json +0 -3
  1884. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/package.json +0 -37
  1885. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +0 -23
  1886. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
  1887. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.d.ts +0 -37
  1888. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.es6.html +0 -1
  1889. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.es6.js +0 -218
  1890. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.html +0 -1
  1891. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.js +0 -284
  1892. package/node_modules/@aws-crypto/ie11-detection/package.json +0 -26
  1893. package/node_modules/@aws-crypto/ie11-detection/src/CryptoOperation.ts +0 -21
  1894. package/node_modules/@aws-crypto/ie11-detection/src/Key.ts +0 -12
  1895. package/node_modules/@aws-crypto/ie11-detection/src/KeyOperation.ts +0 -13
  1896. package/node_modules/@aws-crypto/ie11-detection/src/MsSubtleCrypto.ts +0 -88
  1897. package/node_modules/@aws-crypto/ie11-detection/src/MsWindow.ts +0 -59
  1898. package/node_modules/@aws-crypto/ie11-detection/src/index.ts +0 -5
  1899. package/node_modules/@aws-crypto/ie11-detection/tsconfig.json +0 -17
  1900. package/node_modules/@aws-crypto/sha256-browser/build/constants.js.map +0 -1
  1901. package/node_modules/@aws-crypto/sha256-browser/build/crossPlatformSha256.js +0 -35
  1902. package/node_modules/@aws-crypto/sha256-browser/build/crossPlatformSha256.js.map +0 -1
  1903. package/node_modules/@aws-crypto/sha256-browser/build/ie11Sha256.d.ts +0 -9
  1904. package/node_modules/@aws-crypto/sha256-browser/build/ie11Sha256.js +0 -80
  1905. package/node_modules/@aws-crypto/sha256-browser/build/ie11Sha256.js.map +0 -1
  1906. package/node_modules/@aws-crypto/sha256-browser/build/index.d.ts +0 -3
  1907. package/node_modules/@aws-crypto/sha256-browser/build/index.js +0 -10
  1908. package/node_modules/@aws-crypto/sha256-browser/build/index.js.map +0 -1
  1909. package/node_modules/@aws-crypto/sha256-browser/build/isEmptyData.js.map +0 -1
  1910. package/node_modules/@aws-crypto/sha256-browser/build/webCryptoSha256.js.map +0 -1
  1911. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/CopyrightNotice.txt +0 -15
  1912. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/LICENSE.txt +0 -12
  1913. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/README.md +0 -142
  1914. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/modules/index.js +0 -51
  1915. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/modules/package.json +0 -3
  1916. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/package.json +0 -37
  1917. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +0 -23
  1918. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
  1919. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.d.ts +0 -37
  1920. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.es6.html +0 -1
  1921. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.es6.js +0 -218
  1922. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.html +0 -1
  1923. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.js +0 -284
  1924. package/node_modules/@aws-crypto/sha256-browser/src/ie11Sha256.ts +0 -108
  1925. package/node_modules/@aws-crypto/sha256-js/build/RawSha256.js.map +0 -1
  1926. package/node_modules/@aws-crypto/sha256-js/build/constants.js.map +0 -1
  1927. package/node_modules/@aws-crypto/sha256-js/build/index.js.map +0 -1
  1928. package/node_modules/@aws-crypto/sha256-js/build/jsSha256.js.map +0 -1
  1929. package/node_modules/@aws-crypto/sha256-js/build/knownHashes.fixture.js.map +0 -1
  1930. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/CopyrightNotice.txt +0 -15
  1931. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/LICENSE.txt +0 -12
  1932. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/README.md +0 -142
  1933. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/modules/index.js +0 -51
  1934. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/modules/package.json +0 -3
  1935. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/package.json +0 -37
  1936. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +0 -23
  1937. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
  1938. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.d.ts +0 -37
  1939. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.es6.html +0 -1
  1940. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.es6.js +0 -218
  1941. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.html +0 -1
  1942. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.js +0 -284
  1943. package/node_modules/@aws-crypto/supports-web-crypto/build/index.js +0 -5
  1944. package/node_modules/@aws-crypto/supports-web-crypto/build/supportsWebCrypto.js +0 -69
  1945. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/CopyrightNotice.txt +0 -15
  1946. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/LICENSE.txt +0 -12
  1947. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/README.md +0 -142
  1948. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/modules/index.js +0 -51
  1949. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/modules/package.json +0 -3
  1950. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/package.json +0 -37
  1951. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +0 -23
  1952. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
  1953. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.d.ts +0 -37
  1954. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.es6.html +0 -1
  1955. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.es6.js +0 -218
  1956. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.html +0 -1
  1957. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.js +0 -284
  1958. package/node_modules/@aws-crypto/util/build/convertToBuffer.js +0 -24
  1959. package/node_modules/@aws-crypto/util/build/convertToBuffer.js.map +0 -1
  1960. package/node_modules/@aws-crypto/util/build/index.js.map +0 -1
  1961. package/node_modules/@aws-crypto/util/build/isEmptyData.js.map +0 -1
  1962. package/node_modules/@aws-crypto/util/build/numToUint8.js.map +0 -1
  1963. package/node_modules/@aws-crypto/util/build/uint32ArrayFrom.js.map +0 -1
  1964. package/node_modules/@aws-crypto/util/node_modules/tslib/CopyrightNotice.txt +0 -15
  1965. package/node_modules/@aws-crypto/util/node_modules/tslib/LICENSE.txt +0 -12
  1966. package/node_modules/@aws-crypto/util/node_modules/tslib/README.md +0 -142
  1967. package/node_modules/@aws-crypto/util/node_modules/tslib/modules/index.js +0 -51
  1968. package/node_modules/@aws-crypto/util/node_modules/tslib/modules/package.json +0 -3
  1969. package/node_modules/@aws-crypto/util/node_modules/tslib/package.json +0 -37
  1970. package/node_modules/@aws-crypto/util/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +0 -23
  1971. package/node_modules/@aws-crypto/util/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
  1972. package/node_modules/@aws-crypto/util/node_modules/tslib/tslib.d.ts +0 -37
  1973. package/node_modules/@aws-crypto/util/node_modules/tslib/tslib.es6.html +0 -1
  1974. package/node_modules/@aws-crypto/util/node_modules/tslib/tslib.es6.js +0 -218
  1975. package/node_modules/@aws-crypto/util/node_modules/tslib/tslib.html +0 -1
  1976. package/node_modules/@aws-crypto/util/node_modules/tslib/tslib.js +0 -284
  1977. package/node_modules/@aws-sdk/core/CHANGELOG.md +0 -296
  1978. package/node_modules/@aws-sdk/core/api-extractor.json +0 -4
  1979. package/node_modules/@aws-sdk/core/dist-cjs/client/index.js +0 -1
  1980. package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +0 -1
  1981. package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/aws_sdk/index.js +0 -1
  1982. package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +0 -1
  1983. package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/index.js +0 -1
  1984. package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/utils/getDateHeader.js +0 -1
  1985. package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/utils/getSkewCorrectedDate.js +0 -1
  1986. package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js +0 -1
  1987. package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/utils/index.js +0 -1
  1988. package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/utils/isClockSkewed.js +0 -1
  1989. package/node_modules/@aws-sdk/core/dist-cjs/protocols/coercing-serializers.js +0 -1
  1990. package/node_modules/@aws-sdk/core/dist-cjs/protocols/common.js +0 -1
  1991. package/node_modules/@aws-sdk/core/dist-cjs/protocols/index.js +0 -1
  1992. package/node_modules/@aws-sdk/core/dist-cjs/protocols/json/awsExpectUnion.js +0 -1
  1993. package/node_modules/@aws-sdk/core/dist-cjs/protocols/json/parseJsonBody.js +0 -1
  1994. package/node_modules/@aws-sdk/core/dist-cjs/protocols/xml/parseXmlBody.js +0 -1
  1995. package/node_modules/@aws-sdk/core/dist-es/client/emitWarningIfUnsupportedVersion.js +0 -13
  1996. package/node_modules/@aws-sdk/core/dist-es/client/index.js +0 -1
  1997. package/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +0 -60
  1998. package/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/aws_sdk/index.js +0 -2
  1999. package/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +0 -82
  2000. package/node_modules/@aws-sdk/core/dist-types/client/emitWarningIfUnsupportedVersion.d.ts +0 -9
  2001. package/node_modules/@aws-sdk/core/dist-types/client/index.d.ts +0 -1
  2002. package/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +0 -17
  2003. package/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/aws_sdk/index.d.ts +0 -2
  2004. package/node_modules/@aws-sdk/core/dist-types/ts3.4/client/emitWarningIfUnsupportedVersion.d.ts +0 -1
  2005. package/node_modules/@aws-sdk/core/dist-types/ts3.4/client/index.d.ts +0 -1
  2006. package/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +0 -21
  2007. package/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/aws_sdk/index.d.ts +0 -2
  2008. package/node_modules/@aws-sdk/core/integ/request-handlers/request-handlers.integ.spec.ts +0 -158
  2009. package/node_modules/@aws-sdk/core/jest.config.integ.js +0 -4
  2010. package/node_modules/@aws-sdk/core/jest.config.js +0 -6
  2011. package/node_modules/@aws-sdk/core/scripts/lint.js +0 -24
  2012. package/node_modules/@aws-sdk/core/src/client/emitWarningIfUnsupportedVersion.spec.ts +0 -70
  2013. package/node_modules/@aws-sdk/core/src/client/emitWarningIfUnsupportedVersion.ts +0 -25
  2014. package/node_modules/@aws-sdk/core/src/client/index.ts +0 -1
  2015. package/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.spec.ts +0 -30
  2016. package/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.ts +0 -134
  2017. package/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/index.ts +0 -2
  2018. package/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.ts +0 -244
  2019. package/node_modules/@aws-sdk/core/src/httpAuthSchemes/index.ts +0 -1
  2020. package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/getDateHeader.ts +0 -7
  2021. package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/getSkewCorrectedDate.spec.ts +0 -17
  2022. package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/getSkewCorrectedDate.ts +0 -8
  2023. package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/getUpdatedSystemClockOffset.spec.ts +0 -37
  2024. package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/getUpdatedSystemClockOffset.ts +0 -18
  2025. package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/index.ts +0 -3
  2026. package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/isClockSkewed.spec.ts +0 -32
  2027. package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/isClockSkewed.ts +0 -12
  2028. package/node_modules/@aws-sdk/core/src/index.ts +0 -3
  2029. package/node_modules/@aws-sdk/core/src/protocols/coercing-serializers.spec.ts +0 -76
  2030. package/node_modules/@aws-sdk/core/src/protocols/coercing-serializers.ts +0 -72
  2031. package/node_modules/@aws-sdk/core/src/protocols/common.ts +0 -5
  2032. package/node_modules/@aws-sdk/core/src/protocols/index.ts +0 -4
  2033. package/node_modules/@aws-sdk/core/src/protocols/json/awsExpectUnion.spec.ts +0 -30
  2034. package/node_modules/@aws-sdk/core/src/protocols/json/awsExpectUnion.ts +0 -17
  2035. package/node_modules/@aws-sdk/core/src/protocols/json/parseJsonBody.ts +0 -60
  2036. package/node_modules/@aws-sdk/core/src/protocols/xml/parseXmlBody.spec.ts +0 -60
  2037. package/node_modules/@aws-sdk/core/src/protocols/xml/parseXmlBody.ts +0 -64
  2038. package/node_modules/@aws-sdk/core/tsconfig.cjs.json +0 -9
  2039. package/node_modules/@aws-sdk/core/tsconfig.cjs.tsbuildinfo +0 -1
  2040. package/node_modules/@aws-sdk/core/tsconfig.es.json +0 -9
  2041. package/node_modules/@aws-sdk/core/tsconfig.es.tsbuildinfo +0 -1
  2042. package/node_modules/@aws-sdk/core/tsconfig.types.json +0 -9
  2043. package/node_modules/@aws-sdk/core/tsconfig.types.tsbuildinfo +0 -1
  2044. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/types.js +0 -1
  2045. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/validateSsoProfile.js +0 -1
  2046. package/node_modules/@aws-sdk/middleware-logger/dist-cjs/loggerMiddleware.js +0 -1
  2047. package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/configurations.js +0 -1
  2048. package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/constants.js +0 -1
  2049. package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/user-agent-middleware.js +0 -1
  2050. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/extensions/index.js +0 -1
  2051. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/config.js +0 -1
  2052. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/getRealRegion.js +0 -1
  2053. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/index.js +0 -1
  2054. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/isFipsRegion.js +0 -1
  2055. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/resolveRegionConfig.js +0 -1
  2056. package/node_modules/@aws-sdk/token-providers/dist-cjs/constants.js +0 -1
  2057. package/node_modules/@aws-sdk/token-providers/dist-cjs/fromSso.js +0 -1
  2058. package/node_modules/@aws-sdk/token-providers/dist-cjs/fromStatic.js +0 -1
  2059. package/node_modules/@aws-sdk/token-providers/dist-cjs/getNewSsoOidcToken.js +0 -1
  2060. package/node_modules/@aws-sdk/token-providers/dist-cjs/getSsoOidcClient.js +0 -1
  2061. package/node_modules/@aws-sdk/token-providers/dist-cjs/nodeProvider.js +0 -1
  2062. package/node_modules/@aws-sdk/token-providers/dist-cjs/validateTokenExpiry.js +0 -1
  2063. package/node_modules/@aws-sdk/token-providers/dist-cjs/validateTokenKey.js +0 -1
  2064. package/node_modules/@aws-sdk/token-providers/dist-cjs/writeSSOTokenToFile.js +0 -1
  2065. package/node_modules/@aws-sdk/types/dist-cjs/abort.js +0 -1
  2066. package/node_modules/@aws-sdk/types/dist-cjs/auth.js +0 -1
  2067. package/node_modules/@aws-sdk/types/dist-cjs/blob/blob-types.js +0 -1
  2068. package/node_modules/@aws-sdk/types/dist-cjs/checksum.js +0 -1
  2069. package/node_modules/@aws-sdk/types/dist-cjs/client.js +0 -1
  2070. package/node_modules/@aws-sdk/types/dist-cjs/command.js +0 -1
  2071. package/node_modules/@aws-sdk/types/dist-cjs/connection.js +0 -1
  2072. package/node_modules/@aws-sdk/types/dist-cjs/credentials.js +0 -1
  2073. package/node_modules/@aws-sdk/types/dist-cjs/crypto.js +0 -1
  2074. package/node_modules/@aws-sdk/types/dist-cjs/dns.js +0 -1
  2075. package/node_modules/@aws-sdk/types/dist-cjs/encode.js +0 -1
  2076. package/node_modules/@aws-sdk/types/dist-cjs/endpoint.js +0 -1
  2077. package/node_modules/@aws-sdk/types/dist-cjs/eventStream.js +0 -1
  2078. package/node_modules/@aws-sdk/types/dist-cjs/extensions/index.js +0 -1
  2079. package/node_modules/@aws-sdk/types/dist-cjs/http.js +0 -1
  2080. package/node_modules/@aws-sdk/types/dist-cjs/identity/AnonymousIdentity.js +0 -1
  2081. package/node_modules/@aws-sdk/types/dist-cjs/identity/AwsCredentialIdentity.js +0 -1
  2082. package/node_modules/@aws-sdk/types/dist-cjs/identity/Identity.js +0 -1
  2083. package/node_modules/@aws-sdk/types/dist-cjs/identity/LoginIdentity.js +0 -1
  2084. package/node_modules/@aws-sdk/types/dist-cjs/identity/TokenIdentity.js +0 -1
  2085. package/node_modules/@aws-sdk/types/dist-cjs/identity/index.js +0 -1
  2086. package/node_modules/@aws-sdk/types/dist-cjs/logger.js +0 -1
  2087. package/node_modules/@aws-sdk/types/dist-cjs/middleware.js +0 -1
  2088. package/node_modules/@aws-sdk/types/dist-cjs/pagination.js +0 -1
  2089. package/node_modules/@aws-sdk/types/dist-cjs/profile.js +0 -1
  2090. package/node_modules/@aws-sdk/types/dist-cjs/request.js +0 -1
  2091. package/node_modules/@aws-sdk/types/dist-cjs/response.js +0 -1
  2092. package/node_modules/@aws-sdk/types/dist-cjs/retry.js +0 -1
  2093. package/node_modules/@aws-sdk/types/dist-cjs/serde.js +0 -1
  2094. package/node_modules/@aws-sdk/types/dist-cjs/shapes.js +0 -1
  2095. package/node_modules/@aws-sdk/types/dist-cjs/signature.js +0 -1
  2096. package/node_modules/@aws-sdk/types/dist-cjs/stream.js +0 -1
  2097. package/node_modules/@aws-sdk/types/dist-cjs/token.js +0 -1
  2098. package/node_modules/@aws-sdk/types/dist-cjs/transfer.js +0 -1
  2099. package/node_modules/@aws-sdk/types/dist-cjs/uri.js +0 -1
  2100. package/node_modules/@aws-sdk/types/dist-cjs/util.js +0 -1
  2101. package/node_modules/@aws-sdk/types/dist-cjs/waiter.js +0 -1
  2102. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/aws.js +0 -1
  2103. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/index.js +0 -1
  2104. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/isVirtualHostableS3Bucket.js +0 -1
  2105. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/parseArn.js +0 -1
  2106. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partition.js +0 -1
  2107. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/isIpAddress.js +0 -1
  2108. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/resolveEndpoint.js +0 -1
  2109. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/EndpointError.js +0 -1
  2110. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/EndpointRuleObject.js +0 -1
  2111. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/ErrorRuleObject.js +0 -1
  2112. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/RuleSetObject.js +0 -1
  2113. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/TreeRuleObject.js +0 -1
  2114. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/index.js +0 -1
  2115. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/shared.js +0 -1
  2116. package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/crt-availability.js +0 -1
  2117. package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/is-crt-available.js +0 -1
  2118. package/node_modules/@aws-sdk/util-utf8-browser/README.md +0 -8
  2119. package/node_modules/@aws-sdk/util-utf8-browser/package.json +0 -50
  2120. package/node_modules/@smithy/signature-v4/dist-cjs/cloneRequest.js +0 -1
  2121. package/node_modules/@smithy/signature-v4/dist-es/cloneRequest.js +0 -12
  2122. package/node_modules/@smithy/signature-v4/dist-types/cloneRequest.d.ts +0 -6
  2123. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/cloneRequest.d.ts +0 -6
  2124. package/node_modules/form-data/README.md.bak +0 -358
  2125. /package/node_modules/@aws-crypto/sha256-browser/build/{constants.d.ts → main/constants.d.ts} +0 -0
  2126. /package/node_modules/@aws-crypto/sha256-browser/build/{constants.js → main/constants.js} +0 -0
  2127. /package/node_modules/@aws-crypto/sha256-browser/build/{crossPlatformSha256.d.ts → main/crossPlatformSha256.d.ts} +0 -0
  2128. /package/node_modules/@aws-crypto/sha256-browser/build/{isEmptyData.d.ts → main/isEmptyData.d.ts} +0 -0
  2129. /package/node_modules/@aws-crypto/sha256-browser/build/{isEmptyData.js → main/isEmptyData.js} +0 -0
  2130. /package/node_modules/@aws-crypto/sha256-browser/build/{webCryptoSha256.d.ts → main/webCryptoSha256.d.ts} +0 -0
  2131. /package/node_modules/@aws-crypto/sha256-browser/build/{webCryptoSha256.js → main/webCryptoSha256.js} +0 -0
  2132. /package/node_modules/@aws-crypto/{util/build → sha256-browser/build/module}/isEmptyData.d.ts +0 -0
  2133. /package/node_modules/{@aws-sdk/util-utf8-browser → @aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer}/LICENSE +0 -0
  2134. /package/node_modules/{@aws-sdk/credential-provider-env/dist-cjs/fromEnv.js → @aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js} +0 -0
  2135. /package/node_modules/{@aws-sdk/credential-provider-ini/dist-cjs/fromIni.js → @aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js} +0 -0
  2136. /package/node_modules/{@aws-sdk/credential-provider-ini/dist-cjs/resolveAssumeRoleCredentials.js → @aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js} +0 -0
  2137. /package/node_modules/{@aws-sdk/credential-provider-ini/dist-cjs/resolveCredentialSource.js → @aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js} +0 -0
  2138. /package/node_modules/{@aws-sdk/credential-provider-ini/dist-cjs/resolveProcessCredentials.js → @aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js} +0 -0
  2139. /package/node_modules/@aws-crypto/sha256-js/build/{RawSha256.d.ts → main/RawSha256.d.ts} +0 -0
  2140. /package/node_modules/@aws-crypto/sha256-js/build/{RawSha256.js → main/RawSha256.js} +0 -0
  2141. /package/node_modules/@aws-crypto/sha256-js/build/{constants.d.ts → main/constants.d.ts} +0 -0
  2142. /package/node_modules/@aws-crypto/sha256-js/build/{constants.js → main/constants.js} +0 -0
  2143. /package/node_modules/@aws-crypto/sha256-js/build/{index.d.ts → main/index.d.ts} +0 -0
  2144. /package/node_modules/@aws-crypto/sha256-js/build/{index.js → main/index.js} +0 -0
  2145. /package/node_modules/@aws-crypto/sha256-js/build/{jsSha256.d.ts → main/jsSha256.d.ts} +0 -0
  2146. /package/node_modules/@aws-crypto/sha256-js/build/{jsSha256.js → main/jsSha256.js} +0 -0
  2147. /package/node_modules/@aws-crypto/sha256-js/build/{knownHashes.fixture.d.ts → main/knownHashes.fixture.d.ts} +0 -0
  2148. /package/node_modules/@aws-crypto/sha256-js/build/{knownHashes.fixture.js → main/knownHashes.fixture.js} +0 -0
  2149. /package/node_modules/@aws-crypto/supports-web-crypto/build/{index.d.ts → main/index.d.ts} +0 -0
  2150. /package/node_modules/@aws-crypto/supports-web-crypto/build/{supportsWebCrypto.d.ts → main/supportsWebCrypto.d.ts} +0 -0
  2151. /package/node_modules/@aws-crypto/util/build/{convertToBuffer.d.ts → main/convertToBuffer.d.ts} +0 -0
  2152. /package/node_modules/@aws-crypto/util/build/{index.d.ts → main/index.d.ts} +0 -0
  2153. /package/node_modules/@aws-crypto/util/build/{index.js → main/index.js} +0 -0
  2154. /package/node_modules/@aws-crypto/util/build/{isEmptyData.js → main/isEmptyData.js} +0 -0
  2155. /package/node_modules/@aws-crypto/util/build/{numToUint8.d.ts → main/numToUint8.d.ts} +0 -0
  2156. /package/node_modules/@aws-crypto/util/build/{numToUint8.js → main/numToUint8.js} +0 -0
  2157. /package/node_modules/@aws-crypto/util/build/{uint32ArrayFrom.d.ts → main/uint32ArrayFrom.d.ts} +0 -0
  2158. /package/node_modules/@aws-crypto/util/build/{uint32ArrayFrom.js → main/uint32ArrayFrom.js} +0 -0
  2159. /package/node_modules/{@aws-sdk/credential-provider-ini/dist-cjs/resolveProfileData.js → @aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js} +0 -0
  2160. /package/node_modules/{@aws-sdk/credential-provider-ini/dist-cjs/resolveSsoCredentials.js → @aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js} +0 -0
  2161. /package/node_modules/{@aws-sdk/credential-provider-ini/dist-cjs/resolveStaticCredentials.js → @aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js} +0 -0
  2162. /package/node_modules/{@aws-sdk/credential-provider-ini/dist-cjs/resolveWebIdentityCredentials.js → @aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js} +0 -0
  2163. /package/node_modules/{@aws-sdk/credential-provider-node/dist-cjs/defaultProvider.js → @aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js} +0 -0
  2164. /package/node_modules/@aws-sdk/core/dist-es/{httpAuthSchemes → submodules/httpAuthSchemes}/index.js +0 -0
  2165. /package/node_modules/@aws-sdk/core/dist-es/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/getDateHeader.js +0 -0
  2166. /package/node_modules/@aws-sdk/core/dist-es/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/getSkewCorrectedDate.js +0 -0
  2167. /package/node_modules/@aws-sdk/core/dist-es/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/getUpdatedSystemClockOffset.js +0 -0
  2168. /package/node_modules/@aws-sdk/core/dist-es/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/index.js +0 -0
  2169. /package/node_modules/@aws-sdk/core/dist-es/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/isClockSkewed.js +0 -0
  2170. /package/node_modules/@aws-sdk/core/dist-es/{protocols → submodules/protocols}/coercing-serializers.js +0 -0
  2171. /package/node_modules/@aws-sdk/core/dist-es/{protocols → submodules/protocols}/common.js +0 -0
  2172. /package/node_modules/@aws-sdk/core/dist-es/{protocols → submodules/protocols}/index.js +0 -0
  2173. /package/node_modules/@aws-sdk/core/dist-es/{protocols → submodules/protocols}/json/awsExpectUnion.js +0 -0
  2174. /package/node_modules/@aws-sdk/core/dist-es/{protocols → submodules/protocols}/json/parseJsonBody.js +0 -0
  2175. /package/node_modules/@aws-sdk/core/dist-es/{protocols → submodules/protocols}/xml/parseXmlBody.js +0 -0
  2176. /package/node_modules/@aws-sdk/core/dist-types/{httpAuthSchemes → submodules/httpAuthSchemes}/aws_sdk/resolveAwsSdkSigV4Config.d.ts +0 -0
  2177. /package/node_modules/@aws-sdk/core/dist-types/{httpAuthSchemes → submodules/httpAuthSchemes}/index.d.ts +0 -0
  2178. /package/node_modules/@aws-sdk/core/dist-types/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/getDateHeader.d.ts +0 -0
  2179. /package/node_modules/@aws-sdk/core/dist-types/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/getSkewCorrectedDate.d.ts +0 -0
  2180. /package/node_modules/@aws-sdk/core/dist-types/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/getUpdatedSystemClockOffset.d.ts +0 -0
  2181. /package/node_modules/@aws-sdk/core/dist-types/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/index.d.ts +0 -0
  2182. /package/node_modules/@aws-sdk/core/dist-types/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/isClockSkewed.d.ts +0 -0
  2183. /package/node_modules/@aws-sdk/core/dist-types/{protocols → submodules/protocols}/coercing-serializers.d.ts +0 -0
  2184. /package/node_modules/@aws-sdk/core/dist-types/{protocols → submodules/protocols}/common.d.ts +0 -0
  2185. /package/node_modules/@aws-sdk/core/dist-types/{protocols → submodules/protocols}/index.d.ts +0 -0
  2186. /package/node_modules/@aws-sdk/core/dist-types/{protocols → submodules/protocols}/json/awsExpectUnion.d.ts +0 -0
  2187. /package/node_modules/@aws-sdk/core/dist-types/{protocols → submodules/protocols}/json/parseJsonBody.d.ts +0 -0
  2188. /package/node_modules/@aws-sdk/core/dist-types/{protocols → submodules/protocols}/xml/parseXmlBody.d.ts +0 -0
  2189. /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{httpAuthSchemes → submodules/httpAuthSchemes}/aws_sdk/resolveAwsSdkSigV4Config.d.ts +0 -0
  2190. /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{httpAuthSchemes → submodules/httpAuthSchemes}/index.d.ts +0 -0
  2191. /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/getDateHeader.d.ts +0 -0
  2192. /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/getSkewCorrectedDate.d.ts +0 -0
  2193. /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/getUpdatedSystemClockOffset.d.ts +0 -0
  2194. /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/index.d.ts +0 -0
  2195. /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/isClockSkewed.d.ts +0 -0
  2196. /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{protocols → submodules/protocols}/coercing-serializers.d.ts +0 -0
  2197. /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{protocols → submodules/protocols}/common.d.ts +0 -0
  2198. /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{protocols → submodules/protocols}/index.d.ts +0 -0
  2199. /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{protocols → submodules/protocols}/json/awsExpectUnion.d.ts +0 -0
  2200. /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{protocols → submodules/protocols}/json/parseJsonBody.d.ts +0 -0
  2201. /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{protocols → submodules/protocols}/xml/parseXmlBody.d.ts +0 -0
  2202. /package/node_modules/{@aws-sdk/credential-provider-node/dist-cjs/remoteProvider.js → @smithy/core/dist-cjs/setFeature.js} +0 -0
  2203. /package/node_modules/{@aws-sdk/credential-provider-process/dist-cjs/ProcessCredentials.js → @smithy/fetch-http-handler/dist-cjs/create-request.js} +0 -0
  2204. /package/node_modules/{@aws-sdk/credential-provider-process/dist-cjs/fromProcess.js → @smithy/node-config-provider/dist-cjs/getSelectorName.js} +0 -0
  2205. /package/node_modules/{@aws-sdk/credential-provider-process/dist-cjs/getValidatedProcessCredentials.js → @smithy/node-http-handler/dist-cjs/timing.js} +0 -0
  2206. /package/node_modules/{@aws-sdk/credential-provider-process/dist-cjs/resolveProcessCredentials.js → @smithy/smithy-client/dist-cjs/is-serializable-header-value.js} +0 -0
  2207. /package/node_modules/{@aws-sdk/credential-provider-sso/dist-cjs/fromSSO.js → @smithy/smithy-client/dist-cjs/quote-header.js} +0 -0
  2208. /package/node_modules/{@aws-sdk/credential-provider-sso/dist-cjs/isSsoProfile.js → @smithy/smithy-client/dist-cjs/split-header.js} +0 -0
  2209. /package/node_modules/{@aws-sdk/credential-provider-sso/dist-cjs/loadSso.js → @smithy/types/dist-cjs/abort-handler.js} +0 -0
  2210. /package/node_modules/{@aws-sdk/credential-provider-sso/dist-cjs/resolveSSOCredentials.js → @smithy/types/dist-cjs/feature-ids.js} +0 -0
  2211. /package/node_modules/{@aws-sdk/core/dist-cjs/client/emitWarningIfUnsupportedVersion.js → @smithy/util-endpoints/dist-cjs/cache/EndpointCache.js} +0 -0
@@ -0,0 +1,712 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
+ import { STSServiceException as __BaseException } from "./STSServiceException";
3
+ /**
4
+ * <p>The identifiers for the temporary security credentials that the operation
5
+ * returns.</p>
6
+ * @public
7
+ */
8
+ export interface AssumedRoleUser {
9
+ /**
10
+ * <p>A unique identifier that contains the role ID and the role session name of the role that
11
+ * is being assumed. The role ID is generated by Amazon Web Services when the role is created.</p>
12
+ * @public
13
+ */
14
+ AssumedRoleId: string | undefined;
15
+ /**
16
+ * <p>The ARN of the temporary security credentials that are returned from the <a>AssumeRole</a> action. For more information about ARNs and how to use them in
17
+ * policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html">IAM Identifiers</a> in the
18
+ * <i>IAM User Guide</i>.</p>
19
+ * @public
20
+ */
21
+ Arn: string | undefined;
22
+ }
23
+ /**
24
+ * <p>A reference to the IAM managed policy that is passed as a session policy for a role
25
+ * session or a federated user session.</p>
26
+ * @public
27
+ */
28
+ export interface PolicyDescriptorType {
29
+ /**
30
+ * <p>The Amazon Resource Name (ARN) of the IAM managed policy to use as a session policy
31
+ * for the role. For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs) and Amazon Web Services
32
+ * Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
33
+ * @public
34
+ */
35
+ arn?: string | undefined;
36
+ }
37
+ /**
38
+ * <p>Contains information about the provided context. This includes the signed and encrypted
39
+ * trusted context assertion and the context provider ARN from which the trusted context
40
+ * assertion was generated.</p>
41
+ * @public
42
+ */
43
+ export interface ProvidedContext {
44
+ /**
45
+ * <p>The context provider ARN from which the trusted context assertion was generated.</p>
46
+ * @public
47
+ */
48
+ ProviderArn?: string | undefined;
49
+ /**
50
+ * <p>The signed and encrypted trusted context assertion generated by the context provider.
51
+ * The trusted context assertion is signed and encrypted by Amazon Web Services STS.</p>
52
+ * @public
53
+ */
54
+ ContextAssertion?: string | undefined;
55
+ }
56
+ /**
57
+ * <p>You can pass custom key-value pair attributes when you assume a role or federate a user.
58
+ * These are called session tags. You can then use the session tags to control access to
59
+ * resources. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_session-tags.html">Tagging Amazon Web Services STS Sessions</a> in the
60
+ * <i>IAM User Guide</i>.</p>
61
+ * @public
62
+ */
63
+ export interface Tag {
64
+ /**
65
+ * <p>The key for a session tag.</p>
66
+ * <p>You can pass up to 50 session tags. The plain text session tag keys can’t exceed 128
67
+ * characters. For these and additional limits, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-limits.html#reference_iam-limits-entity-length">IAM
68
+ * and STS Character Limits</a> in the <i>IAM User Guide</i>.</p>
69
+ * @public
70
+ */
71
+ Key: string | undefined;
72
+ /**
73
+ * <p>The value for a session tag.</p>
74
+ * <p>You can pass up to 50 session tags. The plain text session tag values can’t exceed 256
75
+ * characters. For these and additional limits, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-limits.html#reference_iam-limits-entity-length">IAM
76
+ * and STS Character Limits</a> in the <i>IAM User Guide</i>.</p>
77
+ * @public
78
+ */
79
+ Value: string | undefined;
80
+ }
81
+ /**
82
+ * @public
83
+ */
84
+ export interface AssumeRoleRequest {
85
+ /**
86
+ * <p>The Amazon Resource Name (ARN) of the role to assume.</p>
87
+ * @public
88
+ */
89
+ RoleArn: string | undefined;
90
+ /**
91
+ * <p>An identifier for the assumed role session.</p>
92
+ * <p>Use the role session name to uniquely identify a session when the same role is assumed
93
+ * by different principals or for different reasons. In cross-account scenarios, the role
94
+ * session name is visible to, and can be logged by the account that owns the role. The role
95
+ * session name is also used in the ARN of the assumed role principal. This means that
96
+ * subsequent cross-account API requests that use the temporary security credentials will
97
+ * expose the role session name to the external account in their CloudTrail logs.</p>
98
+ * <p>For security purposes, administrators can view this field in <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/cloudtrail-integration.html#cloudtrail-integration_signin-tempcreds">CloudTrail logs</a> to help identify who performed an action in Amazon Web Services. Your
99
+ * administrator might require that you specify your user name as the session name when you
100
+ * assume the role. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_iam-condition-keys.html#ck_rolesessionname">
101
+ * <code>sts:RoleSessionName</code>
102
+ * </a>.</p>
103
+ * <p>The regex used to validate this parameter is a string of characters
104
+ * consisting of upper- and lower-case alphanumeric characters with no spaces. You can
105
+ * also include underscores or any of the following characters: =,.@-</p>
106
+ * @public
107
+ */
108
+ RoleSessionName: string | undefined;
109
+ /**
110
+ * <p>The Amazon Resource Names (ARNs) of the IAM managed policies that you want to use as
111
+ * managed session policies. The policies must exist in the same account as the role.</p>
112
+ * <p>This parameter is optional. You can provide up to 10 managed policy ARNs. However, the
113
+ * plaintext that you use for both inline and managed session policies can't exceed 2,048
114
+ * characters. For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs) and Amazon Web Services
115
+ * Service Namespaces</a> in the Amazon Web Services General Reference.</p>
116
+ * <note>
117
+ * <p>An Amazon Web Services conversion compresses the passed inline session policy, managed policy ARNs,
118
+ * and session tags into a packed binary format that has a separate limit. Your request can
119
+ * fail for this limit even if your plaintext meets the other requirements. The
120
+ * <code>PackedPolicySize</code> response element indicates by percentage how close the
121
+ * policies and tags for your request are to the upper size limit.</p>
122
+ * </note>
123
+ * <p>Passing policies to this operation returns new
124
+ * temporary credentials. The resulting session's permissions are the intersection of the
125
+ * role's identity-based policy and the session policies. You can use the role's temporary
126
+ * credentials in subsequent Amazon Web Services API calls to access resources in the account that owns
127
+ * the role. You cannot use session policies to grant more permissions than those allowed
128
+ * by the identity-based policy of the role that is being assumed. For more information, see
129
+ * <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html#policies_session">Session
130
+ * Policies</a> in the <i>IAM User Guide</i>.</p>
131
+ * @public
132
+ */
133
+ PolicyArns?: PolicyDescriptorType[] | undefined;
134
+ /**
135
+ * <p>An IAM policy in JSON format that you want to use as an inline session policy.</p>
136
+ * <p>This parameter is optional. Passing policies to this operation returns new
137
+ * temporary credentials. The resulting session's permissions are the intersection of the
138
+ * role's identity-based policy and the session policies. You can use the role's temporary
139
+ * credentials in subsequent Amazon Web Services API calls to access resources in the account that owns
140
+ * the role. You cannot use session policies to grant more permissions than those allowed
141
+ * by the identity-based policy of the role that is being assumed. For more information, see
142
+ * <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html#policies_session">Session
143
+ * Policies</a> in the <i>IAM User Guide</i>.</p>
144
+ * <p>The plaintext that you use for both inline and managed session policies can't exceed
145
+ * 2,048 characters. The JSON policy characters can be any ASCII character from the space
146
+ * character to the end of the valid character list (\u0020 through \u00FF). It can also
147
+ * include the tab (\u0009), linefeed (\u000A), and carriage return (\u000D)
148
+ * characters.</p>
149
+ * <note>
150
+ * <p>An Amazon Web Services conversion compresses the passed inline session policy, managed policy ARNs,
151
+ * and session tags into a packed binary format that has a separate limit. Your request can
152
+ * fail for this limit even if your plaintext meets the other requirements. The
153
+ * <code>PackedPolicySize</code> response element indicates by percentage how close the
154
+ * policies and tags for your request are to the upper size limit.</p>
155
+ * </note>
156
+ * <p>For more information about role session permissions, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html#policies_session">Session
157
+ * policies</a>.</p>
158
+ * @public
159
+ */
160
+ Policy?: string | undefined;
161
+ /**
162
+ * <p>The duration, in seconds, of the role session. The value specified can range from 900
163
+ * seconds (15 minutes) up to the maximum session duration set for the role. The maximum
164
+ * session duration setting can have a value from 1 hour to 12 hours. If you specify a value
165
+ * higher than this setting or the administrator setting (whichever is lower), the operation
166
+ * fails. For example, if you specify a session duration of 12 hours, but your administrator
167
+ * set the maximum session duration to 6 hours, your operation fails. </p>
168
+ * <p>Role chaining limits your Amazon Web Services CLI or Amazon Web Services API role session to a maximum of one hour.
169
+ * When you use the <code>AssumeRole</code> API operation to assume a role, you can specify
170
+ * the duration of your role session with the <code>DurationSeconds</code> parameter. You can
171
+ * specify a parameter value of up to 43200 seconds (12 hours), depending on the maximum
172
+ * session duration setting for your role. However, if you assume a role using role chaining
173
+ * and provide a <code>DurationSeconds</code> parameter value greater than one hour, the
174
+ * operation fails. To learn how to view the maximum value for your role, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_update-role-settings.html#id_roles_update-session-duration">Update the maximum session duration for a role</a>.</p>
175
+ * <p>By default, the value is set to <code>3600</code> seconds. </p>
176
+ * <note>
177
+ * <p>The <code>DurationSeconds</code> parameter is separate from the duration of a console
178
+ * session that you might request using the returned credentials. The request to the
179
+ * federation endpoint for a console sign-in token takes a <code>SessionDuration</code>
180
+ * parameter that specifies the maximum length of the console session. For more
181
+ * information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_enable-console-custom-url.html">Creating a URL
182
+ * that Enables Federated Users to Access the Amazon Web Services Management Console</a> in the
183
+ * <i>IAM User Guide</i>.</p>
184
+ * </note>
185
+ * @public
186
+ */
187
+ DurationSeconds?: number | undefined;
188
+ /**
189
+ * <p>A list of session tags that you want to pass. Each session tag consists of a key name
190
+ * and an associated value. For more information about session tags, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_session-tags.html">Tagging Amazon Web Services STS
191
+ * Sessions</a> in the <i>IAM User Guide</i>.</p>
192
+ * <p>This parameter is optional. You can pass up to 50 session tags. The plaintext session
193
+ * tag keys can’t exceed 128 characters, and the values can’t exceed 256 characters. For these
194
+ * and additional limits, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-limits.html#reference_iam-limits-entity-length">IAM
195
+ * and STS Character Limits</a> in the <i>IAM User Guide</i>.</p>
196
+ * <note>
197
+ * <p>An Amazon Web Services conversion compresses the passed inline session policy, managed policy ARNs,
198
+ * and session tags into a packed binary format that has a separate limit. Your request can
199
+ * fail for this limit even if your plaintext meets the other requirements. The
200
+ * <code>PackedPolicySize</code> response element indicates by percentage how close the
201
+ * policies and tags for your request are to the upper size limit.</p>
202
+ * </note>
203
+ * <p>You can pass a session tag with the same key as a tag that is already attached to the
204
+ * role. When you do, session tags override a role tag with the same key. </p>
205
+ * <p>Tag key–value pairs are not case sensitive, but case is preserved. This means that you
206
+ * cannot have separate <code>Department</code> and <code>department</code> tag keys. Assume
207
+ * that the role has the <code>Department</code>=<code>Marketing</code> tag and you pass the
208
+ * <code>department</code>=<code>engineering</code> session tag. <code>Department</code>
209
+ * and <code>department</code> are not saved as separate tags, and the session tag passed in
210
+ * the request takes precedence over the role tag.</p>
211
+ * <p>Additionally, if you used temporary credentials to perform this operation, the new
212
+ * session inherits any transitive session tags from the calling session. If you pass a
213
+ * session tag with the same key as an inherited tag, the operation fails. To view the
214
+ * inherited tags for a session, see the CloudTrail logs. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_session-tags.html#id_session-tags_ctlogs">Viewing Session Tags in CloudTrail</a> in the
215
+ * <i>IAM User Guide</i>.</p>
216
+ * @public
217
+ */
218
+ Tags?: Tag[] | undefined;
219
+ /**
220
+ * <p>A list of keys for session tags that you want to set as transitive. If you set a tag key
221
+ * as transitive, the corresponding key and value passes to subsequent sessions in a role
222
+ * chain. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_session-tags.html#id_session-tags_role-chaining">Chaining Roles
223
+ * with Session Tags</a> in the <i>IAM User Guide</i>.</p>
224
+ * <p>This parameter is optional. The transitive status of a session tag does not impact its
225
+ * packed binary size.</p>
226
+ * <p>If you choose not to specify a transitive tag key, then no tags are passed from this
227
+ * session to any subsequent sessions.</p>
228
+ * @public
229
+ */
230
+ TransitiveTagKeys?: string[] | undefined;
231
+ /**
232
+ * <p>A unique identifier that might be required when you assume a role in another account. If
233
+ * the administrator of the account to which the role belongs provided you with an external
234
+ * ID, then provide that value in the <code>ExternalId</code> parameter. This value can be any
235
+ * string, such as a passphrase or account number. A cross-account role is usually set up to
236
+ * trust everyone in an account. Therefore, the administrator of the trusting account might
237
+ * send an external ID to the administrator of the trusted account. That way, only someone
238
+ * with the ID can assume the role, rather than everyone in the account. For more information
239
+ * about the external ID, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create_for-user_externalid.html">How to Use an External ID
240
+ * When Granting Access to Your Amazon Web Services Resources to a Third Party</a> in the
241
+ * <i>IAM User Guide</i>.</p>
242
+ * <p>The regex used to validate this parameter is a string of
243
+ * characters consisting of upper- and lower-case alphanumeric characters with no spaces.
244
+ * You can also include underscores or any of the following characters: =,.@:/-</p>
245
+ * @public
246
+ */
247
+ ExternalId?: string | undefined;
248
+ /**
249
+ * <p>The identification number of the MFA device that is associated with the user who is
250
+ * making the <code>AssumeRole</code> call. Specify this value if the trust policy of the role
251
+ * being assumed includes a condition that requires MFA authentication. The value is either
252
+ * the serial number for a hardware device (such as <code>GAHT12345678</code>) or an Amazon
253
+ * Resource Name (ARN) for a virtual device (such as
254
+ * <code>arn:aws:iam::123456789012:mfa/user</code>).</p>
255
+ * <p>The regex used to validate this parameter is a string of characters
256
+ * consisting of upper- and lower-case alphanumeric characters with no spaces. You can
257
+ * also include underscores or any of the following characters: =,.@-</p>
258
+ * @public
259
+ */
260
+ SerialNumber?: string | undefined;
261
+ /**
262
+ * <p>The value provided by the MFA device, if the trust policy of the role being assumed
263
+ * requires MFA. (In other words, if the policy includes a condition that tests for MFA). If
264
+ * the role being assumed requires MFA and if the <code>TokenCode</code> value is missing or
265
+ * expired, the <code>AssumeRole</code> call returns an "access denied" error.</p>
266
+ * <p>The format for this parameter, as described by its regex pattern, is a sequence of six
267
+ * numeric digits.</p>
268
+ * @public
269
+ */
270
+ TokenCode?: string | undefined;
271
+ /**
272
+ * <p>The source identity specified by the principal that is calling the
273
+ * <code>AssumeRole</code> operation. The source identity value persists across <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles.html#iam-term-role-chaining">chained role</a> sessions.</p>
274
+ * <p>You can require users to specify a source identity when they assume a role. You do this
275
+ * by using the <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_condition-keys.html#condition-keys-sourceidentity">
276
+ * <code>sts:SourceIdentity</code>
277
+ * </a> condition key in a role trust policy. You
278
+ * can use source identity information in CloudTrail logs to determine who took actions with a
279
+ * role. You can use the <code>aws:SourceIdentity</code> condition key to further control
280
+ * access to Amazon Web Services resources based on the value of source identity. For more information about
281
+ * using source identity, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_control-access_monitor.html">Monitor and control
282
+ * actions taken with assumed roles</a> in the
283
+ * <i>IAM User Guide</i>.</p>
284
+ * <p>The regex used to validate this parameter is a string of characters consisting of upper-
285
+ * and lower-case alphanumeric characters with no spaces. You can also include underscores or
286
+ * any of the following characters: +=,.@-. You cannot use a value that begins with the text
287
+ * <code>aws:</code>. This prefix is reserved for Amazon Web Services internal use.</p>
288
+ * @public
289
+ */
290
+ SourceIdentity?: string | undefined;
291
+ /**
292
+ * <p>A list of previously acquired trusted context assertions in the format of a JSON array.
293
+ * The trusted context assertion is signed and encrypted by Amazon Web Services STS.</p>
294
+ * <p>The following is an example of a <code>ProvidedContext</code> value that includes a
295
+ * single trusted context assertion and the ARN of the context provider from which the trusted
296
+ * context assertion was generated.</p>
297
+ * <p>
298
+ * <code>[\{"ProviderArn":"arn:aws:iam::aws:contextProvider/IdentityCenter","ContextAssertion":"trusted-context-assertion"\}]</code>
299
+ * </p>
300
+ * @public
301
+ */
302
+ ProvidedContexts?: ProvidedContext[] | undefined;
303
+ }
304
+ /**
305
+ * <p>Amazon Web Services credentials for API authentication.</p>
306
+ * @public
307
+ */
308
+ export interface Credentials {
309
+ /**
310
+ * <p>The access key ID that identifies the temporary security credentials.</p>
311
+ * @public
312
+ */
313
+ AccessKeyId: string | undefined;
314
+ /**
315
+ * <p>The secret access key that can be used to sign requests.</p>
316
+ * @public
317
+ */
318
+ SecretAccessKey: string | undefined;
319
+ /**
320
+ * <p>The token that users must pass to the service API to use the temporary
321
+ * credentials.</p>
322
+ * @public
323
+ */
324
+ SessionToken: string | undefined;
325
+ /**
326
+ * <p>The date on which the current credentials expire.</p>
327
+ * @public
328
+ */
329
+ Expiration: Date | undefined;
330
+ }
331
+ /**
332
+ * @internal
333
+ */
334
+ export declare const CredentialsFilterSensitiveLog: (obj: Credentials) => any;
335
+ /**
336
+ * <p>Contains the response to a successful <a>AssumeRole</a> request, including
337
+ * temporary Amazon Web Services credentials that can be used to make Amazon Web Services requests. </p>
338
+ * @public
339
+ */
340
+ export interface AssumeRoleResponse {
341
+ /**
342
+ * <p>The temporary security credentials, which include an access key ID, a secret access key,
343
+ * and a security (or session) token.</p>
344
+ * <note>
345
+ * <p>The size of the security token that STS API operations return is not fixed. We
346
+ * strongly recommend that you make no assumptions about the maximum size.</p>
347
+ * </note>
348
+ * @public
349
+ */
350
+ Credentials?: Credentials | undefined;
351
+ /**
352
+ * <p>The Amazon Resource Name (ARN) and the assumed role ID, which are identifiers that you
353
+ * can use to refer to the resulting temporary security credentials. For example, you can
354
+ * reference these credentials as a principal in a resource-based policy by using the ARN or
355
+ * assumed role ID. The ARN and ID include the <code>RoleSessionName</code> that you specified
356
+ * when you called <code>AssumeRole</code>. </p>
357
+ * @public
358
+ */
359
+ AssumedRoleUser?: AssumedRoleUser | undefined;
360
+ /**
361
+ * <p>A percentage value that indicates the packed size of the session policies and session
362
+ * tags combined passed in the request. The request fails if the packed size is greater than 100 percent,
363
+ * which means the policies and tags exceeded the allowed space.</p>
364
+ * @public
365
+ */
366
+ PackedPolicySize?: number | undefined;
367
+ /**
368
+ * <p>The source identity specified by the principal that is calling the
369
+ * <code>AssumeRole</code> operation.</p>
370
+ * <p>You can require users to specify a source identity when they assume a role. You do this
371
+ * by using the <code>sts:SourceIdentity</code> condition key in a role trust policy. You can
372
+ * use source identity information in CloudTrail logs to determine who took actions with a role.
373
+ * You can use the <code>aws:SourceIdentity</code> condition key to further control access to
374
+ * Amazon Web Services resources based on the value of source identity. For more information about using
375
+ * source identity, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_control-access_monitor.html">Monitor and control
376
+ * actions taken with assumed roles</a> in the
377
+ * <i>IAM User Guide</i>.</p>
378
+ * <p>The regex used to validate this parameter is a string of characters consisting of upper-
379
+ * and lower-case alphanumeric characters with no spaces. You can also include underscores or
380
+ * any of the following characters: =,.@-</p>
381
+ * @public
382
+ */
383
+ SourceIdentity?: string | undefined;
384
+ }
385
+ /**
386
+ * @internal
387
+ */
388
+ export declare const AssumeRoleResponseFilterSensitiveLog: (obj: AssumeRoleResponse) => any;
389
+ /**
390
+ * <p>The web identity token that was passed is expired or is not valid. Get a new identity
391
+ * token from the identity provider and then retry the request.</p>
392
+ * @public
393
+ */
394
+ export declare class ExpiredTokenException extends __BaseException {
395
+ readonly name: "ExpiredTokenException";
396
+ readonly $fault: "client";
397
+ /**
398
+ * @internal
399
+ */
400
+ constructor(opts: __ExceptionOptionType<ExpiredTokenException, __BaseException>);
401
+ }
402
+ /**
403
+ * <p>The request was rejected because the policy document was malformed. The error message
404
+ * describes the specific error.</p>
405
+ * @public
406
+ */
407
+ export declare class MalformedPolicyDocumentException extends __BaseException {
408
+ readonly name: "MalformedPolicyDocumentException";
409
+ readonly $fault: "client";
410
+ /**
411
+ * @internal
412
+ */
413
+ constructor(opts: __ExceptionOptionType<MalformedPolicyDocumentException, __BaseException>);
414
+ }
415
+ /**
416
+ * <p>The request was rejected because the total packed size of the session policies and
417
+ * session tags combined was too large. An Amazon Web Services conversion compresses the session policy
418
+ * document, session policy ARNs, and session tags into a packed binary format that has a
419
+ * separate limit. The error message indicates by percentage how close the policies and
420
+ * tags are to the upper size limit. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_session-tags.html">Passing Session Tags in STS</a> in
421
+ * the <i>IAM User Guide</i>.</p>
422
+ * <p>You could receive this error even though you meet other defined session policy and
423
+ * session tag limits. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html#reference_iam-limits-entity-length">IAM and STS Entity Character Limits</a> in the <i>IAM User
424
+ * Guide</i>.</p>
425
+ * @public
426
+ */
427
+ export declare class PackedPolicyTooLargeException extends __BaseException {
428
+ readonly name: "PackedPolicyTooLargeException";
429
+ readonly $fault: "client";
430
+ /**
431
+ * @internal
432
+ */
433
+ constructor(opts: __ExceptionOptionType<PackedPolicyTooLargeException, __BaseException>);
434
+ }
435
+ /**
436
+ * <p>STS is not activated in the requested region for the account that is being asked to
437
+ * generate credentials. The account administrator must use the IAM console to activate
438
+ * STS in that region. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_enable-regions.html">Activating and
439
+ * Deactivating STS in an Amazon Web Services Region</a> in the <i>IAM User
440
+ * Guide</i>.</p>
441
+ * @public
442
+ */
443
+ export declare class RegionDisabledException extends __BaseException {
444
+ readonly name: "RegionDisabledException";
445
+ readonly $fault: "client";
446
+ /**
447
+ * @internal
448
+ */
449
+ constructor(opts: __ExceptionOptionType<RegionDisabledException, __BaseException>);
450
+ }
451
+ /**
452
+ * <p>The identity provider (IdP) reported that authentication failed. This might be because
453
+ * the claim is invalid.</p>
454
+ * <p>If this error is returned for the <code>AssumeRoleWithWebIdentity</code> operation, it
455
+ * can also mean that the claim has expired or has been explicitly revoked. </p>
456
+ * @public
457
+ */
458
+ export declare class IDPRejectedClaimException extends __BaseException {
459
+ readonly name: "IDPRejectedClaimException";
460
+ readonly $fault: "client";
461
+ /**
462
+ * @internal
463
+ */
464
+ constructor(opts: __ExceptionOptionType<IDPRejectedClaimException, __BaseException>);
465
+ }
466
+ /**
467
+ * <p>The web identity token that was passed could not be validated by Amazon Web Services. Get a new
468
+ * identity token from the identity provider and then retry the request.</p>
469
+ * @public
470
+ */
471
+ export declare class InvalidIdentityTokenException extends __BaseException {
472
+ readonly name: "InvalidIdentityTokenException";
473
+ readonly $fault: "client";
474
+ /**
475
+ * @internal
476
+ */
477
+ constructor(opts: __ExceptionOptionType<InvalidIdentityTokenException, __BaseException>);
478
+ }
479
+ /**
480
+ * @public
481
+ */
482
+ export interface AssumeRoleWithWebIdentityRequest {
483
+ /**
484
+ * <p>The Amazon Resource Name (ARN) of the role that the caller is assuming.</p>
485
+ * <note>
486
+ * <p>Additional considerations apply to Amazon Cognito identity pools that assume <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies-cross-account-resource-access.html">cross-account IAM roles</a>. The trust policies of these roles must accept the
487
+ * <code>cognito-identity.amazonaws.com</code> service principal and must contain the
488
+ * <code>cognito-identity.amazonaws.com:aud</code> condition key to restrict role
489
+ * assumption to users from your intended identity pools. A policy that trusts Amazon Cognito
490
+ * identity pools without this condition creates a risk that a user from an unintended
491
+ * identity pool can assume the role. For more information, see <a href="https://docs.aws.amazon.com/cognito/latest/developerguide/iam-roles.html#trust-policies"> Trust policies for
492
+ * IAM roles in Basic (Classic) authentication </a> in the <i>Amazon Cognito
493
+ * Developer Guide</i>.</p>
494
+ * </note>
495
+ * @public
496
+ */
497
+ RoleArn: string | undefined;
498
+ /**
499
+ * <p>An identifier for the assumed role session. Typically, you pass the name or identifier
500
+ * that is associated with the user who is using your application. That way, the temporary
501
+ * security credentials that your application will use are associated with that user. This
502
+ * session name is included as part of the ARN and assumed role ID in the
503
+ * <code>AssumedRoleUser</code> response element.</p>
504
+ * <p>For security purposes, administrators can view this field in <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/cloudtrail-integration.html#cloudtrail-integration_signin-tempcreds">CloudTrail logs</a> to help identify who performed an action in Amazon Web Services. Your
505
+ * administrator might require that you specify your user name as the session name when you
506
+ * assume the role. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_iam-condition-keys.html#ck_rolesessionname">
507
+ * <code>sts:RoleSessionName</code>
508
+ * </a>.</p>
509
+ * <p>The regex used to validate this parameter is a string of characters
510
+ * consisting of upper- and lower-case alphanumeric characters with no spaces. You can
511
+ * also include underscores or any of the following characters: =,.@-</p>
512
+ * @public
513
+ */
514
+ RoleSessionName: string | undefined;
515
+ /**
516
+ * <p>The OAuth 2.0 access token or OpenID Connect ID token that is provided by the identity
517
+ * provider. Your application must get this token by authenticating the user who is using your
518
+ * application with a web identity provider before the application makes an
519
+ * <code>AssumeRoleWithWebIdentity</code> call. Timestamps in the token must be formatted
520
+ * as either an integer or a long integer. Tokens must be signed using either RSA keys (RS256,
521
+ * RS384, or RS512) or ECDSA keys (ES256, ES384, or ES512).</p>
522
+ * @public
523
+ */
524
+ WebIdentityToken: string | undefined;
525
+ /**
526
+ * <p>The fully qualified host component of the domain name of the OAuth 2.0 identity
527
+ * provider. Do not specify this value for an OpenID Connect identity provider.</p>
528
+ * <p>Currently <code>www.amazon.com</code> and <code>graph.facebook.com</code> are the only
529
+ * supported identity providers for OAuth 2.0 access tokens. Do not include URL schemes and
530
+ * port numbers.</p>
531
+ * <p>Do not specify this value for OpenID Connect ID tokens.</p>
532
+ * @public
533
+ */
534
+ ProviderId?: string | undefined;
535
+ /**
536
+ * <p>The Amazon Resource Names (ARNs) of the IAM managed policies that you want to use as
537
+ * managed session policies. The policies must exist in the same account as the role.</p>
538
+ * <p>This parameter is optional. You can provide up to 10 managed policy ARNs. However, the
539
+ * plaintext that you use for both inline and managed session policies can't exceed 2,048
540
+ * characters. For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs) and Amazon Web Services
541
+ * Service Namespaces</a> in the Amazon Web Services General Reference.</p>
542
+ * <note>
543
+ * <p>An Amazon Web Services conversion compresses the passed inline session policy, managed policy ARNs,
544
+ * and session tags into a packed binary format that has a separate limit. Your request can
545
+ * fail for this limit even if your plaintext meets the other requirements. The
546
+ * <code>PackedPolicySize</code> response element indicates by percentage how close the
547
+ * policies and tags for your request are to the upper size limit.</p>
548
+ * </note>
549
+ * <p>Passing policies to this operation returns new
550
+ * temporary credentials. The resulting session's permissions are the intersection of the
551
+ * role's identity-based policy and the session policies. You can use the role's temporary
552
+ * credentials in subsequent Amazon Web Services API calls to access resources in the account that owns
553
+ * the role. You cannot use session policies to grant more permissions than those allowed
554
+ * by the identity-based policy of the role that is being assumed. For more information, see
555
+ * <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html#policies_session">Session
556
+ * Policies</a> in the <i>IAM User Guide</i>.</p>
557
+ * @public
558
+ */
559
+ PolicyArns?: PolicyDescriptorType[] | undefined;
560
+ /**
561
+ * <p>An IAM policy in JSON format that you want to use as an inline session policy.</p>
562
+ * <p>This parameter is optional. Passing policies to this operation returns new
563
+ * temporary credentials. The resulting session's permissions are the intersection of the
564
+ * role's identity-based policy and the session policies. You can use the role's temporary
565
+ * credentials in subsequent Amazon Web Services API calls to access resources in the account that owns
566
+ * the role. You cannot use session policies to grant more permissions than those allowed
567
+ * by the identity-based policy of the role that is being assumed. For more information, see
568
+ * <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html#policies_session">Session
569
+ * Policies</a> in the <i>IAM User Guide</i>.</p>
570
+ * <p>The plaintext that you use for both inline and managed session policies can't exceed
571
+ * 2,048 characters. The JSON policy characters can be any ASCII character from the space
572
+ * character to the end of the valid character list (\u0020 through \u00FF). It can also
573
+ * include the tab (\u0009), linefeed (\u000A), and carriage return (\u000D)
574
+ * characters.</p>
575
+ * <p>For more information about role session permissions, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html#policies_session">Session
576
+ * policies</a>.</p>
577
+ * <note>
578
+ * <p>An Amazon Web Services conversion compresses the passed inline session policy, managed policy ARNs,
579
+ * and session tags into a packed binary format that has a separate limit. Your request can
580
+ * fail for this limit even if your plaintext meets the other requirements. The
581
+ * <code>PackedPolicySize</code> response element indicates by percentage how close the
582
+ * policies and tags for your request are to the upper size limit.</p>
583
+ * </note>
584
+ * @public
585
+ */
586
+ Policy?: string | undefined;
587
+ /**
588
+ * <p>The duration, in seconds, of the role session. The value can range from 900 seconds (15
589
+ * minutes) up to the maximum session duration setting for the role. This setting can have a
590
+ * value from 1 hour to 12 hours. If you specify a value higher than this setting, the
591
+ * operation fails. For example, if you specify a session duration of 12 hours, but your
592
+ * administrator set the maximum session duration to 6 hours, your operation fails. To learn
593
+ * how to view the maximum value for your role, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use.html#id_roles_use_view-role-max-session">View the
594
+ * Maximum Session Duration Setting for a Role</a> in the
595
+ * <i>IAM User Guide</i>.</p>
596
+ * <p>By default, the value is set to <code>3600</code> seconds. </p>
597
+ * <note>
598
+ * <p>The <code>DurationSeconds</code> parameter is separate from the duration of a console
599
+ * session that you might request using the returned credentials. The request to the
600
+ * federation endpoint for a console sign-in token takes a <code>SessionDuration</code>
601
+ * parameter that specifies the maximum length of the console session. For more
602
+ * information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_enable-console-custom-url.html">Creating a URL
603
+ * that Enables Federated Users to Access the Amazon Web Services Management Console</a> in the
604
+ * <i>IAM User Guide</i>.</p>
605
+ * </note>
606
+ * @public
607
+ */
608
+ DurationSeconds?: number | undefined;
609
+ }
610
+ /**
611
+ * @internal
612
+ */
613
+ export declare const AssumeRoleWithWebIdentityRequestFilterSensitiveLog: (obj: AssumeRoleWithWebIdentityRequest) => any;
614
+ /**
615
+ * <p>Contains the response to a successful <a>AssumeRoleWithWebIdentity</a>
616
+ * request, including temporary Amazon Web Services credentials that can be used to make Amazon Web Services requests. </p>
617
+ * @public
618
+ */
619
+ export interface AssumeRoleWithWebIdentityResponse {
620
+ /**
621
+ * <p>The temporary security credentials, which include an access key ID, a secret access key,
622
+ * and a security token.</p>
623
+ * <note>
624
+ * <p>The size of the security token that STS API operations return is not fixed. We
625
+ * strongly recommend that you make no assumptions about the maximum size.</p>
626
+ * </note>
627
+ * @public
628
+ */
629
+ Credentials?: Credentials | undefined;
630
+ /**
631
+ * <p>The unique user identifier that is returned by the identity provider. This identifier is
632
+ * associated with the <code>WebIdentityToken</code> that was submitted with the
633
+ * <code>AssumeRoleWithWebIdentity</code> call. The identifier is typically unique to the
634
+ * user and the application that acquired the <code>WebIdentityToken</code> (pairwise
635
+ * identifier). For OpenID Connect ID tokens, this field contains the value returned by the
636
+ * identity provider as the token's <code>sub</code> (Subject) claim. </p>
637
+ * @public
638
+ */
639
+ SubjectFromWebIdentityToken?: string | undefined;
640
+ /**
641
+ * <p>The Amazon Resource Name (ARN) and the assumed role ID, which are identifiers that you
642
+ * can use to refer to the resulting temporary security credentials. For example, you can
643
+ * reference these credentials as a principal in a resource-based policy by using the ARN or
644
+ * assumed role ID. The ARN and ID include the <code>RoleSessionName</code> that you specified
645
+ * when you called <code>AssumeRole</code>. </p>
646
+ * @public
647
+ */
648
+ AssumedRoleUser?: AssumedRoleUser | undefined;
649
+ /**
650
+ * <p>A percentage value that indicates the packed size of the session policies and session
651
+ * tags combined passed in the request. The request fails if the packed size is greater than 100 percent,
652
+ * which means the policies and tags exceeded the allowed space.</p>
653
+ * @public
654
+ */
655
+ PackedPolicySize?: number | undefined;
656
+ /**
657
+ * <p> The issuing authority of the web identity token presented. For OpenID Connect ID
658
+ * tokens, this contains the value of the <code>iss</code> field. For OAuth 2.0 access tokens,
659
+ * this contains the value of the <code>ProviderId</code> parameter that was passed in the
660
+ * <code>AssumeRoleWithWebIdentity</code> request.</p>
661
+ * @public
662
+ */
663
+ Provider?: string | undefined;
664
+ /**
665
+ * <p>The intended audience (also known as client ID) of the web identity token. This is
666
+ * traditionally the client identifier issued to the application that requested the web
667
+ * identity token.</p>
668
+ * @public
669
+ */
670
+ Audience?: string | undefined;
671
+ /**
672
+ * <p>The value of the source identity that is returned in the JSON web token (JWT) from the
673
+ * identity provider.</p>
674
+ * <p>You can require users to set a source identity value when they assume a role. You do
675
+ * this by using the <code>sts:SourceIdentity</code> condition key in a role trust policy.
676
+ * That way, actions that are taken with the role are associated with that user. After the
677
+ * source identity is set, the value cannot be changed. It is present in the request for all
678
+ * actions that are taken by the role and persists across <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles.html#id_roles_terms-and-concepts">chained role</a>
679
+ * sessions. You can configure your identity provider to use an attribute associated with your
680
+ * users, like user name or email, as the source identity when calling
681
+ * <code>AssumeRoleWithWebIdentity</code>. You do this by adding a claim to the JSON web
682
+ * token. To learn more about OIDC tokens and claims, see <a href="https://docs.aws.amazon.com/cognito/latest/developerguide/amazon-cognito-user-pools-using-tokens-with-identity-providers.html">Using Tokens with User Pools</a> in the <i>Amazon Cognito Developer Guide</i>.
683
+ * For more information about using source identity, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_control-access_monitor.html">Monitor and control
684
+ * actions taken with assumed roles</a> in the
685
+ * <i>IAM User Guide</i>.</p>
686
+ * <p>The regex used to validate this parameter is a string of characters
687
+ * consisting of upper- and lower-case alphanumeric characters with no spaces. You can
688
+ * also include underscores or any of the following characters: =,.@-</p>
689
+ * @public
690
+ */
691
+ SourceIdentity?: string | undefined;
692
+ }
693
+ /**
694
+ * @internal
695
+ */
696
+ export declare const AssumeRoleWithWebIdentityResponseFilterSensitiveLog: (obj: AssumeRoleWithWebIdentityResponse) => any;
697
+ /**
698
+ * <p>The request could not be fulfilled because the identity provider (IDP) that was asked
699
+ * to verify the incoming identity token could not be reached. This is often a transient
700
+ * error caused by network conditions. Retry the request a limited number of times so that
701
+ * you don't exceed the request rate. If the error persists, the identity provider might be
702
+ * down or not responding.</p>
703
+ * @public
704
+ */
705
+ export declare class IDPCommunicationErrorException extends __BaseException {
706
+ readonly name: "IDPCommunicationErrorException";
707
+ readonly $fault: "client";
708
+ /**
709
+ * @internal
710
+ */
711
+ constructor(opts: __ExceptionOptionType<IDPCommunicationErrorException, __BaseException>);
712
+ }