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

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 (2212) hide show
  1. package/.jsii +3 -3
  2. package/jjrawlinscdkiampolicybuilderhelper/go.mod +4 -4
  3. package/jjrawlinscdkiampolicybuilderhelper/jsii/jsii.go +2 -2
  4. package/jjrawlinscdkiampolicybuilderhelper/version +1 -1
  5. package/lib/bin/create-actions-json.js +1 -2
  6. package/lib/bin/download-actions-json.js +1 -3
  7. package/lib/bin/download-managed-policies-json.js +2 -3
  8. package/lib/constructs/Actions.d.ts +349 -156
  9. package/lib/constructs/Actions.js +19278 -19085
  10. package/lib/constructs/ManagedPolicies.d.ts +660 -16
  11. package/lib/constructs/ManagedPolicies.js +661 -17
  12. package/node_modules/@aws-crypto/sha256-browser/CHANGELOG.md +30 -0
  13. package/node_modules/@aws-crypto/sha256-browser/build/main/constants.js.map +1 -0
  14. package/node_modules/@aws-crypto/sha256-browser/build/main/crossPlatformSha256.js +30 -0
  15. package/node_modules/@aws-crypto/sha256-browser/build/main/crossPlatformSha256.js.map +1 -0
  16. package/node_modules/@aws-crypto/sha256-browser/build/main/index.d.ts +2 -0
  17. package/node_modules/@aws-crypto/sha256-browser/build/main/index.js +8 -0
  18. package/node_modules/@aws-crypto/sha256-browser/build/main/index.js.map +1 -0
  19. package/node_modules/@aws-crypto/sha256-browser/build/main/isEmptyData.js.map +1 -0
  20. package/node_modules/@aws-crypto/sha256-browser/build/main/webCryptoSha256.js.map +1 -0
  21. package/node_modules/@aws-crypto/sha256-browser/build/module/constants.d.ts +10 -0
  22. package/node_modules/@aws-crypto/sha256-browser/build/module/constants.js +40 -0
  23. package/node_modules/@aws-crypto/sha256-browser/build/module/constants.js.map +1 -0
  24. package/node_modules/@aws-crypto/sha256-browser/build/module/crossPlatformSha256.d.ts +8 -0
  25. package/node_modules/@aws-crypto/sha256-browser/build/module/crossPlatformSha256.js +27 -0
  26. package/node_modules/@aws-crypto/sha256-browser/build/module/crossPlatformSha256.js.map +1 -0
  27. package/node_modules/@aws-crypto/sha256-browser/build/module/index.d.ts +2 -0
  28. package/node_modules/@aws-crypto/sha256-browser/build/module/index.js +3 -0
  29. package/node_modules/@aws-crypto/sha256-browser/build/module/index.js.map +1 -0
  30. package/node_modules/@aws-crypto/sha256-browser/build/module/isEmptyData.js +7 -0
  31. package/node_modules/@aws-crypto/sha256-browser/build/module/isEmptyData.js.map +1 -0
  32. package/node_modules/@aws-crypto/sha256-browser/build/module/webCryptoSha256.d.ts +10 -0
  33. package/node_modules/@aws-crypto/sha256-browser/build/module/webCryptoSha256.js +53 -0
  34. package/node_modules/@aws-crypto/sha256-browser/build/module/webCryptoSha256.js.map +1 -0
  35. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/README.md +10 -0
  36. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +32 -0
  37. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-es/index.js +2 -0
  38. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-types/index.d.ts +4 -0
  39. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-types/ts3.4/index.d.ts +4 -0
  40. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/package.json +60 -0
  41. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/LICENSE +201 -0
  42. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/README.md +10 -0
  43. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +47 -0
  44. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-es/index.js +14 -0
  45. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-types/index.d.ts +13 -0
  46. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-types/ts3.4/index.d.ts +13 -0
  47. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/package.json +61 -0
  48. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/LICENSE +201 -0
  49. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/README.md +4 -0
  50. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/index.js +65 -0
  51. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/fromUtf8.browser.js +1 -0
  52. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +5 -0
  53. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/index.js +3 -0
  54. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/toUint8Array.js +10 -0
  55. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +9 -0
  56. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +10 -0
  57. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/fromUtf8.browser.d.ts +1 -0
  58. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/fromUtf8.d.ts +1 -0
  59. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/index.d.ts +3 -0
  60. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/toUint8Array.d.ts +1 -0
  61. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +7 -0
  62. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +7 -0
  63. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +1 -0
  64. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +1 -0
  65. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/index.d.ts +3 -0
  66. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +1 -0
  67. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +7 -0
  68. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +7 -0
  69. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/package.json +66 -0
  70. package/node_modules/@aws-crypto/sha256-browser/package.json +11 -11
  71. package/node_modules/@aws-crypto/sha256-browser/src/crossPlatformSha256.ts +0 -4
  72. package/node_modules/@aws-crypto/sha256-browser/src/index.ts +0 -1
  73. package/node_modules/@aws-crypto/sha256-browser/tsconfig.json +3 -15
  74. package/node_modules/@aws-crypto/sha256-browser/tsconfig.module.json +7 -0
  75. package/node_modules/@aws-crypto/sha256-js/CHANGELOG.md +20 -0
  76. package/node_modules/@aws-crypto/sha256-js/build/main/RawSha256.js.map +1 -0
  77. package/node_modules/@aws-crypto/sha256-js/build/main/constants.js.map +1 -0
  78. package/node_modules/@aws-crypto/sha256-js/build/main/index.js.map +1 -0
  79. package/node_modules/@aws-crypto/sha256-js/build/main/jsSha256.js.map +1 -0
  80. package/node_modules/@aws-crypto/sha256-js/build/main/knownHashes.fixture.js.map +1 -0
  81. package/node_modules/@aws-crypto/sha256-js/build/module/RawSha256.d.ts +17 -0
  82. package/node_modules/@aws-crypto/sha256-js/build/module/RawSha256.js +121 -0
  83. package/node_modules/@aws-crypto/sha256-js/build/module/RawSha256.js.map +1 -0
  84. package/node_modules/@aws-crypto/sha256-js/build/module/constants.d.ts +20 -0
  85. package/node_modules/@aws-crypto/sha256-js/build/module/constants.js +95 -0
  86. package/node_modules/@aws-crypto/sha256-js/build/module/constants.js.map +1 -0
  87. package/node_modules/@aws-crypto/sha256-js/build/module/index.d.ts +1 -0
  88. package/node_modules/@aws-crypto/sha256-js/build/module/index.js +2 -0
  89. package/node_modules/@aws-crypto/sha256-js/build/module/index.js.map +1 -0
  90. package/node_modules/@aws-crypto/sha256-js/build/module/jsSha256.d.ts +12 -0
  91. package/node_modules/@aws-crypto/sha256-js/build/module/jsSha256.js +82 -0
  92. package/node_modules/@aws-crypto/sha256-js/build/module/jsSha256.js.map +1 -0
  93. package/node_modules/@aws-crypto/sha256-js/build/module/knownHashes.fixture.d.ts +5 -0
  94. package/node_modules/@aws-crypto/sha256-js/build/module/knownHashes.fixture.js +319 -0
  95. package/node_modules/@aws-crypto/sha256-js/build/module/knownHashes.fixture.js.map +1 -0
  96. package/node_modules/@aws-crypto/sha256-js/package.json +11 -7
  97. package/node_modules/@aws-crypto/sha256-js/tsconfig.json +3 -10
  98. package/node_modules/@aws-crypto/sha256-js/tsconfig.module.json +7 -0
  99. package/node_modules/@aws-crypto/supports-web-crypto/CHANGELOG.md +20 -0
  100. package/node_modules/@aws-crypto/supports-web-crypto/build/main/index.js +5 -0
  101. package/node_modules/@aws-crypto/supports-web-crypto/build/main/index.js.map +1 -0
  102. package/node_modules/@aws-crypto/supports-web-crypto/build/main/supportsWebCrypto.js +69 -0
  103. package/node_modules/@aws-crypto/supports-web-crypto/build/main/supportsWebCrypto.js.map +1 -0
  104. package/node_modules/@aws-crypto/supports-web-crypto/build/module/index.d.ts +1 -0
  105. package/node_modules/@aws-crypto/supports-web-crypto/build/module/index.js +2 -0
  106. package/node_modules/@aws-crypto/supports-web-crypto/build/module/index.js.map +1 -0
  107. package/node_modules/@aws-crypto/supports-web-crypto/build/module/supportsWebCrypto.d.ts +4 -0
  108. package/node_modules/@aws-crypto/supports-web-crypto/build/module/supportsWebCrypto.js +62 -0
  109. package/node_modules/@aws-crypto/supports-web-crypto/build/module/supportsWebCrypto.js.map +1 -0
  110. package/node_modules/@aws-crypto/supports-web-crypto/package.json +7 -5
  111. package/node_modules/@aws-crypto/supports-web-crypto/tsconfig.json +3 -9
  112. package/node_modules/@aws-crypto/supports-web-crypto/tsconfig.module.json +7 -0
  113. package/node_modules/@aws-crypto/util/CHANGELOG.md +24 -0
  114. package/node_modules/@aws-crypto/util/build/main/convertToBuffer.js +24 -0
  115. package/node_modules/@aws-crypto/util/build/main/convertToBuffer.js.map +1 -0
  116. package/node_modules/@aws-crypto/util/build/main/index.js.map +1 -0
  117. package/node_modules/@aws-crypto/util/build/main/isEmptyData.d.ts +2 -0
  118. package/node_modules/@aws-crypto/util/build/main/isEmptyData.js.map +1 -0
  119. package/node_modules/@aws-crypto/util/build/main/numToUint8.js.map +1 -0
  120. package/node_modules/@aws-crypto/util/build/main/uint32ArrayFrom.js.map +1 -0
  121. package/node_modules/@aws-crypto/util/build/module/convertToBuffer.d.ts +2 -0
  122. package/node_modules/@aws-crypto/util/build/module/convertToBuffer.js +20 -0
  123. package/node_modules/@aws-crypto/util/build/module/convertToBuffer.js.map +1 -0
  124. package/node_modules/@aws-crypto/util/build/module/index.d.ts +4 -0
  125. package/node_modules/@aws-crypto/util/build/module/index.js +7 -0
  126. package/node_modules/@aws-crypto/util/build/module/index.js.map +1 -0
  127. package/node_modules/@aws-crypto/util/build/module/isEmptyData.d.ts +2 -0
  128. package/node_modules/@aws-crypto/util/build/module/isEmptyData.js +9 -0
  129. package/node_modules/@aws-crypto/util/build/module/isEmptyData.js.map +1 -0
  130. package/node_modules/@aws-crypto/util/build/module/numToUint8.d.ts +1 -0
  131. package/node_modules/@aws-crypto/util/build/module/numToUint8.js +11 -0
  132. package/node_modules/@aws-crypto/util/build/module/numToUint8.js.map +1 -0
  133. package/node_modules/@aws-crypto/util/build/module/uint32ArrayFrom.d.ts +1 -0
  134. package/node_modules/@aws-crypto/util/build/module/uint32ArrayFrom.js +16 -0
  135. package/node_modules/@aws-crypto/util/build/module/uint32ArrayFrom.js.map +1 -0
  136. package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/LICENSE +201 -0
  137. package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/README.md +10 -0
  138. package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +32 -0
  139. package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-es/index.js +2 -0
  140. package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-types/index.d.ts +4 -0
  141. package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-types/ts3.4/index.d.ts +4 -0
  142. package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/package.json +60 -0
  143. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/LICENSE +201 -0
  144. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/README.md +10 -0
  145. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +47 -0
  146. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-es/index.js +14 -0
  147. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-types/index.d.ts +13 -0
  148. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-types/ts3.4/index.d.ts +13 -0
  149. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/package.json +61 -0
  150. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/LICENSE +201 -0
  151. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/README.md +4 -0
  152. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/index.js +65 -0
  153. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/fromUtf8.browser.js +1 -0
  154. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +5 -0
  155. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/index.js +3 -0
  156. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUint8Array.js +10 -0
  157. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +9 -0
  158. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +10 -0
  159. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/fromUtf8.browser.d.ts +1 -0
  160. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/fromUtf8.d.ts +1 -0
  161. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/index.d.ts +3 -0
  162. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/toUint8Array.d.ts +1 -0
  163. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +7 -0
  164. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +7 -0
  165. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +1 -0
  166. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +1 -0
  167. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/index.d.ts +3 -0
  168. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +1 -0
  169. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +7 -0
  170. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +7 -0
  171. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/package.json +66 -0
  172. package/node_modules/@aws-crypto/util/package.json +8 -7
  173. package/node_modules/@aws-crypto/util/src/convertToBuffer.ts +1 -1
  174. package/node_modules/@aws-crypto/util/tsconfig.json +2 -16
  175. package/node_modules/@aws-crypto/util/tsconfig.module.json +7 -0
  176. package/node_modules/@aws-sdk/client-iam/README.md +41 -1
  177. package/node_modules/@aws-sdk/client-iam/dist-cjs/endpoint/endpointResolver.js +6 -2
  178. package/node_modules/@aws-sdk/client-iam/dist-cjs/index.js +1478 -1219
  179. package/node_modules/@aws-sdk/client-iam/dist-cjs/runtimeConfig.browser.js +1 -1
  180. package/node_modules/@aws-sdk/client-iam/dist-cjs/runtimeConfig.js +9 -6
  181. package/node_modules/@aws-sdk/client-iam/dist-es/IAM.js +10 -0
  182. package/node_modules/@aws-sdk/client-iam/dist-es/IAMClient.js +10 -15
  183. package/node_modules/@aws-sdk/client-iam/dist-es/commands/AddClientIDToOpenIDConnectProviderCommand.js +1 -3
  184. package/node_modules/@aws-sdk/client-iam/dist-es/commands/AddRoleToInstanceProfileCommand.js +1 -3
  185. package/node_modules/@aws-sdk/client-iam/dist-es/commands/AddUserToGroupCommand.js +1 -3
  186. package/node_modules/@aws-sdk/client-iam/dist-es/commands/AttachGroupPolicyCommand.js +1 -3
  187. package/node_modules/@aws-sdk/client-iam/dist-es/commands/AttachRolePolicyCommand.js +1 -3
  188. package/node_modules/@aws-sdk/client-iam/dist-es/commands/AttachUserPolicyCommand.js +1 -3
  189. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ChangePasswordCommand.js +1 -3
  190. package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateAccessKeyCommand.js +1 -3
  191. package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateAccountAliasCommand.js +1 -3
  192. package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateGroupCommand.js +1 -3
  193. package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateInstanceProfileCommand.js +1 -3
  194. package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateLoginProfileCommand.js +1 -3
  195. package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateOpenIDConnectProviderCommand.js +1 -3
  196. package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreatePolicyCommand.js +1 -3
  197. package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreatePolicyVersionCommand.js +1 -3
  198. package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateRoleCommand.js +1 -3
  199. package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateSAMLProviderCommand.js +3 -4
  200. package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateServiceLinkedRoleCommand.js +1 -3
  201. package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateServiceSpecificCredentialCommand.js +1 -3
  202. package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateUserCommand.js +1 -3
  203. package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateVirtualMFADeviceCommand.js +1 -3
  204. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeactivateMFADeviceCommand.js +1 -3
  205. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteAccessKeyCommand.js +1 -3
  206. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteAccountAliasCommand.js +1 -3
  207. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteAccountPasswordPolicyCommand.js +1 -3
  208. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteGroupCommand.js +1 -3
  209. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteGroupPolicyCommand.js +1 -3
  210. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteInstanceProfileCommand.js +1 -3
  211. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteLoginProfileCommand.js +1 -3
  212. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteOpenIDConnectProviderCommand.js +1 -3
  213. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeletePolicyCommand.js +1 -3
  214. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeletePolicyVersionCommand.js +1 -3
  215. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteRoleCommand.js +1 -3
  216. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteRolePermissionsBoundaryCommand.js +1 -3
  217. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteRolePolicyCommand.js +1 -3
  218. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteSAMLProviderCommand.js +1 -3
  219. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteSSHPublicKeyCommand.js +1 -3
  220. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteServerCertificateCommand.js +1 -3
  221. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteServiceLinkedRoleCommand.js +1 -3
  222. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteServiceSpecificCredentialCommand.js +1 -3
  223. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteSigningCertificateCommand.js +1 -3
  224. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteUserCommand.js +1 -3
  225. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteUserPermissionsBoundaryCommand.js +1 -3
  226. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteUserPolicyCommand.js +1 -3
  227. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteVirtualMFADeviceCommand.js +1 -3
  228. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DetachGroupPolicyCommand.js +1 -3
  229. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DetachRolePolicyCommand.js +1 -3
  230. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DetachUserPolicyCommand.js +1 -3
  231. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DisableOrganizationsRootCredentialsManagementCommand.js +22 -0
  232. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DisableOrganizationsRootSessionsCommand.js +22 -0
  233. package/node_modules/@aws-sdk/client-iam/dist-es/commands/EnableMFADeviceCommand.js +1 -3
  234. package/node_modules/@aws-sdk/client-iam/dist-es/commands/EnableOrganizationsRootCredentialsManagementCommand.js +22 -0
  235. package/node_modules/@aws-sdk/client-iam/dist-es/commands/EnableOrganizationsRootSessionsCommand.js +22 -0
  236. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GenerateCredentialReportCommand.js +1 -3
  237. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GenerateOrganizationsAccessReportCommand.js +1 -3
  238. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GenerateServiceLastAccessedDetailsCommand.js +1 -3
  239. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetAccessKeyLastUsedCommand.js +1 -3
  240. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetAccountAuthorizationDetailsCommand.js +1 -3
  241. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetAccountPasswordPolicyCommand.js +1 -3
  242. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetAccountSummaryCommand.js +1 -3
  243. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetContextKeysForCustomPolicyCommand.js +1 -3
  244. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetContextKeysForPrincipalPolicyCommand.js +1 -3
  245. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetCredentialReportCommand.js +1 -3
  246. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetGroupCommand.js +1 -3
  247. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetGroupPolicyCommand.js +1 -3
  248. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetInstanceProfileCommand.js +1 -3
  249. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetLoginProfileCommand.js +1 -3
  250. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetMFADeviceCommand.js +1 -3
  251. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetOpenIDConnectProviderCommand.js +1 -3
  252. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetOrganizationsAccessReportCommand.js +1 -3
  253. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetPolicyCommand.js +1 -3
  254. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetPolicyVersionCommand.js +1 -3
  255. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetRoleCommand.js +1 -3
  256. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetRolePolicyCommand.js +1 -3
  257. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetSAMLProviderCommand.js +1 -3
  258. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetSSHPublicKeyCommand.js +1 -3
  259. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetServerCertificateCommand.js +1 -3
  260. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetServiceLastAccessedDetailsCommand.js +1 -3
  261. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.js +1 -3
  262. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetServiceLinkedRoleDeletionStatusCommand.js +1 -3
  263. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetUserCommand.js +1 -3
  264. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetUserPolicyCommand.js +1 -3
  265. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListAccessKeysCommand.js +1 -3
  266. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListAccountAliasesCommand.js +1 -3
  267. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListAttachedGroupPoliciesCommand.js +1 -3
  268. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListAttachedRolePoliciesCommand.js +1 -3
  269. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListAttachedUserPoliciesCommand.js +1 -3
  270. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListEntitiesForPolicyCommand.js +1 -3
  271. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListGroupPoliciesCommand.js +1 -3
  272. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListGroupsCommand.js +1 -3
  273. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListGroupsForUserCommand.js +1 -3
  274. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListInstanceProfileTagsCommand.js +1 -3
  275. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListInstanceProfilesCommand.js +1 -3
  276. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListInstanceProfilesForRoleCommand.js +1 -3
  277. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListMFADeviceTagsCommand.js +1 -3
  278. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListMFADevicesCommand.js +1 -3
  279. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListOpenIDConnectProviderTagsCommand.js +1 -3
  280. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListOpenIDConnectProvidersCommand.js +1 -3
  281. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListOrganizationsFeaturesCommand.js +22 -0
  282. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListPoliciesCommand.js +1 -3
  283. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListPoliciesGrantingServiceAccessCommand.js +1 -3
  284. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListPolicyTagsCommand.js +1 -3
  285. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListPolicyVersionsCommand.js +1 -3
  286. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListRolePoliciesCommand.js +1 -3
  287. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListRoleTagsCommand.js +1 -3
  288. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListRolesCommand.js +1 -3
  289. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListSAMLProviderTagsCommand.js +1 -3
  290. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListSAMLProvidersCommand.js +1 -3
  291. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListSSHPublicKeysCommand.js +1 -3
  292. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListServerCertificateTagsCommand.js +1 -3
  293. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListServerCertificatesCommand.js +1 -3
  294. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListServiceSpecificCredentialsCommand.js +1 -3
  295. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListSigningCertificatesCommand.js +1 -3
  296. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListUserPoliciesCommand.js +1 -3
  297. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListUserTagsCommand.js +1 -3
  298. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListUsersCommand.js +1 -3
  299. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListVirtualMFADevicesCommand.js +1 -3
  300. package/node_modules/@aws-sdk/client-iam/dist-es/commands/PutGroupPolicyCommand.js +1 -3
  301. package/node_modules/@aws-sdk/client-iam/dist-es/commands/PutRolePermissionsBoundaryCommand.js +1 -3
  302. package/node_modules/@aws-sdk/client-iam/dist-es/commands/PutRolePolicyCommand.js +1 -3
  303. package/node_modules/@aws-sdk/client-iam/dist-es/commands/PutUserPermissionsBoundaryCommand.js +1 -3
  304. package/node_modules/@aws-sdk/client-iam/dist-es/commands/PutUserPolicyCommand.js +1 -3
  305. package/node_modules/@aws-sdk/client-iam/dist-es/commands/RemoveClientIDFromOpenIDConnectProviderCommand.js +1 -3
  306. package/node_modules/@aws-sdk/client-iam/dist-es/commands/RemoveRoleFromInstanceProfileCommand.js +1 -3
  307. package/node_modules/@aws-sdk/client-iam/dist-es/commands/RemoveUserFromGroupCommand.js +1 -3
  308. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ResetServiceSpecificCredentialCommand.js +1 -3
  309. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ResyncMFADeviceCommand.js +1 -3
  310. package/node_modules/@aws-sdk/client-iam/dist-es/commands/SetDefaultPolicyVersionCommand.js +1 -3
  311. package/node_modules/@aws-sdk/client-iam/dist-es/commands/SetSecurityTokenServicePreferencesCommand.js +1 -3
  312. package/node_modules/@aws-sdk/client-iam/dist-es/commands/SimulateCustomPolicyCommand.js +1 -3
  313. package/node_modules/@aws-sdk/client-iam/dist-es/commands/SimulatePrincipalPolicyCommand.js +1 -3
  314. package/node_modules/@aws-sdk/client-iam/dist-es/commands/TagInstanceProfileCommand.js +1 -3
  315. package/node_modules/@aws-sdk/client-iam/dist-es/commands/TagMFADeviceCommand.js +1 -3
  316. package/node_modules/@aws-sdk/client-iam/dist-es/commands/TagOpenIDConnectProviderCommand.js +1 -3
  317. package/node_modules/@aws-sdk/client-iam/dist-es/commands/TagPolicyCommand.js +1 -3
  318. package/node_modules/@aws-sdk/client-iam/dist-es/commands/TagRoleCommand.js +1 -3
  319. package/node_modules/@aws-sdk/client-iam/dist-es/commands/TagSAMLProviderCommand.js +1 -3
  320. package/node_modules/@aws-sdk/client-iam/dist-es/commands/TagServerCertificateCommand.js +1 -3
  321. package/node_modules/@aws-sdk/client-iam/dist-es/commands/TagUserCommand.js +1 -3
  322. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UntagInstanceProfileCommand.js +1 -3
  323. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UntagMFADeviceCommand.js +1 -3
  324. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UntagOpenIDConnectProviderCommand.js +1 -3
  325. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UntagPolicyCommand.js +1 -3
  326. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UntagRoleCommand.js +1 -3
  327. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UntagSAMLProviderCommand.js +1 -3
  328. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UntagServerCertificateCommand.js +1 -3
  329. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UntagUserCommand.js +1 -3
  330. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateAccessKeyCommand.js +1 -3
  331. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateAccountPasswordPolicyCommand.js +1 -3
  332. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateAssumeRolePolicyCommand.js +1 -3
  333. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateGroupCommand.js +1 -3
  334. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateLoginProfileCommand.js +1 -3
  335. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateOpenIDConnectProviderThumbprintCommand.js +1 -3
  336. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateRoleCommand.js +1 -3
  337. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateRoleDescriptionCommand.js +1 -3
  338. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateSAMLProviderCommand.js +3 -4
  339. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateSSHPublicKeyCommand.js +1 -3
  340. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateServerCertificateCommand.js +1 -3
  341. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateServiceSpecificCredentialCommand.js +1 -3
  342. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateSigningCertificateCommand.js +1 -3
  343. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateUserCommand.js +1 -3
  344. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UploadSSHPublicKeyCommand.js +1 -3
  345. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UploadServerCertificateCommand.js +1 -3
  346. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UploadSigningCertificateCommand.js +1 -3
  347. package/node_modules/@aws-sdk/client-iam/dist-es/commands/index.js +5 -0
  348. package/node_modules/@aws-sdk/client-iam/dist-es/endpoint/endpointResolver.js +7 -3
  349. package/node_modules/@aws-sdk/client-iam/dist-es/models/models_0.js +127 -58
  350. package/node_modules/@aws-sdk/client-iam/dist-es/models/models_1.js +30 -12
  351. package/node_modules/@aws-sdk/client-iam/dist-es/protocols/Aws_query.js +361 -1
  352. package/node_modules/@aws-sdk/client-iam/dist-es/runtimeConfig.browser.js +2 -2
  353. package/node_modules/@aws-sdk/client-iam/dist-es/runtimeConfig.js +10 -7
  354. package/node_modules/@aws-sdk/client-iam/dist-es/waiters/waitForPolicyExists.js +1 -1
  355. package/node_modules/@aws-sdk/client-iam/dist-es/waiters/waitForRoleExists.js +1 -1
  356. package/node_modules/@aws-sdk/client-iam/dist-es/waiters/waitForUserExists.js +1 -1
  357. package/node_modules/@aws-sdk/client-iam/dist-types/IAM.d.ts +43 -0
  358. package/node_modules/@aws-sdk/client-iam/dist-types/IAMClient.d.ts +31 -10
  359. package/node_modules/@aws-sdk/client-iam/dist-types/auth/httpAuthSchemeProvider.d.ts +4 -4
  360. package/node_modules/@aws-sdk/client-iam/dist-types/commands/AddClientIDToOpenIDConnectProviderCommand.d.ts +13 -1
  361. package/node_modules/@aws-sdk/client-iam/dist-types/commands/AddRoleToInstanceProfileCommand.d.ts +20 -1
  362. package/node_modules/@aws-sdk/client-iam/dist-types/commands/AddUserToGroupCommand.d.ts +13 -1
  363. package/node_modules/@aws-sdk/client-iam/dist-types/commands/AttachGroupPolicyCommand.d.ts +13 -1
  364. package/node_modules/@aws-sdk/client-iam/dist-types/commands/AttachRolePolicyCommand.d.ts +13 -1
  365. package/node_modules/@aws-sdk/client-iam/dist-types/commands/AttachUserPolicyCommand.d.ts +13 -1
  366. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ChangePasswordCommand.d.ts +13 -1
  367. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateAccessKeyCommand.d.ts +13 -1
  368. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateAccountAliasCommand.d.ts +13 -1
  369. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateGroupCommand.d.ts +13 -1
  370. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateInstanceProfileCommand.d.ts +13 -1
  371. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateLoginProfileCommand.d.ts +16 -4
  372. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateOpenIDConnectProviderCommand.d.ts +20 -8
  373. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreatePolicyCommand.d.ts +13 -1
  374. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreatePolicyVersionCommand.d.ts +13 -1
  375. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateRoleCommand.d.ts +13 -1
  376. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateSAMLProviderCommand.d.ts +15 -1
  377. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateServiceLinkedRoleCommand.d.ts +13 -1
  378. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateServiceSpecificCredentialCommand.d.ts +13 -1
  379. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateUserCommand.d.ts +13 -1
  380. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateVirtualMFADeviceCommand.d.ts +13 -1
  381. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeactivateMFADeviceCommand.d.ts +14 -2
  382. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteAccessKeyCommand.d.ts +13 -1
  383. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteAccountAliasCommand.d.ts +13 -1
  384. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteAccountPasswordPolicyCommand.d.ts +13 -1
  385. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteGroupCommand.d.ts +13 -1
  386. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteGroupPolicyCommand.d.ts +13 -1
  387. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteInstanceProfileCommand.d.ts +13 -1
  388. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteLoginProfileCommand.d.ts +15 -3
  389. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteOpenIDConnectProviderCommand.d.ts +13 -1
  390. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeletePolicyCommand.d.ts +13 -1
  391. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeletePolicyVersionCommand.d.ts +13 -1
  392. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteRoleCommand.d.ts +13 -1
  393. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteRolePermissionsBoundaryCommand.d.ts +13 -1
  394. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteRolePolicyCommand.d.ts +13 -1
  395. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteSAMLProviderCommand.d.ts +13 -1
  396. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteSSHPublicKeyCommand.d.ts +13 -1
  397. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteServerCertificateCommand.d.ts +13 -1
  398. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteServiceLinkedRoleCommand.d.ts +13 -1
  399. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteServiceSpecificCredentialCommand.d.ts +13 -1
  400. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteSigningCertificateCommand.d.ts +13 -1
  401. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteUserCommand.d.ts +13 -1
  402. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteUserPermissionsBoundaryCommand.d.ts +13 -1
  403. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteUserPolicyCommand.d.ts +13 -1
  404. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteVirtualMFADeviceCommand.d.ts +13 -1
  405. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DetachGroupPolicyCommand.d.ts +13 -1
  406. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DetachRolePolicyCommand.d.ts +13 -1
  407. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DetachUserPolicyCommand.d.ts +13 -1
  408. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DisableOrganizationsRootCredentialsManagementCommand.d.ts +108 -0
  409. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DisableOrganizationsRootSessionsCommand.d.ts +108 -0
  410. package/node_modules/@aws-sdk/client-iam/dist-types/commands/EnableMFADeviceCommand.d.ts +13 -1
  411. package/node_modules/@aws-sdk/client-iam/dist-types/commands/EnableOrganizationsRootCredentialsManagementCommand.d.ts +124 -0
  412. package/node_modules/@aws-sdk/client-iam/dist-types/commands/EnableOrganizationsRootSessionsCommand.d.ts +124 -0
  413. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GenerateCredentialReportCommand.d.ts +13 -1
  414. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GenerateOrganizationsAccessReportCommand.d.ts +13 -1
  415. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GenerateServiceLastAccessedDetailsCommand.d.ts +13 -1
  416. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetAccessKeyLastUsedCommand.d.ts +14 -2
  417. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetAccountAuthorizationDetailsCommand.d.ts +13 -1
  418. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetAccountPasswordPolicyCommand.d.ts +13 -1
  419. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetAccountSummaryCommand.d.ts +13 -1
  420. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetContextKeysForCustomPolicyCommand.d.ts +13 -1
  421. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetContextKeysForPrincipalPolicyCommand.d.ts +13 -1
  422. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetCredentialReportCommand.d.ts +14 -2
  423. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetGroupCommand.d.ts +13 -1
  424. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetGroupPolicyCommand.d.ts +13 -1
  425. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetInstanceProfileCommand.d.ts +13 -1
  426. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetLoginProfileCommand.d.ts +15 -3
  427. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetMFADeviceCommand.d.ts +13 -1
  428. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetOpenIDConnectProviderCommand.d.ts +13 -1
  429. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetOrganizationsAccessReportCommand.d.ts +13 -1
  430. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetPolicyCommand.d.ts +13 -1
  431. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetPolicyVersionCommand.d.ts +13 -1
  432. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetRoleCommand.d.ts +13 -1
  433. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetRolePolicyCommand.d.ts +13 -1
  434. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetSAMLProviderCommand.d.ts +21 -1
  435. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetSSHPublicKeyCommand.d.ts +13 -1
  436. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetServerCertificateCommand.d.ts +13 -1
  437. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetServiceLastAccessedDetailsCommand.d.ts +13 -1
  438. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.d.ts +13 -1
  439. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetServiceLinkedRoleDeletionStatusCommand.d.ts +13 -1
  440. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetUserCommand.d.ts +13 -1
  441. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetUserPolicyCommand.d.ts +13 -1
  442. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAccessKeysCommand.d.ts +13 -1
  443. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAccountAliasesCommand.d.ts +16 -4
  444. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAttachedGroupPoliciesCommand.d.ts +13 -1
  445. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAttachedRolePoliciesCommand.d.ts +13 -1
  446. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAttachedUserPoliciesCommand.d.ts +13 -1
  447. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListEntitiesForPolicyCommand.d.ts +13 -1
  448. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListGroupPoliciesCommand.d.ts +13 -1
  449. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListGroupsCommand.d.ts +13 -1
  450. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListGroupsForUserCommand.d.ts +13 -1
  451. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListInstanceProfileTagsCommand.d.ts +13 -1
  452. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListInstanceProfilesCommand.d.ts +13 -1
  453. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListInstanceProfilesForRoleCommand.d.ts +13 -1
  454. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListMFADeviceTagsCommand.d.ts +13 -1
  455. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListMFADevicesCommand.d.ts +13 -1
  456. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListOpenIDConnectProviderTagsCommand.d.ts +13 -1
  457. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListOpenIDConnectProvidersCommand.d.ts +13 -1
  458. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListOrganizationsFeaturesCommand.d.ts +106 -0
  459. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListPoliciesCommand.d.ts +13 -1
  460. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListPoliciesGrantingServiceAccessCommand.d.ts +13 -1
  461. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListPolicyTagsCommand.d.ts +13 -1
  462. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListPolicyVersionsCommand.d.ts +13 -1
  463. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListRolePoliciesCommand.d.ts +13 -1
  464. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListRoleTagsCommand.d.ts +13 -1
  465. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListRolesCommand.d.ts +13 -1
  466. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListSAMLProviderTagsCommand.d.ts +13 -1
  467. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListSAMLProvidersCommand.d.ts +13 -1
  468. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListSSHPublicKeysCommand.d.ts +13 -1
  469. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListServerCertificateTagsCommand.d.ts +13 -1
  470. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListServerCertificatesCommand.d.ts +13 -1
  471. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListServiceSpecificCredentialsCommand.d.ts +13 -1
  472. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListSigningCertificatesCommand.d.ts +13 -1
  473. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListUserPoliciesCommand.d.ts +13 -1
  474. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListUserTagsCommand.d.ts +13 -1
  475. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListUsersCommand.d.ts +13 -1
  476. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListVirtualMFADevicesCommand.d.ts +13 -1
  477. package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutGroupPolicyCommand.d.ts +13 -1
  478. package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutRolePermissionsBoundaryCommand.d.ts +13 -1
  479. package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutRolePolicyCommand.d.ts +13 -1
  480. package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutUserPermissionsBoundaryCommand.d.ts +13 -1
  481. package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutUserPolicyCommand.d.ts +13 -1
  482. package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +13 -1
  483. package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveRoleFromInstanceProfileCommand.d.ts +13 -1
  484. package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveUserFromGroupCommand.d.ts +13 -1
  485. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ResetServiceSpecificCredentialCommand.d.ts +13 -1
  486. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ResyncMFADeviceCommand.d.ts +13 -1
  487. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SetDefaultPolicyVersionCommand.d.ts +13 -1
  488. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SetSecurityTokenServicePreferencesCommand.d.ts +13 -1
  489. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SimulateCustomPolicyCommand.d.ts +15 -2
  490. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SimulatePrincipalPolicyCommand.d.ts +14 -2
  491. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagInstanceProfileCommand.d.ts +14 -2
  492. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagMFADeviceCommand.d.ts +14 -2
  493. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagOpenIDConnectProviderCommand.d.ts +14 -2
  494. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagPolicyCommand.d.ts +14 -2
  495. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagRoleCommand.d.ts +14 -2
  496. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagSAMLProviderCommand.d.ts +14 -2
  497. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagServerCertificateCommand.d.ts +14 -2
  498. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagUserCommand.d.ts +14 -2
  499. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagInstanceProfileCommand.d.ts +13 -1
  500. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagMFADeviceCommand.d.ts +13 -1
  501. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagOpenIDConnectProviderCommand.d.ts +13 -1
  502. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagPolicyCommand.d.ts +13 -1
  503. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagRoleCommand.d.ts +13 -1
  504. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagSAMLProviderCommand.d.ts +13 -1
  505. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagServerCertificateCommand.d.ts +13 -1
  506. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagUserCommand.d.ts +13 -1
  507. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAccessKeyCommand.d.ts +13 -1
  508. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAccountPasswordPolicyCommand.d.ts +13 -1
  509. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAssumeRolePolicyCommand.d.ts +13 -1
  510. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateGroupCommand.d.ts +13 -1
  511. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateLoginProfileCommand.d.ts +13 -1
  512. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateOpenIDConnectProviderThumbprintCommand.d.ts +18 -7
  513. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateRoleCommand.d.ts +13 -1
  514. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateRoleDescriptionCommand.d.ts +13 -1
  515. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateSAMLProviderCommand.d.ts +20 -6
  516. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateSSHPublicKeyCommand.d.ts +13 -1
  517. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateServerCertificateCommand.d.ts +13 -1
  518. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateServiceSpecificCredentialCommand.d.ts +13 -1
  519. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateSigningCertificateCommand.d.ts +13 -1
  520. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateUserCommand.d.ts +13 -1
  521. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UploadSSHPublicKeyCommand.d.ts +13 -1
  522. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UploadServerCertificateCommand.d.ts +13 -1
  523. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UploadSigningCertificateCommand.d.ts +13 -1
  524. package/node_modules/@aws-sdk/client-iam/dist-types/commands/index.d.ts +5 -0
  525. package/node_modules/@aws-sdk/client-iam/dist-types/index.d.ts +2 -2
  526. package/node_modules/@aws-sdk/client-iam/dist-types/models/IAMServiceException.d.ts +2 -1
  527. package/node_modules/@aws-sdk/client-iam/dist-types/models/models_0.d.ts +688 -1070
  528. package/node_modules/@aws-sdk/client-iam/dist-types/models/models_1.d.ts +698 -34
  529. package/node_modules/@aws-sdk/client-iam/dist-types/protocols/Aws_query.d.ts +45 -0
  530. package/node_modules/@aws-sdk/client-iam/dist-types/runtimeConfig.browser.d.ts +8 -4
  531. package/node_modules/@aws-sdk/client-iam/dist-types/runtimeConfig.d.ts +8 -4
  532. package/node_modules/@aws-sdk/client-iam/dist-types/runtimeConfig.native.d.ts +9 -5
  533. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/IAM.d.ts +105 -0
  534. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/IAMClient.d.ts +38 -9
  535. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AddClientIDToOpenIDConnectProviderCommand.d.ts +14 -2
  536. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AddRoleToInstanceProfileCommand.d.ts +14 -2
  537. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AddUserToGroupCommand.d.ts +14 -2
  538. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AttachGroupPolicyCommand.d.ts +14 -2
  539. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AttachRolePolicyCommand.d.ts +14 -2
  540. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AttachUserPolicyCommand.d.ts +14 -2
  541. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ChangePasswordCommand.d.ts +14 -2
  542. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateAccessKeyCommand.d.ts +14 -2
  543. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateAccountAliasCommand.d.ts +14 -2
  544. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +14 -2
  545. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateInstanceProfileCommand.d.ts +14 -2
  546. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateLoginProfileCommand.d.ts +15 -3
  547. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateOpenIDConnectProviderCommand.d.ts +14 -2
  548. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +14 -2
  549. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreatePolicyVersionCommand.d.ts +14 -2
  550. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateRoleCommand.d.ts +14 -2
  551. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateSAMLProviderCommand.d.ts +14 -2
  552. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateServiceLinkedRoleCommand.d.ts +14 -2
  553. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateServiceSpecificCredentialCommand.d.ts +14 -2
  554. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateUserCommand.d.ts +14 -2
  555. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateVirtualMFADeviceCommand.d.ts +14 -2
  556. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeactivateMFADeviceCommand.d.ts +14 -2
  557. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteAccessKeyCommand.d.ts +14 -2
  558. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteAccountAliasCommand.d.ts +14 -2
  559. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteAccountPasswordPolicyCommand.d.ts +14 -2
  560. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +14 -2
  561. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteGroupPolicyCommand.d.ts +14 -2
  562. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteInstanceProfileCommand.d.ts +14 -2
  563. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteLoginProfileCommand.d.ts +15 -3
  564. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteOpenIDConnectProviderCommand.d.ts +14 -2
  565. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +14 -2
  566. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeletePolicyVersionCommand.d.ts +14 -2
  567. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteRoleCommand.d.ts +14 -2
  568. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteRolePermissionsBoundaryCommand.d.ts +14 -2
  569. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteRolePolicyCommand.d.ts +14 -2
  570. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteSAMLProviderCommand.d.ts +14 -2
  571. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteSSHPublicKeyCommand.d.ts +14 -2
  572. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteServerCertificateCommand.d.ts +14 -2
  573. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteServiceLinkedRoleCommand.d.ts +14 -2
  574. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteServiceSpecificCredentialCommand.d.ts +14 -2
  575. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteSigningCertificateCommand.d.ts +14 -2
  576. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +14 -2
  577. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteUserPermissionsBoundaryCommand.d.ts +14 -2
  578. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteUserPolicyCommand.d.ts +14 -2
  579. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteVirtualMFADeviceCommand.d.ts +14 -2
  580. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DetachGroupPolicyCommand.d.ts +14 -2
  581. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DetachRolePolicyCommand.d.ts +14 -2
  582. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DetachUserPolicyCommand.d.ts +14 -2
  583. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DisableOrganizationsRootCredentialsManagementCommand.d.ts +51 -0
  584. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DisableOrganizationsRootSessionsCommand.d.ts +51 -0
  585. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/EnableMFADeviceCommand.d.ts +14 -2
  586. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/EnableOrganizationsRootCredentialsManagementCommand.d.ts +51 -0
  587. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/EnableOrganizationsRootSessionsCommand.d.ts +51 -0
  588. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GenerateCredentialReportCommand.d.ts +14 -2
  589. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GenerateOrganizationsAccessReportCommand.d.ts +14 -2
  590. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GenerateServiceLastAccessedDetailsCommand.d.ts +14 -2
  591. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetAccessKeyLastUsedCommand.d.ts +14 -2
  592. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetAccountAuthorizationDetailsCommand.d.ts +14 -2
  593. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetAccountPasswordPolicyCommand.d.ts +14 -2
  594. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetAccountSummaryCommand.d.ts +14 -2
  595. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetContextKeysForCustomPolicyCommand.d.ts +14 -2
  596. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetContextKeysForPrincipalPolicyCommand.d.ts +14 -2
  597. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetCredentialReportCommand.d.ts +14 -2
  598. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetGroupCommand.d.ts +14 -2
  599. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetGroupPolicyCommand.d.ts +14 -2
  600. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetInstanceProfileCommand.d.ts +14 -2
  601. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetLoginProfileCommand.d.ts +15 -3
  602. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetMFADeviceCommand.d.ts +14 -2
  603. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetOpenIDConnectProviderCommand.d.ts +14 -2
  604. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetOrganizationsAccessReportCommand.d.ts +14 -2
  605. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +14 -2
  606. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetPolicyVersionCommand.d.ts +14 -2
  607. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetRoleCommand.d.ts +14 -2
  608. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetRolePolicyCommand.d.ts +14 -2
  609. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetSAMLProviderCommand.d.ts +14 -2
  610. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetSSHPublicKeyCommand.d.ts +14 -2
  611. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetServerCertificateCommand.d.ts +14 -2
  612. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetServiceLastAccessedDetailsCommand.d.ts +14 -2
  613. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.d.ts +14 -2
  614. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetServiceLinkedRoleDeletionStatusCommand.d.ts +14 -2
  615. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetUserCommand.d.ts +14 -2
  616. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetUserPolicyCommand.d.ts +14 -2
  617. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListAccessKeysCommand.d.ts +14 -2
  618. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListAccountAliasesCommand.d.ts +14 -2
  619. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListAttachedGroupPoliciesCommand.d.ts +14 -2
  620. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListAttachedRolePoliciesCommand.d.ts +14 -2
  621. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListAttachedUserPoliciesCommand.d.ts +14 -2
  622. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListEntitiesForPolicyCommand.d.ts +14 -2
  623. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListGroupPoliciesCommand.d.ts +14 -2
  624. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +14 -2
  625. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListGroupsForUserCommand.d.ts +14 -2
  626. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListInstanceProfileTagsCommand.d.ts +14 -2
  627. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListInstanceProfilesCommand.d.ts +14 -2
  628. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListInstanceProfilesForRoleCommand.d.ts +14 -2
  629. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListMFADeviceTagsCommand.d.ts +14 -2
  630. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListMFADevicesCommand.d.ts +14 -2
  631. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListOpenIDConnectProviderTagsCommand.d.ts +14 -2
  632. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListOpenIDConnectProvidersCommand.d.ts +14 -2
  633. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListOrganizationsFeaturesCommand.d.ts +51 -0
  634. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +14 -2
  635. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListPoliciesGrantingServiceAccessCommand.d.ts +14 -2
  636. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListPolicyTagsCommand.d.ts +14 -2
  637. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListPolicyVersionsCommand.d.ts +14 -2
  638. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListRolePoliciesCommand.d.ts +14 -2
  639. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListRoleTagsCommand.d.ts +14 -2
  640. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListRolesCommand.d.ts +14 -2
  641. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListSAMLProviderTagsCommand.d.ts +14 -2
  642. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListSAMLProvidersCommand.d.ts +14 -2
  643. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListSSHPublicKeysCommand.d.ts +14 -2
  644. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListServerCertificateTagsCommand.d.ts +14 -2
  645. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListServerCertificatesCommand.d.ts +14 -2
  646. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListServiceSpecificCredentialsCommand.d.ts +14 -2
  647. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListSigningCertificatesCommand.d.ts +14 -2
  648. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListUserPoliciesCommand.d.ts +14 -2
  649. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListUserTagsCommand.d.ts +14 -2
  650. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListUsersCommand.d.ts +14 -2
  651. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListVirtualMFADevicesCommand.d.ts +14 -2
  652. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutGroupPolicyCommand.d.ts +14 -2
  653. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutRolePermissionsBoundaryCommand.d.ts +14 -2
  654. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutRolePolicyCommand.d.ts +14 -2
  655. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutUserPermissionsBoundaryCommand.d.ts +14 -2
  656. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutUserPolicyCommand.d.ts +14 -2
  657. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +14 -2
  658. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RemoveRoleFromInstanceProfileCommand.d.ts +14 -2
  659. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RemoveUserFromGroupCommand.d.ts +14 -2
  660. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ResetServiceSpecificCredentialCommand.d.ts +14 -2
  661. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ResyncMFADeviceCommand.d.ts +14 -2
  662. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SetDefaultPolicyVersionCommand.d.ts +14 -2
  663. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SetSecurityTokenServicePreferencesCommand.d.ts +14 -2
  664. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SimulateCustomPolicyCommand.d.ts +16 -6
  665. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SimulatePrincipalPolicyCommand.d.ts +15 -3
  666. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagInstanceProfileCommand.d.ts +15 -3
  667. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagMFADeviceCommand.d.ts +15 -3
  668. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagOpenIDConnectProviderCommand.d.ts +15 -3
  669. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagPolicyCommand.d.ts +15 -3
  670. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagRoleCommand.d.ts +15 -3
  671. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagSAMLProviderCommand.d.ts +15 -3
  672. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagServerCertificateCommand.d.ts +15 -3
  673. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagUserCommand.d.ts +15 -3
  674. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagInstanceProfileCommand.d.ts +14 -2
  675. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagMFADeviceCommand.d.ts +14 -2
  676. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagOpenIDConnectProviderCommand.d.ts +14 -2
  677. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagPolicyCommand.d.ts +14 -2
  678. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagRoleCommand.d.ts +14 -2
  679. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagSAMLProviderCommand.d.ts +14 -2
  680. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagServerCertificateCommand.d.ts +14 -2
  681. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagUserCommand.d.ts +14 -2
  682. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateAccessKeyCommand.d.ts +14 -2
  683. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateAccountPasswordPolicyCommand.d.ts +14 -2
  684. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateAssumeRolePolicyCommand.d.ts +14 -2
  685. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +14 -2
  686. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateLoginProfileCommand.d.ts +14 -2
  687. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateOpenIDConnectProviderThumbprintCommand.d.ts +14 -2
  688. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateRoleCommand.d.ts +14 -2
  689. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateRoleDescriptionCommand.d.ts +14 -2
  690. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateSAMLProviderCommand.d.ts +14 -2
  691. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateSSHPublicKeyCommand.d.ts +14 -2
  692. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateServerCertificateCommand.d.ts +14 -2
  693. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateServiceSpecificCredentialCommand.d.ts +14 -2
  694. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateSigningCertificateCommand.d.ts +14 -2
  695. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +14 -2
  696. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UploadSSHPublicKeyCommand.d.ts +14 -2
  697. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UploadServerCertificateCommand.d.ts +14 -2
  698. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UploadSigningCertificateCommand.d.ts +14 -2
  699. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/index.d.ts +5 -0
  700. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/IAMServiceException.d.ts +2 -1
  701. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_0.d.ts +517 -520
  702. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_1.d.ts +152 -32
  703. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/protocols/Aws_query.d.ts +60 -0
  704. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/runtimeConfig.browser.d.ts +22 -11
  705. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/runtimeConfig.d.ts +22 -14
  706. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -16
  707. package/node_modules/@aws-sdk/client-iam/package.json +44 -45
  708. package/node_modules/@aws-sdk/client-sso/README.md +1 -1
  709. package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js +6 -2
  710. package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +70 -74
  711. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +1 -1
  712. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +9 -6
  713. package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +10 -15
  714. package/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +1 -3
  715. package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +1 -3
  716. package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +1 -3
  717. package/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +1 -3
  718. package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/endpointResolver.js +7 -3
  719. package/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +8 -8
  720. package/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +1 -6
  721. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +2 -2
  722. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +10 -7
  723. package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +24 -8
  724. package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +4 -4
  725. package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +13 -1
  726. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +13 -1
  727. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +13 -1
  728. package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +13 -1
  729. package/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +2 -2
  730. package/node_modules/@aws-sdk/client-sso/dist-types/models/SSOServiceException.d.ts +2 -1
  731. package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +18 -18
  732. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +7 -3
  733. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +7 -3
  734. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +8 -4
  735. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +8 -9
  736. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +14 -2
  737. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +14 -2
  738. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +14 -2
  739. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +14 -2
  740. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/SSOServiceException.d.ts +2 -1
  741. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +18 -18
  742. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +17 -8
  743. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +14 -8
  744. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +32 -13
  745. package/node_modules/@aws-sdk/client-sso/package.json +42 -43
  746. package/node_modules/@aws-sdk/core/README.md +35 -1
  747. package/node_modules/@aws-sdk/core/account-id-endpoint.d.ts +7 -0
  748. package/node_modules/@aws-sdk/core/account-id-endpoint.js +6 -0
  749. package/node_modules/@aws-sdk/core/client.d.ts +7 -0
  750. package/node_modules/@aws-sdk/core/client.js +5 -0
  751. package/node_modules/@aws-sdk/core/dist-cjs/index.js +6 -446
  752. package/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +97 -0
  753. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +78 -0
  754. package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +300 -0
  755. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +227 -0
  756. package/node_modules/@aws-sdk/core/dist-es/index.js +3 -3
  757. package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +15 -0
  758. package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConstants.js +5 -0
  759. package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.js +24 -0
  760. package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/index.js +3 -0
  761. package/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js +15 -0
  762. package/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +3 -0
  763. package/node_modules/@aws-sdk/core/dist-es/submodules/client/setCredentialFeature.js +7 -0
  764. package/node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js +11 -0
  765. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js +20 -0
  766. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +72 -0
  767. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js +4 -0
  768. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.js +25 -0
  769. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +88 -0
  770. package/node_modules/@aws-sdk/core/dist-types/index.d.ts +22 -3
  771. package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +30 -0
  772. package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +7 -0
  773. package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +14 -0
  774. package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/index.d.ts +3 -0
  775. package/node_modules/@aws-sdk/core/dist-types/submodules/client/emitWarningIfUnsupportedVersion.d.ts +12 -0
  776. package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +3 -0
  777. package/node_modules/@aws-sdk/core/dist-types/submodules/client/setCredentialFeature.d.ts +7 -0
  778. package/node_modules/@aws-sdk/core/dist-types/submodules/client/setFeature.d.ts +12 -0
  779. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +10 -0
  780. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +42 -0
  781. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/index.d.ts +4 -0
  782. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +38 -0
  783. package/node_modules/@aws-sdk/core/dist-types/ts3.4/index.d.ts +3 -3
  784. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +15 -0
  785. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +6 -0
  786. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +7 -0
  787. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/index.d.ts +3 -0
  788. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/emitWarningIfUnsupportedVersion.d.ts +4 -0
  789. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +3 -0
  790. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setCredentialFeature.d.ts +11 -0
  791. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setFeature.d.ts +6 -0
  792. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +12 -0
  793. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +39 -0
  794. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/index.d.ts +8 -0
  795. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +18 -0
  796. package/node_modules/@aws-sdk/core/httpAuthSchemes.d.ts +7 -0
  797. package/node_modules/@aws-sdk/core/httpAuthSchemes.js +5 -0
  798. package/node_modules/@aws-sdk/core/package.json +75 -15
  799. package/node_modules/@aws-sdk/core/protocols.d.ts +7 -0
  800. package/node_modules/@aws-sdk/core/protocols.js +5 -0
  801. package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +13 -5
  802. package/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js +9 -3
  803. package/node_modules/@aws-sdk/credential-provider-env/dist-types/fromEnv.d.ts +4 -0
  804. package/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/fromEnv.d.ts +1 -0
  805. package/node_modules/@aws-sdk/credential-provider-env/package.json +10 -8
  806. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js +2 -2
  807. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.browser.js +5 -6
  808. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +21 -18
  809. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +4 -9
  810. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/checkUrl.js +2 -2
  811. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.browser.js +4 -4
  812. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +14 -10
  813. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/requestHelpers.js +4 -8
  814. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/checkUrl.d.ts +3 -1
  815. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.browser.d.ts +1 -1
  816. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.d.ts +1 -1
  817. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/requestHelpers.d.ts +2 -2
  818. package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/checkUrl.d.ts +2 -1
  819. package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.browser.d.ts +1 -1
  820. package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.d.ts +1 -1
  821. package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/requestHelpers.d.ts +3 -2
  822. package/node_modules/@aws-sdk/credential-provider-http/package.json +15 -13
  823. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +136 -56
  824. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +12 -3
  825. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +58 -31
  826. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js +21 -6
  827. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js +2 -1
  828. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +4 -4
  829. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +12 -2
  830. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveStaticCredentials.js +10 -6
  831. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +2 -1
  832. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +10 -3
  833. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +6 -3
  834. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveCredentialSource.d.ts +2 -2
  835. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +1 -1
  836. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +3 -3
  837. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveStaticCredentials.d.ts +1 -0
  838. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +5 -7
  839. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +12 -3
  840. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveCredentialSource.d.ts +3 -2
  841. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts +2 -1
  842. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +5 -4
  843. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveStaticCredentials.d.ts +1 -0
  844. package/node_modules/@aws-sdk/credential-provider-ini/package.json +20 -17
  845. package/node_modules/@aws-sdk/credential-provider-node/README.md +3 -3
  846. package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +47 -25
  847. package/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +39 -16
  848. package/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +4 -4
  849. package/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +2 -1
  850. package/node_modules/@aws-sdk/credential-provider-node/dist-types/remoteProvider.d.ts +2 -1
  851. package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +2 -0
  852. package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/remoteProvider.d.ts +2 -1
  853. package/node_modules/@aws-sdk/credential-provider-node/package.json +18 -17
  854. package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +28 -12
  855. package/node_modules/@aws-sdk/credential-provider-process/dist-es/fromProcess.js +5 -3
  856. package/node_modules/@aws-sdk/credential-provider-process/dist-es/getValidatedProcessCredentials.js +10 -2
  857. package/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js +7 -5
  858. package/node_modules/@aws-sdk/credential-provider-process/dist-types/ProcessCredentials.d.ts +1 -0
  859. package/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +2 -3
  860. package/node_modules/@aws-sdk/credential-provider-process/dist-types/getValidatedProcessCredentials.d.ts +2 -2
  861. package/node_modules/@aws-sdk/credential-provider-process/dist-types/resolveProcessCredentials.d.ts +2 -2
  862. package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/ProcessCredentials.d.ts +1 -0
  863. package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/fromProcess.d.ts +5 -3
  864. package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/getValidatedProcessCredentials.d.ts +3 -2
  865. package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/resolveProcessCredentials.d.ts +3 -2
  866. package/node_modules/@aws-sdk/credential-provider-process/package.json +11 -9
  867. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +73 -28
  868. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +21 -9
  869. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +39 -8
  870. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/validateSsoProfile.js +2 -2
  871. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +2 -3
  872. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +1 -1
  873. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +5 -3
  874. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +2 -0
  875. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/validateSsoProfile.d.ts +3 -1
  876. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/validateSsoProfile.d.ts +2 -1
  877. package/node_modules/@aws-sdk/credential-provider-sso/package.json +14 -12
  878. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +13 -7
  879. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +8 -6
  880. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +1 -0
  881. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +10 -3
  882. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js +7 -4
  883. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts +3 -3
  884. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts +5 -6
  885. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +14 -14
  886. package/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +1 -0
  887. package/node_modules/@aws-sdk/middleware-host-header/package.json +10 -8
  888. package/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +3 -3
  889. package/node_modules/@aws-sdk/middleware-logger/package.json +10 -8
  890. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +1 -0
  891. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +10 -8
  892. package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +112 -7
  893. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/check-features.js +49 -0
  894. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +22 -0
  895. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/encode-features.js +18 -0
  896. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +11 -1
  897. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/check-features.d.ts +18 -0
  898. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +14 -1
  899. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/encode-features.d.ts +5 -0
  900. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/check-features.d.ts +20 -0
  901. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/configurations.d.ts +5 -1
  902. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/encode-features.d.ts +2 -0
  903. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/user-agent-middleware.d.ts +2 -1
  904. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +2 -1
  905. package/node_modules/@aws-sdk/middleware-user-agent/package.json +14 -10
  906. package/node_modules/@aws-sdk/nested-clients/README.md +13 -0
  907. package/node_modules/@aws-sdk/nested-clients/dist-cjs/index.js +2 -0
  908. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +56 -0
  909. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/endpointResolver.js +18 -0
  910. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +7 -0
  911. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +873 -0
  912. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.browser.js +38 -0
  913. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.js +50 -0
  914. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.native.js +15 -0
  915. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +40 -0
  916. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +51 -0
  917. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthExtensionConfiguration.js +43 -0
  918. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +63 -0
  919. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/EndpointParameters.js +20 -0
  920. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/endpointResolver.js +18 -0
  921. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +7 -0
  922. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +952 -0
  923. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.browser.js +39 -0
  924. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +64 -0
  925. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.native.js +15 -0
  926. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +40 -0
  927. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeExtensions.js +25 -0
  928. package/node_modules/@aws-sdk/nested-clients/dist-es/index.js +1 -0
  929. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js +9 -0
  930. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +47 -0
  931. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.js +38 -0
  932. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +50 -0
  933. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +23 -0
  934. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/index.js +1 -0
  935. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/EndpointParameters.js +14 -0
  936. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js +14 -0
  937. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +4 -0
  938. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/extensionConfiguration.js +1 -0
  939. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +5 -0
  940. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/SSOOIDCServiceException.js +8 -0
  941. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js +1 -0
  942. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +190 -0
  943. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/protocols/Aws_restJson1.js +255 -0
  944. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +33 -0
  945. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +45 -0
  946. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.native.js +11 -0
  947. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +36 -0
  948. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js +21 -0
  949. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +11 -0
  950. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +47 -0
  951. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthExtensionConfiguration.js +38 -0
  952. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +56 -0
  953. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +23 -0
  954. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +23 -0
  955. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/index.js +2 -0
  956. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultRoleAssumers.js +22 -0
  957. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +95 -0
  958. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/EndpointParameters.js +16 -0
  959. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js +14 -0
  960. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +4 -0
  961. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/extensionConfiguration.js +1 -0
  962. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +6 -0
  963. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/STSServiceException.js +8 -0
  964. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js +1 -0
  965. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js +102 -0
  966. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/protocols/Aws_query.js +528 -0
  967. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.browser.js +34 -0
  968. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +59 -0
  969. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.native.js +11 -0
  970. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +36 -0
  971. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js +21 -0
  972. package/node_modules/@aws-sdk/nested-clients/dist-types/index.d.ts +7 -0
  973. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +55 -0
  974. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +220 -0
  975. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  976. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +61 -0
  977. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +128 -0
  978. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/index.d.ts +1 -0
  979. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +40 -0
  980. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/endpointResolver.d.ts +5 -0
  981. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/ruleset.d.ts +2 -0
  982. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/extensionConfiguration.d.ts +9 -0
  983. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +51 -0
  984. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +14 -0
  985. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/index.d.ts +1 -0
  986. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +387 -0
  987. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +11 -0
  988. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +56 -0
  989. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +56 -0
  990. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +55 -0
  991. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +32 -0
  992. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeExtensions.d.ts +17 -0
  993. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +27 -0
  994. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +192 -0
  995. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  996. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +71 -0
  997. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +222 -0
  998. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +254 -0
  999. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/index.d.ts +2 -0
  1000. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultRoleAssumers.d.ts +23 -0
  1001. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +43 -0
  1002. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/EndpointParameters.d.ts +46 -0
  1003. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/endpointResolver.d.ts +5 -0
  1004. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/ruleset.d.ts +2 -0
  1005. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/extensionConfiguration.d.ts +9 -0
  1006. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +17 -0
  1007. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/STSServiceException.d.ts +14 -0
  1008. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/index.d.ts +1 -0
  1009. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +712 -0
  1010. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/protocols/Aws_query.d.ts +20 -0
  1011. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +58 -0
  1012. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +56 -0
  1013. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +57 -0
  1014. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +32 -0
  1015. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeExtensions.d.ts +17 -0
  1016. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/index.d.ts +1 -0
  1017. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDC.d.ts +22 -0
  1018. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +121 -0
  1019. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  1020. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +44 -0
  1021. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +43 -0
  1022. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/index.d.ts +1 -0
  1023. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +51 -0
  1024. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/endpointResolver.d.ts +8 -0
  1025. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/ruleset.d.ts +2 -0
  1026. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/extensionConfiguration.d.ts +9 -0
  1027. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +8 -0
  1028. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +9 -0
  1029. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/index.d.ts +1 -0
  1030. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +123 -0
  1031. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +17 -0
  1032. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +116 -0
  1033. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +113 -0
  1034. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +120 -0
  1035. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +49 -0
  1036. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeExtensions.d.ts +11 -0
  1037. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STS.d.ts +39 -0
  1038. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +128 -0
  1039. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  1040. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +54 -0
  1041. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleCommand.d.ts +47 -0
  1042. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +51 -0
  1043. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/index.d.ts +2 -0
  1044. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultRoleAssumers.d.ts +19 -0
  1045. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultStsRoleAssumers.d.ts +33 -0
  1046. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/EndpointParameters.d.ts +57 -0
  1047. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/endpointResolver.d.ts +8 -0
  1048. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/ruleset.d.ts +2 -0
  1049. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/extensionConfiguration.d.ts +9 -0
  1050. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +9 -0
  1051. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/STSServiceException.d.ts +9 -0
  1052. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/index.d.ts +1 -0
  1053. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +123 -0
  1054. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/protocols/Aws_query.d.ts +29 -0
  1055. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +127 -0
  1056. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +111 -0
  1057. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +131 -0
  1058. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +51 -0
  1059. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeExtensions.d.ts +11 -0
  1060. package/node_modules/@aws-sdk/nested-clients/package.json +115 -0
  1061. package/node_modules/@aws-sdk/nested-clients/sso-oidc.d.ts +7 -0
  1062. package/node_modules/@aws-sdk/nested-clients/sso-oidc.js +5 -0
  1063. package/node_modules/@aws-sdk/nested-clients/sts.d.ts +7 -0
  1064. package/node_modules/@aws-sdk/nested-clients/sts.js +5 -0
  1065. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +1 -0
  1066. package/node_modules/@aws-sdk/region-config-resolver/package.json +10 -9
  1067. package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +26 -17
  1068. package/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +13 -4
  1069. package/node_modules/@aws-sdk/token-providers/dist-es/fromStatic.js +1 -1
  1070. package/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +3 -3
  1071. package/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +6 -8
  1072. package/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +6 -2
  1073. package/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +1 -0
  1074. package/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +3 -1
  1075. package/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +4 -3
  1076. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +8 -3
  1077. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +6 -2
  1078. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +5 -1
  1079. package/node_modules/@aws-sdk/token-providers/package.json +11 -12
  1080. package/node_modules/@aws-sdk/types/dist-cjs/index.js +1 -5
  1081. package/node_modules/@aws-sdk/types/dist-es/feature-ids.js +1 -0
  1082. package/node_modules/@aws-sdk/types/dist-es/index.js +1 -0
  1083. package/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +1 -0
  1084. package/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +59 -0
  1085. package/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +60 -1
  1086. package/node_modules/@aws-sdk/types/dist-types/index.d.ts +1 -0
  1087. package/node_modules/@aws-sdk/types/dist-types/logger.d.ts +2 -2
  1088. package/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +12 -0
  1089. package/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +1 -0
  1090. package/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +54 -0
  1091. package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +26 -0
  1092. package/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +1 -0
  1093. package/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +7 -0
  1094. package/node_modules/@aws-sdk/types/package.json +4 -4
  1095. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +34 -7
  1096. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +26 -3
  1097. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +7 -4
  1098. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +26 -3
  1099. package/node_modules/@aws-sdk/util-endpoints/package.json +10 -8
  1100. package/node_modules/@aws-sdk/util-locate-window/dist-cjs/index.js +1 -0
  1101. package/node_modules/@aws-sdk/util-locate-window/package.json +6 -5
  1102. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +12 -8
  1103. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +9 -4
  1104. package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js +7 -2
  1105. package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.native.js +7 -2
  1106. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +9 -1
  1107. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +9 -1
  1108. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts +12 -1
  1109. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.native.d.ts +12 -1
  1110. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +6 -5
  1111. package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +47 -39
  1112. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/defaultUserAgent.js +29 -0
  1113. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +2 -39
  1114. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/nodeAppIdConfigOptions.js +9 -0
  1115. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/defaultUserAgent.d.ts +23 -0
  1116. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +2 -20
  1117. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/nodeAppIdConfigOptions.d.ts +13 -0
  1118. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/defaultUserAgent.d.ts +21 -0
  1119. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts +2 -12
  1120. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/nodeAppIdConfigOptions.d.ts +6 -0
  1121. package/node_modules/@aws-sdk/util-user-agent-node/package.json +10 -8
  1122. package/node_modules/@smithy/abort-controller/dist-cjs/index.js +8 -6
  1123. package/node_modules/@smithy/abort-controller/dist-types/AbortController.d.ts +7 -4
  1124. package/node_modules/@smithy/abort-controller/dist-types/AbortSignal.d.ts +6 -3
  1125. package/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortController.d.ts +7 -4
  1126. package/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortSignal.d.ts +6 -3
  1127. package/node_modules/@smithy/abort-controller/package.json +6 -6
  1128. package/node_modules/@smithy/config-resolver/dist-cjs/index.js +8 -12
  1129. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +3 -0
  1130. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +4 -1
  1131. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +3 -0
  1132. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +4 -1
  1133. package/node_modules/@smithy/config-resolver/package.json +10 -10
  1134. package/node_modules/@smithy/core/README.md +35 -2
  1135. package/node_modules/@smithy/core/cbor.d.ts +7 -0
  1136. package/node_modules/@smithy/core/cbor.js +6 -0
  1137. package/node_modules/@smithy/core/dist-cjs/index.js +111 -176
  1138. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +730 -0
  1139. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +164 -0
  1140. package/node_modules/@smithy/core/dist-es/index.js +4 -3
  1141. package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js +1 -2
  1142. package/node_modules/@smithy/core/dist-es/middleware-http-signing/getHttpSigningMiddleware.js +1 -2
  1143. package/node_modules/@smithy/core/dist-es/pagination/createPaginator.js +9 -6
  1144. package/node_modules/@smithy/core/dist-es/protocols/requestBuilder.js +1 -67
  1145. package/node_modules/@smithy/core/dist-es/setFeature.js +11 -0
  1146. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +391 -0
  1147. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +191 -0
  1148. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-types.js +25 -0
  1149. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor.js +21 -0
  1150. package/node_modules/@smithy/core/dist-es/submodules/cbor/index.js +3 -0
  1151. package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +83 -0
  1152. package/node_modules/@smithy/core/dist-es/submodules/protocols/collect-stream-body.js +11 -0
  1153. package/node_modules/@smithy/core/dist-es/submodules/protocols/extended-encode-uri-component.js +5 -0
  1154. package/node_modules/@smithy/core/dist-es/submodules/protocols/index.js +4 -0
  1155. package/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js +67 -0
  1156. package/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js +19 -0
  1157. package/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js +2 -1
  1158. package/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js +2 -1
  1159. package/node_modules/@smithy/core/dist-types/index.d.ts +4 -3
  1160. package/node_modules/@smithy/core/dist-types/protocols/requestBuilder.d.ts +2 -48
  1161. package/node_modules/@smithy/core/dist-types/setFeature.d.ts +12 -0
  1162. package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-decode.d.ts +17 -0
  1163. package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-encode.d.ts +9 -0
  1164. package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +64 -0
  1165. package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor.d.ts +26 -0
  1166. package/node_modules/@smithy/core/dist-types/submodules/cbor/index.d.ts +3 -0
  1167. package/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +31 -0
  1168. package/node_modules/@smithy/core/dist-types/submodules/protocols/collect-stream-body.d.ts +10 -0
  1169. package/node_modules/@smithy/core/dist-types/submodules/protocols/extended-encode-uri-component.d.ts +7 -0
  1170. package/node_modules/@smithy/core/dist-types/submodules/protocols/index.d.ts +4 -0
  1171. package/node_modules/@smithy/core/dist-types/submodules/protocols/requestBuilder.d.ts +51 -0
  1172. package/node_modules/@smithy/core/dist-types/submodules/protocols/resolve-path.d.ts +4 -0
  1173. package/node_modules/@smithy/core/dist-types/ts3.4/index.d.ts +4 -3
  1174. package/node_modules/@smithy/core/dist-types/ts3.4/protocols/requestBuilder.d.ts +2 -48
  1175. package/node_modules/@smithy/core/dist-types/ts3.4/setFeature.d.ts +12 -0
  1176. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-decode.d.ts +17 -0
  1177. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-encode.d.ts +9 -0
  1178. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-types.d.ts +66 -0
  1179. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor.d.ts +26 -0
  1180. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/index.d.ts +3 -0
  1181. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/parseCborBody.d.ts +31 -0
  1182. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/collect-stream-body.d.ts +10 -0
  1183. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/extended-encode-uri-component.d.ts +7 -0
  1184. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/index.d.ts +4 -0
  1185. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/requestBuilder.d.ts +51 -0
  1186. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/resolve-path.d.ts +4 -0
  1187. package/node_modules/@smithy/core/package.json +51 -15
  1188. package/node_modules/@smithy/core/protocols.d.ts +7 -0
  1189. package/node_modules/@smithy/core/protocols.js +6 -0
  1190. package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +42 -34
  1191. package/node_modules/@smithy/credential-provider-imds/dist-es/fromContainerMetadata.js +17 -6
  1192. package/node_modules/@smithy/credential-provider-imds/dist-es/fromInstanceMetadata.js +11 -9
  1193. package/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/ImdsCredentials.js +1 -0
  1194. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/ImdsCredentials.d.ts +1 -0
  1195. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +2 -0
  1196. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/ImdsCredentials.d.ts +1 -0
  1197. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +1 -0
  1198. package/node_modules/@smithy/credential-provider-imds/package.json +10 -11
  1199. package/node_modules/@smithy/fetch-http-handler/README.md +7 -0
  1200. package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +65 -21
  1201. package/node_modules/@smithy/fetch-http-handler/dist-es/create-request.js +3 -0
  1202. package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +35 -7
  1203. package/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +16 -8
  1204. package/node_modules/@smithy/fetch-http-handler/dist-types/create-request.d.ts +6 -0
  1205. package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +13 -5
  1206. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/create-request.d.ts +6 -0
  1207. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +13 -5
  1208. package/node_modules/@smithy/fetch-http-handler/package.json +15 -26
  1209. package/node_modules/@smithy/hash-node/dist-cjs/index.js +4 -3
  1210. package/node_modules/@smithy/hash-node/package.json +9 -9
  1211. package/node_modules/@smithy/invalid-dependency/package.json +8 -5
  1212. package/node_modules/@smithy/is-array-buffer/package.json +5 -5
  1213. package/node_modules/@smithy/middleware-content-length/package.json +8 -8
  1214. package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.js +1 -1
  1215. package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +36 -10
  1216. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +7 -0
  1217. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromConfig.js +1 -1
  1218. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +10 -1
  1219. package/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +4 -0
  1220. package/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointConfig.js +10 -1
  1221. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromConfig.d.ts +4 -1
  1222. package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +15 -1
  1223. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromConfig.d.ts +4 -1
  1224. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +15 -1
  1225. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/types.d.ts +8 -1
  1226. package/node_modules/@smithy/middleware-endpoint/dist-types/types.d.ts +8 -1
  1227. package/node_modules/@smithy/middleware-endpoint/package.json +14 -13
  1228. package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +18 -17
  1229. package/node_modules/@smithy/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts +2 -0
  1230. package/node_modules/@smithy/middleware-retry/dist-types/StandardRetryStrategy.d.ts +3 -0
  1231. package/node_modules/@smithy/middleware-retry/dist-types/configurations.d.ts +21 -0
  1232. package/node_modules/@smithy/middleware-retry/dist-types/defaultRetryQuota.d.ts +6 -0
  1233. package/node_modules/@smithy/middleware-retry/dist-types/delayDecider.d.ts +1 -0
  1234. package/node_modules/@smithy/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts +9 -0
  1235. package/node_modules/@smithy/middleware-retry/dist-types/retryDecider.d.ts +1 -0
  1236. package/node_modules/@smithy/middleware-retry/dist-types/retryMiddleware.d.ts +12 -0
  1237. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +2 -0
  1238. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +3 -0
  1239. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/configurations.d.ts +21 -0
  1240. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/defaultRetryQuota.d.ts +6 -0
  1241. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/delayDecider.d.ts +1 -0
  1242. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/omitRetryHeadersMiddleware.d.ts +9 -0
  1243. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryDecider.d.ts +1 -0
  1244. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryMiddleware.d.ts +12 -0
  1245. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/types.d.ts +12 -0
  1246. package/node_modules/@smithy/middleware-retry/dist-types/types.d.ts +12 -0
  1247. package/node_modules/@smithy/middleware-retry/package.json +16 -15
  1248. package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +10 -3
  1249. package/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +11 -1
  1250. package/node_modules/@smithy/middleware-serde/package.json +10 -9
  1251. package/node_modules/@smithy/middleware-stack/dist-cjs/index.js +11 -16
  1252. package/node_modules/@smithy/middleware-stack/dist-types/MiddlewareStack.d.ts +3 -0
  1253. package/node_modules/@smithy/middleware-stack/dist-types/ts3.4/MiddlewareStack.d.ts +3 -0
  1254. package/node_modules/@smithy/middleware-stack/package.json +6 -6
  1255. package/node_modules/@smithy/node-config-provider/dist-cjs/index.js +21 -3
  1256. package/node_modules/@smithy/node-config-provider/dist-es/fromEnv.js +3 -2
  1257. package/node_modules/@smithy/node-config-provider/dist-es/fromSharedConfigFiles.js +2 -1
  1258. package/node_modules/@smithy/node-config-provider/dist-es/getSelectorName.js +12 -0
  1259. package/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +9 -0
  1260. package/node_modules/@smithy/node-config-provider/dist-types/fromEnv.d.ts +2 -2
  1261. package/node_modules/@smithy/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +7 -0
  1262. package/node_modules/@smithy/node-config-provider/dist-types/fromStatic.d.ts +6 -0
  1263. package/node_modules/@smithy/node-config-provider/dist-types/getSelectorName.d.ts +9 -0
  1264. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/configLoader.d.ts +9 -0
  1265. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromEnv.d.ts +2 -2
  1266. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +7 -0
  1267. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromStatic.d.ts +6 -0
  1268. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/getSelectorName.d.ts +9 -0
  1269. package/node_modules/@smithy/node-config-provider/package.json +9 -9
  1270. package/node_modules/@smithy/node-http-handler/README.md +5 -0
  1271. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +229 -110
  1272. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +41 -16
  1273. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +1 -1
  1274. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +9 -1
  1275. package/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +9 -2
  1276. package/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +29 -14
  1277. package/node_modules/@smithy/node-http-handler/dist-es/set-socket-keep-alive.js +19 -5
  1278. package/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +23 -5
  1279. package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/index.js +39 -12
  1280. package/node_modules/@smithy/node-http-handler/dist-es/timing.js +4 -0
  1281. package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +14 -10
  1282. package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +12 -2
  1283. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +3 -0
  1284. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +6 -1
  1285. package/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +1 -0
  1286. package/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +8 -1
  1287. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +8 -1
  1288. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +8 -1
  1289. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +1 -0
  1290. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +4 -0
  1291. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +1 -0
  1292. package/node_modules/@smithy/node-http-handler/dist-types/timing.d.ts +8 -0
  1293. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +12 -2
  1294. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +3 -0
  1295. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +6 -1
  1296. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +2 -1
  1297. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +2 -1
  1298. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +2 -1
  1299. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts +4 -0
  1300. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/timing.d.ts +8 -0
  1301. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +1 -1
  1302. package/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +1 -1
  1303. package/node_modules/@smithy/node-http-handler/package.json +11 -11
  1304. package/node_modules/@smithy/property-provider/dist-cjs/index.js +42 -22
  1305. package/node_modules/@smithy/property-provider/dist-es/CredentialsProviderError.js +2 -3
  1306. package/node_modules/@smithy/property-provider/dist-es/ProviderError.js +15 -4
  1307. package/node_modules/@smithy/property-provider/dist-es/TokenProviderError.js +2 -3
  1308. package/node_modules/@smithy/property-provider/dist-types/CredentialsProviderError.d.ts +16 -3
  1309. package/node_modules/@smithy/property-provider/dist-types/ProviderError.d.ts +25 -3
  1310. package/node_modules/@smithy/property-provider/dist-types/TokenProviderError.d.ts +16 -3
  1311. package/node_modules/@smithy/property-provider/dist-types/ts3.4/CredentialsProviderError.d.ts +16 -3
  1312. package/node_modules/@smithy/property-provider/dist-types/ts3.4/ProviderError.d.ts +25 -3
  1313. package/node_modules/@smithy/property-provider/dist-types/ts3.4/TokenProviderError.d.ts +16 -3
  1314. package/node_modules/@smithy/property-provider/package.json +6 -6
  1315. package/node_modules/@smithy/protocol-http/dist-cjs/index.js +46 -20
  1316. package/node_modules/@smithy/protocol-http/dist-es/httpRequest.js +13 -8
  1317. package/node_modules/@smithy/protocol-http/dist-types/httpHandler.d.ts +0 -2
  1318. package/node_modules/@smithy/protocol-http/dist-types/httpRequest.d.ts +33 -1
  1319. package/node_modules/@smithy/protocol-http/dist-types/httpResponse.d.ts +13 -0
  1320. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpHandler.d.ts +0 -2
  1321. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpRequest.d.ts +33 -1
  1322. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpResponse.d.ts +13 -0
  1323. package/node_modules/@smithy/protocol-http/package.json +6 -6
  1324. package/node_modules/@smithy/querystring-builder/package.json +5 -6
  1325. package/node_modules/@smithy/querystring-parser/package.json +6 -6
  1326. package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +4 -14
  1327. package/node_modules/@smithy/service-error-classification/dist-es/index.js +3 -2
  1328. package/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +1 -1
  1329. package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/index.d.ts +1 -1
  1330. package/node_modules/@smithy/service-error-classification/package.json +6 -6
  1331. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +18 -2
  1332. package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +14 -2
  1333. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getProfileName.d.ts +10 -0
  1334. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFilepath.d.ts +1 -0
  1335. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +2 -0
  1336. package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +15 -1
  1337. package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +7 -0
  1338. package/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +3 -0
  1339. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getProfileName.d.ts +10 -0
  1340. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFilepath.d.ts +1 -0
  1341. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +2 -0
  1342. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +15 -1
  1343. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSsoSessionData.d.ts +7 -0
  1344. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseKnownFiles.d.ts +3 -0
  1345. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/types.d.ts +6 -3
  1346. package/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +6 -3
  1347. package/node_modules/@smithy/shared-ini-file-loader/package.json +7 -7
  1348. package/node_modules/@smithy/signature-v4/dist-cjs/index.js +28 -39
  1349. package/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js +2 -2
  1350. package/node_modules/@smithy/signature-v4/dist-es/getCanonicalQuery.js +7 -5
  1351. package/node_modules/@smithy/signature-v4/dist-es/moveHeadersToQuery.js +4 -3
  1352. package/node_modules/@smithy/signature-v4/dist-es/prepareRequest.js +2 -2
  1353. package/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +10 -1
  1354. package/node_modules/@smithy/signature-v4/dist-types/credentialDerivation.d.ts +13 -9
  1355. package/node_modules/@smithy/signature-v4/dist-types/getCanonicalHeaders.d.ts +1 -1
  1356. package/node_modules/@smithy/signature-v4/dist-types/getCanonicalQuery.d.ts +1 -1
  1357. package/node_modules/@smithy/signature-v4/dist-types/getPayloadHash.d.ts +1 -1
  1358. package/node_modules/@smithy/signature-v4/dist-types/moveHeadersToQuery.d.ts +5 -4
  1359. package/node_modules/@smithy/signature-v4/dist-types/prepareRequest.d.ts +3 -3
  1360. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +10 -1
  1361. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/credentialDerivation.d.ts +13 -9
  1362. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts +1 -1
  1363. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalQuery.d.ts +1 -1
  1364. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getPayloadHash.d.ts +1 -1
  1365. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts +5 -4
  1366. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/prepareRequest.d.ts +3 -3
  1367. package/node_modules/@smithy/signature-v4/package.json +13 -13
  1368. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +186 -113
  1369. package/node_modules/@smithy/smithy-client/dist-es/client.js +22 -4
  1370. package/node_modules/@smithy/smithy-client/dist-es/collect-stream-body.js +1 -11
  1371. package/node_modules/@smithy/smithy-client/dist-es/command.js +1 -0
  1372. package/node_modules/@smithy/smithy-client/dist-es/date-utils.js +3 -0
  1373. package/node_modules/@smithy/smithy-client/dist-es/emitWarningIfUnsupportedVersion.js +1 -1
  1374. package/node_modules/@smithy/smithy-client/dist-es/exceptions.js +25 -1
  1375. package/node_modules/@smithy/smithy-client/dist-es/extended-encode-uri-component.js +1 -5
  1376. package/node_modules/@smithy/smithy-client/dist-es/index.js +5 -2
  1377. package/node_modules/@smithy/smithy-client/dist-es/is-serializable-header-value.js +3 -0
  1378. package/node_modules/@smithy/smithy-client/dist-es/lazy-json.js +21 -30
  1379. package/node_modules/@smithy/smithy-client/dist-es/quote-header.js +6 -0
  1380. package/node_modules/@smithy/smithy-client/dist-es/resolve-path.js +1 -19
  1381. package/node_modules/@smithy/smithy-client/dist-es/ser-utils.js +1 -0
  1382. package/node_modules/@smithy/smithy-client/dist-es/split-header.js +37 -0
  1383. package/node_modules/@smithy/smithy-client/dist-types/client.d.ts +22 -1
  1384. package/node_modules/@smithy/smithy-client/dist-types/collect-stream-body.d.ts +2 -7
  1385. package/node_modules/@smithy/smithy-client/dist-types/exceptions.d.ts +8 -0
  1386. package/node_modules/@smithy/smithy-client/dist-types/extended-encode-uri-component.d.ts +2 -4
  1387. package/node_modules/@smithy/smithy-client/dist-types/extensions/retry.d.ts +3 -0
  1388. package/node_modules/@smithy/smithy-client/dist-types/index.d.ts +6 -3
  1389. package/node_modules/@smithy/smithy-client/dist-types/is-serializable-header-value.d.ts +5 -0
  1390. package/node_modules/@smithy/smithy-client/dist-types/lazy-json.d.ts +37 -15
  1391. package/node_modules/@smithy/smithy-client/dist-types/quote-header.d.ts +6 -0
  1392. package/node_modules/@smithy/smithy-client/dist-types/resolve-path.d.ts +2 -1
  1393. package/node_modules/@smithy/smithy-client/dist-types/ser-utils.d.ts +6 -0
  1394. package/node_modules/@smithy/smithy-client/dist-types/serde-json.d.ts +2 -0
  1395. package/node_modules/@smithy/smithy-client/dist-types/split-header.d.ts +5 -0
  1396. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +22 -1
  1397. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/collect-stream-body.d.ts +2 -7
  1398. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/exceptions.d.ts +8 -0
  1399. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extended-encode-uri-component.d.ts +2 -4
  1400. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/retry.d.ts +3 -0
  1401. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/index.d.ts +6 -3
  1402. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/is-serializable-header-value.d.ts +5 -0
  1403. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/lazy-json.d.ts +37 -15
  1404. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/quote-header.d.ts +6 -0
  1405. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/resolve-path.d.ts +2 -1
  1406. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/ser-utils.d.ts +6 -0
  1407. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/serde-json.d.ts +2 -0
  1408. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/split-header.d.ts +5 -0
  1409. package/node_modules/@smithy/smithy-client/package.json +13 -12
  1410. package/node_modules/@smithy/types/README.md +36 -1
  1411. package/node_modules/@smithy/types/dist-es/abort-handler.js +1 -0
  1412. package/node_modules/@smithy/types/dist-es/feature-ids.js +1 -0
  1413. package/node_modules/@smithy/types/dist-es/index.js +1 -0
  1414. package/node_modules/@smithy/types/dist-types/abort-handler.d.ts +7 -0
  1415. package/node_modules/@smithy/types/dist-types/abort.d.ts +4 -3
  1416. package/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +2 -0
  1417. package/node_modules/@smithy/types/dist-types/client.d.ts +13 -0
  1418. package/node_modules/@smithy/types/dist-types/command.d.ts +14 -1
  1419. package/node_modules/@smithy/types/dist-types/connection/config.d.ts +3 -0
  1420. package/node_modules/@smithy/types/dist-types/connection/manager.d.ts +6 -0
  1421. package/node_modules/@smithy/types/dist-types/connection/pool.d.ts +8 -0
  1422. package/node_modules/@smithy/types/dist-types/encode.d.ts +12 -0
  1423. package/node_modules/@smithy/types/dist-types/endpoint.d.ts +1 -1
  1424. package/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +12 -0
  1425. package/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +3 -0
  1426. package/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +9 -0
  1427. package/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +6 -0
  1428. package/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +30 -0
  1429. package/node_modules/@smithy/types/dist-types/eventStream.d.ts +31 -2
  1430. package/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +3 -0
  1431. package/node_modules/@smithy/types/dist-types/feature-ids.d.ts +16 -0
  1432. package/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +46 -2
  1433. package/node_modules/@smithy/types/dist-types/http.d.ts +10 -3
  1434. package/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +4 -0
  1435. package/node_modules/@smithy/types/dist-types/index.d.ts +1 -0
  1436. package/node_modules/@smithy/types/dist-types/middleware.d.ts +30 -6
  1437. package/node_modules/@smithy/types/dist-types/pagination.d.ts +8 -1
  1438. package/node_modules/@smithy/types/dist-types/serde.d.ts +1 -0
  1439. package/node_modules/@smithy/types/dist-types/shapes.d.ts +1 -0
  1440. package/node_modules/@smithy/types/dist-types/signature.d.ts +5 -0
  1441. package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +2 -1
  1442. package/node_modules/@smithy/types/dist-types/transfer.d.ts +8 -0
  1443. package/node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts +6 -6
  1444. package/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +12 -6
  1445. package/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +13 -7
  1446. package/node_modules/@smithy/types/dist-types/ts3.4/abort-handler.d.ts +7 -0
  1447. package/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +4 -3
  1448. package/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +1 -0
  1449. package/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +13 -0
  1450. package/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +14 -1
  1451. package/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +3 -0
  1452. package/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +6 -0
  1453. package/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +8 -0
  1454. package/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +12 -0
  1455. package/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +1 -1
  1456. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +12 -0
  1457. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +3 -0
  1458. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +9 -0
  1459. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +6 -0
  1460. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +30 -0
  1461. package/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +31 -2
  1462. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +3 -0
  1463. package/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +16 -0
  1464. package/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +46 -2
  1465. package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +10 -3
  1466. package/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +4 -0
  1467. package/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +1 -0
  1468. package/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +26 -2
  1469. package/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +7 -0
  1470. package/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +1 -0
  1471. package/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +1 -0
  1472. package/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +5 -0
  1473. package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +1 -1
  1474. package/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +8 -0
  1475. package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +6 -6
  1476. package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +8 -10
  1477. package/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +13 -7
  1478. package/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +3 -3
  1479. package/node_modules/@smithy/types/dist-types/waiter.d.ts +3 -3
  1480. package/node_modules/@smithy/types/package.json +2 -3
  1481. package/node_modules/@smithy/url-parser/package.json +9 -6
  1482. package/node_modules/@smithy/util-base64/package.json +8 -8
  1483. package/node_modules/@smithy/util-body-length-browser/package.json +7 -4
  1484. package/node_modules/@smithy/util-body-length-node/package.json +6 -6
  1485. package/node_modules/@smithy/util-buffer-from/package.json +7 -7
  1486. package/node_modules/@smithy/util-config-provider/package.json +6 -6
  1487. package/node_modules/@smithy/util-defaults-mode-browser/package.json +10 -10
  1488. package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js +2 -2
  1489. package/node_modules/@smithy/util-defaults-mode-node/package.json +13 -13
  1490. package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +81 -21
  1491. package/node_modules/@smithy/util-endpoints/dist-es/cache/EndpointCache.js +49 -0
  1492. package/node_modules/@smithy/util-endpoints/dist-es/index.js +1 -0
  1493. package/node_modules/@smithy/util-endpoints/dist-es/resolveEndpoint.js +0 -10
  1494. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateCondition.js +1 -1
  1495. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateConditions.js +1 -1
  1496. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateEndpointRule.js +1 -1
  1497. package/node_modules/@smithy/util-endpoints/dist-types/cache/EndpointCache.d.ts +34 -0
  1498. package/node_modules/@smithy/util-endpoints/dist-types/index.d.ts +1 -0
  1499. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/cache/EndpointCache.d.ts +34 -0
  1500. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/index.d.ts +1 -0
  1501. package/node_modules/@smithy/util-endpoints/package.json +10 -9
  1502. package/node_modules/@smithy/util-hex-encoding/package.json +5 -5
  1503. package/node_modules/@smithy/util-middleware/package.json +7 -7
  1504. package/node_modules/@smithy/util-retry/dist-cjs/index.js +29 -18
  1505. package/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +2 -1
  1506. package/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +4 -0
  1507. package/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +4 -0
  1508. package/node_modules/@smithy/util-retry/package.json +8 -8
  1509. package/node_modules/@smithy/util-stream/dist-cjs/ByteArrayCollector.js +35 -0
  1510. package/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.browser.js +7 -0
  1511. package/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js +49 -0
  1512. package/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.browser.js +40 -0
  1513. package/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.js +13 -0
  1514. package/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadable.js +61 -0
  1515. package/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadableStream.js +104 -0
  1516. package/node_modules/@smithy/util-stream/dist-cjs/headStream.browser.js +36 -0
  1517. package/node_modules/@smithy/util-stream/dist-cjs/headStream.js +46 -0
  1518. package/node_modules/@smithy/util-stream/dist-cjs/index.js +18 -4
  1519. package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.browser.js +3 -3
  1520. package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +10 -5
  1521. package/node_modules/@smithy/util-stream/dist-cjs/splitStream.browser.js +11 -0
  1522. package/node_modules/@smithy/util-stream/dist-cjs/splitStream.js +17 -0
  1523. package/node_modules/@smithy/util-stream/dist-cjs/stream-type-check.js +14 -0
  1524. package/node_modules/@smithy/util-stream/dist-es/ByteArrayCollector.js +31 -0
  1525. package/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.browser.js +3 -0
  1526. package/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.js +44 -0
  1527. package/node_modules/@smithy/util-stream/dist-es/checksum/createChecksumStream.browser.js +35 -0
  1528. package/node_modules/@smithy/util-stream/dist-es/checksum/createChecksumStream.js +9 -0
  1529. package/node_modules/@smithy/util-stream/dist-es/createBufferedReadable.js +57 -0
  1530. package/node_modules/@smithy/util-stream/dist-es/createBufferedReadableStream.js +95 -0
  1531. package/node_modules/@smithy/util-stream/dist-es/headStream.browser.js +31 -0
  1532. package/node_modules/@smithy/util-stream/dist-es/headStream.js +41 -0
  1533. package/node_modules/@smithy/util-stream/dist-es/index.js +6 -0
  1534. package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.browser.js +3 -3
  1535. package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +9 -4
  1536. package/node_modules/@smithy/util-stream/dist-es/splitStream.browser.js +7 -0
  1537. package/node_modules/@smithy/util-stream/dist-es/splitStream.js +13 -0
  1538. package/node_modules/@smithy/util-stream/dist-es/stream-type-check.js +5 -0
  1539. package/node_modules/@smithy/util-stream/dist-types/ByteArrayCollector.d.ts +13 -0
  1540. package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.browser.d.ts +37 -0
  1541. package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +62 -0
  1542. package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +15 -0
  1543. package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +12 -0
  1544. package/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +13 -0
  1545. package/node_modules/@smithy/util-stream/dist-types/createBufferedReadableStream.d.ts +49 -0
  1546. package/node_modules/@smithy/util-stream/dist-types/headStream.browser.d.ts +8 -0
  1547. package/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +9 -0
  1548. package/node_modules/@smithy/util-stream/dist-types/index.d.ts +6 -0
  1549. package/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.d.ts +1 -1
  1550. package/node_modules/@smithy/util-stream/dist-types/splitStream.browser.d.ts +5 -0
  1551. package/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +9 -0
  1552. package/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +16 -0
  1553. package/node_modules/@smithy/util-stream/dist-types/ts3.4/ByteArrayCollector.d.ts +13 -0
  1554. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.browser.d.ts +37 -0
  1555. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +60 -0
  1556. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +15 -0
  1557. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +12 -0
  1558. package/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +13 -0
  1559. package/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadableStream.d.ts +53 -0
  1560. package/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.browser.d.ts +8 -0
  1561. package/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +9 -0
  1562. package/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +6 -0
  1563. package/node_modules/@smithy/util-stream/dist-types/ts3.4/sdk-stream-mixin.d.ts +1 -1
  1564. package/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.browser.d.ts +8 -0
  1565. package/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +15 -0
  1566. package/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +16 -0
  1567. package/node_modules/@smithy/util-stream/package.json +37 -34
  1568. package/node_modules/@smithy/util-uri-escape/package.json +5 -5
  1569. package/node_modules/@smithy/util-utf8/package.json +6 -6
  1570. package/node_modules/@smithy/util-waiter/dist-cjs/index.js +41 -11
  1571. package/node_modules/@smithy/util-waiter/dist-es/createWaiter.js +7 -1
  1572. package/node_modules/@smithy/util-waiter/dist-es/poller.js +30 -4
  1573. package/node_modules/@smithy/util-waiter/dist-es/utils/validate.js +3 -3
  1574. package/node_modules/@smithy/util-waiter/dist-es/waiter.js +1 -1
  1575. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/waiter.d.ts +5 -0
  1576. package/node_modules/@smithy/util-waiter/dist-types/waiter.d.ts +5 -0
  1577. package/node_modules/@smithy/util-waiter/package.json +7 -7
  1578. package/node_modules/call-bind-apply-helpers/.eslintrc +17 -0
  1579. package/node_modules/call-bind-apply-helpers/.github/FUNDING.yml +12 -0
  1580. package/node_modules/call-bind-apply-helpers/.nycrc +9 -0
  1581. package/node_modules/call-bind-apply-helpers/CHANGELOG.md +30 -0
  1582. package/node_modules/call-bind-apply-helpers/LICENSE +21 -0
  1583. package/node_modules/call-bind-apply-helpers/README.md +62 -0
  1584. package/node_modules/call-bind-apply-helpers/actualApply.d.ts +1 -0
  1585. package/node_modules/call-bind-apply-helpers/actualApply.js +10 -0
  1586. package/node_modules/call-bind-apply-helpers/applyBind.d.ts +19 -0
  1587. package/node_modules/call-bind-apply-helpers/applyBind.js +10 -0
  1588. package/node_modules/call-bind-apply-helpers/functionApply.d.ts +1 -0
  1589. package/node_modules/call-bind-apply-helpers/functionApply.js +4 -0
  1590. package/node_modules/call-bind-apply-helpers/functionCall.d.ts +1 -0
  1591. package/node_modules/call-bind-apply-helpers/functionCall.js +4 -0
  1592. package/node_modules/call-bind-apply-helpers/index.d.ts +64 -0
  1593. package/node_modules/call-bind-apply-helpers/index.js +15 -0
  1594. package/node_modules/call-bind-apply-helpers/package.json +85 -0
  1595. package/node_modules/call-bind-apply-helpers/reflectApply.d.ts +3 -0
  1596. package/node_modules/call-bind-apply-helpers/reflectApply.js +4 -0
  1597. package/node_modules/call-bind-apply-helpers/test/index.js +63 -0
  1598. package/node_modules/call-bind-apply-helpers/tsconfig.json +9 -0
  1599. package/node_modules/dunder-proto/.eslintrc +5 -0
  1600. package/node_modules/dunder-proto/.github/FUNDING.yml +12 -0
  1601. package/node_modules/dunder-proto/.nycrc +13 -0
  1602. package/node_modules/dunder-proto/CHANGELOG.md +24 -0
  1603. package/node_modules/dunder-proto/LICENSE +21 -0
  1604. package/node_modules/dunder-proto/README.md +54 -0
  1605. package/node_modules/dunder-proto/get.d.ts +5 -0
  1606. package/node_modules/dunder-proto/get.js +30 -0
  1607. package/node_modules/dunder-proto/package.json +76 -0
  1608. package/node_modules/dunder-proto/set.d.ts +5 -0
  1609. package/node_modules/dunder-proto/set.js +35 -0
  1610. package/node_modules/dunder-proto/test/get.js +34 -0
  1611. package/node_modules/dunder-proto/test/index.js +4 -0
  1612. package/node_modules/dunder-proto/test/set.js +50 -0
  1613. package/node_modules/dunder-proto/tsconfig.json +9 -0
  1614. package/node_modules/es-define-property/.eslintrc +13 -0
  1615. package/node_modules/es-define-property/.github/FUNDING.yml +12 -0
  1616. package/node_modules/es-define-property/.nycrc +9 -0
  1617. package/node_modules/es-define-property/CHANGELOG.md +29 -0
  1618. package/node_modules/es-define-property/LICENSE +21 -0
  1619. package/node_modules/es-define-property/README.md +49 -0
  1620. package/node_modules/es-define-property/index.d.ts +3 -0
  1621. package/node_modules/es-define-property/index.js +14 -0
  1622. package/node_modules/es-define-property/package.json +81 -0
  1623. package/node_modules/es-define-property/test/index.js +56 -0
  1624. package/node_modules/es-define-property/tsconfig.json +10 -0
  1625. package/node_modules/es-errors/.eslintrc +5 -0
  1626. package/node_modules/es-errors/.github/FUNDING.yml +12 -0
  1627. package/node_modules/es-errors/CHANGELOG.md +40 -0
  1628. package/node_modules/es-errors/LICENSE +21 -0
  1629. package/node_modules/es-errors/README.md +55 -0
  1630. package/node_modules/es-errors/eval.d.ts +3 -0
  1631. package/node_modules/es-errors/eval.js +4 -0
  1632. package/node_modules/es-errors/index.d.ts +3 -0
  1633. package/node_modules/es-errors/index.js +4 -0
  1634. package/node_modules/es-errors/package.json +80 -0
  1635. package/node_modules/es-errors/range.d.ts +3 -0
  1636. package/node_modules/es-errors/range.js +4 -0
  1637. package/node_modules/es-errors/ref.d.ts +3 -0
  1638. package/node_modules/es-errors/ref.js +4 -0
  1639. package/node_modules/es-errors/syntax.d.ts +3 -0
  1640. package/node_modules/es-errors/syntax.js +4 -0
  1641. package/node_modules/es-errors/test/index.js +19 -0
  1642. package/node_modules/es-errors/tsconfig.json +49 -0
  1643. package/node_modules/es-errors/type.d.ts +3 -0
  1644. package/node_modules/es-errors/type.js +4 -0
  1645. package/node_modules/es-errors/uri.d.ts +3 -0
  1646. package/node_modules/es-errors/uri.js +4 -0
  1647. package/node_modules/es-object-atoms/.eslintrc +16 -0
  1648. package/node_modules/es-object-atoms/.github/FUNDING.yml +12 -0
  1649. package/node_modules/es-object-atoms/CHANGELOG.md +37 -0
  1650. package/node_modules/es-object-atoms/LICENSE +21 -0
  1651. package/node_modules/es-object-atoms/README.md +63 -0
  1652. package/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +3 -0
  1653. package/node_modules/es-object-atoms/RequireObjectCoercible.js +11 -0
  1654. package/node_modules/es-object-atoms/ToObject.d.ts +7 -0
  1655. package/node_modules/es-object-atoms/ToObject.js +10 -0
  1656. package/node_modules/es-object-atoms/index.d.ts +3 -0
  1657. package/node_modules/es-object-atoms/index.js +4 -0
  1658. package/node_modules/es-object-atoms/isObject.d.ts +3 -0
  1659. package/node_modules/es-object-atoms/isObject.js +6 -0
  1660. package/node_modules/es-object-atoms/package.json +80 -0
  1661. package/node_modules/es-object-atoms/test/index.js +38 -0
  1662. package/node_modules/es-object-atoms/tsconfig.json +6 -0
  1663. package/node_modules/es-set-tostringtag/.eslintrc +13 -0
  1664. package/node_modules/es-set-tostringtag/.nycrc +9 -0
  1665. package/node_modules/es-set-tostringtag/CHANGELOG.md +67 -0
  1666. package/node_modules/es-set-tostringtag/LICENSE +21 -0
  1667. package/node_modules/es-set-tostringtag/README.md +53 -0
  1668. package/node_modules/es-set-tostringtag/index.d.ts +10 -0
  1669. package/node_modules/es-set-tostringtag/index.js +35 -0
  1670. package/node_modules/es-set-tostringtag/package.json +78 -0
  1671. package/node_modules/es-set-tostringtag/test/index.js +85 -0
  1672. package/node_modules/es-set-tostringtag/tsconfig.json +9 -0
  1673. package/node_modules/fast-xml-parser/CHANGELOG.md +349 -309
  1674. package/node_modules/fast-xml-parser/README.md +83 -51
  1675. package/node_modules/fast-xml-parser/package.json +8 -5
  1676. package/node_modules/fast-xml-parser/src/fxp.d.ts +365 -71
  1677. package/node_modules/fast-xml-parser/src/v5/CharsSymbol.js +16 -0
  1678. package/node_modules/fast-xml-parser/src/v5/EntitiesParser.js +107 -0
  1679. package/node_modules/fast-xml-parser/src/v5/OptionsBuilder.js +64 -0
  1680. package/node_modules/fast-xml-parser/src/v5/OutputBuilders/BaseOutputBuilder.js +71 -0
  1681. package/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsArrBuilder.js +103 -0
  1682. package/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsMinArrBuilder.js +102 -0
  1683. package/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsObjBuilder.js +156 -0
  1684. package/node_modules/fast-xml-parser/src/v5/OutputBuilders/ParserOptionsBuilder.js +99 -0
  1685. package/node_modules/fast-xml-parser/src/v5/Report.js +0 -0
  1686. package/node_modules/fast-xml-parser/src/v5/TagPath.js +81 -0
  1687. package/node_modules/fast-xml-parser/src/v5/TagPathMatcher.js +15 -0
  1688. package/node_modules/fast-xml-parser/src/v5/XMLParser.js +85 -0
  1689. package/node_modules/fast-xml-parser/src/v5/Xml2JsParser.js +237 -0
  1690. package/node_modules/fast-xml-parser/src/v5/XmlPartReader.js +212 -0
  1691. package/node_modules/fast-xml-parser/src/v5/XmlSpecialTagsReader.js +118 -0
  1692. package/node_modules/fast-xml-parser/src/v5/inputSource/BufferSource.js +118 -0
  1693. package/node_modules/fast-xml-parser/src/v5/inputSource/StringSource.js +123 -0
  1694. package/node_modules/fast-xml-parser/src/v5/valueParsers/EntitiesParser.js +107 -0
  1695. package/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParser.js +23 -0
  1696. package/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParserExt.js +20 -0
  1697. package/node_modules/fast-xml-parser/src/v5/valueParsers/currency.js +40 -0
  1698. package/node_modules/fast-xml-parser/src/v5/valueParsers/join.js +14 -0
  1699. package/node_modules/fast-xml-parser/src/v5/valueParsers/number.js +16 -0
  1700. package/node_modules/fast-xml-parser/src/v5/valueParsers/trim.js +8 -0
  1701. package/node_modules/fast-xml-parser/src/validator.js +2 -0
  1702. package/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +31 -9
  1703. package/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +4 -0
  1704. package/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +25 -12
  1705. package/node_modules/follow-redirects/index.js +21 -7
  1706. package/node_modules/follow-redirects/package.json +2 -2
  1707. package/node_modules/form-data/Readme.md +4 -4
  1708. package/node_modules/form-data/lib/form_data.js +25 -23
  1709. package/node_modules/form-data/package.json +25 -19
  1710. package/node_modules/function-bind/.eslintrc +21 -0
  1711. package/node_modules/function-bind/.github/FUNDING.yml +12 -0
  1712. package/node_modules/function-bind/.github/SECURITY.md +3 -0
  1713. package/node_modules/function-bind/.nycrc +13 -0
  1714. package/node_modules/function-bind/CHANGELOG.md +136 -0
  1715. package/node_modules/function-bind/LICENSE +20 -0
  1716. package/node_modules/function-bind/README.md +46 -0
  1717. package/node_modules/function-bind/implementation.js +84 -0
  1718. package/node_modules/function-bind/index.js +5 -0
  1719. package/node_modules/function-bind/package.json +87 -0
  1720. package/node_modules/function-bind/test/.eslintrc +9 -0
  1721. package/node_modules/function-bind/test/index.js +252 -0
  1722. package/node_modules/get-intrinsic/.eslintrc +42 -0
  1723. package/node_modules/get-intrinsic/.github/FUNDING.yml +12 -0
  1724. package/node_modules/get-intrinsic/.nycrc +9 -0
  1725. package/node_modules/get-intrinsic/CHANGELOG.md +186 -0
  1726. package/node_modules/get-intrinsic/LICENSE +21 -0
  1727. package/node_modules/get-intrinsic/README.md +71 -0
  1728. package/node_modules/get-intrinsic/index.js +378 -0
  1729. package/node_modules/get-intrinsic/package.json +97 -0
  1730. package/node_modules/get-intrinsic/test/GetIntrinsic.js +274 -0
  1731. package/node_modules/get-proto/.eslintrc +10 -0
  1732. package/node_modules/get-proto/.github/FUNDING.yml +12 -0
  1733. package/node_modules/get-proto/.nycrc +9 -0
  1734. package/node_modules/get-proto/CHANGELOG.md +21 -0
  1735. package/node_modules/get-proto/LICENSE +21 -0
  1736. package/node_modules/get-proto/Object.getPrototypeOf.d.ts +5 -0
  1737. package/node_modules/get-proto/Object.getPrototypeOf.js +6 -0
  1738. package/node_modules/get-proto/README.md +50 -0
  1739. package/node_modules/get-proto/Reflect.getPrototypeOf.d.ts +3 -0
  1740. package/node_modules/get-proto/Reflect.getPrototypeOf.js +4 -0
  1741. package/node_modules/get-proto/index.d.ts +5 -0
  1742. package/node_modules/get-proto/index.js +27 -0
  1743. package/node_modules/get-proto/package.json +81 -0
  1744. package/node_modules/get-proto/test/index.js +68 -0
  1745. package/node_modules/get-proto/tsconfig.json +9 -0
  1746. package/node_modules/gopd/.eslintrc +16 -0
  1747. package/node_modules/gopd/.github/FUNDING.yml +12 -0
  1748. package/node_modules/gopd/CHANGELOG.md +45 -0
  1749. package/node_modules/gopd/LICENSE +21 -0
  1750. package/node_modules/gopd/README.md +40 -0
  1751. package/node_modules/gopd/gOPD.d.ts +1 -0
  1752. package/node_modules/gopd/gOPD.js +4 -0
  1753. package/node_modules/gopd/index.d.ts +5 -0
  1754. package/node_modules/gopd/index.js +15 -0
  1755. package/node_modules/gopd/package.json +77 -0
  1756. package/node_modules/gopd/test/index.js +36 -0
  1757. package/node_modules/gopd/tsconfig.json +9 -0
  1758. package/node_modules/has-symbols/.eslintrc +11 -0
  1759. package/node_modules/has-symbols/.github/FUNDING.yml +12 -0
  1760. package/node_modules/has-symbols/.nycrc +9 -0
  1761. package/node_modules/has-symbols/CHANGELOG.md +91 -0
  1762. package/node_modules/has-symbols/LICENSE +21 -0
  1763. package/node_modules/has-symbols/README.md +46 -0
  1764. package/node_modules/has-symbols/index.d.ts +3 -0
  1765. package/node_modules/has-symbols/index.js +14 -0
  1766. package/node_modules/has-symbols/package.json +111 -0
  1767. package/node_modules/has-symbols/shams.d.ts +3 -0
  1768. package/node_modules/has-symbols/shams.js +45 -0
  1769. package/node_modules/has-symbols/test/index.js +22 -0
  1770. package/node_modules/has-symbols/test/shams/core-js.js +29 -0
  1771. package/node_modules/has-symbols/test/shams/get-own-property-symbols.js +29 -0
  1772. package/node_modules/has-symbols/test/tests.js +58 -0
  1773. package/node_modules/has-symbols/tsconfig.json +10 -0
  1774. package/node_modules/has-tostringtag/.eslintrc +5 -0
  1775. package/node_modules/has-tostringtag/.github/FUNDING.yml +12 -0
  1776. package/node_modules/has-tostringtag/.nycrc +13 -0
  1777. package/node_modules/has-tostringtag/CHANGELOG.md +42 -0
  1778. package/node_modules/has-tostringtag/LICENSE +21 -0
  1779. package/node_modules/has-tostringtag/README.md +46 -0
  1780. package/node_modules/has-tostringtag/index.d.ts +3 -0
  1781. package/node_modules/has-tostringtag/index.js +8 -0
  1782. package/node_modules/has-tostringtag/package.json +108 -0
  1783. package/node_modules/has-tostringtag/shams.d.ts +3 -0
  1784. package/node_modules/has-tostringtag/shams.js +8 -0
  1785. package/node_modules/has-tostringtag/test/index.js +21 -0
  1786. package/node_modules/has-tostringtag/test/shams/core-js.js +31 -0
  1787. package/node_modules/has-tostringtag/test/shams/get-own-property-symbols.js +30 -0
  1788. package/node_modules/has-tostringtag/test/tests.js +15 -0
  1789. package/node_modules/has-tostringtag/tsconfig.json +49 -0
  1790. package/node_modules/hasown/.eslintrc +5 -0
  1791. package/node_modules/hasown/.github/FUNDING.yml +12 -0
  1792. package/node_modules/hasown/.nycrc +13 -0
  1793. package/node_modules/hasown/CHANGELOG.md +40 -0
  1794. package/node_modules/hasown/LICENSE +21 -0
  1795. package/node_modules/hasown/README.md +40 -0
  1796. package/node_modules/hasown/index.d.ts +3 -0
  1797. package/node_modules/hasown/index.js +8 -0
  1798. package/node_modules/hasown/package.json +92 -0
  1799. package/node_modules/hasown/tsconfig.json +6 -0
  1800. package/node_modules/jsonc-parser/CHANGELOG.md +4 -0
  1801. package/node_modules/jsonc-parser/README.md +18 -16
  1802. package/node_modules/jsonc-parser/lib/esm/impl/parser.js +34 -7
  1803. package/node_modules/jsonc-parser/lib/esm/main.d.ts +4 -2
  1804. package/node_modules/jsonc-parser/lib/umd/impl/parser.js +34 -7
  1805. package/node_modules/jsonc-parser/lib/umd/main.d.ts +4 -2
  1806. package/node_modules/jsonc-parser/package.json +9 -9
  1807. package/node_modules/math-intrinsics/.eslintrc +16 -0
  1808. package/node_modules/math-intrinsics/.github/FUNDING.yml +12 -0
  1809. package/node_modules/math-intrinsics/CHANGELOG.md +24 -0
  1810. package/node_modules/math-intrinsics/LICENSE +21 -0
  1811. package/node_modules/math-intrinsics/README.md +50 -0
  1812. package/node_modules/math-intrinsics/abs.d.ts +1 -0
  1813. package/node_modules/math-intrinsics/abs.js +4 -0
  1814. package/node_modules/math-intrinsics/constants/maxArrayLength.d.ts +3 -0
  1815. package/node_modules/math-intrinsics/constants/maxArrayLength.js +4 -0
  1816. package/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts +3 -0
  1817. package/node_modules/math-intrinsics/constants/maxSafeInteger.js +5 -0
  1818. package/node_modules/math-intrinsics/constants/maxValue.d.ts +3 -0
  1819. package/node_modules/math-intrinsics/constants/maxValue.js +5 -0
  1820. package/node_modules/math-intrinsics/floor.d.ts +1 -0
  1821. package/node_modules/math-intrinsics/floor.js +4 -0
  1822. package/node_modules/math-intrinsics/isFinite.d.ts +3 -0
  1823. package/node_modules/math-intrinsics/isFinite.js +12 -0
  1824. package/node_modules/math-intrinsics/isInteger.d.ts +3 -0
  1825. package/node_modules/math-intrinsics/isInteger.js +16 -0
  1826. package/node_modules/math-intrinsics/isNaN.d.ts +1 -0
  1827. package/node_modules/math-intrinsics/isNaN.js +6 -0
  1828. package/node_modules/math-intrinsics/isNegativeZero.d.ts +3 -0
  1829. package/node_modules/math-intrinsics/isNegativeZero.js +6 -0
  1830. package/node_modules/math-intrinsics/max.d.ts +1 -0
  1831. package/node_modules/math-intrinsics/max.js +4 -0
  1832. package/node_modules/math-intrinsics/min.d.ts +1 -0
  1833. package/node_modules/math-intrinsics/min.js +4 -0
  1834. package/node_modules/math-intrinsics/mod.d.ts +3 -0
  1835. package/node_modules/math-intrinsics/mod.js +9 -0
  1836. package/node_modules/math-intrinsics/package.json +86 -0
  1837. package/node_modules/math-intrinsics/pow.d.ts +1 -0
  1838. package/node_modules/math-intrinsics/pow.js +4 -0
  1839. package/node_modules/math-intrinsics/round.d.ts +1 -0
  1840. package/node_modules/math-intrinsics/round.js +4 -0
  1841. package/node_modules/math-intrinsics/sign.d.ts +3 -0
  1842. package/node_modules/math-intrinsics/sign.js +11 -0
  1843. package/node_modules/math-intrinsics/test/index.js +192 -0
  1844. package/node_modules/math-intrinsics/tsconfig.json +3 -0
  1845. package/node_modules/strnum/CHANGELOG.md +22 -0
  1846. package/node_modules/strnum/README.md +14 -3
  1847. package/node_modules/strnum/package.json +8 -2
  1848. package/node_modules/strnum/strnum.js +43 -56
  1849. package/node_modules/strnum/strnum.test.js +21 -6
  1850. package/node_modules/tslib/modules/index.d.ts +1 -0
  1851. package/node_modules/tslib/modules/index.js +2 -0
  1852. package/node_modules/tslib/package.json +1 -1
  1853. package/node_modules/tslib/tslib.d.ts +8 -1
  1854. package/node_modules/tslib/tslib.es6.js +43 -11
  1855. package/node_modules/tslib/tslib.es6.mjs +47 -16
  1856. package/node_modules/tslib/tslib.js +75 -12
  1857. package/package.json +4 -3
  1858. package/methods_list.txt +0 -18366
  1859. package/node_modules/@aws-crypto/ie11-detection/CHANGELOG.md +0 -46
  1860. package/node_modules/@aws-crypto/ie11-detection/LICENSE +0 -202
  1861. package/node_modules/@aws-crypto/ie11-detection/README.md +0 -20
  1862. package/node_modules/@aws-crypto/ie11-detection/build/CryptoOperation.d.ts +0 -19
  1863. package/node_modules/@aws-crypto/ie11-detection/build/CryptoOperation.js +0 -3
  1864. package/node_modules/@aws-crypto/ie11-detection/build/CryptoOperation.js.map +0 -1
  1865. package/node_modules/@aws-crypto/ie11-detection/build/Key.d.ts +0 -12
  1866. package/node_modules/@aws-crypto/ie11-detection/build/Key.js +0 -3
  1867. package/node_modules/@aws-crypto/ie11-detection/build/Key.js.map +0 -1
  1868. package/node_modules/@aws-crypto/ie11-detection/build/KeyOperation.d.ts +0 -12
  1869. package/node_modules/@aws-crypto/ie11-detection/build/KeyOperation.js +0 -3
  1870. package/node_modules/@aws-crypto/ie11-detection/build/KeyOperation.js.map +0 -1
  1871. package/node_modules/@aws-crypto/ie11-detection/build/MsSubtleCrypto.d.ts +0 -33
  1872. package/node_modules/@aws-crypto/ie11-detection/build/MsSubtleCrypto.js +0 -3
  1873. package/node_modules/@aws-crypto/ie11-detection/build/MsSubtleCrypto.js.map +0 -1
  1874. package/node_modules/@aws-crypto/ie11-detection/build/MsWindow.d.ts +0 -21
  1875. package/node_modules/@aws-crypto/ie11-detection/build/MsWindow.js +0 -32
  1876. package/node_modules/@aws-crypto/ie11-detection/build/MsWindow.js.map +0 -1
  1877. package/node_modules/@aws-crypto/ie11-detection/build/index.d.ts +0 -5
  1878. package/node_modules/@aws-crypto/ie11-detection/build/index.js +0 -9
  1879. package/node_modules/@aws-crypto/ie11-detection/build/index.js.map +0 -1
  1880. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/CopyrightNotice.txt +0 -15
  1881. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/LICENSE.txt +0 -12
  1882. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/README.md +0 -142
  1883. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/modules/index.js +0 -51
  1884. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/modules/package.json +0 -3
  1885. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/package.json +0 -37
  1886. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +0 -23
  1887. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
  1888. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.d.ts +0 -37
  1889. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.es6.html +0 -1
  1890. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.es6.js +0 -218
  1891. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.html +0 -1
  1892. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.js +0 -284
  1893. package/node_modules/@aws-crypto/ie11-detection/package.json +0 -26
  1894. package/node_modules/@aws-crypto/ie11-detection/src/CryptoOperation.ts +0 -21
  1895. package/node_modules/@aws-crypto/ie11-detection/src/Key.ts +0 -12
  1896. package/node_modules/@aws-crypto/ie11-detection/src/KeyOperation.ts +0 -13
  1897. package/node_modules/@aws-crypto/ie11-detection/src/MsSubtleCrypto.ts +0 -88
  1898. package/node_modules/@aws-crypto/ie11-detection/src/MsWindow.ts +0 -59
  1899. package/node_modules/@aws-crypto/ie11-detection/src/index.ts +0 -5
  1900. package/node_modules/@aws-crypto/ie11-detection/tsconfig.json +0 -17
  1901. package/node_modules/@aws-crypto/sha256-browser/build/constants.js.map +0 -1
  1902. package/node_modules/@aws-crypto/sha256-browser/build/crossPlatformSha256.js +0 -35
  1903. package/node_modules/@aws-crypto/sha256-browser/build/crossPlatformSha256.js.map +0 -1
  1904. package/node_modules/@aws-crypto/sha256-browser/build/ie11Sha256.d.ts +0 -9
  1905. package/node_modules/@aws-crypto/sha256-browser/build/ie11Sha256.js +0 -80
  1906. package/node_modules/@aws-crypto/sha256-browser/build/ie11Sha256.js.map +0 -1
  1907. package/node_modules/@aws-crypto/sha256-browser/build/index.d.ts +0 -3
  1908. package/node_modules/@aws-crypto/sha256-browser/build/index.js +0 -10
  1909. package/node_modules/@aws-crypto/sha256-browser/build/index.js.map +0 -1
  1910. package/node_modules/@aws-crypto/sha256-browser/build/isEmptyData.js.map +0 -1
  1911. package/node_modules/@aws-crypto/sha256-browser/build/webCryptoSha256.js.map +0 -1
  1912. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/CopyrightNotice.txt +0 -15
  1913. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/LICENSE.txt +0 -12
  1914. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/README.md +0 -142
  1915. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/modules/index.js +0 -51
  1916. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/modules/package.json +0 -3
  1917. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/package.json +0 -37
  1918. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +0 -23
  1919. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
  1920. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.d.ts +0 -37
  1921. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.es6.html +0 -1
  1922. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.es6.js +0 -218
  1923. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.html +0 -1
  1924. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.js +0 -284
  1925. package/node_modules/@aws-crypto/sha256-browser/src/ie11Sha256.ts +0 -108
  1926. package/node_modules/@aws-crypto/sha256-js/build/RawSha256.js.map +0 -1
  1927. package/node_modules/@aws-crypto/sha256-js/build/constants.js.map +0 -1
  1928. package/node_modules/@aws-crypto/sha256-js/build/index.js.map +0 -1
  1929. package/node_modules/@aws-crypto/sha256-js/build/jsSha256.js.map +0 -1
  1930. package/node_modules/@aws-crypto/sha256-js/build/knownHashes.fixture.js.map +0 -1
  1931. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/CopyrightNotice.txt +0 -15
  1932. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/LICENSE.txt +0 -12
  1933. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/README.md +0 -142
  1934. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/modules/index.js +0 -51
  1935. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/modules/package.json +0 -3
  1936. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/package.json +0 -37
  1937. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +0 -23
  1938. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
  1939. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.d.ts +0 -37
  1940. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.es6.html +0 -1
  1941. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.es6.js +0 -218
  1942. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.html +0 -1
  1943. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.js +0 -284
  1944. package/node_modules/@aws-crypto/supports-web-crypto/build/index.js +0 -5
  1945. package/node_modules/@aws-crypto/supports-web-crypto/build/supportsWebCrypto.js +0 -69
  1946. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/CopyrightNotice.txt +0 -15
  1947. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/LICENSE.txt +0 -12
  1948. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/README.md +0 -142
  1949. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/modules/index.js +0 -51
  1950. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/modules/package.json +0 -3
  1951. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/package.json +0 -37
  1952. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +0 -23
  1953. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
  1954. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.d.ts +0 -37
  1955. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.es6.html +0 -1
  1956. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.es6.js +0 -218
  1957. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.html +0 -1
  1958. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.js +0 -284
  1959. package/node_modules/@aws-crypto/util/build/convertToBuffer.js +0 -24
  1960. package/node_modules/@aws-crypto/util/build/convertToBuffer.js.map +0 -1
  1961. package/node_modules/@aws-crypto/util/build/index.js.map +0 -1
  1962. package/node_modules/@aws-crypto/util/build/isEmptyData.js.map +0 -1
  1963. package/node_modules/@aws-crypto/util/build/numToUint8.js.map +0 -1
  1964. package/node_modules/@aws-crypto/util/build/uint32ArrayFrom.js.map +0 -1
  1965. package/node_modules/@aws-crypto/util/node_modules/tslib/CopyrightNotice.txt +0 -15
  1966. package/node_modules/@aws-crypto/util/node_modules/tslib/LICENSE.txt +0 -12
  1967. package/node_modules/@aws-crypto/util/node_modules/tslib/README.md +0 -142
  1968. package/node_modules/@aws-crypto/util/node_modules/tslib/modules/index.js +0 -51
  1969. package/node_modules/@aws-crypto/util/node_modules/tslib/modules/package.json +0 -3
  1970. package/node_modules/@aws-crypto/util/node_modules/tslib/package.json +0 -37
  1971. package/node_modules/@aws-crypto/util/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +0 -23
  1972. package/node_modules/@aws-crypto/util/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
  1973. package/node_modules/@aws-crypto/util/node_modules/tslib/tslib.d.ts +0 -37
  1974. package/node_modules/@aws-crypto/util/node_modules/tslib/tslib.es6.html +0 -1
  1975. package/node_modules/@aws-crypto/util/node_modules/tslib/tslib.es6.js +0 -218
  1976. package/node_modules/@aws-crypto/util/node_modules/tslib/tslib.html +0 -1
  1977. package/node_modules/@aws-crypto/util/node_modules/tslib/tslib.js +0 -284
  1978. package/node_modules/@aws-sdk/core/CHANGELOG.md +0 -296
  1979. package/node_modules/@aws-sdk/core/api-extractor.json +0 -4
  1980. package/node_modules/@aws-sdk/core/dist-cjs/client/index.js +0 -1
  1981. package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +0 -1
  1982. package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/aws_sdk/index.js +0 -1
  1983. package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +0 -1
  1984. package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/index.js +0 -1
  1985. package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/utils/getDateHeader.js +0 -1
  1986. package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/utils/getSkewCorrectedDate.js +0 -1
  1987. package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js +0 -1
  1988. package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/utils/index.js +0 -1
  1989. package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/utils/isClockSkewed.js +0 -1
  1990. package/node_modules/@aws-sdk/core/dist-cjs/protocols/coercing-serializers.js +0 -1
  1991. package/node_modules/@aws-sdk/core/dist-cjs/protocols/common.js +0 -1
  1992. package/node_modules/@aws-sdk/core/dist-cjs/protocols/index.js +0 -1
  1993. package/node_modules/@aws-sdk/core/dist-cjs/protocols/json/awsExpectUnion.js +0 -1
  1994. package/node_modules/@aws-sdk/core/dist-cjs/protocols/json/parseJsonBody.js +0 -1
  1995. package/node_modules/@aws-sdk/core/dist-cjs/protocols/xml/parseXmlBody.js +0 -1
  1996. package/node_modules/@aws-sdk/core/dist-es/client/emitWarningIfUnsupportedVersion.js +0 -13
  1997. package/node_modules/@aws-sdk/core/dist-es/client/index.js +0 -1
  1998. package/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +0 -60
  1999. package/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/aws_sdk/index.js +0 -2
  2000. package/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +0 -82
  2001. package/node_modules/@aws-sdk/core/dist-types/client/emitWarningIfUnsupportedVersion.d.ts +0 -9
  2002. package/node_modules/@aws-sdk/core/dist-types/client/index.d.ts +0 -1
  2003. package/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +0 -17
  2004. package/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/aws_sdk/index.d.ts +0 -2
  2005. package/node_modules/@aws-sdk/core/dist-types/ts3.4/client/emitWarningIfUnsupportedVersion.d.ts +0 -1
  2006. package/node_modules/@aws-sdk/core/dist-types/ts3.4/client/index.d.ts +0 -1
  2007. package/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +0 -21
  2008. package/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/aws_sdk/index.d.ts +0 -2
  2009. package/node_modules/@aws-sdk/core/integ/request-handlers/request-handlers.integ.spec.ts +0 -158
  2010. package/node_modules/@aws-sdk/core/jest.config.integ.js +0 -4
  2011. package/node_modules/@aws-sdk/core/jest.config.js +0 -6
  2012. package/node_modules/@aws-sdk/core/scripts/lint.js +0 -24
  2013. package/node_modules/@aws-sdk/core/src/client/emitWarningIfUnsupportedVersion.spec.ts +0 -70
  2014. package/node_modules/@aws-sdk/core/src/client/emitWarningIfUnsupportedVersion.ts +0 -25
  2015. package/node_modules/@aws-sdk/core/src/client/index.ts +0 -1
  2016. package/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.spec.ts +0 -30
  2017. package/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.ts +0 -134
  2018. package/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/index.ts +0 -2
  2019. package/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.ts +0 -244
  2020. package/node_modules/@aws-sdk/core/src/httpAuthSchemes/index.ts +0 -1
  2021. package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/getDateHeader.ts +0 -7
  2022. package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/getSkewCorrectedDate.spec.ts +0 -17
  2023. package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/getSkewCorrectedDate.ts +0 -8
  2024. package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/getUpdatedSystemClockOffset.spec.ts +0 -37
  2025. package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/getUpdatedSystemClockOffset.ts +0 -18
  2026. package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/index.ts +0 -3
  2027. package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/isClockSkewed.spec.ts +0 -32
  2028. package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/isClockSkewed.ts +0 -12
  2029. package/node_modules/@aws-sdk/core/src/index.ts +0 -3
  2030. package/node_modules/@aws-sdk/core/src/protocols/coercing-serializers.spec.ts +0 -76
  2031. package/node_modules/@aws-sdk/core/src/protocols/coercing-serializers.ts +0 -72
  2032. package/node_modules/@aws-sdk/core/src/protocols/common.ts +0 -5
  2033. package/node_modules/@aws-sdk/core/src/protocols/index.ts +0 -4
  2034. package/node_modules/@aws-sdk/core/src/protocols/json/awsExpectUnion.spec.ts +0 -30
  2035. package/node_modules/@aws-sdk/core/src/protocols/json/awsExpectUnion.ts +0 -17
  2036. package/node_modules/@aws-sdk/core/src/protocols/json/parseJsonBody.ts +0 -60
  2037. package/node_modules/@aws-sdk/core/src/protocols/xml/parseXmlBody.spec.ts +0 -60
  2038. package/node_modules/@aws-sdk/core/src/protocols/xml/parseXmlBody.ts +0 -64
  2039. package/node_modules/@aws-sdk/core/tsconfig.cjs.json +0 -9
  2040. package/node_modules/@aws-sdk/core/tsconfig.cjs.tsbuildinfo +0 -1
  2041. package/node_modules/@aws-sdk/core/tsconfig.es.json +0 -9
  2042. package/node_modules/@aws-sdk/core/tsconfig.es.tsbuildinfo +0 -1
  2043. package/node_modules/@aws-sdk/core/tsconfig.types.json +0 -9
  2044. package/node_modules/@aws-sdk/core/tsconfig.types.tsbuildinfo +0 -1
  2045. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/types.js +0 -1
  2046. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/validateSsoProfile.js +0 -1
  2047. package/node_modules/@aws-sdk/middleware-logger/dist-cjs/loggerMiddleware.js +0 -1
  2048. package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/configurations.js +0 -1
  2049. package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/constants.js +0 -1
  2050. package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/user-agent-middleware.js +0 -1
  2051. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/extensions/index.js +0 -1
  2052. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/config.js +0 -1
  2053. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/getRealRegion.js +0 -1
  2054. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/index.js +0 -1
  2055. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/isFipsRegion.js +0 -1
  2056. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/resolveRegionConfig.js +0 -1
  2057. package/node_modules/@aws-sdk/token-providers/dist-cjs/constants.js +0 -1
  2058. package/node_modules/@aws-sdk/token-providers/dist-cjs/fromSso.js +0 -1
  2059. package/node_modules/@aws-sdk/token-providers/dist-cjs/fromStatic.js +0 -1
  2060. package/node_modules/@aws-sdk/token-providers/dist-cjs/getNewSsoOidcToken.js +0 -1
  2061. package/node_modules/@aws-sdk/token-providers/dist-cjs/getSsoOidcClient.js +0 -1
  2062. package/node_modules/@aws-sdk/token-providers/dist-cjs/nodeProvider.js +0 -1
  2063. package/node_modules/@aws-sdk/token-providers/dist-cjs/validateTokenExpiry.js +0 -1
  2064. package/node_modules/@aws-sdk/token-providers/dist-cjs/validateTokenKey.js +0 -1
  2065. package/node_modules/@aws-sdk/token-providers/dist-cjs/writeSSOTokenToFile.js +0 -1
  2066. package/node_modules/@aws-sdk/types/dist-cjs/abort.js +0 -1
  2067. package/node_modules/@aws-sdk/types/dist-cjs/auth.js +0 -1
  2068. package/node_modules/@aws-sdk/types/dist-cjs/blob/blob-types.js +0 -1
  2069. package/node_modules/@aws-sdk/types/dist-cjs/checksum.js +0 -1
  2070. package/node_modules/@aws-sdk/types/dist-cjs/client.js +0 -1
  2071. package/node_modules/@aws-sdk/types/dist-cjs/command.js +0 -1
  2072. package/node_modules/@aws-sdk/types/dist-cjs/connection.js +0 -1
  2073. package/node_modules/@aws-sdk/types/dist-cjs/credentials.js +0 -1
  2074. package/node_modules/@aws-sdk/types/dist-cjs/crypto.js +0 -1
  2075. package/node_modules/@aws-sdk/types/dist-cjs/dns.js +0 -1
  2076. package/node_modules/@aws-sdk/types/dist-cjs/encode.js +0 -1
  2077. package/node_modules/@aws-sdk/types/dist-cjs/endpoint.js +0 -1
  2078. package/node_modules/@aws-sdk/types/dist-cjs/eventStream.js +0 -1
  2079. package/node_modules/@aws-sdk/types/dist-cjs/extensions/index.js +0 -1
  2080. package/node_modules/@aws-sdk/types/dist-cjs/http.js +0 -1
  2081. package/node_modules/@aws-sdk/types/dist-cjs/identity/AnonymousIdentity.js +0 -1
  2082. package/node_modules/@aws-sdk/types/dist-cjs/identity/AwsCredentialIdentity.js +0 -1
  2083. package/node_modules/@aws-sdk/types/dist-cjs/identity/Identity.js +0 -1
  2084. package/node_modules/@aws-sdk/types/dist-cjs/identity/LoginIdentity.js +0 -1
  2085. package/node_modules/@aws-sdk/types/dist-cjs/identity/TokenIdentity.js +0 -1
  2086. package/node_modules/@aws-sdk/types/dist-cjs/identity/index.js +0 -1
  2087. package/node_modules/@aws-sdk/types/dist-cjs/logger.js +0 -1
  2088. package/node_modules/@aws-sdk/types/dist-cjs/middleware.js +0 -1
  2089. package/node_modules/@aws-sdk/types/dist-cjs/pagination.js +0 -1
  2090. package/node_modules/@aws-sdk/types/dist-cjs/profile.js +0 -1
  2091. package/node_modules/@aws-sdk/types/dist-cjs/request.js +0 -1
  2092. package/node_modules/@aws-sdk/types/dist-cjs/response.js +0 -1
  2093. package/node_modules/@aws-sdk/types/dist-cjs/retry.js +0 -1
  2094. package/node_modules/@aws-sdk/types/dist-cjs/serde.js +0 -1
  2095. package/node_modules/@aws-sdk/types/dist-cjs/shapes.js +0 -1
  2096. package/node_modules/@aws-sdk/types/dist-cjs/signature.js +0 -1
  2097. package/node_modules/@aws-sdk/types/dist-cjs/stream.js +0 -1
  2098. package/node_modules/@aws-sdk/types/dist-cjs/token.js +0 -1
  2099. package/node_modules/@aws-sdk/types/dist-cjs/transfer.js +0 -1
  2100. package/node_modules/@aws-sdk/types/dist-cjs/uri.js +0 -1
  2101. package/node_modules/@aws-sdk/types/dist-cjs/util.js +0 -1
  2102. package/node_modules/@aws-sdk/types/dist-cjs/waiter.js +0 -1
  2103. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/aws.js +0 -1
  2104. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/index.js +0 -1
  2105. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/isVirtualHostableS3Bucket.js +0 -1
  2106. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/parseArn.js +0 -1
  2107. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partition.js +0 -1
  2108. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/isIpAddress.js +0 -1
  2109. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/resolveEndpoint.js +0 -1
  2110. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/EndpointError.js +0 -1
  2111. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/EndpointRuleObject.js +0 -1
  2112. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/ErrorRuleObject.js +0 -1
  2113. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/RuleSetObject.js +0 -1
  2114. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/TreeRuleObject.js +0 -1
  2115. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/index.js +0 -1
  2116. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/shared.js +0 -1
  2117. package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/crt-availability.js +0 -1
  2118. package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/is-crt-available.js +0 -1
  2119. package/node_modules/@aws-sdk/util-utf8-browser/README.md +0 -8
  2120. package/node_modules/@aws-sdk/util-utf8-browser/package.json +0 -50
  2121. package/node_modules/@smithy/signature-v4/dist-cjs/cloneRequest.js +0 -1
  2122. package/node_modules/@smithy/signature-v4/dist-es/cloneRequest.js +0 -12
  2123. package/node_modules/@smithy/signature-v4/dist-types/cloneRequest.d.ts +0 -6
  2124. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/cloneRequest.d.ts +0 -6
  2125. package/node_modules/form-data/README.md.bak +0 -358
  2126. /package/node_modules/@aws-crypto/sha256-browser/build/{constants.d.ts → main/constants.d.ts} +0 -0
  2127. /package/node_modules/@aws-crypto/sha256-browser/build/{constants.js → main/constants.js} +0 -0
  2128. /package/node_modules/@aws-crypto/sha256-browser/build/{crossPlatformSha256.d.ts → main/crossPlatformSha256.d.ts} +0 -0
  2129. /package/node_modules/@aws-crypto/sha256-browser/build/{isEmptyData.d.ts → main/isEmptyData.d.ts} +0 -0
  2130. /package/node_modules/@aws-crypto/sha256-browser/build/{isEmptyData.js → main/isEmptyData.js} +0 -0
  2131. /package/node_modules/@aws-crypto/sha256-browser/build/{webCryptoSha256.d.ts → main/webCryptoSha256.d.ts} +0 -0
  2132. /package/node_modules/@aws-crypto/sha256-browser/build/{webCryptoSha256.js → main/webCryptoSha256.js} +0 -0
  2133. /package/node_modules/@aws-crypto/{util/build → sha256-browser/build/module}/isEmptyData.d.ts +0 -0
  2134. /package/node_modules/{@aws-sdk/util-utf8-browser → @aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer}/LICENSE +0 -0
  2135. /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
  2136. /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
  2137. /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
  2138. /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
  2139. /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
  2140. /package/node_modules/@aws-crypto/sha256-js/build/{RawSha256.d.ts → main/RawSha256.d.ts} +0 -0
  2141. /package/node_modules/@aws-crypto/sha256-js/build/{RawSha256.js → main/RawSha256.js} +0 -0
  2142. /package/node_modules/@aws-crypto/sha256-js/build/{constants.d.ts → main/constants.d.ts} +0 -0
  2143. /package/node_modules/@aws-crypto/sha256-js/build/{constants.js → main/constants.js} +0 -0
  2144. /package/node_modules/@aws-crypto/sha256-js/build/{index.d.ts → main/index.d.ts} +0 -0
  2145. /package/node_modules/@aws-crypto/sha256-js/build/{index.js → main/index.js} +0 -0
  2146. /package/node_modules/@aws-crypto/sha256-js/build/{jsSha256.d.ts → main/jsSha256.d.ts} +0 -0
  2147. /package/node_modules/@aws-crypto/sha256-js/build/{jsSha256.js → main/jsSha256.js} +0 -0
  2148. /package/node_modules/@aws-crypto/sha256-js/build/{knownHashes.fixture.d.ts → main/knownHashes.fixture.d.ts} +0 -0
  2149. /package/node_modules/@aws-crypto/sha256-js/build/{knownHashes.fixture.js → main/knownHashes.fixture.js} +0 -0
  2150. /package/node_modules/@aws-crypto/supports-web-crypto/build/{index.d.ts → main/index.d.ts} +0 -0
  2151. /package/node_modules/@aws-crypto/supports-web-crypto/build/{supportsWebCrypto.d.ts → main/supportsWebCrypto.d.ts} +0 -0
  2152. /package/node_modules/@aws-crypto/util/build/{convertToBuffer.d.ts → main/convertToBuffer.d.ts} +0 -0
  2153. /package/node_modules/@aws-crypto/util/build/{index.d.ts → main/index.d.ts} +0 -0
  2154. /package/node_modules/@aws-crypto/util/build/{index.js → main/index.js} +0 -0
  2155. /package/node_modules/@aws-crypto/util/build/{isEmptyData.js → main/isEmptyData.js} +0 -0
  2156. /package/node_modules/@aws-crypto/util/build/{numToUint8.d.ts → main/numToUint8.d.ts} +0 -0
  2157. /package/node_modules/@aws-crypto/util/build/{numToUint8.js → main/numToUint8.js} +0 -0
  2158. /package/node_modules/@aws-crypto/util/build/{uint32ArrayFrom.d.ts → main/uint32ArrayFrom.d.ts} +0 -0
  2159. /package/node_modules/@aws-crypto/util/build/{uint32ArrayFrom.js → main/uint32ArrayFrom.js} +0 -0
  2160. /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
  2161. /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
  2162. /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
  2163. /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
  2164. /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
  2165. /package/node_modules/@aws-sdk/core/dist-es/{httpAuthSchemes → submodules/httpAuthSchemes}/index.js +0 -0
  2166. /package/node_modules/@aws-sdk/core/dist-es/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/getDateHeader.js +0 -0
  2167. /package/node_modules/@aws-sdk/core/dist-es/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/getSkewCorrectedDate.js +0 -0
  2168. /package/node_modules/@aws-sdk/core/dist-es/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/getUpdatedSystemClockOffset.js +0 -0
  2169. /package/node_modules/@aws-sdk/core/dist-es/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/index.js +0 -0
  2170. /package/node_modules/@aws-sdk/core/dist-es/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/isClockSkewed.js +0 -0
  2171. /package/node_modules/@aws-sdk/core/dist-es/{protocols → submodules/protocols}/coercing-serializers.js +0 -0
  2172. /package/node_modules/@aws-sdk/core/dist-es/{protocols → submodules/protocols}/common.js +0 -0
  2173. /package/node_modules/@aws-sdk/core/dist-es/{protocols → submodules/protocols}/index.js +0 -0
  2174. /package/node_modules/@aws-sdk/core/dist-es/{protocols → submodules/protocols}/json/awsExpectUnion.js +0 -0
  2175. /package/node_modules/@aws-sdk/core/dist-es/{protocols → submodules/protocols}/json/parseJsonBody.js +0 -0
  2176. /package/node_modules/@aws-sdk/core/dist-es/{protocols → submodules/protocols}/xml/parseXmlBody.js +0 -0
  2177. /package/node_modules/@aws-sdk/core/dist-types/{httpAuthSchemes → submodules/httpAuthSchemes}/aws_sdk/resolveAwsSdkSigV4Config.d.ts +0 -0
  2178. /package/node_modules/@aws-sdk/core/dist-types/{httpAuthSchemes → submodules/httpAuthSchemes}/index.d.ts +0 -0
  2179. /package/node_modules/@aws-sdk/core/dist-types/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/getDateHeader.d.ts +0 -0
  2180. /package/node_modules/@aws-sdk/core/dist-types/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/getSkewCorrectedDate.d.ts +0 -0
  2181. /package/node_modules/@aws-sdk/core/dist-types/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/getUpdatedSystemClockOffset.d.ts +0 -0
  2182. /package/node_modules/@aws-sdk/core/dist-types/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/index.d.ts +0 -0
  2183. /package/node_modules/@aws-sdk/core/dist-types/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/isClockSkewed.d.ts +0 -0
  2184. /package/node_modules/@aws-sdk/core/dist-types/{protocols → submodules/protocols}/coercing-serializers.d.ts +0 -0
  2185. /package/node_modules/@aws-sdk/core/dist-types/{protocols → submodules/protocols}/common.d.ts +0 -0
  2186. /package/node_modules/@aws-sdk/core/dist-types/{protocols → submodules/protocols}/index.d.ts +0 -0
  2187. /package/node_modules/@aws-sdk/core/dist-types/{protocols → submodules/protocols}/json/awsExpectUnion.d.ts +0 -0
  2188. /package/node_modules/@aws-sdk/core/dist-types/{protocols → submodules/protocols}/json/parseJsonBody.d.ts +0 -0
  2189. /package/node_modules/@aws-sdk/core/dist-types/{protocols → submodules/protocols}/xml/parseXmlBody.d.ts +0 -0
  2190. /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{httpAuthSchemes → submodules/httpAuthSchemes}/aws_sdk/resolveAwsSdkSigV4Config.d.ts +0 -0
  2191. /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{httpAuthSchemes → submodules/httpAuthSchemes}/index.d.ts +0 -0
  2192. /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/getDateHeader.d.ts +0 -0
  2193. /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/getSkewCorrectedDate.d.ts +0 -0
  2194. /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/getUpdatedSystemClockOffset.d.ts +0 -0
  2195. /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/index.d.ts +0 -0
  2196. /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/isClockSkewed.d.ts +0 -0
  2197. /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{protocols → submodules/protocols}/coercing-serializers.d.ts +0 -0
  2198. /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{protocols → submodules/protocols}/common.d.ts +0 -0
  2199. /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{protocols → submodules/protocols}/index.d.ts +0 -0
  2200. /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{protocols → submodules/protocols}/json/awsExpectUnion.d.ts +0 -0
  2201. /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{protocols → submodules/protocols}/json/parseJsonBody.d.ts +0 -0
  2202. /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{protocols → submodules/protocols}/xml/parseXmlBody.d.ts +0 -0
  2203. /package/node_modules/{@aws-sdk/credential-provider-node/dist-cjs/remoteProvider.js → @smithy/core/dist-cjs/setFeature.js} +0 -0
  2204. /package/node_modules/{@aws-sdk/credential-provider-process/dist-cjs/ProcessCredentials.js → @smithy/fetch-http-handler/dist-cjs/create-request.js} +0 -0
  2205. /package/node_modules/{@aws-sdk/credential-provider-process/dist-cjs/fromProcess.js → @smithy/node-config-provider/dist-cjs/getSelectorName.js} +0 -0
  2206. /package/node_modules/{@aws-sdk/credential-provider-process/dist-cjs/getValidatedProcessCredentials.js → @smithy/node-http-handler/dist-cjs/timing.js} +0 -0
  2207. /package/node_modules/{@aws-sdk/credential-provider-process/dist-cjs/resolveProcessCredentials.js → @smithy/smithy-client/dist-cjs/is-serializable-header-value.js} +0 -0
  2208. /package/node_modules/{@aws-sdk/credential-provider-sso/dist-cjs/fromSSO.js → @smithy/smithy-client/dist-cjs/quote-header.js} +0 -0
  2209. /package/node_modules/{@aws-sdk/credential-provider-sso/dist-cjs/isSsoProfile.js → @smithy/smithy-client/dist-cjs/split-header.js} +0 -0
  2210. /package/node_modules/{@aws-sdk/credential-provider-sso/dist-cjs/loadSso.js → @smithy/types/dist-cjs/abort-handler.js} +0 -0
  2211. /package/node_modules/{@aws-sdk/credential-provider-sso/dist-cjs/resolveSSOCredentials.js → @smithy/types/dist-cjs/feature-ids.js} +0 -0
  2212. /package/node_modules/{@aws-sdk/core/dist-cjs/client/emitWarningIfUnsupportedVersion.js → @smithy/util-endpoints/dist-cjs/cache/EndpointCache.js} +0 -0
@@ -9,10 +9,10 @@ export type AccessAdvisorUsageGranularityType =
9
9
  export interface AccessDetail {
10
10
  ServiceName: string | undefined;
11
11
  ServiceNamespace: string | undefined;
12
- Region?: string;
13
- EntityPath?: string;
14
- LastAuthenticatedTime?: Date;
15
- TotalAuthenticatedEntities?: number;
12
+ Region?: string | undefined;
13
+ EntityPath?: string | undefined;
14
+ LastAuthenticatedTime?: Date | undefined;
15
+ TotalAuthenticatedEntities?: number | undefined;
16
16
  }
17
17
  export declare const StatusType: {
18
18
  readonly Active: "Active";
@@ -24,18 +24,29 @@ export interface AccessKey {
24
24
  AccessKeyId: string | undefined;
25
25
  Status: StatusType | undefined;
26
26
  SecretAccessKey: string | undefined;
27
- CreateDate?: Date;
27
+ CreateDate?: Date | undefined;
28
28
  }
29
29
  export interface AccessKeyLastUsed {
30
- LastUsedDate: Date | undefined;
30
+ LastUsedDate?: Date | undefined;
31
31
  ServiceName: string | undefined;
32
32
  Region: string | undefined;
33
33
  }
34
34
  export interface AccessKeyMetadata {
35
- UserName?: string;
36
- AccessKeyId?: string;
37
- Status?: StatusType;
38
- CreateDate?: Date;
35
+ UserName?: string | undefined;
36
+ AccessKeyId?: string | undefined;
37
+ Status?: StatusType | undefined;
38
+ CreateDate?: Date | undefined;
39
+ }
40
+ export declare class AccountNotManagementOrDelegatedAdministratorException extends __BaseException {
41
+ readonly name: "AccountNotManagementOrDelegatedAdministratorException";
42
+ readonly $fault: "client";
43
+ Message?: string | undefined;
44
+ constructor(
45
+ opts: __ExceptionOptionType<
46
+ AccountNotManagementOrDelegatedAdministratorException,
47
+ __BaseException
48
+ >
49
+ );
39
50
  }
40
51
  export interface AddClientIDToOpenIDConnectProviderRequest {
41
52
  OpenIDConnectProviderArn: string | undefined;
@@ -91,6 +102,12 @@ export interface AddUserToGroupRequest {
91
102
  GroupName: string | undefined;
92
103
  UserName: string | undefined;
93
104
  }
105
+ export declare const AssertionEncryptionModeType: {
106
+ readonly Allowed: "Allowed";
107
+ readonly Required: "Required";
108
+ };
109
+ export type AssertionEncryptionModeType =
110
+ (typeof AssertionEncryptionModeType)[keyof typeof AssertionEncryptionModeType];
94
111
  export declare const AssignmentStatusType: {
95
112
  readonly Any: "Any";
96
113
  readonly Assigned: "Assigned";
@@ -104,12 +121,12 @@ export declare const PermissionsBoundaryAttachmentType: {
104
121
  export type PermissionsBoundaryAttachmentType =
105
122
  (typeof PermissionsBoundaryAttachmentType)[keyof typeof PermissionsBoundaryAttachmentType];
106
123
  export interface AttachedPermissionsBoundary {
107
- PermissionsBoundaryType?: PermissionsBoundaryAttachmentType;
108
- PermissionsBoundaryArn?: string;
124
+ PermissionsBoundaryType?: PermissionsBoundaryAttachmentType | undefined;
125
+ PermissionsBoundaryArn?: string | undefined;
109
126
  }
110
127
  export interface AttachedPolicy {
111
- PolicyName?: string;
112
- PolicyArn?: string;
128
+ PolicyName?: string | undefined;
129
+ PolicyArn?: string | undefined;
113
130
  }
114
131
  export interface AttachGroupPolicyRequest {
115
132
  GroupName: string | undefined;
@@ -162,7 +179,7 @@ export declare class PasswordPolicyViolationException extends __BaseException {
162
179
  );
163
180
  }
164
181
  export interface CreateAccessKeyRequest {
165
- UserName?: string;
182
+ UserName?: string | undefined;
166
183
  }
167
184
  export interface CreateAccessKeyResponse {
168
185
  AccessKey: AccessKey | undefined;
@@ -181,7 +198,7 @@ export interface CreateAccountAliasRequest {
181
198
  AccountAlias: string | undefined;
182
199
  }
183
200
  export interface CreateGroupRequest {
184
- Path?: string;
201
+ Path?: string | undefined;
185
202
  GroupName: string | undefined;
186
203
  }
187
204
  export interface Group {
@@ -200,12 +217,12 @@ export interface Tag {
200
217
  }
201
218
  export interface CreateInstanceProfileRequest {
202
219
  InstanceProfileName: string | undefined;
203
- Path?: string;
204
- Tags?: Tag[];
220
+ Path?: string | undefined;
221
+ Tags?: Tag[] | undefined;
205
222
  }
206
223
  export interface RoleLastUsed {
207
- LastUsedDate?: Date;
208
- Region?: string;
224
+ LastUsedDate?: Date | undefined;
225
+ Region?: string | undefined;
209
226
  }
210
227
  export interface Role {
211
228
  Path: string | undefined;
@@ -213,12 +230,12 @@ export interface Role {
213
230
  RoleId: string | undefined;
214
231
  Arn: string | undefined;
215
232
  CreateDate: Date | undefined;
216
- AssumeRolePolicyDocument?: string;
217
- Description?: string;
218
- MaxSessionDuration?: number;
219
- PermissionsBoundary?: AttachedPermissionsBoundary;
220
- Tags?: Tag[];
221
- RoleLastUsed?: RoleLastUsed;
233
+ AssumeRolePolicyDocument?: string | undefined;
234
+ Description?: string | undefined;
235
+ MaxSessionDuration?: number | undefined;
236
+ PermissionsBoundary?: AttachedPermissionsBoundary | undefined;
237
+ Tags?: Tag[] | undefined;
238
+ RoleLastUsed?: RoleLastUsed | undefined;
222
239
  }
223
240
  export interface InstanceProfile {
224
241
  Path: string | undefined;
@@ -227,33 +244,33 @@ export interface InstanceProfile {
227
244
  Arn: string | undefined;
228
245
  CreateDate: Date | undefined;
229
246
  Roles: Role[] | undefined;
230
- Tags?: Tag[];
247
+ Tags?: Tag[] | undefined;
231
248
  }
232
249
  export interface CreateInstanceProfileResponse {
233
250
  InstanceProfile: InstanceProfile | undefined;
234
251
  }
235
252
  export interface CreateLoginProfileRequest {
236
- UserName: string | undefined;
237
- Password: string | undefined;
238
- PasswordResetRequired?: boolean;
253
+ UserName?: string | undefined;
254
+ Password?: string | undefined;
255
+ PasswordResetRequired?: boolean | undefined;
239
256
  }
240
257
  export interface LoginProfile {
241
258
  UserName: string | undefined;
242
259
  CreateDate: Date | undefined;
243
- PasswordResetRequired?: boolean;
260
+ PasswordResetRequired?: boolean | undefined;
244
261
  }
245
262
  export interface CreateLoginProfileResponse {
246
263
  LoginProfile: LoginProfile | undefined;
247
264
  }
248
265
  export interface CreateOpenIDConnectProviderRequest {
249
266
  Url: string | undefined;
250
- ClientIDList?: string[];
251
- ThumbprintList?: string[];
252
- Tags?: Tag[];
267
+ ClientIDList?: string[] | undefined;
268
+ ThumbprintList?: string[] | undefined;
269
+ Tags?: Tag[] | undefined;
253
270
  }
254
271
  export interface CreateOpenIDConnectProviderResponse {
255
- OpenIDConnectProviderArn?: string;
256
- Tags?: Tag[];
272
+ OpenIDConnectProviderArn?: string | undefined;
273
+ Tags?: Tag[] | undefined;
257
274
  }
258
275
  export declare class OpenIdIdpCommunicationErrorException extends __BaseException {
259
276
  readonly name: "OpenIdIdpCommunicationErrorException";
@@ -267,27 +284,27 @@ export declare class OpenIdIdpCommunicationErrorException extends __BaseExceptio
267
284
  }
268
285
  export interface CreatePolicyRequest {
269
286
  PolicyName: string | undefined;
270
- Path?: string;
287
+ Path?: string | undefined;
271
288
  PolicyDocument: string | undefined;
272
- Description?: string;
273
- Tags?: Tag[];
289
+ Description?: string | undefined;
290
+ Tags?: Tag[] | undefined;
274
291
  }
275
292
  export interface Policy {
276
- PolicyName?: string;
277
- PolicyId?: string;
278
- Arn?: string;
279
- Path?: string;
280
- DefaultVersionId?: string;
281
- AttachmentCount?: number;
282
- PermissionsBoundaryUsageCount?: number;
283
- IsAttachable?: boolean;
284
- Description?: string;
285
- CreateDate?: Date;
286
- UpdateDate?: Date;
287
- Tags?: Tag[];
293
+ PolicyName?: string | undefined;
294
+ PolicyId?: string | undefined;
295
+ Arn?: string | undefined;
296
+ Path?: string | undefined;
297
+ DefaultVersionId?: string | undefined;
298
+ AttachmentCount?: number | undefined;
299
+ PermissionsBoundaryUsageCount?: number | undefined;
300
+ IsAttachable?: boolean | undefined;
301
+ Description?: string | undefined;
302
+ CreateDate?: Date | undefined;
303
+ UpdateDate?: Date | undefined;
304
+ Tags?: Tag[] | undefined;
288
305
  }
289
306
  export interface CreatePolicyResponse {
290
- Policy?: Policy;
307
+ Policy?: Policy | undefined;
291
308
  }
292
309
  export declare class MalformedPolicyDocumentException extends __BaseException {
293
310
  readonly name: "MalformedPolicyDocumentException";
@@ -302,25 +319,25 @@ export declare class MalformedPolicyDocumentException extends __BaseException {
302
319
  export interface CreatePolicyVersionRequest {
303
320
  PolicyArn: string | undefined;
304
321
  PolicyDocument: string | undefined;
305
- SetAsDefault?: boolean;
322
+ SetAsDefault?: boolean | undefined;
306
323
  }
307
324
  export interface PolicyVersion {
308
- Document?: string;
309
- VersionId?: string;
310
- IsDefaultVersion?: boolean;
311
- CreateDate?: Date;
325
+ Document?: string | undefined;
326
+ VersionId?: string | undefined;
327
+ IsDefaultVersion?: boolean | undefined;
328
+ CreateDate?: Date | undefined;
312
329
  }
313
330
  export interface CreatePolicyVersionResponse {
314
- PolicyVersion?: PolicyVersion;
331
+ PolicyVersion?: PolicyVersion | undefined;
315
332
  }
316
333
  export interface CreateRoleRequest {
317
- Path?: string;
334
+ Path?: string | undefined;
318
335
  RoleName: string | undefined;
319
336
  AssumeRolePolicyDocument: string | undefined;
320
- Description?: string;
321
- MaxSessionDuration?: number;
322
- PermissionsBoundary?: string;
323
- Tags?: Tag[];
337
+ Description?: string | undefined;
338
+ MaxSessionDuration?: number | undefined;
339
+ PermissionsBoundary?: string | undefined;
340
+ Tags?: Tag[] | undefined;
324
341
  }
325
342
  export interface CreateRoleResponse {
326
343
  Role: Role | undefined;
@@ -328,19 +345,21 @@ export interface CreateRoleResponse {
328
345
  export interface CreateSAMLProviderRequest {
329
346
  SAMLMetadataDocument: string | undefined;
330
347
  Name: string | undefined;
331
- Tags?: Tag[];
348
+ Tags?: Tag[] | undefined;
349
+ AssertionEncryptionMode?: AssertionEncryptionModeType | undefined;
350
+ AddPrivateKey?: string | undefined;
332
351
  }
333
352
  export interface CreateSAMLProviderResponse {
334
- SAMLProviderArn?: string;
335
- Tags?: Tag[];
353
+ SAMLProviderArn?: string | undefined;
354
+ Tags?: Tag[] | undefined;
336
355
  }
337
356
  export interface CreateServiceLinkedRoleRequest {
338
357
  AWSServiceName: string | undefined;
339
- Description?: string;
340
- CustomSuffix?: string;
358
+ Description?: string | undefined;
359
+ CustomSuffix?: string | undefined;
341
360
  }
342
361
  export interface CreateServiceLinkedRoleResponse {
343
- Role?: Role;
362
+ Role?: Role | undefined;
344
363
  }
345
364
  export interface CreateServiceSpecificCredentialRequest {
346
365
  UserName: string | undefined;
@@ -356,7 +375,7 @@ export interface ServiceSpecificCredential {
356
375
  Status: StatusType | undefined;
357
376
  }
358
377
  export interface CreateServiceSpecificCredentialResponse {
359
- ServiceSpecificCredential?: ServiceSpecificCredential;
378
+ ServiceSpecificCredential?: ServiceSpecificCredential | undefined;
360
379
  }
361
380
  export declare class ServiceNotSupportedException extends __BaseException {
362
381
  readonly name: "ServiceNotSupportedException";
@@ -366,10 +385,10 @@ export declare class ServiceNotSupportedException extends __BaseException {
366
385
  );
367
386
  }
368
387
  export interface CreateUserRequest {
369
- Path?: string;
388
+ Path?: string | undefined;
370
389
  UserName: string | undefined;
371
- PermissionsBoundary?: string;
372
- Tags?: Tag[];
390
+ PermissionsBoundary?: string | undefined;
391
+ Tags?: Tag[] | undefined;
373
392
  }
374
393
  export interface User {
375
394
  Path: string | undefined;
@@ -377,35 +396,35 @@ export interface User {
377
396
  UserId: string | undefined;
378
397
  Arn: string | undefined;
379
398
  CreateDate: Date | undefined;
380
- PasswordLastUsed?: Date;
381
- PermissionsBoundary?: AttachedPermissionsBoundary;
382
- Tags?: Tag[];
399
+ PasswordLastUsed?: Date | undefined;
400
+ PermissionsBoundary?: AttachedPermissionsBoundary | undefined;
401
+ Tags?: Tag[] | undefined;
383
402
  }
384
403
  export interface CreateUserResponse {
385
- User?: User;
404
+ User?: User | undefined;
386
405
  }
387
406
  export interface CreateVirtualMFADeviceRequest {
388
- Path?: string;
407
+ Path?: string | undefined;
389
408
  VirtualMFADeviceName: string | undefined;
390
- Tags?: Tag[];
409
+ Tags?: Tag[] | undefined;
391
410
  }
392
411
  export interface VirtualMFADevice {
393
412
  SerialNumber: string | undefined;
394
- Base32StringSeed?: Uint8Array;
395
- QRCodePNG?: Uint8Array;
396
- User?: User;
397
- EnableDate?: Date;
398
- Tags?: Tag[];
413
+ Base32StringSeed?: Uint8Array | undefined;
414
+ QRCodePNG?: Uint8Array | undefined;
415
+ User?: User | undefined;
416
+ EnableDate?: Date | undefined;
417
+ Tags?: Tag[] | undefined;
399
418
  }
400
419
  export interface CreateVirtualMFADeviceResponse {
401
420
  VirtualMFADevice: VirtualMFADevice | undefined;
402
421
  }
403
422
  export interface DeactivateMFADeviceRequest {
404
- UserName: string | undefined;
423
+ UserName?: string | undefined;
405
424
  SerialNumber: string | undefined;
406
425
  }
407
426
  export interface DeleteAccessKeyRequest {
408
- UserName?: string;
427
+ UserName?: string | undefined;
409
428
  AccessKeyId: string | undefined;
410
429
  }
411
430
  export interface DeleteAccountAliasRequest {
@@ -429,7 +448,7 @@ export interface DeleteInstanceProfileRequest {
429
448
  InstanceProfileName: string | undefined;
430
449
  }
431
450
  export interface DeleteLoginProfileRequest {
432
- UserName: string | undefined;
451
+ UserName?: string | undefined;
433
452
  }
434
453
  export interface DeleteOpenIDConnectProviderRequest {
435
454
  OpenIDConnectProviderArn: string | undefined;
@@ -464,11 +483,11 @@ export interface DeleteServiceLinkedRoleResponse {
464
483
  DeletionTaskId: string | undefined;
465
484
  }
466
485
  export interface DeleteServiceSpecificCredentialRequest {
467
- UserName?: string;
486
+ UserName?: string | undefined;
468
487
  ServiceSpecificCredentialId: string | undefined;
469
488
  }
470
489
  export interface DeleteSigningCertificateRequest {
471
- UserName?: string;
490
+ UserName?: string | undefined;
472
491
  CertificateId: string | undefined;
473
492
  }
474
493
  export interface DeleteSSHPublicKeyRequest {
@@ -500,6 +519,51 @@ export interface DetachUserPolicyRequest {
500
519
  UserName: string | undefined;
501
520
  PolicyArn: string | undefined;
502
521
  }
522
+ export interface DisableOrganizationsRootCredentialsManagementRequest {}
523
+ export declare const FeatureType: {
524
+ readonly ROOT_CREDENTIALS_MANAGEMENT: "RootCredentialsManagement";
525
+ readonly ROOT_SESSIONS: "RootSessions";
526
+ };
527
+ export type FeatureType = (typeof FeatureType)[keyof typeof FeatureType];
528
+ export interface DisableOrganizationsRootCredentialsManagementResponse {
529
+ OrganizationId?: string | undefined;
530
+ EnabledFeatures?: FeatureType[] | undefined;
531
+ }
532
+ export declare class OrganizationNotFoundException extends __BaseException {
533
+ readonly name: "OrganizationNotFoundException";
534
+ readonly $fault: "client";
535
+ Message?: string | undefined;
536
+ constructor(
537
+ opts: __ExceptionOptionType<OrganizationNotFoundException, __BaseException>
538
+ );
539
+ }
540
+ export declare class OrganizationNotInAllFeaturesModeException extends __BaseException {
541
+ readonly name: "OrganizationNotInAllFeaturesModeException";
542
+ readonly $fault: "client";
543
+ Message?: string | undefined;
544
+ constructor(
545
+ opts: __ExceptionOptionType<
546
+ OrganizationNotInAllFeaturesModeException,
547
+ __BaseException
548
+ >
549
+ );
550
+ }
551
+ export declare class ServiceAccessNotEnabledException extends __BaseException {
552
+ readonly name: "ServiceAccessNotEnabledException";
553
+ readonly $fault: "client";
554
+ Message?: string | undefined;
555
+ constructor(
556
+ opts: __ExceptionOptionType<
557
+ ServiceAccessNotEnabledException,
558
+ __BaseException
559
+ >
560
+ );
561
+ }
562
+ export interface DisableOrganizationsRootSessionsRequest {}
563
+ export interface DisableOrganizationsRootSessionsResponse {
564
+ OrganizationId?: string | undefined;
565
+ EnabledFeatures?: FeatureType[] | undefined;
566
+ }
503
567
  export interface EnableMFADeviceRequest {
504
568
  UserName: string | undefined;
505
569
  SerialNumber: string | undefined;
@@ -516,6 +580,27 @@ export declare class InvalidAuthenticationCodeException extends __BaseException
516
580
  >
517
581
  );
518
582
  }
583
+ export declare class CallerIsNotManagementAccountException extends __BaseException {
584
+ readonly name: "CallerIsNotManagementAccountException";
585
+ readonly $fault: "client";
586
+ Message?: string | undefined;
587
+ constructor(
588
+ opts: __ExceptionOptionType<
589
+ CallerIsNotManagementAccountException,
590
+ __BaseException
591
+ >
592
+ );
593
+ }
594
+ export interface EnableOrganizationsRootCredentialsManagementRequest {}
595
+ export interface EnableOrganizationsRootCredentialsManagementResponse {
596
+ OrganizationId?: string | undefined;
597
+ EnabledFeatures?: FeatureType[] | undefined;
598
+ }
599
+ export interface EnableOrganizationsRootSessionsRequest {}
600
+ export interface EnableOrganizationsRootSessionsResponse {
601
+ OrganizationId?: string | undefined;
602
+ EnabledFeatures?: FeatureType[] | undefined;
603
+ }
519
604
  export declare const ReportStateType: {
520
605
  readonly COMPLETE: "COMPLETE";
521
606
  readonly INPROGRESS: "INPROGRESS";
@@ -524,15 +609,15 @@ export declare const ReportStateType: {
524
609
  export type ReportStateType =
525
610
  (typeof ReportStateType)[keyof typeof ReportStateType];
526
611
  export interface GenerateCredentialReportResponse {
527
- State?: ReportStateType;
528
- Description?: string;
612
+ State?: ReportStateType | undefined;
613
+ Description?: string | undefined;
529
614
  }
530
615
  export interface GenerateOrganizationsAccessReportRequest {
531
616
  EntityPath: string | undefined;
532
- OrganizationsPolicyId?: string;
617
+ OrganizationsPolicyId?: string | undefined;
533
618
  }
534
619
  export interface GenerateOrganizationsAccessReportResponse {
535
- JobId?: string;
620
+ JobId?: string | undefined;
536
621
  }
537
622
  export declare class ReportGenerationLimitExceededException extends __BaseException {
538
623
  readonly name: "ReportGenerationLimitExceededException";
@@ -546,17 +631,17 @@ export declare class ReportGenerationLimitExceededException extends __BaseExcept
546
631
  }
547
632
  export interface GenerateServiceLastAccessedDetailsRequest {
548
633
  Arn: string | undefined;
549
- Granularity?: AccessAdvisorUsageGranularityType;
634
+ Granularity?: AccessAdvisorUsageGranularityType | undefined;
550
635
  }
551
636
  export interface GenerateServiceLastAccessedDetailsResponse {
552
- JobId?: string;
637
+ JobId?: string | undefined;
553
638
  }
554
639
  export interface GetAccessKeyLastUsedRequest {
555
640
  AccessKeyId: string | undefined;
556
641
  }
557
642
  export interface GetAccessKeyLastUsedResponse {
558
- UserName?: string;
559
- AccessKeyLastUsed?: AccessKeyLastUsed;
643
+ UserName?: string | undefined;
644
+ AccessKeyLastUsed?: AccessKeyLastUsed | undefined;
560
645
  }
561
646
  export declare const EntityType: {
562
647
  readonly AWSManagedPolicy: "AWSManagedPolicy";
@@ -567,82 +652,82 @@ export declare const EntityType: {
567
652
  };
568
653
  export type EntityType = (typeof EntityType)[keyof typeof EntityType];
569
654
  export interface GetAccountAuthorizationDetailsRequest {
570
- Filter?: EntityType[];
571
- MaxItems?: number;
572
- Marker?: string;
655
+ Filter?: EntityType[] | undefined;
656
+ MaxItems?: number | undefined;
657
+ Marker?: string | undefined;
573
658
  }
574
659
  export interface PolicyDetail {
575
- PolicyName?: string;
576
- PolicyDocument?: string;
660
+ PolicyName?: string | undefined;
661
+ PolicyDocument?: string | undefined;
577
662
  }
578
663
  export interface GroupDetail {
579
- Path?: string;
580
- GroupName?: string;
581
- GroupId?: string;
582
- Arn?: string;
583
- CreateDate?: Date;
584
- GroupPolicyList?: PolicyDetail[];
585
- AttachedManagedPolicies?: AttachedPolicy[];
664
+ Path?: string | undefined;
665
+ GroupName?: string | undefined;
666
+ GroupId?: string | undefined;
667
+ Arn?: string | undefined;
668
+ CreateDate?: Date | undefined;
669
+ GroupPolicyList?: PolicyDetail[] | undefined;
670
+ AttachedManagedPolicies?: AttachedPolicy[] | undefined;
586
671
  }
587
672
  export interface ManagedPolicyDetail {
588
- PolicyName?: string;
589
- PolicyId?: string;
590
- Arn?: string;
591
- Path?: string;
592
- DefaultVersionId?: string;
593
- AttachmentCount?: number;
594
- PermissionsBoundaryUsageCount?: number;
595
- IsAttachable?: boolean;
596
- Description?: string;
597
- CreateDate?: Date;
598
- UpdateDate?: Date;
599
- PolicyVersionList?: PolicyVersion[];
673
+ PolicyName?: string | undefined;
674
+ PolicyId?: string | undefined;
675
+ Arn?: string | undefined;
676
+ Path?: string | undefined;
677
+ DefaultVersionId?: string | undefined;
678
+ AttachmentCount?: number | undefined;
679
+ PermissionsBoundaryUsageCount?: number | undefined;
680
+ IsAttachable?: boolean | undefined;
681
+ Description?: string | undefined;
682
+ CreateDate?: Date | undefined;
683
+ UpdateDate?: Date | undefined;
684
+ PolicyVersionList?: PolicyVersion[] | undefined;
600
685
  }
601
686
  export interface RoleDetail {
602
- Path?: string;
603
- RoleName?: string;
604
- RoleId?: string;
605
- Arn?: string;
606
- CreateDate?: Date;
607
- AssumeRolePolicyDocument?: string;
608
- InstanceProfileList?: InstanceProfile[];
609
- RolePolicyList?: PolicyDetail[];
610
- AttachedManagedPolicies?: AttachedPolicy[];
611
- PermissionsBoundary?: AttachedPermissionsBoundary;
612
- Tags?: Tag[];
613
- RoleLastUsed?: RoleLastUsed;
687
+ Path?: string | undefined;
688
+ RoleName?: string | undefined;
689
+ RoleId?: string | undefined;
690
+ Arn?: string | undefined;
691
+ CreateDate?: Date | undefined;
692
+ AssumeRolePolicyDocument?: string | undefined;
693
+ InstanceProfileList?: InstanceProfile[] | undefined;
694
+ RolePolicyList?: PolicyDetail[] | undefined;
695
+ AttachedManagedPolicies?: AttachedPolicy[] | undefined;
696
+ PermissionsBoundary?: AttachedPermissionsBoundary | undefined;
697
+ Tags?: Tag[] | undefined;
698
+ RoleLastUsed?: RoleLastUsed | undefined;
614
699
  }
615
700
  export interface UserDetail {
616
- Path?: string;
617
- UserName?: string;
618
- UserId?: string;
619
- Arn?: string;
620
- CreateDate?: Date;
621
- UserPolicyList?: PolicyDetail[];
622
- GroupList?: string[];
623
- AttachedManagedPolicies?: AttachedPolicy[];
624
- PermissionsBoundary?: AttachedPermissionsBoundary;
625
- Tags?: Tag[];
701
+ Path?: string | undefined;
702
+ UserName?: string | undefined;
703
+ UserId?: string | undefined;
704
+ Arn?: string | undefined;
705
+ CreateDate?: Date | undefined;
706
+ UserPolicyList?: PolicyDetail[] | undefined;
707
+ GroupList?: string[] | undefined;
708
+ AttachedManagedPolicies?: AttachedPolicy[] | undefined;
709
+ PermissionsBoundary?: AttachedPermissionsBoundary | undefined;
710
+ Tags?: Tag[] | undefined;
626
711
  }
627
712
  export interface GetAccountAuthorizationDetailsResponse {
628
- UserDetailList?: UserDetail[];
629
- GroupDetailList?: GroupDetail[];
630
- RoleDetailList?: RoleDetail[];
631
- Policies?: ManagedPolicyDetail[];
632
- IsTruncated?: boolean;
633
- Marker?: string;
713
+ UserDetailList?: UserDetail[] | undefined;
714
+ GroupDetailList?: GroupDetail[] | undefined;
715
+ RoleDetailList?: RoleDetail[] | undefined;
716
+ Policies?: ManagedPolicyDetail[] | undefined;
717
+ IsTruncated?: boolean | undefined;
718
+ Marker?: string | undefined;
634
719
  }
635
720
  export interface PasswordPolicy {
636
- MinimumPasswordLength?: number;
637
- RequireSymbols?: boolean;
638
- RequireNumbers?: boolean;
639
- RequireUppercaseCharacters?: boolean;
640
- RequireLowercaseCharacters?: boolean;
641
- AllowUsersToChangePassword?: boolean;
642
- ExpirePasswords?: boolean;
643
- MaxPasswordAge?: number;
644
- PasswordReusePrevention?: number;
645
- HardExpiry?: boolean;
721
+ MinimumPasswordLength?: number | undefined;
722
+ RequireSymbols?: boolean | undefined;
723
+ RequireNumbers?: boolean | undefined;
724
+ RequireUppercaseCharacters?: boolean | undefined;
725
+ RequireLowercaseCharacters?: boolean | undefined;
726
+ AllowUsersToChangePassword?: boolean | undefined;
727
+ ExpirePasswords?: boolean | undefined;
728
+ MaxPasswordAge?: number | undefined;
729
+ PasswordReusePrevention?: number | undefined;
730
+ HardExpiry?: boolean | undefined;
646
731
  }
647
732
  export interface GetAccountPasswordPolicyResponse {
648
733
  PasswordPolicy: PasswordPolicy | undefined;
@@ -651,6 +736,7 @@ export declare const SummaryKeyType: {
651
736
  readonly AccessKeysPerUserQuota: "AccessKeysPerUserQuota";
652
737
  readonly AccountAccessKeysPresent: "AccountAccessKeysPresent";
653
738
  readonly AccountMFAEnabled: "AccountMFAEnabled";
739
+ readonly AccountPasswordPresent: "AccountPasswordPresent";
654
740
  readonly AccountSigningCertificatesPresent: "AccountSigningCertificatesPresent";
655
741
  readonly AttachedPoliciesPerGroupQuota: "AttachedPoliciesPerGroupQuota";
656
742
  readonly AttachedPoliciesPerRoleQuota: "AttachedPoliciesPerRoleQuota";
@@ -678,17 +764,17 @@ export declare const SummaryKeyType: {
678
764
  export type SummaryKeyType =
679
765
  (typeof SummaryKeyType)[keyof typeof SummaryKeyType];
680
766
  export interface GetAccountSummaryResponse {
681
- SummaryMap?: Partial<Record<SummaryKeyType, number>>;
767
+ SummaryMap?: Partial<Record<SummaryKeyType, number>> | undefined;
682
768
  }
683
769
  export interface GetContextKeysForCustomPolicyRequest {
684
770
  PolicyInputList: string[] | undefined;
685
771
  }
686
772
  export interface GetContextKeysForPolicyResponse {
687
- ContextKeyNames?: string[];
773
+ ContextKeyNames?: string[] | undefined;
688
774
  }
689
775
  export interface GetContextKeysForPrincipalPolicyRequest {
690
776
  PolicySourceArn: string | undefined;
691
- PolicyInputList?: string[];
777
+ PolicyInputList?: string[] | undefined;
692
778
  }
693
779
  export declare class CredentialReportExpiredException extends __BaseException {
694
780
  readonly name: "CredentialReportExpiredException";
@@ -726,20 +812,20 @@ export declare const ReportFormatType: {
726
812
  export type ReportFormatType =
727
813
  (typeof ReportFormatType)[keyof typeof ReportFormatType];
728
814
  export interface GetCredentialReportResponse {
729
- Content?: Uint8Array;
730
- ReportFormat?: ReportFormatType;
731
- GeneratedTime?: Date;
815
+ Content?: Uint8Array | undefined;
816
+ ReportFormat?: ReportFormatType | undefined;
817
+ GeneratedTime?: Date | undefined;
732
818
  }
733
819
  export interface GetGroupRequest {
734
820
  GroupName: string | undefined;
735
- Marker?: string;
736
- MaxItems?: number;
821
+ Marker?: string | undefined;
822
+ MaxItems?: number | undefined;
737
823
  }
738
824
  export interface GetGroupResponse {
739
825
  Group: Group | undefined;
740
826
  Users: User[] | undefined;
741
- IsTruncated?: boolean;
742
- Marker?: string;
827
+ IsTruncated?: boolean | undefined;
828
+ Marker?: string | undefined;
743
829
  }
744
830
  export interface GetGroupPolicyRequest {
745
831
  GroupName: string | undefined;
@@ -757,30 +843,30 @@ export interface GetInstanceProfileResponse {
757
843
  InstanceProfile: InstanceProfile | undefined;
758
844
  }
759
845
  export interface GetLoginProfileRequest {
760
- UserName: string | undefined;
846
+ UserName?: string | undefined;
761
847
  }
762
848
  export interface GetLoginProfileResponse {
763
849
  LoginProfile: LoginProfile | undefined;
764
850
  }
765
851
  export interface GetMFADeviceRequest {
766
852
  SerialNumber: string | undefined;
767
- UserName?: string;
853
+ UserName?: string | undefined;
768
854
  }
769
855
  export interface GetMFADeviceResponse {
770
- UserName?: string;
856
+ UserName?: string | undefined;
771
857
  SerialNumber: string | undefined;
772
- EnableDate?: Date;
773
- Certifications?: Record<string, string>;
858
+ EnableDate?: Date | undefined;
859
+ Certifications?: Record<string, string> | undefined;
774
860
  }
775
861
  export interface GetOpenIDConnectProviderRequest {
776
862
  OpenIDConnectProviderArn: string | undefined;
777
863
  }
778
864
  export interface GetOpenIDConnectProviderResponse {
779
- Url?: string;
780
- ClientIDList?: string[];
781
- ThumbprintList?: string[];
782
- CreateDate?: Date;
783
- Tags?: Tag[];
865
+ Url?: string | undefined;
866
+ ClientIDList?: string[] | undefined;
867
+ ThumbprintList?: string[] | undefined;
868
+ CreateDate?: Date | undefined;
869
+ Tags?: Tag[] | undefined;
784
870
  }
785
871
  export declare const SortKeyType: {
786
872
  readonly LAST_AUTHENTICATED_TIME_ASCENDING: "LAST_AUTHENTICATED_TIME_ASCENDING";
@@ -791,9 +877,9 @@ export declare const SortKeyType: {
791
877
  export type SortKeyType = (typeof SortKeyType)[keyof typeof SortKeyType];
792
878
  export interface GetOrganizationsAccessReportRequest {
793
879
  JobId: string | undefined;
794
- MaxItems?: number;
795
- Marker?: string;
796
- SortKey?: SortKeyType;
880
+ MaxItems?: number | undefined;
881
+ Marker?: string | undefined;
882
+ SortKey?: SortKeyType | undefined;
797
883
  }
798
884
  export interface ErrorDetails {
799
885
  Message: string | undefined;
@@ -808,26 +894,26 @@ export type JobStatusType = (typeof JobStatusType)[keyof typeof JobStatusType];
808
894
  export interface GetOrganizationsAccessReportResponse {
809
895
  JobStatus: JobStatusType | undefined;
810
896
  JobCreationDate: Date | undefined;
811
- JobCompletionDate?: Date;
812
- NumberOfServicesAccessible?: number;
813
- NumberOfServicesNotAccessed?: number;
814
- AccessDetails?: AccessDetail[];
815
- IsTruncated?: boolean;
816
- Marker?: string;
817
- ErrorDetails?: ErrorDetails;
897
+ JobCompletionDate?: Date | undefined;
898
+ NumberOfServicesAccessible?: number | undefined;
899
+ NumberOfServicesNotAccessed?: number | undefined;
900
+ AccessDetails?: AccessDetail[] | undefined;
901
+ IsTruncated?: boolean | undefined;
902
+ Marker?: string | undefined;
903
+ ErrorDetails?: ErrorDetails | undefined;
818
904
  }
819
905
  export interface GetPolicyRequest {
820
906
  PolicyArn: string | undefined;
821
907
  }
822
908
  export interface GetPolicyResponse {
823
- Policy?: Policy;
909
+ Policy?: Policy | undefined;
824
910
  }
825
911
  export interface GetPolicyVersionRequest {
826
912
  PolicyArn: string | undefined;
827
913
  VersionId: string | undefined;
828
914
  }
829
915
  export interface GetPolicyVersionResponse {
830
- PolicyVersion?: PolicyVersion;
916
+ PolicyVersion?: PolicyVersion | undefined;
831
917
  }
832
918
  export interface GetRoleRequest {
833
919
  RoleName: string | undefined;
@@ -847,11 +933,18 @@ export interface GetRolePolicyResponse {
847
933
  export interface GetSAMLProviderRequest {
848
934
  SAMLProviderArn: string | undefined;
849
935
  }
936
+ export interface SAMLPrivateKey {
937
+ KeyId?: string | undefined;
938
+ Timestamp?: Date | undefined;
939
+ }
850
940
  export interface GetSAMLProviderResponse {
851
- SAMLMetadataDocument?: string;
852
- CreateDate?: Date;
853
- ValidUntil?: Date;
854
- Tags?: Tag[];
941
+ SAMLProviderUUID?: string | undefined;
942
+ SAMLMetadataDocument?: string | undefined;
943
+ CreateDate?: Date | undefined;
944
+ ValidUntil?: Date | undefined;
945
+ Tags?: Tag[] | undefined;
946
+ AssertionEncryptionMode?: AssertionEncryptionModeType | undefined;
947
+ PrivateKeyList?: SAMLPrivateKey[] | undefined;
855
948
  }
856
949
  export interface GetServerCertificateRequest {
857
950
  ServerCertificateName: string | undefined;
@@ -861,53 +954,53 @@ export interface ServerCertificateMetadata {
861
954
  ServerCertificateName: string | undefined;
862
955
  ServerCertificateId: string | undefined;
863
956
  Arn: string | undefined;
864
- UploadDate?: Date;
865
- Expiration?: Date;
957
+ UploadDate?: Date | undefined;
958
+ Expiration?: Date | undefined;
866
959
  }
867
960
  export interface ServerCertificate {
868
961
  ServerCertificateMetadata: ServerCertificateMetadata | undefined;
869
962
  CertificateBody: string | undefined;
870
- CertificateChain?: string;
871
- Tags?: Tag[];
963
+ CertificateChain?: string | undefined;
964
+ Tags?: Tag[] | undefined;
872
965
  }
873
966
  export interface GetServerCertificateResponse {
874
967
  ServerCertificate: ServerCertificate | undefined;
875
968
  }
876
969
  export interface GetServiceLastAccessedDetailsRequest {
877
970
  JobId: string | undefined;
878
- MaxItems?: number;
879
- Marker?: string;
971
+ MaxItems?: number | undefined;
972
+ Marker?: string | undefined;
880
973
  }
881
974
  export interface TrackedActionLastAccessed {
882
- ActionName?: string;
883
- LastAccessedEntity?: string;
884
- LastAccessedTime?: Date;
885
- LastAccessedRegion?: string;
975
+ ActionName?: string | undefined;
976
+ LastAccessedEntity?: string | undefined;
977
+ LastAccessedTime?: Date | undefined;
978
+ LastAccessedRegion?: string | undefined;
886
979
  }
887
980
  export interface ServiceLastAccessed {
888
981
  ServiceName: string | undefined;
889
- LastAuthenticated?: Date;
982
+ LastAuthenticated?: Date | undefined;
890
983
  ServiceNamespace: string | undefined;
891
- LastAuthenticatedEntity?: string;
892
- LastAuthenticatedRegion?: string;
893
- TotalAuthenticatedEntities?: number;
894
- TrackedActionsLastAccessed?: TrackedActionLastAccessed[];
984
+ LastAuthenticatedEntity?: string | undefined;
985
+ LastAuthenticatedRegion?: string | undefined;
986
+ TotalAuthenticatedEntities?: number | undefined;
987
+ TrackedActionsLastAccessed?: TrackedActionLastAccessed[] | undefined;
895
988
  }
896
989
  export interface GetServiceLastAccessedDetailsResponse {
897
990
  JobStatus: JobStatusType | undefined;
898
- JobType?: AccessAdvisorUsageGranularityType;
991
+ JobType?: AccessAdvisorUsageGranularityType | undefined;
899
992
  JobCreationDate: Date | undefined;
900
993
  ServicesLastAccessed: ServiceLastAccessed[] | undefined;
901
994
  JobCompletionDate: Date | undefined;
902
- IsTruncated?: boolean;
903
- Marker?: string;
904
- Error?: ErrorDetails;
995
+ IsTruncated?: boolean | undefined;
996
+ Marker?: string | undefined;
997
+ Error?: ErrorDetails | undefined;
905
998
  }
906
999
  export interface GetServiceLastAccessedDetailsWithEntitiesRequest {
907
1000
  JobId: string | undefined;
908
1001
  ServiceNamespace: string | undefined;
909
- MaxItems?: number;
910
- Marker?: string;
1002
+ MaxItems?: number | undefined;
1003
+ Marker?: string | undefined;
911
1004
  }
912
1005
  export declare const PolicyOwnerEntityType: {
913
1006
  readonly GROUP: "GROUP";
@@ -921,31 +1014,31 @@ export interface EntityInfo {
921
1014
  Name: string | undefined;
922
1015
  Type: PolicyOwnerEntityType | undefined;
923
1016
  Id: string | undefined;
924
- Path?: string;
1017
+ Path?: string | undefined;
925
1018
  }
926
1019
  export interface EntityDetails {
927
1020
  EntityInfo: EntityInfo | undefined;
928
- LastAuthenticated?: Date;
1021
+ LastAuthenticated?: Date | undefined;
929
1022
  }
930
1023
  export interface GetServiceLastAccessedDetailsWithEntitiesResponse {
931
1024
  JobStatus: JobStatusType | undefined;
932
1025
  JobCreationDate: Date | undefined;
933
1026
  JobCompletionDate: Date | undefined;
934
1027
  EntityDetailsList: EntityDetails[] | undefined;
935
- IsTruncated?: boolean;
936
- Marker?: string;
937
- Error?: ErrorDetails;
1028
+ IsTruncated?: boolean | undefined;
1029
+ Marker?: string | undefined;
1030
+ Error?: ErrorDetails | undefined;
938
1031
  }
939
1032
  export interface GetServiceLinkedRoleDeletionStatusRequest {
940
1033
  DeletionTaskId: string | undefined;
941
1034
  }
942
1035
  export interface RoleUsageType {
943
- Region?: string;
944
- Resources?: string[];
1036
+ Region?: string | undefined;
1037
+ Resources?: string[] | undefined;
945
1038
  }
946
1039
  export interface DeletionTaskFailureReasonType {
947
- Reason?: string;
948
- RoleUsageList?: RoleUsageType[];
1040
+ Reason?: string | undefined;
1041
+ RoleUsageList?: RoleUsageType[] | undefined;
949
1042
  }
950
1043
  export declare const DeletionTaskStatusType: {
951
1044
  readonly FAILED: "FAILED";
@@ -957,7 +1050,7 @@ export type DeletionTaskStatusType =
957
1050
  (typeof DeletionTaskStatusType)[keyof typeof DeletionTaskStatusType];
958
1051
  export interface GetServiceLinkedRoleDeletionStatusResponse {
959
1052
  Status: DeletionTaskStatusType | undefined;
960
- Reason?: DeletionTaskFailureReasonType;
1053
+ Reason?: DeletionTaskFailureReasonType | undefined;
961
1054
  }
962
1055
  export declare const EncodingType: {
963
1056
  readonly PEM: "PEM";
@@ -975,10 +1068,10 @@ export interface SSHPublicKey {
975
1068
  Fingerprint: string | undefined;
976
1069
  SSHPublicKeyBody: string | undefined;
977
1070
  Status: StatusType | undefined;
978
- UploadDate?: Date;
1071
+ UploadDate?: Date | undefined;
979
1072
  }
980
1073
  export interface GetSSHPublicKeyResponse {
981
- SSHPublicKey?: SSHPublicKey;
1074
+ SSHPublicKey?: SSHPublicKey | undefined;
982
1075
  }
983
1076
  export declare class UnrecognizedPublicKeyEncodingException extends __BaseException {
984
1077
  readonly name: "UnrecognizedPublicKeyEncodingException";
@@ -991,7 +1084,7 @@ export declare class UnrecognizedPublicKeyEncodingException extends __BaseExcept
991
1084
  );
992
1085
  }
993
1086
  export interface GetUserRequest {
994
- UserName?: string;
1087
+ UserName?: string | undefined;
995
1088
  }
996
1089
  export interface GetUserResponse {
997
1090
  User: User | undefined;
@@ -1006,56 +1099,56 @@ export interface GetUserPolicyResponse {
1006
1099
  PolicyDocument: string | undefined;
1007
1100
  }
1008
1101
  export interface ListAccessKeysRequest {
1009
- UserName?: string;
1010
- Marker?: string;
1011
- MaxItems?: number;
1102
+ UserName?: string | undefined;
1103
+ Marker?: string | undefined;
1104
+ MaxItems?: number | undefined;
1012
1105
  }
1013
1106
  export interface ListAccessKeysResponse {
1014
1107
  AccessKeyMetadata: AccessKeyMetadata[] | undefined;
1015
- IsTruncated?: boolean;
1016
- Marker?: string;
1108
+ IsTruncated?: boolean | undefined;
1109
+ Marker?: string | undefined;
1017
1110
  }
1018
1111
  export interface ListAccountAliasesRequest {
1019
- Marker?: string;
1020
- MaxItems?: number;
1112
+ Marker?: string | undefined;
1113
+ MaxItems?: number | undefined;
1021
1114
  }
1022
1115
  export interface ListAccountAliasesResponse {
1023
1116
  AccountAliases: string[] | undefined;
1024
- IsTruncated?: boolean;
1025
- Marker?: string;
1117
+ IsTruncated?: boolean | undefined;
1118
+ Marker?: string | undefined;
1026
1119
  }
1027
1120
  export interface ListAttachedGroupPoliciesRequest {
1028
1121
  GroupName: string | undefined;
1029
- PathPrefix?: string;
1030
- Marker?: string;
1031
- MaxItems?: number;
1122
+ PathPrefix?: string | undefined;
1123
+ Marker?: string | undefined;
1124
+ MaxItems?: number | undefined;
1032
1125
  }
1033
1126
  export interface ListAttachedGroupPoliciesResponse {
1034
- AttachedPolicies?: AttachedPolicy[];
1035
- IsTruncated?: boolean;
1036
- Marker?: string;
1127
+ AttachedPolicies?: AttachedPolicy[] | undefined;
1128
+ IsTruncated?: boolean | undefined;
1129
+ Marker?: string | undefined;
1037
1130
  }
1038
1131
  export interface ListAttachedRolePoliciesRequest {
1039
1132
  RoleName: string | undefined;
1040
- PathPrefix?: string;
1041
- Marker?: string;
1042
- MaxItems?: number;
1133
+ PathPrefix?: string | undefined;
1134
+ Marker?: string | undefined;
1135
+ MaxItems?: number | undefined;
1043
1136
  }
1044
1137
  export interface ListAttachedRolePoliciesResponse {
1045
- AttachedPolicies?: AttachedPolicy[];
1046
- IsTruncated?: boolean;
1047
- Marker?: string;
1138
+ AttachedPolicies?: AttachedPolicy[] | undefined;
1139
+ IsTruncated?: boolean | undefined;
1140
+ Marker?: string | undefined;
1048
1141
  }
1049
1142
  export interface ListAttachedUserPoliciesRequest {
1050
1143
  UserName: string | undefined;
1051
- PathPrefix?: string;
1052
- Marker?: string;
1053
- MaxItems?: number;
1144
+ PathPrefix?: string | undefined;
1145
+ Marker?: string | undefined;
1146
+ MaxItems?: number | undefined;
1054
1147
  }
1055
1148
  export interface ListAttachedUserPoliciesResponse {
1056
- AttachedPolicies?: AttachedPolicy[];
1057
- IsTruncated?: boolean;
1058
- Marker?: string;
1149
+ AttachedPolicies?: AttachedPolicy[] | undefined;
1150
+ IsTruncated?: boolean | undefined;
1151
+ Marker?: string | undefined;
1059
1152
  }
1060
1153
  export declare const PolicyUsageType: {
1061
1154
  readonly PermissionsBoundary: "PermissionsBoundary";
@@ -1065,95 +1158,95 @@ export type PolicyUsageType =
1065
1158
  (typeof PolicyUsageType)[keyof typeof PolicyUsageType];
1066
1159
  export interface ListEntitiesForPolicyRequest {
1067
1160
  PolicyArn: string | undefined;
1068
- EntityFilter?: EntityType;
1069
- PathPrefix?: string;
1070
- PolicyUsageFilter?: PolicyUsageType;
1071
- Marker?: string;
1072
- MaxItems?: number;
1161
+ EntityFilter?: EntityType | undefined;
1162
+ PathPrefix?: string | undefined;
1163
+ PolicyUsageFilter?: PolicyUsageType | undefined;
1164
+ Marker?: string | undefined;
1165
+ MaxItems?: number | undefined;
1073
1166
  }
1074
1167
  export interface PolicyGroup {
1075
- GroupName?: string;
1076
- GroupId?: string;
1168
+ GroupName?: string | undefined;
1169
+ GroupId?: string | undefined;
1077
1170
  }
1078
1171
  export interface PolicyRole {
1079
- RoleName?: string;
1080
- RoleId?: string;
1172
+ RoleName?: string | undefined;
1173
+ RoleId?: string | undefined;
1081
1174
  }
1082
1175
  export interface PolicyUser {
1083
- UserName?: string;
1084
- UserId?: string;
1176
+ UserName?: string | undefined;
1177
+ UserId?: string | undefined;
1085
1178
  }
1086
1179
  export interface ListEntitiesForPolicyResponse {
1087
- PolicyGroups?: PolicyGroup[];
1088
- PolicyUsers?: PolicyUser[];
1089
- PolicyRoles?: PolicyRole[];
1090
- IsTruncated?: boolean;
1091
- Marker?: string;
1180
+ PolicyGroups?: PolicyGroup[] | undefined;
1181
+ PolicyUsers?: PolicyUser[] | undefined;
1182
+ PolicyRoles?: PolicyRole[] | undefined;
1183
+ IsTruncated?: boolean | undefined;
1184
+ Marker?: string | undefined;
1092
1185
  }
1093
1186
  export interface ListGroupPoliciesRequest {
1094
1187
  GroupName: string | undefined;
1095
- Marker?: string;
1096
- MaxItems?: number;
1188
+ Marker?: string | undefined;
1189
+ MaxItems?: number | undefined;
1097
1190
  }
1098
1191
  export interface ListGroupPoliciesResponse {
1099
1192
  PolicyNames: string[] | undefined;
1100
- IsTruncated?: boolean;
1101
- Marker?: string;
1193
+ IsTruncated?: boolean | undefined;
1194
+ Marker?: string | undefined;
1102
1195
  }
1103
1196
  export interface ListGroupsRequest {
1104
- PathPrefix?: string;
1105
- Marker?: string;
1106
- MaxItems?: number;
1197
+ PathPrefix?: string | undefined;
1198
+ Marker?: string | undefined;
1199
+ MaxItems?: number | undefined;
1107
1200
  }
1108
1201
  export interface ListGroupsResponse {
1109
1202
  Groups: Group[] | undefined;
1110
- IsTruncated?: boolean;
1111
- Marker?: string;
1203
+ IsTruncated?: boolean | undefined;
1204
+ Marker?: string | undefined;
1112
1205
  }
1113
1206
  export interface ListGroupsForUserRequest {
1114
1207
  UserName: string | undefined;
1115
- Marker?: string;
1116
- MaxItems?: number;
1208
+ Marker?: string | undefined;
1209
+ MaxItems?: number | undefined;
1117
1210
  }
1118
1211
  export interface ListGroupsForUserResponse {
1119
1212
  Groups: Group[] | undefined;
1120
- IsTruncated?: boolean;
1121
- Marker?: string;
1213
+ IsTruncated?: boolean | undefined;
1214
+ Marker?: string | undefined;
1122
1215
  }
1123
1216
  export interface ListInstanceProfilesRequest {
1124
- PathPrefix?: string;
1125
- Marker?: string;
1126
- MaxItems?: number;
1217
+ PathPrefix?: string | undefined;
1218
+ Marker?: string | undefined;
1219
+ MaxItems?: number | undefined;
1127
1220
  }
1128
1221
  export interface ListInstanceProfilesResponse {
1129
1222
  InstanceProfiles: InstanceProfile[] | undefined;
1130
- IsTruncated?: boolean;
1131
- Marker?: string;
1223
+ IsTruncated?: boolean | undefined;
1224
+ Marker?: string | undefined;
1132
1225
  }
1133
1226
  export interface ListInstanceProfilesForRoleRequest {
1134
1227
  RoleName: string | undefined;
1135
- Marker?: string;
1136
- MaxItems?: number;
1228
+ Marker?: string | undefined;
1229
+ MaxItems?: number | undefined;
1137
1230
  }
1138
1231
  export interface ListInstanceProfilesForRoleResponse {
1139
1232
  InstanceProfiles: InstanceProfile[] | undefined;
1140
- IsTruncated?: boolean;
1141
- Marker?: string;
1233
+ IsTruncated?: boolean | undefined;
1234
+ Marker?: string | undefined;
1142
1235
  }
1143
1236
  export interface ListInstanceProfileTagsRequest {
1144
1237
  InstanceProfileName: string | undefined;
1145
- Marker?: string;
1146
- MaxItems?: number;
1238
+ Marker?: string | undefined;
1239
+ MaxItems?: number | undefined;
1147
1240
  }
1148
1241
  export interface ListInstanceProfileTagsResponse {
1149
1242
  Tags: Tag[] | undefined;
1150
- IsTruncated?: boolean;
1151
- Marker?: string;
1243
+ IsTruncated?: boolean | undefined;
1244
+ Marker?: string | undefined;
1152
1245
  }
1153
1246
  export interface ListMFADevicesRequest {
1154
- UserName?: string;
1155
- Marker?: string;
1156
- MaxItems?: number;
1247
+ UserName?: string | undefined;
1248
+ Marker?: string | undefined;
1249
+ MaxItems?: number | undefined;
1157
1250
  }
1158
1251
  export interface MFADevice {
1159
1252
  UserName: string | undefined;
@@ -1162,35 +1255,40 @@ export interface MFADevice {
1162
1255
  }
1163
1256
  export interface ListMFADevicesResponse {
1164
1257
  MFADevices: MFADevice[] | undefined;
1165
- IsTruncated?: boolean;
1166
- Marker?: string;
1258
+ IsTruncated?: boolean | undefined;
1259
+ Marker?: string | undefined;
1167
1260
  }
1168
1261
  export interface ListMFADeviceTagsRequest {
1169
1262
  SerialNumber: string | undefined;
1170
- Marker?: string;
1171
- MaxItems?: number;
1263
+ Marker?: string | undefined;
1264
+ MaxItems?: number | undefined;
1172
1265
  }
1173
1266
  export interface ListMFADeviceTagsResponse {
1174
1267
  Tags: Tag[] | undefined;
1175
- IsTruncated?: boolean;
1176
- Marker?: string;
1268
+ IsTruncated?: boolean | undefined;
1269
+ Marker?: string | undefined;
1177
1270
  }
1178
1271
  export interface ListOpenIDConnectProvidersRequest {}
1179
1272
  export interface OpenIDConnectProviderListEntry {
1180
- Arn?: string;
1273
+ Arn?: string | undefined;
1181
1274
  }
1182
1275
  export interface ListOpenIDConnectProvidersResponse {
1183
- OpenIDConnectProviderList?: OpenIDConnectProviderListEntry[];
1276
+ OpenIDConnectProviderList?: OpenIDConnectProviderListEntry[] | undefined;
1184
1277
  }
1185
1278
  export interface ListOpenIDConnectProviderTagsRequest {
1186
1279
  OpenIDConnectProviderArn: string | undefined;
1187
- Marker?: string;
1188
- MaxItems?: number;
1280
+ Marker?: string | undefined;
1281
+ MaxItems?: number | undefined;
1189
1282
  }
1190
1283
  export interface ListOpenIDConnectProviderTagsResponse {
1191
1284
  Tags: Tag[] | undefined;
1192
- IsTruncated?: boolean;
1193
- Marker?: string;
1285
+ IsTruncated?: boolean | undefined;
1286
+ Marker?: string | undefined;
1287
+ }
1288
+ export interface ListOrganizationsFeaturesRequest {}
1289
+ export interface ListOrganizationsFeaturesResponse {
1290
+ OrganizationId?: string | undefined;
1291
+ EnabledFeatures?: FeatureType[] | undefined;
1194
1292
  }
1195
1293
  export declare const PolicyScopeType: {
1196
1294
  readonly AWS: "AWS";
@@ -1200,20 +1298,20 @@ export declare const PolicyScopeType: {
1200
1298
  export type PolicyScopeType =
1201
1299
  (typeof PolicyScopeType)[keyof typeof PolicyScopeType];
1202
1300
  export interface ListPoliciesRequest {
1203
- Scope?: PolicyScopeType;
1204
- OnlyAttached?: boolean;
1205
- PathPrefix?: string;
1206
- PolicyUsageFilter?: PolicyUsageType;
1207
- Marker?: string;
1208
- MaxItems?: number;
1301
+ Scope?: PolicyScopeType | undefined;
1302
+ OnlyAttached?: boolean | undefined;
1303
+ PathPrefix?: string | undefined;
1304
+ PolicyUsageFilter?: PolicyUsageType | undefined;
1305
+ Marker?: string | undefined;
1306
+ MaxItems?: number | undefined;
1209
1307
  }
1210
1308
  export interface ListPoliciesResponse {
1211
- Policies?: Policy[];
1212
- IsTruncated?: boolean;
1213
- Marker?: string;
1309
+ Policies?: Policy[] | undefined;
1310
+ IsTruncated?: boolean | undefined;
1311
+ Marker?: string | undefined;
1214
1312
  }
1215
1313
  export interface ListPoliciesGrantingServiceAccessRequest {
1216
- Marker?: string;
1314
+ Marker?: string | undefined;
1217
1315
  Arn: string | undefined;
1218
1316
  ServiceNamespaces: string[] | undefined;
1219
1317
  }
@@ -1225,113 +1323,113 @@ export type PolicyType = (typeof PolicyType)[keyof typeof PolicyType];
1225
1323
  export interface PolicyGrantingServiceAccess {
1226
1324
  PolicyName: string | undefined;
1227
1325
  PolicyType: PolicyType | undefined;
1228
- PolicyArn?: string;
1229
- EntityType?: PolicyOwnerEntityType;
1230
- EntityName?: string;
1326
+ PolicyArn?: string | undefined;
1327
+ EntityType?: PolicyOwnerEntityType | undefined;
1328
+ EntityName?: string | undefined;
1231
1329
  }
1232
1330
  export interface ListPoliciesGrantingServiceAccessEntry {
1233
- ServiceNamespace?: string;
1234
- Policies?: PolicyGrantingServiceAccess[];
1331
+ ServiceNamespace?: string | undefined;
1332
+ Policies?: PolicyGrantingServiceAccess[] | undefined;
1235
1333
  }
1236
1334
  export interface ListPoliciesGrantingServiceAccessResponse {
1237
1335
  PoliciesGrantingServiceAccess:
1238
1336
  | ListPoliciesGrantingServiceAccessEntry[]
1239
1337
  | undefined;
1240
- IsTruncated?: boolean;
1241
- Marker?: string;
1338
+ IsTruncated?: boolean | undefined;
1339
+ Marker?: string | undefined;
1242
1340
  }
1243
1341
  export interface ListPolicyTagsRequest {
1244
1342
  PolicyArn: string | undefined;
1245
- Marker?: string;
1246
- MaxItems?: number;
1343
+ Marker?: string | undefined;
1344
+ MaxItems?: number | undefined;
1247
1345
  }
1248
1346
  export interface ListPolicyTagsResponse {
1249
1347
  Tags: Tag[] | undefined;
1250
- IsTruncated?: boolean;
1251
- Marker?: string;
1348
+ IsTruncated?: boolean | undefined;
1349
+ Marker?: string | undefined;
1252
1350
  }
1253
1351
  export interface ListPolicyVersionsRequest {
1254
1352
  PolicyArn: string | undefined;
1255
- Marker?: string;
1256
- MaxItems?: number;
1353
+ Marker?: string | undefined;
1354
+ MaxItems?: number | undefined;
1257
1355
  }
1258
1356
  export interface ListPolicyVersionsResponse {
1259
- Versions?: PolicyVersion[];
1260
- IsTruncated?: boolean;
1261
- Marker?: string;
1357
+ Versions?: PolicyVersion[] | undefined;
1358
+ IsTruncated?: boolean | undefined;
1359
+ Marker?: string | undefined;
1262
1360
  }
1263
1361
  export interface ListRolePoliciesRequest {
1264
1362
  RoleName: string | undefined;
1265
- Marker?: string;
1266
- MaxItems?: number;
1363
+ Marker?: string | undefined;
1364
+ MaxItems?: number | undefined;
1267
1365
  }
1268
1366
  export interface ListRolePoliciesResponse {
1269
1367
  PolicyNames: string[] | undefined;
1270
- IsTruncated?: boolean;
1271
- Marker?: string;
1368
+ IsTruncated?: boolean | undefined;
1369
+ Marker?: string | undefined;
1272
1370
  }
1273
1371
  export interface ListRolesRequest {
1274
- PathPrefix?: string;
1275
- Marker?: string;
1276
- MaxItems?: number;
1372
+ PathPrefix?: string | undefined;
1373
+ Marker?: string | undefined;
1374
+ MaxItems?: number | undefined;
1277
1375
  }
1278
1376
  export interface ListRolesResponse {
1279
1377
  Roles: Role[] | undefined;
1280
- IsTruncated?: boolean;
1281
- Marker?: string;
1378
+ IsTruncated?: boolean | undefined;
1379
+ Marker?: string | undefined;
1282
1380
  }
1283
1381
  export interface ListRoleTagsRequest {
1284
1382
  RoleName: string | undefined;
1285
- Marker?: string;
1286
- MaxItems?: number;
1383
+ Marker?: string | undefined;
1384
+ MaxItems?: number | undefined;
1287
1385
  }
1288
1386
  export interface ListRoleTagsResponse {
1289
1387
  Tags: Tag[] | undefined;
1290
- IsTruncated?: boolean;
1291
- Marker?: string;
1388
+ IsTruncated?: boolean | undefined;
1389
+ Marker?: string | undefined;
1292
1390
  }
1293
1391
  export interface ListSAMLProvidersRequest {}
1294
1392
  export interface SAMLProviderListEntry {
1295
- Arn?: string;
1296
- ValidUntil?: Date;
1297
- CreateDate?: Date;
1393
+ Arn?: string | undefined;
1394
+ ValidUntil?: Date | undefined;
1395
+ CreateDate?: Date | undefined;
1298
1396
  }
1299
1397
  export interface ListSAMLProvidersResponse {
1300
- SAMLProviderList?: SAMLProviderListEntry[];
1398
+ SAMLProviderList?: SAMLProviderListEntry[] | undefined;
1301
1399
  }
1302
1400
  export interface ListSAMLProviderTagsRequest {
1303
1401
  SAMLProviderArn: string | undefined;
1304
- Marker?: string;
1305
- MaxItems?: number;
1402
+ Marker?: string | undefined;
1403
+ MaxItems?: number | undefined;
1306
1404
  }
1307
1405
  export interface ListSAMLProviderTagsResponse {
1308
1406
  Tags: Tag[] | undefined;
1309
- IsTruncated?: boolean;
1310
- Marker?: string;
1407
+ IsTruncated?: boolean | undefined;
1408
+ Marker?: string | undefined;
1311
1409
  }
1312
1410
  export interface ListServerCertificatesRequest {
1313
- PathPrefix?: string;
1314
- Marker?: string;
1315
- MaxItems?: number;
1411
+ PathPrefix?: string | undefined;
1412
+ Marker?: string | undefined;
1413
+ MaxItems?: number | undefined;
1316
1414
  }
1317
1415
  export interface ListServerCertificatesResponse {
1318
1416
  ServerCertificateMetadataList: ServerCertificateMetadata[] | undefined;
1319
- IsTruncated?: boolean;
1320
- Marker?: string;
1417
+ IsTruncated?: boolean | undefined;
1418
+ Marker?: string | undefined;
1321
1419
  }
1322
1420
  export interface ListServerCertificateTagsRequest {
1323
1421
  ServerCertificateName: string | undefined;
1324
- Marker?: string;
1325
- MaxItems?: number;
1422
+ Marker?: string | undefined;
1423
+ MaxItems?: number | undefined;
1326
1424
  }
1327
1425
  export interface ListServerCertificateTagsResponse {
1328
1426
  Tags: Tag[] | undefined;
1329
- IsTruncated?: boolean;
1330
- Marker?: string;
1427
+ IsTruncated?: boolean | undefined;
1428
+ Marker?: string | undefined;
1331
1429
  }
1332
1430
  export interface ListServiceSpecificCredentialsRequest {
1333
- UserName?: string;
1334
- ServiceName?: string;
1431
+ UserName?: string | undefined;
1432
+ ServiceName?: string | undefined;
1335
1433
  }
1336
1434
  export interface ServiceSpecificCredentialMetadata {
1337
1435
  UserName: string | undefined;
@@ -1342,29 +1440,29 @@ export interface ServiceSpecificCredentialMetadata {
1342
1440
  ServiceName: string | undefined;
1343
1441
  }
1344
1442
  export interface ListServiceSpecificCredentialsResponse {
1345
- ServiceSpecificCredentials?: ServiceSpecificCredentialMetadata[];
1443
+ ServiceSpecificCredentials?: ServiceSpecificCredentialMetadata[] | undefined;
1346
1444
  }
1347
1445
  export interface ListSigningCertificatesRequest {
1348
- UserName?: string;
1349
- Marker?: string;
1350
- MaxItems?: number;
1446
+ UserName?: string | undefined;
1447
+ Marker?: string | undefined;
1448
+ MaxItems?: number | undefined;
1351
1449
  }
1352
1450
  export interface SigningCertificate {
1353
1451
  UserName: string | undefined;
1354
1452
  CertificateId: string | undefined;
1355
1453
  CertificateBody: string | undefined;
1356
1454
  Status: StatusType | undefined;
1357
- UploadDate?: Date;
1455
+ UploadDate?: Date | undefined;
1358
1456
  }
1359
1457
  export interface ListSigningCertificatesResponse {
1360
1458
  Certificates: SigningCertificate[] | undefined;
1361
- IsTruncated?: boolean;
1362
- Marker?: string;
1459
+ IsTruncated?: boolean | undefined;
1460
+ Marker?: string | undefined;
1363
1461
  }
1364
1462
  export interface ListSSHPublicKeysRequest {
1365
- UserName?: string;
1366
- Marker?: string;
1367
- MaxItems?: number;
1463
+ UserName?: string | undefined;
1464
+ Marker?: string | undefined;
1465
+ MaxItems?: number | undefined;
1368
1466
  }
1369
1467
  export interface SSHPublicKeyMetadata {
1370
1468
  UserName: string | undefined;
@@ -1373,49 +1471,49 @@ export interface SSHPublicKeyMetadata {
1373
1471
  UploadDate: Date | undefined;
1374
1472
  }
1375
1473
  export interface ListSSHPublicKeysResponse {
1376
- SSHPublicKeys?: SSHPublicKeyMetadata[];
1377
- IsTruncated?: boolean;
1378
- Marker?: string;
1474
+ SSHPublicKeys?: SSHPublicKeyMetadata[] | undefined;
1475
+ IsTruncated?: boolean | undefined;
1476
+ Marker?: string | undefined;
1379
1477
  }
1380
1478
  export interface ListUserPoliciesRequest {
1381
1479
  UserName: string | undefined;
1382
- Marker?: string;
1383
- MaxItems?: number;
1480
+ Marker?: string | undefined;
1481
+ MaxItems?: number | undefined;
1384
1482
  }
1385
1483
  export interface ListUserPoliciesResponse {
1386
1484
  PolicyNames: string[] | undefined;
1387
- IsTruncated?: boolean;
1388
- Marker?: string;
1485
+ IsTruncated?: boolean | undefined;
1486
+ Marker?: string | undefined;
1389
1487
  }
1390
1488
  export interface ListUsersRequest {
1391
- PathPrefix?: string;
1392
- Marker?: string;
1393
- MaxItems?: number;
1489
+ PathPrefix?: string | undefined;
1490
+ Marker?: string | undefined;
1491
+ MaxItems?: number | undefined;
1394
1492
  }
1395
1493
  export interface ListUsersResponse {
1396
1494
  Users: User[] | undefined;
1397
- IsTruncated?: boolean;
1398
- Marker?: string;
1495
+ IsTruncated?: boolean | undefined;
1496
+ Marker?: string | undefined;
1399
1497
  }
1400
1498
  export interface ListUserTagsRequest {
1401
1499
  UserName: string | undefined;
1402
- Marker?: string;
1403
- MaxItems?: number;
1500
+ Marker?: string | undefined;
1501
+ MaxItems?: number | undefined;
1404
1502
  }
1405
1503
  export interface ListUserTagsResponse {
1406
1504
  Tags: Tag[] | undefined;
1407
- IsTruncated?: boolean;
1408
- Marker?: string;
1505
+ IsTruncated?: boolean | undefined;
1506
+ Marker?: string | undefined;
1409
1507
  }
1410
1508
  export interface ListVirtualMFADevicesRequest {
1411
- AssignmentStatus?: AssignmentStatusType;
1412
- Marker?: string;
1413
- MaxItems?: number;
1509
+ AssignmentStatus?: AssignmentStatusType | undefined;
1510
+ Marker?: string | undefined;
1511
+ MaxItems?: number | undefined;
1414
1512
  }
1415
1513
  export interface ListVirtualMFADevicesResponse {
1416
1514
  VirtualMFADevices: VirtualMFADevice[] | undefined;
1417
- IsTruncated?: boolean;
1418
- Marker?: string;
1515
+ IsTruncated?: boolean | undefined;
1516
+ Marker?: string | undefined;
1419
1517
  }
1420
1518
  export interface PutGroupPolicyRequest {
1421
1519
  GroupName: string | undefined;
@@ -1453,11 +1551,11 @@ export interface RemoveUserFromGroupRequest {
1453
1551
  UserName: string | undefined;
1454
1552
  }
1455
1553
  export interface ResetServiceSpecificCredentialRequest {
1456
- UserName?: string;
1554
+ UserName?: string | undefined;
1457
1555
  ServiceSpecificCredentialId: string | undefined;
1458
1556
  }
1459
1557
  export interface ResetServiceSpecificCredentialResponse {
1460
- ServiceSpecificCredential?: ServiceSpecificCredential;
1558
+ ServiceSpecificCredential?: ServiceSpecificCredential | undefined;
1461
1559
  }
1462
1560
  export interface ResyncMFADeviceRequest {
1463
1561
  UserName: string | undefined;
@@ -1502,126 +1600,22 @@ export declare const ContextKeyTypeEnum: {
1502
1600
  export type ContextKeyTypeEnum =
1503
1601
  (typeof ContextKeyTypeEnum)[keyof typeof ContextKeyTypeEnum];
1504
1602
  export interface ContextEntry {
1505
- ContextKeyName?: string;
1506
- ContextKeyValues?: string[];
1507
- ContextKeyType?: ContextKeyTypeEnum;
1603
+ ContextKeyName?: string | undefined;
1604
+ ContextKeyValues?: string[] | undefined;
1605
+ ContextKeyType?: ContextKeyTypeEnum | undefined;
1508
1606
  }
1509
1607
  export interface SimulateCustomPolicyRequest {
1510
1608
  PolicyInputList: string[] | undefined;
1511
- PermissionsBoundaryPolicyInputList?: string[];
1512
- ActionNames: string[] | undefined;
1513
- ResourceArns?: string[];
1514
- ResourcePolicy?: string;
1515
- ResourceOwner?: string;
1516
- CallerArn?: string;
1517
- ContextEntries?: ContextEntry[];
1518
- ResourceHandlingOption?: string;
1519
- MaxItems?: number;
1520
- Marker?: string;
1521
- }
1522
- export declare const PolicyEvaluationDecisionType: {
1523
- readonly ALLOWED: "allowed";
1524
- readonly EXPLICIT_DENY: "explicitDeny";
1525
- readonly IMPLICIT_DENY: "implicitDeny";
1526
- };
1527
- export type PolicyEvaluationDecisionType =
1528
- (typeof PolicyEvaluationDecisionType)[keyof typeof PolicyEvaluationDecisionType];
1529
- export interface Position {
1530
- Line?: number;
1531
- Column?: number;
1532
- }
1533
- export declare const PolicySourceType: {
1534
- readonly AWS_MANAGED: "aws-managed";
1535
- readonly GROUP: "group";
1536
- readonly NONE: "none";
1537
- readonly RESOURCE: "resource";
1538
- readonly ROLE: "role";
1539
- readonly USER: "user";
1540
- readonly USER_MANAGED: "user-managed";
1541
- };
1542
- export type PolicySourceType =
1543
- (typeof PolicySourceType)[keyof typeof PolicySourceType];
1544
- export interface Statement {
1545
- SourcePolicyId?: string;
1546
- SourcePolicyType?: PolicySourceType;
1547
- StartPosition?: Position;
1548
- EndPosition?: Position;
1549
- }
1550
- export interface OrganizationsDecisionDetail {
1551
- AllowedByOrganizations?: boolean;
1552
- }
1553
- export interface PermissionsBoundaryDecisionDetail {
1554
- AllowedByPermissionsBoundary?: boolean;
1555
- }
1556
- export interface ResourceSpecificResult {
1557
- EvalResourceName: string | undefined;
1558
- EvalResourceDecision: PolicyEvaluationDecisionType | undefined;
1559
- MatchedStatements?: Statement[];
1560
- MissingContextValues?: string[];
1561
- EvalDecisionDetails?: Record<string, PolicyEvaluationDecisionType>;
1562
- PermissionsBoundaryDecisionDetail?: PermissionsBoundaryDecisionDetail;
1563
- }
1564
- export interface EvaluationResult {
1565
- EvalActionName: string | undefined;
1566
- EvalResourceName?: string;
1567
- EvalDecision: PolicyEvaluationDecisionType | undefined;
1568
- MatchedStatements?: Statement[];
1569
- MissingContextValues?: string[];
1570
- OrganizationsDecisionDetail?: OrganizationsDecisionDetail;
1571
- PermissionsBoundaryDecisionDetail?: PermissionsBoundaryDecisionDetail;
1572
- EvalDecisionDetails?: Record<string, PolicyEvaluationDecisionType>;
1573
- ResourceSpecificResults?: ResourceSpecificResult[];
1574
- }
1575
- export interface SimulatePolicyResponse {
1576
- EvaluationResults?: EvaluationResult[];
1577
- IsTruncated?: boolean;
1578
- Marker?: string;
1579
- }
1580
- export interface SimulatePrincipalPolicyRequest {
1581
- PolicySourceArn: string | undefined;
1582
- PolicyInputList?: string[];
1583
- PermissionsBoundaryPolicyInputList?: string[];
1609
+ PermissionsBoundaryPolicyInputList?: string[] | undefined;
1584
1610
  ActionNames: string[] | undefined;
1585
- ResourceArns?: string[];
1586
- ResourcePolicy?: string;
1587
- ResourceOwner?: string;
1588
- CallerArn?: string;
1589
- ContextEntries?: ContextEntry[];
1590
- ResourceHandlingOption?: string;
1591
- MaxItems?: number;
1592
- Marker?: string;
1593
- }
1594
- export interface TagInstanceProfileRequest {
1595
- InstanceProfileName: string | undefined;
1596
- Tags: Tag[] | undefined;
1597
- }
1598
- export interface TagMFADeviceRequest {
1599
- SerialNumber: string | undefined;
1600
- Tags: Tag[] | undefined;
1601
- }
1602
- export interface TagOpenIDConnectProviderRequest {
1603
- OpenIDConnectProviderArn: string | undefined;
1604
- Tags: Tag[] | undefined;
1605
- }
1606
- export interface TagPolicyRequest {
1607
- PolicyArn: string | undefined;
1608
- Tags: Tag[] | undefined;
1609
- }
1610
- export interface TagRoleRequest {
1611
- RoleName: string | undefined;
1612
- Tags: Tag[] | undefined;
1613
- }
1614
- export interface TagSAMLProviderRequest {
1615
- SAMLProviderArn: string | undefined;
1616
- Tags: Tag[] | undefined;
1617
- }
1618
- export interface TagServerCertificateRequest {
1619
- ServerCertificateName: string | undefined;
1620
- Tags: Tag[] | undefined;
1621
- }
1622
- export interface TagUserRequest {
1623
- UserName: string | undefined;
1624
- Tags: Tag[] | undefined;
1611
+ ResourceArns?: string[] | undefined;
1612
+ ResourcePolicy?: string | undefined;
1613
+ ResourceOwner?: string | undefined;
1614
+ CallerArn?: string | undefined;
1615
+ ContextEntries?: ContextEntry[] | undefined;
1616
+ ResourceHandlingOption?: string | undefined;
1617
+ MaxItems?: number | undefined;
1618
+ Marker?: string | undefined;
1625
1619
  }
1626
1620
  export declare const AccessKeyFilterSensitiveLog: (obj: AccessKey) => any;
1627
1621
  export declare const ChangePasswordRequestFilterSensitiveLog: (
@@ -1633,6 +1627,9 @@ export declare const CreateAccessKeyResponseFilterSensitiveLog: (
1633
1627
  export declare const CreateLoginProfileRequestFilterSensitiveLog: (
1634
1628
  obj: CreateLoginProfileRequest
1635
1629
  ) => any;
1630
+ export declare const CreateSAMLProviderRequestFilterSensitiveLog: (
1631
+ obj: CreateSAMLProviderRequest
1632
+ ) => any;
1636
1633
  export declare const ServiceSpecificCredentialFilterSensitiveLog: (
1637
1634
  obj: ServiceSpecificCredential
1638
1635
  ) => any;