@jjrawlins/cdk-iam-policy-builder-helper 0.0.30 → 0.0.31

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 (228) hide show
  1. package/.jsii +58 -310
  2. package/.mergify.yml +4 -3
  3. package/cdk-iam-policy-builder-helper/jsii/jsii.go +2 -2
  4. package/cdk-iam-policy-builder-helper/version +1 -1
  5. package/lib/bin/create-actions-json.js +5 -4
  6. package/lib/bin/download-managed-policies-json.js +3 -2
  7. package/lib/constructs/Actions.d.ts +22 -1
  8. package/lib/constructs/Actions.js +23 -2
  9. package/lib/constructs/ManagedPolicies.d.ts +4 -8
  10. package/lib/constructs/ManagedPolicies.js +5 -9
  11. package/methods_list.txt +4 -1
  12. package/node_modules/@aws-sdk/client-iam/dist-types/commands/AddClientIDToOpenIDConnectProviderCommand.d.ts +2 -0
  13. package/node_modules/@aws-sdk/client-iam/dist-types/commands/AddRoleToInstanceProfileCommand.d.ts +2 -0
  14. package/node_modules/@aws-sdk/client-iam/dist-types/commands/AddUserToGroupCommand.d.ts +2 -0
  15. package/node_modules/@aws-sdk/client-iam/dist-types/commands/AttachGroupPolicyCommand.d.ts +2 -0
  16. package/node_modules/@aws-sdk/client-iam/dist-types/commands/AttachRolePolicyCommand.d.ts +2 -0
  17. package/node_modules/@aws-sdk/client-iam/dist-types/commands/AttachUserPolicyCommand.d.ts +2 -0
  18. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ChangePasswordCommand.d.ts +2 -0
  19. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateAccessKeyCommand.d.ts +2 -0
  20. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateAccountAliasCommand.d.ts +2 -0
  21. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateGroupCommand.d.ts +2 -0
  22. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateInstanceProfileCommand.d.ts +2 -0
  23. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateLoginProfileCommand.d.ts +2 -0
  24. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateOpenIDConnectProviderCommand.d.ts +2 -0
  25. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreatePolicyCommand.d.ts +2 -0
  26. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreatePolicyVersionCommand.d.ts +2 -0
  27. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateRoleCommand.d.ts +2 -0
  28. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateSAMLProviderCommand.d.ts +2 -0
  29. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateServiceLinkedRoleCommand.d.ts +2 -0
  30. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateServiceSpecificCredentialCommand.d.ts +2 -0
  31. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateUserCommand.d.ts +2 -0
  32. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateVirtualMFADeviceCommand.d.ts +2 -0
  33. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeactivateMFADeviceCommand.d.ts +2 -0
  34. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteAccessKeyCommand.d.ts +2 -0
  35. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteAccountAliasCommand.d.ts +2 -0
  36. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteAccountPasswordPolicyCommand.d.ts +2 -0
  37. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteGroupCommand.d.ts +2 -0
  38. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteGroupPolicyCommand.d.ts +2 -0
  39. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteInstanceProfileCommand.d.ts +2 -0
  40. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteLoginProfileCommand.d.ts +2 -0
  41. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteOpenIDConnectProviderCommand.d.ts +2 -0
  42. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeletePolicyCommand.d.ts +2 -0
  43. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeletePolicyVersionCommand.d.ts +2 -0
  44. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteRoleCommand.d.ts +2 -0
  45. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteRolePermissionsBoundaryCommand.d.ts +2 -0
  46. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteRolePolicyCommand.d.ts +2 -0
  47. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteSAMLProviderCommand.d.ts +2 -0
  48. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteSSHPublicKeyCommand.d.ts +2 -0
  49. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteServerCertificateCommand.d.ts +2 -0
  50. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteServiceLinkedRoleCommand.d.ts +2 -0
  51. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteServiceSpecificCredentialCommand.d.ts +2 -0
  52. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteSigningCertificateCommand.d.ts +2 -0
  53. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteUserCommand.d.ts +2 -0
  54. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteUserPermissionsBoundaryCommand.d.ts +2 -0
  55. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteUserPolicyCommand.d.ts +2 -0
  56. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteVirtualMFADeviceCommand.d.ts +2 -0
  57. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DetachGroupPolicyCommand.d.ts +2 -0
  58. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DetachRolePolicyCommand.d.ts +2 -0
  59. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DetachUserPolicyCommand.d.ts +2 -0
  60. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DisableOrganizationsRootCredentialsManagementCommand.d.ts +2 -0
  61. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DisableOrganizationsRootSessionsCommand.d.ts +2 -0
  62. package/node_modules/@aws-sdk/client-iam/dist-types/commands/EnableMFADeviceCommand.d.ts +2 -0
  63. package/node_modules/@aws-sdk/client-iam/dist-types/commands/EnableOrganizationsRootCredentialsManagementCommand.d.ts +2 -0
  64. package/node_modules/@aws-sdk/client-iam/dist-types/commands/EnableOrganizationsRootSessionsCommand.d.ts +2 -0
  65. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GenerateCredentialReportCommand.d.ts +2 -0
  66. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GenerateOrganizationsAccessReportCommand.d.ts +2 -0
  67. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GenerateServiceLastAccessedDetailsCommand.d.ts +2 -0
  68. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetAccessKeyLastUsedCommand.d.ts +2 -0
  69. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetAccountAuthorizationDetailsCommand.d.ts +2 -0
  70. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetAccountPasswordPolicyCommand.d.ts +2 -0
  71. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetAccountSummaryCommand.d.ts +2 -0
  72. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetContextKeysForCustomPolicyCommand.d.ts +2 -0
  73. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetContextKeysForPrincipalPolicyCommand.d.ts +2 -0
  74. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetCredentialReportCommand.d.ts +2 -0
  75. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetGroupCommand.d.ts +2 -0
  76. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetGroupPolicyCommand.d.ts +2 -0
  77. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetInstanceProfileCommand.d.ts +2 -0
  78. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetLoginProfileCommand.d.ts +2 -0
  79. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetMFADeviceCommand.d.ts +2 -0
  80. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetOpenIDConnectProviderCommand.d.ts +2 -0
  81. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetOrganizationsAccessReportCommand.d.ts +2 -0
  82. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetPolicyCommand.d.ts +2 -0
  83. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetPolicyVersionCommand.d.ts +2 -0
  84. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetRoleCommand.d.ts +2 -0
  85. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetRolePolicyCommand.d.ts +2 -0
  86. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetSAMLProviderCommand.d.ts +2 -0
  87. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetSSHPublicKeyCommand.d.ts +2 -0
  88. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetServerCertificateCommand.d.ts +2 -0
  89. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetServiceLastAccessedDetailsCommand.d.ts +2 -0
  90. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.d.ts +2 -0
  91. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetServiceLinkedRoleDeletionStatusCommand.d.ts +2 -0
  92. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetUserCommand.d.ts +2 -0
  93. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetUserPolicyCommand.d.ts +2 -0
  94. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAccessKeysCommand.d.ts +2 -0
  95. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAccountAliasesCommand.d.ts +2 -0
  96. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAttachedGroupPoliciesCommand.d.ts +2 -0
  97. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAttachedRolePoliciesCommand.d.ts +2 -0
  98. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAttachedUserPoliciesCommand.d.ts +2 -0
  99. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListEntitiesForPolicyCommand.d.ts +2 -0
  100. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListGroupPoliciesCommand.d.ts +2 -0
  101. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListGroupsCommand.d.ts +2 -0
  102. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListGroupsForUserCommand.d.ts +2 -0
  103. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListInstanceProfileTagsCommand.d.ts +2 -0
  104. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListInstanceProfilesCommand.d.ts +2 -0
  105. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListInstanceProfilesForRoleCommand.d.ts +2 -0
  106. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListMFADeviceTagsCommand.d.ts +2 -0
  107. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListMFADevicesCommand.d.ts +2 -0
  108. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListOpenIDConnectProviderTagsCommand.d.ts +2 -0
  109. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListOpenIDConnectProvidersCommand.d.ts +2 -0
  110. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListOrganizationsFeaturesCommand.d.ts +2 -0
  111. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListPoliciesCommand.d.ts +2 -0
  112. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListPoliciesGrantingServiceAccessCommand.d.ts +2 -0
  113. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListPolicyTagsCommand.d.ts +2 -0
  114. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListPolicyVersionsCommand.d.ts +2 -0
  115. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListRolePoliciesCommand.d.ts +2 -0
  116. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListRoleTagsCommand.d.ts +2 -0
  117. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListRolesCommand.d.ts +2 -0
  118. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListSAMLProviderTagsCommand.d.ts +2 -0
  119. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListSAMLProvidersCommand.d.ts +2 -0
  120. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListSSHPublicKeysCommand.d.ts +2 -0
  121. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListServerCertificateTagsCommand.d.ts +2 -0
  122. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListServerCertificatesCommand.d.ts +2 -0
  123. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListServiceSpecificCredentialsCommand.d.ts +2 -0
  124. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListSigningCertificatesCommand.d.ts +2 -0
  125. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListUserPoliciesCommand.d.ts +2 -0
  126. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListUserTagsCommand.d.ts +2 -0
  127. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListUsersCommand.d.ts +2 -0
  128. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListVirtualMFADevicesCommand.d.ts +2 -0
  129. package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutGroupPolicyCommand.d.ts +2 -0
  130. package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutRolePermissionsBoundaryCommand.d.ts +2 -0
  131. package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutRolePolicyCommand.d.ts +2 -0
  132. package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutUserPermissionsBoundaryCommand.d.ts +2 -0
  133. package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutUserPolicyCommand.d.ts +2 -0
  134. package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +2 -0
  135. package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveRoleFromInstanceProfileCommand.d.ts +2 -0
  136. package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveUserFromGroupCommand.d.ts +2 -0
  137. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ResetServiceSpecificCredentialCommand.d.ts +2 -0
  138. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ResyncMFADeviceCommand.d.ts +2 -0
  139. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SetDefaultPolicyVersionCommand.d.ts +2 -0
  140. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SetSecurityTokenServicePreferencesCommand.d.ts +2 -0
  141. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SimulateCustomPolicyCommand.d.ts +2 -0
  142. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SimulatePrincipalPolicyCommand.d.ts +2 -0
  143. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagInstanceProfileCommand.d.ts +2 -0
  144. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagMFADeviceCommand.d.ts +2 -0
  145. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagOpenIDConnectProviderCommand.d.ts +2 -0
  146. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagPolicyCommand.d.ts +2 -0
  147. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagRoleCommand.d.ts +2 -0
  148. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagSAMLProviderCommand.d.ts +2 -0
  149. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagServerCertificateCommand.d.ts +2 -0
  150. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagUserCommand.d.ts +2 -0
  151. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagInstanceProfileCommand.d.ts +2 -0
  152. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagMFADeviceCommand.d.ts +2 -0
  153. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagOpenIDConnectProviderCommand.d.ts +2 -0
  154. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagPolicyCommand.d.ts +2 -0
  155. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagRoleCommand.d.ts +2 -0
  156. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagSAMLProviderCommand.d.ts +2 -0
  157. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagServerCertificateCommand.d.ts +2 -0
  158. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagUserCommand.d.ts +2 -0
  159. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAccessKeyCommand.d.ts +2 -0
  160. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAccountPasswordPolicyCommand.d.ts +2 -0
  161. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAssumeRolePolicyCommand.d.ts +2 -0
  162. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateGroupCommand.d.ts +2 -0
  163. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateLoginProfileCommand.d.ts +2 -0
  164. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateOpenIDConnectProviderThumbprintCommand.d.ts +2 -0
  165. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateRoleCommand.d.ts +2 -0
  166. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateRoleDescriptionCommand.d.ts +2 -0
  167. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateSAMLProviderCommand.d.ts +2 -0
  168. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateSSHPublicKeyCommand.d.ts +2 -0
  169. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateServerCertificateCommand.d.ts +2 -0
  170. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateServiceSpecificCredentialCommand.d.ts +2 -0
  171. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateSigningCertificateCommand.d.ts +2 -0
  172. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateUserCommand.d.ts +2 -0
  173. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UploadSSHPublicKeyCommand.d.ts +2 -0
  174. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UploadServerCertificateCommand.d.ts +2 -0
  175. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UploadSigningCertificateCommand.d.ts +2 -0
  176. package/node_modules/@aws-sdk/client-iam/package.json +19 -19
  177. package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +2 -0
  178. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +2 -0
  179. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +2 -0
  180. package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +2 -0
  181. package/node_modules/@aws-sdk/client-sso/package.json +18 -18
  182. package/node_modules/@aws-sdk/core/package.json +5 -5
  183. package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
  184. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +1 -1
  185. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +1 -1
  186. package/node_modules/@aws-sdk/credential-provider-http/package.json +4 -4
  187. package/node_modules/@aws-sdk/credential-provider-ini/package.json +11 -11
  188. package/node_modules/@aws-sdk/credential-provider-node/package.json +13 -12
  189. package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +3 -2
  190. package/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js +2 -1
  191. package/node_modules/@aws-sdk/credential-provider-process/package.json +4 -4
  192. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +19 -3
  193. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +8 -0
  194. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +7 -2
  195. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +1 -1
  196. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +3 -0
  197. package/node_modules/@aws-sdk/credential-provider-sso/package.json +6 -6
  198. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +3 -1
  199. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +3 -1
  200. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +5 -4
  201. package/node_modules/@aws-sdk/middleware-host-header/package.json +1 -1
  202. package/node_modules/@aws-sdk/middleware-logger/package.json +1 -1
  203. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +1 -1
  204. package/node_modules/@aws-sdk/middleware-user-agent/package.json +3 -3
  205. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +2 -0
  206. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +2 -0
  207. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +2 -0
  208. package/node_modules/@aws-sdk/nested-clients/package.json +18 -18
  209. package/node_modules/@aws-sdk/region-config-resolver/package.json +3 -3
  210. package/node_modules/@aws-sdk/token-providers/package.json +5 -5
  211. package/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
  212. package/node_modules/@aws-sdk/util-user-agent-node/package.json +3 -3
  213. package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor.d.ts +1 -1
  214. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor.d.ts +1 -1
  215. package/node_modules/@smithy/core/package.json +2 -2
  216. package/node_modules/@smithy/middleware-endpoint/package.json +2 -2
  217. package/node_modules/@smithy/middleware-retry/package.json +4 -4
  218. package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +2 -2
  219. package/node_modules/@smithy/service-error-classification/dist-es/index.js +3 -2
  220. package/node_modules/@smithy/service-error-classification/package.json +1 -1
  221. package/node_modules/@smithy/smithy-client/package.json +4 -4
  222. package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  223. package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  224. package/node_modules/@smithy/util-retry/package.json +5 -3
  225. package/node_modules/@smithy/util-stream/dist-types/ByteArrayCollector.d.ts +1 -1
  226. package/node_modules/@smithy/util-stream/dist-types/ts3.4/ByteArrayCollector.d.ts +1 -1
  227. package/node_modules/@smithy/util-stream/package.json +1 -1
  228. package/package.json +5 -5
@@ -35,7 +35,8 @@ async function run() {
35
35
  }
36
36
  }
37
37
  }
38
- writeToFileAsTsObject(policies, path.join(__dirname, '..', 'constructs', 'ManagedPolicies.ts'));
38
+ console.log('Total Policies Fetched:', Object.keys(policies).length);
39
+ writeToFileAsTsObject(policies, path.join('src', 'constructs', 'ManagedPolicies.ts'));
39
40
  }
40
41
  run().catch(console.error);
41
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZG93bmxvYWQtbWFuYWdlZC1wb2xpY2llcy1qc29uLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL2Jpbi9kb3dubG9hZC1tYW5hZ2VkLXBvbGljaWVzLWpzb24udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7QUFBQSx5QkFBeUI7QUFDekIsNkJBQTZCO0FBQzdCLG9EQUF1RjtBQUV2RixNQUFNLE1BQU0sR0FBRyxPQUFPLENBQUMsR0FBRyxDQUFDLE1BQU0sSUFBSSxXQUFXLENBQUM7QUFPakQsTUFBTSxxQkFBcUIsR0FBRyxDQUFDLElBQVMsRUFBRSxRQUFnQixFQUFFLEVBQUU7SUFDNUQsSUFBSSxDQUFDO1FBQ0gsOEJBQThCO1FBQzlCLE1BQU0sWUFBWSxHQUFHLElBQUksQ0FBQyxTQUFTLENBQUMsSUFBSSxFQUFFLElBQUksRUFBRSxDQUFDLENBQUMsQ0FBQztRQUVuRCxtQ0FBbUM7UUFDbkMsTUFBTSxNQUFNLEdBQUcsa0NBQWtDLFlBQVksS0FBSyxDQUFDO1FBRW5FLHFCQUFxQjtRQUNyQixFQUFFLENBQUMsYUFBYSxDQUFDLFFBQVEsRUFBRSxNQUFNLEVBQUUsTUFBTSxDQUFDLENBQUM7SUFDN0MsQ0FBQztJQUFDLE9BQU8sS0FBSyxFQUFFLENBQUM7UUFDZixPQUFPLENBQUMsR0FBRyxDQUFDLDBCQUEwQixRQUFRLEVBQUUsQ0FBQyxDQUFDO1FBQ2xELE9BQU8sQ0FBQyxLQUFLLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDdkIsQ0FBQztBQUNILENBQUMsQ0FBQztBQUVGLEtBQUssVUFBVSxHQUFHO0lBQ2hCLE1BQU0sTUFBTSxHQUFHLElBQUksc0JBQVMsQ0FBQyxFQUFFLE1BQU0sRUFBRSxNQUFNLEVBQUUsQ0FBQyxDQUFDO0lBRWpELE1BQU0sTUFBTSxHQUFHLEVBQUUsS0FBSyxFQUFFLEtBQXdCLEVBQUUsQ0FBQztJQUNuRCxNQUFNLFNBQVMsR0FBRyxJQUFBLGlDQUFvQixFQUFDLEVBQUUsTUFBTSxFQUFFLEVBQUUsTUFBTSxDQUFDLENBQUM7SUFFM0QsTUFBTSxRQUFRLEdBQTJDLEVBQUUsQ0FBQztJQUU1RCxJQUFJLEtBQUssRUFBRSxNQUFNLElBQUksSUFBSSxTQUFTLEVBQUUsQ0FBQztRQUNuQyxJQUFJLElBQUksQ0FBQyxRQUFRLEVBQUUsQ0FBQztZQUNsQixLQUFLLElBQUksTUFBTSxJQUFJLElBQUksQ0FBQyxRQUFRLEVBQUUsQ0FBQztnQkFDakMsSUFBSSxNQUFNLENBQUMsR0FBRyxJQUFJLE1BQU0sQ0FBQyxVQUFVLEVBQUUsQ0FBQztvQkFDcEMsUUFBUSxDQUFDLE1BQU0sQ0FBQyxVQUFVLENBQUMsR0FBRzt3QkFDNUIsVUFBVSxFQUFFLE1BQU0sQ0FBQyxVQUFVO3dCQUM3QixHQUFHLEVBQUUsTUFBTSxDQUFDLEdBQUc7cUJBQ2hCLENBQUM7Z0JBQ0osQ0FBQztZQUNILENBQUM7UUFDSCxDQUFDO0lBQ0gsQ0FBQztJQUVELHFCQUFxQixDQUFDLFFBQVEsRUFBRSxJQUFJLENBQUMsSUFBSSxDQUFDLFNBQVMsRUFBRSxJQUFJLEVBQUUsWUFBWSxFQUFFLG9CQUFvQixDQUFDLENBQUMsQ0FBQztBQUNsRyxDQUFDO0FBRUQsR0FBRyxFQUFFLENBQUMsS0FBSyxDQUFDLE9BQU8sQ0FBQyxLQUFLLENBQUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCAqIGFzIGZzIGZyb20gJ2ZzJztcbmltcG9ydCAqIGFzIHBhdGggZnJvbSAncGF0aCc7XG5pbXBvcnQgeyBJQU1DbGllbnQsIHBhZ2luYXRlTGlzdFBvbGljaWVzLCBQb2xpY3lTY29wZVR5cGUgfSBmcm9tICdAYXdzLXNkay9jbGllbnQtaWFtJztcblxuY29uc3QgcmVnaW9uID0gcHJvY2Vzcy5lbnYucmVnaW9uIHx8ICd1cy1lYXN0LTInO1xuXG5pbnRlcmZhY2UgQ3VzdG9tUG9saWN5IHtcbiAgUG9saWN5TmFtZTogc3RyaW5nO1xuICBBcm46IHN0cmluZztcbn1cblxuY29uc3Qgd3JpdGVUb0ZpbGVBc1RzT2JqZWN0ID0gKGRhdGE6IGFueSwgZmlsZW5hbWU6IHN0cmluZykgPT4ge1xuICB0cnkge1xuICAgIC8vIENvbnZlcnQgYW4gb2JqZWN0IHRvIHN0cmluZ1xuICAgIGNvbnN0IGRhdGFBc1N0cmluZyA9IEpTT04uc3RyaW5naWZ5KGRhdGEsIG51bGwsIDIpO1xuXG4gICAgLy8gRm9ybWF0IGRhdGEgYXMgVHlwZVNjcmlwdCBleHBvcnRcbiAgICBjb25zdCB0c0RhdGEgPSBgZXhwb3J0IGNvbnN0IE1hbmFnZWRQb2xpY2llcyA9ICR7ZGF0YUFzU3RyaW5nfTtcXG5gO1xuXG4gICAgLy8gV3JpdGUgZGF0YSB0byBmaWxlXG4gICAgZnMud3JpdGVGaWxlU3luYyhmaWxlbmFtZSwgdHNEYXRhLCAndXRmOCcpO1xuICB9IGNhdGNoIChlcnJvcikge1xuICAgIGNvbnNvbGUubG9nKGBFcnJvciB3cml0aW5nIHRvIGZpbGU6ICR7ZmlsZW5hbWV9YCk7XG4gICAgY29uc29sZS5lcnJvcihlcnJvcik7XG4gIH1cbn07XG5cbmFzeW5jIGZ1bmN0aW9uIHJ1bigpIHtcbiAgY29uc3QgY2xpZW50ID0gbmV3IElBTUNsaWVudCh7IHJlZ2lvbjogcmVnaW9uIH0pO1xuXG4gIGNvbnN0IHBhcmFtcyA9IHsgU2NvcGU6ICdBV1MnIGFzIFBvbGljeVNjb3BlVHlwZSB9O1xuICBjb25zdCBwYWdpbmF0b3IgPSBwYWdpbmF0ZUxpc3RQb2xpY2llcyh7IGNsaWVudCB9LCBwYXJhbXMpO1xuXG4gIGNvbnN0IHBvbGljaWVzOiB7IFtQb2xpY3lOYW1lOiBzdHJpbmddOiBDdXN0b21Qb2xpY3kgfSA9IHt9O1xuXG4gIGZvciBhd2FpdCAoY29uc3QgcGFnZSBvZiBwYWdpbmF0b3IpIHtcbiAgICBpZiAocGFnZS5Qb2xpY2llcykge1xuICAgICAgZm9yIChsZXQgcG9saWN5IG9mIHBhZ2UuUG9saWNpZXMpIHtcbiAgICAgICAgaWYgKHBvbGljeS5Bcm4gJiYgcG9saWN5LlBvbGljeU5hbWUpIHtcbiAgICAgICAgICBwb2xpY2llc1twb2xpY3kuUG9saWN5TmFtZV0gPSB7XG4gICAgICAgICAgICBQb2xpY3lOYW1lOiBwb2xpY3kuUG9saWN5TmFtZSxcbiAgICAgICAgICAgIEFybjogcG9saWN5LkFybixcbiAgICAgICAgICB9O1xuICAgICAgICB9XG4gICAgICB9XG4gICAgfVxuICB9XG5cbiAgd3JpdGVUb0ZpbGVBc1RzT2JqZWN0KHBvbGljaWVzLCBwYXRoLmpvaW4oX19kaXJuYW1lLCAnLi4nLCAnY29uc3RydWN0cycsICdNYW5hZ2VkUG9saWNpZXMudHMnKSk7XG59XG5cbnJ1bigpLmNhdGNoKGNvbnNvbGUuZXJyb3IpO1xuIl19
42
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZG93bmxvYWQtbWFuYWdlZC1wb2xpY2llcy1qc29uLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL2Jpbi9kb3dubG9hZC1tYW5hZ2VkLXBvbGljaWVzLWpzb24udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7QUFBQSx5QkFBeUI7QUFDekIsNkJBQTZCO0FBQzdCLG9EQUF1RjtBQUV2RixNQUFNLE1BQU0sR0FBRyxPQUFPLENBQUMsR0FBRyxDQUFDLE1BQU0sSUFBSSxXQUFXLENBQUM7QUFPakQsTUFBTSxxQkFBcUIsR0FBRyxDQUFDLElBQVMsRUFBRSxRQUFnQixFQUFFLEVBQUU7SUFDNUQsSUFBSSxDQUFDO1FBQ0gsOEJBQThCO1FBQzlCLE1BQU0sWUFBWSxHQUFHLElBQUksQ0FBQyxTQUFTLENBQUMsSUFBSSxFQUFFLElBQUksRUFBRSxDQUFDLENBQUMsQ0FBQztRQUVuRCxtQ0FBbUM7UUFDbkMsTUFBTSxNQUFNLEdBQUcsa0NBQWtDLFlBQVksS0FBSyxDQUFDO1FBRW5FLHFCQUFxQjtRQUNyQixFQUFFLENBQUMsYUFBYSxDQUFDLFFBQVEsRUFBRSxNQUFNLEVBQUUsTUFBTSxDQUFDLENBQUM7SUFDN0MsQ0FBQztJQUFDLE9BQU8sS0FBSyxFQUFFLENBQUM7UUFDZixPQUFPLENBQUMsR0FBRyxDQUFDLDBCQUEwQixRQUFRLEVBQUUsQ0FBQyxDQUFDO1FBQ2xELE9BQU8sQ0FBQyxLQUFLLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDdkIsQ0FBQztBQUNILENBQUMsQ0FBQztBQUVGLEtBQUssVUFBVSxHQUFHO0lBQ2hCLE1BQU0sTUFBTSxHQUFHLElBQUksc0JBQVMsQ0FBQyxFQUFFLE1BQU0sRUFBRSxNQUFNLEVBQUUsQ0FBQyxDQUFDO0lBRWpELE1BQU0sTUFBTSxHQUFHLEVBQUUsS0FBSyxFQUFFLEtBQXdCLEVBQUUsQ0FBQztJQUNuRCxNQUFNLFNBQVMsR0FBRyxJQUFBLGlDQUFvQixFQUFDLEVBQUUsTUFBTSxFQUFFLEVBQUUsTUFBTSxDQUFDLENBQUM7SUFFM0QsTUFBTSxRQUFRLEdBQTJDLEVBQUUsQ0FBQztJQUU1RCxJQUFJLEtBQUssRUFBRSxNQUFNLElBQUksSUFBSSxTQUFTLEVBQUUsQ0FBQztRQUNuQyxJQUFJLElBQUksQ0FBQyxRQUFRLEVBQUUsQ0FBQztZQUNsQixLQUFLLElBQUksTUFBTSxJQUFJLElBQUksQ0FBQyxRQUFRLEVBQUUsQ0FBQztnQkFDakMsSUFBSSxNQUFNLENBQUMsR0FBRyxJQUFJLE1BQU0sQ0FBQyxVQUFVLEVBQUUsQ0FBQztvQkFDcEMsUUFBUSxDQUFDLE1BQU0sQ0FBQyxVQUFVLENBQUMsR0FBRzt3QkFDNUIsVUFBVSxFQUFFLE1BQU0sQ0FBQyxVQUFVO3dCQUM3QixHQUFHLEVBQUUsTUFBTSxDQUFDLEdBQUc7cUJBQ2hCLENBQUM7Z0JBQ0osQ0FBQztZQUNILENBQUM7UUFDSCxDQUFDO0lBQ0gsQ0FBQztJQUNELE9BQU8sQ0FBQyxHQUFHLENBQUMseUJBQXlCLEVBQUUsTUFBTSxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsQ0FBQyxNQUFNLENBQUMsQ0FBQztJQUNyRSxxQkFBcUIsQ0FBQyxRQUFRLEVBQUUsSUFBSSxDQUFDLElBQUksQ0FBQyxLQUFLLEVBQUUsWUFBWSxFQUFFLG9CQUFvQixDQUFDLENBQUMsQ0FBQztBQUN4RixDQUFDO0FBRUQsR0FBRyxFQUFFLENBQUMsS0FBSyxDQUFDLE9BQU8sQ0FBQyxLQUFLLENBQUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCAqIGFzIGZzIGZyb20gJ2ZzJztcbmltcG9ydCAqIGFzIHBhdGggZnJvbSAncGF0aCc7XG5pbXBvcnQgeyBJQU1DbGllbnQsIHBhZ2luYXRlTGlzdFBvbGljaWVzLCBQb2xpY3lTY29wZVR5cGUgfSBmcm9tICdAYXdzLXNkay9jbGllbnQtaWFtJztcblxuY29uc3QgcmVnaW9uID0gcHJvY2Vzcy5lbnYucmVnaW9uIHx8ICd1cy1lYXN0LTInO1xuXG5pbnRlcmZhY2UgQ3VzdG9tUG9saWN5IHtcbiAgUG9saWN5TmFtZTogc3RyaW5nO1xuICBBcm46IHN0cmluZztcbn1cblxuY29uc3Qgd3JpdGVUb0ZpbGVBc1RzT2JqZWN0ID0gKGRhdGE6IGFueSwgZmlsZW5hbWU6IHN0cmluZykgPT4ge1xuICB0cnkge1xuICAgIC8vIENvbnZlcnQgYW4gb2JqZWN0IHRvIHN0cmluZ1xuICAgIGNvbnN0IGRhdGFBc1N0cmluZyA9IEpTT04uc3RyaW5naWZ5KGRhdGEsIG51bGwsIDIpO1xuXG4gICAgLy8gRm9ybWF0IGRhdGEgYXMgVHlwZVNjcmlwdCBleHBvcnRcbiAgICBjb25zdCB0c0RhdGEgPSBgZXhwb3J0IGNvbnN0IE1hbmFnZWRQb2xpY2llcyA9ICR7ZGF0YUFzU3RyaW5nfTtcXG5gO1xuXG4gICAgLy8gV3JpdGUgZGF0YSB0byBmaWxlXG4gICAgZnMud3JpdGVGaWxlU3luYyhmaWxlbmFtZSwgdHNEYXRhLCAndXRmOCcpO1xuICB9IGNhdGNoIChlcnJvcikge1xuICAgIGNvbnNvbGUubG9nKGBFcnJvciB3cml0aW5nIHRvIGZpbGU6ICR7ZmlsZW5hbWV9YCk7XG4gICAgY29uc29sZS5lcnJvcihlcnJvcik7XG4gIH1cbn07XG5cbmFzeW5jIGZ1bmN0aW9uIHJ1bigpIHtcbiAgY29uc3QgY2xpZW50ID0gbmV3IElBTUNsaWVudCh7IHJlZ2lvbjogcmVnaW9uIH0pO1xuXG4gIGNvbnN0IHBhcmFtcyA9IHsgU2NvcGU6ICdBV1MnIGFzIFBvbGljeVNjb3BlVHlwZSB9O1xuICBjb25zdCBwYWdpbmF0b3IgPSBwYWdpbmF0ZUxpc3RQb2xpY2llcyh7IGNsaWVudCB9LCBwYXJhbXMpO1xuXG4gIGNvbnN0IHBvbGljaWVzOiB7IFtQb2xpY3lOYW1lOiBzdHJpbmddOiBDdXN0b21Qb2xpY3kgfSA9IHt9O1xuXG4gIGZvciBhd2FpdCAoY29uc3QgcGFnZSBvZiBwYWdpbmF0b3IpIHtcbiAgICBpZiAocGFnZS5Qb2xpY2llcykge1xuICAgICAgZm9yIChsZXQgcG9saWN5IG9mIHBhZ2UuUG9saWNpZXMpIHtcbiAgICAgICAgaWYgKHBvbGljeS5Bcm4gJiYgcG9saWN5LlBvbGljeU5hbWUpIHtcbiAgICAgICAgICBwb2xpY2llc1twb2xpY3kuUG9saWN5TmFtZV0gPSB7XG4gICAgICAgICAgICBQb2xpY3lOYW1lOiBwb2xpY3kuUG9saWN5TmFtZSxcbiAgICAgICAgICAgIEFybjogcG9saWN5LkFybixcbiAgICAgICAgICB9O1xuICAgICAgICB9XG4gICAgICB9XG4gICAgfVxuICB9XG4gIGNvbnNvbGUubG9nKCdUb3RhbCBQb2xpY2llcyBGZXRjaGVkOicsIE9iamVjdC5rZXlzKHBvbGljaWVzKS5sZW5ndGgpO1xuICB3cml0ZVRvRmlsZUFzVHNPYmplY3QocG9saWNpZXMsIHBhdGguam9pbignc3JjJywgJ2NvbnN0cnVjdHMnLCAnTWFuYWdlZFBvbGljaWVzLnRzJykpO1xufVxuXG5ydW4oKS5jYXRjaChjb25zb2xlLmVycm9yKTtcbiJdfQ==
@@ -1816,6 +1816,7 @@ export declare const Actions: {
1816
1816
  BatchDeleteEvaluationJob: string;
1817
1817
  CallWithBearerToken: string;
1818
1818
  CancelAutomatedReasoningPolicyBuildWorkflow: string;
1819
+ CountTokens: string;
1819
1820
  CreateAgent: string;
1820
1821
  CreateAgentActionGroup: string;
1821
1822
  CreateAgentAlias: string;
@@ -2941,6 +2942,7 @@ export declare const Actions: {
2941
2942
  GetTemplate: string;
2942
2943
  GetTemplateSummary: string;
2943
2944
  ImportStacksToStackSet: string;
2945
+ ListAllHookResults: string;
2944
2946
  ListChangeSets: string;
2945
2947
  ListExports: string;
2946
2948
  ListGeneratedTemplates: string;
@@ -7709,10 +7711,12 @@ export declare const Actions: {
7709
7711
  UpdateProjectDataDelivery: string;
7710
7712
  };
7711
7713
  evs: {
7714
+ AssociateEipToVlan: string;
7712
7715
  CreateEnvironment: string;
7713
7716
  CreateEnvironmentHost: string;
7714
7717
  DeleteEnvironment: string;
7715
7718
  DeleteEnvironmentHost: string;
7719
+ DisassociateEipFromVlan: string;
7716
7720
  GetEnvironment: string;
7717
7721
  ListEnvironmentHosts: string;
7718
7722
  ListEnvironments: string;
@@ -9543,13 +9547,16 @@ export declare const Actions: {
9543
9547
  BatchGetInvoiceProfile: string;
9544
9548
  CreateInvoiceUnit: string;
9545
9549
  DeleteInvoiceUnit: string;
9550
+ GetInvoiceCorrection: string;
9546
9551
  GetInvoiceEmailDeliveryPreferences: string;
9547
9552
  GetInvoicePDF: string;
9548
9553
  GetInvoiceUnit: string;
9554
+ ListInvoiceCorrections: string;
9549
9555
  ListInvoiceSummaries: string;
9550
9556
  ListInvoiceUnits: string;
9551
9557
  ListTagsForResource: string;
9552
9558
  PutInvoiceEmailDeliveryPreferences: string;
9559
+ StartInvoiceCorrection: string;
9553
9560
  TagResource: string;
9554
9561
  UntagResource: string;
9555
9562
  UpdateInvoiceUnit: string;
@@ -13253,25 +13260,33 @@ export declare const Actions: {
13253
13260
  UpdateLink: string;
13254
13261
  };
13255
13262
  observabilityadmin: {
13263
+ CreateCentralizationRuleForOrganization: string;
13256
13264
  CreateTelemetryRule: string;
13257
13265
  CreateTelemetryRuleForOrganization: string;
13266
+ DeleteCentralizationRuleForOrganization: string;
13258
13267
  DeleteTelemetryRule: string;
13259
13268
  DeleteTelemetryRuleForOrganization: string;
13269
+ GetCentralizationRuleForOrganization: string;
13270
+ GetTelemetryEnrichmentStatus: string;
13260
13271
  GetTelemetryEvaluationStatus: string;
13261
13272
  GetTelemetryEvaluationStatusForOrganization: string;
13262
13273
  GetTelemetryRule: string;
13263
13274
  GetTelemetryRuleForOrganization: string;
13275
+ ListCentralizationRulesForOrganization: string;
13264
13276
  ListResourceTelemetry: string;
13265
13277
  ListResourceTelemetryForOrganization: string;
13266
13278
  ListTagsForResource: string;
13267
13279
  ListTelemetryRules: string;
13268
13280
  ListTelemetryRulesForOrganization: string;
13281
+ StartTelemetryEnrichment: string;
13269
13282
  StartTelemetryEvaluation: string;
13270
13283
  StartTelemetryEvaluationForOrganization: string;
13284
+ StopTelemetryEnrichment: string;
13271
13285
  StopTelemetryEvaluation: string;
13272
13286
  StopTelemetryEvaluationForOrganization: string;
13273
13287
  TagResource: string;
13274
13288
  UntagResource: string;
13289
+ UpdateCentralizationRuleForOrganization: string;
13275
13290
  UpdateTelemetryRule: string;
13276
13291
  UpdateTelemetryRuleForOrganization: string;
13277
13292
  };
@@ -18593,16 +18608,22 @@ export declare const Actions: {
18593
18608
  tax: {
18594
18609
  BatchDeleteTaxRegistration: string;
18595
18610
  BatchPutTaxRegistration: string;
18611
+ CancelDocument: string;
18612
+ CreateDocument: string;
18596
18613
  DeleteSupplementalTaxRegistration: string;
18597
18614
  DeleteTaxRegistration: string;
18615
+ GetDocument: string;
18616
+ GetDocumentUploadUrl: string;
18598
18617
  GetExemptions: string;
18599
18618
  GetTaxInfoReportingDocument: string;
18600
18619
  GetTaxInheritance: string;
18601
18620
  GetTaxInterview: string;
18602
18621
  GetTaxRegistration: string;
18603
18622
  GetTaxRegistrationDocument: string;
18623
+ ListDocuments: string;
18604
18624
  ListSupplementalTaxRegistrations: string;
18605
18625
  ListTaxRegistrations: string;
18626
+ ListWithholdingEligibleInvoices: string;
18606
18627
  PutSupplementalTaxRegistration: string;
18607
18628
  PutTaxInheritance: string;
18608
18629
  PutTaxInterview: string;
@@ -19547,6 +19568,7 @@ export declare const Actions: {
19547
19568
  RemoveAssistantAIAgent: string;
19548
19569
  RemoveKnowledgeBaseTemplateUri: string;
19549
19570
  RenderMessageTemplate: string;
19571
+ Retrieve: string;
19550
19572
  SearchContent: string;
19551
19573
  SearchMessageTemplates: string;
19552
19574
  SearchQuickResponses: string;
@@ -19935,7 +19957,6 @@ export declare const Actions: {
19935
19957
  DescribeCustomWorkspaceImageImport: string;
19936
19958
  DescribeImageAssociations: string;
19937
19959
  DescribeIpGroups: string;
19938
- DescribeRootClientCertificates: string;
19939
19960
  DescribeTags: string;
19940
19961
  DescribeWorkspaceAssociations: string;
19941
19962
  DescribeWorkspaceBundles: string;