@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/.jsii CHANGED
@@ -7,7 +7,7 @@
7
7
  ]
8
8
  },
9
9
  "bundled": {
10
- "@aws-sdk/client-iam": "^3.934.0",
10
+ "@aws-sdk/client-iam": "^3.936.0",
11
11
  "axios": "^1.8.2",
12
12
  "jsonc-parser": "^3.3.1"
13
13
  },
@@ -3526,6 +3526,6 @@
3526
3526
  }
3527
3527
  },
3528
3528
  "types": {},
3529
- "version": "0.0.87",
3530
- "fingerprint": "ToVRaoa1rYU5dHZLUAp0tWpNtR4yfg2IxNnM1Z3Cnz4="
3529
+ "version": "0.0.88",
3530
+ "fingerprint": "fr2nkix0GgdNy5oQvDdLr+NywfSIDw/qk8otXpBvxdg="
3531
3531
  }
@@ -13,7 +13,7 @@ import (
13
13
  constructs "github.com/aws/constructs-go/constructs/v10/jsii"
14
14
  )
15
15
 
16
- //go:embed jjrawlins-cdk-iam-policy-builder-helper-0.0.86.tgz
16
+ //go:embed jjrawlins-cdk-iam-policy-builder-helper-0.0.87.tgz
17
17
  var tarball []byte
18
18
 
19
19
  // Initialize loads the necessary packages in the @jsii/kernel to support the enclosing module.
@@ -24,5 +24,5 @@ func Initialize() {
24
24
  constructs.Initialize()
25
25
 
26
26
  // Load this library into the kernel
27
- _jsii_.Load("@jjrawlins/cdk-iam-policy-builder-helper", "0.0.86", tarball)
27
+ _jsii_.Load("@jjrawlins/cdk-iam-policy-builder-helper", "0.0.87", tarball)
28
28
  }
@@ -1 +1 @@
1
- 0.0.86
1
+ 0.0.87
@@ -4807,6 +4807,7 @@ export declare const Actions: {
4807
4807
  'cost-optimization-hub': {
4808
4808
  GetPreferences: string;
4809
4809
  GetRecommendation: string;
4810
+ ListEfficiencyMetrics: string;
4810
4811
  ListEnrollmentStatuses: string;
4811
4812
  ListRecommendations: string;
4812
4813
  ListRecommendationSummaries: string;
@@ -8814,6 +8815,7 @@ export declare const Actions: {
8814
8815
  RefreshOAuth2Tokens: string;
8815
8816
  RegisterSchemaVersion: string;
8816
8817
  RemoveSchemaVersionMetadata: string;
8818
+ RenameTable: string;
8817
8819
  RequestLogParsing: string;
8818
8820
  ResetJobBookmark: string;
8819
8821
  ResumeWorkflowRun: string;
@@ -9120,6 +9122,7 @@ export declare const Actions: {
9120
9122
  GetInvitationsCount: string;
9121
9123
  GetIPSet: string;
9122
9124
  GetMalwareProtectionPlan: string;
9125
+ GetMalwareScan: string;
9123
9126
  GetMalwareScanSettings: string;
9124
9127
  GetMasterAccount: string;
9125
9128
  GetMemberDetectors: string;
@@ -9138,6 +9141,7 @@ export declare const Actions: {
9138
9141
  ListInvitations: string;
9139
9142
  ListIPSets: string;
9140
9143
  ListMalwareProtectionPlans: string;
9144
+ ListMalwareScans: string;
9141
9145
  ListMembers: string;
9142
9146
  ListOrganizationAdminAccounts: string;
9143
9147
  ListPublishingDestinations: string;
@@ -9261,15 +9265,18 @@ export declare const Actions: {
9261
9265
  UpdateTeam: string;
9262
9266
  };
9263
9267
  iam: {
9268
+ AcceptDelegationRequest: string;
9264
9269
  AddClientIDToOpenIDConnectProvider: string;
9265
9270
  AddRoleToInstanceProfile: string;
9266
9271
  AddUserToGroup: string;
9272
+ AssociateDelegationRequest: string;
9267
9273
  AttachGroupPolicy: string;
9268
9274
  AttachRolePolicy: string;
9269
9275
  AttachUserPolicy: string;
9270
9276
  ChangePassword: string;
9271
9277
  CreateAccessKey: string;
9272
9278
  CreateAccountAlias: string;
9279
+ CreateDelegationRequest: string;
9273
9280
  CreateGroup: string;
9274
9281
  CreateInstanceProfile: string;
9275
9282
  CreateLoginProfile: string;
@@ -9312,9 +9319,11 @@ export declare const Actions: {
9312
9319
  DetachUserPolicy: string;
9313
9320
  DisableOrganizationsRootCredentialsManagement: string;
9314
9321
  DisableOrganizationsRootSessions: string;
9322
+ DisableOutboundWebIdentityFederation: string;
9315
9323
  EnableMFADevice: string;
9316
9324
  EnableOrganizationsRootCredentialsManagement: string;
9317
9325
  EnableOrganizationsRootSessions: string;
9326
+ EnableOutboundWebIdentityFederation: string;
9318
9327
  GenerateCredentialReport: string;
9319
9328
  GenerateOrganizationsAccessReport: string;
9320
9329
  GenerateServiceLastAccessedDetails: string;
@@ -9328,13 +9337,16 @@ export declare const Actions: {
9328
9337
  GetContextKeysForCustomPolicy: string;
9329
9338
  GetContextKeysForPrincipalPolicy: string;
9330
9339
  GetCredentialReport: string;
9340
+ GetDelegationRequest: string;
9331
9341
  GetGroup: string;
9332
9342
  GetGroupPolicy: string;
9343
+ GetHumanReadableSummary: string;
9333
9344
  GetInstanceProfile: string;
9334
9345
  GetLoginProfile: string;
9335
9346
  GetMFADevice: string;
9336
9347
  GetOpenIDConnectProvider: string;
9337
9348
  GetOrganizationsAccessReport: string;
9349
+ GetOutboundWebIdentityFederationInfo: string;
9338
9350
  GetPolicy: string;
9339
9351
  GetPolicyVersion: string;
9340
9352
  GetRole: string;
@@ -9353,6 +9365,7 @@ export declare const Actions: {
9353
9365
  ListAttachedRolePolicies: string;
9354
9366
  ListAttachedUserPolicies: string;
9355
9367
  ListCloudFrontPublicKeys: string;
9368
+ ListDelegationRequests: string;
9356
9369
  ListEntitiesForPolicy: string;
9357
9370
  ListGroupPolicies: string;
9358
9371
  ListGroups: string;
@@ -9390,11 +9403,13 @@ export declare const Actions: {
9390
9403
  PutRolePolicy: string;
9391
9404
  PutUserPermissionsBoundary: string;
9392
9405
  PutUserPolicy: string;
9406
+ RejectDelegationRequest: string;
9393
9407
  RemoveClientIDFromOpenIDConnectProvider: string;
9394
9408
  RemoveRoleFromInstanceProfile: string;
9395
9409
  RemoveUserFromGroup: string;
9396
9410
  ResetServiceSpecificCredential: string;
9397
9411
  ResyncMFADevice: string;
9412
+ SendDelegationToken: string;
9398
9413
  SetDefaultPolicyVersion: string;
9399
9414
  SetSecurityTokenServicePreferences: string;
9400
9415
  SetSTSRegionalEndpointStatus: string;
@@ -11105,6 +11120,8 @@ export declare const Actions: {
11105
11120
  GetQueryStatistics: string;
11106
11121
  GetResourceLFTags: string;
11107
11122
  GetTableObjects: string;
11123
+ GetTemporaryGluePartitionCredentials: string;
11124
+ GetTemporaryGlueTableCredentials: string;
11108
11125
  GetWorkUnitResults: string;
11109
11126
  GetWorkUnits: string;
11110
11127
  GrantPermissions: string;
@@ -11433,6 +11450,8 @@ export declare const Actions: {
11433
11450
  CreateGrant: string;
11434
11451
  CreateGrantVersion: string;
11435
11452
  CreateLicense: string;
11453
+ CreateLicenseAssetGroup: string;
11454
+ CreateLicenseAssetRuleset: string;
11436
11455
  CreateLicenseConfiguration: string;
11437
11456
  CreateLicenseConversionTaskForResource: string;
11438
11457
  CreateLicenseManagerReportGenerator: string;
@@ -11440,6 +11459,8 @@ export declare const Actions: {
11440
11459
  CreateToken: string;
11441
11460
  DeleteGrant: string;
11442
11461
  DeleteLicense: string;
11462
+ DeleteLicenseAssetGroup: string;
11463
+ DeleteLicenseAssetRuleset: string;
11443
11464
  DeleteLicenseConfiguration: string;
11444
11465
  DeleteLicenseManagerReportGenerator: string;
11445
11466
  DeleteToken: string;
@@ -11447,15 +11468,21 @@ export declare const Actions: {
11447
11468
  GetAccessToken: string;
11448
11469
  GetGrant: string;
11449
11470
  GetLicense: string;
11471
+ GetLicenseAssetGroup: string;
11472
+ GetLicenseAssetRuleset: string;
11450
11473
  GetLicenseConfiguration: string;
11451
11474
  GetLicenseConversionTask: string;
11452
11475
  GetLicenseManagerReportGenerator: string;
11453
11476
  GetLicenseUsage: string;
11454
11477
  GetServiceSettings: string;
11478
+ ListAssetsForLicenseAssetGroup: string;
11455
11479
  ListAssociationsForLicenseConfiguration: string;
11456
11480
  ListDistributedGrants: string;
11457
11481
  ListFailuresForLicenseConfigurationOperations: string;
11482
+ ListLicenseAssetGroups: string;
11483
+ ListLicenseAssetRulesets: string;
11458
11484
  ListLicenseConfigurations: string;
11485
+ ListLicenseConfigurationsForOrganization: string;
11459
11486
  ListLicenseConversionTasks: string;
11460
11487
  ListLicenseManagerReportGenerators: string;
11461
11488
  ListLicenses: string;
@@ -11472,6 +11499,8 @@ export declare const Actions: {
11472
11499
  RejectGrant: string;
11473
11500
  TagResource: string;
11474
11501
  UntagResource: string;
11502
+ UpdateLicenseAssetGroup: string;
11503
+ UpdateLicenseAssetRuleset: string;
11475
11504
  UpdateLicenseConfiguration: string;
11476
11505
  UpdateLicenseManagerReportGenerator: string;
11477
11506
  UpdateLicenseSpecificationsForResource: string;
@@ -11649,6 +11678,7 @@ export declare const Actions: {
11649
11678
  CreateLogDelivery: string;
11650
11679
  CreateLogGroup: string;
11651
11680
  CreateLogStream: string;
11681
+ CreateScheduledQuery: string;
11652
11682
  DeleteAccountPolicy: string;
11653
11683
  DeleteDataProtectionPolicy: string;
11654
11684
  DeleteDelivery: string;
@@ -11666,6 +11696,7 @@ export declare const Actions: {
11666
11696
  DeleteQueryDefinition: string;
11667
11697
  DeleteResourcePolicy: string;
11668
11698
  DeleteRetentionPolicy: string;
11699
+ DeleteScheduledQuery: string;
11669
11700
  DeleteSubscriptionFilter: string;
11670
11701
  DeleteTransformer: string;
11671
11702
  DescribeAccountPolicies: string;
@@ -11698,6 +11729,8 @@ export declare const Actions: {
11698
11729
  GetLogGroupFields: string;
11699
11730
  GetLogRecord: string;
11700
11731
  GetQueryResults: string;
11732
+ GetScheduledQuery: string;
11733
+ GetScheduledQueryHistory: string;
11701
11734
  GetTransformer: string;
11702
11735
  Link: string;
11703
11736
  ListAnomalies: string;
@@ -11708,6 +11741,7 @@ export declare const Actions: {
11708
11741
  ListLogGroups: string;
11709
11742
  ListLogGroupsForEntity: string;
11710
11743
  ListLogGroupsForQuery: string;
11744
+ ListScheduledQueries: string;
11711
11745
  ListTagsForResource: string;
11712
11746
  ListTagsLogGroup: string;
11713
11747
  PutAccountPolicy: string;
@@ -11741,6 +11775,7 @@ export declare const Actions: {
11741
11775
  UpdateDeliveryConfiguration: string;
11742
11776
  UpdateLogAnomalyDetector: string;
11743
11777
  UpdateLogDelivery: string;
11778
+ UpdateScheduledQuery: string;
11744
11779
  };
11745
11780
  lookoutequipment: {
11746
11781
  CreateDataset: string;
@@ -13495,6 +13530,7 @@ export declare const Actions: {
13495
13530
  UpdateCloudExadataInfrastructure: string;
13496
13531
  UpdateOdbNetwork: string;
13497
13532
  UpdateOdbPeeringConnection: string;
13533
+ UpdateOutboundIntegration: string;
13498
13534
  };
13499
13535
  omics: {
13500
13536
  AbortMultipartReadSetUpload: string;
@@ -13752,6 +13788,7 @@ export declare const Actions: {
13752
13788
  DescribeOrganizationalUnit: string;
13753
13789
  DescribePolicy: string;
13754
13790
  DescribeResourcePolicy: string;
13791
+ DescribeResponsibilityTransfer: string;
13755
13792
  DetachPolicy: string;
13756
13793
  DisableAWSServiceAccess: string;
13757
13794
  DisablePolicyType: string;
@@ -13759,6 +13796,7 @@ export declare const Actions: {
13759
13796
  EnableAWSServiceAccess: string;
13760
13797
  EnablePolicyType: string;
13761
13798
  InviteAccountToOrganization: string;
13799
+ InviteOrganizationToTransferResponsibility: string;
13762
13800
  LeaveOrganization: string;
13763
13801
  ListAccounts: string;
13764
13802
  ListAccountsForParent: string;
@@ -13771,7 +13809,9 @@ export declare const Actions: {
13771
13809
  ListEffectivePolicyValidationErrors: string;
13772
13810
  ListHandshakesForAccount: string;
13773
13811
  ListHandshakesForOrganization: string;
13812
+ ListInboundResponsibilityTransfers: string;
13774
13813
  ListOrganizationalUnitsForParent: string;
13814
+ ListOutboundResponsibilityTransfers: string;
13775
13815
  ListParents: string;
13776
13816
  ListPolicies: string;
13777
13817
  ListPoliciesForTarget: string;
@@ -13783,9 +13823,11 @@ export declare const Actions: {
13783
13823
  RegisterDelegatedAdministrator: string;
13784
13824
  RemoveAccountFromOrganization: string;
13785
13825
  TagResource: string;
13826
+ TerminateResponsibilityTransfer: string;
13786
13827
  UntagResource: string;
13787
13828
  UpdateOrganizationalUnit: string;
13788
13829
  UpdatePolicy: string;
13830
+ UpdateResponsibilityTransfer: string;
13789
13831
  };
13790
13832
  osis: {
13791
13833
  CreatePipeline: string;
@@ -13894,23 +13936,33 @@ export declare const Actions: {
13894
13936
  DisassociatePartnerUser: string;
13895
13937
  };
13896
13938
  partnercentral: {
13939
+ AcceptChannelHandshake: string;
13897
13940
  AcceptEngagementInvitation: string;
13898
13941
  AssignOpportunity: string;
13899
13942
  AssociateOpportunity: string;
13943
+ CancelChannelHandshake: string;
13944
+ CreateChannelHandshake: string;
13900
13945
  CreateEngagement: string;
13901
13946
  CreateEngagementInvitation: string;
13902
13947
  CreateOpportunity: string;
13948
+ CreateProgramManagementAccount: string;
13949
+ CreateRelationship: string;
13903
13950
  CreateResourceSnapshot: string;
13904
13951
  CreateResourceSnapshotJob: string;
13952
+ DeleteProgramManagementAccount: string;
13953
+ DeleteRelationship: string;
13905
13954
  DeleteResourceSnapshotJob: string;
13906
13955
  DisassociateOpportunity: string;
13907
13956
  GetAwsOpportunitySummary: string;
13908
13957
  GetEngagement: string;
13909
13958
  GetEngagementInvitation: string;
13910
13959
  GetOpportunity: string;
13960
+ GetProgramManagementAccount: string;
13961
+ GetRelationship: string;
13911
13962
  GetResourceSnapshot: string;
13912
13963
  GetResourceSnapshotJob: string;
13913
13964
  GetSellingSystemSettings: string;
13965
+ ListChannelHandshakes: string;
13914
13966
  ListEngagementByAcceptingInvitationTasks: string;
13915
13967
  ListEngagementFromOpportunityTasks: string;
13916
13968
  ListEngagementInvitations: string;
@@ -13918,11 +13970,14 @@ export declare const Actions: {
13918
13970
  ListEngagementResourceAssociations: string;
13919
13971
  ListEngagements: string;
13920
13972
  ListOpportunities: string;
13973
+ ListProgramManagementAccounts: string;
13974
+ ListRelationships: string;
13921
13975
  ListResourceSnapshotJobs: string;
13922
13976
  ListResourceSnapshots: string;
13923
13977
  ListSolutions: string;
13924
13978
  ListTagsForResource: string;
13925
13979
  PutSellingSystemSettings: string;
13980
+ RejectChannelHandshake: string;
13926
13981
  RejectEngagementInvitation: string;
13927
13982
  StartEngagementByAcceptingInvitationTask: string;
13928
13983
  StartEngagementFromOpportunityTask: string;
@@ -13932,6 +13987,8 @@ export declare const Actions: {
13932
13987
  TagResource: string;
13933
13988
  UntagResource: string;
13934
13989
  UpdateOpportunity: string;
13990
+ UpdateProgramManagementAccount: string;
13991
+ UpdateRelationship: string;
13935
13992
  };
13936
13993
  'payment-cryptography': {
13937
13994
  CreateAlias: string;
@@ -14680,6 +14737,7 @@ export declare const Actions: {
14680
14737
  };
14681
14738
  quicksight: {
14682
14739
  AccountConfigurations: string;
14740
+ AllowVendedLogDeliveryForResource: string;
14683
14741
  BatchCreateTopicReviewedAnswer: string;
14684
14742
  BatchDeleteTopicReviewedAnswer: string;
14685
14743
  CancelIngestion: string;
@@ -17721,6 +17779,8 @@ export declare const Actions: {
17721
17779
  UntagResource: string;
17722
17780
  };
17723
17781
  signin: {
17782
+ AuthorizeOAuth2Access: string;
17783
+ CreateOAuth2Token: string;
17724
17784
  CreateTrustedIdentityPropagationApplicationForConsole: string;
17725
17785
  ListTrustedIdentityPropagationApplicationsForConsole: string;
17726
17786
  };
@@ -18892,6 +18952,7 @@ export declare const Actions: {
18892
18952
  GetResources: string;
18893
18953
  GetTagKeys: string;
18894
18954
  GetTagValues: string;
18955
+ ListRequiredTags: string;
18895
18956
  StartReportCreation: string;
18896
18957
  TagResources: string;
18897
18958
  UntagResources: string;