Skip to content

Commit 58d5dca

Browse files
chore: update AWS IAM actions [automated]
1 parent 3c705e7 commit 58d5dca

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

aws-iam-actions.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3421,6 +3421,7 @@
34213421
"cloudwatch:BatchGetServiceLevelIndicatorReport",
34223422
"cloudwatch:BatchGetServiceLevelObjectiveBudgetReport",
34233423
"cloudwatch:CreateServiceLevelObjective",
3424+
"cloudwatch:DeleteAlarmMuteRule",
34243425
"cloudwatch:DeleteAlarms",
34253426
"cloudwatch:DeleteAnomalyDetector",
34263427
"cloudwatch:DeleteDashboards",
@@ -3439,6 +3440,7 @@
34393440
"cloudwatch:EnableTopologyDiscovery",
34403441
"cloudwatch:GenerateQuery",
34413442
"cloudwatch:GenerateQueryResultsSummary",
3443+
"cloudwatch:GetAlarmMuteRule",
34423444
"cloudwatch:GetDashboard",
34433445
"cloudwatch:GetInsightRuleReport",
34443446
"cloudwatch:GetMetricData",
@@ -3451,6 +3453,7 @@
34513453
"cloudwatch:GetTopologyDiscoveryStatus",
34523454
"cloudwatch:GetTopologyMap",
34533455
"cloudwatch:Link",
3456+
"cloudwatch:ListAlarmMuteRules",
34543457
"cloudwatch:ListDashboards",
34553458
"cloudwatch:ListEntitiesForMetric",
34563459
"cloudwatch:ListManagedInsightRules",
@@ -3459,6 +3462,7 @@
34593462
"cloudwatch:ListServiceLevelObjectives",
34603463
"cloudwatch:ListServices",
34613464
"cloudwatch:ListTagsForResource",
3465+
"cloudwatch:PutAlarmMuteRule",
34623466
"cloudwatch:PutAnomalyDetector",
34633467
"cloudwatch:PutCompositeAlarm",
34643468
"cloudwatch:PutDashboard",
@@ -11178,6 +11182,7 @@
1117811182
"lex:CreateUploadUrl",
1117911183
"lex:DeleteBot",
1118011184
"lex:DeleteBotAlias",
11185+
"lex:DeleteBotAnalyzerRecommendation",
1118111186
"lex:DeleteBotChannel",
1118211187
"lex:DeleteBotChannelAssociation",
1118311188
"lex:DeleteBotLocale",
@@ -11198,6 +11203,7 @@
1119811203
"lex:DeleteUtterances",
1119911204
"lex:DescribeBot",
1120011205
"lex:DescribeBotAlias",
11206+
"lex:DescribeBotAnalyzerRecommendation",
1120111207
"lex:DescribeBotChannel",
1120211208
"lex:DescribeBotLocale",
1120311209
"lex:DescribeBotRecommendation",
@@ -11243,6 +11249,7 @@
1124311249
"lex:ListAggregatedUtterances",
1124411250
"lex:ListBotAliasReplicas",
1124511251
"lex:ListBotAliases",
11252+
"lex:ListBotAnalyzerRecommendations",
1124611253
"lex:ListBotChannels",
1124711254
"lex:ListBotLocales",
1124811255
"lex:ListBotRecommendations",
@@ -11280,13 +11287,15 @@
1128011287
"lex:RecognizeText",
1128111288
"lex:RecognizeUtterance",
1128211289
"lex:SearchAssociatedTranscripts",
11290+
"lex:StartBotAnalyzer",
1128311291
"lex:StartBotRecommendation",
1128411292
"lex:StartBotResourceGeneration",
1128511293
"lex:StartConversation",
1128611294
"lex:StartImport",
1128711295
"lex:StartMigration",
1128811296
"lex:StartTestExecution",
1128911297
"lex:StartTestSetGeneration",
11298+
"lex:StopBotAnalyzer",
1129011299
"lex:StopBotRecommendation",
1129111300
"lex:TagResource",
1129211301
"lex:UntagResource",

outputs.tf

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3679,6 +3679,7 @@ output "actions" {
36793679
BatchGetServiceLevelIndicatorReport = "cloudwatch:BatchGetServiceLevelIndicatorReport"
36803680
BatchGetServiceLevelObjectiveBudgetReport = "cloudwatch:BatchGetServiceLevelObjectiveBudgetReport"
36813681
CreateServiceLevelObjective = "cloudwatch:CreateServiceLevelObjective"
3682+
DeleteAlarmMuteRule = "cloudwatch:DeleteAlarmMuteRule"
36823683
DeleteAlarms = "cloudwatch:DeleteAlarms"
36833684
DeleteAnomalyDetector = "cloudwatch:DeleteAnomalyDetector"
36843685
DeleteDashboards = "cloudwatch:DeleteDashboards"
@@ -3697,6 +3698,7 @@ output "actions" {
36973698
EnableTopologyDiscovery = "cloudwatch:EnableTopologyDiscovery"
36983699
GenerateQuery = "cloudwatch:GenerateQuery"
36993700
GenerateQueryResultsSummary = "cloudwatch:GenerateQueryResultsSummary"
3701+
GetAlarmMuteRule = "cloudwatch:GetAlarmMuteRule"
37003702
GetDashboard = "cloudwatch:GetDashboard"
37013703
GetInsightRuleReport = "cloudwatch:GetInsightRuleReport"
37023704
GetMetricData = "cloudwatch:GetMetricData"
@@ -3709,6 +3711,7 @@ output "actions" {
37093711
GetTopologyDiscoveryStatus = "cloudwatch:GetTopologyDiscoveryStatus"
37103712
GetTopologyMap = "cloudwatch:GetTopologyMap"
37113713
Link = "cloudwatch:Link"
3714+
ListAlarmMuteRules = "cloudwatch:ListAlarmMuteRules"
37123715
ListDashboards = "cloudwatch:ListDashboards"
37133716
ListEntitiesForMetric = "cloudwatch:ListEntitiesForMetric"
37143717
ListManagedInsightRules = "cloudwatch:ListManagedInsightRules"
@@ -3717,6 +3720,7 @@ output "actions" {
37173720
ListServiceLevelObjectives = "cloudwatch:ListServiceLevelObjectives"
37183721
ListServices = "cloudwatch:ListServices"
37193722
ListTagsForResource = "cloudwatch:ListTagsForResource"
3723+
PutAlarmMuteRule = "cloudwatch:PutAlarmMuteRule"
37203724
PutAnomalyDetector = "cloudwatch:PutAnomalyDetector"
37213725
PutCompositeAlarm = "cloudwatch:PutCompositeAlarm"
37223726
PutDashboard = "cloudwatch:PutDashboard"
@@ -11889,6 +11893,7 @@ output "actions" {
1188911893
CreateUploadUrl = "lex:CreateUploadUrl"
1189011894
DeleteBot = "lex:DeleteBot"
1189111895
DeleteBotAlias = "lex:DeleteBotAlias"
11896+
DeleteBotAnalyzerRecommendation = "lex:DeleteBotAnalyzerRecommendation"
1189211897
DeleteBotChannel = "lex:DeleteBotChannel"
1189311898
DeleteBotChannelAssociation = "lex:DeleteBotChannelAssociation"
1189411899
DeleteBotLocale = "lex:DeleteBotLocale"
@@ -11909,6 +11914,7 @@ output "actions" {
1190911914
DeleteUtterances = "lex:DeleteUtterances"
1191011915
DescribeBot = "lex:DescribeBot"
1191111916
DescribeBotAlias = "lex:DescribeBotAlias"
11917+
DescribeBotAnalyzerRecommendation = "lex:DescribeBotAnalyzerRecommendation"
1191211918
DescribeBotChannel = "lex:DescribeBotChannel"
1191311919
DescribeBotLocale = "lex:DescribeBotLocale"
1191411920
DescribeBotRecommendation = "lex:DescribeBotRecommendation"
@@ -11954,6 +11960,7 @@ output "actions" {
1195411960
ListAggregatedUtterances = "lex:ListAggregatedUtterances"
1195511961
ListBotAliasReplicas = "lex:ListBotAliasReplicas"
1195611962
ListBotAliases = "lex:ListBotAliases"
11963+
ListBotAnalyzerRecommendations = "lex:ListBotAnalyzerRecommendations"
1195711964
ListBotChannels = "lex:ListBotChannels"
1195811965
ListBotLocales = "lex:ListBotLocales"
1195911966
ListBotRecommendations = "lex:ListBotRecommendations"
@@ -11991,13 +11998,15 @@ output "actions" {
1199111998
RecognizeText = "lex:RecognizeText"
1199211999
RecognizeUtterance = "lex:RecognizeUtterance"
1199312000
SearchAssociatedTranscripts = "lex:SearchAssociatedTranscripts"
12001+
StartBotAnalyzer = "lex:StartBotAnalyzer"
1199412002
StartBotRecommendation = "lex:StartBotRecommendation"
1199512003
StartBotResourceGeneration = "lex:StartBotResourceGeneration"
1199612004
StartConversation = "lex:StartConversation"
1199712005
StartImport = "lex:StartImport"
1199812006
StartMigration = "lex:StartMigration"
1199912007
StartTestExecution = "lex:StartTestExecution"
1200012008
StartTestSetGeneration = "lex:StartTestSetGeneration"
12009+
StopBotAnalyzer = "lex:StopBotAnalyzer"
1200112010
StopBotRecommendation = "lex:StopBotRecommendation"
1200212011
TagResource = "lex:TagResource"
1200312012
UntagResource = "lex:UntagResource"

0 commit comments

Comments
 (0)