Skip to content

Commit b15a76d

Browse files
chore: update AWS IAM actions [automated]
1 parent 7e9ba33 commit b15a76d

2 files changed

Lines changed: 12 additions & 22 deletions

File tree

aws-iam-actions.json

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -229,9 +229,12 @@
229229
"aidevops:CreateChat",
230230
"aidevops:CreateKnowledgeItem",
231231
"aidevops:CreateOneTimeLoginSession",
232+
"aidevops:CreatePrivateConnection",
232233
"aidevops:DeleteAgentSpace",
233234
"aidevops:DeleteKnowledgeItem",
235+
"aidevops:DeletePrivateConnection",
234236
"aidevops:DeregisterService",
237+
"aidevops:DescribePrivateConnection",
235238
"aidevops:DescribeSupportLevel",
236239
"aidevops:DisableOperatorApp",
237240
"aidevops:DisassociateService",
@@ -257,6 +260,7 @@
257260
"aidevops:ListKnowledgeItemVersions",
258261
"aidevops:ListKnowledgeItems",
259262
"aidevops:ListPendingMessages",
263+
"aidevops:ListPrivateConnections",
260264
"aidevops:ListRecommendations",
261265
"aidevops:ListServices",
262266
"aidevops:ListTagsForResource",
@@ -272,6 +276,7 @@
272276
"aidevops:UpdateGoal",
273277
"aidevops:UpdateKnowledgeItem",
274278
"aidevops:UpdateOperatorAppIdpConfig",
279+
"aidevops:UpdatePrivateConnectionCertificate",
275280
"aidevops:UpdateRecommendation",
276281
"aidevops:ValidateAwsAssociations",
277282
"aiops:CreateInvestigation",
@@ -11195,6 +11200,7 @@
1119511200
"kms:GenerateDataKeyWithoutPlaintext",
1119611201
"kms:GenerateMac",
1119711202
"kms:GenerateRandom",
11203+
"kms:GetKeyLastUsage",
1119811204
"kms:GetKeyPolicy",
1119911205
"kms:GetKeyRotationStatus",
1120011206
"kms:GetParametersForImport",
@@ -19555,9 +19561,6 @@
1955519561
"translate:UntagResource",
1955619562
"translate:UpdateParallelData",
1955719563
"trustedadvisor:BatchUpdateRecommendationResourceExclusion",
19558-
"trustedadvisor:CreateEngagement",
19559-
"trustedadvisor:CreateEngagementAttachment",
19560-
"trustedadvisor:CreateEngagementCommunication",
1956119564
"trustedadvisor:DeleteNotificationConfigurationForDelegatedAdmin",
1956219565
"trustedadvisor:DescribeAccount",
1956319566
"trustedadvisor:DescribeAccountAccess",
@@ -19578,17 +19581,11 @@
1957819581
"trustedadvisor:DownloadRisk",
1957919582
"trustedadvisor:ExcludeCheckItems",
1958019583
"trustedadvisor:GenerateReport",
19581-
"trustedadvisor:GetEngagement",
19582-
"trustedadvisor:GetEngagementAttachment",
19583-
"trustedadvisor:GetEngagementType",
1958419584
"trustedadvisor:GetOrganizationRecommendation",
1958519585
"trustedadvisor:GetRecommendation",
1958619586
"trustedadvisor:IncludeCheckItems",
1958719587
"trustedadvisor:ListAccountsForParent",
1958819588
"trustedadvisor:ListChecks",
19589-
"trustedadvisor:ListEngagementCommunications",
19590-
"trustedadvisor:ListEngagementTypes",
19591-
"trustedadvisor:ListEngagements",
1959219589
"trustedadvisor:ListOrganizationRecommendationAccounts",
1959319590
"trustedadvisor:ListOrganizationRecommendationResources",
1959419591
"trustedadvisor:ListOrganizationRecommendations",
@@ -19599,8 +19596,6 @@
1959919596
"trustedadvisor:RefreshCheck",
1960019597
"trustedadvisor:SetAccountAccess",
1960119598
"trustedadvisor:SetOrganizationAccess",
19602-
"trustedadvisor:UpdateEngagement",
19603-
"trustedadvisor:UpdateEngagementStatus",
1960419599
"trustedadvisor:UpdateNotificationConfigurations",
1960519600
"trustedadvisor:UpdateNotificationPreferences",
1960619601
"trustedadvisor:UpdateOrganizationRecommendationLifecycle",

outputs.tf

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -268,9 +268,12 @@ output "actions" {
268268
CreateChat = "aidevops:CreateChat"
269269
CreateKnowledgeItem = "aidevops:CreateKnowledgeItem"
270270
CreateOneTimeLoginSession = "aidevops:CreateOneTimeLoginSession"
271+
CreatePrivateConnection = "aidevops:CreatePrivateConnection"
271272
DeleteAgentSpace = "aidevops:DeleteAgentSpace"
272273
DeleteKnowledgeItem = "aidevops:DeleteKnowledgeItem"
274+
DeletePrivateConnection = "aidevops:DeletePrivateConnection"
273275
DeregisterService = "aidevops:DeregisterService"
276+
DescribePrivateConnection = "aidevops:DescribePrivateConnection"
274277
DescribeSupportLevel = "aidevops:DescribeSupportLevel"
275278
DisableOperatorApp = "aidevops:DisableOperatorApp"
276279
DisassociateService = "aidevops:DisassociateService"
@@ -296,6 +299,7 @@ output "actions" {
296299
ListKnowledgeItemVersions = "aidevops:ListKnowledgeItemVersions"
297300
ListKnowledgeItems = "aidevops:ListKnowledgeItems"
298301
ListPendingMessages = "aidevops:ListPendingMessages"
302+
ListPrivateConnections = "aidevops:ListPrivateConnections"
299303
ListRecommendations = "aidevops:ListRecommendations"
300304
ListServices = "aidevops:ListServices"
301305
ListTagsForResource = "aidevops:ListTagsForResource"
@@ -311,6 +315,7 @@ output "actions" {
311315
UpdateGoal = "aidevops:UpdateGoal"
312316
UpdateKnowledgeItem = "aidevops:UpdateKnowledgeItem"
313317
UpdateOperatorAppIdpConfig = "aidevops:UpdateOperatorAppIdpConfig"
318+
UpdatePrivateConnectionCertificate = "aidevops:UpdatePrivateConnectionCertificate"
314319
UpdateRecommendation = "aidevops:UpdateRecommendation"
315320
ValidateAwsAssociations = "aidevops:ValidateAwsAssociations"
316321
}
@@ -11903,6 +11908,7 @@ output "actions" {
1190311908
GenerateDataKeyWithoutPlaintext = "kms:GenerateDataKeyWithoutPlaintext"
1190411909
GenerateMac = "kms:GenerateMac"
1190511910
GenerateRandom = "kms:GenerateRandom"
11911+
GetKeyLastUsage = "kms:GetKeyLastUsage"
1190611912
GetKeyPolicy = "kms:GetKeyPolicy"
1190711913
GetKeyRotationStatus = "kms:GetKeyRotationStatus"
1190811914
GetParametersForImport = "kms:GetParametersForImport"
@@ -20830,9 +20836,6 @@ output "actions" {
2083020836
trustedadvisor = {
2083120837
AllActions = "trustedadvisor:*"
2083220838
BatchUpdateRecommendationResourceExclusion = "trustedadvisor:BatchUpdateRecommendationResourceExclusion"
20833-
CreateEngagement = "trustedadvisor:CreateEngagement"
20834-
CreateEngagementAttachment = "trustedadvisor:CreateEngagementAttachment"
20835-
CreateEngagementCommunication = "trustedadvisor:CreateEngagementCommunication"
2083620839
DeleteNotificationConfigurationForDelegatedAdmin = "trustedadvisor:DeleteNotificationConfigurationForDelegatedAdmin"
2083720840
DescribeAccount = "trustedadvisor:DescribeAccount"
2083820841
DescribeAccountAccess = "trustedadvisor:DescribeAccountAccess"
@@ -20853,17 +20856,11 @@ output "actions" {
2085320856
DownloadRisk = "trustedadvisor:DownloadRisk"
2085420857
ExcludeCheckItems = "trustedadvisor:ExcludeCheckItems"
2085520858
GenerateReport = "trustedadvisor:GenerateReport"
20856-
GetEngagement = "trustedadvisor:GetEngagement"
20857-
GetEngagementAttachment = "trustedadvisor:GetEngagementAttachment"
20858-
GetEngagementType = "trustedadvisor:GetEngagementType"
2085920859
GetOrganizationRecommendation = "trustedadvisor:GetOrganizationRecommendation"
2086020860
GetRecommendation = "trustedadvisor:GetRecommendation"
2086120861
IncludeCheckItems = "trustedadvisor:IncludeCheckItems"
2086220862
ListAccountsForParent = "trustedadvisor:ListAccountsForParent"
2086320863
ListChecks = "trustedadvisor:ListChecks"
20864-
ListEngagementCommunications = "trustedadvisor:ListEngagementCommunications"
20865-
ListEngagementTypes = "trustedadvisor:ListEngagementTypes"
20866-
ListEngagements = "trustedadvisor:ListEngagements"
2086720864
ListOrganizationRecommendationAccounts = "trustedadvisor:ListOrganizationRecommendationAccounts"
2086820865
ListOrganizationRecommendationResources = "trustedadvisor:ListOrganizationRecommendationResources"
2086920866
ListOrganizationRecommendations = "trustedadvisor:ListOrganizationRecommendations"
@@ -20874,8 +20871,6 @@ output "actions" {
2087420871
RefreshCheck = "trustedadvisor:RefreshCheck"
2087520872
SetAccountAccess = "trustedadvisor:SetAccountAccess"
2087620873
SetOrganizationAccess = "trustedadvisor:SetOrganizationAccess"
20877-
UpdateEngagement = "trustedadvisor:UpdateEngagement"
20878-
UpdateEngagementStatus = "trustedadvisor:UpdateEngagementStatus"
2087920874
UpdateNotificationConfigurations = "trustedadvisor:UpdateNotificationConfigurations"
2088020875
UpdateNotificationPreferences = "trustedadvisor:UpdateNotificationPreferences"
2088120876
UpdateOrganizationRecommendationLifecycle = "trustedadvisor:UpdateOrganizationRecommendationLifecycle"

0 commit comments

Comments
 (0)