@cloud-copilot/iam-data 0.15.202511271 → 0.15.202512091
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.
- package/data/actions/aco-automation.json +252 -0
- package/data/actions/aidevops.json +481 -0
- package/data/actions/aws-marketplace.json +48 -0
- package/data/actions/aws-mcp.json +26 -0
- package/data/actions/bcm-data-exports.json +12 -0
- package/data/actions/bedrock-agentcore.json +594 -2
- package/data/actions/bedrock-mantle.json +106 -0
- package/data/actions/bedrock.json +84 -3
- package/data/actions/ce.json +8 -0
- package/data/actions/cloudfront.json +239 -0
- package/data/actions/cloudwatch.json +45 -0
- package/data/actions/connect.json +1081 -8
- package/data/actions/datazone.json +16 -0
- package/data/actions/ecr.json +78 -0
- package/data/actions/eks.json +108 -0
- package/data/actions/healthlake.json +1 -0
- package/data/actions/identitystore.json +19 -0
- package/data/actions/lambda.json +296 -4
- package/data/actions/logs.json +105 -0
- package/data/actions/mediaconnect.json +748 -91
- package/data/actions/nova-act.json +276 -0
- package/data/actions/observabilityadmin.json +180 -0
- package/data/actions/opensearch.json +40 -0
- package/data/actions/partnercentral-account-management.json +22 -0
- package/data/actions/partnercentral.json +903 -22
- package/data/actions/route53.json +15 -0
- package/data/actions/route53globalresolver.json +700 -0
- package/data/actions/s3.json +1 -0
- package/data/actions/s3tables.json +243 -3
- package/data/actions/s3vectors.json +147 -22
- package/data/actions/sagemaker-unified-studio-mcp.json +3 -0
- package/data/actions/sagemaker.json +110 -0
- package/data/actions/security-ir.json +31 -0
- package/data/actions/securityagent.json +503 -0
- package/data/actions/transform-custom.json +274 -0
- package/data/actions/transform.json +72 -0
- package/data/actions/vpce.json +14 -1
- package/data/conditionKeys/aco-automation.json +17 -0
- package/data/conditionKeys/aidevops.json +22 -0
- package/data/conditionKeys/aws-mcp.json +1 -0
- package/data/conditionKeys/bedrock-agentcore.json +0 -5
- package/data/conditionKeys/bedrock-mantle.json +17 -0
- package/data/conditionKeys/connect.json +10 -0
- package/data/conditionKeys/nova-act.json +1 -0
- package/data/conditionKeys/observabilityadmin.json +5 -0
- package/data/conditionKeys/partnercentral-account-management.json +12 -1
- package/data/conditionKeys/partnercentral.json +15 -0
- package/data/conditionKeys/route53globalresolver.json +17 -0
- package/data/conditionKeys/s3tables.json +5 -0
- package/data/conditionKeys/s3vectors.json +20 -0
- package/data/conditionKeys/securityagent.json +1 -0
- package/data/conditionKeys/transform-custom.json +17 -0
- package/data/conditionPatterns.json +4 -0
- package/data/resourceTypes/aco-automation.json +9 -0
- package/data/resourceTypes/aidevops.json +24 -0
- package/data/resourceTypes/apigateway.json +3 -0
- package/data/resourceTypes/aws-mcp.json +1 -0
- package/data/resourceTypes/bcm-data-exports.json +7 -0
- package/data/resourceTypes/bedrock-agentcore.json +20 -0
- package/data/resourceTypes/bedrock-mantle.json +6 -0
- package/data/resourceTypes/cloudfront.json +14 -0
- package/data/resourceTypes/connect.json +18 -0
- package/data/resourceTypes/eks.json +7 -0
- package/data/resourceTypes/lambda.json +11 -0
- package/data/resourceTypes/mediaconnect.json +41 -12
- package/data/resourceTypes/nova-act.json +10 -0
- package/data/resourceTypes/observabilityadmin.json +14 -0
- package/data/resourceTypes/omics.json +0 -4
- package/data/resourceTypes/partnercentral.json +42 -0
- package/data/resourceTypes/route53globalresolver.json +37 -0
- package/data/resourceTypes/s3vectors.json +10 -2
- package/data/resourceTypes/sagemaker.json +8 -0
- package/data/resourceTypes/securityagent.json +38 -0
- package/data/resourceTypes/transform-custom.json +18 -0
- package/data/resourceTypes/vpce.json +10 -1
- package/data/serviceNames.json +9 -2
- package/data/services.json +8 -1
- package/package.json +2 -2
- package/data/actions/deepcomposer.json +0 -316
- package/data/conditionKeys/deepcomposer.json +0 -17
- package/data/resourceTypes/deepcomposer.json +0 -20
|
@@ -33,10 +33,17 @@
|
|
|
33
33
|
"name": "AddFlowMediaStreams",
|
|
34
34
|
"description": "Grants permission to add media streams to any flow",
|
|
35
35
|
"accessLevel": "Write",
|
|
36
|
-
"resourceTypes": [
|
|
36
|
+
"resourceTypes": [
|
|
37
|
+
{
|
|
38
|
+
"name": "Flow",
|
|
39
|
+
"required": true,
|
|
40
|
+
"conditionKeys": [],
|
|
41
|
+
"dependentActions": []
|
|
42
|
+
}
|
|
43
|
+
],
|
|
37
44
|
"conditionKeys": [
|
|
38
|
-
"aws:
|
|
39
|
-
"aws:
|
|
45
|
+
"aws:RequestTag/${TagKey}",
|
|
46
|
+
"aws:TagKeys"
|
|
40
47
|
],
|
|
41
48
|
"dependentActions": []
|
|
42
49
|
},
|
|
@@ -44,10 +51,23 @@
|
|
|
44
51
|
"name": "AddFlowOutputs",
|
|
45
52
|
"description": "Grants permission to add outputs to any flow",
|
|
46
53
|
"accessLevel": "Write",
|
|
47
|
-
"resourceTypes": [
|
|
54
|
+
"resourceTypes": [
|
|
55
|
+
{
|
|
56
|
+
"name": "Flow",
|
|
57
|
+
"required": true,
|
|
58
|
+
"conditionKeys": [],
|
|
59
|
+
"dependentActions": []
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"name": "Output",
|
|
63
|
+
"required": true,
|
|
64
|
+
"conditionKeys": [],
|
|
65
|
+
"dependentActions": []
|
|
66
|
+
}
|
|
67
|
+
],
|
|
48
68
|
"conditionKeys": [
|
|
49
|
-
"aws:
|
|
50
|
-
"aws:
|
|
69
|
+
"aws:RequestTag/${TagKey}",
|
|
70
|
+
"aws:TagKeys"
|
|
51
71
|
],
|
|
52
72
|
"dependentActions": []
|
|
53
73
|
},
|
|
@@ -55,10 +75,23 @@
|
|
|
55
75
|
"name": "AddFlowSources",
|
|
56
76
|
"description": "Grants permission to add sources to any flow",
|
|
57
77
|
"accessLevel": "Write",
|
|
58
|
-
"resourceTypes": [
|
|
78
|
+
"resourceTypes": [
|
|
79
|
+
{
|
|
80
|
+
"name": "Flow",
|
|
81
|
+
"required": true,
|
|
82
|
+
"conditionKeys": [],
|
|
83
|
+
"dependentActions": []
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"name": "Source",
|
|
87
|
+
"required": true,
|
|
88
|
+
"conditionKeys": [],
|
|
89
|
+
"dependentActions": []
|
|
90
|
+
}
|
|
91
|
+
],
|
|
59
92
|
"conditionKeys": [
|
|
60
|
-
"aws:
|
|
61
|
-
"aws:
|
|
93
|
+
"aws:RequestTag/${TagKey}",
|
|
94
|
+
"aws:TagKeys"
|
|
62
95
|
],
|
|
63
96
|
"dependentActions": []
|
|
64
97
|
},
|
|
@@ -66,18 +99,40 @@
|
|
|
66
99
|
"name": "AddFlowVpcInterfaces",
|
|
67
100
|
"description": "Grants permission to add VPC interfaces to any flow",
|
|
68
101
|
"accessLevel": "Write",
|
|
69
|
-
"resourceTypes": [
|
|
102
|
+
"resourceTypes": [
|
|
103
|
+
{
|
|
104
|
+
"name": "Flow",
|
|
105
|
+
"required": true,
|
|
106
|
+
"conditionKeys": [],
|
|
107
|
+
"dependentActions": []
|
|
108
|
+
}
|
|
109
|
+
],
|
|
70
110
|
"conditionKeys": [
|
|
71
|
-
"aws:
|
|
72
|
-
"aws:
|
|
111
|
+
"aws:RequestTag/${TagKey}",
|
|
112
|
+
"aws:TagKeys"
|
|
73
113
|
],
|
|
74
114
|
"dependentActions": []
|
|
75
115
|
},
|
|
116
|
+
"associaterouternetworkinterface": {
|
|
117
|
+
"name": "AssociateRouterNetworkInterface",
|
|
118
|
+
"description": "Grants permission to associate a router network interface",
|
|
119
|
+
"accessLevel": "Write",
|
|
120
|
+
"resourceTypes": [],
|
|
121
|
+
"conditionKeys": [],
|
|
122
|
+
"dependentActions": []
|
|
123
|
+
},
|
|
76
124
|
"createbridge": {
|
|
77
125
|
"name": "CreateBridge",
|
|
78
126
|
"description": "Grants permission to create bridges",
|
|
79
127
|
"accessLevel": "Write",
|
|
80
|
-
"resourceTypes": [
|
|
128
|
+
"resourceTypes": [
|
|
129
|
+
{
|
|
130
|
+
"name": "Bridge",
|
|
131
|
+
"required": true,
|
|
132
|
+
"conditionKeys": [],
|
|
133
|
+
"dependentActions": []
|
|
134
|
+
}
|
|
135
|
+
],
|
|
81
136
|
"conditionKeys": [],
|
|
82
137
|
"dependentActions": []
|
|
83
138
|
},
|
|
@@ -85,10 +140,17 @@
|
|
|
85
140
|
"name": "CreateFlow",
|
|
86
141
|
"description": "Grants permission to create flows",
|
|
87
142
|
"accessLevel": "Write",
|
|
88
|
-
"resourceTypes": [
|
|
143
|
+
"resourceTypes": [
|
|
144
|
+
{
|
|
145
|
+
"name": "Flow",
|
|
146
|
+
"required": true,
|
|
147
|
+
"conditionKeys": [],
|
|
148
|
+
"dependentActions": []
|
|
149
|
+
}
|
|
150
|
+
],
|
|
89
151
|
"conditionKeys": [
|
|
90
|
-
"aws:
|
|
91
|
-
"aws:
|
|
152
|
+
"aws:RequestTag/${TagKey}",
|
|
153
|
+
"aws:TagKeys"
|
|
92
154
|
],
|
|
93
155
|
"dependentActions": []
|
|
94
156
|
},
|
|
@@ -96,10 +158,90 @@
|
|
|
96
158
|
"name": "CreateGateway",
|
|
97
159
|
"description": "Grants permission to create gateways",
|
|
98
160
|
"accessLevel": "Write",
|
|
99
|
-
"resourceTypes": [
|
|
161
|
+
"resourceTypes": [
|
|
162
|
+
{
|
|
163
|
+
"name": "Gateway",
|
|
164
|
+
"required": true,
|
|
165
|
+
"conditionKeys": [],
|
|
166
|
+
"dependentActions": []
|
|
167
|
+
}
|
|
168
|
+
],
|
|
100
169
|
"conditionKeys": [],
|
|
101
170
|
"dependentActions": []
|
|
102
171
|
},
|
|
172
|
+
"createrouterinput": {
|
|
173
|
+
"name": "CreateRouterInput",
|
|
174
|
+
"description": "Grants permission to create a new router input in AWS Elemental MediaConnect",
|
|
175
|
+
"accessLevel": "Write",
|
|
176
|
+
"resourceTypes": [
|
|
177
|
+
{
|
|
178
|
+
"name": "RouterInput",
|
|
179
|
+
"required": true,
|
|
180
|
+
"conditionKeys": [],
|
|
181
|
+
"dependentActions": [
|
|
182
|
+
"ec2:CreateNetworkInterface",
|
|
183
|
+
"iam:PassRole",
|
|
184
|
+
"mediaconnect:AssociateRouterNetworkInterface",
|
|
185
|
+
"mediaconnect:CreateRouterInput",
|
|
186
|
+
"mediaconnect:TagResource",
|
|
187
|
+
"mediaconnect:UpdateFlowOutput"
|
|
188
|
+
]
|
|
189
|
+
}
|
|
190
|
+
],
|
|
191
|
+
"conditionKeys": [
|
|
192
|
+
"aws:RequestTag/${TagKey}",
|
|
193
|
+
"aws:TagKeys"
|
|
194
|
+
],
|
|
195
|
+
"dependentActions": []
|
|
196
|
+
},
|
|
197
|
+
"createrouternetworkinterface": {
|
|
198
|
+
"name": "CreateRouterNetworkInterface",
|
|
199
|
+
"description": "Grants permission to create a new router network interface in AWS Elemental MediaConnect",
|
|
200
|
+
"accessLevel": "Write",
|
|
201
|
+
"resourceTypes": [
|
|
202
|
+
{
|
|
203
|
+
"name": "RouterNetworkInterface",
|
|
204
|
+
"required": true,
|
|
205
|
+
"conditionKeys": [],
|
|
206
|
+
"dependentActions": [
|
|
207
|
+
"iam:CreateServiceLinkedRole",
|
|
208
|
+
"mediaconnect:CreateRouterNetworkInterface",
|
|
209
|
+
"mediaconnect:TagResource"
|
|
210
|
+
]
|
|
211
|
+
}
|
|
212
|
+
],
|
|
213
|
+
"conditionKeys": [
|
|
214
|
+
"aws:RequestTag/${TagKey}",
|
|
215
|
+
"aws:TagKeys"
|
|
216
|
+
],
|
|
217
|
+
"dependentActions": []
|
|
218
|
+
},
|
|
219
|
+
"createrouteroutput": {
|
|
220
|
+
"name": "CreateRouterOutput",
|
|
221
|
+
"description": "Grants permission to create a new router output in AWS Elemental MediaConnect",
|
|
222
|
+
"accessLevel": "Write",
|
|
223
|
+
"resourceTypes": [
|
|
224
|
+
{
|
|
225
|
+
"name": "RouterOutput",
|
|
226
|
+
"required": true,
|
|
227
|
+
"conditionKeys": [],
|
|
228
|
+
"dependentActions": [
|
|
229
|
+
"ec2:CreateNetworkInterface",
|
|
230
|
+
"iam:PassRole",
|
|
231
|
+
"mediaconnect:AssociateRouterNetworkInterface",
|
|
232
|
+
"mediaconnect:CreateRouterOutput",
|
|
233
|
+
"mediaconnect:TagResource",
|
|
234
|
+
"mediaconnect:UpdateFlowSource",
|
|
235
|
+
"medialive:UpdateInput"
|
|
236
|
+
]
|
|
237
|
+
}
|
|
238
|
+
],
|
|
239
|
+
"conditionKeys": [
|
|
240
|
+
"aws:RequestTag/${TagKey}",
|
|
241
|
+
"aws:TagKeys"
|
|
242
|
+
],
|
|
243
|
+
"dependentActions": []
|
|
244
|
+
},
|
|
103
245
|
"deletebridge": {
|
|
104
246
|
"name": "DeleteBridge",
|
|
105
247
|
"description": "Grants permission to delete bridges",
|
|
@@ -119,7 +261,14 @@
|
|
|
119
261
|
"name": "DeleteFlow",
|
|
120
262
|
"description": "Grants permission to delete flows",
|
|
121
263
|
"accessLevel": "Write",
|
|
122
|
-
"resourceTypes": [
|
|
264
|
+
"resourceTypes": [
|
|
265
|
+
{
|
|
266
|
+
"name": "Flow",
|
|
267
|
+
"required": true,
|
|
268
|
+
"conditionKeys": [],
|
|
269
|
+
"dependentActions": []
|
|
270
|
+
}
|
|
271
|
+
],
|
|
123
272
|
"conditionKeys": [],
|
|
124
273
|
"dependentActions": []
|
|
125
274
|
},
|
|
@@ -138,6 +287,51 @@
|
|
|
138
287
|
"conditionKeys": [],
|
|
139
288
|
"dependentActions": []
|
|
140
289
|
},
|
|
290
|
+
"deleterouterinput": {
|
|
291
|
+
"name": "DeleteRouterInput",
|
|
292
|
+
"description": "Grants permission to delete a router input in AWS Elemental MediaConnect",
|
|
293
|
+
"accessLevel": "Write",
|
|
294
|
+
"resourceTypes": [
|
|
295
|
+
{
|
|
296
|
+
"name": "RouterInput",
|
|
297
|
+
"required": true,
|
|
298
|
+
"conditionKeys": [],
|
|
299
|
+
"dependentActions": []
|
|
300
|
+
}
|
|
301
|
+
],
|
|
302
|
+
"conditionKeys": [],
|
|
303
|
+
"dependentActions": []
|
|
304
|
+
},
|
|
305
|
+
"deleterouternetworkinterface": {
|
|
306
|
+
"name": "DeleteRouterNetworkInterface",
|
|
307
|
+
"description": "Grants permission to delete a router network interface from AWS Elemental MediaConnect",
|
|
308
|
+
"accessLevel": "Write",
|
|
309
|
+
"resourceTypes": [
|
|
310
|
+
{
|
|
311
|
+
"name": "RouterNetworkInterface",
|
|
312
|
+
"required": true,
|
|
313
|
+
"conditionKeys": [],
|
|
314
|
+
"dependentActions": []
|
|
315
|
+
}
|
|
316
|
+
],
|
|
317
|
+
"conditionKeys": [],
|
|
318
|
+
"dependentActions": []
|
|
319
|
+
},
|
|
320
|
+
"deleterouteroutput": {
|
|
321
|
+
"name": "DeleteRouterOutput",
|
|
322
|
+
"description": "Grants permission to delete a router output from AWS Elemental MediaConnect",
|
|
323
|
+
"accessLevel": "Write",
|
|
324
|
+
"resourceTypes": [
|
|
325
|
+
{
|
|
326
|
+
"name": "RouterOutput",
|
|
327
|
+
"required": true,
|
|
328
|
+
"conditionKeys": [],
|
|
329
|
+
"dependentActions": []
|
|
330
|
+
}
|
|
331
|
+
],
|
|
332
|
+
"conditionKeys": [],
|
|
333
|
+
"dependentActions": []
|
|
334
|
+
},
|
|
141
335
|
"deregistergatewayinstance": {
|
|
142
336
|
"name": "DeregisterGatewayInstance",
|
|
143
337
|
"description": "Grants permission to deregister gateway instance",
|
|
@@ -172,7 +366,14 @@
|
|
|
172
366
|
"name": "DescribeFlow",
|
|
173
367
|
"description": "Grants permission to display the details of a flow including the flow ARN, name, and Availability Zone, as well as details about the source, outputs, and entitlements",
|
|
174
368
|
"accessLevel": "Read",
|
|
175
|
-
"resourceTypes": [
|
|
369
|
+
"resourceTypes": [
|
|
370
|
+
{
|
|
371
|
+
"name": "Flow",
|
|
372
|
+
"required": true,
|
|
373
|
+
"conditionKeys": [],
|
|
374
|
+
"dependentActions": []
|
|
375
|
+
}
|
|
376
|
+
],
|
|
176
377
|
"conditionKeys": [],
|
|
177
378
|
"dependentActions": []
|
|
178
379
|
},
|
|
@@ -180,7 +381,14 @@
|
|
|
180
381
|
"name": "DescribeFlowSourceMetadata",
|
|
181
382
|
"description": "Grants permission to view information about the flow's source transport stream and programs",
|
|
182
383
|
"accessLevel": "Read",
|
|
183
|
-
"resourceTypes": [
|
|
384
|
+
"resourceTypes": [
|
|
385
|
+
{
|
|
386
|
+
"name": "Flow",
|
|
387
|
+
"required": true,
|
|
388
|
+
"conditionKeys": [],
|
|
389
|
+
"dependentActions": []
|
|
390
|
+
}
|
|
391
|
+
],
|
|
184
392
|
"conditionKeys": [],
|
|
185
393
|
"dependentActions": []
|
|
186
394
|
},
|
|
@@ -188,7 +396,14 @@
|
|
|
188
396
|
"name": "DescribeFlowSourceThumbnail",
|
|
189
397
|
"description": "Grants permission to view flow's source thumbnail",
|
|
190
398
|
"accessLevel": "Read",
|
|
191
|
-
"resourceTypes": [
|
|
399
|
+
"resourceTypes": [
|
|
400
|
+
{
|
|
401
|
+
"name": "Flow",
|
|
402
|
+
"required": true,
|
|
403
|
+
"conditionKeys": [],
|
|
404
|
+
"dependentActions": []
|
|
405
|
+
}
|
|
406
|
+
],
|
|
192
407
|
"conditionKeys": [],
|
|
193
408
|
"dependentActions": []
|
|
194
409
|
},
|
|
@@ -226,7 +441,14 @@
|
|
|
226
441
|
"name": "DescribeOffering",
|
|
227
442
|
"description": "Grants permission to display the details of an offering",
|
|
228
443
|
"accessLevel": "Read",
|
|
229
|
-
"resourceTypes": [
|
|
444
|
+
"resourceTypes": [
|
|
445
|
+
{
|
|
446
|
+
"name": "Offering",
|
|
447
|
+
"required": true,
|
|
448
|
+
"conditionKeys": [],
|
|
449
|
+
"dependentActions": []
|
|
450
|
+
}
|
|
451
|
+
],
|
|
230
452
|
"conditionKeys": [],
|
|
231
453
|
"dependentActions": []
|
|
232
454
|
},
|
|
@@ -234,15 +456,104 @@
|
|
|
234
456
|
"name": "DescribeReservation",
|
|
235
457
|
"description": "Grants permission to display the details of a reservation",
|
|
236
458
|
"accessLevel": "Read",
|
|
237
|
-
"resourceTypes": [
|
|
459
|
+
"resourceTypes": [
|
|
460
|
+
{
|
|
461
|
+
"name": "Reservation",
|
|
462
|
+
"required": true,
|
|
463
|
+
"conditionKeys": [],
|
|
464
|
+
"dependentActions": []
|
|
465
|
+
}
|
|
466
|
+
],
|
|
238
467
|
"conditionKeys": [],
|
|
239
468
|
"dependentActions": []
|
|
240
469
|
},
|
|
241
470
|
"discovergatewaypollendpoint": {
|
|
242
471
|
"name": "DiscoverGatewayPollEndpoint",
|
|
243
472
|
"description": "Grants permission to discover gateway poll endpoint",
|
|
244
|
-
"accessLevel": "
|
|
245
|
-
"resourceTypes": [
|
|
473
|
+
"accessLevel": "Read",
|
|
474
|
+
"resourceTypes": [
|
|
475
|
+
{
|
|
476
|
+
"name": "Gateway",
|
|
477
|
+
"required": true,
|
|
478
|
+
"conditionKeys": [],
|
|
479
|
+
"dependentActions": []
|
|
480
|
+
}
|
|
481
|
+
],
|
|
482
|
+
"conditionKeys": [],
|
|
483
|
+
"dependentActions": []
|
|
484
|
+
},
|
|
485
|
+
"getrouterinput": {
|
|
486
|
+
"name": "GetRouterInput",
|
|
487
|
+
"description": "Grants permission to retrieve information about a specific router input in AWS Elemental MediaConnect",
|
|
488
|
+
"accessLevel": "Read",
|
|
489
|
+
"resourceTypes": [
|
|
490
|
+
{
|
|
491
|
+
"name": "RouterInput",
|
|
492
|
+
"required": true,
|
|
493
|
+
"conditionKeys": [],
|
|
494
|
+
"dependentActions": []
|
|
495
|
+
}
|
|
496
|
+
],
|
|
497
|
+
"conditionKeys": [],
|
|
498
|
+
"dependentActions": []
|
|
499
|
+
},
|
|
500
|
+
"getrouterinputsourcemetadata": {
|
|
501
|
+
"name": "GetRouterInputSourceMetadata",
|
|
502
|
+
"description": "Grants permission to retrieve metadata about a router input source in AWS Elemental MediaConnect",
|
|
503
|
+
"accessLevel": "Read",
|
|
504
|
+
"resourceTypes": [
|
|
505
|
+
{
|
|
506
|
+
"name": "RouterInput",
|
|
507
|
+
"required": true,
|
|
508
|
+
"conditionKeys": [],
|
|
509
|
+
"dependentActions": []
|
|
510
|
+
}
|
|
511
|
+
],
|
|
512
|
+
"conditionKeys": [],
|
|
513
|
+
"dependentActions": []
|
|
514
|
+
},
|
|
515
|
+
"getrouterinputthumbnail": {
|
|
516
|
+
"name": "GetRouterInputThumbnail",
|
|
517
|
+
"description": "Grants permission to retrieve the thumbnail for a router input in AWS Elemental MediaConnect",
|
|
518
|
+
"accessLevel": "Read",
|
|
519
|
+
"resourceTypes": [
|
|
520
|
+
{
|
|
521
|
+
"name": "RouterInput",
|
|
522
|
+
"required": true,
|
|
523
|
+
"conditionKeys": [],
|
|
524
|
+
"dependentActions": []
|
|
525
|
+
}
|
|
526
|
+
],
|
|
527
|
+
"conditionKeys": [],
|
|
528
|
+
"dependentActions": []
|
|
529
|
+
},
|
|
530
|
+
"getrouternetworkinterface": {
|
|
531
|
+
"name": "GetRouterNetworkInterface",
|
|
532
|
+
"description": "Grants permission to retrieve information about a specific router network interface in AWS Elemental MediaConnect",
|
|
533
|
+
"accessLevel": "Read",
|
|
534
|
+
"resourceTypes": [
|
|
535
|
+
{
|
|
536
|
+
"name": "RouterNetworkInterface",
|
|
537
|
+
"required": true,
|
|
538
|
+
"conditionKeys": [],
|
|
539
|
+
"dependentActions": []
|
|
540
|
+
}
|
|
541
|
+
],
|
|
542
|
+
"conditionKeys": [],
|
|
543
|
+
"dependentActions": []
|
|
544
|
+
},
|
|
545
|
+
"getrouteroutput": {
|
|
546
|
+
"name": "GetRouterOutput",
|
|
547
|
+
"description": "Grants permission to retrieve information about a specific router output in AWS Elemental MediaConnect",
|
|
548
|
+
"accessLevel": "Read",
|
|
549
|
+
"resourceTypes": [
|
|
550
|
+
{
|
|
551
|
+
"name": "RouterOutput",
|
|
552
|
+
"required": true,
|
|
553
|
+
"conditionKeys": [],
|
|
554
|
+
"dependentActions": []
|
|
555
|
+
}
|
|
556
|
+
],
|
|
246
557
|
"conditionKeys": [],
|
|
247
558
|
"dependentActions": []
|
|
248
559
|
},
|
|
@@ -250,10 +561,23 @@
|
|
|
250
561
|
"name": "GrantFlowEntitlements",
|
|
251
562
|
"description": "Grants permission to grant entitlements on any flow",
|
|
252
563
|
"accessLevel": "Write",
|
|
253
|
-
"resourceTypes": [
|
|
564
|
+
"resourceTypes": [
|
|
565
|
+
{
|
|
566
|
+
"name": "Entitlement",
|
|
567
|
+
"required": true,
|
|
568
|
+
"conditionKeys": [],
|
|
569
|
+
"dependentActions": []
|
|
570
|
+
},
|
|
571
|
+
{
|
|
572
|
+
"name": "Flow",
|
|
573
|
+
"required": true,
|
|
574
|
+
"conditionKeys": [],
|
|
575
|
+
"dependentActions": []
|
|
576
|
+
}
|
|
577
|
+
],
|
|
254
578
|
"conditionKeys": [
|
|
255
|
-
"aws:
|
|
256
|
-
"aws:
|
|
579
|
+
"aws:RequestTag/${TagKey}",
|
|
580
|
+
"aws:TagKeys"
|
|
257
581
|
],
|
|
258
582
|
"dependentActions": []
|
|
259
583
|
},
|
|
@@ -261,14 +585,7 @@
|
|
|
261
585
|
"name": "ListBridges",
|
|
262
586
|
"description": "Grants permission to display a list of bridges that are associated with this account and an optionally specified Arn",
|
|
263
587
|
"accessLevel": "List",
|
|
264
|
-
"resourceTypes": [
|
|
265
|
-
{
|
|
266
|
-
"name": "Bridge",
|
|
267
|
-
"required": true,
|
|
268
|
-
"conditionKeys": [],
|
|
269
|
-
"dependentActions": []
|
|
270
|
-
}
|
|
271
|
-
],
|
|
588
|
+
"resourceTypes": [],
|
|
272
589
|
"conditionKeys": [],
|
|
273
590
|
"dependentActions": []
|
|
274
591
|
},
|
|
@@ -292,14 +609,7 @@
|
|
|
292
609
|
"name": "ListGatewayInstances",
|
|
293
610
|
"description": "Grants permission to display a list of instances that are associated with this gateway",
|
|
294
611
|
"accessLevel": "List",
|
|
295
|
-
"resourceTypes": [
|
|
296
|
-
{
|
|
297
|
-
"name": "GatewayInstance",
|
|
298
|
-
"required": true,
|
|
299
|
-
"conditionKeys": [],
|
|
300
|
-
"dependentActions": []
|
|
301
|
-
}
|
|
302
|
-
],
|
|
612
|
+
"resourceTypes": [],
|
|
303
613
|
"conditionKeys": [],
|
|
304
614
|
"dependentActions": []
|
|
305
615
|
},
|
|
@@ -327,6 +637,30 @@
|
|
|
327
637
|
"conditionKeys": [],
|
|
328
638
|
"dependentActions": []
|
|
329
639
|
},
|
|
640
|
+
"listrouterinputs": {
|
|
641
|
+
"name": "ListRouterInputs",
|
|
642
|
+
"description": "Grants permission to retrieve a list of router inputs in AWS Elemental MediaConnect",
|
|
643
|
+
"accessLevel": "List",
|
|
644
|
+
"resourceTypes": [],
|
|
645
|
+
"conditionKeys": [],
|
|
646
|
+
"dependentActions": []
|
|
647
|
+
},
|
|
648
|
+
"listrouternetworkinterfaces": {
|
|
649
|
+
"name": "ListRouterNetworkInterfaces",
|
|
650
|
+
"description": "Grants permission to retrieve a list of router network interfaces in AWS Elemental MediaConnect",
|
|
651
|
+
"accessLevel": "List",
|
|
652
|
+
"resourceTypes": [],
|
|
653
|
+
"conditionKeys": [],
|
|
654
|
+
"dependentActions": []
|
|
655
|
+
},
|
|
656
|
+
"listrouteroutputs": {
|
|
657
|
+
"name": "ListRouterOutputs",
|
|
658
|
+
"description": "Grants permission to retrieve a list of router outputs in AWS Elemental MediaConnect",
|
|
659
|
+
"accessLevel": "List",
|
|
660
|
+
"resourceTypes": [],
|
|
661
|
+
"conditionKeys": [],
|
|
662
|
+
"dependentActions": []
|
|
663
|
+
},
|
|
330
664
|
"listtagsforresource": {
|
|
331
665
|
"name": "ListTagsForResource",
|
|
332
666
|
"description": "Grants permission to display a list of all tags associated with a resource",
|
|
@@ -343,21 +677,130 @@
|
|
|
343
677
|
"conditionKeys": [],
|
|
344
678
|
"dependentActions": []
|
|
345
679
|
},
|
|
346
|
-
"purchaseoffering": {
|
|
347
|
-
"name": "PurchaseOffering",
|
|
348
|
-
"description": "Grants permission to purchase an offering",
|
|
680
|
+
"purchaseoffering": {
|
|
681
|
+
"name": "PurchaseOffering",
|
|
682
|
+
"description": "Grants permission to purchase an offering",
|
|
683
|
+
"accessLevel": "Write",
|
|
684
|
+
"resourceTypes": [
|
|
685
|
+
{
|
|
686
|
+
"name": "Reservation",
|
|
687
|
+
"required": true,
|
|
688
|
+
"conditionKeys": [],
|
|
689
|
+
"dependentActions": []
|
|
690
|
+
}
|
|
691
|
+
],
|
|
692
|
+
"conditionKeys": [],
|
|
693
|
+
"dependentActions": []
|
|
694
|
+
},
|
|
695
|
+
"removebridgeoutput": {
|
|
696
|
+
"name": "RemoveBridgeOutput",
|
|
697
|
+
"description": "Grants permission to remove an output of an existing bridge",
|
|
698
|
+
"accessLevel": "Write",
|
|
699
|
+
"resourceTypes": [
|
|
700
|
+
{
|
|
701
|
+
"name": "Bridge",
|
|
702
|
+
"required": true,
|
|
703
|
+
"conditionKeys": [],
|
|
704
|
+
"dependentActions": []
|
|
705
|
+
}
|
|
706
|
+
],
|
|
707
|
+
"conditionKeys": [],
|
|
708
|
+
"dependentActions": []
|
|
709
|
+
},
|
|
710
|
+
"removebridgesource": {
|
|
711
|
+
"name": "RemoveBridgeSource",
|
|
712
|
+
"description": "Grants permission to remove a source of an existing bridge",
|
|
713
|
+
"accessLevel": "Write",
|
|
714
|
+
"resourceTypes": [
|
|
715
|
+
{
|
|
716
|
+
"name": "Bridge",
|
|
717
|
+
"required": true,
|
|
718
|
+
"conditionKeys": [],
|
|
719
|
+
"dependentActions": []
|
|
720
|
+
}
|
|
721
|
+
],
|
|
722
|
+
"conditionKeys": [],
|
|
723
|
+
"dependentActions": []
|
|
724
|
+
},
|
|
725
|
+
"removeflowmediastream": {
|
|
726
|
+
"name": "RemoveFlowMediaStream",
|
|
727
|
+
"description": "Grants permission to remove media streams from any flow",
|
|
728
|
+
"accessLevel": "Write",
|
|
729
|
+
"resourceTypes": [
|
|
730
|
+
{
|
|
731
|
+
"name": "Flow",
|
|
732
|
+
"required": true,
|
|
733
|
+
"conditionKeys": [],
|
|
734
|
+
"dependentActions": []
|
|
735
|
+
}
|
|
736
|
+
],
|
|
737
|
+
"conditionKeys": [],
|
|
738
|
+
"dependentActions": []
|
|
739
|
+
},
|
|
740
|
+
"removeflowoutput": {
|
|
741
|
+
"name": "RemoveFlowOutput",
|
|
742
|
+
"description": "Grants permission to remove outputs from any flow",
|
|
743
|
+
"accessLevel": "Write",
|
|
744
|
+
"resourceTypes": [
|
|
745
|
+
{
|
|
746
|
+
"name": "Flow",
|
|
747
|
+
"required": true,
|
|
748
|
+
"conditionKeys": [],
|
|
749
|
+
"dependentActions": []
|
|
750
|
+
},
|
|
751
|
+
{
|
|
752
|
+
"name": "Output",
|
|
753
|
+
"required": true,
|
|
754
|
+
"conditionKeys": [],
|
|
755
|
+
"dependentActions": []
|
|
756
|
+
}
|
|
757
|
+
],
|
|
758
|
+
"conditionKeys": [],
|
|
759
|
+
"dependentActions": []
|
|
760
|
+
},
|
|
761
|
+
"removeflowsource": {
|
|
762
|
+
"name": "RemoveFlowSource",
|
|
763
|
+
"description": "Grants permission to remove sources from any flow",
|
|
764
|
+
"accessLevel": "Write",
|
|
765
|
+
"resourceTypes": [
|
|
766
|
+
{
|
|
767
|
+
"name": "Flow",
|
|
768
|
+
"required": true,
|
|
769
|
+
"conditionKeys": [],
|
|
770
|
+
"dependentActions": []
|
|
771
|
+
},
|
|
772
|
+
{
|
|
773
|
+
"name": "Source",
|
|
774
|
+
"required": true,
|
|
775
|
+
"conditionKeys": [],
|
|
776
|
+
"dependentActions": []
|
|
777
|
+
}
|
|
778
|
+
],
|
|
779
|
+
"conditionKeys": [],
|
|
780
|
+
"dependentActions": []
|
|
781
|
+
},
|
|
782
|
+
"removeflowvpcinterface": {
|
|
783
|
+
"name": "RemoveFlowVpcInterface",
|
|
784
|
+
"description": "Grants permission to remove VPC interfaces from any flow",
|
|
349
785
|
"accessLevel": "Write",
|
|
350
|
-
"resourceTypes": [
|
|
786
|
+
"resourceTypes": [
|
|
787
|
+
{
|
|
788
|
+
"name": "Flow",
|
|
789
|
+
"required": true,
|
|
790
|
+
"conditionKeys": [],
|
|
791
|
+
"dependentActions": []
|
|
792
|
+
}
|
|
793
|
+
],
|
|
351
794
|
"conditionKeys": [],
|
|
352
795
|
"dependentActions": []
|
|
353
796
|
},
|
|
354
|
-
"
|
|
355
|
-
"name": "
|
|
356
|
-
"description": "Grants permission to
|
|
797
|
+
"restartrouterinput": {
|
|
798
|
+
"name": "RestartRouterInput",
|
|
799
|
+
"description": "Grants permission to restart a router input in AWS Elemental MediaConnect",
|
|
357
800
|
"accessLevel": "Write",
|
|
358
801
|
"resourceTypes": [
|
|
359
802
|
{
|
|
360
|
-
"name": "
|
|
803
|
+
"name": "RouterInput",
|
|
361
804
|
"required": true,
|
|
362
805
|
"conditionKeys": [],
|
|
363
806
|
"dependentActions": []
|
|
@@ -366,13 +809,13 @@
|
|
|
366
809
|
"conditionKeys": [],
|
|
367
810
|
"dependentActions": []
|
|
368
811
|
},
|
|
369
|
-
"
|
|
370
|
-
"name": "
|
|
371
|
-
"description": "Grants permission to
|
|
812
|
+
"restartrouteroutput": {
|
|
813
|
+
"name": "RestartRouterOutput",
|
|
814
|
+
"description": "Grants permission to restart a router output in AWS Elemental MediaConnect",
|
|
372
815
|
"accessLevel": "Write",
|
|
373
816
|
"resourceTypes": [
|
|
374
817
|
{
|
|
375
|
-
"name": "
|
|
818
|
+
"name": "RouterOutput",
|
|
376
819
|
"required": true,
|
|
377
820
|
"conditionKeys": [],
|
|
378
821
|
"dependentActions": []
|
|
@@ -381,59 +824,114 @@
|
|
|
381
824
|
"conditionKeys": [],
|
|
382
825
|
"dependentActions": []
|
|
383
826
|
},
|
|
384
|
-
"
|
|
385
|
-
"name": "
|
|
386
|
-
"description": "Grants permission to
|
|
827
|
+
"revokeflowentitlement": {
|
|
828
|
+
"name": "RevokeFlowEntitlement",
|
|
829
|
+
"description": "Grants permission to revoke entitlements on any flow",
|
|
387
830
|
"accessLevel": "Write",
|
|
388
|
-
"resourceTypes": [
|
|
831
|
+
"resourceTypes": [
|
|
832
|
+
{
|
|
833
|
+
"name": "Entitlement",
|
|
834
|
+
"required": true,
|
|
835
|
+
"conditionKeys": [],
|
|
836
|
+
"dependentActions": []
|
|
837
|
+
},
|
|
838
|
+
{
|
|
839
|
+
"name": "Flow",
|
|
840
|
+
"required": true,
|
|
841
|
+
"conditionKeys": [],
|
|
842
|
+
"dependentActions": []
|
|
843
|
+
}
|
|
844
|
+
],
|
|
389
845
|
"conditionKeys": [],
|
|
390
846
|
"dependentActions": []
|
|
391
847
|
},
|
|
392
|
-
"
|
|
393
|
-
"name": "
|
|
394
|
-
"description": "Grants permission to
|
|
848
|
+
"startflow": {
|
|
849
|
+
"name": "StartFlow",
|
|
850
|
+
"description": "Grants permission to start flows",
|
|
395
851
|
"accessLevel": "Write",
|
|
396
|
-
"resourceTypes": [
|
|
852
|
+
"resourceTypes": [
|
|
853
|
+
{
|
|
854
|
+
"name": "Flow",
|
|
855
|
+
"required": true,
|
|
856
|
+
"conditionKeys": [],
|
|
857
|
+
"dependentActions": []
|
|
858
|
+
}
|
|
859
|
+
],
|
|
397
860
|
"conditionKeys": [],
|
|
398
861
|
"dependentActions": []
|
|
399
862
|
},
|
|
400
|
-
"
|
|
401
|
-
"name": "
|
|
402
|
-
"description": "Grants permission to
|
|
863
|
+
"startrouterinput": {
|
|
864
|
+
"name": "StartRouterInput",
|
|
865
|
+
"description": "Grants permission to start a router input in AWS Elemental MediaConnect",
|
|
403
866
|
"accessLevel": "Write",
|
|
404
|
-
"resourceTypes": [
|
|
867
|
+
"resourceTypes": [
|
|
868
|
+
{
|
|
869
|
+
"name": "RouterInput",
|
|
870
|
+
"required": true,
|
|
871
|
+
"conditionKeys": [],
|
|
872
|
+
"dependentActions": []
|
|
873
|
+
}
|
|
874
|
+
],
|
|
405
875
|
"conditionKeys": [],
|
|
406
876
|
"dependentActions": []
|
|
407
877
|
},
|
|
408
|
-
"
|
|
409
|
-
"name": "
|
|
410
|
-
"description": "Grants permission to
|
|
878
|
+
"startrouteroutput": {
|
|
879
|
+
"name": "StartRouterOutput",
|
|
880
|
+
"description": "Grants permission to start a router output in AWS Elemental MediaConnect",
|
|
411
881
|
"accessLevel": "Write",
|
|
412
|
-
"resourceTypes": [
|
|
882
|
+
"resourceTypes": [
|
|
883
|
+
{
|
|
884
|
+
"name": "RouterOutput",
|
|
885
|
+
"required": true,
|
|
886
|
+
"conditionKeys": [],
|
|
887
|
+
"dependentActions": []
|
|
888
|
+
}
|
|
889
|
+
],
|
|
413
890
|
"conditionKeys": [],
|
|
414
891
|
"dependentActions": []
|
|
415
892
|
},
|
|
416
|
-
"
|
|
417
|
-
"name": "
|
|
418
|
-
"description": "Grants permission to
|
|
893
|
+
"stopflow": {
|
|
894
|
+
"name": "StopFlow",
|
|
895
|
+
"description": "Grants permission to stop flows",
|
|
419
896
|
"accessLevel": "Write",
|
|
420
|
-
"resourceTypes": [
|
|
897
|
+
"resourceTypes": [
|
|
898
|
+
{
|
|
899
|
+
"name": "Flow",
|
|
900
|
+
"required": true,
|
|
901
|
+
"conditionKeys": [],
|
|
902
|
+
"dependentActions": []
|
|
903
|
+
}
|
|
904
|
+
],
|
|
421
905
|
"conditionKeys": [],
|
|
422
906
|
"dependentActions": []
|
|
423
907
|
},
|
|
424
|
-
"
|
|
425
|
-
"name": "
|
|
426
|
-
"description": "Grants permission to
|
|
908
|
+
"stoprouterinput": {
|
|
909
|
+
"name": "StopRouterInput",
|
|
910
|
+
"description": "Grants permission to stop a router input in AWS Elemental MediaConnect",
|
|
427
911
|
"accessLevel": "Write",
|
|
428
|
-
"resourceTypes": [
|
|
912
|
+
"resourceTypes": [
|
|
913
|
+
{
|
|
914
|
+
"name": "RouterInput",
|
|
915
|
+
"required": true,
|
|
916
|
+
"conditionKeys": [],
|
|
917
|
+
"dependentActions": []
|
|
918
|
+
}
|
|
919
|
+
],
|
|
429
920
|
"conditionKeys": [],
|
|
430
921
|
"dependentActions": []
|
|
431
922
|
},
|
|
432
|
-
"
|
|
433
|
-
"name": "
|
|
434
|
-
"description": "Grants permission to
|
|
923
|
+
"stoprouteroutput": {
|
|
924
|
+
"name": "StopRouterOutput",
|
|
925
|
+
"description": "Grants permission to stops a router output in AWS Elemental MediaConnect",
|
|
435
926
|
"accessLevel": "Write",
|
|
436
|
-
"resourceTypes": [
|
|
927
|
+
"resourceTypes": [
|
|
928
|
+
{
|
|
929
|
+
"name": "RouterOutput",
|
|
930
|
+
"required": true,
|
|
931
|
+
"conditionKeys": [],
|
|
932
|
+
"dependentActions": []
|
|
933
|
+
}
|
|
934
|
+
],
|
|
437
935
|
"conditionKeys": [],
|
|
438
936
|
"dependentActions": []
|
|
439
937
|
},
|
|
@@ -468,6 +966,24 @@
|
|
|
468
966
|
"conditionKeys": [],
|
|
469
967
|
"dependentActions": []
|
|
470
968
|
},
|
|
969
|
+
{
|
|
970
|
+
"name": "RouterInput",
|
|
971
|
+
"required": false,
|
|
972
|
+
"conditionKeys": [],
|
|
973
|
+
"dependentActions": []
|
|
974
|
+
},
|
|
975
|
+
{
|
|
976
|
+
"name": "RouterNetworkInterface",
|
|
977
|
+
"required": false,
|
|
978
|
+
"conditionKeys": [],
|
|
979
|
+
"dependentActions": []
|
|
980
|
+
},
|
|
981
|
+
{
|
|
982
|
+
"name": "RouterOutput",
|
|
983
|
+
"required": false,
|
|
984
|
+
"conditionKeys": [],
|
|
985
|
+
"dependentActions": []
|
|
986
|
+
},
|
|
471
987
|
{
|
|
472
988
|
"name": "Source",
|
|
473
989
|
"required": false,
|
|
@@ -476,9 +992,24 @@
|
|
|
476
992
|
}
|
|
477
993
|
],
|
|
478
994
|
"conditionKeys": [
|
|
479
|
-
"aws:
|
|
480
|
-
"aws:
|
|
995
|
+
"aws:RequestTag/${TagKey}",
|
|
996
|
+
"aws:TagKeys"
|
|
997
|
+
],
|
|
998
|
+
"dependentActions": []
|
|
999
|
+
},
|
|
1000
|
+
"takerouterinput": {
|
|
1001
|
+
"name": "TakeRouterInput",
|
|
1002
|
+
"description": "Grants permission to associate a router input with a router output in AWS Elemental MediaConnect",
|
|
1003
|
+
"accessLevel": "Write",
|
|
1004
|
+
"resourceTypes": [
|
|
1005
|
+
{
|
|
1006
|
+
"name": "RouterOutput",
|
|
1007
|
+
"required": true,
|
|
1008
|
+
"conditionKeys": [],
|
|
1009
|
+
"dependentActions": []
|
|
1010
|
+
}
|
|
481
1011
|
],
|
|
1012
|
+
"conditionKeys": [],
|
|
482
1013
|
"dependentActions": []
|
|
483
1014
|
},
|
|
484
1015
|
"untagresource": {
|
|
@@ -504,6 +1035,24 @@
|
|
|
504
1035
|
"conditionKeys": [],
|
|
505
1036
|
"dependentActions": []
|
|
506
1037
|
},
|
|
1038
|
+
{
|
|
1039
|
+
"name": "RouterInput",
|
|
1040
|
+
"required": false,
|
|
1041
|
+
"conditionKeys": [],
|
|
1042
|
+
"dependentActions": []
|
|
1043
|
+
},
|
|
1044
|
+
{
|
|
1045
|
+
"name": "RouterNetworkInterface",
|
|
1046
|
+
"required": false,
|
|
1047
|
+
"conditionKeys": [],
|
|
1048
|
+
"dependentActions": []
|
|
1049
|
+
},
|
|
1050
|
+
{
|
|
1051
|
+
"name": "RouterOutput",
|
|
1052
|
+
"required": false,
|
|
1053
|
+
"conditionKeys": [],
|
|
1054
|
+
"dependentActions": []
|
|
1055
|
+
},
|
|
507
1056
|
{
|
|
508
1057
|
"name": "Source",
|
|
509
1058
|
"required": false,
|
|
@@ -580,7 +1129,14 @@
|
|
|
580
1129
|
"name": "UpdateFlow",
|
|
581
1130
|
"description": "Grants permission to update flows",
|
|
582
1131
|
"accessLevel": "Write",
|
|
583
|
-
"resourceTypes": [
|
|
1132
|
+
"resourceTypes": [
|
|
1133
|
+
{
|
|
1134
|
+
"name": "Flow",
|
|
1135
|
+
"required": true,
|
|
1136
|
+
"conditionKeys": [],
|
|
1137
|
+
"dependentActions": []
|
|
1138
|
+
}
|
|
1139
|
+
],
|
|
584
1140
|
"conditionKeys": [],
|
|
585
1141
|
"dependentActions": []
|
|
586
1142
|
},
|
|
@@ -588,7 +1144,14 @@
|
|
|
588
1144
|
"name": "UpdateFlowEntitlement",
|
|
589
1145
|
"description": "Grants permission to update entitlements on any flow",
|
|
590
1146
|
"accessLevel": "Write",
|
|
591
|
-
"resourceTypes": [
|
|
1147
|
+
"resourceTypes": [
|
|
1148
|
+
{
|
|
1149
|
+
"name": "Flow",
|
|
1150
|
+
"required": true,
|
|
1151
|
+
"conditionKeys": [],
|
|
1152
|
+
"dependentActions": []
|
|
1153
|
+
}
|
|
1154
|
+
],
|
|
592
1155
|
"conditionKeys": [],
|
|
593
1156
|
"dependentActions": []
|
|
594
1157
|
},
|
|
@@ -596,7 +1159,14 @@
|
|
|
596
1159
|
"name": "UpdateFlowMediaStream",
|
|
597
1160
|
"description": "Grants permission to update media streams on any flow",
|
|
598
1161
|
"accessLevel": "Write",
|
|
599
|
-
"resourceTypes": [
|
|
1162
|
+
"resourceTypes": [
|
|
1163
|
+
{
|
|
1164
|
+
"name": "Flow",
|
|
1165
|
+
"required": true,
|
|
1166
|
+
"conditionKeys": [],
|
|
1167
|
+
"dependentActions": []
|
|
1168
|
+
}
|
|
1169
|
+
],
|
|
600
1170
|
"conditionKeys": [],
|
|
601
1171
|
"dependentActions": []
|
|
602
1172
|
},
|
|
@@ -604,7 +1174,20 @@
|
|
|
604
1174
|
"name": "UpdateFlowOutput",
|
|
605
1175
|
"description": "Grants permission to update outputs on any flow",
|
|
606
1176
|
"accessLevel": "Write",
|
|
607
|
-
"resourceTypes": [
|
|
1177
|
+
"resourceTypes": [
|
|
1178
|
+
{
|
|
1179
|
+
"name": "Flow",
|
|
1180
|
+
"required": true,
|
|
1181
|
+
"conditionKeys": [],
|
|
1182
|
+
"dependentActions": []
|
|
1183
|
+
},
|
|
1184
|
+
{
|
|
1185
|
+
"name": "Output",
|
|
1186
|
+
"required": true,
|
|
1187
|
+
"conditionKeys": [],
|
|
1188
|
+
"dependentActions": []
|
|
1189
|
+
}
|
|
1190
|
+
],
|
|
608
1191
|
"conditionKeys": [],
|
|
609
1192
|
"dependentActions": []
|
|
610
1193
|
},
|
|
@@ -612,7 +1195,20 @@
|
|
|
612
1195
|
"name": "UpdateFlowSource",
|
|
613
1196
|
"description": "Grants permission to update the source of any flow",
|
|
614
1197
|
"accessLevel": "Write",
|
|
615
|
-
"resourceTypes": [
|
|
1198
|
+
"resourceTypes": [
|
|
1199
|
+
{
|
|
1200
|
+
"name": "Flow",
|
|
1201
|
+
"required": true,
|
|
1202
|
+
"conditionKeys": [],
|
|
1203
|
+
"dependentActions": []
|
|
1204
|
+
},
|
|
1205
|
+
{
|
|
1206
|
+
"name": "Source",
|
|
1207
|
+
"required": true,
|
|
1208
|
+
"conditionKeys": [],
|
|
1209
|
+
"dependentActions": []
|
|
1210
|
+
}
|
|
1211
|
+
],
|
|
616
1212
|
"conditionKeys": [],
|
|
617
1213
|
"dependentActions": []
|
|
618
1214
|
},
|
|
@@ -630,5 +1226,66 @@
|
|
|
630
1226
|
],
|
|
631
1227
|
"conditionKeys": [],
|
|
632
1228
|
"dependentActions": []
|
|
1229
|
+
},
|
|
1230
|
+
"updaterouterinput": {
|
|
1231
|
+
"name": "UpdateRouterInput",
|
|
1232
|
+
"description": "Grants permission to update the configuration of a router input in AWS Elemental MediaConnect",
|
|
1233
|
+
"accessLevel": "Write",
|
|
1234
|
+
"resourceTypes": [
|
|
1235
|
+
{
|
|
1236
|
+
"name": "RouterInput",
|
|
1237
|
+
"required": true,
|
|
1238
|
+
"conditionKeys": [],
|
|
1239
|
+
"dependentActions": []
|
|
1240
|
+
}
|
|
1241
|
+
],
|
|
1242
|
+
"conditionKeys": [],
|
|
1243
|
+
"dependentActions": [
|
|
1244
|
+
"ec2:CreateNetworkInterface",
|
|
1245
|
+
"iam:PassRole",
|
|
1246
|
+
"mediaconnect:AssociateRouterNetworkInterface",
|
|
1247
|
+
"mediaconnect:UpdateFlowOutput",
|
|
1248
|
+
"mediaconnect:UpdateRouterInput"
|
|
1249
|
+
]
|
|
1250
|
+
},
|
|
1251
|
+
"updaterouternetworkinterface": {
|
|
1252
|
+
"name": "UpdateRouterNetworkInterface",
|
|
1253
|
+
"description": "Grants permission to updated the configuration of a router network interface in AWS Elemental MediaConnect",
|
|
1254
|
+
"accessLevel": "Write",
|
|
1255
|
+
"resourceTypes": [
|
|
1256
|
+
{
|
|
1257
|
+
"name": "RouterNetworkInterface",
|
|
1258
|
+
"required": true,
|
|
1259
|
+
"conditionKeys": [],
|
|
1260
|
+
"dependentActions": []
|
|
1261
|
+
}
|
|
1262
|
+
],
|
|
1263
|
+
"conditionKeys": [],
|
|
1264
|
+
"dependentActions": [
|
|
1265
|
+
"iam:CreateServiceLinkedRole",
|
|
1266
|
+
"mediaconnect:UpdateRouterNetworkInterface"
|
|
1267
|
+
]
|
|
1268
|
+
},
|
|
1269
|
+
"updaterouteroutput": {
|
|
1270
|
+
"name": "UpdateRouterOutput",
|
|
1271
|
+
"description": "Grants permission to update the configuration of a router output in AWS Elemental MediaConnect",
|
|
1272
|
+
"accessLevel": "Write",
|
|
1273
|
+
"resourceTypes": [
|
|
1274
|
+
{
|
|
1275
|
+
"name": "RouterOutput",
|
|
1276
|
+
"required": true,
|
|
1277
|
+
"conditionKeys": [],
|
|
1278
|
+
"dependentActions": []
|
|
1279
|
+
}
|
|
1280
|
+
],
|
|
1281
|
+
"conditionKeys": [],
|
|
1282
|
+
"dependentActions": [
|
|
1283
|
+
"ec2:CreateNetworkInterface",
|
|
1284
|
+
"iam:PassRole",
|
|
1285
|
+
"mediaconnect:AssociateRouterNetworkInterface",
|
|
1286
|
+
"mediaconnect:UpdateFlowSource",
|
|
1287
|
+
"mediaconnect:UpdateRouterOutput",
|
|
1288
|
+
"medialive:UpdateInput"
|
|
1289
|
+
]
|
|
633
1290
|
}
|
|
634
1291
|
}
|