@jjrawlins/cdk-iam-policy-builder-helper 0.0.79 → 0.0.81

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 (313) hide show
  1. package/.jsii +3 -3
  2. package/cdkiampolicybuilderhelper/go.mod +1 -1
  3. package/cdkiampolicybuilderhelper/jsii/jsii.go +2 -2
  4. package/cdkiampolicybuilderhelper/version +1 -1
  5. package/lib/constructs/Actions.d.ts +45 -0
  6. package/lib/constructs/Actions.js +46 -1
  7. package/lib/constructs/ManagedPolicies.d.ts +4 -0
  8. package/lib/constructs/ManagedPolicies.js +5 -1
  9. package/methods_list.txt +43 -0
  10. package/node_modules/@aws-sdk/client-iam/dist-cjs/index.js +3367 -10560
  11. package/node_modules/@aws-sdk/client-iam/dist-cjs/runtimeConfig.shared.js +7 -0
  12. package/node_modules/@aws-sdk/client-iam/dist-es/IAMClient.js +2 -0
  13. package/node_modules/@aws-sdk/client-iam/dist-es/commands/AddClientIDToOpenIDConnectProviderCommand.js +3 -9
  14. package/node_modules/@aws-sdk/client-iam/dist-es/commands/AddRoleToInstanceProfileCommand.js +3 -9
  15. package/node_modules/@aws-sdk/client-iam/dist-es/commands/AddUserToGroupCommand.js +3 -9
  16. package/node_modules/@aws-sdk/client-iam/dist-es/commands/AttachGroupPolicyCommand.js +3 -9
  17. package/node_modules/@aws-sdk/client-iam/dist-es/commands/AttachRolePolicyCommand.js +3 -9
  18. package/node_modules/@aws-sdk/client-iam/dist-es/commands/AttachUserPolicyCommand.js +3 -9
  19. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ChangePasswordCommand.js +3 -10
  20. package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateAccessKeyCommand.js +3 -10
  21. package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateAccountAliasCommand.js +3 -9
  22. package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateDelegationRequestCommand.js +3 -9
  23. package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateGroupCommand.js +3 -9
  24. package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateInstanceProfileCommand.js +3 -9
  25. package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateLoginProfileCommand.js +3 -10
  26. package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateOpenIDConnectProviderCommand.js +3 -9
  27. package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreatePolicyCommand.js +3 -9
  28. package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreatePolicyVersionCommand.js +3 -9
  29. package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateRoleCommand.js +3 -9
  30. package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateSAMLProviderCommand.js +3 -10
  31. package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateServiceLinkedRoleCommand.js +3 -9
  32. package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateServiceSpecificCredentialCommand.js +3 -10
  33. package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateUserCommand.js +3 -9
  34. package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateVirtualMFADeviceCommand.js +3 -10
  35. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeactivateMFADeviceCommand.js +3 -9
  36. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteAccessKeyCommand.js +3 -9
  37. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteAccountAliasCommand.js +3 -9
  38. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteAccountPasswordPolicyCommand.js +3 -9
  39. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteGroupCommand.js +3 -9
  40. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteGroupPolicyCommand.js +3 -9
  41. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteInstanceProfileCommand.js +3 -9
  42. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteLoginProfileCommand.js +3 -9
  43. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteOpenIDConnectProviderCommand.js +3 -9
  44. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeletePolicyCommand.js +3 -9
  45. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeletePolicyVersionCommand.js +3 -9
  46. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteRoleCommand.js +3 -9
  47. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteRolePermissionsBoundaryCommand.js +3 -9
  48. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteRolePolicyCommand.js +3 -9
  49. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteSAMLProviderCommand.js +3 -9
  50. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteSSHPublicKeyCommand.js +3 -9
  51. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteServerCertificateCommand.js +3 -9
  52. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteServiceLinkedRoleCommand.js +3 -9
  53. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteServiceSpecificCredentialCommand.js +3 -9
  54. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteSigningCertificateCommand.js +3 -9
  55. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteUserCommand.js +3 -9
  56. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteUserPermissionsBoundaryCommand.js +3 -9
  57. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteUserPolicyCommand.js +3 -9
  58. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteVirtualMFADeviceCommand.js +3 -9
  59. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DetachGroupPolicyCommand.js +3 -9
  60. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DetachRolePolicyCommand.js +3 -9
  61. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DetachUserPolicyCommand.js +3 -9
  62. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DisableOrganizationsRootCredentialsManagementCommand.js +3 -9
  63. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DisableOrganizationsRootSessionsCommand.js +3 -9
  64. package/node_modules/@aws-sdk/client-iam/dist-es/commands/EnableMFADeviceCommand.js +3 -9
  65. package/node_modules/@aws-sdk/client-iam/dist-es/commands/EnableOrganizationsRootCredentialsManagementCommand.js +3 -9
  66. package/node_modules/@aws-sdk/client-iam/dist-es/commands/EnableOrganizationsRootSessionsCommand.js +3 -9
  67. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GenerateCredentialReportCommand.js +3 -9
  68. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GenerateOrganizationsAccessReportCommand.js +3 -9
  69. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GenerateServiceLastAccessedDetailsCommand.js +3 -9
  70. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetAccessKeyLastUsedCommand.js +3 -9
  71. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetAccountAuthorizationDetailsCommand.js +3 -9
  72. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetAccountPasswordPolicyCommand.js +3 -9
  73. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetAccountSummaryCommand.js +3 -9
  74. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetContextKeysForCustomPolicyCommand.js +3 -9
  75. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetContextKeysForPrincipalPolicyCommand.js +3 -9
  76. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetCredentialReportCommand.js +3 -9
  77. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetGroupCommand.js +3 -9
  78. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetGroupPolicyCommand.js +3 -9
  79. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetInstanceProfileCommand.js +3 -9
  80. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetLoginProfileCommand.js +3 -9
  81. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetMFADeviceCommand.js +3 -9
  82. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetOpenIDConnectProviderCommand.js +3 -9
  83. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetOrganizationsAccessReportCommand.js +3 -9
  84. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetPolicyCommand.js +3 -9
  85. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetPolicyVersionCommand.js +3 -9
  86. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetRoleCommand.js +3 -9
  87. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetRolePolicyCommand.js +3 -9
  88. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetSAMLProviderCommand.js +3 -9
  89. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetSSHPublicKeyCommand.js +3 -9
  90. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetServerCertificateCommand.js +3 -9
  91. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetServiceLastAccessedDetailsCommand.js +3 -9
  92. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.js +3 -9
  93. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetServiceLinkedRoleDeletionStatusCommand.js +3 -9
  94. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetUserCommand.js +3 -9
  95. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetUserPolicyCommand.js +3 -9
  96. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListAccessKeysCommand.js +3 -9
  97. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListAccountAliasesCommand.js +3 -9
  98. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListAttachedGroupPoliciesCommand.js +3 -9
  99. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListAttachedRolePoliciesCommand.js +3 -9
  100. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListAttachedUserPoliciesCommand.js +3 -9
  101. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListEntitiesForPolicyCommand.js +3 -9
  102. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListGroupPoliciesCommand.js +3 -9
  103. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListGroupsCommand.js +3 -9
  104. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListGroupsForUserCommand.js +3 -9
  105. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListInstanceProfileTagsCommand.js +3 -9
  106. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListInstanceProfilesCommand.js +3 -9
  107. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListInstanceProfilesForRoleCommand.js +3 -9
  108. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListMFADeviceTagsCommand.js +3 -9
  109. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListMFADevicesCommand.js +3 -9
  110. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListOpenIDConnectProviderTagsCommand.js +3 -9
  111. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListOpenIDConnectProvidersCommand.js +3 -9
  112. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListOrganizationsFeaturesCommand.js +3 -9
  113. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListPoliciesCommand.js +3 -9
  114. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListPoliciesGrantingServiceAccessCommand.js +3 -9
  115. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListPolicyTagsCommand.js +3 -9
  116. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListPolicyVersionsCommand.js +3 -9
  117. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListRolePoliciesCommand.js +3 -9
  118. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListRoleTagsCommand.js +3 -9
  119. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListRolesCommand.js +3 -9
  120. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListSAMLProviderTagsCommand.js +3 -9
  121. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListSAMLProvidersCommand.js +3 -9
  122. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListSSHPublicKeysCommand.js +3 -9
  123. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListServerCertificateTagsCommand.js +3 -9
  124. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListServerCertificatesCommand.js +3 -9
  125. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListServiceSpecificCredentialsCommand.js +3 -9
  126. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListSigningCertificatesCommand.js +3 -9
  127. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListUserPoliciesCommand.js +3 -9
  128. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListUserTagsCommand.js +3 -9
  129. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListUsersCommand.js +3 -9
  130. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListVirtualMFADevicesCommand.js +3 -10
  131. package/node_modules/@aws-sdk/client-iam/dist-es/commands/PutGroupPolicyCommand.js +3 -9
  132. package/node_modules/@aws-sdk/client-iam/dist-es/commands/PutRolePermissionsBoundaryCommand.js +3 -9
  133. package/node_modules/@aws-sdk/client-iam/dist-es/commands/PutRolePolicyCommand.js +3 -9
  134. package/node_modules/@aws-sdk/client-iam/dist-es/commands/PutUserPermissionsBoundaryCommand.js +3 -9
  135. package/node_modules/@aws-sdk/client-iam/dist-es/commands/PutUserPolicyCommand.js +3 -9
  136. package/node_modules/@aws-sdk/client-iam/dist-es/commands/RemoveClientIDFromOpenIDConnectProviderCommand.js +3 -9
  137. package/node_modules/@aws-sdk/client-iam/dist-es/commands/RemoveRoleFromInstanceProfileCommand.js +3 -9
  138. package/node_modules/@aws-sdk/client-iam/dist-es/commands/RemoveUserFromGroupCommand.js +3 -9
  139. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ResetServiceSpecificCredentialCommand.js +3 -10
  140. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ResyncMFADeviceCommand.js +3 -9
  141. package/node_modules/@aws-sdk/client-iam/dist-es/commands/SetDefaultPolicyVersionCommand.js +3 -9
  142. package/node_modules/@aws-sdk/client-iam/dist-es/commands/SetSecurityTokenServicePreferencesCommand.js +3 -9
  143. package/node_modules/@aws-sdk/client-iam/dist-es/commands/SimulateCustomPolicyCommand.js +3 -9
  144. package/node_modules/@aws-sdk/client-iam/dist-es/commands/SimulatePrincipalPolicyCommand.js +3 -9
  145. package/node_modules/@aws-sdk/client-iam/dist-es/commands/TagInstanceProfileCommand.js +3 -9
  146. package/node_modules/@aws-sdk/client-iam/dist-es/commands/TagMFADeviceCommand.js +3 -9
  147. package/node_modules/@aws-sdk/client-iam/dist-es/commands/TagOpenIDConnectProviderCommand.js +3 -9
  148. package/node_modules/@aws-sdk/client-iam/dist-es/commands/TagPolicyCommand.js +3 -9
  149. package/node_modules/@aws-sdk/client-iam/dist-es/commands/TagRoleCommand.js +3 -9
  150. package/node_modules/@aws-sdk/client-iam/dist-es/commands/TagSAMLProviderCommand.js +3 -9
  151. package/node_modules/@aws-sdk/client-iam/dist-es/commands/TagServerCertificateCommand.js +3 -9
  152. package/node_modules/@aws-sdk/client-iam/dist-es/commands/TagUserCommand.js +3 -9
  153. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UntagInstanceProfileCommand.js +3 -9
  154. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UntagMFADeviceCommand.js +3 -9
  155. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UntagOpenIDConnectProviderCommand.js +3 -9
  156. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UntagPolicyCommand.js +3 -9
  157. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UntagRoleCommand.js +3 -9
  158. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UntagSAMLProviderCommand.js +3 -9
  159. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UntagServerCertificateCommand.js +3 -9
  160. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UntagUserCommand.js +3 -9
  161. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateAccessKeyCommand.js +3 -9
  162. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateAccountPasswordPolicyCommand.js +3 -9
  163. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateAssumeRolePolicyCommand.js +3 -9
  164. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateGroupCommand.js +3 -9
  165. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateLoginProfileCommand.js +3 -10
  166. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateOpenIDConnectProviderThumbprintCommand.js +3 -9
  167. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateRoleCommand.js +3 -9
  168. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateRoleDescriptionCommand.js +3 -9
  169. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateSAMLProviderCommand.js +3 -10
  170. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateSSHPublicKeyCommand.js +3 -9
  171. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateServerCertificateCommand.js +3 -9
  172. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateServiceSpecificCredentialCommand.js +3 -9
  173. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateSigningCertificateCommand.js +3 -9
  174. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateUserCommand.js +3 -9
  175. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UploadSSHPublicKeyCommand.js +3 -9
  176. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UploadServerCertificateCommand.js +3 -10
  177. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UploadSigningCertificateCommand.js +3 -9
  178. package/node_modules/@aws-sdk/client-iam/dist-es/models/models_0.js +0 -54
  179. package/node_modules/@aws-sdk/client-iam/dist-es/models/models_1.js +0 -13
  180. package/node_modules/@aws-sdk/client-iam/dist-es/runtimeConfig.shared.js +7 -0
  181. package/node_modules/@aws-sdk/client-iam/dist-es/schemas/schemas_0.js +3353 -0
  182. package/node_modules/@aws-sdk/client-iam/dist-types/IAMClient.d.ts +10 -1
  183. package/node_modules/@aws-sdk/client-iam/dist-types/models/models_0.d.ts +0 -44
  184. package/node_modules/@aws-sdk/client-iam/dist-types/models/models_1.d.ts +0 -12
  185. package/node_modules/@aws-sdk/client-iam/dist-types/runtimeConfig.browser.d.ts +1 -0
  186. package/node_modules/@aws-sdk/client-iam/dist-types/runtimeConfig.d.ts +1 -0
  187. package/node_modules/@aws-sdk/client-iam/dist-types/runtimeConfig.native.d.ts +1 -0
  188. package/node_modules/@aws-sdk/client-iam/dist-types/runtimeConfig.shared.d.ts +1 -0
  189. package/node_modules/@aws-sdk/client-iam/dist-types/schemas/schemas_0.d.ts +568 -0
  190. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/IAMClient.d.ts +4 -0
  191. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_0.d.ts +0 -31
  192. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_1.d.ts +0 -9
  193. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  194. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  195. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  196. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  197. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/schemas/schemas_0.d.ts +574 -0
  198. package/node_modules/@aws-sdk/client-iam/package.json +34 -34
  199. package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +277 -270
  200. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +2 -0
  201. package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +2 -0
  202. package/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +3 -10
  203. package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +3 -10
  204. package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +3 -10
  205. package/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +3 -10
  206. package/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +0 -26
  207. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +2 -0
  208. package/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +265 -0
  209. package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +10 -1
  210. package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -24
  211. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +1 -0
  212. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +1 -0
  213. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +1 -0
  214. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +1 -0
  215. package/node_modules/@aws-sdk/client-sso/dist-types/schemas/schemas_0.d.ts +26 -0
  216. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +4 -0
  217. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -18
  218. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  219. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  220. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  221. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  222. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/schemas/schemas_0.d.ts +32 -0
  223. package/node_modules/@aws-sdk/client-sso/package.json +32 -32
  224. package/node_modules/@aws-sdk/core/package.json +11 -11
  225. package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  226. package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
  227. package/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
  228. package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
  229. package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
  230. package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
  231. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +7 -7
  232. package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  233. package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  234. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  235. package/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
  236. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +246 -310
  237. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +2 -0
  238. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +2 -0
  239. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +207 -548
  240. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +7 -0
  241. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +2 -0
  242. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +3 -10
  243. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +0 -13
  244. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +2 -0
  245. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +211 -0
  246. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +2 -0
  247. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +3 -10
  248. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +3 -10
  249. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js +0 -17
  250. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +7 -0
  251. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +214 -0
  252. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +10 -1
  253. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +0 -8
  254. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +1 -0
  255. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +1 -0
  256. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +1 -0
  257. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +1 -0
  258. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +23 -0
  259. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +10 -1
  260. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +2 -2
  261. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +4 -3
  262. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +8 -24
  263. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +1 -0
  264. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +1 -0
  265. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +1 -0
  266. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +1 -0
  267. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/schemas/schemas_0.d.ts +26 -0
  268. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +4 -0
  269. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +0 -6
  270. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +4 -0
  271. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +4 -0
  272. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +4 -0
  273. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +4 -0
  274. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +28 -0
  275. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +4 -0
  276. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +0 -10
  277. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +4 -0
  278. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +4 -0
  279. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +4 -0
  280. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +4 -0
  281. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +32 -0
  282. package/node_modules/@aws-sdk/nested-clients/package.json +32 -32
  283. package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
  284. package/node_modules/@aws-sdk/token-providers/package.json +7 -7
  285. package/node_modules/@aws-sdk/types/package.json +2 -2
  286. package/node_modules/@aws-sdk/util-endpoints/package.json +5 -5
  287. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  288. package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
  289. package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
  290. package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +43 -2
  291. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +7 -2
  292. package/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +44 -3
  293. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +1 -1
  294. package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/ToStringShapeSerializer.js +7 -2
  295. package/node_modules/@smithy/core/package.json +1 -1
  296. package/node_modules/@smithy/middleware-endpoint/package.json +2 -2
  297. package/node_modules/@smithy/middleware-retry/package.json +2 -2
  298. package/node_modules/@smithy/smithy-client/package.json +3 -3
  299. package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  300. package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  301. package/package.json +3 -3
  302. package/node_modules/@aws-sdk/client-iam/dist-es/protocols/Aws_query.js +0 -9630
  303. package/node_modules/@aws-sdk/client-iam/dist-types/protocols/Aws_query.d.ts +0 -1487
  304. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -1985
  305. package/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +0 -210
  306. package/node_modules/@aws-sdk/client-sso/dist-types/protocols/Aws_restJson1.d.ts +0 -38
  307. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -53
  308. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/protocols/Aws_restJson1.js +0 -257
  309. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/protocols/Aws_query.js +0 -528
  310. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +0 -11
  311. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/protocols/Aws_query.d.ts +0 -20
  312. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +0 -17
  313. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/protocols/Aws_query.d.ts +0 -29
package/.jsii CHANGED
@@ -7,7 +7,7 @@
7
7
  ]
8
8
  },
9
9
  "bundled": {
10
- "@aws-sdk/client-iam": "^3.928.0",
10
+ "@aws-sdk/client-iam": "^3.930.0",
11
11
  "axios": "^1.8.2",
12
12
  "jsonc-parser": "^3.3.1"
13
13
  },
@@ -3526,6 +3526,6 @@
3526
3526
  }
3527
3527
  },
3528
3528
  "types": {},
3529
- "version": "0.0.79",
3530
- "fingerprint": "+tjtICDf+Pzcd0YWaj5ejUMuwNGMXB24qTxBT30PvfE="
3529
+ "version": "0.0.81",
3530
+ "fingerprint": "mFJmNK8oI7d00sjGPayXRL68TY6hX9e0Z9FhfBa149E="
3531
3531
  }
@@ -3,7 +3,7 @@ module github.com/jaysonrawlins/cdk-iam-policy-builder-helper/cdkiampolicybuilde
3
3
  go 1.23
4
4
 
5
5
  require (
6
- github.com/aws/jsii-runtime-go v1.118.0
6
+ github.com/aws/jsii-runtime-go v1.119.0
7
7
  github.com/aws/aws-cdk-go/awscdk/v2 v2.85.0
8
8
  github.com/aws/constructs-go/constructs/v10 v10.0.5
9
9
  github.com/cdklabs/awscdk-asset-awscli-go/awscliv1/v2 v2.2.257 // indirect
@@ -13,7 +13,7 @@ import (
13
13
  constructs "github.com/aws/constructs-go/constructs/v10/jsii"
14
14
  )
15
15
 
16
- //go:embed jjrawlins-cdk-iam-policy-builder-helper-0.0.78.tgz
16
+ //go:embed jjrawlins-cdk-iam-policy-builder-helper-0.0.80.tgz
17
17
  var tarball []byte
18
18
 
19
19
  // Initialize loads the necessary packages in the @jsii/kernel to support the enclosing module.
@@ -24,5 +24,5 @@ func Initialize() {
24
24
  constructs.Initialize()
25
25
 
26
26
  // Load this library into the kernel
27
- _jsii_.Load("@jjrawlins/cdk-iam-policy-builder-helper", "0.0.78", tarball)
27
+ _jsii_.Load("@jjrawlins/cdk-iam-policy-builder-helper", "0.0.80", tarball)
28
28
  }
@@ -1 +1 @@
1
- 0.0.78
1
+ 0.0.80
@@ -4608,6 +4608,7 @@ export declare const Actions: {
4608
4608
  SearchVocabularies: string;
4609
4609
  SendChatIntegrationEvent: string;
4610
4610
  SendIntegrationEvent: string;
4611
+ SendOutboundChatMessage: string;
4611
4612
  SendOutboundEmail: string;
4612
4613
  StartAttachedFileUpload: string;
4613
4614
  StartChatContact: string;
@@ -4985,6 +4986,10 @@ export declare const Actions: {
4985
4986
  AssociateEnvironmentRole: string;
4986
4987
  AssociateGovernedTerms: string;
4987
4988
  BatchDeleteLinkedTypes: string;
4989
+ BatchGetAttributesMetadata: string;
4990
+ BatchGetCell: string;
4991
+ BatchGetCellRun: string;
4992
+ BatchPutAttributesMetadata: string;
4988
4993
  BatchPutLinkedTypes: string;
4989
4994
  CancelMetadataGenerationRun: string;
4990
4995
  CancelSubscription: string;
@@ -4993,6 +4998,8 @@ export declare const Actions: {
4993
4998
  CreateAssetFilter: string;
4994
4999
  CreateAssetRevision: string;
4995
5000
  CreateAssetType: string;
5001
+ CreateCell: string;
5002
+ CreateCellRun: string;
4996
5003
  CreateConnection: string;
4997
5004
  CreateDataProduct: string;
4998
5005
  CreateDataProductRevision: string;
@@ -5008,6 +5015,7 @@ export declare const Actions: {
5008
5015
  CreateGlossaryTerm: string;
5009
5016
  CreateGroupProfile: string;
5010
5017
  CreateListingChangeSet: string;
5018
+ CreateNotebook: string;
5011
5019
  CreateProject: string;
5012
5020
  CreateProjectMembership: string;
5013
5021
  CreateProjectProfile: string;
@@ -5020,6 +5028,8 @@ export declare const Actions: {
5020
5028
  DeleteAsset: string;
5021
5029
  DeleteAssetFilter: string;
5022
5030
  DeleteAssetType: string;
5031
+ DeleteCell: string;
5032
+ DeleteCellRun: string;
5023
5033
  DeleteConnection: string;
5024
5034
  DeleteDataProduct: string;
5025
5035
  DeleteDataSource: string;
@@ -5035,6 +5045,7 @@ export declare const Actions: {
5035
5045
  DeleteGlossary: string;
5036
5046
  DeleteGlossaryTerm: string;
5037
5047
  DeleteListing: string;
5048
+ DeleteNotebook: string;
5038
5049
  DeleteProject: string;
5039
5050
  DeleteProjectMembership: string;
5040
5051
  DeleteProjectProfile: string;
@@ -5045,11 +5056,16 @@ export declare const Actions: {
5045
5056
  DeleteTimeSeriesDataPoints: string;
5046
5057
  DisassociateEnvironmentRole: string;
5047
5058
  DisassociateGovernedTerms: string;
5059
+ GenerateCode: string;
5048
5060
  GetAccountPool: string;
5049
5061
  GetAsset: string;
5050
5062
  GetAssetFilter: string;
5051
5063
  GetAssetType: string;
5064
+ GetCell: string;
5065
+ GetCellRun: string;
5066
+ GetCellRunResult: string;
5052
5067
  GetConnection: string;
5068
+ GetConversation: string;
5053
5069
  GetDataProduct: string;
5054
5070
  GetDataSource: string;
5055
5071
  GetDataSourceRun: string;
@@ -5074,6 +5090,8 @@ export declare const Actions: {
5074
5090
  GetLineageNode: string;
5075
5091
  GetListing: string;
5076
5092
  GetMetadataGenerationRun: string;
5093
+ GetNotebook: string;
5094
+ GetNotebookCompute: string;
5077
5095
  GetProject: string;
5078
5096
  GetProjectProfile: string;
5079
5097
  GetRule: string;
@@ -5090,7 +5108,9 @@ export declare const Actions: {
5090
5108
  ListAccountsInAccountPool: string;
5091
5109
  ListAssetFilters: string;
5092
5110
  ListAssetRevisions: string;
5111
+ ListCellRuns: string;
5093
5112
  ListConnections: string;
5113
+ ListConversations: string;
5094
5114
  ListDataProductRevisions: string;
5095
5115
  ListDataSourceRunActivities: string;
5096
5116
  ListDataSourceRuns: string;
@@ -5110,6 +5130,7 @@ export declare const Actions: {
5110
5130
  ListLineageNodeHistory: string;
5111
5131
  ListLinkedTypes: string;
5112
5132
  ListMetadataGenerationRuns: string;
5133
+ ListNotebooks: string;
5113
5134
  ListNotifications: string;
5114
5135
  ListPolicyGrants: string;
5115
5136
  ListProjectMemberships: string;
@@ -5126,6 +5147,7 @@ export declare const Actions: {
5126
5147
  PostLineageEvent: string;
5127
5148
  PostTimeSeriesDataPoints: string;
5128
5149
  ProvisionDomain: string;
5150
+ PutCellRunResult: string;
5129
5151
  PutDomainSharingPolicy: string;
5130
5152
  PutEnvironmentBlueprintConfiguration: string;
5131
5153
  RefreshToken: string;
@@ -5140,16 +5162,22 @@ export declare const Actions: {
5140
5162
  SearchRules: string;
5141
5163
  SearchTypes: string;
5142
5164
  SearchUserProfiles: string;
5165
+ SendMessage: string;
5143
5166
  SsoLogin: string;
5144
5167
  SsoLogout: string;
5145
5168
  StartAccountBootstrapAction: string;
5169
+ StartConversation: string;
5146
5170
  StartDataSourceRun: string;
5147
5171
  StartMetadataGenerationRun: string;
5172
+ StartNotebookCompute: string;
5148
5173
  StopMetadataGenerationRun: string;
5174
+ StopNotebookCompute: string;
5149
5175
  TagResource: string;
5150
5176
  UntagResource: string;
5151
5177
  UpdateAccountPool: string;
5152
5178
  UpdateAssetFilter: string;
5179
+ UpdateCell: string;
5180
+ UpdateCellRun: string;
5153
5181
  UpdateConnection: string;
5154
5182
  UpdateDataSource: string;
5155
5183
  UpdateDataSourceRunActivities: string;
@@ -5164,6 +5192,7 @@ export declare const Actions: {
5164
5192
  UpdateGlossary: string;
5165
5193
  UpdateGlossaryTerm: string;
5166
5194
  UpdateGroupProfile: string;
5195
+ UpdateNotebook: string;
5167
5196
  UpdateProject: string;
5168
5197
  UpdateProjectProfile: string;
5169
5198
  UpdateRule: string;
@@ -5673,6 +5702,8 @@ export declare const Actions: {
5673
5702
  ApplyPendingMaintenanceAction: string;
5674
5703
  AssociateExtensionPack: string;
5675
5704
  BatchStartRecommendations: string;
5705
+ CancelMetadataModelConversion: string;
5706
+ CancelMetadataModelCreation: string;
5676
5707
  CancelReplicationTaskAssessmentRun: string;
5677
5708
  CreateDataMigration: string;
5678
5709
  CreateDataProvider: string;
@@ -5718,6 +5749,9 @@ export declare const Actions: {
5718
5749
  DescribeFleetAdvisorLsaAnalysis: string;
5719
5750
  DescribeFleetAdvisorSchemaObjectSummary: string;
5720
5751
  DescribeFleetAdvisorSchemas: string;
5752
+ DescribeMetadataModel: string;
5753
+ DescribeMetadataModelChildren: string;
5754
+ DescribeMetadataModelCreations: string;
5721
5755
  DescribeMetadataModelImports: string;
5722
5756
  DescribeOrderableReplicationInstances: string;
5723
5757
  DescribePendingMaintenanceActions: string;
@@ -5737,6 +5771,7 @@ export declare const Actions: {
5737
5771
  DescribeSchemas: string;
5738
5772
  DescribeTableStatistics: string;
5739
5773
  ExportMetadataModelAssessment: string;
5774
+ GetTargetSelectionRules: string;
5740
5775
  ImportCertificate: string;
5741
5776
  ListDataProviders: string;
5742
5777
  ListExtensionPacks: string;
@@ -5766,6 +5801,7 @@ export declare const Actions: {
5766
5801
  StartDataMigration: string;
5767
5802
  StartMetadataModelAssessment: string;
5768
5803
  StartMetadataModelConversion: string;
5804
+ StartMetadataModelCreation: string;
5769
5805
  StartMetadataModelExportAsScripts: string;
5770
5806
  StartMetadataModelExportToTarget: string;
5771
5807
  StartMetadataModelImport: string;
@@ -8956,6 +8992,7 @@ export declare const Actions: {
8956
8992
  DescribeContact: string;
8957
8993
  DescribeEphemeris: string;
8958
8994
  GetAgentConfiguration: string;
8995
+ GetAgentTaskResponseUrl: string;
8959
8996
  GetConfig: string;
8960
8997
  GetDataflowEndpointGroup: string;
8961
8998
  GetMinuteUsage: string;
@@ -16399,6 +16436,11 @@ export declare const Actions: {
16399
16436
  UpdateRegisteredModel: string;
16400
16437
  UpdateRun: string;
16401
16438
  };
16439
+ 'sagemaker-unified-studio-mcp': {
16440
+ CallPrivilegedTool: string;
16441
+ CallReadOnlyTool: string;
16442
+ InvokeMcp: string;
16443
+ };
16402
16444
  sagemaker: {
16403
16445
  AddAssociation: string;
16404
16446
  AddTags: string;
@@ -18652,10 +18694,13 @@ export declare const Actions: {
18652
18694
  InitiateCallForCase: string;
18653
18695
  InitiateChatForCase: string;
18654
18696
  InitiateLiveContactForCase: string;
18697
+ ListInteractionEntries: string;
18698
+ ListInteractions: string;
18655
18699
  PutCaseAttributes: string;
18656
18700
  RateCaseCommunication: string;
18657
18701
  RefreshTrustedAdvisorCheck: string;
18658
18702
  ResolveCase: string;
18703
+ ResolveInteraction: string;
18659
18704
  SearchForCases: string;
18660
18705
  StartInteraction: string;
18661
18706
  UpdateCaseSeverity: string;