@jjrawlins/cdk-iam-policy-builder-helper 0.0.10 → 0.0.12

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 (1171) hide show
  1. package/.jsii +6 -6
  2. package/cdk-iam-policy-builder-helper/go.mod +1 -1
  3. package/cdk-iam-policy-builder-helper/jsii/jsii.go +2 -2
  4. package/cdk-iam-policy-builder-helper/version +1 -1
  5. package/node_modules/@aws-sdk/client-iam/dist-cjs/auth/httpAuthSchemeProvider.js +3 -3
  6. package/node_modules/@aws-sdk/client-iam/dist-cjs/endpoint/ruleset.js +3 -3
  7. package/node_modules/@aws-sdk/client-iam/dist-cjs/index.js +63 -24
  8. package/node_modules/@aws-sdk/client-iam/dist-cjs/runtimeConfig.js +9 -5
  9. package/node_modules/@aws-sdk/client-iam/dist-es/IAMClient.js +2 -1
  10. package/node_modules/@aws-sdk/client-iam/dist-es/auth/httpAuthSchemeProvider.js +3 -3
  11. package/node_modules/@aws-sdk/client-iam/dist-es/endpoint/EndpointParameters.js +2 -3
  12. package/node_modules/@aws-sdk/client-iam/dist-es/endpoint/ruleset.js +3 -3
  13. package/node_modules/@aws-sdk/client-iam/dist-es/models/models_0.js +2 -0
  14. package/node_modules/@aws-sdk/client-iam/dist-es/protocols/Aws_query.js +38 -0
  15. package/node_modules/@aws-sdk/client-iam/dist-es/runtimeConfig.js +10 -6
  16. package/node_modules/@aws-sdk/client-iam/dist-es/runtimeExtensions.js +2 -14
  17. package/node_modules/@aws-sdk/client-iam/dist-types/auth/httpAuthSchemeProvider.d.ts +15 -1
  18. package/node_modules/@aws-sdk/client-iam/dist-types/commands/AddClientIDToOpenIDConnectProviderCommand.d.ts +9 -6
  19. package/node_modules/@aws-sdk/client-iam/dist-types/commands/AddRoleToInstanceProfileCommand.d.ts +9 -6
  20. package/node_modules/@aws-sdk/client-iam/dist-types/commands/AddUserToGroupCommand.d.ts +9 -6
  21. package/node_modules/@aws-sdk/client-iam/dist-types/commands/AttachGroupPolicyCommand.d.ts +9 -6
  22. package/node_modules/@aws-sdk/client-iam/dist-types/commands/AttachRolePolicyCommand.d.ts +9 -6
  23. package/node_modules/@aws-sdk/client-iam/dist-types/commands/AttachUserPolicyCommand.d.ts +9 -6
  24. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ChangePasswordCommand.d.ts +14 -10
  25. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateAccessKeyCommand.d.ts +11 -11
  26. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateAccountAliasCommand.d.ts +8 -5
  27. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateGroupCommand.d.ts +11 -11
  28. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateInstanceProfileCommand.d.ts +12 -12
  29. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateLoginProfileCommand.d.ts +11 -11
  30. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateOpenIDConnectProviderCommand.d.ts +9 -9
  31. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreatePolicyCommand.d.ts +2 -1
  32. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreatePolicyVersionCommand.d.ts +3 -2
  33. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateRoleCommand.d.ts +14 -14
  34. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateSAMLProviderCommand.d.ts +2 -1
  35. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateServiceLinkedRoleCommand.d.ts +2 -1
  36. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateServiceSpecificCredentialCommand.d.ts +12 -9
  37. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateUserCommand.d.ts +11 -11
  38. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateVirtualMFADeviceCommand.d.ts +6 -4
  39. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeactivateMFADeviceCommand.d.ts +2 -1
  40. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteAccessKeyCommand.d.ts +9 -6
  41. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteAccountAliasCommand.d.ts +8 -5
  42. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteAccountPasswordPolicyCommand.d.ts +7 -4
  43. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteGroupCommand.d.ts +2 -1
  44. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteGroupPolicyCommand.d.ts +11 -8
  45. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteInstanceProfileCommand.d.ts +8 -5
  46. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteLoginProfileCommand.d.ts +12 -8
  47. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteOpenIDConnectProviderCommand.d.ts +2 -1
  48. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeletePolicyCommand.d.ts +7 -8
  49. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeletePolicyVersionCommand.d.ts +4 -3
  50. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteRoleCommand.d.ts +12 -9
  51. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteRolePermissionsBoundaryCommand.d.ts +2 -1
  52. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteRolePolicyCommand.d.ts +11 -8
  53. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteSAMLProviderCommand.d.ts +2 -1
  54. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteSSHPublicKeyCommand.d.ts +2 -1
  55. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteServerCertificateCommand.d.ts +2 -1
  56. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteServiceLinkedRoleCommand.d.ts +3 -2
  57. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteServiceSpecificCredentialCommand.d.ts +2 -1
  58. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteSigningCertificateCommand.d.ts +9 -6
  59. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteUserCommand.d.ts +17 -14
  60. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteUserPermissionsBoundaryCommand.d.ts +2 -1
  61. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteUserPolicyCommand.d.ts +11 -8
  62. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteVirtualMFADeviceCommand.d.ts +9 -6
  63. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DetachGroupPolicyCommand.d.ts +3 -2
  64. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DetachRolePolicyCommand.d.ts +3 -2
  65. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DetachUserPolicyCommand.d.ts +3 -2
  66. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DisableOrganizationsRootCredentialsManagementCommand.d.ts +7 -7
  67. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DisableOrganizationsRootSessionsCommand.d.ts +7 -7
  68. package/node_modules/@aws-sdk/client-iam/dist-types/commands/EnableMFADeviceCommand.d.ts +2 -1
  69. package/node_modules/@aws-sdk/client-iam/dist-types/commands/EnableOrganizationsRootCredentialsManagementCommand.d.ts +7 -7
  70. package/node_modules/@aws-sdk/client-iam/dist-types/commands/EnableOrganizationsRootSessionsCommand.d.ts +7 -7
  71. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GenerateCredentialReportCommand.d.ts +1 -0
  72. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GenerateOrganizationsAccessReportCommand.d.ts +11 -11
  73. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GenerateServiceLastAccessedDetailsCommand.d.ts +12 -12
  74. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetAccessKeyLastUsedCommand.d.ts +2 -1
  75. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetAccountAuthorizationDetailsCommand.d.ts +3 -1
  76. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetAccountPasswordPolicyCommand.d.ts +15 -15
  77. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetAccountSummaryCommand.d.ts +31 -31
  78. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetContextKeysForCustomPolicyCommand.d.ts +6 -5
  79. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetContextKeysForPrincipalPolicyCommand.d.ts +6 -4
  80. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetCredentialReportCommand.d.ts +5 -4
  81. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetGroupCommand.d.ts +2 -1
  82. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetGroupPolicyCommand.d.ts +6 -4
  83. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetInstanceProfileCommand.d.ts +18 -18
  84. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetLoginProfileCommand.d.ts +7 -7
  85. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetMFADeviceCommand.d.ts +2 -1
  86. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetOpenIDConnectProviderCommand.d.ts +2 -1
  87. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetOrganizationsAccessReportCommand.d.ts +31 -32
  88. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetPolicyCommand.d.ts +6 -5
  89. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetPolicyVersionCommand.d.ts +7 -4
  90. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetRoleCommand.d.ts +18 -17
  91. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetRolePolicyCommand.d.ts +7 -5
  92. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetSAMLProviderCommand.d.ts +2 -1
  93. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetSSHPublicKeyCommand.d.ts +3 -2
  94. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetServerCertificateCommand.d.ts +2 -1
  95. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetServiceLastAccessedDetailsCommand.d.ts +18 -18
  96. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.d.ts +24 -24
  97. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetServiceLinkedRoleDeletionStatusCommand.d.ts +4 -3
  98. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetUserCommand.d.ts +10 -10
  99. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetUserPolicyCommand.d.ts +7 -5
  100. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAccessKeysCommand.d.ts +14 -14
  101. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAccountAliasesCommand.d.ts +5 -5
  102. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAttachedGroupPoliciesCommand.d.ts +4 -3
  103. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAttachedRolePoliciesCommand.d.ts +4 -3
  104. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAttachedUserPoliciesCommand.d.ts +4 -3
  105. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListEntitiesForPolicyCommand.d.ts +2 -1
  106. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListGroupPoliciesCommand.d.ts +9 -9
  107. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListGroupsCommand.d.ts +20 -20
  108. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListGroupsForUserCommand.d.ts +16 -16
  109. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListInstanceProfileTagsCommand.d.ts +2 -1
  110. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListInstanceProfilesCommand.d.ts +3 -1
  111. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListInstanceProfilesForRoleCommand.d.ts +2 -1
  112. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListMFADeviceTagsCommand.d.ts +2 -1
  113. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListMFADevicesCommand.d.ts +1 -0
  114. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListOpenIDConnectProviderTagsCommand.d.ts +2 -1
  115. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListOpenIDConnectProvidersCommand.d.ts +2 -1
  116. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListOrganizationsFeaturesCommand.d.ts +7 -7
  117. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListPoliciesCommand.d.ts +2 -1
  118. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListPoliciesGrantingServiceAccessCommand.d.ts +23 -23
  119. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListPolicyTagsCommand.d.ts +2 -1
  120. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListPolicyVersionsCommand.d.ts +2 -1
  121. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListRolePoliciesCommand.d.ts +5 -4
  122. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListRoleTagsCommand.d.ts +11 -11
  123. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListRolesCommand.d.ts +2 -1
  124. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListSAMLProviderTagsCommand.d.ts +2 -1
  125. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListSAMLProvidersCommand.d.ts +2 -1
  126. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListSSHPublicKeysCommand.d.ts +2 -1
  127. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListServerCertificateTagsCommand.d.ts +2 -1
  128. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListServerCertificatesCommand.d.ts +3 -1
  129. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListServiceSpecificCredentialsCommand.d.ts +10 -2
  130. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListSigningCertificatesCommand.d.ts +11 -11
  131. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListUserPoliciesCommand.d.ts +5 -4
  132. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListUserTagsCommand.d.ts +11 -11
  133. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListUsersCommand.d.ts +18 -18
  134. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListVirtualMFADevicesCommand.d.ts +8 -8
  135. package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutGroupPolicyCommand.d.ts +11 -8
  136. package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutRolePermissionsBoundaryCommand.d.ts +2 -1
  137. package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutRolePolicyCommand.d.ts +10 -7
  138. package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutUserPermissionsBoundaryCommand.d.ts +2 -1
  139. package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutUserPolicyCommand.d.ts +10 -7
  140. package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +2 -1
  141. package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveRoleFromInstanceProfileCommand.d.ts +9 -6
  142. package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveUserFromGroupCommand.d.ts +9 -6
  143. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ResetServiceSpecificCredentialCommand.d.ts +8 -4
  144. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ResyncMFADeviceCommand.d.ts +2 -1
  145. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SetDefaultPolicyVersionCommand.d.ts +3 -2
  146. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SetSecurityTokenServicePreferencesCommand.d.ts +9 -6
  147. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SimulateCustomPolicyCommand.d.ts +4 -3
  148. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SimulatePrincipalPolicyCommand.d.ts +5 -5
  149. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagInstanceProfileCommand.d.ts +2 -1
  150. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagMFADeviceCommand.d.ts +2 -1
  151. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagOpenIDConnectProviderCommand.d.ts +2 -1
  152. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagPolicyCommand.d.ts +2 -1
  153. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagRoleCommand.d.ts +13 -10
  154. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagSAMLProviderCommand.d.ts +2 -1
  155. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagServerCertificateCommand.d.ts +2 -1
  156. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagUserCommand.d.ts +13 -10
  157. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagInstanceProfileCommand.d.ts +2 -1
  158. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagMFADeviceCommand.d.ts +2 -1
  159. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagOpenIDConnectProviderCommand.d.ts +2 -1
  160. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagPolicyCommand.d.ts +2 -1
  161. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagRoleCommand.d.ts +9 -6
  162. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagSAMLProviderCommand.d.ts +2 -1
  163. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagServerCertificateCommand.d.ts +2 -1
  164. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagUserCommand.d.ts +9 -6
  165. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAccessKeyCommand.d.ts +15 -8
  166. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAccountPasswordPolicyCommand.d.ts +8 -5
  167. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAssumeRolePolicyCommand.d.ts +9 -6
  168. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateGroupCommand.d.ts +9 -6
  169. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateLoginProfileCommand.d.ts +12 -9
  170. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateOpenIDConnectProviderThumbprintCommand.d.ts +2 -1
  171. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateRoleCommand.d.ts +2 -1
  172. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateRoleDescriptionCommand.d.ts +3 -2
  173. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateSAMLProviderCommand.d.ts +2 -1
  174. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateSSHPublicKeyCommand.d.ts +7 -2
  175. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateServerCertificateCommand.d.ts +2 -1
  176. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateServiceSpecificCredentialCommand.d.ts +3 -2
  177. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateSigningCertificateCommand.d.ts +15 -8
  178. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateUserCommand.d.ts +9 -6
  179. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UploadSSHPublicKeyCommand.d.ts +3 -2
  180. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UploadServerCertificateCommand.d.ts +15 -15
  181. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UploadSigningCertificateCommand.d.ts +13 -13
  182. package/node_modules/@aws-sdk/client-iam/dist-types/endpoint/EndpointParameters.d.ts +9 -11
  183. package/node_modules/@aws-sdk/client-iam/dist-types/models/models_0.d.ts +241 -181
  184. package/node_modules/@aws-sdk/client-iam/dist-types/models/models_1.d.ts +20 -23
  185. package/node_modules/@aws-sdk/client-iam/dist-types/runtimeConfig.browser.d.ts +19 -18
  186. package/node_modules/@aws-sdk/client-iam/dist-types/runtimeConfig.d.ts +17 -16
  187. package/node_modules/@aws-sdk/client-iam/dist-types/runtimeConfig.native.d.ts +20 -19
  188. package/node_modules/@aws-sdk/client-iam/dist-types/runtimeConfig.shared.d.ts +3 -3
  189. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +3 -0
  190. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AddClientIDToOpenIDConnectProviderCommand.d.ts +1 -1
  191. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AddRoleToInstanceProfileCommand.d.ts +1 -1
  192. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AddUserToGroupCommand.d.ts +1 -1
  193. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AttachGroupPolicyCommand.d.ts +1 -1
  194. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AttachRolePolicyCommand.d.ts +1 -1
  195. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AttachUserPolicyCommand.d.ts +1 -1
  196. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ChangePasswordCommand.d.ts +1 -1
  197. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateAccountAliasCommand.d.ts +1 -1
  198. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +1 -1
  199. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateInstanceProfileCommand.d.ts +1 -1
  200. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateOpenIDConnectProviderCommand.d.ts +1 -1
  201. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +1 -1
  202. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreatePolicyVersionCommand.d.ts +1 -1
  203. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateRoleCommand.d.ts +1 -1
  204. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateSAMLProviderCommand.d.ts +1 -1
  205. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateServiceLinkedRoleCommand.d.ts +1 -1
  206. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateServiceSpecificCredentialCommand.d.ts +1 -1
  207. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateUserCommand.d.ts +1 -1
  208. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateVirtualMFADeviceCommand.d.ts +1 -1
  209. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeactivateMFADeviceCommand.d.ts +1 -1
  210. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteAccessKeyCommand.d.ts +1 -1
  211. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteAccountAliasCommand.d.ts +1 -1
  212. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +1 -1
  213. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteGroupPolicyCommand.d.ts +1 -1
  214. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteInstanceProfileCommand.d.ts +1 -1
  215. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteOpenIDConnectProviderCommand.d.ts +1 -1
  216. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +1 -1
  217. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeletePolicyVersionCommand.d.ts +1 -1
  218. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteRoleCommand.d.ts +1 -1
  219. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteRolePermissionsBoundaryCommand.d.ts +1 -1
  220. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteRolePolicyCommand.d.ts +1 -1
  221. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteSAMLProviderCommand.d.ts +1 -1
  222. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteSSHPublicKeyCommand.d.ts +1 -1
  223. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteServerCertificateCommand.d.ts +1 -1
  224. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteServiceLinkedRoleCommand.d.ts +1 -1
  225. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteServiceSpecificCredentialCommand.d.ts +1 -1
  226. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteSigningCertificateCommand.d.ts +1 -1
  227. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +1 -1
  228. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteUserPermissionsBoundaryCommand.d.ts +1 -1
  229. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteUserPolicyCommand.d.ts +1 -1
  230. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteVirtualMFADeviceCommand.d.ts +1 -1
  231. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DetachGroupPolicyCommand.d.ts +1 -1
  232. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DetachRolePolicyCommand.d.ts +1 -1
  233. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DetachUserPolicyCommand.d.ts +1 -1
  234. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/EnableMFADeviceCommand.d.ts +1 -1
  235. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GenerateOrganizationsAccessReportCommand.d.ts +1 -1
  236. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GenerateServiceLastAccessedDetailsCommand.d.ts +1 -1
  237. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetAccessKeyLastUsedCommand.d.ts +1 -1
  238. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetContextKeysForCustomPolicyCommand.d.ts +1 -1
  239. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetContextKeysForPrincipalPolicyCommand.d.ts +1 -1
  240. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetGroupCommand.d.ts +1 -1
  241. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetGroupPolicyCommand.d.ts +1 -1
  242. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetInstanceProfileCommand.d.ts +1 -1
  243. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetMFADeviceCommand.d.ts +1 -1
  244. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetOpenIDConnectProviderCommand.d.ts +1 -1
  245. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetOrganizationsAccessReportCommand.d.ts +1 -1
  246. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +1 -1
  247. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetPolicyVersionCommand.d.ts +1 -1
  248. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetRoleCommand.d.ts +1 -1
  249. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetRolePolicyCommand.d.ts +1 -1
  250. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetSAMLProviderCommand.d.ts +1 -1
  251. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetSSHPublicKeyCommand.d.ts +1 -1
  252. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetServerCertificateCommand.d.ts +1 -1
  253. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetServiceLastAccessedDetailsCommand.d.ts +1 -1
  254. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.d.ts +1 -1
  255. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetServiceLinkedRoleDeletionStatusCommand.d.ts +1 -1
  256. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetUserPolicyCommand.d.ts +1 -1
  257. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListAttachedGroupPoliciesCommand.d.ts +1 -1
  258. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListAttachedRolePoliciesCommand.d.ts +1 -1
  259. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListAttachedUserPoliciesCommand.d.ts +1 -1
  260. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListEntitiesForPolicyCommand.d.ts +1 -1
  261. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListGroupPoliciesCommand.d.ts +1 -1
  262. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListGroupsForUserCommand.d.ts +1 -1
  263. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListInstanceProfileTagsCommand.d.ts +1 -1
  264. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListInstanceProfilesForRoleCommand.d.ts +1 -1
  265. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListMFADeviceTagsCommand.d.ts +1 -1
  266. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListOpenIDConnectProviderTagsCommand.d.ts +1 -1
  267. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListPoliciesGrantingServiceAccessCommand.d.ts +1 -1
  268. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListPolicyTagsCommand.d.ts +1 -1
  269. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListPolicyVersionsCommand.d.ts +1 -1
  270. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListRolePoliciesCommand.d.ts +1 -1
  271. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListRoleTagsCommand.d.ts +1 -1
  272. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListSAMLProviderTagsCommand.d.ts +1 -1
  273. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListServerCertificateTagsCommand.d.ts +1 -1
  274. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListUserPoliciesCommand.d.ts +1 -1
  275. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListUserTagsCommand.d.ts +1 -1
  276. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutGroupPolicyCommand.d.ts +1 -1
  277. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutRolePermissionsBoundaryCommand.d.ts +1 -1
  278. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutRolePolicyCommand.d.ts +1 -1
  279. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutUserPermissionsBoundaryCommand.d.ts +1 -1
  280. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutUserPolicyCommand.d.ts +1 -1
  281. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +1 -1
  282. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RemoveRoleFromInstanceProfileCommand.d.ts +1 -1
  283. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RemoveUserFromGroupCommand.d.ts +1 -1
  284. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ResetServiceSpecificCredentialCommand.d.ts +1 -1
  285. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ResyncMFADeviceCommand.d.ts +1 -1
  286. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SetDefaultPolicyVersionCommand.d.ts +1 -1
  287. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SetSecurityTokenServicePreferencesCommand.d.ts +1 -1
  288. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SimulateCustomPolicyCommand.d.ts +1 -1
  289. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SimulatePrincipalPolicyCommand.d.ts +1 -1
  290. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagInstanceProfileCommand.d.ts +1 -1
  291. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagMFADeviceCommand.d.ts +1 -1
  292. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagOpenIDConnectProviderCommand.d.ts +1 -1
  293. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagPolicyCommand.d.ts +1 -1
  294. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagRoleCommand.d.ts +1 -1
  295. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagSAMLProviderCommand.d.ts +1 -1
  296. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagServerCertificateCommand.d.ts +1 -1
  297. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagUserCommand.d.ts +1 -1
  298. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagInstanceProfileCommand.d.ts +1 -1
  299. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagMFADeviceCommand.d.ts +1 -1
  300. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagOpenIDConnectProviderCommand.d.ts +1 -1
  301. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagPolicyCommand.d.ts +1 -1
  302. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagRoleCommand.d.ts +1 -1
  303. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagSAMLProviderCommand.d.ts +1 -1
  304. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagServerCertificateCommand.d.ts +1 -1
  305. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagUserCommand.d.ts +1 -1
  306. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateAccessKeyCommand.d.ts +1 -1
  307. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateAssumeRolePolicyCommand.d.ts +1 -1
  308. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +1 -1
  309. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateLoginProfileCommand.d.ts +1 -1
  310. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateOpenIDConnectProviderThumbprintCommand.d.ts +1 -1
  311. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateRoleCommand.d.ts +1 -1
  312. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateRoleDescriptionCommand.d.ts +1 -1
  313. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateSAMLProviderCommand.d.ts +1 -1
  314. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateSSHPublicKeyCommand.d.ts +1 -1
  315. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateServerCertificateCommand.d.ts +1 -1
  316. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateServiceSpecificCredentialCommand.d.ts +1 -1
  317. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateSigningCertificateCommand.d.ts +1 -1
  318. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +1 -1
  319. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UploadSSHPublicKeyCommand.d.ts +1 -1
  320. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UploadServerCertificateCommand.d.ts +1 -1
  321. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UploadSigningCertificateCommand.d.ts +1 -1
  322. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +12 -12
  323. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_0.d.ts +15 -3
  324. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/runtimeConfig.browser.d.ts +26 -30
  325. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/runtimeConfig.d.ts +21 -29
  326. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/runtimeConfig.native.d.ts +27 -31
  327. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/runtimeConfig.shared.d.ts +3 -3
  328. package/node_modules/@aws-sdk/client-iam/package.json +35 -35
  329. package/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +3 -3
  330. package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +22 -23
  331. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +9 -5
  332. package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +2 -1
  333. package/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +3 -3
  334. package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/EndpointParameters.js +2 -3
  335. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +10 -6
  336. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeExtensions.js +2 -14
  337. package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +15 -1
  338. package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +2 -1
  339. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +2 -1
  340. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +2 -1
  341. package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +2 -1
  342. package/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +9 -11
  343. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +19 -18
  344. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +16 -15
  345. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +20 -19
  346. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +3 -3
  347. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +3 -0
  348. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +1 -1
  349. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +1 -1
  350. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +1 -1
  351. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +1 -1
  352. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +12 -12
  353. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +26 -30
  354. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +20 -26
  355. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +27 -31
  356. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +3 -3
  357. package/node_modules/@aws-sdk/client-sso/package.json +33 -33
  358. package/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +13 -15
  359. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +15 -3
  360. package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +124 -33
  361. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +1692 -23
  362. package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +4 -4
  363. package/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +1 -0
  364. package/node_modules/@aws-sdk/core/dist-es/submodules/client/setTokenFeature.js +7 -0
  365. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.js +22 -0
  366. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js +1 -0
  367. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +70 -27
  368. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js +1 -0
  369. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getArrayForCommaSeparatedString.js +1 -0
  370. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.js +1 -0
  371. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ConfigurableSerdeContext.js +6 -0
  372. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +94 -0
  373. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js +39 -0
  374. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js +2 -1
  375. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +14 -0
  376. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +19 -0
  377. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +19 -0
  378. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +75 -0
  379. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +77 -0
  380. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonCodec.js +20 -0
  381. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +105 -0
  382. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +110 -0
  383. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReplacer.js +46 -0
  384. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReviver.js +18 -0
  385. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +8 -5
  386. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +17 -0
  387. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +127 -0
  388. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QuerySerializerSettings.js +1 -0
  389. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +156 -0
  390. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +78 -0
  391. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlCodec.js +20 -0
  392. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +151 -0
  393. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +283 -0
  394. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/simpleFormatXml.js +27 -0
  395. package/node_modules/@aws-sdk/core/dist-types/api-extractor-type-index.d.ts +5 -0
  396. package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +0 -3
  397. package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +9 -0
  398. package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +1 -0
  399. package/node_modules/@aws-sdk/core/dist-types/submodules/client/setTokenFeature.d.ts +7 -0
  400. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +2 -1
  401. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +5 -0
  402. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/index.d.ts +1 -0
  403. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +25 -3
  404. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/index.d.ts +1 -0
  405. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getArrayForCommaSeparatedString.d.ts +8 -0
  406. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.d.ts +6 -0
  407. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ConfigurableSerdeContext.d.ts +8 -0
  408. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +57 -0
  409. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +23 -0
  410. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +2 -2
  411. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +14 -0
  412. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +18 -0
  413. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +18 -0
  414. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +23 -0
  415. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +24 -0
  416. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +19 -0
  417. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
  418. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
  419. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReplacer.d.ts +21 -0
  420. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +15 -0
  421. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +12 -3
  422. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +20 -0
  423. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +43 -0
  424. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
  425. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
  426. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +26 -0
  427. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlCodec.d.ts +14 -0
  428. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +20 -0
  429. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
  430. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/parseXmlBody.d.ts +9 -0
  431. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/simpleFormatXml.d.ts +6 -0
  432. package/node_modules/@aws-sdk/core/dist-types/ts3.4/api-extractor-type-index.d.ts +5 -0
  433. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +1 -0
  434. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +6 -0
  435. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +4 -0
  436. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/index.d.ts +1 -0
  437. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +11 -1
  438. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/index.d.ts +1 -0
  439. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getArrayForCommaSeparatedString.d.ts +1 -0
  440. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.d.ts +1 -0
  441. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ConfigurableSerdeContext.d.ts +5 -0
  442. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +39 -0
  443. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +33 -0
  444. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +2 -2
  445. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +14 -0
  446. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +15 -0
  447. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +15 -0
  448. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +44 -0
  449. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +36 -0
  450. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonCodec.d.ts +16 -0
  451. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
  452. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
  453. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReplacer.d.ts +7 -0
  454. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReviver.d.ts +7 -0
  455. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +3 -3
  456. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +14 -0
  457. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +57 -0
  458. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
  459. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
  460. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +41 -0
  461. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlCodec.d.ts +17 -0
  462. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeDeserializer.d.ts +15 -0
  463. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
  464. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/simpleFormatXml.d.ts +1 -0
  465. package/node_modules/@aws-sdk/core/package.json +30 -26
  466. package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +3 -3
  467. package/node_modules/@aws-sdk/credential-provider-env/package.json +6 -6
  468. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +2 -3
  469. package/node_modules/@aws-sdk/credential-provider-http/package.json +11 -11
  470. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +9 -9
  471. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +2 -2
  472. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveCredentialSource.d.ts +1 -1
  473. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +9 -1
  474. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +2 -2
  475. package/node_modules/@aws-sdk/credential-provider-ini/package.json +16 -16
  476. package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +3 -3
  477. package/node_modules/@aws-sdk/credential-provider-node/package.json +13 -13
  478. package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +3 -3
  479. package/node_modules/@aws-sdk/credential-provider-process/package.json +7 -7
  480. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +3 -3
  481. package/node_modules/@aws-sdk/credential-provider-sso/package.json +9 -9
  482. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +17 -7
  483. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +4 -4
  484. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +7 -7
  485. package/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +9 -11
  486. package/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +15 -0
  487. package/node_modules/@aws-sdk/middleware-host-header/package.json +8 -7
  488. package/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +5 -5
  489. package/node_modules/@aws-sdk/middleware-logger/dist-types/loggerMiddleware.d.ts +1 -1
  490. package/node_modules/@aws-sdk/middleware-logger/package.json +6 -6
  491. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +10 -6
  492. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/index.js +6 -3
  493. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +7 -7
  494. package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +11 -11
  495. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +4 -4
  496. package/node_modules/@aws-sdk/middleware-user-agent/package.json +10 -10
  497. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +3 -3
  498. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +23 -24
  499. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.js +9 -5
  500. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +2 -1
  501. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +4 -5
  502. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/EndpointParameters.js +2 -3
  503. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +6 -7
  504. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +9 -5
  505. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeExtensions.js +2 -14
  506. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +2 -1
  507. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +3 -3
  508. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/EndpointParameters.js +2 -3
  509. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +10 -6
  510. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js +2 -14
  511. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +2 -1
  512. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +4 -5
  513. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/EndpointParameters.js +2 -3
  514. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +10 -6
  515. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js +2 -14
  516. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +15 -1
  517. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +47 -1
  518. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +9 -11
  519. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +19 -18
  520. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +16 -15
  521. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +20 -19
  522. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +3 -3
  523. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +15 -1
  524. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +48 -1
  525. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +35 -1
  526. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/EndpointParameters.d.ts +11 -13
  527. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +21 -20
  528. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +19 -18
  529. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +22 -21
  530. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +4 -4
  531. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +3 -0
  532. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +1 -1
  533. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +12 -12
  534. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +26 -30
  535. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +20 -26
  536. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +27 -31
  537. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +3 -3
  538. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +3 -0
  539. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleCommand.d.ts +1 -1
  540. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +1 -1
  541. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/EndpointParameters.d.ts +14 -14
  542. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +30 -36
  543. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +27 -35
  544. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +31 -37
  545. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +5 -7
  546. package/node_modules/@aws-sdk/nested-clients/package.json +37 -37
  547. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +15 -26
  548. package/node_modules/@aws-sdk/region-config-resolver/dist-es/extensions/index.js +2 -12
  549. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/resolveRegionConfig.js +2 -3
  550. package/node_modules/@aws-sdk/region-config-resolver/package.json +6 -6
  551. package/node_modules/@aws-sdk/token-providers/README.md +9 -0
  552. package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +24 -4
  553. package/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +16 -0
  554. package/node_modules/@aws-sdk/token-providers/dist-es/index.js +1 -0
  555. package/node_modules/@aws-sdk/token-providers/dist-types/fromEnvSigningName.d.ts +18 -0
  556. package/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +0 -1
  557. package/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +0 -1
  558. package/node_modules/@aws-sdk/token-providers/dist-types/index.d.ts +1 -0
  559. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromEnvSigningName.d.ts +11 -0
  560. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/index.d.ts +1 -0
  561. package/node_modules/@aws-sdk/token-providers/package.json +11 -8
  562. package/node_modules/@aws-sdk/types/dist-cjs/index.js +3 -3
  563. package/node_modules/@aws-sdk/types/dist-es/function.js +1 -0
  564. package/node_modules/@aws-sdk/types/dist-es/index.js +1 -0
  565. package/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +7 -1
  566. package/node_modules/@aws-sdk/types/dist-types/function.d.ts +7 -0
  567. package/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
  568. package/node_modules/@aws-sdk/types/dist-types/index.d.ts +1 -0
  569. package/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +5 -1
  570. package/node_modules/@aws-sdk/types/dist-types/ts3.4/function.d.ts +7 -0
  571. package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
  572. package/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +1 -0
  573. package/node_modules/@aws-sdk/types/package.json +3 -3
  574. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +83 -30
  575. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +48 -23
  576. package/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +1 -0
  577. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +48 -23
  578. package/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
  579. package/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +1 -0
  580. package/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
  581. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +1 -0
  582. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
  583. package/node_modules/@aws-sdk/util-endpoints/package.json +9 -7
  584. package/node_modules/@aws-sdk/util-locate-window/dist-cjs/index.js +3 -3
  585. package/node_modules/@aws-sdk/util-locate-window/package.json +2 -2
  586. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +2 -2
  587. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +2 -2
  588. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +4 -4
  589. package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +5 -5
  590. package/node_modules/@aws-sdk/util-user-agent-node/package.json +6 -6
  591. package/node_modules/@aws-sdk/xml-builder/LICENSE +201 -0
  592. package/node_modules/@aws-sdk/xml-builder/README.md +10 -0
  593. package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +173 -0
  594. package/node_modules/@aws-sdk/xml-builder/dist-es/XmlNode.js +88 -0
  595. package/node_modules/@aws-sdk/xml-builder/dist-es/XmlText.js +10 -0
  596. package/node_modules/@aws-sdk/xml-builder/dist-es/escape-attribute.js +3 -0
  597. package/node_modules/@aws-sdk/xml-builder/dist-es/escape-element.js +12 -0
  598. package/node_modules/@aws-sdk/xml-builder/dist-es/index.js +2 -0
  599. package/node_modules/@aws-sdk/xml-builder/dist-es/stringable.js +1 -0
  600. package/node_modules/@aws-sdk/xml-builder/dist-types/XmlNode.d.ts +49 -0
  601. package/node_modules/@aws-sdk/xml-builder/dist-types/XmlText.d.ts +11 -0
  602. package/node_modules/@aws-sdk/xml-builder/dist-types/escape-attribute.d.ts +6 -0
  603. package/node_modules/@aws-sdk/xml-builder/dist-types/escape-element.d.ts +6 -0
  604. package/node_modules/@aws-sdk/xml-builder/dist-types/index.d.ts +8 -0
  605. package/node_modules/@aws-sdk/xml-builder/dist-types/stringable.d.ts +6 -0
  606. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/XmlNode.d.ts +29 -0
  607. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/XmlText.d.ts +6 -0
  608. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/escape-attribute.d.ts +1 -0
  609. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/escape-element.d.ts +1 -0
  610. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/index.d.ts +2 -0
  611. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/stringable.d.ts +3 -0
  612. package/node_modules/@aws-sdk/xml-builder/package.json +54 -0
  613. package/node_modules/@smithy/abort-controller/package.json +5 -5
  614. package/node_modules/@smithy/config-resolver/dist-cjs/index.js +11 -14
  615. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveCustomEndpointsConfig.js +5 -6
  616. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveEndpointsConfig.js +4 -5
  617. package/node_modules/@smithy/config-resolver/dist-es/regionConfig/resolveRegionConfig.js +2 -3
  618. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +5 -0
  619. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +3 -0
  620. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts +3 -2
  621. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariantTag.d.ts +4 -1
  622. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/PartitionHash.d.ts +3 -2
  623. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/RegionHash.d.ts +3 -2
  624. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getHostnameFromVariants.d.ts +2 -0
  625. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts +2 -0
  626. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedHostname.d.ts +2 -0
  627. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedPartition.d.ts +2 -0
  628. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedSigningRegion.d.ts +2 -0
  629. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +5 -0
  630. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +3 -0
  631. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariant.d.ts +3 -2
  632. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariantTag.d.ts +4 -1
  633. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/PartitionHash.d.ts +3 -2
  634. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/RegionHash.d.ts +3 -2
  635. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getHostnameFromVariants.d.ts +2 -0
  636. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getRegionInfo.d.ts +2 -0
  637. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedHostname.d.ts +2 -0
  638. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedPartition.d.ts +2 -0
  639. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedSigningRegion.d.ts +2 -0
  640. package/node_modules/@smithy/config-resolver/package.json +7 -7
  641. package/node_modules/@smithy/core/dist-cjs/index.js +27 -1
  642. package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/resolveAuthOptions.js +1 -0
  643. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +348 -8
  644. package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +261 -0
  645. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +761 -2
  646. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +885 -0
  647. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +710 -0
  648. package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +4 -1
  649. package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/resolveAuthOptions.js +20 -0
  650. package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +172 -0
  651. package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +95 -0
  652. package/node_modules/@smithy/core/dist-es/submodules/cbor/byte-printer.js +37 -0
  653. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +39 -4
  654. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +33 -3
  655. package/node_modules/@smithy/core/dist-es/submodules/cbor/index.js +3 -1
  656. package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +6 -3
  657. package/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +200 -0
  658. package/node_modules/@smithy/core/dist-es/submodules/event-streams/index.js +1 -0
  659. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +258 -0
  660. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +119 -0
  661. package/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +94 -0
  662. package/node_modules/@smithy/core/dist-es/submodules/protocols/index.js +8 -0
  663. package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/FromStringShapeDeserializer.js +64 -0
  664. package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/HttpInterceptingShapeDeserializer.js +38 -0
  665. package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/HttpInterceptingShapeSerializer.js +30 -0
  666. package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/ToStringShapeSerializer.js +87 -0
  667. package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/determineTimestampFormat.js +20 -0
  668. package/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +49 -0
  669. package/node_modules/@smithy/core/dist-es/submodules/schema/deref.js +6 -0
  670. package/node_modules/@smithy/core/dist-es/submodules/schema/index.js +12 -0
  671. package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/getSchemaSerdePlugin.js +23 -0
  672. package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schema-middleware-types.js +1 -0
  673. package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +60 -0
  674. package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaSerializationMiddleware.js +16 -0
  675. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js +27 -0
  676. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +25 -0
  677. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +26 -0
  678. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +330 -0
  679. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/OperationSchema.js +16 -0
  680. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/Schema.js +6 -0
  681. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +25 -0
  682. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +32 -0
  683. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/sentinels.js +16 -0
  684. package/node_modules/@smithy/core/dist-es/submodules/serde/copyDocumentWithTransform.js +1 -0
  685. package/node_modules/@smithy/core/dist-es/submodules/serde/generateIdempotencyToken.js +2 -0
  686. package/node_modules/@smithy/core/dist-es/submodules/serde/index.js +9 -0
  687. package/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +45 -0
  688. package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +2 -1
  689. package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/resolveAuthOptions.d.ts +10 -0
  690. package/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +38 -0
  691. package/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +23 -0
  692. package/node_modules/@smithy/core/dist-types/submodules/cbor/byte-printer.d.ts +6 -0
  693. package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +1 -3
  694. package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor.d.ts +1 -1
  695. package/node_modules/@smithy/core/dist-types/submodules/cbor/index.d.ts +3 -1
  696. package/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +2 -2
  697. package/node_modules/@smithy/core/dist-types/submodules/event-streams/EventStreamSerde.d.ts +60 -0
  698. package/node_modules/@smithy/core/dist-types/submodules/event-streams/index.d.ts +1 -0
  699. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +23 -0
  700. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +73 -0
  701. package/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +11 -0
  702. package/node_modules/@smithy/core/dist-types/submodules/protocols/collect-stream-body.d.ts +1 -1
  703. package/node_modules/@smithy/core/dist-types/submodules/protocols/index.d.ts +8 -0
  704. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +14 -0
  705. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +18 -0
  706. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +20 -0
  707. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/ToStringShapeSerializer.d.ts +15 -0
  708. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/determineTimestampFormat.d.ts +9 -0
  709. package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +55 -0
  710. package/node_modules/@smithy/core/dist-types/submodules/schema/deref.d.ts +6 -0
  711. package/node_modules/@smithy/core/dist-types/submodules/schema/index.d.ts +12 -0
  712. package/node_modules/@smithy/core/dist-types/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +14 -0
  713. package/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schema-middleware-types.d.ts +8 -0
  714. package/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +9 -0
  715. package/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaSerializationMiddleware.d.ts +6 -0
  716. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +41 -0
  717. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +23 -0
  718. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +28 -0
  719. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +140 -0
  720. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/OperationSchema.d.ts +20 -0
  721. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/Schema.d.ts +11 -0
  722. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +23 -0
  723. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +24 -0
  724. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/sentinels.d.ts +21 -0
  725. package/node_modules/@smithy/core/dist-types/submodules/serde/copyDocumentWithTransform.d.ts +6 -0
  726. package/node_modules/@smithy/core/dist-types/submodules/serde/generateIdempotencyToken.d.ts +2 -0
  727. package/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +9 -0
  728. package/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/lazy-json.d.ts +1 -2
  729. package/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +33 -0
  730. package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +2 -1
  731. package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/resolveAuthOptions.d.ts +10 -0
  732. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +38 -0
  733. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +23 -0
  734. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +6 -0
  735. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-types.d.ts +1 -2
  736. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor.d.ts +1 -1
  737. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/index.d.ts +3 -1
  738. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/parseCborBody.d.ts +1 -1
  739. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/EventStreamSerde.d.ts +60 -0
  740. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/index.d.ts +1 -0
  741. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +23 -0
  742. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +73 -0
  743. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +11 -0
  744. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/collect-stream-body.d.ts +1 -1
  745. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/index.d.ts +8 -0
  746. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +14 -0
  747. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +18 -0
  748. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +20 -0
  749. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/ToStringShapeSerializer.d.ts +15 -0
  750. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/determineTimestampFormat.d.ts +9 -0
  751. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +55 -0
  752. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/deref.d.ts +6 -0
  753. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/index.d.ts +12 -0
  754. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +14 -0
  755. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schema-middleware-types.d.ts +11 -0
  756. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +9 -0
  757. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schemaSerializationMiddleware.d.ts +6 -0
  758. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +41 -0
  759. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +23 -0
  760. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +28 -0
  761. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +143 -0
  762. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/OperationSchema.d.ts +20 -0
  763. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/Schema.d.ts +11 -0
  764. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +23 -0
  765. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +27 -0
  766. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/sentinels.d.ts +21 -0
  767. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/copyDocumentWithTransform.d.ts +6 -0
  768. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/generateIdempotencyToken.d.ts +2 -0
  769. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +9 -0
  770. package/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/lazy-json.d.ts +1 -2
  771. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +33 -0
  772. package/node_modules/@smithy/core/event-streams.d.ts +7 -0
  773. package/node_modules/@smithy/core/event-streams.js +6 -0
  774. package/node_modules/@smithy/core/package.json +49 -16
  775. package/node_modules/@smithy/core/schema.d.ts +7 -0
  776. package/node_modules/@smithy/core/schema.js +6 -0
  777. package/node_modules/@smithy/core/serde.d.ts +7 -0
  778. package/node_modules/@smithy/core/serde.js +6 -0
  779. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +0 -3
  780. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +0 -1
  781. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/staticStabilityProvider.d.ts +1 -1
  782. package/node_modules/@smithy/credential-provider-imds/dist-types/utils/staticStabilityProvider.d.ts +1 -1
  783. package/node_modules/@smithy/credential-provider-imds/package.json +8 -8
  784. package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +2 -2
  785. package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +4 -4
  786. package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +2 -2
  787. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +2 -2
  788. package/node_modules/@smithy/fetch-http-handler/package.json +8 -8
  789. package/node_modules/@smithy/hash-node/package.json +5 -5
  790. package/node_modules/@smithy/invalid-dependency/package.json +5 -5
  791. package/node_modules/@smithy/middleware-content-length/dist-cjs/index.js +2 -2
  792. package/node_modules/@smithy/middleware-content-length/package.json +6 -6
  793. package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +27 -9
  794. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +3 -0
  795. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +2 -1
  796. package/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +1 -1
  797. package/node_modules/@smithy/middleware-endpoint/dist-es/index.js +1 -0
  798. package/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointConfig.js +5 -6
  799. package/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointRequiredConfig.js +9 -0
  800. package/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +1 -0
  801. package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +5 -3
  802. package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointRequiredConfig.d.ts +32 -0
  803. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +1 -0
  804. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +5 -3
  805. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointRequiredConfig.d.ts +32 -0
  806. package/node_modules/@smithy/middleware-endpoint/package.json +10 -10
  807. package/node_modules/@smithy/middleware-retry/README.md +1 -1
  808. package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +5 -6
  809. package/node_modules/@smithy/middleware-retry/dist-es/configurations.js +5 -6
  810. package/node_modules/@smithy/middleware-retry/package.json +13 -13
  811. package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +21 -1
  812. package/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +20 -0
  813. package/node_modules/@smithy/middleware-serde/dist-es/serializerMiddleware.js +4 -3
  814. package/node_modules/@smithy/middleware-serde/dist-types/deserializerMiddleware.d.ts +1 -0
  815. package/node_modules/@smithy/middleware-serde/dist-types/serdePlugin.d.ts +14 -2
  816. package/node_modules/@smithy/middleware-serde/dist-types/serializerMiddleware.d.ts +2 -2
  817. package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/deserializerMiddleware.d.ts +1 -0
  818. package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts +14 -2
  819. package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serializerMiddleware.d.ts +2 -2
  820. package/node_modules/@smithy/middleware-serde/package.json +5 -4
  821. package/node_modules/@smithy/middleware-stack/package.json +5 -5
  822. package/node_modules/@smithy/node-config-provider/README.md +6 -0
  823. package/node_modules/@smithy/node-config-provider/dist-cjs/index.js +14 -10
  824. package/node_modules/@smithy/node-config-provider/dist-es/configLoader.js +5 -1
  825. package/node_modules/@smithy/node-config-provider/dist-es/fromEnv.js +3 -3
  826. package/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +2 -2
  827. package/node_modules/@smithy/node-config-provider/dist-types/fromEnv.d.ts +15 -2
  828. package/node_modules/@smithy/node-config-provider/dist-types/index.d.ts +3 -0
  829. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/configLoader.d.ts +2 -2
  830. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromEnv.d.ts +15 -2
  831. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/index.d.ts +3 -0
  832. package/node_modules/@smithy/node-config-provider/package.json +7 -7
  833. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +11 -9
  834. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +4 -3
  835. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +7 -6
  836. package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +1 -3
  837. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +0 -1
  838. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +1 -2
  839. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +1 -1
  840. package/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +0 -3
  841. package/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +0 -7
  842. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +0 -7
  843. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +0 -7
  844. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +0 -3
  845. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +0 -3
  846. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +1 -2
  847. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +0 -1
  848. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +1 -2
  849. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +1 -1
  850. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +0 -1
  851. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +0 -1
  852. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +0 -1
  853. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +0 -1
  854. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +0 -1
  855. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +0 -1
  856. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +0 -1
  857. package/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +0 -2
  858. package/node_modules/@smithy/node-http-handler/package.json +7 -7
  859. package/node_modules/@smithy/property-provider/dist-types/chain.d.ts +1 -1
  860. package/node_modules/@smithy/property-provider/dist-types/ts3.4/chain.d.ts +1 -1
  861. package/node_modules/@smithy/property-provider/package.json +5 -5
  862. package/node_modules/@smithy/protocol-http/dist-cjs/index.js +4 -5
  863. package/node_modules/@smithy/protocol-http/dist-es/extensions/httpExtensionConfiguration.js +4 -5
  864. package/node_modules/@smithy/protocol-http/dist-types/extensions/httpExtensionConfiguration.d.ts +3 -7
  865. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/httpExtensionConfiguration.d.ts +3 -7
  866. package/node_modules/@smithy/protocol-http/package.json +5 -5
  867. package/node_modules/@smithy/querystring-builder/package.json +5 -5
  868. package/node_modules/@smithy/querystring-parser/package.json +5 -5
  869. package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +23 -1
  870. package/node_modules/@smithy/service-error-classification/dist-es/constants.js +1 -0
  871. package/node_modules/@smithy/service-error-classification/dist-es/index.js +17 -1
  872. package/node_modules/@smithy/service-error-classification/dist-types/constants.d.ts +4 -0
  873. package/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +5 -0
  874. package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +4 -0
  875. package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/index.d.ts +5 -0
  876. package/node_modules/@smithy/service-error-classification/package.json +5 -5
  877. package/node_modules/@smithy/shared-ini-file-loader/package.json +5 -5
  878. package/node_modules/@smithy/signature-v4/dist-cjs/index.js +196 -92
  879. package/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js +17 -73
  880. package/node_modules/@smithy/signature-v4/dist-es/SignatureV4Base.js +73 -0
  881. package/node_modules/@smithy/signature-v4/dist-es/index.js +4 -0
  882. package/node_modules/@smithy/signature-v4/dist-es/signature-v4a-container.js +3 -0
  883. package/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +3 -59
  884. package/node_modules/@smithy/signature-v4/dist-types/SignatureV4Base.d.ts +69 -0
  885. package/node_modules/@smithy/signature-v4/dist-types/index.d.ts +4 -0
  886. package/node_modules/@smithy/signature-v4/dist-types/signature-v4a-container.d.ts +24 -0
  887. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +3 -59
  888. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4Base.d.ts +69 -0
  889. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/index.d.ts +4 -0
  890. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/signature-v4a-container.d.ts +24 -0
  891. package/node_modules/@smithy/signature-v4/package.json +7 -7
  892. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +93 -638
  893. package/node_modules/@smithy/smithy-client/dist-es/command.js +13 -4
  894. package/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +2 -3
  895. package/node_modules/@smithy/smithy-client/dist-es/extensions/defaultExtensionConfiguration.js +2 -8
  896. package/node_modules/@smithy/smithy-client/dist-es/extensions/retry.js +2 -3
  897. package/node_modules/@smithy/smithy-client/dist-es/index.js +1 -6
  898. package/node_modules/@smithy/smithy-client/dist-es/schemaLogFilter.js +34 -0
  899. package/node_modules/@smithy/smithy-client/dist-types/client.d.ts +8 -0
  900. package/node_modules/@smithy/smithy-client/dist-types/command.d.ts +7 -1
  901. package/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +3 -1
  902. package/node_modules/@smithy/smithy-client/dist-types/default-error-handler.d.ts +3 -1
  903. package/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +0 -1
  904. package/node_modules/@smithy/smithy-client/dist-types/extensions/defaultExtensionConfiguration.d.ts +6 -6
  905. package/node_modules/@smithy/smithy-client/dist-types/index.d.ts +1 -6
  906. package/node_modules/@smithy/smithy-client/dist-types/schemaLogFilter.d.ts +9 -0
  907. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +8 -0
  908. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/command.d.ts +7 -1
  909. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +3 -1
  910. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/default-error-handler.d.ts +3 -1
  911. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/checksum.d.ts +0 -1
  912. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +6 -6
  913. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/index.d.ts +1 -6
  914. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/schemaLogFilter.d.ts +9 -0
  915. package/node_modules/@smithy/smithy-client/package.json +10 -10
  916. package/node_modules/@smithy/types/dist-cjs/index.js +4 -9
  917. package/node_modules/@smithy/types/dist-cjs/schema/schema.js +1 -0
  918. package/node_modules/@smithy/types/dist-cjs/schema/sentinels.js +1 -0
  919. package/node_modules/@smithy/types/dist-cjs/schema/traits.js +1 -0
  920. package/node_modules/@smithy/types/dist-cjs/transform/mutable.js +1 -0
  921. package/node_modules/@smithy/types/dist-es/extensions/checksum.js +2 -3
  922. package/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +2 -6
  923. package/node_modules/@smithy/types/dist-es/index.js +3 -0
  924. package/node_modules/@smithy/types/dist-es/schema/schema.js +1 -0
  925. package/node_modules/@smithy/types/dist-es/schema/sentinels.js +1 -0
  926. package/node_modules/@smithy/types/dist-es/schema/traits.js +1 -0
  927. package/node_modules/@smithy/types/dist-es/transform/mutable.js +1 -0
  928. package/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +0 -3
  929. package/node_modules/@smithy/types/dist-types/command.d.ts +5 -0
  930. package/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +0 -2
  931. package/node_modules/@smithy/types/dist-types/index.d.ts +3 -0
  932. package/node_modules/@smithy/types/dist-types/schema/schema.d.ts +262 -0
  933. package/node_modules/@smithy/types/dist-types/schema/sentinels.d.ts +65 -0
  934. package/node_modules/@smithy/types/dist-types/schema/traits.d.ts +46 -0
  935. package/node_modules/@smithy/types/dist-types/serde.d.ts +2 -0
  936. package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +0 -1
  937. package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -3
  938. package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -2
  939. package/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +0 -2
  940. package/node_modules/@smithy/types/dist-types/transform/mutable.d.ts +6 -0
  941. package/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +0 -1
  942. package/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +5 -0
  943. package/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +0 -1
  944. package/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +3 -0
  945. package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +277 -0
  946. package/node_modules/@smithy/types/dist-types/ts3.4/schema/sentinels.d.ts +65 -0
  947. package/node_modules/@smithy/types/dist-types/ts3.4/schema/traits.d.ts +46 -0
  948. package/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +2 -0
  949. package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +0 -1
  950. package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -1
  951. package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -1
  952. package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +0 -1
  953. package/node_modules/@smithy/types/dist-types/ts3.4/transform/mutable.d.ts +6 -0
  954. package/node_modules/@smithy/types/package.json +4 -4
  955. package/node_modules/@smithy/url-parser/package.json +6 -6
  956. package/node_modules/@smithy/util-defaults-mode-browser/package.json +6 -6
  957. package/node_modules/@smithy/util-defaults-mode-node/package.json +9 -9
  958. package/node_modules/@smithy/util-endpoints/dist-types/lib/isSet.d.ts +1 -1
  959. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isSet.d.ts +1 -1
  960. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/endpointFunctions.d.ts +1 -1
  961. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateRules.d.ts +2 -2
  962. package/node_modules/@smithy/util-endpoints/dist-types/utils/endpointFunctions.d.ts +1 -1
  963. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateRules.d.ts +2 -2
  964. package/node_modules/@smithy/util-endpoints/package.json +6 -6
  965. package/node_modules/@smithy/util-middleware/package.json +5 -5
  966. package/node_modules/@smithy/util-retry/README.md +1 -1
  967. package/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +1 -1
  968. package/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +1 -1
  969. package/node_modules/@smithy/util-retry/package.json +6 -6
  970. package/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.js +1 -2
  971. package/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadable.js +2 -3
  972. package/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadableStream.js +9 -9
  973. package/node_modules/@smithy/util-stream/dist-cjs/headStream.browser.js +1 -2
  974. package/node_modules/@smithy/util-stream/dist-cjs/splitStream.browser.js +1 -2
  975. package/node_modules/@smithy/util-stream/dist-cjs/splitStream.js +1 -2
  976. package/node_modules/@smithy/util-stream/dist-es/createBufferedReadable.js +1 -1
  977. package/node_modules/@smithy/util-stream/dist-es/createBufferedReadableStream.js +3 -3
  978. package/node_modules/@smithy/util-stream/dist-types/ByteArrayCollector.d.ts +1 -1
  979. package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +0 -3
  980. package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +0 -1
  981. package/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +0 -1
  982. package/node_modules/@smithy/util-stream/dist-types/createBufferedReadableStream.d.ts +3 -2
  983. package/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +0 -1
  984. package/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +0 -1
  985. package/node_modules/@smithy/util-stream/dist-types/ts3.4/ByteArrayCollector.d.ts +1 -1
  986. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +0 -1
  987. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +0 -1
  988. package/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +0 -1
  989. package/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadableStream.d.ts +3 -2
  990. package/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +0 -1
  991. package/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +0 -1
  992. package/node_modules/@smithy/util-stream/package.json +6 -6
  993. package/node_modules/@smithy/util-waiter/dist-cjs/index.js +27 -8
  994. package/node_modules/@smithy/util-waiter/dist-es/createWaiter.js +27 -8
  995. package/node_modules/@smithy/util-waiter/package.json +6 -6
  996. package/node_modules/@types/uuid/LICENSE +21 -0
  997. package/node_modules/@types/uuid/README.md +15 -0
  998. package/node_modules/@types/uuid/index.d.mts +12 -0
  999. package/node_modules/@types/uuid/index.d.ts +86 -0
  1000. package/node_modules/@types/uuid/package.json +54 -0
  1001. package/node_modules/bowser/CHANGELOG.md +1 -1
  1002. package/node_modules/bowser/README.md +2 -4
  1003. package/node_modules/bowser/bundled.js +1 -1
  1004. package/node_modules/bowser/es5.js +1 -1
  1005. package/node_modules/bowser/index.d.ts +71 -6
  1006. package/node_modules/bowser/package.json +4 -3
  1007. package/node_modules/bowser/src/constants.js +3 -0
  1008. package/node_modules/bowser/src/parser-browsers.js +15 -0
  1009. package/node_modules/bowser/src/parser-platforms.js +17 -1
  1010. package/node_modules/bowser/src/parser.js +20 -5
  1011. package/node_modules/bowser/src/utils.js +2 -2
  1012. package/node_modules/fast-xml-parser/CHANGELOG.md +77 -0
  1013. package/node_modules/fast-xml-parser/README.md +39 -52
  1014. package/node_modules/fast-xml-parser/lib/fxbuilder.min.js +2 -0
  1015. package/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +1 -0
  1016. package/node_modules/fast-xml-parser/lib/fxp.cjs +1 -0
  1017. package/node_modules/fast-xml-parser/lib/fxp.d.cts +458 -0
  1018. package/node_modules/fast-xml-parser/lib/fxp.min.js +2 -0
  1019. package/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -0
  1020. package/node_modules/fast-xml-parser/lib/fxparser.min.js +2 -0
  1021. package/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -0
  1022. package/node_modules/fast-xml-parser/lib/fxvalidator.min.js +2 -0
  1023. package/node_modules/fast-xml-parser/lib/fxvalidator.min.js.map +1 -0
  1024. package/node_modules/fast-xml-parser/package.json +36 -20
  1025. package/node_modules/fast-xml-parser/src/cli/cli.js +16 -12
  1026. package/node_modules/fast-xml-parser/src/cli/man.js +6 -1
  1027. package/node_modules/fast-xml-parser/src/cli/read.js +30 -79
  1028. package/node_modules/fast-xml-parser/src/fxp.d.ts +52 -9
  1029. package/node_modules/fast-xml-parser/src/fxp.js +11 -8
  1030. package/node_modules/fast-xml-parser/src/ignoreAttributes.js +18 -0
  1031. package/node_modules/fast-xml-parser/src/util.js +14 -18
  1032. package/node_modules/fast-xml-parser/src/{v5 → v6}/CharsSymbol.js +1 -1
  1033. package/node_modules/fast-xml-parser/src/{v5/valueParsers → v6}/EntitiesParser.js +3 -6
  1034. package/node_modules/fast-xml-parser/src/{v5 → v6}/OptionsBuilder.js +3 -6
  1035. package/node_modules/fast-xml-parser/src/{v5 → v6}/OutputBuilders/BaseOutputBuilder.js +1 -3
  1036. package/node_modules/fast-xml-parser/src/{v5 → v6}/OutputBuilders/JsArrBuilder.js +3 -3
  1037. package/node_modules/fast-xml-parser/src/{v5 → v6}/OutputBuilders/JsMinArrBuilder.js +3 -5
  1038. package/node_modules/fast-xml-parser/src/{v5 → v6}/OutputBuilders/JsObjBuilder.js +3 -5
  1039. package/node_modules/fast-xml-parser/src/{v5 → v6}/OutputBuilders/ParserOptionsBuilder.js +6 -11
  1040. package/node_modules/fast-xml-parser/src/{v5 → v6}/TagPath.js +1 -1
  1041. package/node_modules/fast-xml-parser/src/{v5 → v6}/TagPathMatcher.js +3 -5
  1042. package/node_modules/fast-xml-parser/src/{v5 → v6}/XMLParser.js +3 -5
  1043. package/node_modules/fast-xml-parser/src/{v5 → v6}/Xml2JsParser.js +8 -10
  1044. package/node_modules/fast-xml-parser/src/{v5 → v6}/XmlPartReader.js +24 -26
  1045. package/node_modules/fast-xml-parser/src/{v5 → v6}/XmlSpecialTagsReader.js +5 -12
  1046. package/node_modules/fast-xml-parser/src/{v5 → v6}/inputSource/BufferSource.js +1 -3
  1047. package/node_modules/fast-xml-parser/src/{v5 → v6}/inputSource/StringSource.js +1 -3
  1048. package/node_modules/fast-xml-parser/src/{v5 → v6/valueParsers}/EntitiesParser.js +3 -5
  1049. package/node_modules/fast-xml-parser/src/{v5 → v6}/valueParsers/booleanParser.js +1 -2
  1050. package/node_modules/fast-xml-parser/src/{v5 → v6}/valueParsers/booleanParserExt.js +1 -2
  1051. package/node_modules/fast-xml-parser/src/{v5 → v6}/valueParsers/currency.js +1 -3
  1052. package/node_modules/fast-xml-parser/src/{v5 → v6}/valueParsers/join.js +1 -2
  1053. package/node_modules/fast-xml-parser/src/{v5 → v6}/valueParsers/number.js +2 -4
  1054. package/node_modules/fast-xml-parser/src/{v5 → v6}/valueParsers/trim.js +1 -3
  1055. package/node_modules/fast-xml-parser/src/validator.js +5 -5
  1056. package/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +17 -13
  1057. package/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +1 -2
  1058. package/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +288 -71
  1059. package/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +3 -5
  1060. package/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +28 -23
  1061. package/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +21 -8
  1062. package/node_modules/fast-xml-parser/src/xmlparser/node2json.js +8 -2
  1063. package/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +22 -7
  1064. package/node_modules/follow-redirects/package.json +1 -1
  1065. package/node_modules/strnum/.github/SECURITY.md +5 -0
  1066. package/node_modules/strnum/CHANGELOG.md +11 -0
  1067. package/node_modules/strnum/algo.stflow +84 -0
  1068. package/node_modules/strnum/package.json +2 -1
  1069. package/node_modules/strnum/strnum.js +53 -35
  1070. package/node_modules/strnum/strnum.test.js +9 -1
  1071. package/node_modules/strnum/test.js +9 -0
  1072. package/package.json +12 -12
  1073. package/node_modules/@smithy/smithy-client/dist-cjs/split-every.js +0 -1
  1074. package/node_modules/@smithy/smithy-client/dist-cjs/split-header.js +0 -1
  1075. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/date-utils.js +0 -0
  1076. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/lazy-json.js +0 -0
  1077. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/parse-utils.js +0 -0
  1078. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/quote-header.js +0 -0
  1079. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/split-every.js +0 -0
  1080. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/split-header.js +0 -0
  1081. /package/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/date-utils.d.ts +0 -0
  1082. /package/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/parse-utils.d.ts +0 -0
  1083. /package/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/quote-header.d.ts +0 -0
  1084. /package/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/split-every.d.ts +0 -0
  1085. /package/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/split-header.d.ts +0 -0
  1086. /package/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/date-utils.d.ts +0 -0
  1087. /package/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/parse-utils.d.ts +0 -0
  1088. /package/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/quote-header.d.ts +0 -0
  1089. /package/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/split-every.d.ts +0 -0
  1090. /package/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/split-header.d.ts +0 -0
  1091. /package/node_modules/@smithy/{smithy-client/dist-cjs/date-utils.js → middleware-endpoint/dist-cjs/resolveEndpointRequiredConfig.js} +0 -0
  1092. /package/node_modules/@smithy/{smithy-client/dist-cjs/lazy-json.js → signature-v4/dist-cjs/SignatureV4Base.js} +0 -0
  1093. /package/node_modules/@smithy/{smithy-client/dist-cjs/parse-utils.js → signature-v4/dist-cjs/signature-v4a-container.js} +0 -0
  1094. /package/node_modules/@smithy/smithy-client/dist-cjs/{quote-header.js → schemaLogFilter.js} +0 -0
  1095. /package/node_modules/fast-xml-parser/src/{v5 → v6}/Report.js +0 -0
  1096. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/CHANGELOG.md +0 -0
  1097. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/CONTRIBUTING.md +0 -0
  1098. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/LICENSE.md +0 -0
  1099. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/README.md +0 -0
  1100. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/bin/uuid +0 -0
  1101. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/commonjs-browser/index.js +0 -0
  1102. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/commonjs-browser/md5.js +0 -0
  1103. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/commonjs-browser/native.js +0 -0
  1104. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/commonjs-browser/nil.js +0 -0
  1105. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/commonjs-browser/parse.js +0 -0
  1106. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/commonjs-browser/regex.js +0 -0
  1107. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/commonjs-browser/rng.js +0 -0
  1108. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/commonjs-browser/sha1.js +0 -0
  1109. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/commonjs-browser/stringify.js +0 -0
  1110. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/commonjs-browser/v1.js +0 -0
  1111. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/commonjs-browser/v3.js +0 -0
  1112. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/commonjs-browser/v35.js +0 -0
  1113. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/commonjs-browser/v4.js +0 -0
  1114. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/commonjs-browser/v5.js +0 -0
  1115. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/commonjs-browser/validate.js +0 -0
  1116. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/commonjs-browser/version.js +0 -0
  1117. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/esm-browser/index.js +0 -0
  1118. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/esm-browser/md5.js +0 -0
  1119. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/esm-browser/native.js +0 -0
  1120. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/esm-browser/nil.js +0 -0
  1121. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/esm-browser/parse.js +0 -0
  1122. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/esm-browser/regex.js +0 -0
  1123. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/esm-browser/rng.js +0 -0
  1124. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/esm-browser/sha1.js +0 -0
  1125. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/esm-browser/stringify.js +0 -0
  1126. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/esm-browser/v1.js +0 -0
  1127. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/esm-browser/v3.js +0 -0
  1128. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/esm-browser/v35.js +0 -0
  1129. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/esm-browser/v4.js +0 -0
  1130. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/esm-browser/v5.js +0 -0
  1131. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/esm-browser/validate.js +0 -0
  1132. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/esm-browser/version.js +0 -0
  1133. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/esm-node/index.js +0 -0
  1134. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/esm-node/md5.js +0 -0
  1135. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/esm-node/native.js +0 -0
  1136. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/esm-node/nil.js +0 -0
  1137. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/esm-node/parse.js +0 -0
  1138. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/esm-node/regex.js +0 -0
  1139. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/esm-node/rng.js +0 -0
  1140. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/esm-node/sha1.js +0 -0
  1141. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/esm-node/stringify.js +0 -0
  1142. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/esm-node/v1.js +0 -0
  1143. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/esm-node/v3.js +0 -0
  1144. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/esm-node/v35.js +0 -0
  1145. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/esm-node/v4.js +0 -0
  1146. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/esm-node/v5.js +0 -0
  1147. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/esm-node/validate.js +0 -0
  1148. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/esm-node/version.js +0 -0
  1149. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/index.js +0 -0
  1150. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/md5-browser.js +0 -0
  1151. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/md5.js +0 -0
  1152. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/native-browser.js +0 -0
  1153. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/native.js +0 -0
  1154. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/nil.js +0 -0
  1155. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/parse.js +0 -0
  1156. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/regex.js +0 -0
  1157. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/rng-browser.js +0 -0
  1158. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/rng.js +0 -0
  1159. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/sha1-browser.js +0 -0
  1160. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/sha1.js +0 -0
  1161. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/stringify.js +0 -0
  1162. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/uuid-bin.js +0 -0
  1163. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/v1.js +0 -0
  1164. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/v3.js +0 -0
  1165. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/v35.js +0 -0
  1166. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/v4.js +0 -0
  1167. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/v5.js +0 -0
  1168. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/validate.js +0 -0
  1169. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/version.js +0 -0
  1170. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/package.json +0 -0
  1171. /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/wrapper.mjs +0 -0
@@ -23,7 +23,7 @@ export interface TagPolicyCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const TagPolicyCommand_base: {
25
25
  new (input: TagPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<TagPolicyCommandInput, TagPolicyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: TagPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<TagPolicyCommandInput, TagPolicyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: TagPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<TagPolicyCommandInput, TagPolicyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -113,6 +113,7 @@ declare const TagPolicyCommand_base: {
113
113
  * @throws {@link IAMServiceException}
114
114
  * <p>Base exception class for all service exceptions from IAM service.</p>
115
115
  *
116
+ *
116
117
  * @public
117
118
  */
118
119
  export declare class TagPolicyCommand extends TagPolicyCommand_base {
@@ -23,7 +23,7 @@ export interface TagRoleCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const TagRoleCommand_base: {
25
25
  new (input: TagRoleCommandInput): import("@smithy/smithy-client").CommandImpl<TagRoleCommandInput, TagRoleCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: TagRoleCommandInput): import("@smithy/smithy-client").CommandImpl<TagRoleCommandInput, TagRoleCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: TagRoleCommandInput): import("@smithy/smithy-client").CommandImpl<TagRoleCommandInput, TagRoleCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -122,28 +122,31 @@ declare const TagRoleCommand_base: {
122
122
  * @throws {@link IAMServiceException}
123
123
  * <p>Base exception class for all service exceptions from IAM service.</p>
124
124
  *
125
- * @public
125
+ *
126
126
  * @example To add a tag key and value to an IAM role
127
127
  * ```javascript
128
128
  * // The following example shows how to add tags to an existing role.
129
129
  * const input = {
130
- * "RoleName": "taggedrole",
131
- * "Tags": [
130
+ * RoleName: "taggedrole",
131
+ * Tags: [
132
132
  * {
133
- * "Key": "Dept",
134
- * "Value": "Accounting"
133
+ * Key: "Dept",
134
+ * Value: "Accounting"
135
135
  * },
136
136
  * {
137
- * "Key": "CostCenter",
138
- * "Value": "12345"
137
+ * Key: "CostCenter",
138
+ * Value: "12345"
139
139
  * }
140
140
  * ]
141
141
  * };
142
142
  * const command = new TagRoleCommand(input);
143
- * await client.send(command);
144
- * // example id: to-add-a-tag-key-and-value-to-an-iam-role-1506718791513
143
+ * const response = await client.send(command);
144
+ * /* response is
145
+ * { /* metadata only *\/ }
146
+ * *\/
145
147
  * ```
146
148
  *
149
+ * @public
147
150
  */
148
151
  export declare class TagRoleCommand extends TagRoleCommand_base {
149
152
  /** @internal type navigation helper, not in runtime. */
@@ -23,7 +23,7 @@ export interface TagSAMLProviderCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const TagSAMLProviderCommand_base: {
25
25
  new (input: TagSAMLProviderCommandInput): import("@smithy/smithy-client").CommandImpl<TagSAMLProviderCommandInput, TagSAMLProviderCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: TagSAMLProviderCommandInput): import("@smithy/smithy-client").CommandImpl<TagSAMLProviderCommandInput, TagSAMLProviderCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: TagSAMLProviderCommandInput): import("@smithy/smithy-client").CommandImpl<TagSAMLProviderCommandInput, TagSAMLProviderCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -115,6 +115,7 @@ declare const TagSAMLProviderCommand_base: {
115
115
  * @throws {@link IAMServiceException}
116
116
  * <p>Base exception class for all service exceptions from IAM service.</p>
117
117
  *
118
+ *
118
119
  * @public
119
120
  */
120
121
  export declare class TagSAMLProviderCommand extends TagSAMLProviderCommand_base {
@@ -23,7 +23,7 @@ export interface TagServerCertificateCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const TagServerCertificateCommand_base: {
25
25
  new (input: TagServerCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<TagServerCertificateCommandInput, TagServerCertificateCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: TagServerCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<TagServerCertificateCommandInput, TagServerCertificateCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: TagServerCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<TagServerCertificateCommandInput, TagServerCertificateCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -125,6 +125,7 @@ declare const TagServerCertificateCommand_base: {
125
125
  * @throws {@link IAMServiceException}
126
126
  * <p>Base exception class for all service exceptions from IAM service.</p>
127
127
  *
128
+ *
128
129
  * @public
129
130
  */
130
131
  export declare class TagServerCertificateCommand extends TagServerCertificateCommand_base {
@@ -23,7 +23,7 @@ export interface TagUserCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const TagUserCommand_base: {
25
25
  new (input: TagUserCommandInput): import("@smithy/smithy-client").CommandImpl<TagUserCommandInput, TagUserCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: TagUserCommandInput): import("@smithy/smithy-client").CommandImpl<TagUserCommandInput, TagUserCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: TagUserCommandInput): import("@smithy/smithy-client").CommandImpl<TagUserCommandInput, TagUserCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -121,28 +121,31 @@ declare const TagUserCommand_base: {
121
121
  * @throws {@link IAMServiceException}
122
122
  * <p>Base exception class for all service exceptions from IAM service.</p>
123
123
  *
124
- * @public
124
+ *
125
125
  * @example To add a tag key and value to an IAM user
126
126
  * ```javascript
127
127
  * // The following example shows how to add tags to an existing user.
128
128
  * const input = {
129
- * "Tags": [
129
+ * Tags: [
130
130
  * {
131
- * "Key": "Dept",
132
- * "Value": "Accounting"
131
+ * Key: "Dept",
132
+ * Value: "Accounting"
133
133
  * },
134
134
  * {
135
- * "Key": "CostCenter",
136
- * "Value": "12345"
135
+ * Key: "CostCenter",
136
+ * Value: "12345"
137
137
  * }
138
138
  * ],
139
- * "UserName": "anika"
139
+ * UserName: "anika"
140
140
  * };
141
141
  * const command = new TagUserCommand(input);
142
- * await client.send(command);
143
- * // example id: to-add-a-tag-key-and-value-to-an-iam-user-1506719044227
142
+ * const response = await client.send(command);
143
+ * /* response is
144
+ * { /* metadata only *\/ }
145
+ * *\/
144
146
  * ```
145
147
  *
148
+ * @public
146
149
  */
147
150
  export declare class TagUserCommand extends TagUserCommand_base {
148
151
  /** @internal type navigation helper, not in runtime. */
@@ -23,7 +23,7 @@ export interface UntagInstanceProfileCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const UntagInstanceProfileCommand_base: {
25
25
  new (input: UntagInstanceProfileCommandInput): import("@smithy/smithy-client").CommandImpl<UntagInstanceProfileCommandInput, UntagInstanceProfileCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: UntagInstanceProfileCommandInput): import("@smithy/smithy-client").CommandImpl<UntagInstanceProfileCommandInput, UntagInstanceProfileCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UntagInstanceProfileCommandInput): import("@smithy/smithy-client").CommandImpl<UntagInstanceProfileCommandInput, UntagInstanceProfileCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -72,6 +72,7 @@ declare const UntagInstanceProfileCommand_base: {
72
72
  * @throws {@link IAMServiceException}
73
73
  * <p>Base exception class for all service exceptions from IAM service.</p>
74
74
  *
75
+ *
75
76
  * @public
76
77
  */
77
78
  export declare class UntagInstanceProfileCommand extends UntagInstanceProfileCommand_base {
@@ -23,7 +23,7 @@ export interface UntagMFADeviceCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const UntagMFADeviceCommand_base: {
25
25
  new (input: UntagMFADeviceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagMFADeviceCommandInput, UntagMFADeviceCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: UntagMFADeviceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagMFADeviceCommandInput, UntagMFADeviceCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UntagMFADeviceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagMFADeviceCommandInput, UntagMFADeviceCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -73,6 +73,7 @@ declare const UntagMFADeviceCommand_base: {
73
73
  * @throws {@link IAMServiceException}
74
74
  * <p>Base exception class for all service exceptions from IAM service.</p>
75
75
  *
76
+ *
76
77
  * @public
77
78
  */
78
79
  export declare class UntagMFADeviceCommand extends UntagMFADeviceCommand_base {
@@ -23,7 +23,7 @@ export interface UntagOpenIDConnectProviderCommandOutput extends __MetadataBeare
23
23
  }
24
24
  declare const UntagOpenIDConnectProviderCommand_base: {
25
25
  new (input: UntagOpenIDConnectProviderCommandInput): import("@smithy/smithy-client").CommandImpl<UntagOpenIDConnectProviderCommandInput, UntagOpenIDConnectProviderCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: UntagOpenIDConnectProviderCommandInput): import("@smithy/smithy-client").CommandImpl<UntagOpenIDConnectProviderCommandInput, UntagOpenIDConnectProviderCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UntagOpenIDConnectProviderCommandInput): import("@smithy/smithy-client").CommandImpl<UntagOpenIDConnectProviderCommandInput, UntagOpenIDConnectProviderCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -74,6 +74,7 @@ declare const UntagOpenIDConnectProviderCommand_base: {
74
74
  * @throws {@link IAMServiceException}
75
75
  * <p>Base exception class for all service exceptions from IAM service.</p>
76
76
  *
77
+ *
77
78
  * @public
78
79
  */
79
80
  export declare class UntagOpenIDConnectProviderCommand extends UntagOpenIDConnectProviderCommand_base {
@@ -23,7 +23,7 @@ export interface UntagPolicyCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const UntagPolicyCommand_base: {
25
25
  new (input: UntagPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<UntagPolicyCommandInput, UntagPolicyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: UntagPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<UntagPolicyCommandInput, UntagPolicyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UntagPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<UntagPolicyCommandInput, UntagPolicyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -72,6 +72,7 @@ declare const UntagPolicyCommand_base: {
72
72
  * @throws {@link IAMServiceException}
73
73
  * <p>Base exception class for all service exceptions from IAM service.</p>
74
74
  *
75
+ *
75
76
  * @public
76
77
  */
77
78
  export declare class UntagPolicyCommand extends UntagPolicyCommand_base {
@@ -23,7 +23,7 @@ export interface UntagRoleCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const UntagRoleCommand_base: {
25
25
  new (input: UntagRoleCommandInput): import("@smithy/smithy-client").CommandImpl<UntagRoleCommandInput, UntagRoleCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: UntagRoleCommandInput): import("@smithy/smithy-client").CommandImpl<UntagRoleCommandInput, UntagRoleCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UntagRoleCommandInput): import("@smithy/smithy-client").CommandImpl<UntagRoleCommandInput, UntagRoleCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -68,21 +68,24 @@ declare const UntagRoleCommand_base: {
68
68
  * @throws {@link IAMServiceException}
69
69
  * <p>Base exception class for all service exceptions from IAM service.</p>
70
70
  *
71
- * @public
71
+ *
72
72
  * @example To remove a tag from an IAM role
73
73
  * ```javascript
74
74
  * // The following example shows how to remove a tag with the key 'Dept' from a role named 'taggedrole'.
75
75
  * const input = {
76
- * "RoleName": "taggedrole",
77
- * "TagKeys": [
76
+ * RoleName: "taggedrole",
77
+ * TagKeys: [
78
78
  * "Dept"
79
79
  * ]
80
80
  * };
81
81
  * const command = new UntagRoleCommand(input);
82
- * await client.send(command);
83
- * // example id: to-remove-a-tag-from-an-iam-role-1506719589943
82
+ * const response = await client.send(command);
83
+ * /* response is
84
+ * { /* metadata only *\/ }
85
+ * *\/
84
86
  * ```
85
87
  *
88
+ * @public
86
89
  */
87
90
  export declare class UntagRoleCommand extends UntagRoleCommand_base {
88
91
  /** @internal type navigation helper, not in runtime. */
@@ -23,7 +23,7 @@ export interface UntagSAMLProviderCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const UntagSAMLProviderCommand_base: {
25
25
  new (input: UntagSAMLProviderCommandInput): import("@smithy/smithy-client").CommandImpl<UntagSAMLProviderCommandInput, UntagSAMLProviderCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: UntagSAMLProviderCommandInput): import("@smithy/smithy-client").CommandImpl<UntagSAMLProviderCommandInput, UntagSAMLProviderCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UntagSAMLProviderCommandInput): import("@smithy/smithy-client").CommandImpl<UntagSAMLProviderCommandInput, UntagSAMLProviderCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -74,6 +74,7 @@ declare const UntagSAMLProviderCommand_base: {
74
74
  * @throws {@link IAMServiceException}
75
75
  * <p>Base exception class for all service exceptions from IAM service.</p>
76
76
  *
77
+ *
77
78
  * @public
78
79
  */
79
80
  export declare class UntagSAMLProviderCommand extends UntagSAMLProviderCommand_base {
@@ -23,7 +23,7 @@ export interface UntagServerCertificateCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const UntagServerCertificateCommand_base: {
25
25
  new (input: UntagServerCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<UntagServerCertificateCommandInput, UntagServerCertificateCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: UntagServerCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<UntagServerCertificateCommandInput, UntagServerCertificateCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UntagServerCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<UntagServerCertificateCommandInput, UntagServerCertificateCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -80,6 +80,7 @@ declare const UntagServerCertificateCommand_base: {
80
80
  * @throws {@link IAMServiceException}
81
81
  * <p>Base exception class for all service exceptions from IAM service.</p>
82
82
  *
83
+ *
83
84
  * @public
84
85
  */
85
86
  export declare class UntagServerCertificateCommand extends UntagServerCertificateCommand_base {
@@ -23,7 +23,7 @@ export interface UntagUserCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const UntagUserCommand_base: {
25
25
  new (input: UntagUserCommandInput): import("@smithy/smithy-client").CommandImpl<UntagUserCommandInput, UntagUserCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: UntagUserCommandInput): import("@smithy/smithy-client").CommandImpl<UntagUserCommandInput, UntagUserCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UntagUserCommandInput): import("@smithy/smithy-client").CommandImpl<UntagUserCommandInput, UntagUserCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -68,21 +68,24 @@ declare const UntagUserCommand_base: {
68
68
  * @throws {@link IAMServiceException}
69
69
  * <p>Base exception class for all service exceptions from IAM service.</p>
70
70
  *
71
- * @public
71
+ *
72
72
  * @example To remove a tag from an IAM user
73
73
  * ```javascript
74
74
  * // The following example shows how to remove tags that are attached to a user named 'anika'.
75
75
  * const input = {
76
- * "TagKeys": [
76
+ * TagKeys: [
77
77
  * "Dept"
78
78
  * ],
79
- * "UserName": "anika"
79
+ * UserName: "anika"
80
80
  * };
81
81
  * const command = new UntagUserCommand(input);
82
- * await client.send(command);
83
- * // example id: to-remove-a-tag-from-an-iam-user-1506719725554
82
+ * const response = await client.send(command);
83
+ * /* response is
84
+ * { /* metadata only *\/ }
85
+ * *\/
84
86
  * ```
85
87
  *
88
+ * @public
86
89
  */
87
90
  export declare class UntagUserCommand extends UntagUserCommand_base {
88
91
  /** @internal type navigation helper, not in runtime. */
@@ -23,7 +23,7 @@ export interface UpdateAccessKeyCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const UpdateAccessKeyCommand_base: {
25
25
  new (input: UpdateAccessKeyCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAccessKeyCommandInput, UpdateAccessKeyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: UpdateAccessKeyCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAccessKeyCommandInput, UpdateAccessKeyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateAccessKeyCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAccessKeyCommandInput, UpdateAccessKeyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -47,7 +47,7 @@ declare const UpdateAccessKeyCommand_base: {
47
47
  * const input = { // UpdateAccessKeyRequest
48
48
  * UserName: "STRING_VALUE",
49
49
  * AccessKeyId: "STRING_VALUE", // required
50
- * Status: "Active" || "Inactive", // required
50
+ * Status: "Active" || "Inactive" || "Expired", // required
51
51
  * };
52
52
  * const command = new UpdateAccessKeyCommand(input);
53
53
  * const response = await client.send(command);
@@ -61,6 +61,10 @@ declare const UpdateAccessKeyCommand_base: {
61
61
  * @see {@link UpdateAccessKeyCommandOutput} for command's `response` shape.
62
62
  * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
63
63
  *
64
+ * @throws {@link InvalidInputException} (client fault)
65
+ * <p>The request was rejected because an invalid or out-of-range value was supplied for an
66
+ * input parameter.</p>
67
+ *
64
68
  * @throws {@link LimitExceededException} (client fault)
65
69
  * <p>The request was rejected because it attempted to create resources beyond the current
66
70
  * Amazon Web Services account limits. The error message describes the limit exceeded.</p>
@@ -76,20 +80,23 @@ declare const UpdateAccessKeyCommand_base: {
76
80
  * @throws {@link IAMServiceException}
77
81
  * <p>Base exception class for all service exceptions from IAM service.</p>
78
82
  *
79
- * @public
83
+ *
80
84
  * @example To activate or deactivate an access key for an IAM user
81
85
  * ```javascript
82
86
  * // The following command deactivates the specified access key (access key ID and secret access key) for the IAM user named Bob.
83
87
  * const input = {
84
- * "AccessKeyId": "AKIAIOSFODNN7EXAMPLE",
85
- * "Status": "Inactive",
86
- * "UserName": "Bob"
88
+ * AccessKeyId: "AKIAIOSFODNN7EXAMPLE",
89
+ * Status: "Inactive",
90
+ * UserName: "Bob"
87
91
  * };
88
92
  * const command = new UpdateAccessKeyCommand(input);
89
- * await client.send(command);
90
- * // example id: 02b556fd-e673-49b7-ab6b-f2f9035967d0
93
+ * const response = await client.send(command);
94
+ * /* response is
95
+ * { /* metadata only *\/ }
96
+ * *\/
91
97
  * ```
92
98
  *
99
+ * @public
93
100
  */
94
101
  export declare class UpdateAccessKeyCommand extends UpdateAccessKeyCommand_base {
95
102
  /** @internal type navigation helper, not in runtime. */
@@ -86,19 +86,22 @@ declare const UpdateAccountPasswordPolicyCommand_base: {
86
86
  * @throws {@link IAMServiceException}
87
87
  * <p>Base exception class for all service exceptions from IAM service.</p>
88
88
  *
89
- * @public
89
+ *
90
90
  * @example To set or change the current account password policy
91
91
  * ```javascript
92
92
  * // The following command sets the password policy to require a minimum length of eight characters and to require one or more numbers in the password:
93
93
  * const input = {
94
- * "MinimumPasswordLength": 8,
95
- * "RequireNumbers": true
94
+ * MinimumPasswordLength: 8,
95
+ * RequireNumbers: true
96
96
  * };
97
97
  * const command = new UpdateAccountPasswordPolicyCommand(input);
98
- * await client.send(command);
99
- * // example id: c263a1af-37dc-4423-8dba-9790284ef5e0
98
+ * const response = await client.send(command);
99
+ * /* response is
100
+ * { /* metadata only *\/ }
101
+ * *\/
100
102
  * ```
101
103
  *
104
+ * @public
102
105
  */
103
106
  export declare class UpdateAccountPasswordPolicyCommand extends UpdateAccountPasswordPolicyCommand_base {
104
107
  /** @internal type navigation helper, not in runtime. */
@@ -23,7 +23,7 @@ export interface UpdateAssumeRolePolicyCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const UpdateAssumeRolePolicyCommand_base: {
25
25
  new (input: UpdateAssumeRolePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAssumeRolePolicyCommandInput, UpdateAssumeRolePolicyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: UpdateAssumeRolePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAssumeRolePolicyCommandInput, UpdateAssumeRolePolicyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateAssumeRolePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAssumeRolePolicyCommandInput, UpdateAssumeRolePolicyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -78,19 +78,22 @@ declare const UpdateAssumeRolePolicyCommand_base: {
78
78
  * @throws {@link IAMServiceException}
79
79
  * <p>Base exception class for all service exceptions from IAM service.</p>
80
80
  *
81
- * @public
81
+ *
82
82
  * @example To update the trust policy for an IAM role
83
83
  * ```javascript
84
84
  * // The following command updates the role trust policy for the role named Test-Role:
85
85
  * const input = {
86
- * "PolicyDocument": "{\"Version\":\"2012-10-17\",\"Statement\":[{\"Effect\":\"Allow\",\"Principal\":{\"Service\":[\"ec2.amazonaws.com\"]},\"Action\":[\"sts:AssumeRole\"]}]}",
87
- * "RoleName": "S3AccessForEC2Instances"
86
+ * PolicyDocument: `{"Version":"2012-10-17","Statement":[{"Effect":"Allow","Principal":{"Service":["ec2.amazonaws.com"]},"Action":["sts:AssumeRole"]}]}`,
87
+ * RoleName: "S3AccessForEC2Instances"
88
88
  * };
89
89
  * const command = new UpdateAssumeRolePolicyCommand(input);
90
- * await client.send(command);
91
- * // example id: c9150063-d953-4e99-9576-9685872006c6
90
+ * const response = await client.send(command);
91
+ * /* response is
92
+ * { /* metadata only *\/ }
93
+ * *\/
92
94
  * ```
93
95
  *
96
+ * @public
94
97
  */
95
98
  export declare class UpdateAssumeRolePolicyCommand extends UpdateAssumeRolePolicyCommand_base {
96
99
  /** @internal type navigation helper, not in runtime. */
@@ -23,7 +23,7 @@ export interface UpdateGroupCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const UpdateGroupCommand_base: {
25
25
  new (input: UpdateGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateGroupCommandInput, UpdateGroupCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: UpdateGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateGroupCommandInput, UpdateGroupCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateGroupCommandInput, UpdateGroupCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -84,19 +84,22 @@ declare const UpdateGroupCommand_base: {
84
84
  * @throws {@link IAMServiceException}
85
85
  * <p>Base exception class for all service exceptions from IAM service.</p>
86
86
  *
87
- * @public
87
+ *
88
88
  * @example To rename an IAM group
89
89
  * ```javascript
90
90
  * // The following command changes the name of the IAM group Test to Test-1.
91
91
  * const input = {
92
- * "GroupName": "Test",
93
- * "NewGroupName": "Test-1"
92
+ * GroupName: "Test",
93
+ * NewGroupName: "Test-1"
94
94
  * };
95
95
  * const command = new UpdateGroupCommand(input);
96
- * await client.send(command);
97
- * // example id: f0cf1662-91ae-4278-a80e-7db54256ccba
96
+ * const response = await client.send(command);
97
+ * /* response is
98
+ * { /* metadata only *\/ }
99
+ * *\/
98
100
  * ```
99
101
  *
102
+ * @public
100
103
  */
101
104
  export declare class UpdateGroupCommand extends UpdateGroupCommand_base {
102
105
  /** @internal type navigation helper, not in runtime. */
@@ -23,15 +23,15 @@ export interface UpdateLoginProfileCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const UpdateLoginProfileCommand_base: {
25
25
  new (input: UpdateLoginProfileCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateLoginProfileCommandInput, UpdateLoginProfileCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: UpdateLoginProfileCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateLoginProfileCommandInput, UpdateLoginProfileCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateLoginProfileCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateLoginProfileCommandInput, UpdateLoginProfileCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
30
  * <p>Changes the password for the specified IAM user. You can use the CLI, the Amazon Web Services
31
31
  * API, or the <b>Users</b> page in the IAM console to change
32
- * the password for any IAM user. Use <a>ChangePassword</a> to change your own
33
- * password in the <b>My Security Credentials</b> page in the
34
- * Amazon Web Services Management Console.</p>
32
+ * the password for any IAM user. Use <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_ChangePassword.html">ChangePassword</a> to
33
+ * change your own password in the <b>My Security Credentials</b>
34
+ * page in the Amazon Web Services Management Console.</p>
35
35
  * <p>For more information about modifying passwords, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_ManagingLogins.html">Managing passwords</a> in the
36
36
  * <i>IAM User Guide</i>.</p>
37
37
  * @example
@@ -82,19 +82,22 @@ declare const UpdateLoginProfileCommand_base: {
82
82
  * @throws {@link IAMServiceException}
83
83
  * <p>Base exception class for all service exceptions from IAM service.</p>
84
84
  *
85
- * @public
85
+ *
86
86
  * @example To change the password for an IAM user
87
87
  * ```javascript
88
88
  * // The following command creates or changes the password for the IAM user named Bob.
89
89
  * const input = {
90
- * "Password": "SomeKindOfPassword123!@#",
91
- * "UserName": "Bob"
90
+ * Password: "SomeKindOfPassword123!@#",
91
+ * UserName: "Bob"
92
92
  * };
93
93
  * const command = new UpdateLoginProfileCommand(input);
94
- * await client.send(command);
95
- * // example id: 036d9498-ecdb-4ed6-a8d8-366c383d1487
94
+ * const response = await client.send(command);
95
+ * /* response is
96
+ * { /* metadata only *\/ }
97
+ * *\/
96
98
  * ```
97
99
  *
100
+ * @public
98
101
  */
99
102
  export declare class UpdateLoginProfileCommand extends UpdateLoginProfileCommand_base {
100
103
  /** @internal type navigation helper, not in runtime. */
@@ -23,7 +23,7 @@ export interface UpdateOpenIDConnectProviderThumbprintCommandOutput extends __Me
23
23
  }
24
24
  declare const UpdateOpenIDConnectProviderThumbprintCommand_base: {
25
25
  new (input: UpdateOpenIDConnectProviderThumbprintCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateOpenIDConnectProviderThumbprintCommandInput, UpdateOpenIDConnectProviderThumbprintCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: UpdateOpenIDConnectProviderThumbprintCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateOpenIDConnectProviderThumbprintCommandInput, UpdateOpenIDConnectProviderThumbprintCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateOpenIDConnectProviderThumbprintCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateOpenIDConnectProviderThumbprintCommandInput, UpdateOpenIDConnectProviderThumbprintCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -88,6 +88,7 @@ declare const UpdateOpenIDConnectProviderThumbprintCommand_base: {
88
88
  * @throws {@link IAMServiceException}
89
89
  * <p>Base exception class for all service exceptions from IAM service.</p>
90
90
  *
91
+ *
91
92
  * @public
92
93
  */
93
94
  export declare class UpdateOpenIDConnectProviderThumbprintCommand extends UpdateOpenIDConnectProviderThumbprintCommand_base {
@@ -23,7 +23,7 @@ export interface UpdateRoleCommandOutput extends UpdateRoleResponse, __MetadataB
23
23
  }
24
24
  declare const UpdateRoleCommand_base: {
25
25
  new (input: UpdateRoleCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRoleCommandInput, UpdateRoleCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: UpdateRoleCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRoleCommandInput, UpdateRoleCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateRoleCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRoleCommandInput, UpdateRoleCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -68,6 +68,7 @@ declare const UpdateRoleCommand_base: {
68
68
  * @throws {@link IAMServiceException}
69
69
  * <p>Base exception class for all service exceptions from IAM service.</p>
70
70
  *
71
+ *
71
72
  * @public
72
73
  */
73
74
  export declare class UpdateRoleCommand extends UpdateRoleCommand_base {
@@ -23,11 +23,11 @@ export interface UpdateRoleDescriptionCommandOutput extends UpdateRoleDescriptio
23
23
  }
24
24
  declare const UpdateRoleDescriptionCommand_base: {
25
25
  new (input: UpdateRoleDescriptionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRoleDescriptionCommandInput, UpdateRoleDescriptionCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: UpdateRoleDescriptionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRoleDescriptionCommandInput, UpdateRoleDescriptionCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateRoleDescriptionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRoleDescriptionCommandInput, UpdateRoleDescriptionCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Use <a>UpdateRole</a> instead.</p>
30
+ * <p>Use <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_UpdateRole.html">UpdateRole</a> instead.</p>
31
31
  * <p>Modifies only the description of a role. This operation performs the same function as
32
32
  * the <code>Description</code> parameter in the <code>UpdateRole</code> operation.</p>
33
33
  * @example
@@ -94,6 +94,7 @@ declare const UpdateRoleDescriptionCommand_base: {
94
94
  * @throws {@link IAMServiceException}
95
95
  * <p>Base exception class for all service exceptions from IAM service.</p>
96
96
  *
97
+ *
97
98
  * @public
98
99
  */
99
100
  export declare class UpdateRoleDescriptionCommand extends UpdateRoleDescriptionCommand_base {