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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (295) hide show
  1. package/.jsii +3 -3
  2. package/cdkiampolicybuilderhelper/jsii/jsii.go +2 -2
  3. package/cdkiampolicybuilderhelper/version +1 -1
  4. package/lib/constructs/Actions.d.ts +92 -0
  5. package/lib/constructs/Actions.js +93 -1
  6. package/lib/constructs/ManagedPolicies.d.ts +20 -0
  7. package/lib/constructs/ManagedPolicies.js +21 -1
  8. package/methods_list.txt +90 -0
  9. package/node_modules/@aws-sdk/client-iam/README.md +88 -0
  10. package/node_modules/@aws-sdk/client-iam/dist-cjs/index.js +623 -216
  11. package/node_modules/@aws-sdk/client-iam/dist-es/IAM.js +22 -0
  12. package/node_modules/@aws-sdk/client-iam/dist-es/commands/AcceptDelegationRequestCommand.js +16 -0
  13. package/node_modules/@aws-sdk/client-iam/dist-es/commands/AssociateDelegationRequestCommand.js +16 -0
  14. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DisableOutboundWebIdentityFederationCommand.js +16 -0
  15. package/node_modules/@aws-sdk/client-iam/dist-es/commands/EnableOutboundWebIdentityFederationCommand.js +16 -0
  16. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetDelegationRequestCommand.js +16 -0
  17. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetHumanReadableSummaryCommand.js +16 -0
  18. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetOutboundWebIdentityFederationInfoCommand.js +16 -0
  19. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListDelegationRequestsCommand.js +16 -0
  20. package/node_modules/@aws-sdk/client-iam/dist-es/commands/RejectDelegationRequestCommand.js +16 -0
  21. package/node_modules/@aws-sdk/client-iam/dist-es/commands/SendDelegationTokenCommand.js +16 -0
  22. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateDelegationRequestCommand.js +16 -0
  23. package/node_modules/@aws-sdk/client-iam/dist-es/commands/index.js +11 -0
  24. package/node_modules/@aws-sdk/client-iam/dist-es/index.js +2 -1
  25. package/node_modules/@aws-sdk/client-iam/dist-es/models/enums.js +176 -0
  26. package/node_modules/@aws-sdk/client-iam/dist-es/models/errors.js +431 -0
  27. package/node_modules/@aws-sdk/client-iam/dist-es/models/models_0.js +1 -446
  28. package/node_modules/@aws-sdk/client-iam/dist-es/models/models_1.js +1 -113
  29. package/node_modules/@aws-sdk/client-iam/dist-es/schemas/schemas_0.js +234 -35
  30. package/node_modules/@aws-sdk/client-iam/dist-types/IAM.d.ts +81 -0
  31. package/node_modules/@aws-sdk/client-iam/dist-types/IAMClient.d.ts +13 -2
  32. package/node_modules/@aws-sdk/client-iam/dist-types/commands/AcceptDelegationRequestCommand.d.ts +92 -0
  33. package/node_modules/@aws-sdk/client-iam/dist-types/commands/AssociateDelegationRequestCommand.d.ts +108 -0
  34. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateDelegationRequestCommand.d.ts +5 -1
  35. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DisableOutboundWebIdentityFederationCommand.d.ts +74 -0
  36. package/node_modules/@aws-sdk/client-iam/dist-types/commands/EnableOutboundWebIdentityFederationCommand.d.ts +78 -0
  37. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GenerateOrganizationsAccessReportCommand.d.ts +2 -2
  38. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GenerateServiceLastAccessedDetailsCommand.d.ts +2 -2
  39. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetDelegationRequestCommand.d.ts +127 -0
  40. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetHumanReadableSummaryCommand.d.ts +105 -0
  41. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetOutboundWebIdentityFederationInfoCommand.d.ts +77 -0
  42. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListDelegationRequestsCommand.d.ts +132 -0
  43. package/node_modules/@aws-sdk/client-iam/dist-types/commands/RejectDelegationRequestCommand.d.ts +96 -0
  44. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SendDelegationTokenCommand.d.ts +98 -0
  45. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SetSecurityTokenServicePreferencesCommand.d.ts +1 -1
  46. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SimulateCustomPolicyCommand.d.ts +1 -1
  47. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SimulatePrincipalPolicyCommand.d.ts +1 -1
  48. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagInstanceProfileCommand.d.ts +1 -1
  49. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagMFADeviceCommand.d.ts +1 -1
  50. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagOpenIDConnectProviderCommand.d.ts +1 -1
  51. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagPolicyCommand.d.ts +1 -1
  52. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagRoleCommand.d.ts +1 -1
  53. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagSAMLProviderCommand.d.ts +1 -1
  54. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagServerCertificateCommand.d.ts +1 -1
  55. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagUserCommand.d.ts +1 -1
  56. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagInstanceProfileCommand.d.ts +1 -1
  57. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagMFADeviceCommand.d.ts +1 -1
  58. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagOpenIDConnectProviderCommand.d.ts +1 -1
  59. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagPolicyCommand.d.ts +1 -1
  60. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagRoleCommand.d.ts +1 -1
  61. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagSAMLProviderCommand.d.ts +1 -1
  62. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagServerCertificateCommand.d.ts +1 -1
  63. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagUserCommand.d.ts +1 -1
  64. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAccessKeyCommand.d.ts +1 -1
  65. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAccountPasswordPolicyCommand.d.ts +1 -1
  66. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAssumeRolePolicyCommand.d.ts +1 -1
  67. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateDelegationRequestCommand.d.ts +96 -0
  68. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
  69. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateLoginProfileCommand.d.ts +1 -1
  70. package/node_modules/@aws-sdk/client-iam/dist-types/commands/index.d.ts +11 -0
  71. package/node_modules/@aws-sdk/client-iam/dist-types/index.d.ts +4 -1
  72. package/node_modules/@aws-sdk/client-iam/dist-types/models/enums.d.ts +392 -0
  73. package/node_modules/@aws-sdk/client-iam/dist-types/models/errors.d.ts +463 -0
  74. package/node_modules/@aws-sdk/client-iam/dist-types/models/models_0.d.ts +1695 -675
  75. package/node_modules/@aws-sdk/client-iam/dist-types/models/models_1.d.ts +2 -1392
  76. package/node_modules/@aws-sdk/client-iam/dist-types/schemas/schemas_0.d.ts +29 -0
  77. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/IAM.d.ts +209 -0
  78. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/IAMClient.d.ts +66 -0
  79. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AcceptDelegationRequestCommand.d.ts +47 -0
  80. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AssociateDelegationRequestCommand.d.ts +47 -0
  81. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DisableOutboundWebIdentityFederationCommand.d.ts +45 -0
  82. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/EnableOutboundWebIdentityFederationCommand.d.ts +47 -0
  83. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetDelegationRequestCommand.d.ts +51 -0
  84. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetHumanReadableSummaryCommand.d.ts +51 -0
  85. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetOutboundWebIdentityFederationInfoCommand.d.ts +47 -0
  86. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListDelegationRequestsCommand.d.ts +51 -0
  87. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RejectDelegationRequestCommand.d.ts +47 -0
  88. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SendDelegationTokenCommand.d.ts +46 -0
  89. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SetSecurityTokenServicePreferencesCommand.d.ts +1 -1
  90. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SimulateCustomPolicyCommand.d.ts +1 -1
  91. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SimulatePrincipalPolicyCommand.d.ts +1 -1
  92. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagInstanceProfileCommand.d.ts +1 -1
  93. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagMFADeviceCommand.d.ts +1 -1
  94. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagOpenIDConnectProviderCommand.d.ts +1 -1
  95. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagPolicyCommand.d.ts +1 -1
  96. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagRoleCommand.d.ts +1 -1
  97. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagSAMLProviderCommand.d.ts +1 -1
  98. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagServerCertificateCommand.d.ts +1 -1
  99. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagUserCommand.d.ts +1 -1
  100. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagInstanceProfileCommand.d.ts +1 -1
  101. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagMFADeviceCommand.d.ts +1 -1
  102. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagOpenIDConnectProviderCommand.d.ts +1 -1
  103. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagPolicyCommand.d.ts +1 -1
  104. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagRoleCommand.d.ts +1 -1
  105. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagSAMLProviderCommand.d.ts +1 -1
  106. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagServerCertificateCommand.d.ts +1 -1
  107. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagUserCommand.d.ts +1 -1
  108. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateAccessKeyCommand.d.ts +1 -1
  109. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateAccountPasswordPolicyCommand.d.ts +1 -1
  110. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateAssumeRolePolicyCommand.d.ts +1 -1
  111. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateDelegationRequestCommand.d.ts +47 -0
  112. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +1 -1
  113. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateLoginProfileCommand.d.ts +1 -1
  114. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/index.d.ts +11 -0
  115. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/index.d.ts +4 -1
  116. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/enums.d.ts +222 -0
  117. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/errors.d.ts +297 -0
  118. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_0.d.ts +279 -390
  119. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_1.d.ts +1 -265
  120. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/schemas/schemas_0.d.ts +29 -0
  121. package/node_modules/@aws-sdk/client-iam/package.json +19 -19
  122. package/node_modules/@aws-sdk/client-sso/dist-es/index.js +1 -1
  123. package/node_modules/@aws-sdk/client-sso/dist-es/models/errors.js +49 -0
  124. package/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +1 -49
  125. package/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +1 -1
  126. package/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +2 -1
  127. package/node_modules/@aws-sdk/client-sso/dist-types/models/errors.d.ts +53 -0
  128. package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -53
  129. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +2 -1
  130. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/errors.d.ts +30 -0
  131. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -30
  132. package/node_modules/@aws-sdk/client-sso/package.json +18 -18
  133. package/node_modules/@aws-sdk/core/package.json +4 -4
  134. package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
  135. package/node_modules/@aws-sdk/credential-provider-http/package.json +4 -4
  136. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +15 -0
  137. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js +12 -0
  138. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +4 -0
  139. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +4 -3
  140. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveLoginCredentials.d.ts +10 -0
  141. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +3 -1
  142. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveLoginCredentials.d.ts +7 -0
  143. package/node_modules/@aws-sdk/credential-provider-ini/package.json +10 -9
  144. package/node_modules/@aws-sdk/credential-provider-login/README.md +7 -0
  145. package/node_modules/@aws-sdk/credential-provider-login/dist-cjs/index.js +286 -0
  146. package/node_modules/@aws-sdk/credential-provider-login/dist-es/LoginCredentialsFetcher.js +262 -0
  147. package/node_modules/@aws-sdk/credential-provider-login/dist-es/fromLoginCredentials.js +21 -0
  148. package/node_modules/@aws-sdk/credential-provider-login/dist-es/index.js +2 -0
  149. package/node_modules/@aws-sdk/credential-provider-login/dist-es/types.js +1 -0
  150. package/node_modules/@aws-sdk/credential-provider-login/dist-types/LoginCredentialsFetcher.d.ts +42 -0
  151. package/node_modules/@aws-sdk/credential-provider-login/dist-types/fromLoginCredentials.d.ts +7 -0
  152. package/node_modules/@aws-sdk/credential-provider-login/dist-types/index.d.ts +8 -0
  153. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/LoginCredentialsFetcher.d.ts +24 -0
  154. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/fromLoginCredentials.d.ts +5 -0
  155. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/index.d.ts +2 -0
  156. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/types.d.ts +39 -0
  157. package/node_modules/@aws-sdk/credential-provider-login/dist-types/types.d.ts +59 -0
  158. package/node_modules/@aws-sdk/credential-provider-login/package.json +68 -0
  159. package/node_modules/@aws-sdk/credential-provider-node/package.json +8 -8
  160. package/node_modules/@aws-sdk/credential-provider-process/package.json +3 -3
  161. package/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -5
  162. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +4 -4
  163. package/node_modules/@aws-sdk/middleware-host-header/package.json +2 -2
  164. package/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
  165. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +2 -2
  166. package/node_modules/@aws-sdk/middleware-user-agent/package.json +5 -5
  167. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/auth/httpAuthSchemeProvider.js +56 -0
  168. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/endpointResolver.js +18 -0
  169. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +7 -0
  170. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +439 -0
  171. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.browser.js +39 -0
  172. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.js +54 -0
  173. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.native.js +15 -0
  174. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +42 -0
  175. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +10 -9
  176. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +9 -0
  177. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +50 -0
  178. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthExtensionConfiguration.js +38 -0
  179. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +50 -0
  180. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +16 -0
  181. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/index.js +1 -0
  182. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/EndpointParameters.js +13 -0
  183. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +14 -0
  184. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +4 -0
  185. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/extensionConfiguration.js +1 -0
  186. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +6 -0
  187. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/SigninServiceException.js +8 -0
  188. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/enums.js +8 -0
  189. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/errors.js +57 -0
  190. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/models_0.js +1 -0
  191. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.browser.js +34 -0
  192. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +49 -0
  193. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.native.js +11 -0
  194. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +38 -0
  195. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeExtensions.js +9 -0
  196. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +221 -0
  197. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +2 -1
  198. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/enums.js +9 -0
  199. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/errors.js +181 -0
  200. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +1 -190
  201. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +1 -1
  202. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +1 -1
  203. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/errors.js +85 -0
  204. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js +1 -85
  205. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +1 -1
  206. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +18 -0
  207. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +198 -0
  208. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  209. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthSchemeProvider.d.ts +75 -0
  210. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +157 -0
  211. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/index.d.ts +1 -0
  212. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/EndpointParameters.d.ts +38 -0
  213. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/endpointResolver.d.ts +5 -0
  214. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/ruleset.d.ts +2 -0
  215. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/extensionConfiguration.d.ts +9 -0
  216. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +16 -0
  217. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/SigninServiceException.d.ts +14 -0
  218. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/enums.d.ts +34 -0
  219. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/errors.d.ts +102 -0
  220. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/models_0.d.ts +142 -0
  221. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +59 -0
  222. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +59 -0
  223. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +58 -0
  224. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +33 -0
  225. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeExtensions.d.ts +17 -0
  226. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +14 -0
  227. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +3 -1
  228. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/enums.d.ts +25 -0
  229. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/errors.d.ts +279 -0
  230. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +0 -303
  231. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +2 -1
  232. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/errors.d.ts +108 -0
  233. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +0 -108
  234. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/Signin.d.ts +22 -0
  235. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +127 -0
  236. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  237. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthSchemeProvider.d.ts +47 -0
  238. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +47 -0
  239. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/index.d.ts +1 -0
  240. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/EndpointParameters.d.ts +51 -0
  241. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/endpointResolver.d.ts +8 -0
  242. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/ruleset.d.ts +2 -0
  243. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/extensionConfiguration.d.ts +9 -0
  244. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +10 -0
  245. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/SigninServiceException.d.ts +9 -0
  246. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/enums.d.ts +10 -0
  247. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/errors.d.ts +35 -0
  248. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/models_0.d.ts +26 -0
  249. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +121 -0
  250. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +114 -0
  251. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +125 -0
  252. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +53 -0
  253. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeExtensions.d.ts +11 -0
  254. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +19 -0
  255. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +3 -1
  256. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/enums.d.ts +13 -0
  257. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/errors.d.ts +105 -0
  258. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +0 -114
  259. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +2 -1
  260. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/errors.d.ts +54 -0
  261. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +0 -54
  262. package/node_modules/@aws-sdk/nested-clients/package.json +29 -18
  263. package/node_modules/@aws-sdk/nested-clients/signin.d.ts +7 -0
  264. package/node_modules/@aws-sdk/nested-clients/signin.js +5 -0
  265. package/node_modules/@aws-sdk/region-config-resolver/package.json +2 -2
  266. package/node_modules/@aws-sdk/token-providers/package.json +4 -4
  267. package/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +2 -0
  268. package/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +2 -0
  269. package/node_modules/@aws-sdk/types/package.json +1 -1
  270. package/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
  271. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +2 -2
  272. package/node_modules/@aws-sdk/util-user-agent-node/package.json +3 -3
  273. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +6 -0
  274. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +6 -0
  275. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +6 -2
  276. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +6 -2
  277. package/node_modules/@smithy/core/package.json +1 -1
  278. package/node_modules/@smithy/middleware-endpoint/package.json +2 -2
  279. package/node_modules/@smithy/middleware-retry/package.json +2 -2
  280. package/node_modules/@smithy/smithy-client/package.json +3 -3
  281. package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  282. package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  283. package/package.json +3 -3
  284. package/node_modules/@aws-sdk/client-iam/dist-es/models/index.js +0 -2
  285. package/node_modules/@aws-sdk/client-iam/dist-types/models/index.d.ts +0 -2
  286. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/index.d.ts +0 -2
  287. package/node_modules/@aws-sdk/client-sso/dist-es/models/index.js +0 -1
  288. package/node_modules/@aws-sdk/client-sso/dist-types/models/index.d.ts +0 -1
  289. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/index.d.ts +0 -1
  290. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js +0 -1
  291. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js +0 -1
  292. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/index.d.ts +0 -1
  293. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/index.d.ts +0 -1
  294. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/index.d.ts +0 -1
  295. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/index.d.ts +0 -1
package/.jsii CHANGED
@@ -7,7 +7,7 @@
7
7
  ]
8
8
  },
9
9
  "bundled": {
10
- "@aws-sdk/client-iam": "^3.933.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.86",
3530
- "fingerprint": "jb9PiSjD/NyCFzGyJNsJ3+fFLzuz+wz2D+sd5gSK8SQ="
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.85.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.85", tarball)
27
+ _jsii_.Load("@jjrawlins/cdk-iam-policy-builder-helper", "0.0.87", tarball)
28
28
  }
@@ -1 +1 @@
1
- 0.0.85
1
+ 0.0.87
@@ -1571,6 +1571,7 @@ export declare const Actions: {
1571
1571
  CreateRestoreAccessBackupVault: string;
1572
1572
  CreateRestoreTestingPlan: string;
1573
1573
  CreateRestoreTestingSelection: string;
1574
+ CreateTieringConfiguration: string;
1574
1575
  DeleteBackupPlan: string;
1575
1576
  DeleteBackupSelection: string;
1576
1577
  DeleteBackupVault: string;
@@ -1583,6 +1584,7 @@ export declare const Actions: {
1583
1584
  DeleteReportPlan: string;
1584
1585
  DeleteRestoreTestingPlan: string;
1585
1586
  DeleteRestoreTestingSelection: string;
1587
+ DeleteTieringConfiguration: string;
1586
1588
  DescribeBackupJob: string;
1587
1589
  DescribeBackupVault: string;
1588
1590
  DescribeCopyJob: string;
@@ -1613,6 +1615,7 @@ export declare const Actions: {
1613
1615
  GetRestoreTestingPlan: string;
1614
1616
  GetRestoreTestingSelection: string;
1615
1617
  GetSupportedResourceTypes: string;
1618
+ GetTieringConfiguration: string;
1616
1619
  ListBackupJobs: string;
1617
1620
  ListBackupJobSummaries: string;
1618
1621
  ListBackupPlans: string;
@@ -1640,6 +1643,7 @@ export declare const Actions: {
1640
1643
  ListRestoreTestingPlans: string;
1641
1644
  ListRestoreTestingSelections: string;
1642
1645
  ListTags: string;
1646
+ ListTieringConfigurations: string;
1643
1647
  PutBackupVaultAccessPolicy: string;
1644
1648
  PutBackupVaultLockConfiguration: string;
1645
1649
  PutBackupVaultNotifications: string;
@@ -1663,6 +1667,7 @@ export declare const Actions: {
1663
1667
  UpdateReportPlan: string;
1664
1668
  UpdateRestoreTestingPlan: string;
1665
1669
  UpdateRestoreTestingSelection: string;
1670
+ UpdateTieringConfiguration: string;
1666
1671
  };
1667
1672
  batch: {
1668
1673
  CancelJob: string;
@@ -2975,6 +2980,7 @@ export declare const Actions: {
2975
2980
  DescribeAccountLimits: string;
2976
2981
  DescribeChangeSet: string;
2977
2982
  DescribeChangeSetHooks: string;
2983
+ DescribeEvents: string;
2978
2984
  DescribeGeneratedTemplate: string;
2979
2985
  DescribeOrganizationsAccess: string;
2980
2986
  DescribePublisher: string;
@@ -4801,6 +4807,7 @@ export declare const Actions: {
4801
4807
  'cost-optimization-hub': {
4802
4808
  GetPreferences: string;
4803
4809
  GetRecommendation: string;
4810
+ ListEfficiencyMetrics: string;
4804
4811
  ListEnrollmentStatuses: string;
4805
4812
  ListRecommendations: string;
4806
4813
  ListRecommendationSummaries: string;
@@ -8808,6 +8815,7 @@ export declare const Actions: {
8808
8815
  RefreshOAuth2Tokens: string;
8809
8816
  RegisterSchemaVersion: string;
8810
8817
  RemoveSchemaVersionMetadata: string;
8818
+ RenameTable: string;
8811
8819
  RequestLogParsing: string;
8812
8820
  ResetJobBookmark: string;
8813
8821
  ResumeWorkflowRun: string;
@@ -9114,6 +9122,7 @@ export declare const Actions: {
9114
9122
  GetInvitationsCount: string;
9115
9123
  GetIPSet: string;
9116
9124
  GetMalwareProtectionPlan: string;
9125
+ GetMalwareScan: string;
9117
9126
  GetMalwareScanSettings: string;
9118
9127
  GetMasterAccount: string;
9119
9128
  GetMemberDetectors: string;
@@ -9132,6 +9141,7 @@ export declare const Actions: {
9132
9141
  ListInvitations: string;
9133
9142
  ListIPSets: string;
9134
9143
  ListMalwareProtectionPlans: string;
9144
+ ListMalwareScans: string;
9135
9145
  ListMembers: string;
9136
9146
  ListOrganizationAdminAccounts: string;
9137
9147
  ListPublishingDestinations: string;
@@ -9255,15 +9265,18 @@ export declare const Actions: {
9255
9265
  UpdateTeam: string;
9256
9266
  };
9257
9267
  iam: {
9268
+ AcceptDelegationRequest: string;
9258
9269
  AddClientIDToOpenIDConnectProvider: string;
9259
9270
  AddRoleToInstanceProfile: string;
9260
9271
  AddUserToGroup: string;
9272
+ AssociateDelegationRequest: string;
9261
9273
  AttachGroupPolicy: string;
9262
9274
  AttachRolePolicy: string;
9263
9275
  AttachUserPolicy: string;
9264
9276
  ChangePassword: string;
9265
9277
  CreateAccessKey: string;
9266
9278
  CreateAccountAlias: string;
9279
+ CreateDelegationRequest: string;
9267
9280
  CreateGroup: string;
9268
9281
  CreateInstanceProfile: string;
9269
9282
  CreateLoginProfile: string;
@@ -9306,9 +9319,11 @@ export declare const Actions: {
9306
9319
  DetachUserPolicy: string;
9307
9320
  DisableOrganizationsRootCredentialsManagement: string;
9308
9321
  DisableOrganizationsRootSessions: string;
9322
+ DisableOutboundWebIdentityFederation: string;
9309
9323
  EnableMFADevice: string;
9310
9324
  EnableOrganizationsRootCredentialsManagement: string;
9311
9325
  EnableOrganizationsRootSessions: string;
9326
+ EnableOutboundWebIdentityFederation: string;
9312
9327
  GenerateCredentialReport: string;
9313
9328
  GenerateOrganizationsAccessReport: string;
9314
9329
  GenerateServiceLastAccessedDetails: string;
@@ -9322,13 +9337,16 @@ export declare const Actions: {
9322
9337
  GetContextKeysForCustomPolicy: string;
9323
9338
  GetContextKeysForPrincipalPolicy: string;
9324
9339
  GetCredentialReport: string;
9340
+ GetDelegationRequest: string;
9325
9341
  GetGroup: string;
9326
9342
  GetGroupPolicy: string;
9343
+ GetHumanReadableSummary: string;
9327
9344
  GetInstanceProfile: string;
9328
9345
  GetLoginProfile: string;
9329
9346
  GetMFADevice: string;
9330
9347
  GetOpenIDConnectProvider: string;
9331
9348
  GetOrganizationsAccessReport: string;
9349
+ GetOutboundWebIdentityFederationInfo: string;
9332
9350
  GetPolicy: string;
9333
9351
  GetPolicyVersion: string;
9334
9352
  GetRole: string;
@@ -9347,6 +9365,7 @@ export declare const Actions: {
9347
9365
  ListAttachedRolePolicies: string;
9348
9366
  ListAttachedUserPolicies: string;
9349
9367
  ListCloudFrontPublicKeys: string;
9368
+ ListDelegationRequests: string;
9350
9369
  ListEntitiesForPolicy: string;
9351
9370
  ListGroupPolicies: string;
9352
9371
  ListGroups: string;
@@ -9384,11 +9403,13 @@ export declare const Actions: {
9384
9403
  PutRolePolicy: string;
9385
9404
  PutUserPermissionsBoundary: string;
9386
9405
  PutUserPolicy: string;
9406
+ RejectDelegationRequest: string;
9387
9407
  RemoveClientIDFromOpenIDConnectProvider: string;
9388
9408
  RemoveRoleFromInstanceProfile: string;
9389
9409
  RemoveUserFromGroup: string;
9390
9410
  ResetServiceSpecificCredential: string;
9391
9411
  ResyncMFADevice: string;
9412
+ SendDelegationToken: string;
9392
9413
  SetDefaultPolicyVersion: string;
9393
9414
  SetSecurityTokenServicePreferences: string;
9394
9415
  SetSTSRegionalEndpointStatus: string;
@@ -9702,20 +9723,26 @@ export declare const Actions: {
9702
9723
  invoicing: {
9703
9724
  BatchGetInvoiceProfile: string;
9704
9725
  CreateInvoiceUnit: string;
9726
+ CreateProcurementPortalPreference: string;
9705
9727
  DeleteInvoiceUnit: string;
9728
+ DeleteProcurementPortalPreference: string;
9706
9729
  GetInvoiceCorrection: string;
9707
9730
  GetInvoiceEmailDeliveryPreferences: string;
9708
9731
  GetInvoicePDF: string;
9709
9732
  GetInvoiceUnit: string;
9733
+ GetProcurementPortalPreference: string;
9710
9734
  ListInvoiceCorrections: string;
9711
9735
  ListInvoiceSummaries: string;
9712
9736
  ListInvoiceUnits: string;
9737
+ ListProcurementPortalPreferences: string;
9713
9738
  ListTagsForResource: string;
9714
9739
  PutInvoiceEmailDeliveryPreferences: string;
9740
+ PutProcurementPortalPreference: string;
9715
9741
  StartInvoiceCorrection: string;
9716
9742
  TagResource: string;
9717
9743
  UntagResource: string;
9718
9744
  UpdateInvoiceUnit: string;
9745
+ UpdateProcurementPortalPreferenceStatus: string;
9719
9746
  };
9720
9747
  'iot-device-tester': {
9721
9748
  CheckVersion: string;
@@ -10742,6 +10769,8 @@ export declare const Actions: {
10742
10769
  DescribeConfiguration: string;
10743
10770
  DescribeConfigurationRevision: string;
10744
10771
  DescribeReplicator: string;
10772
+ DescribeTopic: string;
10773
+ DescribeTopicPartitions: string;
10745
10774
  DescribeVpcConnection: string;
10746
10775
  GetBootstrapBrokers: string;
10747
10776
  GetClusterPolicy: string;
@@ -10758,6 +10787,7 @@ export declare const Actions: {
10758
10787
  ListReplicators: string;
10759
10788
  ListScramSecrets: string;
10760
10789
  ListTagsForResource: string;
10790
+ ListTopics: string;
10761
10791
  ListVpcConnections: string;
10762
10792
  PutClusterPolicy: string;
10763
10793
  RebootBroker: string;
@@ -11090,6 +11120,8 @@ export declare const Actions: {
11090
11120
  GetQueryStatistics: string;
11091
11121
  GetResourceLFTags: string;
11092
11122
  GetTableObjects: string;
11123
+ GetTemporaryGluePartitionCredentials: string;
11124
+ GetTemporaryGlueTableCredentials: string;
11093
11125
  GetWorkUnitResults: string;
11094
11126
  GetWorkUnits: string;
11095
11127
  GrantPermissions: string;
@@ -11418,6 +11450,8 @@ export declare const Actions: {
11418
11450
  CreateGrant: string;
11419
11451
  CreateGrantVersion: string;
11420
11452
  CreateLicense: string;
11453
+ CreateLicenseAssetGroup: string;
11454
+ CreateLicenseAssetRuleset: string;
11421
11455
  CreateLicenseConfiguration: string;
11422
11456
  CreateLicenseConversionTaskForResource: string;
11423
11457
  CreateLicenseManagerReportGenerator: string;
@@ -11425,6 +11459,8 @@ export declare const Actions: {
11425
11459
  CreateToken: string;
11426
11460
  DeleteGrant: string;
11427
11461
  DeleteLicense: string;
11462
+ DeleteLicenseAssetGroup: string;
11463
+ DeleteLicenseAssetRuleset: string;
11428
11464
  DeleteLicenseConfiguration: string;
11429
11465
  DeleteLicenseManagerReportGenerator: string;
11430
11466
  DeleteToken: string;
@@ -11432,15 +11468,21 @@ export declare const Actions: {
11432
11468
  GetAccessToken: string;
11433
11469
  GetGrant: string;
11434
11470
  GetLicense: string;
11471
+ GetLicenseAssetGroup: string;
11472
+ GetLicenseAssetRuleset: string;
11435
11473
  GetLicenseConfiguration: string;
11436
11474
  GetLicenseConversionTask: string;
11437
11475
  GetLicenseManagerReportGenerator: string;
11438
11476
  GetLicenseUsage: string;
11439
11477
  GetServiceSettings: string;
11478
+ ListAssetsForLicenseAssetGroup: string;
11440
11479
  ListAssociationsForLicenseConfiguration: string;
11441
11480
  ListDistributedGrants: string;
11442
11481
  ListFailuresForLicenseConfigurationOperations: string;
11482
+ ListLicenseAssetGroups: string;
11483
+ ListLicenseAssetRulesets: string;
11443
11484
  ListLicenseConfigurations: string;
11485
+ ListLicenseConfigurationsForOrganization: string;
11444
11486
  ListLicenseConversionTasks: string;
11445
11487
  ListLicenseManagerReportGenerators: string;
11446
11488
  ListLicenses: string;
@@ -11457,6 +11499,8 @@ export declare const Actions: {
11457
11499
  RejectGrant: string;
11458
11500
  TagResource: string;
11459
11501
  UntagResource: string;
11502
+ UpdateLicenseAssetGroup: string;
11503
+ UpdateLicenseAssetRuleset: string;
11460
11504
  UpdateLicenseConfiguration: string;
11461
11505
  UpdateLicenseManagerReportGenerator: string;
11462
11506
  UpdateLicenseSpecificationsForResource: string;
@@ -11634,6 +11678,7 @@ export declare const Actions: {
11634
11678
  CreateLogDelivery: string;
11635
11679
  CreateLogGroup: string;
11636
11680
  CreateLogStream: string;
11681
+ CreateScheduledQuery: string;
11637
11682
  DeleteAccountPolicy: string;
11638
11683
  DeleteDataProtectionPolicy: string;
11639
11684
  DeleteDelivery: string;
@@ -11651,6 +11696,7 @@ export declare const Actions: {
11651
11696
  DeleteQueryDefinition: string;
11652
11697
  DeleteResourcePolicy: string;
11653
11698
  DeleteRetentionPolicy: string;
11699
+ DeleteScheduledQuery: string;
11654
11700
  DeleteSubscriptionFilter: string;
11655
11701
  DeleteTransformer: string;
11656
11702
  DescribeAccountPolicies: string;
@@ -11683,6 +11729,8 @@ export declare const Actions: {
11683
11729
  GetLogGroupFields: string;
11684
11730
  GetLogRecord: string;
11685
11731
  GetQueryResults: string;
11732
+ GetScheduledQuery: string;
11733
+ GetScheduledQueryHistory: string;
11686
11734
  GetTransformer: string;
11687
11735
  Link: string;
11688
11736
  ListAnomalies: string;
@@ -11693,6 +11741,7 @@ export declare const Actions: {
11693
11741
  ListLogGroups: string;
11694
11742
  ListLogGroupsForEntity: string;
11695
11743
  ListLogGroupsForQuery: string;
11744
+ ListScheduledQueries: string;
11696
11745
  ListTagsForResource: string;
11697
11746
  ListTagsLogGroup: string;
11698
11747
  PutAccountPolicy: string;
@@ -11726,6 +11775,7 @@ export declare const Actions: {
11726
11775
  UpdateDeliveryConfiguration: string;
11727
11776
  UpdateLogAnomalyDetector: string;
11728
11777
  UpdateLogDelivery: string;
11778
+ UpdateScheduledQuery: string;
11729
11779
  };
11730
11780
  lookoutequipment: {
11731
11781
  CreateDataset: string;
@@ -12639,6 +12689,7 @@ export declare const Actions: {
12639
12689
  ListExportErrors: string;
12640
12690
  ListExports: string;
12641
12691
  ListImportErrors: string;
12692
+ ListImportFileEnrichments: string;
12642
12693
  ListImports: string;
12643
12694
  ListManagedAccounts: string;
12644
12695
  ListNetworkMigrationAnalyses: string;
@@ -12653,6 +12704,7 @@ export declare const Actions: {
12653
12704
  ListNetworkMigrationMapperSegmentConstructs: string;
12654
12705
  ListNetworkMigrationMapperSegments: string;
12655
12706
  ListNetworkMigrationMappings: string;
12707
+ ListNetworkMigrationMappingUpdates: string;
12656
12708
  ListSourceServerActions: string;
12657
12709
  ListTagsForResource: string;
12658
12710
  ListTemplateActions: string;
@@ -12682,11 +12734,13 @@ export declare const Actions: {
12682
12734
  StartCutover: string;
12683
12735
  StartExport: string;
12684
12736
  StartImport: string;
12737
+ StartImportFileEnrichment: string;
12685
12738
  StartNetworkMigrationAnalysis: string;
12686
12739
  StartNetworkMigrationCodeGeneration: string;
12687
12740
  StartNetworkMigrationDeployedStacksDeletion: string;
12688
12741
  StartNetworkMigrationDeployment: string;
12689
12742
  StartNetworkMigrationMapping: string;
12743
+ StartNetworkMigrationMappingUpdate: string;
12690
12744
  StartReplication: string;
12691
12745
  StartTest: string;
12692
12746
  StopReplication: string;
@@ -13476,6 +13530,7 @@ export declare const Actions: {
13476
13530
  UpdateCloudExadataInfrastructure: string;
13477
13531
  UpdateOdbNetwork: string;
13478
13532
  UpdateOdbPeeringConnection: string;
13533
+ UpdateOutboundIntegration: string;
13479
13534
  };
13480
13535
  omics: {
13481
13536
  AbortMultipartReadSetUpload: string;
@@ -13733,6 +13788,7 @@ export declare const Actions: {
13733
13788
  DescribeOrganizationalUnit: string;
13734
13789
  DescribePolicy: string;
13735
13790
  DescribeResourcePolicy: string;
13791
+ DescribeResponsibilityTransfer: string;
13736
13792
  DetachPolicy: string;
13737
13793
  DisableAWSServiceAccess: string;
13738
13794
  DisablePolicyType: string;
@@ -13740,6 +13796,7 @@ export declare const Actions: {
13740
13796
  EnableAWSServiceAccess: string;
13741
13797
  EnablePolicyType: string;
13742
13798
  InviteAccountToOrganization: string;
13799
+ InviteOrganizationToTransferResponsibility: string;
13743
13800
  LeaveOrganization: string;
13744
13801
  ListAccounts: string;
13745
13802
  ListAccountsForParent: string;
@@ -13752,7 +13809,9 @@ export declare const Actions: {
13752
13809
  ListEffectivePolicyValidationErrors: string;
13753
13810
  ListHandshakesForAccount: string;
13754
13811
  ListHandshakesForOrganization: string;
13812
+ ListInboundResponsibilityTransfers: string;
13755
13813
  ListOrganizationalUnitsForParent: string;
13814
+ ListOutboundResponsibilityTransfers: string;
13756
13815
  ListParents: string;
13757
13816
  ListPolicies: string;
13758
13817
  ListPoliciesForTarget: string;
@@ -13764,9 +13823,11 @@ export declare const Actions: {
13764
13823
  RegisterDelegatedAdministrator: string;
13765
13824
  RemoveAccountFromOrganization: string;
13766
13825
  TagResource: string;
13826
+ TerminateResponsibilityTransfer: string;
13767
13827
  UntagResource: string;
13768
13828
  UpdateOrganizationalUnit: string;
13769
13829
  UpdatePolicy: string;
13830
+ UpdateResponsibilityTransfer: string;
13770
13831
  };
13771
13832
  osis: {
13772
13833
  CreatePipeline: string;
@@ -13875,23 +13936,33 @@ export declare const Actions: {
13875
13936
  DisassociatePartnerUser: string;
13876
13937
  };
13877
13938
  partnercentral: {
13939
+ AcceptChannelHandshake: string;
13878
13940
  AcceptEngagementInvitation: string;
13879
13941
  AssignOpportunity: string;
13880
13942
  AssociateOpportunity: string;
13943
+ CancelChannelHandshake: string;
13944
+ CreateChannelHandshake: string;
13881
13945
  CreateEngagement: string;
13882
13946
  CreateEngagementInvitation: string;
13883
13947
  CreateOpportunity: string;
13948
+ CreateProgramManagementAccount: string;
13949
+ CreateRelationship: string;
13884
13950
  CreateResourceSnapshot: string;
13885
13951
  CreateResourceSnapshotJob: string;
13952
+ DeleteProgramManagementAccount: string;
13953
+ DeleteRelationship: string;
13886
13954
  DeleteResourceSnapshotJob: string;
13887
13955
  DisassociateOpportunity: string;
13888
13956
  GetAwsOpportunitySummary: string;
13889
13957
  GetEngagement: string;
13890
13958
  GetEngagementInvitation: string;
13891
13959
  GetOpportunity: string;
13960
+ GetProgramManagementAccount: string;
13961
+ GetRelationship: string;
13892
13962
  GetResourceSnapshot: string;
13893
13963
  GetResourceSnapshotJob: string;
13894
13964
  GetSellingSystemSettings: string;
13965
+ ListChannelHandshakes: string;
13895
13966
  ListEngagementByAcceptingInvitationTasks: string;
13896
13967
  ListEngagementFromOpportunityTasks: string;
13897
13968
  ListEngagementInvitations: string;
@@ -13899,11 +13970,14 @@ export declare const Actions: {
13899
13970
  ListEngagementResourceAssociations: string;
13900
13971
  ListEngagements: string;
13901
13972
  ListOpportunities: string;
13973
+ ListProgramManagementAccounts: string;
13974
+ ListRelationships: string;
13902
13975
  ListResourceSnapshotJobs: string;
13903
13976
  ListResourceSnapshots: string;
13904
13977
  ListSolutions: string;
13905
13978
  ListTagsForResource: string;
13906
13979
  PutSellingSystemSettings: string;
13980
+ RejectChannelHandshake: string;
13907
13981
  RejectEngagementInvitation: string;
13908
13982
  StartEngagementByAcceptingInvitationTask: string;
13909
13983
  StartEngagementFromOpportunityTask: string;
@@ -13913,6 +13987,8 @@ export declare const Actions: {
13913
13987
  TagResource: string;
13914
13988
  UntagResource: string;
13915
13989
  UpdateOpportunity: string;
13990
+ UpdateProgramManagementAccount: string;
13991
+ UpdateRelationship: string;
13916
13992
  };
13917
13993
  'payment-cryptography': {
13918
13994
  CreateAlias: string;
@@ -14167,6 +14243,16 @@ export declare const Actions: {
14167
14243
  GetProducts: string;
14168
14244
  ListPriceLists: string;
14169
14245
  };
14246
+ pricingplanmanager: {
14247
+ AssociateResourcesToSubscription: string;
14248
+ CancelSubscription: string;
14249
+ CancelSubscriptionChange: string;
14250
+ CreateSubscription: string;
14251
+ DisassociateResourcesFromSubscription: string;
14252
+ GetSubscription: string;
14253
+ ListSubscriptions: string;
14254
+ UpdateSubscription: string;
14255
+ };
14170
14256
  'private-networks': {
14171
14257
  AcknowledgeOrderReceipt: string;
14172
14258
  ActivateDeviceIdentifier: string;
@@ -14651,6 +14737,7 @@ export declare const Actions: {
14651
14737
  };
14652
14738
  quicksight: {
14653
14739
  AccountConfigurations: string;
14740
+ AllowVendedLogDeliveryForResource: string;
14654
14741
  BatchCreateTopicReviewedAnswer: string;
14655
14742
  BatchDeleteTopicReviewedAnswer: string;
14656
14743
  CancelIngestion: string;
@@ -17120,6 +17207,7 @@ export declare const Actions: {
17120
17207
  GetFindingAggregator: string;
17121
17208
  GetFindingHistory: string;
17122
17209
  GetFindings: string;
17210
+ GetFindingsTrendsV2: string;
17123
17211
  GetFreeTrialEndDate: string;
17124
17212
  GetFreeTrialUsage: string;
17125
17213
  GetInsightFindingTrend: string;
@@ -17129,6 +17217,7 @@ export declare const Actions: {
17129
17217
  GetMasterAccount: string;
17130
17218
  GetMembers: string;
17131
17219
  GetResourcesStatisticsV2: string;
17220
+ GetResourcesTrendsV2: string;
17132
17221
  GetResourcesV2: string;
17133
17222
  GetSecurityControlDefinition: string;
17134
17223
  GetUsage: string;
@@ -17690,6 +17779,8 @@ export declare const Actions: {
17690
17779
  UntagResource: string;
17691
17780
  };
17692
17781
  signin: {
17782
+ AuthorizeOAuth2Access: string;
17783
+ CreateOAuth2Token: string;
17693
17784
  CreateTrustedIdentityPropagationApplicationForConsole: string;
17694
17785
  ListTrustedIdentityPropagationApplicationsForConsole: string;
17695
17786
  };
@@ -18861,6 +18952,7 @@ export declare const Actions: {
18861
18952
  GetResources: string;
18862
18953
  GetTagKeys: string;
18863
18954
  GetTagValues: string;
18955
+ ListRequiredTags: string;
18864
18956
  StartReportCreation: string;
18865
18957
  TagResources: string;
18866
18958
  UntagResources: string;