@jjrawlins/cdk-iam-policy-builder-helper 0.0.86 → 0.0.88

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 (295) hide show
  1. package/.jsii +3 -3
  2. package/cdkiampolicybuilderhelper/jsii/jsii.go +2 -2
  3. package/cdkiampolicybuilderhelper/version +1 -1
  4. package/lib/constructs/Actions.d.ts +92 -0
  5. package/lib/constructs/Actions.js +93 -1
  6. package/lib/constructs/ManagedPolicies.d.ts +20 -0
  7. package/lib/constructs/ManagedPolicies.js +21 -1
  8. package/methods_list.txt +90 -0
  9. package/node_modules/@aws-sdk/client-iam/README.md +88 -0
  10. package/node_modules/@aws-sdk/client-iam/dist-cjs/index.js +623 -216
  11. package/node_modules/@aws-sdk/client-iam/dist-es/IAM.js +22 -0
  12. package/node_modules/@aws-sdk/client-iam/dist-es/commands/AcceptDelegationRequestCommand.js +16 -0
  13. package/node_modules/@aws-sdk/client-iam/dist-es/commands/AssociateDelegationRequestCommand.js +16 -0
  14. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DisableOutboundWebIdentityFederationCommand.js +16 -0
  15. package/node_modules/@aws-sdk/client-iam/dist-es/commands/EnableOutboundWebIdentityFederationCommand.js +16 -0
  16. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetDelegationRequestCommand.js +16 -0
  17. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetHumanReadableSummaryCommand.js +16 -0
  18. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetOutboundWebIdentityFederationInfoCommand.js +16 -0
  19. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListDelegationRequestsCommand.js +16 -0
  20. package/node_modules/@aws-sdk/client-iam/dist-es/commands/RejectDelegationRequestCommand.js +16 -0
  21. package/node_modules/@aws-sdk/client-iam/dist-es/commands/SendDelegationTokenCommand.js +16 -0
  22. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateDelegationRequestCommand.js +16 -0
  23. package/node_modules/@aws-sdk/client-iam/dist-es/commands/index.js +11 -0
  24. package/node_modules/@aws-sdk/client-iam/dist-es/index.js +2 -1
  25. package/node_modules/@aws-sdk/client-iam/dist-es/models/enums.js +176 -0
  26. package/node_modules/@aws-sdk/client-iam/dist-es/models/errors.js +431 -0
  27. package/node_modules/@aws-sdk/client-iam/dist-es/models/models_0.js +1 -446
  28. package/node_modules/@aws-sdk/client-iam/dist-es/models/models_1.js +1 -113
  29. package/node_modules/@aws-sdk/client-iam/dist-es/schemas/schemas_0.js +234 -35
  30. package/node_modules/@aws-sdk/client-iam/dist-types/IAM.d.ts +81 -0
  31. package/node_modules/@aws-sdk/client-iam/dist-types/IAMClient.d.ts +13 -2
  32. package/node_modules/@aws-sdk/client-iam/dist-types/commands/AcceptDelegationRequestCommand.d.ts +92 -0
  33. package/node_modules/@aws-sdk/client-iam/dist-types/commands/AssociateDelegationRequestCommand.d.ts +108 -0
  34. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateDelegationRequestCommand.d.ts +5 -1
  35. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DisableOutboundWebIdentityFederationCommand.d.ts +74 -0
  36. package/node_modules/@aws-sdk/client-iam/dist-types/commands/EnableOutboundWebIdentityFederationCommand.d.ts +78 -0
  37. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GenerateOrganizationsAccessReportCommand.d.ts +2 -2
  38. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GenerateServiceLastAccessedDetailsCommand.d.ts +2 -2
  39. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetDelegationRequestCommand.d.ts +127 -0
  40. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetHumanReadableSummaryCommand.d.ts +105 -0
  41. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetOutboundWebIdentityFederationInfoCommand.d.ts +77 -0
  42. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListDelegationRequestsCommand.d.ts +132 -0
  43. package/node_modules/@aws-sdk/client-iam/dist-types/commands/RejectDelegationRequestCommand.d.ts +96 -0
  44. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SendDelegationTokenCommand.d.ts +98 -0
  45. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SetSecurityTokenServicePreferencesCommand.d.ts +1 -1
  46. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SimulateCustomPolicyCommand.d.ts +1 -1
  47. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SimulatePrincipalPolicyCommand.d.ts +1 -1
  48. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagInstanceProfileCommand.d.ts +1 -1
  49. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagMFADeviceCommand.d.ts +1 -1
  50. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagOpenIDConnectProviderCommand.d.ts +1 -1
  51. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagPolicyCommand.d.ts +1 -1
  52. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagRoleCommand.d.ts +1 -1
  53. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagSAMLProviderCommand.d.ts +1 -1
  54. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagServerCertificateCommand.d.ts +1 -1
  55. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagUserCommand.d.ts +1 -1
  56. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagInstanceProfileCommand.d.ts +1 -1
  57. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagMFADeviceCommand.d.ts +1 -1
  58. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagOpenIDConnectProviderCommand.d.ts +1 -1
  59. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagPolicyCommand.d.ts +1 -1
  60. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagRoleCommand.d.ts +1 -1
  61. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagSAMLProviderCommand.d.ts +1 -1
  62. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagServerCertificateCommand.d.ts +1 -1
  63. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagUserCommand.d.ts +1 -1
  64. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAccessKeyCommand.d.ts +1 -1
  65. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAccountPasswordPolicyCommand.d.ts +1 -1
  66. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAssumeRolePolicyCommand.d.ts +1 -1
  67. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateDelegationRequestCommand.d.ts +96 -0
  68. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
  69. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateLoginProfileCommand.d.ts +1 -1
  70. package/node_modules/@aws-sdk/client-iam/dist-types/commands/index.d.ts +11 -0
  71. package/node_modules/@aws-sdk/client-iam/dist-types/index.d.ts +4 -1
  72. package/node_modules/@aws-sdk/client-iam/dist-types/models/enums.d.ts +392 -0
  73. package/node_modules/@aws-sdk/client-iam/dist-types/models/errors.d.ts +463 -0
  74. package/node_modules/@aws-sdk/client-iam/dist-types/models/models_0.d.ts +1695 -675
  75. package/node_modules/@aws-sdk/client-iam/dist-types/models/models_1.d.ts +2 -1392
  76. package/node_modules/@aws-sdk/client-iam/dist-types/schemas/schemas_0.d.ts +29 -0
  77. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/IAM.d.ts +209 -0
  78. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/IAMClient.d.ts +66 -0
  79. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AcceptDelegationRequestCommand.d.ts +47 -0
  80. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AssociateDelegationRequestCommand.d.ts +47 -0
  81. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DisableOutboundWebIdentityFederationCommand.d.ts +45 -0
  82. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/EnableOutboundWebIdentityFederationCommand.d.ts +47 -0
  83. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetDelegationRequestCommand.d.ts +51 -0
  84. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetHumanReadableSummaryCommand.d.ts +51 -0
  85. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetOutboundWebIdentityFederationInfoCommand.d.ts +47 -0
  86. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListDelegationRequestsCommand.d.ts +51 -0
  87. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RejectDelegationRequestCommand.d.ts +47 -0
  88. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SendDelegationTokenCommand.d.ts +46 -0
  89. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SetSecurityTokenServicePreferencesCommand.d.ts +1 -1
  90. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SimulateCustomPolicyCommand.d.ts +1 -1
  91. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SimulatePrincipalPolicyCommand.d.ts +1 -1
  92. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagInstanceProfileCommand.d.ts +1 -1
  93. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagMFADeviceCommand.d.ts +1 -1
  94. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagOpenIDConnectProviderCommand.d.ts +1 -1
  95. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagPolicyCommand.d.ts +1 -1
  96. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagRoleCommand.d.ts +1 -1
  97. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagSAMLProviderCommand.d.ts +1 -1
  98. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagServerCertificateCommand.d.ts +1 -1
  99. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagUserCommand.d.ts +1 -1
  100. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagInstanceProfileCommand.d.ts +1 -1
  101. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagMFADeviceCommand.d.ts +1 -1
  102. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagOpenIDConnectProviderCommand.d.ts +1 -1
  103. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagPolicyCommand.d.ts +1 -1
  104. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagRoleCommand.d.ts +1 -1
  105. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagSAMLProviderCommand.d.ts +1 -1
  106. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagServerCertificateCommand.d.ts +1 -1
  107. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagUserCommand.d.ts +1 -1
  108. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateAccessKeyCommand.d.ts +1 -1
  109. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateAccountPasswordPolicyCommand.d.ts +1 -1
  110. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateAssumeRolePolicyCommand.d.ts +1 -1
  111. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateDelegationRequestCommand.d.ts +47 -0
  112. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +1 -1
  113. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateLoginProfileCommand.d.ts +1 -1
  114. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/index.d.ts +11 -0
  115. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/index.d.ts +4 -1
  116. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/enums.d.ts +222 -0
  117. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/errors.d.ts +297 -0
  118. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_0.d.ts +279 -390
  119. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_1.d.ts +1 -265
  120. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/schemas/schemas_0.d.ts +29 -0
  121. package/node_modules/@aws-sdk/client-iam/package.json +19 -19
  122. package/node_modules/@aws-sdk/client-sso/dist-es/index.js +1 -1
  123. package/node_modules/@aws-sdk/client-sso/dist-es/models/errors.js +49 -0
  124. package/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +1 -49
  125. package/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +1 -1
  126. package/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +2 -1
  127. package/node_modules/@aws-sdk/client-sso/dist-types/models/errors.d.ts +53 -0
  128. package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -53
  129. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +2 -1
  130. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/errors.d.ts +30 -0
  131. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -30
  132. package/node_modules/@aws-sdk/client-sso/package.json +18 -18
  133. package/node_modules/@aws-sdk/core/package.json +4 -4
  134. package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
  135. package/node_modules/@aws-sdk/credential-provider-http/package.json +4 -4
  136. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +15 -0
  137. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js +12 -0
  138. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +4 -0
  139. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +4 -3
  140. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveLoginCredentials.d.ts +10 -0
  141. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +3 -1
  142. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveLoginCredentials.d.ts +7 -0
  143. package/node_modules/@aws-sdk/credential-provider-ini/package.json +10 -9
  144. package/node_modules/@aws-sdk/credential-provider-login/README.md +7 -0
  145. package/node_modules/@aws-sdk/credential-provider-login/dist-cjs/index.js +286 -0
  146. package/node_modules/@aws-sdk/credential-provider-login/dist-es/LoginCredentialsFetcher.js +262 -0
  147. package/node_modules/@aws-sdk/credential-provider-login/dist-es/fromLoginCredentials.js +21 -0
  148. package/node_modules/@aws-sdk/credential-provider-login/dist-es/index.js +2 -0
  149. package/node_modules/@aws-sdk/credential-provider-login/dist-es/types.js +1 -0
  150. package/node_modules/@aws-sdk/credential-provider-login/dist-types/LoginCredentialsFetcher.d.ts +42 -0
  151. package/node_modules/@aws-sdk/credential-provider-login/dist-types/fromLoginCredentials.d.ts +7 -0
  152. package/node_modules/@aws-sdk/credential-provider-login/dist-types/index.d.ts +8 -0
  153. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/LoginCredentialsFetcher.d.ts +24 -0
  154. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/fromLoginCredentials.d.ts +5 -0
  155. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/index.d.ts +2 -0
  156. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/types.d.ts +39 -0
  157. package/node_modules/@aws-sdk/credential-provider-login/dist-types/types.d.ts +59 -0
  158. package/node_modules/@aws-sdk/credential-provider-login/package.json +68 -0
  159. package/node_modules/@aws-sdk/credential-provider-node/package.json +8 -8
  160. package/node_modules/@aws-sdk/credential-provider-process/package.json +3 -3
  161. package/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -5
  162. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +4 -4
  163. package/node_modules/@aws-sdk/middleware-host-header/package.json +2 -2
  164. package/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
  165. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +2 -2
  166. package/node_modules/@aws-sdk/middleware-user-agent/package.json +5 -5
  167. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/auth/httpAuthSchemeProvider.js +56 -0
  168. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/endpointResolver.js +18 -0
  169. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +7 -0
  170. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +439 -0
  171. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.browser.js +39 -0
  172. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.js +54 -0
  173. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.native.js +15 -0
  174. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +42 -0
  175. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +10 -9
  176. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +9 -0
  177. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +50 -0
  178. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthExtensionConfiguration.js +38 -0
  179. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +50 -0
  180. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +16 -0
  181. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/index.js +1 -0
  182. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/EndpointParameters.js +13 -0
  183. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +14 -0
  184. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +4 -0
  185. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/extensionConfiguration.js +1 -0
  186. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +6 -0
  187. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/SigninServiceException.js +8 -0
  188. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/enums.js +8 -0
  189. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/errors.js +57 -0
  190. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/models_0.js +1 -0
  191. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.browser.js +34 -0
  192. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +49 -0
  193. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.native.js +11 -0
  194. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +38 -0
  195. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeExtensions.js +9 -0
  196. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +221 -0
  197. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +2 -1
  198. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/enums.js +9 -0
  199. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/errors.js +181 -0
  200. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +1 -190
  201. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +1 -1
  202. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +1 -1
  203. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/errors.js +85 -0
  204. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js +1 -85
  205. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +1 -1
  206. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +18 -0
  207. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +198 -0
  208. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  209. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthSchemeProvider.d.ts +75 -0
  210. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +157 -0
  211. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/index.d.ts +1 -0
  212. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/EndpointParameters.d.ts +38 -0
  213. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/endpointResolver.d.ts +5 -0
  214. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/ruleset.d.ts +2 -0
  215. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/extensionConfiguration.d.ts +9 -0
  216. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +16 -0
  217. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/SigninServiceException.d.ts +14 -0
  218. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/enums.d.ts +34 -0
  219. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/errors.d.ts +102 -0
  220. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/models_0.d.ts +142 -0
  221. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +59 -0
  222. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +59 -0
  223. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +58 -0
  224. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +33 -0
  225. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeExtensions.d.ts +17 -0
  226. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +14 -0
  227. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +3 -1
  228. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/enums.d.ts +25 -0
  229. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/errors.d.ts +279 -0
  230. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +0 -303
  231. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +2 -1
  232. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/errors.d.ts +108 -0
  233. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +0 -108
  234. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/Signin.d.ts +22 -0
  235. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +127 -0
  236. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  237. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthSchemeProvider.d.ts +47 -0
  238. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +47 -0
  239. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/index.d.ts +1 -0
  240. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/EndpointParameters.d.ts +51 -0
  241. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/endpointResolver.d.ts +8 -0
  242. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/ruleset.d.ts +2 -0
  243. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/extensionConfiguration.d.ts +9 -0
  244. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +10 -0
  245. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/SigninServiceException.d.ts +9 -0
  246. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/enums.d.ts +10 -0
  247. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/errors.d.ts +35 -0
  248. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/models_0.d.ts +26 -0
  249. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +121 -0
  250. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +114 -0
  251. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +125 -0
  252. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +53 -0
  253. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeExtensions.d.ts +11 -0
  254. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +19 -0
  255. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +3 -1
  256. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/enums.d.ts +13 -0
  257. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/errors.d.ts +105 -0
  258. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +0 -114
  259. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +2 -1
  260. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/errors.d.ts +54 -0
  261. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +0 -54
  262. package/node_modules/@aws-sdk/nested-clients/package.json +29 -18
  263. package/node_modules/@aws-sdk/nested-clients/signin.d.ts +7 -0
  264. package/node_modules/@aws-sdk/nested-clients/signin.js +5 -0
  265. package/node_modules/@aws-sdk/region-config-resolver/package.json +2 -2
  266. package/node_modules/@aws-sdk/token-providers/package.json +4 -4
  267. package/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +2 -0
  268. package/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +2 -0
  269. package/node_modules/@aws-sdk/types/package.json +1 -1
  270. package/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
  271. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +2 -2
  272. package/node_modules/@aws-sdk/util-user-agent-node/package.json +3 -3
  273. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +6 -0
  274. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +6 -0
  275. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +6 -2
  276. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +6 -2
  277. package/node_modules/@smithy/core/package.json +1 -1
  278. package/node_modules/@smithy/middleware-endpoint/package.json +2 -2
  279. package/node_modules/@smithy/middleware-retry/package.json +2 -2
  280. package/node_modules/@smithy/smithy-client/package.json +3 -3
  281. package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  282. package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  283. package/package.json +3 -3
  284. package/node_modules/@aws-sdk/client-iam/dist-es/models/index.js +0 -2
  285. package/node_modules/@aws-sdk/client-iam/dist-types/models/index.d.ts +0 -2
  286. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/index.d.ts +0 -2
  287. package/node_modules/@aws-sdk/client-sso/dist-es/models/index.js +0 -1
  288. package/node_modules/@aws-sdk/client-sso/dist-types/models/index.d.ts +0 -1
  289. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/index.d.ts +0 -1
  290. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js +0 -1
  291. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js +0 -1
  292. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/index.d.ts +0 -1
  293. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/index.d.ts +0 -1
  294. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/index.d.ts +0 -1
  295. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/index.d.ts +0 -1
package/methods_list.txt CHANGED
@@ -1481,6 +1481,7 @@ backup:CreateReportPlan
1481
1481
  backup:CreateRestoreAccessBackupVault
1482
1482
  backup:CreateRestoreTestingPlan
1483
1483
  backup:CreateRestoreTestingSelection
1484
+ backup:CreateTieringConfiguration
1484
1485
  backup:DeleteBackupPlan
1485
1486
  backup:DeleteBackupSelection
1486
1487
  backup:DeleteBackupVault
@@ -1493,6 +1494,7 @@ backup:DeleteRecoveryPoint
1493
1494
  backup:DeleteReportPlan
1494
1495
  backup:DeleteRestoreTestingPlan
1495
1496
  backup:DeleteRestoreTestingSelection
1497
+ backup:DeleteTieringConfiguration
1496
1498
  backup:DescribeBackupJob
1497
1499
  backup:DescribeBackupVault
1498
1500
  backup:DescribeCopyJob
@@ -1523,6 +1525,7 @@ backup:GetRestoreTestingInferredMetadata
1523
1525
  backup:GetRestoreTestingPlan
1524
1526
  backup:GetRestoreTestingSelection
1525
1527
  backup:GetSupportedResourceTypes
1528
+ backup:GetTieringConfiguration
1526
1529
  backup:ListBackupJobs
1527
1530
  backup:ListBackupJobSummaries
1528
1531
  backup:ListBackupPlans
@@ -1550,6 +1553,7 @@ backup:ListRestoreJobSummaries
1550
1553
  backup:ListRestoreTestingPlans
1551
1554
  backup:ListRestoreTestingSelections
1552
1555
  backup:ListTags
1556
+ backup:ListTieringConfigurations
1553
1557
  backup:PutBackupVaultAccessPolicy
1554
1558
  backup:PutBackupVaultLockConfiguration
1555
1559
  backup:PutBackupVaultNotifications
@@ -1573,6 +1577,7 @@ backup:UpdateRegionSettings
1573
1577
  backup:UpdateReportPlan
1574
1578
  backup:UpdateRestoreTestingPlan
1575
1579
  backup:UpdateRestoreTestingSelection
1580
+ backup:UpdateTieringConfiguration
1576
1581
  batch:CancelJob
1577
1582
  batch:CreateComputeEnvironment
1578
1583
  batch:CreateConsumableResource
@@ -2841,6 +2846,7 @@ cloudformation:DeregisterType
2841
2846
  cloudformation:DescribeAccountLimits
2842
2847
  cloudformation:DescribeChangeSet
2843
2848
  cloudformation:DescribeChangeSetHooks
2849
+ cloudformation:DescribeEvents
2844
2850
  cloudformation:DescribeGeneratedTemplate
2845
2851
  cloudformation:DescribeOrganizationsAccess
2846
2852
  cloudformation:DescribePublisher
@@ -4591,6 +4597,7 @@ controltower:UpdateEnabledControl
4591
4597
  controltower:UpdateLandingZone
4592
4598
  cost-optimization-hub:GetPreferences
4593
4599
  cost-optimization-hub:GetRecommendation
4600
+ cost-optimization-hub:ListEfficiencyMetrics
4594
4601
  cost-optimization-hub:ListEnrollmentStatuses
4595
4602
  cost-optimization-hub:ListRecommendations
4596
4603
  cost-optimization-hub:ListRecommendationSummaries
@@ -8462,6 +8469,7 @@ glue:QuerySchemaVersionMetadata
8462
8469
  glue:RefreshOAuth2Tokens
8463
8470
  glue:RegisterSchemaVersion
8464
8471
  glue:RemoveSchemaVersionMetadata
8472
+ glue:RenameTable
8465
8473
  glue:RequestLogParsing
8466
8474
  glue:ResetJobBookmark
8467
8475
  glue:ResumeWorkflowRun
@@ -8768,6 +8776,7 @@ guardduty:GetFindingsStatistics
8768
8776
  guardduty:GetInvitationsCount
8769
8777
  guardduty:GetIPSet
8770
8778
  guardduty:GetMalwareProtectionPlan
8779
+ guardduty:GetMalwareScan
8771
8780
  guardduty:GetMalwareScanSettings
8772
8781
  guardduty:GetMasterAccount
8773
8782
  guardduty:GetMemberDetectors
@@ -8786,6 +8795,7 @@ guardduty:ListFindings
8786
8795
  guardduty:ListInvitations
8787
8796
  guardduty:ListIPSets
8788
8797
  guardduty:ListMalwareProtectionPlans
8798
+ guardduty:ListMalwareScans
8789
8799
  guardduty:ListMembers
8790
8800
  guardduty:ListOrganizationAdminAccounts
8791
8801
  guardduty:ListPublishingDestinations
@@ -8901,15 +8911,18 @@ honeycode:StartTableDataImportJob
8901
8911
  honeycode:TagResource
8902
8912
  honeycode:UntagResource
8903
8913
  honeycode:UpdateTeam
8914
+ iam:AcceptDelegationRequest
8904
8915
  iam:AddClientIDToOpenIDConnectProvider
8905
8916
  iam:AddRoleToInstanceProfile
8906
8917
  iam:AddUserToGroup
8918
+ iam:AssociateDelegationRequest
8907
8919
  iam:AttachGroupPolicy
8908
8920
  iam:AttachRolePolicy
8909
8921
  iam:AttachUserPolicy
8910
8922
  iam:ChangePassword
8911
8923
  iam:CreateAccessKey
8912
8924
  iam:CreateAccountAlias
8925
+ iam:CreateDelegationRequest
8913
8926
  iam:CreateGroup
8914
8927
  iam:CreateInstanceProfile
8915
8928
  iam:CreateLoginProfile
@@ -8952,9 +8965,11 @@ iam:DetachRolePolicy
8952
8965
  iam:DetachUserPolicy
8953
8966
  iam:DisableOrganizationsRootCredentialsManagement
8954
8967
  iam:DisableOrganizationsRootSessions
8968
+ iam:DisableOutboundWebIdentityFederation
8955
8969
  iam:EnableMFADevice
8956
8970
  iam:EnableOrganizationsRootCredentialsManagement
8957
8971
  iam:EnableOrganizationsRootSessions
8972
+ iam:EnableOutboundWebIdentityFederation
8958
8973
  iam:GenerateCredentialReport
8959
8974
  iam:GenerateOrganizationsAccessReport
8960
8975
  iam:GenerateServiceLastAccessedDetails
@@ -8968,13 +8983,16 @@ iam:GetCloudFrontPublicKey
8968
8983
  iam:GetContextKeysForCustomPolicy
8969
8984
  iam:GetContextKeysForPrincipalPolicy
8970
8985
  iam:GetCredentialReport
8986
+ iam:GetDelegationRequest
8971
8987
  iam:GetGroup
8972
8988
  iam:GetGroupPolicy
8989
+ iam:GetHumanReadableSummary
8973
8990
  iam:GetInstanceProfile
8974
8991
  iam:GetLoginProfile
8975
8992
  iam:GetMFADevice
8976
8993
  iam:GetOpenIDConnectProvider
8977
8994
  iam:GetOrganizationsAccessReport
8995
+ iam:GetOutboundWebIdentityFederationInfo
8978
8996
  iam:GetPolicy
8979
8997
  iam:GetPolicyVersion
8980
8998
  iam:GetRole
@@ -8993,6 +9011,7 @@ iam:ListAttachedGroupPolicies
8993
9011
  iam:ListAttachedRolePolicies
8994
9012
  iam:ListAttachedUserPolicies
8995
9013
  iam:ListCloudFrontPublicKeys
9014
+ iam:ListDelegationRequests
8996
9015
  iam:ListEntitiesForPolicy
8997
9016
  iam:ListGroupPolicies
8998
9017
  iam:ListGroups
@@ -9030,11 +9049,13 @@ iam:PutRolePermissionsBoundary
9030
9049
  iam:PutRolePolicy
9031
9050
  iam:PutUserPermissionsBoundary
9032
9051
  iam:PutUserPolicy
9052
+ iam:RejectDelegationRequest
9033
9053
  iam:RemoveClientIDFromOpenIDConnectProvider
9034
9054
  iam:RemoveRoleFromInstanceProfile
9035
9055
  iam:RemoveUserFromGroup
9036
9056
  iam:ResetServiceSpecificCredential
9037
9057
  iam:ResyncMFADevice
9058
+ iam:SendDelegationToken
9038
9059
  iam:SetDefaultPolicyVersion
9039
9060
  iam:SetSecurityTokenServicePreferences
9040
9061
  iam:SetSTSRegionalEndpointStatus
@@ -9328,20 +9349,26 @@ internetmonitor:UntagResource
9328
9349
  internetmonitor:UpdateMonitor
9329
9350
  invoicing:BatchGetInvoiceProfile
9330
9351
  invoicing:CreateInvoiceUnit
9352
+ invoicing:CreateProcurementPortalPreference
9331
9353
  invoicing:DeleteInvoiceUnit
9354
+ invoicing:DeleteProcurementPortalPreference
9332
9355
  invoicing:GetInvoiceCorrection
9333
9356
  invoicing:GetInvoiceEmailDeliveryPreferences
9334
9357
  invoicing:GetInvoicePDF
9335
9358
  invoicing:GetInvoiceUnit
9359
+ invoicing:GetProcurementPortalPreference
9336
9360
  invoicing:ListInvoiceCorrections
9337
9361
  invoicing:ListInvoiceSummaries
9338
9362
  invoicing:ListInvoiceUnits
9363
+ invoicing:ListProcurementPortalPreferences
9339
9364
  invoicing:ListTagsForResource
9340
9365
  invoicing:PutInvoiceEmailDeliveryPreferences
9366
+ invoicing:PutProcurementPortalPreference
9341
9367
  invoicing:StartInvoiceCorrection
9342
9368
  invoicing:TagResource
9343
9369
  invoicing:UntagResource
9344
9370
  invoicing:UpdateInvoiceUnit
9371
+ invoicing:UpdateProcurementPortalPreferenceStatus
9345
9372
  iot-device-tester:CheckVersion
9346
9373
  iot-device-tester:DownloadTestSuite
9347
9374
  iot-device-tester:LatestIdt
@@ -10332,6 +10359,8 @@ kafka:DescribeClusterV2
10332
10359
  kafka:DescribeConfiguration
10333
10360
  kafka:DescribeConfigurationRevision
10334
10361
  kafka:DescribeReplicator
10362
+ kafka:DescribeTopic
10363
+ kafka:DescribeTopicPartitions
10335
10364
  kafka:DescribeVpcConnection
10336
10365
  kafka:GetBootstrapBrokers
10337
10366
  kafka:GetClusterPolicy
@@ -10348,6 +10377,7 @@ kafka:ListNodes
10348
10377
  kafka:ListReplicators
10349
10378
  kafka:ListScramSecrets
10350
10379
  kafka:ListTagsForResource
10380
+ kafka:ListTopics
10351
10381
  kafka:ListVpcConnections
10352
10382
  kafka:PutClusterPolicy
10353
10383
  kafka:RebootBroker
@@ -10680,6 +10710,8 @@ lakeformation:GetQueryState
10680
10710
  lakeformation:GetQueryStatistics
10681
10711
  lakeformation:GetResourceLFTags
10682
10712
  lakeformation:GetTableObjects
10713
+ lakeformation:GetTemporaryGluePartitionCredentials
10714
+ lakeformation:GetTemporaryGlueTableCredentials
10683
10715
  lakeformation:GetWorkUnitResults
10684
10716
  lakeformation:GetWorkUnits
10685
10717
  lakeformation:GrantPermissions
@@ -11010,6 +11042,8 @@ license-manager:CheckoutLicense
11010
11042
  license-manager:CreateGrant
11011
11043
  license-manager:CreateGrantVersion
11012
11044
  license-manager:CreateLicense
11045
+ license-manager:CreateLicenseAssetGroup
11046
+ license-manager:CreateLicenseAssetRuleset
11013
11047
  license-manager:CreateLicenseConfiguration
11014
11048
  license-manager:CreateLicenseConversionTaskForResource
11015
11049
  license-manager:CreateLicenseManagerReportGenerator
@@ -11017,6 +11051,8 @@ license-manager:CreateLicenseVersion
11017
11051
  license-manager:CreateToken
11018
11052
  license-manager:DeleteGrant
11019
11053
  license-manager:DeleteLicense
11054
+ license-manager:DeleteLicenseAssetGroup
11055
+ license-manager:DeleteLicenseAssetRuleset
11020
11056
  license-manager:DeleteLicenseConfiguration
11021
11057
  license-manager:DeleteLicenseManagerReportGenerator
11022
11058
  license-manager:DeleteToken
@@ -11024,15 +11060,21 @@ license-manager:ExtendLicenseConsumption
11024
11060
  license-manager:GetAccessToken
11025
11061
  license-manager:GetGrant
11026
11062
  license-manager:GetLicense
11063
+ license-manager:GetLicenseAssetGroup
11064
+ license-manager:GetLicenseAssetRuleset
11027
11065
  license-manager:GetLicenseConfiguration
11028
11066
  license-manager:GetLicenseConversionTask
11029
11067
  license-manager:GetLicenseManagerReportGenerator
11030
11068
  license-manager:GetLicenseUsage
11031
11069
  license-manager:GetServiceSettings
11070
+ license-manager:ListAssetsForLicenseAssetGroup
11032
11071
  license-manager:ListAssociationsForLicenseConfiguration
11033
11072
  license-manager:ListDistributedGrants
11034
11073
  license-manager:ListFailuresForLicenseConfigurationOperations
11074
+ license-manager:ListLicenseAssetGroups
11075
+ license-manager:ListLicenseAssetRulesets
11035
11076
  license-manager:ListLicenseConfigurations
11077
+ license-manager:ListLicenseConfigurationsForOrganization
11036
11078
  license-manager:ListLicenseConversionTasks
11037
11079
  license-manager:ListLicenseManagerReportGenerators
11038
11080
  license-manager:ListLicenses
@@ -11049,6 +11091,8 @@ license-manager:ListUsageForLicenseConfiguration
11049
11091
  license-manager:RejectGrant
11050
11092
  license-manager:TagResource
11051
11093
  license-manager:UntagResource
11094
+ license-manager:UpdateLicenseAssetGroup
11095
+ license-manager:UpdateLicenseAssetRuleset
11052
11096
  license-manager:UpdateLicenseConfiguration
11053
11097
  license-manager:UpdateLicenseManagerReportGenerator
11054
11098
  license-manager:UpdateLicenseSpecificationsForResource
@@ -11222,6 +11266,7 @@ logs:CreateLogAnomalyDetector
11222
11266
  logs:CreateLogDelivery
11223
11267
  logs:CreateLogGroup
11224
11268
  logs:CreateLogStream
11269
+ logs:CreateScheduledQuery
11225
11270
  logs:DeleteAccountPolicy
11226
11271
  logs:DeleteDataProtectionPolicy
11227
11272
  logs:DeleteDelivery
@@ -11239,6 +11284,7 @@ logs:DeleteMetricFilter
11239
11284
  logs:DeleteQueryDefinition
11240
11285
  logs:DeleteResourcePolicy
11241
11286
  logs:DeleteRetentionPolicy
11287
+ logs:DeleteScheduledQuery
11242
11288
  logs:DeleteSubscriptionFilter
11243
11289
  logs:DeleteTransformer
11244
11290
  logs:DescribeAccountPolicies
@@ -11271,6 +11317,8 @@ logs:GetLogEvents
11271
11317
  logs:GetLogGroupFields
11272
11318
  logs:GetLogRecord
11273
11319
  logs:GetQueryResults
11320
+ logs:GetScheduledQuery
11321
+ logs:GetScheduledQueryHistory
11274
11322
  logs:GetTransformer
11275
11323
  logs:Link
11276
11324
  logs:ListAnomalies
@@ -11281,6 +11329,7 @@ logs:ListLogDeliveries
11281
11329
  logs:ListLogGroups
11282
11330
  logs:ListLogGroupsForEntity
11283
11331
  logs:ListLogGroupsForQuery
11332
+ logs:ListScheduledQueries
11284
11333
  logs:ListTagsForResource
11285
11334
  logs:ListTagsLogGroup
11286
11335
  logs:PutAccountPolicy
@@ -11314,6 +11363,7 @@ logs:UpdateAnomaly
11314
11363
  logs:UpdateDeliveryConfiguration
11315
11364
  logs:UpdateLogAnomalyDetector
11316
11365
  logs:UpdateLogDelivery
11366
+ logs:UpdateScheduledQuery
11317
11367
  lookoutequipment:CreateDataset
11318
11368
  lookoutequipment:CreateInferenceScheduler
11319
11369
  lookoutequipment:CreateLabel
@@ -12179,6 +12229,7 @@ mgn:ListConnectors
12179
12229
  mgn:ListExportErrors
12180
12230
  mgn:ListExports
12181
12231
  mgn:ListImportErrors
12232
+ mgn:ListImportFileEnrichments
12182
12233
  mgn:ListImports
12183
12234
  mgn:ListManagedAccounts
12184
12235
  mgn:ListNetworkMigrationAnalyses
@@ -12193,6 +12244,7 @@ mgn:ListNetworkMigrationExecutions
12193
12244
  mgn:ListNetworkMigrationMapperSegmentConstructs
12194
12245
  mgn:ListNetworkMigrationMapperSegments
12195
12246
  mgn:ListNetworkMigrationMappings
12247
+ mgn:ListNetworkMigrationMappingUpdates
12196
12248
  mgn:ListSourceServerActions
12197
12249
  mgn:ListTagsForResource
12198
12250
  mgn:ListTemplateActions
@@ -12222,11 +12274,13 @@ mgn:SendVcenterClientMetricsForMgn
12222
12274
  mgn:StartCutover
12223
12275
  mgn:StartExport
12224
12276
  mgn:StartImport
12277
+ mgn:StartImportFileEnrichment
12225
12278
  mgn:StartNetworkMigrationAnalysis
12226
12279
  mgn:StartNetworkMigrationCodeGeneration
12227
12280
  mgn:StartNetworkMigrationDeployedStacksDeletion
12228
12281
  mgn:StartNetworkMigrationDeployment
12229
12282
  mgn:StartNetworkMigrationMapping
12283
+ mgn:StartNetworkMigrationMappingUpdate
12230
12284
  mgn:StartReplication
12231
12285
  mgn:StartTest
12232
12286
  mgn:StopReplication
@@ -12974,6 +13028,7 @@ odb:UntagResource
12974
13028
  odb:UpdateCloudExadataInfrastructure
12975
13029
  odb:UpdateOdbNetwork
12976
13030
  odb:UpdateOdbPeeringConnection
13031
+ odb:UpdateOutboundIntegration
12977
13032
  omics:AbortMultipartReadSetUpload
12978
13033
  omics:AcceptShare
12979
13034
  omics:BatchDeleteReadSet
@@ -13219,6 +13274,7 @@ organizations:DescribeOrganization
13219
13274
  organizations:DescribeOrganizationalUnit
13220
13275
  organizations:DescribePolicy
13221
13276
  organizations:DescribeResourcePolicy
13277
+ organizations:DescribeResponsibilityTransfer
13222
13278
  organizations:DetachPolicy
13223
13279
  organizations:DisableAWSServiceAccess
13224
13280
  organizations:DisablePolicyType
@@ -13226,6 +13282,7 @@ organizations:EnableAllFeatures
13226
13282
  organizations:EnableAWSServiceAccess
13227
13283
  organizations:EnablePolicyType
13228
13284
  organizations:InviteAccountToOrganization
13285
+ organizations:InviteOrganizationToTransferResponsibility
13229
13286
  organizations:LeaveOrganization
13230
13287
  organizations:ListAccounts
13231
13288
  organizations:ListAccountsForParent
@@ -13238,7 +13295,9 @@ organizations:ListDelegatedServicesForAccount
13238
13295
  organizations:ListEffectivePolicyValidationErrors
13239
13296
  organizations:ListHandshakesForAccount
13240
13297
  organizations:ListHandshakesForOrganization
13298
+ organizations:ListInboundResponsibilityTransfers
13241
13299
  organizations:ListOrganizationalUnitsForParent
13300
+ organizations:ListOutboundResponsibilityTransfers
13242
13301
  organizations:ListParents
13243
13302
  organizations:ListPolicies
13244
13303
  organizations:ListPoliciesForTarget
@@ -13250,9 +13309,11 @@ organizations:PutResourcePolicy
13250
13309
  organizations:RegisterDelegatedAdministrator
13251
13310
  organizations:RemoveAccountFromOrganization
13252
13311
  organizations:TagResource
13312
+ organizations:TerminateResponsibilityTransfer
13253
13313
  organizations:UntagResource
13254
13314
  organizations:UpdateOrganizationalUnit
13255
13315
  organizations:UpdatePolicy
13316
+ organizations:UpdateResponsibilityTransfer
13256
13317
  osis:CreatePipeline
13257
13318
  osis:CreatePipelineEndpoint
13258
13319
  osis:DeletePipeline
@@ -13351,23 +13412,33 @@ panorama:UpdateDeviceMetadata
13351
13412
  partnercentral-account-management:AssociatePartnerAccount
13352
13413
  partnercentral-account-management:AssociatePartnerUser
13353
13414
  partnercentral-account-management:DisassociatePartnerUser
13415
+ partnercentral:AcceptChannelHandshake
13354
13416
  partnercentral:AcceptEngagementInvitation
13355
13417
  partnercentral:AssignOpportunity
13356
13418
  partnercentral:AssociateOpportunity
13419
+ partnercentral:CancelChannelHandshake
13420
+ partnercentral:CreateChannelHandshake
13357
13421
  partnercentral:CreateEngagement
13358
13422
  partnercentral:CreateEngagementInvitation
13359
13423
  partnercentral:CreateOpportunity
13424
+ partnercentral:CreateProgramManagementAccount
13425
+ partnercentral:CreateRelationship
13360
13426
  partnercentral:CreateResourceSnapshot
13361
13427
  partnercentral:CreateResourceSnapshotJob
13428
+ partnercentral:DeleteProgramManagementAccount
13429
+ partnercentral:DeleteRelationship
13362
13430
  partnercentral:DeleteResourceSnapshotJob
13363
13431
  partnercentral:DisassociateOpportunity
13364
13432
  partnercentral:GetAwsOpportunitySummary
13365
13433
  partnercentral:GetEngagement
13366
13434
  partnercentral:GetEngagementInvitation
13367
13435
  partnercentral:GetOpportunity
13436
+ partnercentral:GetProgramManagementAccount
13437
+ partnercentral:GetRelationship
13368
13438
  partnercentral:GetResourceSnapshot
13369
13439
  partnercentral:GetResourceSnapshotJob
13370
13440
  partnercentral:GetSellingSystemSettings
13441
+ partnercentral:ListChannelHandshakes
13371
13442
  partnercentral:ListEngagementByAcceptingInvitationTasks
13372
13443
  partnercentral:ListEngagementFromOpportunityTasks
13373
13444
  partnercentral:ListEngagementInvitations
@@ -13375,11 +13446,14 @@ partnercentral:ListEngagementMembers
13375
13446
  partnercentral:ListEngagementResourceAssociations
13376
13447
  partnercentral:ListEngagements
13377
13448
  partnercentral:ListOpportunities
13449
+ partnercentral:ListProgramManagementAccounts
13450
+ partnercentral:ListRelationships
13378
13451
  partnercentral:ListResourceSnapshotJobs
13379
13452
  partnercentral:ListResourceSnapshots
13380
13453
  partnercentral:ListSolutions
13381
13454
  partnercentral:ListTagsForResource
13382
13455
  partnercentral:PutSellingSystemSettings
13456
+ partnercentral:RejectChannelHandshake
13383
13457
  partnercentral:RejectEngagementInvitation
13384
13458
  partnercentral:StartEngagementByAcceptingInvitationTask
13385
13459
  partnercentral:StartEngagementFromOpportunityTask
@@ -13389,6 +13463,8 @@ partnercentral:SubmitOpportunity
13389
13463
  partnercentral:TagResource
13390
13464
  partnercentral:UntagResource
13391
13465
  partnercentral:UpdateOpportunity
13466
+ partnercentral:UpdateProgramManagementAccount
13467
+ partnercentral:UpdateRelationship
13392
13468
  payment-cryptography:CreateAlias
13393
13469
  payment-cryptography:CreateKey
13394
13470
  payment-cryptography:DecryptData
@@ -13622,6 +13698,14 @@ pricing:GetAttributeValues
13622
13698
  pricing:GetPriceListFileUrl
13623
13699
  pricing:GetProducts
13624
13700
  pricing:ListPriceLists
13701
+ pricingplanmanager:AssociateResourcesToSubscription
13702
+ pricingplanmanager:CancelSubscription
13703
+ pricingplanmanager:CancelSubscriptionChange
13704
+ pricingplanmanager:CreateSubscription
13705
+ pricingplanmanager:DisassociateResourcesFromSubscription
13706
+ pricingplanmanager:GetSubscription
13707
+ pricingplanmanager:ListSubscriptions
13708
+ pricingplanmanager:UpdateSubscription
13625
13709
  private-networks:AcknowledgeOrderReceipt
13626
13710
  private-networks:ActivateDeviceIdentifier
13627
13711
  private-networks:ActivateNetworkSite
@@ -14087,6 +14171,7 @@ qldb:UntagResource
14087
14171
  qldb:UpdateLedger
14088
14172
  qldb:UpdateLedgerPermissionsMode
14089
14173
  quicksight:AccountConfigurations
14174
+ quicksight:AllowVendedLogDeliveryForResource
14090
14175
  quicksight:BatchCreateTopicReviewedAnswer
14091
14176
  quicksight:BatchDeleteTopicReviewedAnswer
14092
14177
  quicksight:CancelIngestion
@@ -16464,6 +16549,7 @@ securityhub:GetEnabledStandards
16464
16549
  securityhub:GetFindingAggregator
16465
16550
  securityhub:GetFindingHistory
16466
16551
  securityhub:GetFindings
16552
+ securityhub:GetFindingsTrendsV2
16467
16553
  securityhub:GetFreeTrialEndDate
16468
16554
  securityhub:GetFreeTrialUsage
16469
16555
  securityhub:GetInsightFindingTrend
@@ -16473,6 +16559,7 @@ securityhub:GetInvitationsCount
16473
16559
  securityhub:GetMasterAccount
16474
16560
  securityhub:GetMembers
16475
16561
  securityhub:GetResourcesStatisticsV2
16562
+ securityhub:GetResourcesTrendsV2
16476
16563
  securityhub:GetResourcesV2
16477
16564
  securityhub:GetSecurityControlDefinition
16478
16565
  securityhub:GetUsage
@@ -17073,6 +17160,8 @@ signer:SignPayload
17073
17160
  signer:StartSigningJob
17074
17161
  signer:TagResource
17075
17162
  signer:UntagResource
17163
+ signin:AuthorizeOAuth2Access
17164
+ signin:CreateOAuth2Token
17076
17165
  signin:CreateTrustedIdentityPropagationApplicationForConsole
17077
17166
  signin:ListTrustedIdentityPropagationApplicationsForConsole
17078
17167
  simspaceweaver:CreateSnapshot
@@ -18187,6 +18276,7 @@ tag:GetComplianceSummary
18187
18276
  tag:GetResources
18188
18277
  tag:GetTagKeys
18189
18278
  tag:GetTagValues
18279
+ tag:ListRequiredTags
18190
18280
  tag:StartReportCreation
18191
18281
  tag:TagResources
18192
18282
  tag:UntagResources
@@ -208,6 +208,14 @@ see LICENSE for more information.
208
208
 
209
209
  ## Client Commands (Operations List)
210
210
 
211
+ <details>
212
+ <summary>
213
+ AcceptDelegationRequest
214
+ </summary>
215
+
216
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iam/command/AcceptDelegationRequestCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/AcceptDelegationRequestCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/AcceptDelegationRequestCommandOutput/)
217
+
218
+ </details>
211
219
  <details>
212
220
  <summary>
213
221
  AddClientIDToOpenIDConnectProvider
@@ -231,6 +239,14 @@ AddUserToGroup
231
239
 
232
240
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iam/command/AddUserToGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/AddUserToGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/AddUserToGroupCommandOutput/)
233
241
 
242
+ </details>
243
+ <details>
244
+ <summary>
245
+ AssociateDelegationRequest
246
+ </summary>
247
+
248
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iam/command/AssociateDelegationRequestCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/AssociateDelegationRequestCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/AssociateDelegationRequestCommandOutput/)
249
+
234
250
  </details>
235
251
  <details>
236
252
  <summary>
@@ -615,6 +631,14 @@ DisableOrganizationsRootSessions
615
631
 
616
632
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iam/command/DisableOrganizationsRootSessionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/DisableOrganizationsRootSessionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/DisableOrganizationsRootSessionsCommandOutput/)
617
633
 
634
+ </details>
635
+ <details>
636
+ <summary>
637
+ DisableOutboundWebIdentityFederation
638
+ </summary>
639
+
640
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iam/command/DisableOutboundWebIdentityFederationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/DisableOutboundWebIdentityFederationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/DisableOutboundWebIdentityFederationCommandOutput/)
641
+
618
642
  </details>
619
643
  <details>
620
644
  <summary>
@@ -639,6 +663,14 @@ EnableOrganizationsRootSessions
639
663
 
640
664
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iam/command/EnableOrganizationsRootSessionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/EnableOrganizationsRootSessionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/EnableOrganizationsRootSessionsCommandOutput/)
641
665
 
666
+ </details>
667
+ <details>
668
+ <summary>
669
+ EnableOutboundWebIdentityFederation
670
+ </summary>
671
+
672
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iam/command/EnableOutboundWebIdentityFederationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/EnableOutboundWebIdentityFederationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/EnableOutboundWebIdentityFederationCommandOutput/)
673
+
642
674
  </details>
643
675
  <details>
644
676
  <summary>
@@ -719,6 +751,14 @@ GetCredentialReport
719
751
 
720
752
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iam/command/GetCredentialReportCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/GetCredentialReportCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/GetCredentialReportCommandOutput/)
721
753
 
754
+ </details>
755
+ <details>
756
+ <summary>
757
+ GetDelegationRequest
758
+ </summary>
759
+
760
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iam/command/GetDelegationRequestCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/GetDelegationRequestCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/GetDelegationRequestCommandOutput/)
761
+
722
762
  </details>
723
763
  <details>
724
764
  <summary>
@@ -735,6 +775,14 @@ GetGroupPolicy
735
775
 
736
776
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iam/command/GetGroupPolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/GetGroupPolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/GetGroupPolicyCommandOutput/)
737
777
 
778
+ </details>
779
+ <details>
780
+ <summary>
781
+ GetHumanReadableSummary
782
+ </summary>
783
+
784
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iam/command/GetHumanReadableSummaryCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/GetHumanReadableSummaryCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/GetHumanReadableSummaryCommandOutput/)
785
+
738
786
  </details>
739
787
  <details>
740
788
  <summary>
@@ -775,6 +823,14 @@ GetOrganizationsAccessReport
775
823
 
776
824
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iam/command/GetOrganizationsAccessReportCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/GetOrganizationsAccessReportCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/GetOrganizationsAccessReportCommandOutput/)
777
825
 
826
+ </details>
827
+ <details>
828
+ <summary>
829
+ GetOutboundWebIdentityFederationInfo
830
+ </summary>
831
+
832
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iam/command/GetOutboundWebIdentityFederationInfoCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/GetOutboundWebIdentityFederationInfoCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/GetOutboundWebIdentityFederationInfoCommandOutput/)
833
+
778
834
  </details>
779
835
  <details>
780
836
  <summary>
@@ -911,6 +967,14 @@ ListAttachedUserPolicies
911
967
 
912
968
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iam/command/ListAttachedUserPoliciesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/ListAttachedUserPoliciesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/ListAttachedUserPoliciesCommandOutput/)
913
969
 
970
+ </details>
971
+ <details>
972
+ <summary>
973
+ ListDelegationRequests
974
+ </summary>
975
+
976
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iam/command/ListDelegationRequestsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/ListDelegationRequestsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/ListDelegationRequestsCommandOutput/)
977
+
914
978
  </details>
915
979
  <details>
916
980
  <summary>
@@ -1191,6 +1255,14 @@ PutUserPolicy
1191
1255
 
1192
1256
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iam/command/PutUserPolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/PutUserPolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/PutUserPolicyCommandOutput/)
1193
1257
 
1258
+ </details>
1259
+ <details>
1260
+ <summary>
1261
+ RejectDelegationRequest
1262
+ </summary>
1263
+
1264
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iam/command/RejectDelegationRequestCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/RejectDelegationRequestCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/RejectDelegationRequestCommandOutput/)
1265
+
1194
1266
  </details>
1195
1267
  <details>
1196
1268
  <summary>
@@ -1231,6 +1303,14 @@ ResyncMFADevice
1231
1303
 
1232
1304
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iam/command/ResyncMFADeviceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/ResyncMFADeviceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/ResyncMFADeviceCommandOutput/)
1233
1305
 
1306
+ </details>
1307
+ <details>
1308
+ <summary>
1309
+ SendDelegationToken
1310
+ </summary>
1311
+
1312
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iam/command/SendDelegationTokenCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/SendDelegationTokenCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/SendDelegationTokenCommandOutput/)
1313
+
1234
1314
  </details>
1235
1315
  <details>
1236
1316
  <summary>
@@ -1415,6 +1495,14 @@ UpdateAssumeRolePolicy
1415
1495
 
1416
1496
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iam/command/UpdateAssumeRolePolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/UpdateAssumeRolePolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/UpdateAssumeRolePolicyCommandOutput/)
1417
1497
 
1498
+ </details>
1499
+ <details>
1500
+ <summary>
1501
+ UpdateDelegationRequest
1502
+ </summary>
1503
+
1504
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iam/command/UpdateDelegationRequestCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/UpdateDelegationRequestCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/UpdateDelegationRequestCommandOutput/)
1505
+
1418
1506
  </details>
1419
1507
  <details>
1420
1508
  <summary>