@jjrawlins/cdk-iam-policy-builder-helper 0.0.87 → 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 (296) 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 +61 -0
  5. package/lib/constructs/Actions.js +62 -1
  6. package/lib/constructs/ManagedPolicies.d.ts +20 -0
  7. package/lib/constructs/ManagedPolicies.js +21 -1
  8. package/methods_list.txt +61 -0
  9. package/node_modules/@aws-sdk/client-iam/README.md +24 -0
  10. package/node_modules/@aws-sdk/client-iam/dist-cjs/index.js +305 -176
  11. package/node_modules/@aws-sdk/client-iam/dist-es/IAM.js +6 -0
  12. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DisableOutboundWebIdentityFederationCommand.js +16 -0
  13. package/node_modules/@aws-sdk/client-iam/dist-es/commands/EnableOutboundWebIdentityFederationCommand.js +16 -0
  14. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetOutboundWebIdentityFederationInfoCommand.js +16 -0
  15. package/node_modules/@aws-sdk/client-iam/dist-es/commands/index.js +3 -0
  16. package/node_modules/@aws-sdk/client-iam/dist-es/index.js +2 -1
  17. package/node_modules/@aws-sdk/client-iam/dist-es/models/enums.js +176 -0
  18. package/node_modules/@aws-sdk/client-iam/dist-es/models/errors.js +431 -0
  19. package/node_modules/@aws-sdk/client-iam/dist-es/models/models_0.js +1 -467
  20. package/node_modules/@aws-sdk/client-iam/dist-es/models/models_1.js +1 -117
  21. package/node_modules/@aws-sdk/client-iam/dist-es/schemas/schemas_0.js +62 -1
  22. package/node_modules/@aws-sdk/client-iam/dist-types/IAM.d.ts +24 -0
  23. package/node_modules/@aws-sdk/client-iam/dist-types/IAMClient.d.ts +5 -2
  24. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DisableOutboundWebIdentityFederationCommand.d.ts +74 -0
  25. package/node_modules/@aws-sdk/client-iam/dist-types/commands/EnableOutboundWebIdentityFederationCommand.d.ts +78 -0
  26. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetOutboundWebIdentityFederationInfoCommand.d.ts +77 -0
  27. package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutGroupPolicyCommand.d.ts +1 -1
  28. package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutRolePermissionsBoundaryCommand.d.ts +1 -1
  29. package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutRolePolicyCommand.d.ts +1 -1
  30. package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutUserPermissionsBoundaryCommand.d.ts +1 -1
  31. package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutUserPolicyCommand.d.ts +1 -1
  32. package/node_modules/@aws-sdk/client-iam/dist-types/commands/RejectDelegationRequestCommand.d.ts +1 -1
  33. package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +1 -1
  34. package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveRoleFromInstanceProfileCommand.d.ts +1 -1
  35. package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveUserFromGroupCommand.d.ts +1 -1
  36. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ResetServiceSpecificCredentialCommand.d.ts +1 -1
  37. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ResyncMFADeviceCommand.d.ts +1 -1
  38. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SendDelegationTokenCommand.d.ts +1 -1
  39. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SetDefaultPolicyVersionCommand.d.ts +1 -1
  40. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SetSecurityTokenServicePreferencesCommand.d.ts +1 -1
  41. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SimulateCustomPolicyCommand.d.ts +1 -1
  42. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SimulatePrincipalPolicyCommand.d.ts +1 -1
  43. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagInstanceProfileCommand.d.ts +1 -1
  44. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagMFADeviceCommand.d.ts +1 -1
  45. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagOpenIDConnectProviderCommand.d.ts +1 -1
  46. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagPolicyCommand.d.ts +1 -1
  47. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagRoleCommand.d.ts +1 -1
  48. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagSAMLProviderCommand.d.ts +1 -1
  49. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagServerCertificateCommand.d.ts +1 -1
  50. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagUserCommand.d.ts +1 -1
  51. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagInstanceProfileCommand.d.ts +1 -1
  52. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagMFADeviceCommand.d.ts +1 -1
  53. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagOpenIDConnectProviderCommand.d.ts +1 -1
  54. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagPolicyCommand.d.ts +1 -1
  55. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagRoleCommand.d.ts +1 -1
  56. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagSAMLProviderCommand.d.ts +1 -1
  57. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagServerCertificateCommand.d.ts +1 -1
  58. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagUserCommand.d.ts +1 -1
  59. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAccessKeyCommand.d.ts +1 -1
  60. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAccountPasswordPolicyCommand.d.ts +1 -1
  61. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAssumeRolePolicyCommand.d.ts +1 -1
  62. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateDelegationRequestCommand.d.ts +1 -1
  63. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
  64. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateLoginProfileCommand.d.ts +1 -1
  65. package/node_modules/@aws-sdk/client-iam/dist-types/commands/index.d.ts +3 -0
  66. package/node_modules/@aws-sdk/client-iam/dist-types/index.d.ts +4 -1
  67. package/node_modules/@aws-sdk/client-iam/dist-types/models/enums.d.ts +392 -0
  68. package/node_modules/@aws-sdk/client-iam/dist-types/models/errors.d.ts +463 -0
  69. package/node_modules/@aws-sdk/client-iam/dist-types/models/models_0.d.ts +1641 -681
  70. package/node_modules/@aws-sdk/client-iam/dist-types/models/models_1.d.ts +2 -1763
  71. package/node_modules/@aws-sdk/client-iam/dist-types/schemas/schemas_0.d.ts +7 -0
  72. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/IAM.d.ts +72 -0
  73. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/IAMClient.d.ts +18 -0
  74. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DisableOutboundWebIdentityFederationCommand.d.ts +45 -0
  75. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/EnableOutboundWebIdentityFederationCommand.d.ts +47 -0
  76. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetOutboundWebIdentityFederationInfoCommand.d.ts +47 -0
  77. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutGroupPolicyCommand.d.ts +1 -1
  78. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutRolePermissionsBoundaryCommand.d.ts +1 -1
  79. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutRolePolicyCommand.d.ts +1 -1
  80. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutUserPermissionsBoundaryCommand.d.ts +1 -1
  81. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutUserPolicyCommand.d.ts +1 -1
  82. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RejectDelegationRequestCommand.d.ts +1 -1
  83. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +1 -1
  84. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RemoveRoleFromInstanceProfileCommand.d.ts +1 -1
  85. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RemoveUserFromGroupCommand.d.ts +1 -1
  86. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ResetServiceSpecificCredentialCommand.d.ts +1 -1
  87. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ResyncMFADeviceCommand.d.ts +1 -1
  88. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SendDelegationTokenCommand.d.ts +1 -1
  89. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SetDefaultPolicyVersionCommand.d.ts +1 -1
  90. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SetSecurityTokenServicePreferencesCommand.d.ts +1 -1
  91. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SimulateCustomPolicyCommand.d.ts +1 -1
  92. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SimulatePrincipalPolicyCommand.d.ts +1 -1
  93. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagInstanceProfileCommand.d.ts +1 -1
  94. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagMFADeviceCommand.d.ts +1 -1
  95. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagOpenIDConnectProviderCommand.d.ts +1 -1
  96. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagPolicyCommand.d.ts +1 -1
  97. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagRoleCommand.d.ts +1 -1
  98. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagSAMLProviderCommand.d.ts +1 -1
  99. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagServerCertificateCommand.d.ts +1 -1
  100. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagUserCommand.d.ts +1 -1
  101. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagInstanceProfileCommand.d.ts +1 -1
  102. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagMFADeviceCommand.d.ts +1 -1
  103. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagOpenIDConnectProviderCommand.d.ts +1 -1
  104. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagPolicyCommand.d.ts +1 -1
  105. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagRoleCommand.d.ts +1 -1
  106. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagSAMLProviderCommand.d.ts +1 -1
  107. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagServerCertificateCommand.d.ts +1 -1
  108. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagUserCommand.d.ts +1 -1
  109. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateAccessKeyCommand.d.ts +1 -1
  110. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateAccountPasswordPolicyCommand.d.ts +1 -1
  111. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateAssumeRolePolicyCommand.d.ts +1 -1
  112. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateDelegationRequestCommand.d.ts +1 -1
  113. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +1 -1
  114. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateLoginProfileCommand.d.ts +1 -1
  115. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/index.d.ts +3 -0
  116. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/index.d.ts +4 -1
  117. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/enums.d.ts +222 -0
  118. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/errors.d.ts +297 -0
  119. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_0.d.ts +276 -416
  120. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_1.d.ts +1 -334
  121. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/schemas/schemas_0.d.ts +7 -0
  122. package/node_modules/@aws-sdk/client-iam/package.json +19 -19
  123. package/node_modules/@aws-sdk/client-sso/dist-es/index.js +1 -1
  124. package/node_modules/@aws-sdk/client-sso/dist-es/models/errors.js +49 -0
  125. package/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +1 -49
  126. package/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +1 -1
  127. package/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +2 -1
  128. package/node_modules/@aws-sdk/client-sso/dist-types/models/errors.d.ts +53 -0
  129. package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -53
  130. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +2 -1
  131. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/errors.d.ts +30 -0
  132. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -30
  133. package/node_modules/@aws-sdk/client-sso/package.json +18 -18
  134. package/node_modules/@aws-sdk/core/package.json +4 -4
  135. package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
  136. package/node_modules/@aws-sdk/credential-provider-http/package.json +4 -4
  137. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +15 -0
  138. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js +12 -0
  139. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +4 -0
  140. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +4 -3
  141. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveLoginCredentials.d.ts +10 -0
  142. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +3 -1
  143. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveLoginCredentials.d.ts +7 -0
  144. package/node_modules/@aws-sdk/credential-provider-ini/package.json +10 -9
  145. package/node_modules/@aws-sdk/credential-provider-login/README.md +7 -0
  146. package/node_modules/@aws-sdk/credential-provider-login/dist-cjs/index.js +286 -0
  147. package/node_modules/@aws-sdk/credential-provider-login/dist-es/LoginCredentialsFetcher.js +262 -0
  148. package/node_modules/@aws-sdk/credential-provider-login/dist-es/fromLoginCredentials.js +21 -0
  149. package/node_modules/@aws-sdk/credential-provider-login/dist-es/index.js +2 -0
  150. package/node_modules/@aws-sdk/credential-provider-login/dist-es/types.js +1 -0
  151. package/node_modules/@aws-sdk/credential-provider-login/dist-types/LoginCredentialsFetcher.d.ts +42 -0
  152. package/node_modules/@aws-sdk/credential-provider-login/dist-types/fromLoginCredentials.d.ts +7 -0
  153. package/node_modules/@aws-sdk/credential-provider-login/dist-types/index.d.ts +8 -0
  154. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/LoginCredentialsFetcher.d.ts +24 -0
  155. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/fromLoginCredentials.d.ts +5 -0
  156. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/index.d.ts +2 -0
  157. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/types.d.ts +39 -0
  158. package/node_modules/@aws-sdk/credential-provider-login/dist-types/types.d.ts +59 -0
  159. package/node_modules/@aws-sdk/credential-provider-login/package.json +68 -0
  160. package/node_modules/@aws-sdk/credential-provider-node/package.json +8 -8
  161. package/node_modules/@aws-sdk/credential-provider-process/package.json +3 -3
  162. package/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -5
  163. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +4 -4
  164. package/node_modules/@aws-sdk/middleware-host-header/package.json +2 -2
  165. package/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
  166. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +2 -2
  167. package/node_modules/@aws-sdk/middleware-user-agent/package.json +5 -5
  168. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/auth/httpAuthSchemeProvider.js +56 -0
  169. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/endpointResolver.js +18 -0
  170. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +7 -0
  171. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +439 -0
  172. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.browser.js +39 -0
  173. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.js +54 -0
  174. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.native.js +15 -0
  175. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +42 -0
  176. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +10 -9
  177. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +9 -0
  178. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +50 -0
  179. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthExtensionConfiguration.js +38 -0
  180. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +50 -0
  181. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +16 -0
  182. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/index.js +1 -0
  183. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/EndpointParameters.js +13 -0
  184. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +14 -0
  185. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +4 -0
  186. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/extensionConfiguration.js +1 -0
  187. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +6 -0
  188. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/SigninServiceException.js +8 -0
  189. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/enums.js +8 -0
  190. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/errors.js +57 -0
  191. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/models_0.js +1 -0
  192. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.browser.js +34 -0
  193. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +49 -0
  194. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.native.js +11 -0
  195. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +38 -0
  196. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeExtensions.js +9 -0
  197. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +221 -0
  198. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +2 -1
  199. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/enums.js +9 -0
  200. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/errors.js +181 -0
  201. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +1 -190
  202. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +1 -1
  203. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +1 -1
  204. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/errors.js +85 -0
  205. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js +1 -85
  206. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +1 -1
  207. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +18 -0
  208. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +198 -0
  209. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  210. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthSchemeProvider.d.ts +75 -0
  211. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +157 -0
  212. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/index.d.ts +1 -0
  213. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/EndpointParameters.d.ts +38 -0
  214. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/endpointResolver.d.ts +5 -0
  215. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/ruleset.d.ts +2 -0
  216. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/extensionConfiguration.d.ts +9 -0
  217. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +16 -0
  218. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/SigninServiceException.d.ts +14 -0
  219. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/enums.d.ts +34 -0
  220. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/errors.d.ts +102 -0
  221. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/models_0.d.ts +142 -0
  222. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +59 -0
  223. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +59 -0
  224. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +58 -0
  225. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +33 -0
  226. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeExtensions.d.ts +17 -0
  227. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +14 -0
  228. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +3 -1
  229. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/enums.d.ts +25 -0
  230. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/errors.d.ts +279 -0
  231. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +0 -303
  232. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +2 -1
  233. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/errors.d.ts +108 -0
  234. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +0 -108
  235. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/Signin.d.ts +22 -0
  236. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +127 -0
  237. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  238. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthSchemeProvider.d.ts +47 -0
  239. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +47 -0
  240. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/index.d.ts +1 -0
  241. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/EndpointParameters.d.ts +51 -0
  242. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/endpointResolver.d.ts +8 -0
  243. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/ruleset.d.ts +2 -0
  244. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/extensionConfiguration.d.ts +9 -0
  245. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +10 -0
  246. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/SigninServiceException.d.ts +9 -0
  247. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/enums.d.ts +10 -0
  248. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/errors.d.ts +35 -0
  249. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/models_0.d.ts +26 -0
  250. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +121 -0
  251. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +114 -0
  252. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +125 -0
  253. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +53 -0
  254. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeExtensions.d.ts +11 -0
  255. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +19 -0
  256. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +3 -1
  257. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/enums.d.ts +13 -0
  258. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/errors.d.ts +105 -0
  259. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +0 -114
  260. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +2 -1
  261. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/errors.d.ts +54 -0
  262. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +0 -54
  263. package/node_modules/@aws-sdk/nested-clients/package.json +29 -18
  264. package/node_modules/@aws-sdk/nested-clients/signin.d.ts +7 -0
  265. package/node_modules/@aws-sdk/nested-clients/signin.js +5 -0
  266. package/node_modules/@aws-sdk/region-config-resolver/package.json +2 -2
  267. package/node_modules/@aws-sdk/token-providers/package.json +4 -4
  268. package/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +2 -0
  269. package/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +2 -0
  270. package/node_modules/@aws-sdk/types/package.json +1 -1
  271. package/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
  272. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +2 -2
  273. package/node_modules/@aws-sdk/util-user-agent-node/package.json +3 -3
  274. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +6 -0
  275. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +6 -0
  276. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +6 -2
  277. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +6 -2
  278. package/node_modules/@smithy/core/package.json +1 -1
  279. package/node_modules/@smithy/middleware-endpoint/package.json +2 -2
  280. package/node_modules/@smithy/middleware-retry/package.json +2 -2
  281. package/node_modules/@smithy/smithy-client/package.json +3 -3
  282. package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  283. package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  284. package/package.json +3 -3
  285. package/node_modules/@aws-sdk/client-iam/dist-es/models/index.js +0 -2
  286. package/node_modules/@aws-sdk/client-iam/dist-types/models/index.d.ts +0 -2
  287. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/index.d.ts +0 -2
  288. package/node_modules/@aws-sdk/client-sso/dist-es/models/index.js +0 -1
  289. package/node_modules/@aws-sdk/client-sso/dist-types/models/index.d.ts +0 -1
  290. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/index.d.ts +0 -1
  291. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js +0 -1
  292. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js +0 -1
  293. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/index.d.ts +0 -1
  294. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/index.d.ts +0 -1
  295. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/index.d.ts +0 -1
  296. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/index.d.ts +0 -1
package/methods_list.txt CHANGED
@@ -4597,6 +4597,7 @@ controltower:UpdateEnabledControl
4597
4597
  controltower:UpdateLandingZone
4598
4598
  cost-optimization-hub:GetPreferences
4599
4599
  cost-optimization-hub:GetRecommendation
4600
+ cost-optimization-hub:ListEfficiencyMetrics
4600
4601
  cost-optimization-hub:ListEnrollmentStatuses
4601
4602
  cost-optimization-hub:ListRecommendations
4602
4603
  cost-optimization-hub:ListRecommendationSummaries
@@ -8468,6 +8469,7 @@ glue:QuerySchemaVersionMetadata
8468
8469
  glue:RefreshOAuth2Tokens
8469
8470
  glue:RegisterSchemaVersion
8470
8471
  glue:RemoveSchemaVersionMetadata
8472
+ glue:RenameTable
8471
8473
  glue:RequestLogParsing
8472
8474
  glue:ResetJobBookmark
8473
8475
  glue:ResumeWorkflowRun
@@ -8774,6 +8776,7 @@ guardduty:GetFindingsStatistics
8774
8776
  guardduty:GetInvitationsCount
8775
8777
  guardduty:GetIPSet
8776
8778
  guardduty:GetMalwareProtectionPlan
8779
+ guardduty:GetMalwareScan
8777
8780
  guardduty:GetMalwareScanSettings
8778
8781
  guardduty:GetMasterAccount
8779
8782
  guardduty:GetMemberDetectors
@@ -8792,6 +8795,7 @@ guardduty:ListFindings
8792
8795
  guardduty:ListInvitations
8793
8796
  guardduty:ListIPSets
8794
8797
  guardduty:ListMalwareProtectionPlans
8798
+ guardduty:ListMalwareScans
8795
8799
  guardduty:ListMembers
8796
8800
  guardduty:ListOrganizationAdminAccounts
8797
8801
  guardduty:ListPublishingDestinations
@@ -8907,15 +8911,18 @@ honeycode:StartTableDataImportJob
8907
8911
  honeycode:TagResource
8908
8912
  honeycode:UntagResource
8909
8913
  honeycode:UpdateTeam
8914
+ iam:AcceptDelegationRequest
8910
8915
  iam:AddClientIDToOpenIDConnectProvider
8911
8916
  iam:AddRoleToInstanceProfile
8912
8917
  iam:AddUserToGroup
8918
+ iam:AssociateDelegationRequest
8913
8919
  iam:AttachGroupPolicy
8914
8920
  iam:AttachRolePolicy
8915
8921
  iam:AttachUserPolicy
8916
8922
  iam:ChangePassword
8917
8923
  iam:CreateAccessKey
8918
8924
  iam:CreateAccountAlias
8925
+ iam:CreateDelegationRequest
8919
8926
  iam:CreateGroup
8920
8927
  iam:CreateInstanceProfile
8921
8928
  iam:CreateLoginProfile
@@ -8958,9 +8965,11 @@ iam:DetachRolePolicy
8958
8965
  iam:DetachUserPolicy
8959
8966
  iam:DisableOrganizationsRootCredentialsManagement
8960
8967
  iam:DisableOrganizationsRootSessions
8968
+ iam:DisableOutboundWebIdentityFederation
8961
8969
  iam:EnableMFADevice
8962
8970
  iam:EnableOrganizationsRootCredentialsManagement
8963
8971
  iam:EnableOrganizationsRootSessions
8972
+ iam:EnableOutboundWebIdentityFederation
8964
8973
  iam:GenerateCredentialReport
8965
8974
  iam:GenerateOrganizationsAccessReport
8966
8975
  iam:GenerateServiceLastAccessedDetails
@@ -8974,13 +8983,16 @@ iam:GetCloudFrontPublicKey
8974
8983
  iam:GetContextKeysForCustomPolicy
8975
8984
  iam:GetContextKeysForPrincipalPolicy
8976
8985
  iam:GetCredentialReport
8986
+ iam:GetDelegationRequest
8977
8987
  iam:GetGroup
8978
8988
  iam:GetGroupPolicy
8989
+ iam:GetHumanReadableSummary
8979
8990
  iam:GetInstanceProfile
8980
8991
  iam:GetLoginProfile
8981
8992
  iam:GetMFADevice
8982
8993
  iam:GetOpenIDConnectProvider
8983
8994
  iam:GetOrganizationsAccessReport
8995
+ iam:GetOutboundWebIdentityFederationInfo
8984
8996
  iam:GetPolicy
8985
8997
  iam:GetPolicyVersion
8986
8998
  iam:GetRole
@@ -8999,6 +9011,7 @@ iam:ListAttachedGroupPolicies
8999
9011
  iam:ListAttachedRolePolicies
9000
9012
  iam:ListAttachedUserPolicies
9001
9013
  iam:ListCloudFrontPublicKeys
9014
+ iam:ListDelegationRequests
9002
9015
  iam:ListEntitiesForPolicy
9003
9016
  iam:ListGroupPolicies
9004
9017
  iam:ListGroups
@@ -9036,11 +9049,13 @@ iam:PutRolePermissionsBoundary
9036
9049
  iam:PutRolePolicy
9037
9050
  iam:PutUserPermissionsBoundary
9038
9051
  iam:PutUserPolicy
9052
+ iam:RejectDelegationRequest
9039
9053
  iam:RemoveClientIDFromOpenIDConnectProvider
9040
9054
  iam:RemoveRoleFromInstanceProfile
9041
9055
  iam:RemoveUserFromGroup
9042
9056
  iam:ResetServiceSpecificCredential
9043
9057
  iam:ResyncMFADevice
9058
+ iam:SendDelegationToken
9044
9059
  iam:SetDefaultPolicyVersion
9045
9060
  iam:SetSecurityTokenServicePreferences
9046
9061
  iam:SetSTSRegionalEndpointStatus
@@ -10695,6 +10710,8 @@ lakeformation:GetQueryState
10695
10710
  lakeformation:GetQueryStatistics
10696
10711
  lakeformation:GetResourceLFTags
10697
10712
  lakeformation:GetTableObjects
10713
+ lakeformation:GetTemporaryGluePartitionCredentials
10714
+ lakeformation:GetTemporaryGlueTableCredentials
10698
10715
  lakeformation:GetWorkUnitResults
10699
10716
  lakeformation:GetWorkUnits
10700
10717
  lakeformation:GrantPermissions
@@ -11025,6 +11042,8 @@ license-manager:CheckoutLicense
11025
11042
  license-manager:CreateGrant
11026
11043
  license-manager:CreateGrantVersion
11027
11044
  license-manager:CreateLicense
11045
+ license-manager:CreateLicenseAssetGroup
11046
+ license-manager:CreateLicenseAssetRuleset
11028
11047
  license-manager:CreateLicenseConfiguration
11029
11048
  license-manager:CreateLicenseConversionTaskForResource
11030
11049
  license-manager:CreateLicenseManagerReportGenerator
@@ -11032,6 +11051,8 @@ license-manager:CreateLicenseVersion
11032
11051
  license-manager:CreateToken
11033
11052
  license-manager:DeleteGrant
11034
11053
  license-manager:DeleteLicense
11054
+ license-manager:DeleteLicenseAssetGroup
11055
+ license-manager:DeleteLicenseAssetRuleset
11035
11056
  license-manager:DeleteLicenseConfiguration
11036
11057
  license-manager:DeleteLicenseManagerReportGenerator
11037
11058
  license-manager:DeleteToken
@@ -11039,15 +11060,21 @@ license-manager:ExtendLicenseConsumption
11039
11060
  license-manager:GetAccessToken
11040
11061
  license-manager:GetGrant
11041
11062
  license-manager:GetLicense
11063
+ license-manager:GetLicenseAssetGroup
11064
+ license-manager:GetLicenseAssetRuleset
11042
11065
  license-manager:GetLicenseConfiguration
11043
11066
  license-manager:GetLicenseConversionTask
11044
11067
  license-manager:GetLicenseManagerReportGenerator
11045
11068
  license-manager:GetLicenseUsage
11046
11069
  license-manager:GetServiceSettings
11070
+ license-manager:ListAssetsForLicenseAssetGroup
11047
11071
  license-manager:ListAssociationsForLicenseConfiguration
11048
11072
  license-manager:ListDistributedGrants
11049
11073
  license-manager:ListFailuresForLicenseConfigurationOperations
11074
+ license-manager:ListLicenseAssetGroups
11075
+ license-manager:ListLicenseAssetRulesets
11050
11076
  license-manager:ListLicenseConfigurations
11077
+ license-manager:ListLicenseConfigurationsForOrganization
11051
11078
  license-manager:ListLicenseConversionTasks
11052
11079
  license-manager:ListLicenseManagerReportGenerators
11053
11080
  license-manager:ListLicenses
@@ -11064,6 +11091,8 @@ license-manager:ListUsageForLicenseConfiguration
11064
11091
  license-manager:RejectGrant
11065
11092
  license-manager:TagResource
11066
11093
  license-manager:UntagResource
11094
+ license-manager:UpdateLicenseAssetGroup
11095
+ license-manager:UpdateLicenseAssetRuleset
11067
11096
  license-manager:UpdateLicenseConfiguration
11068
11097
  license-manager:UpdateLicenseManagerReportGenerator
11069
11098
  license-manager:UpdateLicenseSpecificationsForResource
@@ -11237,6 +11266,7 @@ logs:CreateLogAnomalyDetector
11237
11266
  logs:CreateLogDelivery
11238
11267
  logs:CreateLogGroup
11239
11268
  logs:CreateLogStream
11269
+ logs:CreateScheduledQuery
11240
11270
  logs:DeleteAccountPolicy
11241
11271
  logs:DeleteDataProtectionPolicy
11242
11272
  logs:DeleteDelivery
@@ -11254,6 +11284,7 @@ logs:DeleteMetricFilter
11254
11284
  logs:DeleteQueryDefinition
11255
11285
  logs:DeleteResourcePolicy
11256
11286
  logs:DeleteRetentionPolicy
11287
+ logs:DeleteScheduledQuery
11257
11288
  logs:DeleteSubscriptionFilter
11258
11289
  logs:DeleteTransformer
11259
11290
  logs:DescribeAccountPolicies
@@ -11286,6 +11317,8 @@ logs:GetLogEvents
11286
11317
  logs:GetLogGroupFields
11287
11318
  logs:GetLogRecord
11288
11319
  logs:GetQueryResults
11320
+ logs:GetScheduledQuery
11321
+ logs:GetScheduledQueryHistory
11289
11322
  logs:GetTransformer
11290
11323
  logs:Link
11291
11324
  logs:ListAnomalies
@@ -11296,6 +11329,7 @@ logs:ListLogDeliveries
11296
11329
  logs:ListLogGroups
11297
11330
  logs:ListLogGroupsForEntity
11298
11331
  logs:ListLogGroupsForQuery
11332
+ logs:ListScheduledQueries
11299
11333
  logs:ListTagsForResource
11300
11334
  logs:ListTagsLogGroup
11301
11335
  logs:PutAccountPolicy
@@ -11329,6 +11363,7 @@ logs:UpdateAnomaly
11329
11363
  logs:UpdateDeliveryConfiguration
11330
11364
  logs:UpdateLogAnomalyDetector
11331
11365
  logs:UpdateLogDelivery
11366
+ logs:UpdateScheduledQuery
11332
11367
  lookoutequipment:CreateDataset
11333
11368
  lookoutequipment:CreateInferenceScheduler
11334
11369
  lookoutequipment:CreateLabel
@@ -12993,6 +13028,7 @@ odb:UntagResource
12993
13028
  odb:UpdateCloudExadataInfrastructure
12994
13029
  odb:UpdateOdbNetwork
12995
13030
  odb:UpdateOdbPeeringConnection
13031
+ odb:UpdateOutboundIntegration
12996
13032
  omics:AbortMultipartReadSetUpload
12997
13033
  omics:AcceptShare
12998
13034
  omics:BatchDeleteReadSet
@@ -13238,6 +13274,7 @@ organizations:DescribeOrganization
13238
13274
  organizations:DescribeOrganizationalUnit
13239
13275
  organizations:DescribePolicy
13240
13276
  organizations:DescribeResourcePolicy
13277
+ organizations:DescribeResponsibilityTransfer
13241
13278
  organizations:DetachPolicy
13242
13279
  organizations:DisableAWSServiceAccess
13243
13280
  organizations:DisablePolicyType
@@ -13245,6 +13282,7 @@ organizations:EnableAllFeatures
13245
13282
  organizations:EnableAWSServiceAccess
13246
13283
  organizations:EnablePolicyType
13247
13284
  organizations:InviteAccountToOrganization
13285
+ organizations:InviteOrganizationToTransferResponsibility
13248
13286
  organizations:LeaveOrganization
13249
13287
  organizations:ListAccounts
13250
13288
  organizations:ListAccountsForParent
@@ -13257,7 +13295,9 @@ organizations:ListDelegatedServicesForAccount
13257
13295
  organizations:ListEffectivePolicyValidationErrors
13258
13296
  organizations:ListHandshakesForAccount
13259
13297
  organizations:ListHandshakesForOrganization
13298
+ organizations:ListInboundResponsibilityTransfers
13260
13299
  organizations:ListOrganizationalUnitsForParent
13300
+ organizations:ListOutboundResponsibilityTransfers
13261
13301
  organizations:ListParents
13262
13302
  organizations:ListPolicies
13263
13303
  organizations:ListPoliciesForTarget
@@ -13269,9 +13309,11 @@ organizations:PutResourcePolicy
13269
13309
  organizations:RegisterDelegatedAdministrator
13270
13310
  organizations:RemoveAccountFromOrganization
13271
13311
  organizations:TagResource
13312
+ organizations:TerminateResponsibilityTransfer
13272
13313
  organizations:UntagResource
13273
13314
  organizations:UpdateOrganizationalUnit
13274
13315
  organizations:UpdatePolicy
13316
+ organizations:UpdateResponsibilityTransfer
13275
13317
  osis:CreatePipeline
13276
13318
  osis:CreatePipelineEndpoint
13277
13319
  osis:DeletePipeline
@@ -13370,23 +13412,33 @@ panorama:UpdateDeviceMetadata
13370
13412
  partnercentral-account-management:AssociatePartnerAccount
13371
13413
  partnercentral-account-management:AssociatePartnerUser
13372
13414
  partnercentral-account-management:DisassociatePartnerUser
13415
+ partnercentral:AcceptChannelHandshake
13373
13416
  partnercentral:AcceptEngagementInvitation
13374
13417
  partnercentral:AssignOpportunity
13375
13418
  partnercentral:AssociateOpportunity
13419
+ partnercentral:CancelChannelHandshake
13420
+ partnercentral:CreateChannelHandshake
13376
13421
  partnercentral:CreateEngagement
13377
13422
  partnercentral:CreateEngagementInvitation
13378
13423
  partnercentral:CreateOpportunity
13424
+ partnercentral:CreateProgramManagementAccount
13425
+ partnercentral:CreateRelationship
13379
13426
  partnercentral:CreateResourceSnapshot
13380
13427
  partnercentral:CreateResourceSnapshotJob
13428
+ partnercentral:DeleteProgramManagementAccount
13429
+ partnercentral:DeleteRelationship
13381
13430
  partnercentral:DeleteResourceSnapshotJob
13382
13431
  partnercentral:DisassociateOpportunity
13383
13432
  partnercentral:GetAwsOpportunitySummary
13384
13433
  partnercentral:GetEngagement
13385
13434
  partnercentral:GetEngagementInvitation
13386
13435
  partnercentral:GetOpportunity
13436
+ partnercentral:GetProgramManagementAccount
13437
+ partnercentral:GetRelationship
13387
13438
  partnercentral:GetResourceSnapshot
13388
13439
  partnercentral:GetResourceSnapshotJob
13389
13440
  partnercentral:GetSellingSystemSettings
13441
+ partnercentral:ListChannelHandshakes
13390
13442
  partnercentral:ListEngagementByAcceptingInvitationTasks
13391
13443
  partnercentral:ListEngagementFromOpportunityTasks
13392
13444
  partnercentral:ListEngagementInvitations
@@ -13394,11 +13446,14 @@ partnercentral:ListEngagementMembers
13394
13446
  partnercentral:ListEngagementResourceAssociations
13395
13447
  partnercentral:ListEngagements
13396
13448
  partnercentral:ListOpportunities
13449
+ partnercentral:ListProgramManagementAccounts
13450
+ partnercentral:ListRelationships
13397
13451
  partnercentral:ListResourceSnapshotJobs
13398
13452
  partnercentral:ListResourceSnapshots
13399
13453
  partnercentral:ListSolutions
13400
13454
  partnercentral:ListTagsForResource
13401
13455
  partnercentral:PutSellingSystemSettings
13456
+ partnercentral:RejectChannelHandshake
13402
13457
  partnercentral:RejectEngagementInvitation
13403
13458
  partnercentral:StartEngagementByAcceptingInvitationTask
13404
13459
  partnercentral:StartEngagementFromOpportunityTask
@@ -13408,6 +13463,8 @@ partnercentral:SubmitOpportunity
13408
13463
  partnercentral:TagResource
13409
13464
  partnercentral:UntagResource
13410
13465
  partnercentral:UpdateOpportunity
13466
+ partnercentral:UpdateProgramManagementAccount
13467
+ partnercentral:UpdateRelationship
13411
13468
  payment-cryptography:CreateAlias
13412
13469
  payment-cryptography:CreateKey
13413
13470
  payment-cryptography:DecryptData
@@ -14114,6 +14171,7 @@ qldb:UntagResource
14114
14171
  qldb:UpdateLedger
14115
14172
  qldb:UpdateLedgerPermissionsMode
14116
14173
  quicksight:AccountConfigurations
14174
+ quicksight:AllowVendedLogDeliveryForResource
14117
14175
  quicksight:BatchCreateTopicReviewedAnswer
14118
14176
  quicksight:BatchDeleteTopicReviewedAnswer
14119
14177
  quicksight:CancelIngestion
@@ -17102,6 +17160,8 @@ signer:SignPayload
17102
17160
  signer:StartSigningJob
17103
17161
  signer:TagResource
17104
17162
  signer:UntagResource
17163
+ signin:AuthorizeOAuth2Access
17164
+ signin:CreateOAuth2Token
17105
17165
  signin:CreateTrustedIdentityPropagationApplicationForConsole
17106
17166
  signin:ListTrustedIdentityPropagationApplicationsForConsole
17107
17167
  simspaceweaver:CreateSnapshot
@@ -18216,6 +18276,7 @@ tag:GetComplianceSummary
18216
18276
  tag:GetResources
18217
18277
  tag:GetTagKeys
18218
18278
  tag:GetTagValues
18279
+ tag:ListRequiredTags
18219
18280
  tag:StartReportCreation
18220
18281
  tag:TagResources
18221
18282
  tag:UntagResources
@@ -631,6 +631,14 @@ DisableOrganizationsRootSessions
631
631
 
632
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/)
633
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
+
634
642
  </details>
635
643
  <details>
636
644
  <summary>
@@ -655,6 +663,14 @@ EnableOrganizationsRootSessions
655
663
 
656
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/)
657
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
+
658
674
  </details>
659
675
  <details>
660
676
  <summary>
@@ -807,6 +823,14 @@ GetOrganizationsAccessReport
807
823
 
808
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/)
809
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
+
810
834
  </details>
811
835
  <details>
812
836
  <summary>