@jjrawlins/cdk-iam-policy-builder-helper 0.0.87 → 0.0.89

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 (297) 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 +87 -0
  5. package/lib/constructs/Actions.js +88 -1
  6. package/lib/constructs/ManagedPolicies.d.ts +32 -0
  7. package/lib/constructs/ManagedPolicies.js +33 -1
  8. package/methods_list.txt +87 -0
  9. package/node_modules/@aws/lambda-invoke-store/package.json +2 -1
  10. package/node_modules/@aws-sdk/client-iam/README.md +24 -0
  11. package/node_modules/@aws-sdk/client-iam/dist-cjs/index.js +305 -176
  12. package/node_modules/@aws-sdk/client-iam/dist-es/IAM.js +6 -0
  13. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DisableOutboundWebIdentityFederationCommand.js +16 -0
  14. package/node_modules/@aws-sdk/client-iam/dist-es/commands/EnableOutboundWebIdentityFederationCommand.js +16 -0
  15. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetOutboundWebIdentityFederationInfoCommand.js +16 -0
  16. package/node_modules/@aws-sdk/client-iam/dist-es/commands/index.js +3 -0
  17. package/node_modules/@aws-sdk/client-iam/dist-es/index.js +2 -1
  18. package/node_modules/@aws-sdk/client-iam/dist-es/models/enums.js +176 -0
  19. package/node_modules/@aws-sdk/client-iam/dist-es/models/errors.js +431 -0
  20. package/node_modules/@aws-sdk/client-iam/dist-es/models/models_0.js +1 -467
  21. package/node_modules/@aws-sdk/client-iam/dist-es/models/models_1.js +1 -117
  22. package/node_modules/@aws-sdk/client-iam/dist-es/schemas/schemas_0.js +62 -1
  23. package/node_modules/@aws-sdk/client-iam/dist-types/IAM.d.ts +24 -0
  24. package/node_modules/@aws-sdk/client-iam/dist-types/IAMClient.d.ts +5 -2
  25. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DisableOutboundWebIdentityFederationCommand.d.ts +74 -0
  26. package/node_modules/@aws-sdk/client-iam/dist-types/commands/EnableOutboundWebIdentityFederationCommand.d.ts +78 -0
  27. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetOutboundWebIdentityFederationInfoCommand.d.ts +77 -0
  28. package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutGroupPolicyCommand.d.ts +1 -1
  29. package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutRolePermissionsBoundaryCommand.d.ts +1 -1
  30. package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutRolePolicyCommand.d.ts +1 -1
  31. package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutUserPermissionsBoundaryCommand.d.ts +1 -1
  32. package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutUserPolicyCommand.d.ts +1 -1
  33. package/node_modules/@aws-sdk/client-iam/dist-types/commands/RejectDelegationRequestCommand.d.ts +1 -1
  34. package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +1 -1
  35. package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveRoleFromInstanceProfileCommand.d.ts +1 -1
  36. package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveUserFromGroupCommand.d.ts +1 -1
  37. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ResetServiceSpecificCredentialCommand.d.ts +1 -1
  38. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ResyncMFADeviceCommand.d.ts +1 -1
  39. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SendDelegationTokenCommand.d.ts +1 -1
  40. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SetDefaultPolicyVersionCommand.d.ts +1 -1
  41. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SetSecurityTokenServicePreferencesCommand.d.ts +1 -1
  42. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SimulateCustomPolicyCommand.d.ts +1 -1
  43. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SimulatePrincipalPolicyCommand.d.ts +1 -1
  44. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagInstanceProfileCommand.d.ts +1 -1
  45. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagMFADeviceCommand.d.ts +1 -1
  46. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagOpenIDConnectProviderCommand.d.ts +1 -1
  47. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagPolicyCommand.d.ts +1 -1
  48. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagRoleCommand.d.ts +1 -1
  49. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagSAMLProviderCommand.d.ts +1 -1
  50. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagServerCertificateCommand.d.ts +1 -1
  51. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagUserCommand.d.ts +1 -1
  52. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagInstanceProfileCommand.d.ts +1 -1
  53. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagMFADeviceCommand.d.ts +1 -1
  54. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagOpenIDConnectProviderCommand.d.ts +1 -1
  55. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagPolicyCommand.d.ts +1 -1
  56. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagRoleCommand.d.ts +1 -1
  57. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagSAMLProviderCommand.d.ts +1 -1
  58. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagServerCertificateCommand.d.ts +1 -1
  59. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagUserCommand.d.ts +1 -1
  60. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAccessKeyCommand.d.ts +1 -1
  61. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAccountPasswordPolicyCommand.d.ts +1 -1
  62. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAssumeRolePolicyCommand.d.ts +1 -1
  63. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateDelegationRequestCommand.d.ts +1 -1
  64. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
  65. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateLoginProfileCommand.d.ts +1 -1
  66. package/node_modules/@aws-sdk/client-iam/dist-types/commands/index.d.ts +3 -0
  67. package/node_modules/@aws-sdk/client-iam/dist-types/index.d.ts +4 -1
  68. package/node_modules/@aws-sdk/client-iam/dist-types/models/enums.d.ts +392 -0
  69. package/node_modules/@aws-sdk/client-iam/dist-types/models/errors.d.ts +463 -0
  70. package/node_modules/@aws-sdk/client-iam/dist-types/models/models_0.d.ts +1641 -681
  71. package/node_modules/@aws-sdk/client-iam/dist-types/models/models_1.d.ts +2 -1763
  72. package/node_modules/@aws-sdk/client-iam/dist-types/schemas/schemas_0.d.ts +7 -0
  73. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/IAM.d.ts +72 -0
  74. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/IAMClient.d.ts +18 -0
  75. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DisableOutboundWebIdentityFederationCommand.d.ts +45 -0
  76. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/EnableOutboundWebIdentityFederationCommand.d.ts +47 -0
  77. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetOutboundWebIdentityFederationInfoCommand.d.ts +47 -0
  78. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutGroupPolicyCommand.d.ts +1 -1
  79. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutRolePermissionsBoundaryCommand.d.ts +1 -1
  80. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutRolePolicyCommand.d.ts +1 -1
  81. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutUserPermissionsBoundaryCommand.d.ts +1 -1
  82. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutUserPolicyCommand.d.ts +1 -1
  83. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RejectDelegationRequestCommand.d.ts +1 -1
  84. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +1 -1
  85. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RemoveRoleFromInstanceProfileCommand.d.ts +1 -1
  86. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RemoveUserFromGroupCommand.d.ts +1 -1
  87. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ResetServiceSpecificCredentialCommand.d.ts +1 -1
  88. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ResyncMFADeviceCommand.d.ts +1 -1
  89. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SendDelegationTokenCommand.d.ts +1 -1
  90. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SetDefaultPolicyVersionCommand.d.ts +1 -1
  91. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SetSecurityTokenServicePreferencesCommand.d.ts +1 -1
  92. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SimulateCustomPolicyCommand.d.ts +1 -1
  93. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SimulatePrincipalPolicyCommand.d.ts +1 -1
  94. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagInstanceProfileCommand.d.ts +1 -1
  95. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagMFADeviceCommand.d.ts +1 -1
  96. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagOpenIDConnectProviderCommand.d.ts +1 -1
  97. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagPolicyCommand.d.ts +1 -1
  98. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagRoleCommand.d.ts +1 -1
  99. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagSAMLProviderCommand.d.ts +1 -1
  100. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagServerCertificateCommand.d.ts +1 -1
  101. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagUserCommand.d.ts +1 -1
  102. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagInstanceProfileCommand.d.ts +1 -1
  103. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagMFADeviceCommand.d.ts +1 -1
  104. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagOpenIDConnectProviderCommand.d.ts +1 -1
  105. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagPolicyCommand.d.ts +1 -1
  106. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagRoleCommand.d.ts +1 -1
  107. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagSAMLProviderCommand.d.ts +1 -1
  108. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagServerCertificateCommand.d.ts +1 -1
  109. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagUserCommand.d.ts +1 -1
  110. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateAccessKeyCommand.d.ts +1 -1
  111. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateAccountPasswordPolicyCommand.d.ts +1 -1
  112. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateAssumeRolePolicyCommand.d.ts +1 -1
  113. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateDelegationRequestCommand.d.ts +1 -1
  114. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +1 -1
  115. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateLoginProfileCommand.d.ts +1 -1
  116. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/index.d.ts +3 -0
  117. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/index.d.ts +4 -1
  118. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/enums.d.ts +222 -0
  119. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/errors.d.ts +297 -0
  120. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_0.d.ts +276 -416
  121. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_1.d.ts +1 -334
  122. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/schemas/schemas_0.d.ts +7 -0
  123. package/node_modules/@aws-sdk/client-iam/package.json +19 -19
  124. package/node_modules/@aws-sdk/client-sso/dist-es/index.js +1 -1
  125. package/node_modules/@aws-sdk/client-sso/dist-es/models/errors.js +49 -0
  126. package/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +1 -49
  127. package/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +1 -1
  128. package/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +2 -1
  129. package/node_modules/@aws-sdk/client-sso/dist-types/models/errors.d.ts +53 -0
  130. package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -53
  131. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +2 -1
  132. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/errors.d.ts +30 -0
  133. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -30
  134. package/node_modules/@aws-sdk/client-sso/package.json +18 -18
  135. package/node_modules/@aws-sdk/core/package.json +4 -4
  136. package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
  137. package/node_modules/@aws-sdk/credential-provider-http/package.json +4 -4
  138. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +15 -0
  139. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js +12 -0
  140. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +4 -0
  141. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +4 -3
  142. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveLoginCredentials.d.ts +10 -0
  143. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +3 -1
  144. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveLoginCredentials.d.ts +7 -0
  145. package/node_modules/@aws-sdk/credential-provider-ini/package.json +10 -9
  146. package/node_modules/@aws-sdk/credential-provider-login/README.md +7 -0
  147. package/node_modules/@aws-sdk/credential-provider-login/dist-cjs/index.js +286 -0
  148. package/node_modules/@aws-sdk/credential-provider-login/dist-es/LoginCredentialsFetcher.js +262 -0
  149. package/node_modules/@aws-sdk/credential-provider-login/dist-es/fromLoginCredentials.js +21 -0
  150. package/node_modules/@aws-sdk/credential-provider-login/dist-es/index.js +2 -0
  151. package/node_modules/@aws-sdk/credential-provider-login/dist-es/types.js +1 -0
  152. package/node_modules/@aws-sdk/credential-provider-login/dist-types/LoginCredentialsFetcher.d.ts +42 -0
  153. package/node_modules/@aws-sdk/credential-provider-login/dist-types/fromLoginCredentials.d.ts +7 -0
  154. package/node_modules/@aws-sdk/credential-provider-login/dist-types/index.d.ts +8 -0
  155. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/LoginCredentialsFetcher.d.ts +24 -0
  156. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/fromLoginCredentials.d.ts +5 -0
  157. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/index.d.ts +2 -0
  158. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/types.d.ts +39 -0
  159. package/node_modules/@aws-sdk/credential-provider-login/dist-types/types.d.ts +59 -0
  160. package/node_modules/@aws-sdk/credential-provider-login/package.json +68 -0
  161. package/node_modules/@aws-sdk/credential-provider-node/package.json +8 -8
  162. package/node_modules/@aws-sdk/credential-provider-process/package.json +3 -3
  163. package/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -5
  164. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +4 -4
  165. package/node_modules/@aws-sdk/middleware-host-header/package.json +2 -2
  166. package/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
  167. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +2 -2
  168. package/node_modules/@aws-sdk/middleware-user-agent/package.json +5 -5
  169. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/auth/httpAuthSchemeProvider.js +56 -0
  170. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/endpointResolver.js +18 -0
  171. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +7 -0
  172. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +439 -0
  173. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.browser.js +39 -0
  174. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.js +54 -0
  175. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.native.js +15 -0
  176. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +42 -0
  177. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +10 -9
  178. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +9 -0
  179. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +50 -0
  180. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthExtensionConfiguration.js +38 -0
  181. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +50 -0
  182. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +16 -0
  183. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/index.js +1 -0
  184. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/EndpointParameters.js +13 -0
  185. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +14 -0
  186. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +4 -0
  187. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/extensionConfiguration.js +1 -0
  188. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +6 -0
  189. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/SigninServiceException.js +8 -0
  190. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/enums.js +8 -0
  191. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/errors.js +57 -0
  192. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/models_0.js +1 -0
  193. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.browser.js +34 -0
  194. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +49 -0
  195. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.native.js +11 -0
  196. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +38 -0
  197. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeExtensions.js +9 -0
  198. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +221 -0
  199. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +2 -1
  200. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/enums.js +9 -0
  201. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/errors.js +181 -0
  202. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +1 -190
  203. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +1 -1
  204. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +1 -1
  205. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/errors.js +85 -0
  206. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js +1 -85
  207. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +1 -1
  208. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +18 -0
  209. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +198 -0
  210. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  211. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthSchemeProvider.d.ts +75 -0
  212. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +157 -0
  213. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/index.d.ts +1 -0
  214. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/EndpointParameters.d.ts +38 -0
  215. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/endpointResolver.d.ts +5 -0
  216. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/ruleset.d.ts +2 -0
  217. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/extensionConfiguration.d.ts +9 -0
  218. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +16 -0
  219. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/SigninServiceException.d.ts +14 -0
  220. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/enums.d.ts +34 -0
  221. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/errors.d.ts +102 -0
  222. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/models_0.d.ts +142 -0
  223. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +59 -0
  224. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +59 -0
  225. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +58 -0
  226. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +33 -0
  227. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeExtensions.d.ts +17 -0
  228. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +14 -0
  229. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +3 -1
  230. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/enums.d.ts +25 -0
  231. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/errors.d.ts +279 -0
  232. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +0 -303
  233. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +2 -1
  234. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/errors.d.ts +108 -0
  235. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +0 -108
  236. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/Signin.d.ts +22 -0
  237. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +127 -0
  238. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  239. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthSchemeProvider.d.ts +47 -0
  240. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +47 -0
  241. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/index.d.ts +1 -0
  242. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/EndpointParameters.d.ts +51 -0
  243. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/endpointResolver.d.ts +8 -0
  244. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/ruleset.d.ts +2 -0
  245. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/extensionConfiguration.d.ts +9 -0
  246. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +10 -0
  247. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/SigninServiceException.d.ts +9 -0
  248. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/enums.d.ts +10 -0
  249. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/errors.d.ts +35 -0
  250. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/models_0.d.ts +26 -0
  251. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +121 -0
  252. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +114 -0
  253. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +125 -0
  254. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +53 -0
  255. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeExtensions.d.ts +11 -0
  256. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +19 -0
  257. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +3 -1
  258. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/enums.d.ts +13 -0
  259. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/errors.d.ts +105 -0
  260. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +0 -114
  261. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +2 -1
  262. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/errors.d.ts +54 -0
  263. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +0 -54
  264. package/node_modules/@aws-sdk/nested-clients/package.json +29 -18
  265. package/node_modules/@aws-sdk/nested-clients/signin.d.ts +7 -0
  266. package/node_modules/@aws-sdk/nested-clients/signin.js +5 -0
  267. package/node_modules/@aws-sdk/region-config-resolver/package.json +2 -2
  268. package/node_modules/@aws-sdk/token-providers/package.json +4 -4
  269. package/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +2 -0
  270. package/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +2 -0
  271. package/node_modules/@aws-sdk/types/package.json +1 -1
  272. package/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
  273. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +2 -2
  274. package/node_modules/@aws-sdk/util-user-agent-node/package.json +3 -3
  275. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +6 -0
  276. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +6 -0
  277. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +6 -2
  278. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +6 -2
  279. package/node_modules/@smithy/core/package.json +1 -1
  280. package/node_modules/@smithy/middleware-endpoint/package.json +2 -2
  281. package/node_modules/@smithy/middleware-retry/package.json +2 -2
  282. package/node_modules/@smithy/smithy-client/package.json +3 -3
  283. package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  284. package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  285. package/package.json +3 -3
  286. package/node_modules/@aws-sdk/client-iam/dist-es/models/index.js +0 -2
  287. package/node_modules/@aws-sdk/client-iam/dist-types/models/index.d.ts +0 -2
  288. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/index.d.ts +0 -2
  289. package/node_modules/@aws-sdk/client-sso/dist-es/models/index.js +0 -1
  290. package/node_modules/@aws-sdk/client-sso/dist-types/models/index.d.ts +0 -1
  291. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/index.d.ts +0 -1
  292. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js +0 -1
  293. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js +0 -1
  294. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/index.d.ts +0 -1
  295. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/index.d.ts +0 -1
  296. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/index.d.ts +0 -1
  297. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/index.d.ts +0 -1
package/methods_list.txt CHANGED
@@ -585,6 +585,7 @@ application-signals:GetService
585
585
  application-signals:GetServiceLevelObjective
586
586
  application-signals:Link
587
587
  application-signals:ListAuditFindings
588
+ application-signals:ListEntityEvents
588
589
  application-signals:ListGroupingAttributeDefinitions
589
590
  application-signals:ListObservedEntities
590
591
  application-signals:ListServiceDependencies
@@ -1255,6 +1256,7 @@ autoscaling:DeleteScheduledAction
1255
1256
  autoscaling:DeleteTags
1256
1257
  autoscaling:DeleteWarmPool
1257
1258
  autoscaling:DescribeAccountLimits
1259
+ autoscaling:DescribeAccountSettings
1258
1260
  autoscaling:DescribeAdjustmentTypes
1259
1261
  autoscaling:DescribeAutoScalingGroups
1260
1262
  autoscaling:DescribeAutoScalingInstances
@@ -1286,6 +1288,7 @@ autoscaling:ExecutePolicy
1286
1288
  autoscaling:ExitStandby
1287
1289
  autoscaling:GetPredictiveScalingForecast
1288
1290
  autoscaling:LaunchInstances
1291
+ autoscaling:PutAccountSetting
1289
1292
  autoscaling:PutLifecycleHook
1290
1293
  autoscaling:PutNotificationConfiguration
1291
1294
  autoscaling:PutScalingPolicy
@@ -1471,6 +1474,7 @@ backup:AssociateBackupVaultMpaApprovalTeam
1471
1474
  backup:CancelLegalHold
1472
1475
  backup:CopyFromBackupVault
1473
1476
  backup:CopyIntoBackupVault
1477
+ backup:CreateBackupAccessPoint
1474
1478
  backup:CreateBackupPlan
1475
1479
  backup:CreateBackupSelection
1476
1480
  backup:CreateBackupVault
@@ -1482,6 +1486,7 @@ backup:CreateRestoreAccessBackupVault
1482
1486
  backup:CreateRestoreTestingPlan
1483
1487
  backup:CreateRestoreTestingSelection
1484
1488
  backup:CreateTieringConfiguration
1489
+ backup:DeleteBackupAccessPoint
1485
1490
  backup:DeleteBackupPlan
1486
1491
  backup:DeleteBackupSelection
1487
1492
  backup:DeleteBackupVault
@@ -1495,6 +1500,7 @@ backup:DeleteReportPlan
1495
1500
  backup:DeleteRestoreTestingPlan
1496
1501
  backup:DeleteRestoreTestingSelection
1497
1502
  backup:DeleteTieringConfiguration
1503
+ backup:DescribeBackupAccessPoint
1498
1504
  backup:DescribeBackupJob
1499
1505
  backup:DescribeBackupVault
1500
1506
  backup:DescribeCopyJob
@@ -1506,6 +1512,7 @@ backup:DescribeRegionSettings
1506
1512
  backup:DescribeReportJob
1507
1513
  backup:DescribeReportPlan
1508
1514
  backup:DescribeRestoreJob
1515
+ backup:DescribeScanJob
1509
1516
  backup:DisassociateBackupVaultMpaApprovalTeam
1510
1517
  backup:DisassociateRecoveryPoint
1511
1518
  backup:DisassociateRecoveryPointFromParent
@@ -1552,6 +1559,8 @@ backup:ListRestoreJobsByProtectedResource
1552
1559
  backup:ListRestoreJobSummaries
1553
1560
  backup:ListRestoreTestingPlans
1554
1561
  backup:ListRestoreTestingSelections
1562
+ backup:ListScanJobs
1563
+ backup:ListScanJobSummaries
1555
1564
  backup:ListTags
1556
1565
  backup:ListTieringConfigurations
1557
1566
  backup:PutBackupVaultAccessPolicy
@@ -1565,6 +1574,7 @@ backup:StartBackupJob
1565
1574
  backup:StartCopyJob
1566
1575
  backup:StartReportJob
1567
1576
  backup:StartRestoreJob
1577
+ backup:StartScanJob
1568
1578
  backup:StopBackupJob
1569
1579
  backup:TagResource
1570
1580
  backup:UntagResource
@@ -1901,6 +1911,7 @@ bedrock:InvokeAgent
1901
1911
  bedrock:InvokeAutomatedReasoningPolicy
1902
1912
  bedrock:InvokeBlueprintRecommendationAsync
1903
1913
  bedrock:InvokeBuilder
1914
+ bedrock:InvokeDataAutomation
1904
1915
  bedrock:InvokeDataAutomationAsync
1905
1916
  bedrock:InvokeFlow
1906
1917
  bedrock:InvokeInlineAgent
@@ -2059,6 +2070,8 @@ braket:CancelJob
2059
2070
  braket:CancelQuantumTask
2060
2071
  braket:CreateJob
2061
2072
  braket:CreateQuantumTask
2073
+ braket:CreateSpendingLimit
2074
+ braket:DeleteSpendingLimit
2062
2075
  braket:GetDevice
2063
2076
  braket:GetJob
2064
2077
  braket:GetQuantumTask
@@ -2068,8 +2081,10 @@ braket:ListTagsForResource
2068
2081
  braket:SearchDevices
2069
2082
  braket:SearchJobs
2070
2083
  braket:SearchQuantumTasks
2084
+ braket:SearchSpendingLimits
2071
2085
  braket:TagResource
2072
2086
  braket:UntagResource
2087
+ braket:UpdateSpendingLimit
2073
2088
  budgets:CreateBudgetAction
2074
2089
  budgets:DeleteBudgetAction
2075
2090
  budgets:DescribeBudgetAction
@@ -3186,6 +3201,7 @@ cloudtrail:ListDashboards
3186
3201
  cloudtrail:ListEventDataStores
3187
3202
  cloudtrail:ListImportFailures
3188
3203
  cloudtrail:ListImports
3204
+ cloudtrail:ListInsightsData
3189
3205
  cloudtrail:ListPublicKeys
3190
3206
  cloudtrail:ListQueries
3191
3207
  cloudtrail:ListServiceLinkedChannels
@@ -4597,6 +4613,7 @@ controltower:UpdateEnabledControl
4597
4613
  controltower:UpdateLandingZone
4598
4614
  cost-optimization-hub:GetPreferences
4599
4615
  cost-optimization-hub:GetRecommendation
4616
+ cost-optimization-hub:ListEfficiencyMetrics
4600
4617
  cost-optimization-hub:ListEnrollmentStatuses
4601
4618
  cost-optimization-hub:ListRecommendations
4602
4619
  cost-optimization-hub:ListRecommendationSummaries
@@ -5499,6 +5516,7 @@ dms:CreateEventSubscription
5499
5516
  dms:CreateFleetAdvisorCollector
5500
5517
  dms:CreateInstanceProfile
5501
5518
  dms:CreateMigrationProject
5519
+ dms:CreateOutboundIntegration
5502
5520
  dms:CreateReplicationConfig
5503
5521
  dms:CreateReplicationInstance
5504
5522
  dms:CreateReplicationSubnetGroup
@@ -5574,6 +5592,7 @@ dms:ModifyEndpoint
5574
5592
  dms:ModifyEventSubscription
5575
5593
  dms:ModifyFleetAdvisorCollector
5576
5594
  dms:ModifyFleetAdvisorCollectorStatuses
5595
+ dms:ModifyOutboundIntegration
5577
5596
  dms:ModifyReplicationConfig
5578
5597
  dms:ModifyReplicationInstance
5579
5598
  dms:ModifyReplicationSubnetGroup
@@ -6734,12 +6753,14 @@ ecr:UploadLayerPart
6734
6753
  ecr:ValidatePullThroughCacheRule
6735
6754
  ecs:CreateCapacityProvider
6736
6755
  ecs:CreateCluster
6756
+ ecs:CreateExpressGatewayService
6737
6757
  ecs:CreateService
6738
6758
  ecs:CreateTaskSet
6739
6759
  ecs:DeleteAccountSetting
6740
6760
  ecs:DeleteAttributes
6741
6761
  ecs:DeleteCapacityProvider
6742
6762
  ecs:DeleteCluster
6763
+ ecs:DeleteExpressGatewayService
6743
6764
  ecs:DeleteService
6744
6765
  ecs:DeleteTaskDefinitions
6745
6766
  ecs:DeleteTaskSet
@@ -6748,6 +6769,7 @@ ecs:DeregisterTaskDefinition
6748
6769
  ecs:DescribeCapacityProviders
6749
6770
  ecs:DescribeClusters
6750
6771
  ecs:DescribeContainerInstances
6772
+ ecs:DescribeExpressGatewayService
6751
6773
  ecs:DescribeServiceDeployments
6752
6774
  ecs:DescribeServiceRevisions
6753
6775
  ecs:DescribeServices
@@ -6791,6 +6813,7 @@ ecs:UpdateCluster
6791
6813
  ecs:UpdateClusterSettings
6792
6814
  ecs:UpdateContainerAgent
6793
6815
  ecs:UpdateContainerInstancesState
6816
+ ecs:UpdateExpressGatewayService
6794
6817
  ecs:UpdateService
6795
6818
  ecs:UpdateServicePrimaryTaskSet
6796
6819
  ecs:UpdateTaskProtection
@@ -8468,6 +8491,7 @@ glue:QuerySchemaVersionMetadata
8468
8491
  glue:RefreshOAuth2Tokens
8469
8492
  glue:RegisterSchemaVersion
8470
8493
  glue:RemoveSchemaVersionMetadata
8494
+ glue:RenameTable
8471
8495
  glue:RequestLogParsing
8472
8496
  glue:ResetJobBookmark
8473
8497
  glue:ResumeWorkflowRun
@@ -8774,6 +8798,7 @@ guardduty:GetFindingsStatistics
8774
8798
  guardduty:GetInvitationsCount
8775
8799
  guardduty:GetIPSet
8776
8800
  guardduty:GetMalwareProtectionPlan
8801
+ guardduty:GetMalwareScan
8777
8802
  guardduty:GetMalwareScanSettings
8778
8803
  guardduty:GetMasterAccount
8779
8804
  guardduty:GetMemberDetectors
@@ -8792,6 +8817,7 @@ guardduty:ListFindings
8792
8817
  guardduty:ListInvitations
8793
8818
  guardduty:ListIPSets
8794
8819
  guardduty:ListMalwareProtectionPlans
8820
+ guardduty:ListMalwareScans
8795
8821
  guardduty:ListMembers
8796
8822
  guardduty:ListOrganizationAdminAccounts
8797
8823
  guardduty:ListPublishingDestinations
@@ -8907,15 +8933,18 @@ honeycode:StartTableDataImportJob
8907
8933
  honeycode:TagResource
8908
8934
  honeycode:UntagResource
8909
8935
  honeycode:UpdateTeam
8936
+ iam:AcceptDelegationRequest
8910
8937
  iam:AddClientIDToOpenIDConnectProvider
8911
8938
  iam:AddRoleToInstanceProfile
8912
8939
  iam:AddUserToGroup
8940
+ iam:AssociateDelegationRequest
8913
8941
  iam:AttachGroupPolicy
8914
8942
  iam:AttachRolePolicy
8915
8943
  iam:AttachUserPolicy
8916
8944
  iam:ChangePassword
8917
8945
  iam:CreateAccessKey
8918
8946
  iam:CreateAccountAlias
8947
+ iam:CreateDelegationRequest
8919
8948
  iam:CreateGroup
8920
8949
  iam:CreateInstanceProfile
8921
8950
  iam:CreateLoginProfile
@@ -8958,9 +8987,11 @@ iam:DetachRolePolicy
8958
8987
  iam:DetachUserPolicy
8959
8988
  iam:DisableOrganizationsRootCredentialsManagement
8960
8989
  iam:DisableOrganizationsRootSessions
8990
+ iam:DisableOutboundWebIdentityFederation
8961
8991
  iam:EnableMFADevice
8962
8992
  iam:EnableOrganizationsRootCredentialsManagement
8963
8993
  iam:EnableOrganizationsRootSessions
8994
+ iam:EnableOutboundWebIdentityFederation
8964
8995
  iam:GenerateCredentialReport
8965
8996
  iam:GenerateOrganizationsAccessReport
8966
8997
  iam:GenerateServiceLastAccessedDetails
@@ -8974,13 +9005,16 @@ iam:GetCloudFrontPublicKey
8974
9005
  iam:GetContextKeysForCustomPolicy
8975
9006
  iam:GetContextKeysForPrincipalPolicy
8976
9007
  iam:GetCredentialReport
9008
+ iam:GetDelegationRequest
8977
9009
  iam:GetGroup
8978
9010
  iam:GetGroupPolicy
9011
+ iam:GetHumanReadableSummary
8979
9012
  iam:GetInstanceProfile
8980
9013
  iam:GetLoginProfile
8981
9014
  iam:GetMFADevice
8982
9015
  iam:GetOpenIDConnectProvider
8983
9016
  iam:GetOrganizationsAccessReport
9017
+ iam:GetOutboundWebIdentityFederationInfo
8984
9018
  iam:GetPolicy
8985
9019
  iam:GetPolicyVersion
8986
9020
  iam:GetRole
@@ -8999,6 +9033,7 @@ iam:ListAttachedGroupPolicies
8999
9033
  iam:ListAttachedRolePolicies
9000
9034
  iam:ListAttachedUserPolicies
9001
9035
  iam:ListCloudFrontPublicKeys
9036
+ iam:ListDelegationRequests
9002
9037
  iam:ListEntitiesForPolicy
9003
9038
  iam:ListGroupPolicies
9004
9039
  iam:ListGroups
@@ -9036,11 +9071,13 @@ iam:PutRolePermissionsBoundary
9036
9071
  iam:PutRolePolicy
9037
9072
  iam:PutUserPermissionsBoundary
9038
9073
  iam:PutUserPolicy
9074
+ iam:RejectDelegationRequest
9039
9075
  iam:RemoveClientIDFromOpenIDConnectProvider
9040
9076
  iam:RemoveRoleFromInstanceProfile
9041
9077
  iam:RemoveUserFromGroup
9042
9078
  iam:ResetServiceSpecificCredential
9043
9079
  iam:ResyncMFADevice
9080
+ iam:SendDelegationToken
9044
9081
  iam:SetDefaultPolicyVersion
9045
9082
  iam:SetSecurityTokenServicePreferences
9046
9083
  iam:SetSTSRegionalEndpointStatus
@@ -9141,6 +9178,7 @@ imagebuilder:DeleteImageRecipe
9141
9178
  imagebuilder:DeleteInfrastructureConfiguration
9142
9179
  imagebuilder:DeleteLifecyclePolicy
9143
9180
  imagebuilder:DeleteWorkflow
9181
+ imagebuilder:DistributeImage
9144
9182
  imagebuilder:GetComponent
9145
9183
  imagebuilder:GetComponentPolicy
9146
9184
  imagebuilder:GetContainerRecipe
@@ -9187,6 +9225,7 @@ imagebuilder:PutComponentPolicy
9187
9225
  imagebuilder:PutContainerRecipePolicy
9188
9226
  imagebuilder:PutImagePolicy
9189
9227
  imagebuilder:PutImageRecipePolicy
9228
+ imagebuilder:RetryImage
9190
9229
  imagebuilder:SendWorkflowStepAction
9191
9230
  imagebuilder:StartImagePipelineExecution
9192
9231
  imagebuilder:StartResourceStateUpdate
@@ -10695,6 +10734,8 @@ lakeformation:GetQueryState
10695
10734
  lakeformation:GetQueryStatistics
10696
10735
  lakeformation:GetResourceLFTags
10697
10736
  lakeformation:GetTableObjects
10737
+ lakeformation:GetTemporaryGluePartitionCredentials
10738
+ lakeformation:GetTemporaryGlueTableCredentials
10698
10739
  lakeformation:GetWorkUnitResults
10699
10740
  lakeformation:GetWorkUnits
10700
10741
  lakeformation:GrantPermissions
@@ -11025,6 +11066,8 @@ license-manager:CheckoutLicense
11025
11066
  license-manager:CreateGrant
11026
11067
  license-manager:CreateGrantVersion
11027
11068
  license-manager:CreateLicense
11069
+ license-manager:CreateLicenseAssetGroup
11070
+ license-manager:CreateLicenseAssetRuleset
11028
11071
  license-manager:CreateLicenseConfiguration
11029
11072
  license-manager:CreateLicenseConversionTaskForResource
11030
11073
  license-manager:CreateLicenseManagerReportGenerator
@@ -11032,6 +11075,8 @@ license-manager:CreateLicenseVersion
11032
11075
  license-manager:CreateToken
11033
11076
  license-manager:DeleteGrant
11034
11077
  license-manager:DeleteLicense
11078
+ license-manager:DeleteLicenseAssetGroup
11079
+ license-manager:DeleteLicenseAssetRuleset
11035
11080
  license-manager:DeleteLicenseConfiguration
11036
11081
  license-manager:DeleteLicenseManagerReportGenerator
11037
11082
  license-manager:DeleteToken
@@ -11039,15 +11084,21 @@ license-manager:ExtendLicenseConsumption
11039
11084
  license-manager:GetAccessToken
11040
11085
  license-manager:GetGrant
11041
11086
  license-manager:GetLicense
11087
+ license-manager:GetLicenseAssetGroup
11088
+ license-manager:GetLicenseAssetRuleset
11042
11089
  license-manager:GetLicenseConfiguration
11043
11090
  license-manager:GetLicenseConversionTask
11044
11091
  license-manager:GetLicenseManagerReportGenerator
11045
11092
  license-manager:GetLicenseUsage
11046
11093
  license-manager:GetServiceSettings
11094
+ license-manager:ListAssetsForLicenseAssetGroup
11047
11095
  license-manager:ListAssociationsForLicenseConfiguration
11048
11096
  license-manager:ListDistributedGrants
11049
11097
  license-manager:ListFailuresForLicenseConfigurationOperations
11098
+ license-manager:ListLicenseAssetGroups
11099
+ license-manager:ListLicenseAssetRulesets
11050
11100
  license-manager:ListLicenseConfigurations
11101
+ license-manager:ListLicenseConfigurationsForOrganization
11051
11102
  license-manager:ListLicenseConversionTasks
11052
11103
  license-manager:ListLicenseManagerReportGenerators
11053
11104
  license-manager:ListLicenses
@@ -11064,6 +11115,8 @@ license-manager:ListUsageForLicenseConfiguration
11064
11115
  license-manager:RejectGrant
11065
11116
  license-manager:TagResource
11066
11117
  license-manager:UntagResource
11118
+ license-manager:UpdateLicenseAssetGroup
11119
+ license-manager:UpdateLicenseAssetRuleset
11067
11120
  license-manager:UpdateLicenseConfiguration
11068
11121
  license-manager:UpdateLicenseManagerReportGenerator
11069
11122
  license-manager:UpdateLicenseSpecificationsForResource
@@ -11237,6 +11290,7 @@ logs:CreateLogAnomalyDetector
11237
11290
  logs:CreateLogDelivery
11238
11291
  logs:CreateLogGroup
11239
11292
  logs:CreateLogStream
11293
+ logs:CreateScheduledQuery
11240
11294
  logs:DeleteAccountPolicy
11241
11295
  logs:DeleteDataProtectionPolicy
11242
11296
  logs:DeleteDelivery
@@ -11254,6 +11308,7 @@ logs:DeleteMetricFilter
11254
11308
  logs:DeleteQueryDefinition
11255
11309
  logs:DeleteResourcePolicy
11256
11310
  logs:DeleteRetentionPolicy
11311
+ logs:DeleteScheduledQuery
11257
11312
  logs:DeleteSubscriptionFilter
11258
11313
  logs:DeleteTransformer
11259
11314
  logs:DescribeAccountPolicies
@@ -11286,6 +11341,8 @@ logs:GetLogEvents
11286
11341
  logs:GetLogGroupFields
11287
11342
  logs:GetLogRecord
11288
11343
  logs:GetQueryResults
11344
+ logs:GetScheduledQuery
11345
+ logs:GetScheduledQueryHistory
11289
11346
  logs:GetTransformer
11290
11347
  logs:Link
11291
11348
  logs:ListAnomalies
@@ -11296,6 +11353,7 @@ logs:ListLogDeliveries
11296
11353
  logs:ListLogGroups
11297
11354
  logs:ListLogGroupsForEntity
11298
11355
  logs:ListLogGroupsForQuery
11356
+ logs:ListScheduledQueries
11299
11357
  logs:ListTagsForResource
11300
11358
  logs:ListTagsLogGroup
11301
11359
  logs:PutAccountPolicy
@@ -11329,6 +11387,7 @@ logs:UpdateAnomaly
11329
11387
  logs:UpdateDeliveryConfiguration
11330
11388
  logs:UpdateLogAnomalyDetector
11331
11389
  logs:UpdateLogDelivery
11390
+ logs:UpdateScheduledQuery
11332
11391
  lookoutequipment:CreateDataset
11333
11392
  lookoutequipment:CreateInferenceScheduler
11334
11393
  lookoutequipment:CreateLabel
@@ -12993,6 +13052,7 @@ odb:UntagResource
12993
13052
  odb:UpdateCloudExadataInfrastructure
12994
13053
  odb:UpdateOdbNetwork
12995
13054
  odb:UpdateOdbPeeringConnection
13055
+ odb:UpdateOutboundIntegration
12996
13056
  omics:AbortMultipartReadSetUpload
12997
13057
  omics:AcceptShare
12998
13058
  omics:BatchDeleteReadSet
@@ -13238,6 +13298,7 @@ organizations:DescribeOrganization
13238
13298
  organizations:DescribeOrganizationalUnit
13239
13299
  organizations:DescribePolicy
13240
13300
  organizations:DescribeResourcePolicy
13301
+ organizations:DescribeResponsibilityTransfer
13241
13302
  organizations:DetachPolicy
13242
13303
  organizations:DisableAWSServiceAccess
13243
13304
  organizations:DisablePolicyType
@@ -13245,6 +13306,7 @@ organizations:EnableAllFeatures
13245
13306
  organizations:EnableAWSServiceAccess
13246
13307
  organizations:EnablePolicyType
13247
13308
  organizations:InviteAccountToOrganization
13309
+ organizations:InviteOrganizationToTransferResponsibility
13248
13310
  organizations:LeaveOrganization
13249
13311
  organizations:ListAccounts
13250
13312
  organizations:ListAccountsForParent
@@ -13257,7 +13319,9 @@ organizations:ListDelegatedServicesForAccount
13257
13319
  organizations:ListEffectivePolicyValidationErrors
13258
13320
  organizations:ListHandshakesForAccount
13259
13321
  organizations:ListHandshakesForOrganization
13322
+ organizations:ListInboundResponsibilityTransfers
13260
13323
  organizations:ListOrganizationalUnitsForParent
13324
+ organizations:ListOutboundResponsibilityTransfers
13261
13325
  organizations:ListParents
13262
13326
  organizations:ListPolicies
13263
13327
  organizations:ListPoliciesForTarget
@@ -13269,9 +13333,11 @@ organizations:PutResourcePolicy
13269
13333
  organizations:RegisterDelegatedAdministrator
13270
13334
  organizations:RemoveAccountFromOrganization
13271
13335
  organizations:TagResource
13336
+ organizations:TerminateResponsibilityTransfer
13272
13337
  organizations:UntagResource
13273
13338
  organizations:UpdateOrganizationalUnit
13274
13339
  organizations:UpdatePolicy
13340
+ organizations:UpdateResponsibilityTransfer
13275
13341
  osis:CreatePipeline
13276
13342
  osis:CreatePipelineEndpoint
13277
13343
  osis:DeletePipeline
@@ -13370,23 +13436,33 @@ panorama:UpdateDeviceMetadata
13370
13436
  partnercentral-account-management:AssociatePartnerAccount
13371
13437
  partnercentral-account-management:AssociatePartnerUser
13372
13438
  partnercentral-account-management:DisassociatePartnerUser
13439
+ partnercentral:AcceptChannelHandshake
13373
13440
  partnercentral:AcceptEngagementInvitation
13374
13441
  partnercentral:AssignOpportunity
13375
13442
  partnercentral:AssociateOpportunity
13443
+ partnercentral:CancelChannelHandshake
13444
+ partnercentral:CreateChannelHandshake
13376
13445
  partnercentral:CreateEngagement
13377
13446
  partnercentral:CreateEngagementInvitation
13378
13447
  partnercentral:CreateOpportunity
13448
+ partnercentral:CreateProgramManagementAccount
13449
+ partnercentral:CreateRelationship
13379
13450
  partnercentral:CreateResourceSnapshot
13380
13451
  partnercentral:CreateResourceSnapshotJob
13452
+ partnercentral:DeleteProgramManagementAccount
13453
+ partnercentral:DeleteRelationship
13381
13454
  partnercentral:DeleteResourceSnapshotJob
13382
13455
  partnercentral:DisassociateOpportunity
13383
13456
  partnercentral:GetAwsOpportunitySummary
13384
13457
  partnercentral:GetEngagement
13385
13458
  partnercentral:GetEngagementInvitation
13386
13459
  partnercentral:GetOpportunity
13460
+ partnercentral:GetProgramManagementAccount
13461
+ partnercentral:GetRelationship
13387
13462
  partnercentral:GetResourceSnapshot
13388
13463
  partnercentral:GetResourceSnapshotJob
13389
13464
  partnercentral:GetSellingSystemSettings
13465
+ partnercentral:ListChannelHandshakes
13390
13466
  partnercentral:ListEngagementByAcceptingInvitationTasks
13391
13467
  partnercentral:ListEngagementFromOpportunityTasks
13392
13468
  partnercentral:ListEngagementInvitations
@@ -13394,11 +13470,14 @@ partnercentral:ListEngagementMembers
13394
13470
  partnercentral:ListEngagementResourceAssociations
13395
13471
  partnercentral:ListEngagements
13396
13472
  partnercentral:ListOpportunities
13473
+ partnercentral:ListProgramManagementAccounts
13474
+ partnercentral:ListRelationships
13397
13475
  partnercentral:ListResourceSnapshotJobs
13398
13476
  partnercentral:ListResourceSnapshots
13399
13477
  partnercentral:ListSolutions
13400
13478
  partnercentral:ListTagsForResource
13401
13479
  partnercentral:PutSellingSystemSettings
13480
+ partnercentral:RejectChannelHandshake
13402
13481
  partnercentral:RejectEngagementInvitation
13403
13482
  partnercentral:StartEngagementByAcceptingInvitationTask
13404
13483
  partnercentral:StartEngagementFromOpportunityTask
@@ -13408,6 +13487,8 @@ partnercentral:SubmitOpportunity
13408
13487
  partnercentral:TagResource
13409
13488
  partnercentral:UntagResource
13410
13489
  partnercentral:UpdateOpportunity
13490
+ partnercentral:UpdateProgramManagementAccount
13491
+ partnercentral:UpdateRelationship
13411
13492
  payment-cryptography:CreateAlias
13412
13493
  payment-cryptography:CreateKey
13413
13494
  payment-cryptography:DecryptData
@@ -14114,6 +14195,7 @@ qldb:UntagResource
14114
14195
  qldb:UpdateLedger
14115
14196
  qldb:UpdateLedgerPermissionsMode
14116
14197
  quicksight:AccountConfigurations
14198
+ quicksight:AllowVendedLogDeliveryForResource
14117
14199
  quicksight:BatchCreateTopicReviewedAnswer
14118
14200
  quicksight:BatchDeleteTopicReviewedAnswer
14119
14201
  quicksight:CancelIngestion
@@ -15603,6 +15685,7 @@ s3:GetAccessPointPolicyStatus
15603
15685
  s3:GetAccessPointPolicyStatusForObjectLambda
15604
15686
  s3:GetAccountPublicAccessBlock
15605
15687
  s3:GetAnalyticsConfiguration
15688
+ s3:GetBucketAbac
15606
15689
  s3:GetBucketAcl
15607
15690
  s3:GetBucketCORS
15608
15691
  s3:GetBucketLocation
@@ -15674,6 +15757,7 @@ s3:PutAccessPointPolicyForObjectLambda
15674
15757
  s3:PutAccessPointPublicAccessBlock
15675
15758
  s3:PutAccountPublicAccessBlock
15676
15759
  s3:PutAnalyticsConfiguration
15760
+ s3:PutBucketAbac
15677
15761
  s3:PutBucketAcl
15678
15762
  s3:PutBucketCORS
15679
15763
  s3:PutBucketLogging
@@ -17102,6 +17186,8 @@ signer:SignPayload
17102
17186
  signer:StartSigningJob
17103
17187
  signer:TagResource
17104
17188
  signer:UntagResource
17189
+ signin:AuthorizeOAuth2Access
17190
+ signin:CreateOAuth2Token
17105
17191
  signin:CreateTrustedIdentityPropagationApplicationForConsole
17106
17192
  signin:ListTrustedIdentityPropagationApplicationsForConsole
17107
17193
  simspaceweaver:CreateSnapshot
@@ -18216,6 +18302,7 @@ tag:GetComplianceSummary
18216
18302
  tag:GetResources
18217
18303
  tag:GetTagKeys
18218
18304
  tag:GetTagValues
18305
+ tag:ListRequiredTags
18219
18306
  tag:StartReportCreation
18220
18307
  tag:TagResources
18221
18308
  tag:UntagResources
@@ -1,9 +1,10 @@
1
1
  {
2
2
  "name": "@aws/lambda-invoke-store",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Invoke scoped data storage for AWS Lambda Node.js Runtime Environment",
5
5
  "homepage": "https://github.com/awslabs/aws-lambda-invoke-store",
6
6
  "main": "./dist-cjs/invoke-store.js",
7
+ "types": "./dist-types/invoke-store.d.ts",
7
8
  "module": "./dist-es/invoke-store.js",
8
9
  "exports": {
9
10
  ".": {
@@ -631,6 +631,14 @@ DisableOrganizationsRootSessions
631
631
 
632
632
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iam/command/DisableOrganizationsRootSessionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/DisableOrganizationsRootSessionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/DisableOrganizationsRootSessionsCommandOutput/)
633
633
 
634
+ </details>
635
+ <details>
636
+ <summary>
637
+ DisableOutboundWebIdentityFederation
638
+ </summary>
639
+
640
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iam/command/DisableOutboundWebIdentityFederationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/DisableOutboundWebIdentityFederationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/DisableOutboundWebIdentityFederationCommandOutput/)
641
+
634
642
  </details>
635
643
  <details>
636
644
  <summary>
@@ -655,6 +663,14 @@ EnableOrganizationsRootSessions
655
663
 
656
664
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iam/command/EnableOrganizationsRootSessionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/EnableOrganizationsRootSessionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/EnableOrganizationsRootSessionsCommandOutput/)
657
665
 
666
+ </details>
667
+ <details>
668
+ <summary>
669
+ EnableOutboundWebIdentityFederation
670
+ </summary>
671
+
672
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iam/command/EnableOutboundWebIdentityFederationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/EnableOutboundWebIdentityFederationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/EnableOutboundWebIdentityFederationCommandOutput/)
673
+
658
674
  </details>
659
675
  <details>
660
676
  <summary>
@@ -807,6 +823,14 @@ GetOrganizationsAccessReport
807
823
 
808
824
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iam/command/GetOrganizationsAccessReportCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/GetOrganizationsAccessReportCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/GetOrganizationsAccessReportCommandOutput/)
809
825
 
826
+ </details>
827
+ <details>
828
+ <summary>
829
+ GetOutboundWebIdentityFederationInfo
830
+ </summary>
831
+
832
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iam/command/GetOutboundWebIdentityFederationInfoCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/GetOutboundWebIdentityFederationInfoCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/GetOutboundWebIdentityFederationInfoCommandOutput/)
833
+
810
834
  </details>
811
835
  <details>
812
836
  <summary>