aws-iam-data 0.0.185 → 0.0.186
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.
|
@@ -1,4 +1,47 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"dateOfChange": "2024-04-12",
|
|
4
|
+
"addedServices": [],
|
|
5
|
+
"removedServices": [],
|
|
6
|
+
"addedActions": {
|
|
7
|
+
"AWS Elemental MediaLive": [
|
|
8
|
+
"medialive:CreateCloudWatchAlarmTemplate",
|
|
9
|
+
"medialive:CreateCloudWatchAlarmTemplateGroup",
|
|
10
|
+
"medialive:CreateEventBridgeRuleTemplate",
|
|
11
|
+
"medialive:CreateEventBridgeRuleTemplateGroup",
|
|
12
|
+
"medialive:CreateSignalMap",
|
|
13
|
+
"medialive:DeleteCloudWatchAlarmTemplate",
|
|
14
|
+
"medialive:DeleteCloudWatchAlarmTemplateGroup",
|
|
15
|
+
"medialive:DeleteEventBridgeRuleTemplate",
|
|
16
|
+
"medialive:DeleteEventBridgeRuleTemplateGroup",
|
|
17
|
+
"medialive:DeleteSignalMap",
|
|
18
|
+
"medialive:GetCloudWatchAlarmTemplate",
|
|
19
|
+
"medialive:GetCloudWatchAlarmTemplateGroup",
|
|
20
|
+
"medialive:GetEventBridgeRuleTemplate",
|
|
21
|
+
"medialive:GetEventBridgeRuleTemplateGroup",
|
|
22
|
+
"medialive:GetSignalMap",
|
|
23
|
+
"medialive:ListCloudWatchAlarmTemplateGroups",
|
|
24
|
+
"medialive:ListCloudWatchAlarmTemplates",
|
|
25
|
+
"medialive:ListEventBridgeRuleTemplateGroups",
|
|
26
|
+
"medialive:ListEventBridgeRuleTemplates",
|
|
27
|
+
"medialive:ListSignalMaps",
|
|
28
|
+
"medialive:StartDeleteMonitorDeployment",
|
|
29
|
+
"medialive:StartMonitorDeployment",
|
|
30
|
+
"medialive:StartUpdateSignalMap",
|
|
31
|
+
"medialive:UpdateCloudWatchAlarmTemplate",
|
|
32
|
+
"medialive:UpdateCloudWatchAlarmTemplateGroup",
|
|
33
|
+
"medialive:UpdateEventBridgeRuleTemplate",
|
|
34
|
+
"medialive:UpdateEventBridgeRuleTemplateGroup"
|
|
35
|
+
],
|
|
36
|
+
"Amazon Q in Connect": [
|
|
37
|
+
"wisdom:UpdateSession"
|
|
38
|
+
],
|
|
39
|
+
"AWS Supply Chain": [
|
|
40
|
+
"scn:SendDataIntegrationEvent"
|
|
41
|
+
]
|
|
42
|
+
},
|
|
43
|
+
"removedActions": {}
|
|
44
|
+
},
|
|
2
45
|
{
|
|
3
46
|
"dateOfChange": "2024-04-11",
|
|
4
47
|
"addedServices": [],
|
package/dist/data/json/iam.json
CHANGED
|
@@ -142230,6 +142230,114 @@
|
|
|
142230
142230
|
}
|
|
142231
142231
|
]
|
|
142232
142232
|
},
|
|
142233
|
+
{
|
|
142234
|
+
"name": "CreateCloudWatchAlarmTemplate",
|
|
142235
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-alarms-templates-create.html",
|
|
142236
|
+
"permissionOnly": false,
|
|
142237
|
+
"description": "Grants permission to create a cloudwatch alarm template",
|
|
142238
|
+
"accessLevel": "Write",
|
|
142239
|
+
"resourceTypes": [
|
|
142240
|
+
{
|
|
142241
|
+
"resourceType": "cloudwatch-alarm-template",
|
|
142242
|
+
"required": true,
|
|
142243
|
+
"conditionKeys": [],
|
|
142244
|
+
"dependentActions": []
|
|
142245
|
+
},
|
|
142246
|
+
{
|
|
142247
|
+
"resourceType": "cloudwatch-alarm-template-group",
|
|
142248
|
+
"required": true,
|
|
142249
|
+
"conditionKeys": [],
|
|
142250
|
+
"dependentActions": []
|
|
142251
|
+
},
|
|
142252
|
+
{
|
|
142253
|
+
"resourceType": "",
|
|
142254
|
+
"required": false,
|
|
142255
|
+
"conditionKeys": [
|
|
142256
|
+
"aws:RequestTag/${TagKey}",
|
|
142257
|
+
"aws:TagKeys"
|
|
142258
|
+
],
|
|
142259
|
+
"dependentActions": []
|
|
142260
|
+
}
|
|
142261
|
+
]
|
|
142262
|
+
},
|
|
142263
|
+
{
|
|
142264
|
+
"name": "CreateCloudWatchAlarmTemplateGroup",
|
|
142265
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-alarms-templates-create.html",
|
|
142266
|
+
"permissionOnly": false,
|
|
142267
|
+
"description": "Grants permission to create a cloudwatch alarm template group",
|
|
142268
|
+
"accessLevel": "Write",
|
|
142269
|
+
"resourceTypes": [
|
|
142270
|
+
{
|
|
142271
|
+
"resourceType": "cloudwatch-alarm-template-group",
|
|
142272
|
+
"required": true,
|
|
142273
|
+
"conditionKeys": [],
|
|
142274
|
+
"dependentActions": []
|
|
142275
|
+
},
|
|
142276
|
+
{
|
|
142277
|
+
"resourceType": "",
|
|
142278
|
+
"required": false,
|
|
142279
|
+
"conditionKeys": [
|
|
142280
|
+
"aws:RequestTag/${TagKey}",
|
|
142281
|
+
"aws:TagKeys"
|
|
142282
|
+
],
|
|
142283
|
+
"dependentActions": []
|
|
142284
|
+
}
|
|
142285
|
+
]
|
|
142286
|
+
},
|
|
142287
|
+
{
|
|
142288
|
+
"name": "CreateEventBridgeRuleTemplate",
|
|
142289
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-notifications-template-create.html",
|
|
142290
|
+
"permissionOnly": false,
|
|
142291
|
+
"description": "Grants permission to create a eventbridge rule template",
|
|
142292
|
+
"accessLevel": "Write",
|
|
142293
|
+
"resourceTypes": [
|
|
142294
|
+
{
|
|
142295
|
+
"resourceType": "eventbridge-rule-template",
|
|
142296
|
+
"required": true,
|
|
142297
|
+
"conditionKeys": [],
|
|
142298
|
+
"dependentActions": []
|
|
142299
|
+
},
|
|
142300
|
+
{
|
|
142301
|
+
"resourceType": "eventbridge-rule-template-group",
|
|
142302
|
+
"required": true,
|
|
142303
|
+
"conditionKeys": [],
|
|
142304
|
+
"dependentActions": []
|
|
142305
|
+
},
|
|
142306
|
+
{
|
|
142307
|
+
"resourceType": "",
|
|
142308
|
+
"required": false,
|
|
142309
|
+
"conditionKeys": [
|
|
142310
|
+
"aws:RequestTag/${TagKey}",
|
|
142311
|
+
"aws:TagKeys"
|
|
142312
|
+
],
|
|
142313
|
+
"dependentActions": []
|
|
142314
|
+
}
|
|
142315
|
+
]
|
|
142316
|
+
},
|
|
142317
|
+
{
|
|
142318
|
+
"name": "CreateEventBridgeRuleTemplateGroup",
|
|
142319
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-notifications-template-create.html",
|
|
142320
|
+
"permissionOnly": false,
|
|
142321
|
+
"description": "Grants permission to create a eventbridge rule template group",
|
|
142322
|
+
"accessLevel": "Write",
|
|
142323
|
+
"resourceTypes": [
|
|
142324
|
+
{
|
|
142325
|
+
"resourceType": "eventbridge-rule-template-group",
|
|
142326
|
+
"required": true,
|
|
142327
|
+
"conditionKeys": [],
|
|
142328
|
+
"dependentActions": []
|
|
142329
|
+
},
|
|
142330
|
+
{
|
|
142331
|
+
"resourceType": "",
|
|
142332
|
+
"required": false,
|
|
142333
|
+
"conditionKeys": [
|
|
142334
|
+
"aws:RequestTag/${TagKey}",
|
|
142335
|
+
"aws:TagKeys"
|
|
142336
|
+
],
|
|
142337
|
+
"dependentActions": []
|
|
142338
|
+
}
|
|
142339
|
+
]
|
|
142340
|
+
},
|
|
142233
142341
|
{
|
|
142234
142342
|
"name": "CreateInput",
|
|
142235
142343
|
"apiReferenceUrl": "https://docs.aws.amazon.com/medialive/latest/ug/creating-input.html",
|
|
@@ -142347,11 +142455,35 @@
|
|
|
142347
142455
|
}
|
|
142348
142456
|
]
|
|
142349
142457
|
},
|
|
142458
|
+
{
|
|
142459
|
+
"name": "CreateSignalMap",
|
|
142460
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-signal-maps-create.html",
|
|
142461
|
+
"permissionOnly": false,
|
|
142462
|
+
"description": "Grants permission to create a signal map",
|
|
142463
|
+
"accessLevel": "Write",
|
|
142464
|
+
"resourceTypes": [
|
|
142465
|
+
{
|
|
142466
|
+
"resourceType": "signal-map",
|
|
142467
|
+
"required": true,
|
|
142468
|
+
"conditionKeys": [],
|
|
142469
|
+
"dependentActions": []
|
|
142470
|
+
},
|
|
142471
|
+
{
|
|
142472
|
+
"resourceType": "",
|
|
142473
|
+
"required": false,
|
|
142474
|
+
"conditionKeys": [
|
|
142475
|
+
"aws:RequestTag/${TagKey}",
|
|
142476
|
+
"aws:TagKeys"
|
|
142477
|
+
],
|
|
142478
|
+
"dependentActions": []
|
|
142479
|
+
}
|
|
142480
|
+
]
|
|
142481
|
+
},
|
|
142350
142482
|
{
|
|
142351
142483
|
"name": "CreateTags",
|
|
142352
142484
|
"apiReferenceUrl": "https://docs.aws.amazon.com/medialive/latest/ug/tagging.html",
|
|
142353
142485
|
"permissionOnly": false,
|
|
142354
|
-
"description": "Grants permission to create tags for channels, inputs, input security groups, multiplexes, and
|
|
142486
|
+
"description": "Grants permission to create tags for channels, inputs, input security groups, multiplexes, reservations, signal maps, template groups, and templates",
|
|
142355
142487
|
"accessLevel": "Tagging",
|
|
142356
142488
|
"resourceTypes": [
|
|
142357
142489
|
{
|
|
@@ -142360,6 +142492,30 @@
|
|
|
142360
142492
|
"conditionKeys": [],
|
|
142361
142493
|
"dependentActions": []
|
|
142362
142494
|
},
|
|
142495
|
+
{
|
|
142496
|
+
"resourceType": "cloudwatch-alarm-template",
|
|
142497
|
+
"required": false,
|
|
142498
|
+
"conditionKeys": [],
|
|
142499
|
+
"dependentActions": []
|
|
142500
|
+
},
|
|
142501
|
+
{
|
|
142502
|
+
"resourceType": "cloudwatch-alarm-template-group",
|
|
142503
|
+
"required": false,
|
|
142504
|
+
"conditionKeys": [],
|
|
142505
|
+
"dependentActions": []
|
|
142506
|
+
},
|
|
142507
|
+
{
|
|
142508
|
+
"resourceType": "eventbridge-rule-template",
|
|
142509
|
+
"required": false,
|
|
142510
|
+
"conditionKeys": [],
|
|
142511
|
+
"dependentActions": []
|
|
142512
|
+
},
|
|
142513
|
+
{
|
|
142514
|
+
"resourceType": "eventbridge-rule-template-group",
|
|
142515
|
+
"required": false,
|
|
142516
|
+
"conditionKeys": [],
|
|
142517
|
+
"dependentActions": []
|
|
142518
|
+
},
|
|
142363
142519
|
{
|
|
142364
142520
|
"resourceType": "input",
|
|
142365
142521
|
"required": false,
|
|
@@ -142384,6 +142540,12 @@
|
|
|
142384
142540
|
"conditionKeys": [],
|
|
142385
142541
|
"dependentActions": []
|
|
142386
142542
|
},
|
|
142543
|
+
{
|
|
142544
|
+
"resourceType": "signal-map",
|
|
142545
|
+
"required": false,
|
|
142546
|
+
"conditionKeys": [],
|
|
142547
|
+
"dependentActions": []
|
|
142548
|
+
},
|
|
142387
142549
|
{
|
|
142388
142550
|
"resourceType": "",
|
|
142389
142551
|
"required": false,
|
|
@@ -142410,6 +142572,66 @@
|
|
|
142410
142572
|
}
|
|
142411
142573
|
]
|
|
142412
142574
|
},
|
|
142575
|
+
{
|
|
142576
|
+
"name": "DeleteCloudWatchAlarmTemplate",
|
|
142577
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-alarms.html",
|
|
142578
|
+
"permissionOnly": false,
|
|
142579
|
+
"description": "Grants permission to delete a cloudwatch alarm template",
|
|
142580
|
+
"accessLevel": "Write",
|
|
142581
|
+
"resourceTypes": [
|
|
142582
|
+
{
|
|
142583
|
+
"resourceType": "cloudwatch-alarm-template",
|
|
142584
|
+
"required": true,
|
|
142585
|
+
"conditionKeys": [],
|
|
142586
|
+
"dependentActions": []
|
|
142587
|
+
}
|
|
142588
|
+
]
|
|
142589
|
+
},
|
|
142590
|
+
{
|
|
142591
|
+
"name": "DeleteCloudWatchAlarmTemplateGroup",
|
|
142592
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-alarms.html",
|
|
142593
|
+
"permissionOnly": false,
|
|
142594
|
+
"description": "Grants permission to delete a cloudwatch alarm template group",
|
|
142595
|
+
"accessLevel": "Write",
|
|
142596
|
+
"resourceTypes": [
|
|
142597
|
+
{
|
|
142598
|
+
"resourceType": "cloudwatch-alarm-template-group",
|
|
142599
|
+
"required": true,
|
|
142600
|
+
"conditionKeys": [],
|
|
142601
|
+
"dependentActions": []
|
|
142602
|
+
}
|
|
142603
|
+
]
|
|
142604
|
+
},
|
|
142605
|
+
{
|
|
142606
|
+
"name": "DeleteEventBridgeRuleTemplate",
|
|
142607
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-notifications.html",
|
|
142608
|
+
"permissionOnly": false,
|
|
142609
|
+
"description": "Grants permission to delete a eventbridge rule template",
|
|
142610
|
+
"accessLevel": "Write",
|
|
142611
|
+
"resourceTypes": [
|
|
142612
|
+
{
|
|
142613
|
+
"resourceType": "eventbridge-rule-template",
|
|
142614
|
+
"required": true,
|
|
142615
|
+
"conditionKeys": [],
|
|
142616
|
+
"dependentActions": []
|
|
142617
|
+
}
|
|
142618
|
+
]
|
|
142619
|
+
},
|
|
142620
|
+
{
|
|
142621
|
+
"name": "DeleteEventBridgeRuleTemplateGroup",
|
|
142622
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-notifications.html",
|
|
142623
|
+
"permissionOnly": false,
|
|
142624
|
+
"description": "Grants permission to delete a eventbridge rule template group",
|
|
142625
|
+
"accessLevel": "Write",
|
|
142626
|
+
"resourceTypes": [
|
|
142627
|
+
{
|
|
142628
|
+
"resourceType": "eventbridge-rule-template-group",
|
|
142629
|
+
"required": true,
|
|
142630
|
+
"conditionKeys": [],
|
|
142631
|
+
"dependentActions": []
|
|
142632
|
+
}
|
|
142633
|
+
]
|
|
142634
|
+
},
|
|
142413
142635
|
{
|
|
142414
142636
|
"name": "DeleteInput",
|
|
142415
142637
|
"apiReferenceUrl": "https://docs.aws.amazon.com/medialive/latest/ug/delete-input.html",
|
|
@@ -142500,11 +142722,26 @@
|
|
|
142500
142722
|
}
|
|
142501
142723
|
]
|
|
142502
142724
|
},
|
|
142725
|
+
{
|
|
142726
|
+
"name": "DeleteSignalMap",
|
|
142727
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-signal-maps-delete.html",
|
|
142728
|
+
"permissionOnly": false,
|
|
142729
|
+
"description": "Grants permission to delete a signal map",
|
|
142730
|
+
"accessLevel": "Write",
|
|
142731
|
+
"resourceTypes": [
|
|
142732
|
+
{
|
|
142733
|
+
"resourceType": "signal-map",
|
|
142734
|
+
"required": true,
|
|
142735
|
+
"conditionKeys": [],
|
|
142736
|
+
"dependentActions": []
|
|
142737
|
+
}
|
|
142738
|
+
]
|
|
142739
|
+
},
|
|
142503
142740
|
{
|
|
142504
142741
|
"name": "DeleteTags",
|
|
142505
142742
|
"apiReferenceUrl": "https://docs.aws.amazon.com/medialive/latest/ug/tagging.html",
|
|
142506
142743
|
"permissionOnly": false,
|
|
142507
|
-
"description": "Grants permission to delete tags from channels, inputs, input security groups, multiplexes, and
|
|
142744
|
+
"description": "Grants permission to delete tags from channels, inputs, input security groups, multiplexes, reservations, signal maps, template groups, and templates",
|
|
142508
142745
|
"accessLevel": "Tagging",
|
|
142509
142746
|
"resourceTypes": [
|
|
142510
142747
|
{
|
|
@@ -142513,6 +142750,30 @@
|
|
|
142513
142750
|
"conditionKeys": [],
|
|
142514
142751
|
"dependentActions": []
|
|
142515
142752
|
},
|
|
142753
|
+
{
|
|
142754
|
+
"resourceType": "cloudwatch-alarm-template",
|
|
142755
|
+
"required": false,
|
|
142756
|
+
"conditionKeys": [],
|
|
142757
|
+
"dependentActions": []
|
|
142758
|
+
},
|
|
142759
|
+
{
|
|
142760
|
+
"resourceType": "cloudwatch-alarm-template-group",
|
|
142761
|
+
"required": false,
|
|
142762
|
+
"conditionKeys": [],
|
|
142763
|
+
"dependentActions": []
|
|
142764
|
+
},
|
|
142765
|
+
{
|
|
142766
|
+
"resourceType": "eventbridge-rule-template",
|
|
142767
|
+
"required": false,
|
|
142768
|
+
"conditionKeys": [],
|
|
142769
|
+
"dependentActions": []
|
|
142770
|
+
},
|
|
142771
|
+
{
|
|
142772
|
+
"resourceType": "eventbridge-rule-template-group",
|
|
142773
|
+
"required": false,
|
|
142774
|
+
"conditionKeys": [],
|
|
142775
|
+
"dependentActions": []
|
|
142776
|
+
},
|
|
142516
142777
|
{
|
|
142517
142778
|
"resourceType": "input",
|
|
142518
142779
|
"required": false,
|
|
@@ -142537,6 +142798,12 @@
|
|
|
142537
142798
|
"conditionKeys": [],
|
|
142538
142799
|
"dependentActions": []
|
|
142539
142800
|
},
|
|
142801
|
+
{
|
|
142802
|
+
"resourceType": "signal-map",
|
|
142803
|
+
"required": false,
|
|
142804
|
+
"conditionKeys": [],
|
|
142805
|
+
"dependentActions": []
|
|
142806
|
+
},
|
|
142540
142807
|
{
|
|
142541
142808
|
"resourceType": "",
|
|
142542
142809
|
"required": false,
|
|
@@ -142727,6 +142994,81 @@
|
|
|
142727
142994
|
}
|
|
142728
142995
|
]
|
|
142729
142996
|
},
|
|
142997
|
+
{
|
|
142998
|
+
"name": "GetCloudWatchAlarmTemplate",
|
|
142999
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-alarms.html",
|
|
143000
|
+
"permissionOnly": false,
|
|
143001
|
+
"description": "Grants permission to get a cloudwatch alarm template",
|
|
143002
|
+
"accessLevel": "Read",
|
|
143003
|
+
"resourceTypes": [
|
|
143004
|
+
{
|
|
143005
|
+
"resourceType": "cloudwatch-alarm-template",
|
|
143006
|
+
"required": true,
|
|
143007
|
+
"conditionKeys": [],
|
|
143008
|
+
"dependentActions": []
|
|
143009
|
+
}
|
|
143010
|
+
]
|
|
143011
|
+
},
|
|
143012
|
+
{
|
|
143013
|
+
"name": "GetCloudWatchAlarmTemplateGroup",
|
|
143014
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-alarms.html",
|
|
143015
|
+
"permissionOnly": false,
|
|
143016
|
+
"description": "Grants permission to get a cloudwatch alarm template group",
|
|
143017
|
+
"accessLevel": "Read",
|
|
143018
|
+
"resourceTypes": [
|
|
143019
|
+
{
|
|
143020
|
+
"resourceType": "cloudwatch-alarm-template-group",
|
|
143021
|
+
"required": true,
|
|
143022
|
+
"conditionKeys": [],
|
|
143023
|
+
"dependentActions": []
|
|
143024
|
+
}
|
|
143025
|
+
]
|
|
143026
|
+
},
|
|
143027
|
+
{
|
|
143028
|
+
"name": "GetEventBridgeRuleTemplate",
|
|
143029
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-notifications.html",
|
|
143030
|
+
"permissionOnly": false,
|
|
143031
|
+
"description": "Grants permission to get a eventbridge rule template",
|
|
143032
|
+
"accessLevel": "Read",
|
|
143033
|
+
"resourceTypes": [
|
|
143034
|
+
{
|
|
143035
|
+
"resourceType": "eventbridge-rule-template",
|
|
143036
|
+
"required": true,
|
|
143037
|
+
"conditionKeys": [],
|
|
143038
|
+
"dependentActions": []
|
|
143039
|
+
}
|
|
143040
|
+
]
|
|
143041
|
+
},
|
|
143042
|
+
{
|
|
143043
|
+
"name": "GetEventBridgeRuleTemplateGroup",
|
|
143044
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-notifications.html",
|
|
143045
|
+
"permissionOnly": false,
|
|
143046
|
+
"description": "Grants permission to get a eventbridge rule template group",
|
|
143047
|
+
"accessLevel": "Read",
|
|
143048
|
+
"resourceTypes": [
|
|
143049
|
+
{
|
|
143050
|
+
"resourceType": "eventbridge-rule-template-group",
|
|
143051
|
+
"required": true,
|
|
143052
|
+
"conditionKeys": [],
|
|
143053
|
+
"dependentActions": []
|
|
143054
|
+
}
|
|
143055
|
+
]
|
|
143056
|
+
},
|
|
143057
|
+
{
|
|
143058
|
+
"name": "GetSignalMap",
|
|
143059
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-signal-maps-view.html",
|
|
143060
|
+
"permissionOnly": false,
|
|
143061
|
+
"description": "Grants permission to get a signal map",
|
|
143062
|
+
"accessLevel": "Read",
|
|
143063
|
+
"resourceTypes": [
|
|
143064
|
+
{
|
|
143065
|
+
"resourceType": "signal-map",
|
|
143066
|
+
"required": true,
|
|
143067
|
+
"conditionKeys": [],
|
|
143068
|
+
"dependentActions": []
|
|
143069
|
+
}
|
|
143070
|
+
]
|
|
143071
|
+
},
|
|
142730
143072
|
{
|
|
142731
143073
|
"name": "ListChannels",
|
|
142732
143074
|
"apiReferenceUrl": "https://docs.aws.amazon.com/medialive/latest/ug/viewing-channel-configuration.html",
|
|
@@ -142742,6 +143084,66 @@
|
|
|
142742
143084
|
}
|
|
142743
143085
|
]
|
|
142744
143086
|
},
|
|
143087
|
+
{
|
|
143088
|
+
"name": "ListCloudWatchAlarmTemplateGroups",
|
|
143089
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-alarms.html",
|
|
143090
|
+
"permissionOnly": false,
|
|
143091
|
+
"description": "Grants permission to list cloudwatch alarm template groups",
|
|
143092
|
+
"accessLevel": "List",
|
|
143093
|
+
"resourceTypes": [
|
|
143094
|
+
{
|
|
143095
|
+
"resourceType": "",
|
|
143096
|
+
"required": false,
|
|
143097
|
+
"conditionKeys": [],
|
|
143098
|
+
"dependentActions": []
|
|
143099
|
+
}
|
|
143100
|
+
]
|
|
143101
|
+
},
|
|
143102
|
+
{
|
|
143103
|
+
"name": "ListCloudWatchAlarmTemplates",
|
|
143104
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-alarms.html",
|
|
143105
|
+
"permissionOnly": false,
|
|
143106
|
+
"description": "Grants permission to list cloudwatch alarm templates",
|
|
143107
|
+
"accessLevel": "List",
|
|
143108
|
+
"resourceTypes": [
|
|
143109
|
+
{
|
|
143110
|
+
"resourceType": "",
|
|
143111
|
+
"required": false,
|
|
143112
|
+
"conditionKeys": [],
|
|
143113
|
+
"dependentActions": []
|
|
143114
|
+
}
|
|
143115
|
+
]
|
|
143116
|
+
},
|
|
143117
|
+
{
|
|
143118
|
+
"name": "ListEventBridgeRuleTemplateGroups",
|
|
143119
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-notifications.html",
|
|
143120
|
+
"permissionOnly": false,
|
|
143121
|
+
"description": "Grants permission to list eventbridge rule template groups",
|
|
143122
|
+
"accessLevel": "List",
|
|
143123
|
+
"resourceTypes": [
|
|
143124
|
+
{
|
|
143125
|
+
"resourceType": "",
|
|
143126
|
+
"required": false,
|
|
143127
|
+
"conditionKeys": [],
|
|
143128
|
+
"dependentActions": []
|
|
143129
|
+
}
|
|
143130
|
+
]
|
|
143131
|
+
},
|
|
143132
|
+
{
|
|
143133
|
+
"name": "ListEventBridgeRuleTemplates",
|
|
143134
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-notifications.html",
|
|
143135
|
+
"permissionOnly": false,
|
|
143136
|
+
"description": "Grants permission to list eventbridge rule templates",
|
|
143137
|
+
"accessLevel": "List",
|
|
143138
|
+
"resourceTypes": [
|
|
143139
|
+
{
|
|
143140
|
+
"resourceType": "",
|
|
143141
|
+
"required": false,
|
|
143142
|
+
"conditionKeys": [],
|
|
143143
|
+
"dependentActions": []
|
|
143144
|
+
}
|
|
143145
|
+
]
|
|
143146
|
+
},
|
|
142745
143147
|
{
|
|
142746
143148
|
"name": "ListInputDeviceTransfers",
|
|
142747
143149
|
"apiReferenceUrl": "https://docs.aws.amazon.com/medialive/latest/ug/eml-devices.html",
|
|
@@ -142862,11 +143264,26 @@
|
|
|
142862
143264
|
}
|
|
142863
143265
|
]
|
|
142864
143266
|
},
|
|
143267
|
+
{
|
|
143268
|
+
"name": "ListSignalMaps",
|
|
143269
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-signal-maps-view.html",
|
|
143270
|
+
"permissionOnly": false,
|
|
143271
|
+
"description": "Grants permission to list signal maps",
|
|
143272
|
+
"accessLevel": "List",
|
|
143273
|
+
"resourceTypes": [
|
|
143274
|
+
{
|
|
143275
|
+
"resourceType": "",
|
|
143276
|
+
"required": false,
|
|
143277
|
+
"conditionKeys": [],
|
|
143278
|
+
"dependentActions": []
|
|
143279
|
+
}
|
|
143280
|
+
]
|
|
143281
|
+
},
|
|
142865
143282
|
{
|
|
142866
143283
|
"name": "ListTagsForResource",
|
|
142867
143284
|
"apiReferenceUrl": "https://docs.aws.amazon.com/medialive/latest/ug/tagging.html",
|
|
142868
143285
|
"permissionOnly": false,
|
|
142869
|
-
"description": "Grants permission to list tags for channels, inputs, input security groups, multiplexes, and
|
|
143286
|
+
"description": "Grants permission to list tags for channels, inputs, input security groups, multiplexes, reservations, signal maps, template groups, and templates",
|
|
142870
143287
|
"accessLevel": "List",
|
|
142871
143288
|
"resourceTypes": [
|
|
142872
143289
|
{
|
|
@@ -142875,6 +143292,30 @@
|
|
|
142875
143292
|
"conditionKeys": [],
|
|
142876
143293
|
"dependentActions": []
|
|
142877
143294
|
},
|
|
143295
|
+
{
|
|
143296
|
+
"resourceType": "cloudwatch-alarm-template",
|
|
143297
|
+
"required": false,
|
|
143298
|
+
"conditionKeys": [],
|
|
143299
|
+
"dependentActions": []
|
|
143300
|
+
},
|
|
143301
|
+
{
|
|
143302
|
+
"resourceType": "cloudwatch-alarm-template-group",
|
|
143303
|
+
"required": false,
|
|
143304
|
+
"conditionKeys": [],
|
|
143305
|
+
"dependentActions": []
|
|
143306
|
+
},
|
|
143307
|
+
{
|
|
143308
|
+
"resourceType": "eventbridge-rule-template",
|
|
143309
|
+
"required": false,
|
|
143310
|
+
"conditionKeys": [],
|
|
143311
|
+
"dependentActions": []
|
|
143312
|
+
},
|
|
143313
|
+
{
|
|
143314
|
+
"resourceType": "eventbridge-rule-template-group",
|
|
143315
|
+
"required": false,
|
|
143316
|
+
"conditionKeys": [],
|
|
143317
|
+
"dependentActions": []
|
|
143318
|
+
},
|
|
142878
143319
|
{
|
|
142879
143320
|
"resourceType": "input",
|
|
142880
143321
|
"required": false,
|
|
@@ -142898,6 +143339,12 @@
|
|
|
142898
143339
|
"required": false,
|
|
142899
143340
|
"conditionKeys": [],
|
|
142900
143341
|
"dependentActions": []
|
|
143342
|
+
},
|
|
143343
|
+
{
|
|
143344
|
+
"resourceType": "signal-map",
|
|
143345
|
+
"required": false,
|
|
143346
|
+
"conditionKeys": [],
|
|
143347
|
+
"dependentActions": []
|
|
142901
143348
|
}
|
|
142902
143349
|
]
|
|
142903
143350
|
},
|
|
@@ -142991,6 +143438,21 @@
|
|
|
142991
143438
|
}
|
|
142992
143439
|
]
|
|
142993
143440
|
},
|
|
143441
|
+
{
|
|
143442
|
+
"name": "StartDeleteMonitorDeployment",
|
|
143443
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-signal-maps-delete.html",
|
|
143444
|
+
"permissionOnly": false,
|
|
143445
|
+
"description": "Grants permission to start deletion of a signal map's monitor",
|
|
143446
|
+
"accessLevel": "Write",
|
|
143447
|
+
"resourceTypes": [
|
|
143448
|
+
{
|
|
143449
|
+
"resourceType": "signal-map",
|
|
143450
|
+
"required": true,
|
|
143451
|
+
"conditionKeys": [],
|
|
143452
|
+
"dependentActions": []
|
|
143453
|
+
}
|
|
143454
|
+
]
|
|
143455
|
+
},
|
|
142994
143456
|
{
|
|
142995
143457
|
"name": "StartInputDevice",
|
|
142996
143458
|
"apiReferenceUrl": "https://docs.aws.amazon.com/medialive/latest/ug/eml-devices.html",
|
|
@@ -143021,6 +143483,21 @@
|
|
|
143021
143483
|
}
|
|
143022
143484
|
]
|
|
143023
143485
|
},
|
|
143486
|
+
{
|
|
143487
|
+
"name": "StartMonitorDeployment",
|
|
143488
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-deploy.html",
|
|
143489
|
+
"permissionOnly": false,
|
|
143490
|
+
"description": "Grants permission to start a signal map monitor deployment",
|
|
143491
|
+
"accessLevel": "Write",
|
|
143492
|
+
"resourceTypes": [
|
|
143493
|
+
{
|
|
143494
|
+
"resourceType": "signal-map",
|
|
143495
|
+
"required": true,
|
|
143496
|
+
"conditionKeys": [],
|
|
143497
|
+
"dependentActions": []
|
|
143498
|
+
}
|
|
143499
|
+
]
|
|
143500
|
+
},
|
|
143024
143501
|
{
|
|
143025
143502
|
"name": "StartMultiplex",
|
|
143026
143503
|
"apiReferenceUrl": "https://docs.aws.amazon.com/medialive/latest/ug/start-multiplex.html",
|
|
@@ -143036,6 +143513,21 @@
|
|
|
143036
143513
|
}
|
|
143037
143514
|
]
|
|
143038
143515
|
},
|
|
143516
|
+
{
|
|
143517
|
+
"name": "StartUpdateSignalMap",
|
|
143518
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-signal-maps-update.html",
|
|
143519
|
+
"permissionOnly": false,
|
|
143520
|
+
"description": "Grants permission to start a signal map update",
|
|
143521
|
+
"accessLevel": "Write",
|
|
143522
|
+
"resourceTypes": [
|
|
143523
|
+
{
|
|
143524
|
+
"resourceType": "signal-map",
|
|
143525
|
+
"required": true,
|
|
143526
|
+
"conditionKeys": [],
|
|
143527
|
+
"dependentActions": []
|
|
143528
|
+
}
|
|
143529
|
+
]
|
|
143530
|
+
},
|
|
143039
143531
|
{
|
|
143040
143532
|
"name": "StopChannel",
|
|
143041
143533
|
"apiReferenceUrl": "https://docs.aws.amazon.com/medialive/latest/ug/starting-stopping-deleting-a-channel.html",
|
|
@@ -143141,6 +143633,78 @@
|
|
|
143141
143633
|
}
|
|
143142
143634
|
]
|
|
143143
143635
|
},
|
|
143636
|
+
{
|
|
143637
|
+
"name": "UpdateCloudWatchAlarmTemplate",
|
|
143638
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-alarms-templates-create.html",
|
|
143639
|
+
"permissionOnly": false,
|
|
143640
|
+
"description": "Grants permission to update a cloudwatch alarm template",
|
|
143641
|
+
"accessLevel": "Write",
|
|
143642
|
+
"resourceTypes": [
|
|
143643
|
+
{
|
|
143644
|
+
"resourceType": "cloudwatch-alarm-template",
|
|
143645
|
+
"required": true,
|
|
143646
|
+
"conditionKeys": [],
|
|
143647
|
+
"dependentActions": []
|
|
143648
|
+
},
|
|
143649
|
+
{
|
|
143650
|
+
"resourceType": "cloudwatch-alarm-template-group",
|
|
143651
|
+
"required": true,
|
|
143652
|
+
"conditionKeys": [],
|
|
143653
|
+
"dependentActions": []
|
|
143654
|
+
}
|
|
143655
|
+
]
|
|
143656
|
+
},
|
|
143657
|
+
{
|
|
143658
|
+
"name": "UpdateCloudWatchAlarmTemplateGroup",
|
|
143659
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-alarms-templates-create.html",
|
|
143660
|
+
"permissionOnly": false,
|
|
143661
|
+
"description": "Grants permission to update a cloudwatch alarm template group",
|
|
143662
|
+
"accessLevel": "Write",
|
|
143663
|
+
"resourceTypes": [
|
|
143664
|
+
{
|
|
143665
|
+
"resourceType": "cloudwatch-alarm-template-group",
|
|
143666
|
+
"required": true,
|
|
143667
|
+
"conditionKeys": [],
|
|
143668
|
+
"dependentActions": []
|
|
143669
|
+
}
|
|
143670
|
+
]
|
|
143671
|
+
},
|
|
143672
|
+
{
|
|
143673
|
+
"name": "UpdateEventBridgeRuleTemplate",
|
|
143674
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-notifications-template-create.html",
|
|
143675
|
+
"permissionOnly": false,
|
|
143676
|
+
"description": "Grants permission to update a eventbridge rule template",
|
|
143677
|
+
"accessLevel": "Write",
|
|
143678
|
+
"resourceTypes": [
|
|
143679
|
+
{
|
|
143680
|
+
"resourceType": "eventbridge-rule-template",
|
|
143681
|
+
"required": true,
|
|
143682
|
+
"conditionKeys": [],
|
|
143683
|
+
"dependentActions": []
|
|
143684
|
+
},
|
|
143685
|
+
{
|
|
143686
|
+
"resourceType": "eventbridge-rule-template-group",
|
|
143687
|
+
"required": true,
|
|
143688
|
+
"conditionKeys": [],
|
|
143689
|
+
"dependentActions": []
|
|
143690
|
+
}
|
|
143691
|
+
]
|
|
143692
|
+
},
|
|
143693
|
+
{
|
|
143694
|
+
"name": "UpdateEventBridgeRuleTemplateGroup",
|
|
143695
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-notifications-template-create.html",
|
|
143696
|
+
"permissionOnly": false,
|
|
143697
|
+
"description": "Grants permission to update a eventbridge rule template group",
|
|
143698
|
+
"accessLevel": "Write",
|
|
143699
|
+
"resourceTypes": [
|
|
143700
|
+
{
|
|
143701
|
+
"resourceType": "eventbridge-rule-template-group",
|
|
143702
|
+
"required": true,
|
|
143703
|
+
"conditionKeys": [],
|
|
143704
|
+
"dependentActions": []
|
|
143705
|
+
}
|
|
143706
|
+
]
|
|
143707
|
+
},
|
|
143144
143708
|
{
|
|
143145
143709
|
"name": "UpdateInput",
|
|
143146
143710
|
"apiReferenceUrl": "https://docs.aws.amazon.com/medialive/latest/ug/edit-input.html",
|
|
@@ -143293,6 +143857,46 @@
|
|
|
143293
143857
|
"apiReferenceUrl": "https://docs.aws.amazon.com/medialive/latest/ug/input-output-reservations.html",
|
|
143294
143858
|
"arnPattern": "arn:${Partition}:medialive:${Region}:${Account}:offering:${OfferingId}",
|
|
143295
143859
|
"conditionKeys": []
|
|
143860
|
+
},
|
|
143861
|
+
{
|
|
143862
|
+
"name": "signal-map",
|
|
143863
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-signal-maps-create.html",
|
|
143864
|
+
"arnPattern": "arn:${Partition}:medialive:${Region}:${Account}:signal-map:${SignalMapId}",
|
|
143865
|
+
"conditionKeys": [
|
|
143866
|
+
"aws:ResourceTag/${TagKey}"
|
|
143867
|
+
]
|
|
143868
|
+
},
|
|
143869
|
+
{
|
|
143870
|
+
"name": "cloudwatch-alarm-template-group",
|
|
143871
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-alarms-templates-create.html",
|
|
143872
|
+
"arnPattern": "arn:${Partition}:medialive:${Region}:${Account}:cloudwatch-alarm-template-group:${CloudWatchAlarmTemplateGroupId}",
|
|
143873
|
+
"conditionKeys": [
|
|
143874
|
+
"aws:ResourceTag/${TagKey}"
|
|
143875
|
+
]
|
|
143876
|
+
},
|
|
143877
|
+
{
|
|
143878
|
+
"name": "cloudwatch-alarm-template",
|
|
143879
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-alarms-templates-create.html",
|
|
143880
|
+
"arnPattern": "arn:${Partition}:medialive:${Region}:${Account}:cloudwatch-alarm-template:${CloudWatchAlarmTemplateId}",
|
|
143881
|
+
"conditionKeys": [
|
|
143882
|
+
"aws:ResourceTag/${TagKey}"
|
|
143883
|
+
]
|
|
143884
|
+
},
|
|
143885
|
+
{
|
|
143886
|
+
"name": "eventbridge-rule-template-group",
|
|
143887
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-notifications-template-create.html",
|
|
143888
|
+
"arnPattern": "arn:${Partition}:medialive:${Region}:${Account}:eventbridge-rule-template-group:${EventBridgeRuleTemplateGroupId}",
|
|
143889
|
+
"conditionKeys": [
|
|
143890
|
+
"aws:ResourceTag/${TagKey}"
|
|
143891
|
+
]
|
|
143892
|
+
},
|
|
143893
|
+
{
|
|
143894
|
+
"name": "eventbridge-rule-template",
|
|
143895
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-notifications-template-create.html",
|
|
143896
|
+
"arnPattern": "arn:${Partition}:medialive:${Region}:${Account}:eventbridge-rule-template:${EventBridgeRuleTemplateId}",
|
|
143897
|
+
"conditionKeys": [
|
|
143898
|
+
"aws:ResourceTag/${TagKey}"
|
|
143899
|
+
]
|
|
143296
143900
|
}
|
|
143297
143901
|
],
|
|
143298
143902
|
"conditionKeys": [
|
|
@@ -259733,6 +260337,27 @@
|
|
|
259733
260337
|
"dependentActions": []
|
|
259734
260338
|
}
|
|
259735
260339
|
]
|
|
260340
|
+
},
|
|
260341
|
+
{
|
|
260342
|
+
"name": "UpdateSession",
|
|
260343
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/wisdom/latest/APIReference/API_UpdateSession.html",
|
|
260344
|
+
"permissionOnly": false,
|
|
260345
|
+
"description": "Grants permission to update a session",
|
|
260346
|
+
"accessLevel": "Write",
|
|
260347
|
+
"resourceTypes": [
|
|
260348
|
+
{
|
|
260349
|
+
"resourceType": "Assistant",
|
|
260350
|
+
"required": true,
|
|
260351
|
+
"conditionKeys": [],
|
|
260352
|
+
"dependentActions": []
|
|
260353
|
+
},
|
|
260354
|
+
{
|
|
260355
|
+
"resourceType": "Session",
|
|
260356
|
+
"required": true,
|
|
260357
|
+
"conditionKeys": [],
|
|
260358
|
+
"dependentActions": []
|
|
260359
|
+
}
|
|
260360
|
+
]
|
|
259736
260361
|
}
|
|
259737
260362
|
],
|
|
259738
260363
|
"resourceTypes": [
|
|
@@ -320273,6 +320898,21 @@
|
|
|
320273
320898
|
}
|
|
320274
320899
|
]
|
|
320275
320900
|
},
|
|
320901
|
+
{
|
|
320902
|
+
"name": "SendDataIntegrationEvent",
|
|
320903
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awssupplychain.html",
|
|
320904
|
+
"permissionOnly": false,
|
|
320905
|
+
"description": "Grants permission to create a DataIntegrationEvent which will ingest data in real-time",
|
|
320906
|
+
"accessLevel": "Write",
|
|
320907
|
+
"resourceTypes": [
|
|
320908
|
+
{
|
|
320909
|
+
"resourceType": "instance",
|
|
320910
|
+
"required": true,
|
|
320911
|
+
"conditionKeys": [],
|
|
320912
|
+
"dependentActions": []
|
|
320913
|
+
}
|
|
320914
|
+
]
|
|
320915
|
+
},
|
|
320276
320916
|
{
|
|
320277
320917
|
"name": "TagResource",
|
|
320278
320918
|
"apiReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awssupplychain.html",
|
|
@@ -9907,7 +9907,7 @@
|
|
|
9907
9907
|
"name": "AWS Elemental MediaLive",
|
|
9908
9908
|
"servicePrefix": "medialive",
|
|
9909
9909
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awselementalmedialive.html",
|
|
9910
|
-
"actionsCount":
|
|
9910
|
+
"actionsCount": 92,
|
|
9911
9911
|
"actions": [
|
|
9912
9912
|
"AcceptInputDeviceTransfer",
|
|
9913
9913
|
"BatchDelete",
|
|
@@ -9917,19 +9917,29 @@
|
|
|
9917
9917
|
"CancelInputDeviceTransfer",
|
|
9918
9918
|
"ClaimDevice",
|
|
9919
9919
|
"CreateChannel",
|
|
9920
|
+
"CreateCloudWatchAlarmTemplate",
|
|
9921
|
+
"CreateCloudWatchAlarmTemplateGroup",
|
|
9922
|
+
"CreateEventBridgeRuleTemplate",
|
|
9923
|
+
"CreateEventBridgeRuleTemplateGroup",
|
|
9920
9924
|
"CreateInput",
|
|
9921
9925
|
"CreateInputSecurityGroup",
|
|
9922
9926
|
"CreateMultiplex",
|
|
9923
9927
|
"CreateMultiplexProgram",
|
|
9924
9928
|
"CreatePartnerInput",
|
|
9929
|
+
"CreateSignalMap",
|
|
9925
9930
|
"CreateTags",
|
|
9926
9931
|
"DeleteChannel",
|
|
9932
|
+
"DeleteCloudWatchAlarmTemplate",
|
|
9933
|
+
"DeleteCloudWatchAlarmTemplateGroup",
|
|
9934
|
+
"DeleteEventBridgeRuleTemplate",
|
|
9935
|
+
"DeleteEventBridgeRuleTemplateGroup",
|
|
9927
9936
|
"DeleteInput",
|
|
9928
9937
|
"DeleteInputSecurityGroup",
|
|
9929
9938
|
"DeleteMultiplex",
|
|
9930
9939
|
"DeleteMultiplexProgram",
|
|
9931
9940
|
"DeleteReservation",
|
|
9932
9941
|
"DeleteSchedule",
|
|
9942
|
+
"DeleteSignalMap",
|
|
9933
9943
|
"DeleteTags",
|
|
9934
9944
|
"DescribeAccountConfiguration",
|
|
9935
9945
|
"DescribeChannel",
|
|
@@ -9943,7 +9953,16 @@
|
|
|
9943
9953
|
"DescribeReservation",
|
|
9944
9954
|
"DescribeSchedule",
|
|
9945
9955
|
"DescribeThumbnails",
|
|
9956
|
+
"GetCloudWatchAlarmTemplate",
|
|
9957
|
+
"GetCloudWatchAlarmTemplateGroup",
|
|
9958
|
+
"GetEventBridgeRuleTemplate",
|
|
9959
|
+
"GetEventBridgeRuleTemplateGroup",
|
|
9960
|
+
"GetSignalMap",
|
|
9946
9961
|
"ListChannels",
|
|
9962
|
+
"ListCloudWatchAlarmTemplateGroups",
|
|
9963
|
+
"ListCloudWatchAlarmTemplates",
|
|
9964
|
+
"ListEventBridgeRuleTemplateGroups",
|
|
9965
|
+
"ListEventBridgeRuleTemplates",
|
|
9947
9966
|
"ListInputDeviceTransfers",
|
|
9948
9967
|
"ListInputDevices",
|
|
9949
9968
|
"ListInputSecurityGroups",
|
|
@@ -9952,15 +9971,19 @@
|
|
|
9952
9971
|
"ListMultiplexes",
|
|
9953
9972
|
"ListOfferings",
|
|
9954
9973
|
"ListReservations",
|
|
9974
|
+
"ListSignalMaps",
|
|
9955
9975
|
"ListTagsForResource",
|
|
9956
9976
|
"PurchaseOffering",
|
|
9957
9977
|
"RebootInputDevice",
|
|
9958
9978
|
"RejectInputDeviceTransfer",
|
|
9959
9979
|
"RestartChannelPipelines",
|
|
9960
9980
|
"StartChannel",
|
|
9981
|
+
"StartDeleteMonitorDeployment",
|
|
9961
9982
|
"StartInputDevice",
|
|
9962
9983
|
"StartInputDeviceMaintenanceWindow",
|
|
9984
|
+
"StartMonitorDeployment",
|
|
9963
9985
|
"StartMultiplex",
|
|
9986
|
+
"StartUpdateSignalMap",
|
|
9964
9987
|
"StopChannel",
|
|
9965
9988
|
"StopInputDevice",
|
|
9966
9989
|
"StopMultiplex",
|
|
@@ -9968,6 +9991,10 @@
|
|
|
9968
9991
|
"UpdateAccountConfiguration",
|
|
9969
9992
|
"UpdateChannel",
|
|
9970
9993
|
"UpdateChannelClass",
|
|
9994
|
+
"UpdateCloudWatchAlarmTemplate",
|
|
9995
|
+
"UpdateCloudWatchAlarmTemplateGroup",
|
|
9996
|
+
"UpdateEventBridgeRuleTemplate",
|
|
9997
|
+
"UpdateEventBridgeRuleTemplateGroup",
|
|
9971
9998
|
"UpdateInput",
|
|
9972
9999
|
"UpdateInputDevice",
|
|
9973
10000
|
"UpdateInputSecurityGroup",
|
|
@@ -9975,7 +10002,7 @@
|
|
|
9975
10002
|
"UpdateMultiplexProgram",
|
|
9976
10003
|
"UpdateReservation"
|
|
9977
10004
|
],
|
|
9978
|
-
"resourceTypesCount":
|
|
10005
|
+
"resourceTypesCount": 12,
|
|
9979
10006
|
"resourceTypes": [
|
|
9980
10007
|
"channel",
|
|
9981
10008
|
"input",
|
|
@@ -9983,7 +10010,12 @@
|
|
|
9983
10010
|
"input-security-group",
|
|
9984
10011
|
"multiplex",
|
|
9985
10012
|
"reservation",
|
|
9986
|
-
"offering"
|
|
10013
|
+
"offering",
|
|
10014
|
+
"signal-map",
|
|
10015
|
+
"cloudwatch-alarm-template-group",
|
|
10016
|
+
"cloudwatch-alarm-template",
|
|
10017
|
+
"eventbridge-rule-template-group",
|
|
10018
|
+
"eventbridge-rule-template"
|
|
9987
10019
|
],
|
|
9988
10020
|
"conditionKeysCount": 3,
|
|
9989
10021
|
"conditionKeys": [
|
|
@@ -19093,7 +19125,7 @@
|
|
|
19093
19125
|
"name": "Amazon Q in Connect",
|
|
19094
19126
|
"servicePrefix": "wisdom",
|
|
19095
19127
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonqinconnect.html",
|
|
19096
|
-
"actionsCount":
|
|
19128
|
+
"actionsCount": 43,
|
|
19097
19129
|
"actions": [
|
|
19098
19130
|
"CreateAssistant",
|
|
19099
19131
|
"CreateAssistantAssociation",
|
|
@@ -19136,7 +19168,8 @@
|
|
|
19136
19168
|
"UntagResource",
|
|
19137
19169
|
"UpdateContent",
|
|
19138
19170
|
"UpdateKnowledgeBaseTemplateUri",
|
|
19139
|
-
"UpdateQuickResponse"
|
|
19171
|
+
"UpdateQuickResponse",
|
|
19172
|
+
"UpdateSession"
|
|
19140
19173
|
],
|
|
19141
19174
|
"resourceTypesCount": 6,
|
|
19142
19175
|
"resourceTypes": [
|
|
@@ -23426,7 +23459,7 @@
|
|
|
23426
23459
|
"name": "AWS Supply Chain",
|
|
23427
23460
|
"servicePrefix": "scn",
|
|
23428
23461
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awssupplychain.html",
|
|
23429
|
-
"actionsCount":
|
|
23462
|
+
"actionsCount": 16,
|
|
23430
23463
|
"actions": [
|
|
23431
23464
|
"AssignAdminPermissionsToUser",
|
|
23432
23465
|
"CreateBillOfMaterialsImportJob",
|
|
@@ -23440,6 +23473,7 @@
|
|
|
23440
23473
|
"ListInstances",
|
|
23441
23474
|
"ListTagsForResource",
|
|
23442
23475
|
"RemoveAdminPermissionsForUser",
|
|
23476
|
+
"SendDataIntegrationEvent",
|
|
23443
23477
|
"TagResource",
|
|
23444
23478
|
"UntagResource",
|
|
23445
23479
|
"UpdateInstance"
|
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
"Actions by type": [
|
|
3
3
|
{
|
|
4
4
|
"key": "Write Actions",
|
|
5
|
-
"value":
|
|
5
|
+
"value": 9186
|
|
6
6
|
},
|
|
7
7
|
{
|
|
8
8
|
"key": "Read Actions",
|
|
9
|
-
"value":
|
|
9
|
+
"value": 4475
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
12
|
"key": "List Actions",
|
|
13
|
-
"value":
|
|
13
|
+
"value": 2706
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"key": "Permissions Actions",
|
|
@@ -410,7 +410,7 @@
|
|
|
410
410
|
},
|
|
411
411
|
{
|
|
412
412
|
"key": "Total number of distinct resource ARNS",
|
|
413
|
-
"value":
|
|
413
|
+
"value": 1704
|
|
414
414
|
},
|
|
415
415
|
{
|
|
416
416
|
"key": "Total number of distinct condition keys",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-iam-data",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.186",
|
|
4
4
|
"description": "Provides AWS IAM data gathered from the official AWS IAM docs as a convenient npm package that can be used in other OSS projects.",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|