@cloud-copilot/iam-data 0.19.202607011 → 0.19.202607031
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/cloudwatch.json +32 -0
- package/data/actions/ecs.json +16 -0
- package/data/actions/gameliftstreams.json +15 -0
- package/data/actions/network-firewall.json +91 -0
- package/data/actions/social-messaging.json +150 -0
- package/data/resourceTypes/network-firewall.json +7 -0
- package/package.json +2 -2
|
@@ -129,6 +129,22 @@
|
|
|
129
129
|
"conditionKeys": [],
|
|
130
130
|
"dependentActions": []
|
|
131
131
|
},
|
|
132
|
+
"deletepipelinerule": {
|
|
133
|
+
"name": "DeletePipelineRule",
|
|
134
|
+
"isPermissionOnly": true,
|
|
135
|
+
"description": "Grants permission to delete a pipeline rule for CloudWatch pipelines for OTel metric processing",
|
|
136
|
+
"accessLevel": "Write",
|
|
137
|
+
"resourceTypes": [
|
|
138
|
+
{
|
|
139
|
+
"name": "dataset",
|
|
140
|
+
"required": true,
|
|
141
|
+
"conditionKeys": [],
|
|
142
|
+
"dependentActions": []
|
|
143
|
+
}
|
|
144
|
+
],
|
|
145
|
+
"conditionKeys": [],
|
|
146
|
+
"dependentActions": []
|
|
147
|
+
},
|
|
132
148
|
"deleteservicelevelobjective": {
|
|
133
149
|
"name": "DeleteServiceLevelObjective",
|
|
134
150
|
"description": "Grants permission to delete a service level objective",
|
|
@@ -894,6 +910,22 @@
|
|
|
894
910
|
],
|
|
895
911
|
"dependentActions": []
|
|
896
912
|
},
|
|
913
|
+
"putpipelinerule": {
|
|
914
|
+
"name": "PutPipelineRule",
|
|
915
|
+
"isPermissionOnly": true,
|
|
916
|
+
"description": "Grants permission to create or update a pipeline rule for CloudWatch pipelines for OTel metric processing",
|
|
917
|
+
"accessLevel": "Write",
|
|
918
|
+
"resourceTypes": [
|
|
919
|
+
{
|
|
920
|
+
"name": "dataset",
|
|
921
|
+
"required": true,
|
|
922
|
+
"conditionKeys": [],
|
|
923
|
+
"dependentActions": []
|
|
924
|
+
}
|
|
925
|
+
],
|
|
926
|
+
"conditionKeys": [],
|
|
927
|
+
"dependentActions": []
|
|
928
|
+
},
|
|
897
929
|
"setalarmstate": {
|
|
898
930
|
"name": "SetAlarmState",
|
|
899
931
|
"description": "Grants permission to temporarily set the state of an alarm for testing purposes",
|
package/data/actions/ecs.json
CHANGED
|
@@ -1,4 +1,20 @@
|
|
|
1
1
|
{
|
|
2
|
+
"allowvendedlogdeliveryforresource": {
|
|
3
|
+
"name": "AllowVendedLogDeliveryForResource",
|
|
4
|
+
"isPermissionOnly": true,
|
|
5
|
+
"description": "Grants permission to allow vended log delivery for a specified resource",
|
|
6
|
+
"accessLevel": "Permissions management",
|
|
7
|
+
"resourceTypes": [
|
|
8
|
+
{
|
|
9
|
+
"name": "cluster",
|
|
10
|
+
"required": false,
|
|
11
|
+
"conditionKeys": [],
|
|
12
|
+
"dependentActions": []
|
|
13
|
+
}
|
|
14
|
+
],
|
|
15
|
+
"conditionKeys": [],
|
|
16
|
+
"dependentActions": []
|
|
17
|
+
},
|
|
2
18
|
"continueservicedeployment": {
|
|
3
19
|
"name": "ContinueServiceDeployment",
|
|
4
20
|
"description": "Grants permission to continue a paused service deployment",
|
|
@@ -65,6 +65,21 @@
|
|
|
65
65
|
"gameliftstreams:TagResource"
|
|
66
66
|
]
|
|
67
67
|
},
|
|
68
|
+
"createstreamsessionadminshell": {
|
|
69
|
+
"name": "CreateStreamSessionAdminShell",
|
|
70
|
+
"description": "Grants permission to establish an administrative terminal connection to a stream session",
|
|
71
|
+
"accessLevel": "Write",
|
|
72
|
+
"resourceTypes": [
|
|
73
|
+
{
|
|
74
|
+
"name": "stream group",
|
|
75
|
+
"required": true,
|
|
76
|
+
"conditionKeys": [],
|
|
77
|
+
"dependentActions": []
|
|
78
|
+
}
|
|
79
|
+
],
|
|
80
|
+
"conditionKeys": [],
|
|
81
|
+
"dependentActions": []
|
|
82
|
+
},
|
|
68
83
|
"createstreamsessionconnection": {
|
|
69
84
|
"name": "CreateStreamSessionConnection",
|
|
70
85
|
"description": "Grants permission to create a stream session connection",
|
|
@@ -89,6 +89,26 @@
|
|
|
89
89
|
"conditionKeys": [],
|
|
90
90
|
"dependentActions": []
|
|
91
91
|
},
|
|
92
|
+
"createcontainerassociation": {
|
|
93
|
+
"name": "CreateContainerAssociation",
|
|
94
|
+
"description": "Grants permission to create an AWS Network Firewall container association",
|
|
95
|
+
"accessLevel": "Write",
|
|
96
|
+
"resourceTypes": [
|
|
97
|
+
{
|
|
98
|
+
"name": "ContainerAssociation",
|
|
99
|
+
"required": true,
|
|
100
|
+
"conditionKeys": [],
|
|
101
|
+
"dependentActions": [
|
|
102
|
+
"iam:CreateServiceLinkedRole"
|
|
103
|
+
]
|
|
104
|
+
}
|
|
105
|
+
],
|
|
106
|
+
"conditionKeys": [
|
|
107
|
+
"aws:RequestTag/${TagKey}",
|
|
108
|
+
"aws:TagKeys"
|
|
109
|
+
],
|
|
110
|
+
"dependentActions": []
|
|
111
|
+
},
|
|
92
112
|
"createfirewall": {
|
|
93
113
|
"name": "CreateFirewall",
|
|
94
114
|
"description": "Grants permission to create an AWS Network Firewall firewall",
|
|
@@ -304,6 +324,21 @@
|
|
|
304
324
|
],
|
|
305
325
|
"dependentActions": []
|
|
306
326
|
},
|
|
327
|
+
"deletecontainerassociation": {
|
|
328
|
+
"name": "DeleteContainerAssociation",
|
|
329
|
+
"description": "Grants permission to delete an AWS Network Firewall container association",
|
|
330
|
+
"accessLevel": "Write",
|
|
331
|
+
"resourceTypes": [
|
|
332
|
+
{
|
|
333
|
+
"name": "ContainerAssociation",
|
|
334
|
+
"required": true,
|
|
335
|
+
"conditionKeys": [],
|
|
336
|
+
"dependentActions": []
|
|
337
|
+
}
|
|
338
|
+
],
|
|
339
|
+
"conditionKeys": [],
|
|
340
|
+
"dependentActions": []
|
|
341
|
+
},
|
|
307
342
|
"deletefirewall": {
|
|
308
343
|
"name": "DeleteFirewall",
|
|
309
344
|
"description": "Grants permission to delete a firewall",
|
|
@@ -495,6 +530,21 @@
|
|
|
495
530
|
"conditionKeys": [],
|
|
496
531
|
"dependentActions": []
|
|
497
532
|
},
|
|
533
|
+
"describecontainerassociation": {
|
|
534
|
+
"name": "DescribeContainerAssociation",
|
|
535
|
+
"description": "Grants permission to retrieve the data objects that define a container association",
|
|
536
|
+
"accessLevel": "Read",
|
|
537
|
+
"resourceTypes": [
|
|
538
|
+
{
|
|
539
|
+
"name": "ContainerAssociation",
|
|
540
|
+
"required": true,
|
|
541
|
+
"conditionKeys": [],
|
|
542
|
+
"dependentActions": []
|
|
543
|
+
}
|
|
544
|
+
],
|
|
545
|
+
"conditionKeys": [],
|
|
546
|
+
"dependentActions": []
|
|
547
|
+
},
|
|
498
548
|
"describefirewall": {
|
|
499
549
|
"name": "DescribeFirewall",
|
|
500
550
|
"description": "Grants permission to retrieve the data objects that define a firewall",
|
|
@@ -858,6 +908,14 @@
|
|
|
858
908
|
"conditionKeys": [],
|
|
859
909
|
"dependentActions": []
|
|
860
910
|
},
|
|
911
|
+
"listcontainerassociations": {
|
|
912
|
+
"name": "ListContainerAssociations",
|
|
913
|
+
"description": "Grants permission to retrieve the metadata for container associations",
|
|
914
|
+
"accessLevel": "List",
|
|
915
|
+
"resourceTypes": [],
|
|
916
|
+
"conditionKeys": [],
|
|
917
|
+
"dependentActions": []
|
|
918
|
+
},
|
|
861
919
|
"listfirewallpolicies": {
|
|
862
920
|
"name": "ListFirewallPolicies",
|
|
863
921
|
"description": "Grants permission to retrieve the metadata for firewall policies",
|
|
@@ -1003,6 +1061,12 @@
|
|
|
1003
1061
|
"conditionKeys": [],
|
|
1004
1062
|
"dependentActions": []
|
|
1005
1063
|
},
|
|
1064
|
+
{
|
|
1065
|
+
"name": "ContainerAssociation",
|
|
1066
|
+
"required": false,
|
|
1067
|
+
"conditionKeys": [],
|
|
1068
|
+
"dependentActions": []
|
|
1069
|
+
},
|
|
1006
1070
|
{
|
|
1007
1071
|
"name": "StatefulRuleGroup",
|
|
1008
1072
|
"required": false,
|
|
@@ -1144,6 +1208,12 @@
|
|
|
1144
1208
|
"description": "Grants permission to attach tags to a resource",
|
|
1145
1209
|
"accessLevel": "Tagging",
|
|
1146
1210
|
"resourceTypes": [
|
|
1211
|
+
{
|
|
1212
|
+
"name": "ContainerAssociation",
|
|
1213
|
+
"required": false,
|
|
1214
|
+
"conditionKeys": [],
|
|
1215
|
+
"dependentActions": []
|
|
1216
|
+
},
|
|
1147
1217
|
{
|
|
1148
1218
|
"name": "Firewall",
|
|
1149
1219
|
"required": false,
|
|
@@ -1210,6 +1280,12 @@
|
|
|
1210
1280
|
"description": "Grants permission to remove tags from a resource",
|
|
1211
1281
|
"accessLevel": "Tagging",
|
|
1212
1282
|
"resourceTypes": [
|
|
1283
|
+
{
|
|
1284
|
+
"name": "ContainerAssociation",
|
|
1285
|
+
"required": false,
|
|
1286
|
+
"conditionKeys": [],
|
|
1287
|
+
"dependentActions": []
|
|
1288
|
+
},
|
|
1213
1289
|
{
|
|
1214
1290
|
"name": "Firewall",
|
|
1215
1291
|
"required": false,
|
|
@@ -1285,6 +1361,21 @@
|
|
|
1285
1361
|
"conditionKeys": [],
|
|
1286
1362
|
"dependentActions": []
|
|
1287
1363
|
},
|
|
1364
|
+
"updatecontainerassociation": {
|
|
1365
|
+
"name": "UpdateContainerAssociation",
|
|
1366
|
+
"description": "Grants permission to update an AWS Network Firewall container association",
|
|
1367
|
+
"accessLevel": "Write",
|
|
1368
|
+
"resourceTypes": [
|
|
1369
|
+
{
|
|
1370
|
+
"name": "ContainerAssociation",
|
|
1371
|
+
"required": true,
|
|
1372
|
+
"conditionKeys": [],
|
|
1373
|
+
"dependentActions": []
|
|
1374
|
+
}
|
|
1375
|
+
],
|
|
1376
|
+
"conditionKeys": [],
|
|
1377
|
+
"dependentActions": []
|
|
1378
|
+
},
|
|
1288
1379
|
"updatefirewallanalysissettings": {
|
|
1289
1380
|
"name": "UpdateFirewallAnalysisSettings",
|
|
1290
1381
|
"description": "Grants permission to modify firewall analysis settings of a firewall",
|
|
@@ -11,6 +11,21 @@
|
|
|
11
11
|
],
|
|
12
12
|
"dependentActions": []
|
|
13
13
|
},
|
|
14
|
+
"createwhatsappflow": {
|
|
15
|
+
"name": "CreateWhatsAppFlow",
|
|
16
|
+
"description": "Grants permission to create a new WhatsApp Flow",
|
|
17
|
+
"accessLevel": "Write",
|
|
18
|
+
"resourceTypes": [
|
|
19
|
+
{
|
|
20
|
+
"name": "waba",
|
|
21
|
+
"required": true,
|
|
22
|
+
"conditionKeys": [],
|
|
23
|
+
"dependentActions": []
|
|
24
|
+
}
|
|
25
|
+
],
|
|
26
|
+
"conditionKeys": [],
|
|
27
|
+
"dependentActions": []
|
|
28
|
+
},
|
|
14
29
|
"createwhatsappmessagetemplate": {
|
|
15
30
|
"name": "CreateWhatsAppMessageTemplate",
|
|
16
31
|
"description": "Grants permission to create a WhatsApp message template",
|
|
@@ -56,6 +71,21 @@
|
|
|
56
71
|
"conditionKeys": [],
|
|
57
72
|
"dependentActions": []
|
|
58
73
|
},
|
|
74
|
+
"deletewhatsappflow": {
|
|
75
|
+
"name": "DeleteWhatsAppFlow",
|
|
76
|
+
"description": "Grants permission to delete a WhatsApp Flow",
|
|
77
|
+
"accessLevel": "Write",
|
|
78
|
+
"resourceTypes": [
|
|
79
|
+
{
|
|
80
|
+
"name": "waba",
|
|
81
|
+
"required": true,
|
|
82
|
+
"conditionKeys": [],
|
|
83
|
+
"dependentActions": []
|
|
84
|
+
}
|
|
85
|
+
],
|
|
86
|
+
"conditionKeys": [],
|
|
87
|
+
"dependentActions": []
|
|
88
|
+
},
|
|
59
89
|
"deletewhatsappmessagemedia": {
|
|
60
90
|
"name": "DeleteWhatsAppMessageMedia",
|
|
61
91
|
"description": "Grants permission to delete a media object from WhatsApp",
|
|
@@ -86,6 +116,21 @@
|
|
|
86
116
|
"conditionKeys": [],
|
|
87
117
|
"dependentActions": []
|
|
88
118
|
},
|
|
119
|
+
"deprecatewhatsappflow": {
|
|
120
|
+
"name": "DeprecateWhatsAppFlow",
|
|
121
|
+
"description": "Grants permission to deprecate a published WhatsApp Flow",
|
|
122
|
+
"accessLevel": "Write",
|
|
123
|
+
"resourceTypes": [
|
|
124
|
+
{
|
|
125
|
+
"name": "waba",
|
|
126
|
+
"required": true,
|
|
127
|
+
"conditionKeys": [],
|
|
128
|
+
"dependentActions": []
|
|
129
|
+
}
|
|
130
|
+
],
|
|
131
|
+
"conditionKeys": [],
|
|
132
|
+
"dependentActions": []
|
|
133
|
+
},
|
|
89
134
|
"disassociatewhatsappbusinessaccount": {
|
|
90
135
|
"name": "DisassociateWhatsAppBusinessAccount",
|
|
91
136
|
"description": "Grants permission to disassociate a WhatsApp Business Account from your AWS account",
|
|
@@ -131,6 +176,36 @@
|
|
|
131
176
|
"conditionKeys": [],
|
|
132
177
|
"dependentActions": []
|
|
133
178
|
},
|
|
179
|
+
"getwhatsappflow": {
|
|
180
|
+
"name": "GetWhatsAppFlow",
|
|
181
|
+
"description": "Grants permission to retrieve the metadata and status of a WhatsApp Flow",
|
|
182
|
+
"accessLevel": "Read",
|
|
183
|
+
"resourceTypes": [
|
|
184
|
+
{
|
|
185
|
+
"name": "waba",
|
|
186
|
+
"required": true,
|
|
187
|
+
"conditionKeys": [],
|
|
188
|
+
"dependentActions": []
|
|
189
|
+
}
|
|
190
|
+
],
|
|
191
|
+
"conditionKeys": [],
|
|
192
|
+
"dependentActions": []
|
|
193
|
+
},
|
|
194
|
+
"getwhatsappflowpreview": {
|
|
195
|
+
"name": "GetWhatsAppFlowPreview",
|
|
196
|
+
"description": "Grants permission to generate a web preview URL for testing a WhatsApp Flow",
|
|
197
|
+
"accessLevel": "Read",
|
|
198
|
+
"resourceTypes": [
|
|
199
|
+
{
|
|
200
|
+
"name": "waba",
|
|
201
|
+
"required": true,
|
|
202
|
+
"conditionKeys": [],
|
|
203
|
+
"dependentActions": []
|
|
204
|
+
}
|
|
205
|
+
],
|
|
206
|
+
"conditionKeys": [],
|
|
207
|
+
"dependentActions": []
|
|
208
|
+
},
|
|
134
209
|
"getwhatsappmessagemedia": {
|
|
135
210
|
"name": "GetWhatsAppMessageMedia",
|
|
136
211
|
"description": "Grants permission to get a media object from WhatsApp",
|
|
@@ -190,6 +265,36 @@
|
|
|
190
265
|
"conditionKeys": [],
|
|
191
266
|
"dependentActions": []
|
|
192
267
|
},
|
|
268
|
+
"listwhatsappflowassets": {
|
|
269
|
+
"name": "ListWhatsAppFlowAssets",
|
|
270
|
+
"description": "Grants permission to list the assets of a WhatsApp Flow",
|
|
271
|
+
"accessLevel": "List",
|
|
272
|
+
"resourceTypes": [
|
|
273
|
+
{
|
|
274
|
+
"name": "waba",
|
|
275
|
+
"required": true,
|
|
276
|
+
"conditionKeys": [],
|
|
277
|
+
"dependentActions": []
|
|
278
|
+
}
|
|
279
|
+
],
|
|
280
|
+
"conditionKeys": [],
|
|
281
|
+
"dependentActions": []
|
|
282
|
+
},
|
|
283
|
+
"listwhatsappflows": {
|
|
284
|
+
"name": "ListWhatsAppFlows",
|
|
285
|
+
"description": "Grants permission to list all WhatsApp Flows for a WhatsApp Business Account",
|
|
286
|
+
"accessLevel": "List",
|
|
287
|
+
"resourceTypes": [
|
|
288
|
+
{
|
|
289
|
+
"name": "waba",
|
|
290
|
+
"required": true,
|
|
291
|
+
"conditionKeys": [],
|
|
292
|
+
"dependentActions": []
|
|
293
|
+
}
|
|
294
|
+
],
|
|
295
|
+
"conditionKeys": [],
|
|
296
|
+
"dependentActions": []
|
|
297
|
+
},
|
|
193
298
|
"listwhatsappmessagetemplates": {
|
|
194
299
|
"name": "ListWhatsAppMessageTemplates",
|
|
195
300
|
"description": "Grants permission to list WhatsApp message templates",
|
|
@@ -235,6 +340,21 @@
|
|
|
235
340
|
"conditionKeys": [],
|
|
236
341
|
"dependentActions": []
|
|
237
342
|
},
|
|
343
|
+
"publishwhatsappflow": {
|
|
344
|
+
"name": "PublishWhatsAppFlow",
|
|
345
|
+
"description": "Grants permission to publish a WhatsApp Flow",
|
|
346
|
+
"accessLevel": "Write",
|
|
347
|
+
"resourceTypes": [
|
|
348
|
+
{
|
|
349
|
+
"name": "waba",
|
|
350
|
+
"required": true,
|
|
351
|
+
"conditionKeys": [],
|
|
352
|
+
"dependentActions": []
|
|
353
|
+
}
|
|
354
|
+
],
|
|
355
|
+
"conditionKeys": [],
|
|
356
|
+
"dependentActions": []
|
|
357
|
+
},
|
|
238
358
|
"putwhatsappbusinessaccounteventdestinations": {
|
|
239
359
|
"name": "PutWhatsAppBusinessAccountEventDestinations",
|
|
240
360
|
"description": "Grants permission to update a WhatsApp Business Accounts event destination",
|
|
@@ -314,6 +434,36 @@
|
|
|
314
434
|
],
|
|
315
435
|
"dependentActions": []
|
|
316
436
|
},
|
|
437
|
+
"updatewhatsappflow": {
|
|
438
|
+
"name": "UpdateWhatsAppFlow",
|
|
439
|
+
"description": "Grants permission to update the metadata of a WhatsApp Flow",
|
|
440
|
+
"accessLevel": "Write",
|
|
441
|
+
"resourceTypes": [
|
|
442
|
+
{
|
|
443
|
+
"name": "waba",
|
|
444
|
+
"required": true,
|
|
445
|
+
"conditionKeys": [],
|
|
446
|
+
"dependentActions": []
|
|
447
|
+
}
|
|
448
|
+
],
|
|
449
|
+
"conditionKeys": [],
|
|
450
|
+
"dependentActions": []
|
|
451
|
+
},
|
|
452
|
+
"updatewhatsappflowassets": {
|
|
453
|
+
"name": "UpdateWhatsAppFlowAssets",
|
|
454
|
+
"description": "Grants permission to update the Flow JSON definition of a WhatsApp Flow",
|
|
455
|
+
"accessLevel": "Write",
|
|
456
|
+
"resourceTypes": [
|
|
457
|
+
{
|
|
458
|
+
"name": "waba",
|
|
459
|
+
"required": true,
|
|
460
|
+
"conditionKeys": [],
|
|
461
|
+
"dependentActions": []
|
|
462
|
+
}
|
|
463
|
+
],
|
|
464
|
+
"conditionKeys": [],
|
|
465
|
+
"dependentActions": []
|
|
466
|
+
},
|
|
317
467
|
"updatewhatsappmessagetemplate": {
|
|
318
468
|
"name": "UpdateWhatsAppMessageTemplate",
|
|
319
469
|
"description": "Grants permission to update a WhatsApp message template",
|
|
@@ -61,5 +61,12 @@
|
|
|
61
61
|
"conditionKeys": [
|
|
62
62
|
"aws:ResourceTag/${TagKey}"
|
|
63
63
|
]
|
|
64
|
+
},
|
|
65
|
+
"containerassociation": {
|
|
66
|
+
"key": "ContainerAssociation",
|
|
67
|
+
"arn": "arn:${Partition}:network-firewall:${Region}:${Account}:container-association/${Name}",
|
|
68
|
+
"conditionKeys": [
|
|
69
|
+
"aws:ResourceTag/${TagKey}"
|
|
70
|
+
]
|
|
64
71
|
}
|
|
65
72
|
}
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.202607031",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/cloud-copilot/iam-data.git"
|
|
8
8
|
},
|
|
9
|
-
"updatedAt": "2026-07-
|
|
9
|
+
"updatedAt": "2026-07-03T05:58:31.981Z",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
12
|
"import": "./dist/esm/index.js",
|