@@ -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