Skip to content

Commit 6f828de

Browse files
chore: update AWS IAM actions [automated]
1 parent 4d2990c commit 6f828de

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

aws-iam-actions.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,9 +221,11 @@
221221
"activate:GetMemberInfo",
222222
"activate:GetProgram",
223223
"activate:PutMemberInfo",
224+
"aidevops:AllowVendedLogDeliveryForResource",
224225
"aidevops:AssociateService",
225226
"aidevops:CreateAgentSpace",
226227
"aidevops:CreateBacklogTask",
228+
"aidevops:CreateChat",
227229
"aidevops:CreateKnowledgeItem",
228230
"aidevops:CreateOneTimeLoginSession",
229231
"aidevops:DeleteAgentSpace",
@@ -249,6 +251,7 @@
249251
"aidevops:ListAgentSpaces",
250252
"aidevops:ListAssociations",
251253
"aidevops:ListBacklogTasks",
254+
"aidevops:ListChats",
252255
"aidevops:ListExecutions",
253256
"aidevops:ListGoals",
254257
"aidevops:ListJournalRecords",
@@ -260,9 +263,11 @@
260263
"aidevops:RegisterService",
261264
"aidevops:SearchServiceAccessibleResource",
262265
"aidevops:SendChatMessage",
266+
"aidevops:StreamMessage",
263267
"aidevops:UpdateAgentSpace",
264268
"aidevops:UpdateAssociation",
265269
"aidevops:UpdateBacklogTask",
270+
"aidevops:UpdateGoal",
266271
"aidevops:UpdateKnowledgeItem",
267272
"aidevops:UpdateOperatorAppTeams",
268273
"aidevops:UpdateRecommendation",

outputs.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,9 +260,11 @@ output "actions" {
260260
}
261261
aidevops = {
262262
AllActions = "aidevops:*"
263+
AllowVendedLogDeliveryForResource = "aidevops:AllowVendedLogDeliveryForResource"
263264
AssociateService = "aidevops:AssociateService"
264265
CreateAgentSpace = "aidevops:CreateAgentSpace"
265266
CreateBacklogTask = "aidevops:CreateBacklogTask"
267+
CreateChat = "aidevops:CreateChat"
266268
CreateKnowledgeItem = "aidevops:CreateKnowledgeItem"
267269
CreateOneTimeLoginSession = "aidevops:CreateOneTimeLoginSession"
268270
DeleteAgentSpace = "aidevops:DeleteAgentSpace"
@@ -288,6 +290,7 @@ output "actions" {
288290
ListAgentSpaces = "aidevops:ListAgentSpaces"
289291
ListAssociations = "aidevops:ListAssociations"
290292
ListBacklogTasks = "aidevops:ListBacklogTasks"
293+
ListChats = "aidevops:ListChats"
291294
ListExecutions = "aidevops:ListExecutions"
292295
ListGoals = "aidevops:ListGoals"
293296
ListJournalRecords = "aidevops:ListJournalRecords"
@@ -299,9 +302,11 @@ output "actions" {
299302
RegisterService = "aidevops:RegisterService"
300303
SearchServiceAccessibleResource = "aidevops:SearchServiceAccessibleResource"
301304
SendChatMessage = "aidevops:SendChatMessage"
305+
StreamMessage = "aidevops:StreamMessage"
302306
UpdateAgentSpace = "aidevops:UpdateAgentSpace"
303307
UpdateAssociation = "aidevops:UpdateAssociation"
304308
UpdateBacklogTask = "aidevops:UpdateBacklogTask"
309+
UpdateGoal = "aidevops:UpdateGoal"
305310
UpdateKnowledgeItem = "aidevops:UpdateKnowledgeItem"
306311
UpdateOperatorAppTeams = "aidevops:UpdateOperatorAppTeams"
307312
UpdateRecommendation = "aidevops:UpdateRecommendation"

0 commit comments

Comments
 (0)