@cloud-copilot/iam-data 0.9.202411161 → 0.9.202411191
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/connect-campaigns.json +177 -4
- package/data/actions/dynamodb.json +28 -2
- package/data/actions/ecs.json +4 -2
- package/data/actions/iotsitewise.json +90 -0
- package/data/actions/repostspace.json +31 -1
- package/data/actions/route53.json +26 -14
- package/data/actions/sms-voice.json +75 -0
- package/data/conditionKeys/connect-campaigns.json +3 -3
- package/data/conditionKeys/dynamodb.json +15 -0
- package/data/conditionKeys/ecs.json +5 -0
- package/data/conditionKeys/route53.json +5 -0
- package/data/resourceTypes/dynamodb.json +8 -2
- package/data/resourceTypes/iotsitewise.json +7 -0
- package/data/resourceTypes/sms-voice.json +4 -0
- package/data/serviceNames.json +3 -3
- package/package.json +2 -2
|
@@ -32,6 +32,51 @@
|
|
|
32
32
|
"conditionKeys": [],
|
|
33
33
|
"dependentActions": []
|
|
34
34
|
},
|
|
35
|
+
"deletecampaignchannelsubtypeconfig": {
|
|
36
|
+
"name": "DeleteCampaignChannelSubtypeConfig",
|
|
37
|
+
"description": "Grants permission to delete the channel subtype configuration of a campaign",
|
|
38
|
+
"accessLevel": "Write",
|
|
39
|
+
"resourceTypes": [
|
|
40
|
+
{
|
|
41
|
+
"name": "campaign",
|
|
42
|
+
"required": true,
|
|
43
|
+
"conditionKeys": [],
|
|
44
|
+
"dependentActions": []
|
|
45
|
+
}
|
|
46
|
+
],
|
|
47
|
+
"conditionKeys": [],
|
|
48
|
+
"dependentActions": []
|
|
49
|
+
},
|
|
50
|
+
"deletecampaigncommunicationlimits": {
|
|
51
|
+
"name": "DeleteCampaignCommunicationLimits",
|
|
52
|
+
"description": "Grants permission to delete the communication limits configuration of a campaign",
|
|
53
|
+
"accessLevel": "Write",
|
|
54
|
+
"resourceTypes": [
|
|
55
|
+
{
|
|
56
|
+
"name": "campaign",
|
|
57
|
+
"required": true,
|
|
58
|
+
"conditionKeys": [],
|
|
59
|
+
"dependentActions": []
|
|
60
|
+
}
|
|
61
|
+
],
|
|
62
|
+
"conditionKeys": [],
|
|
63
|
+
"dependentActions": []
|
|
64
|
+
},
|
|
65
|
+
"deletecampaigncommunicationtime": {
|
|
66
|
+
"name": "DeleteCampaignCommunicationTime",
|
|
67
|
+
"description": "Grants permission to delete the communication time configuration of a campaign",
|
|
68
|
+
"accessLevel": "Write",
|
|
69
|
+
"resourceTypes": [
|
|
70
|
+
{
|
|
71
|
+
"name": "campaign",
|
|
72
|
+
"required": true,
|
|
73
|
+
"conditionKeys": [],
|
|
74
|
+
"dependentActions": []
|
|
75
|
+
}
|
|
76
|
+
],
|
|
77
|
+
"conditionKeys": [],
|
|
78
|
+
"dependentActions": []
|
|
79
|
+
},
|
|
35
80
|
"deleteconnectinstanceconfig": {
|
|
36
81
|
"name": "DeleteConnectInstanceConfig",
|
|
37
82
|
"description": "Grants permission to remove configuration information for an Amazon Connect instance",
|
|
@@ -40,6 +85,14 @@
|
|
|
40
85
|
"conditionKeys": [],
|
|
41
86
|
"dependentActions": []
|
|
42
87
|
},
|
|
88
|
+
"deleteconnectinstanceintegration": {
|
|
89
|
+
"name": "DeleteConnectInstanceIntegration",
|
|
90
|
+
"description": "Grants permission to remove integration information for an Amazon Connect instance",
|
|
91
|
+
"accessLevel": "Write",
|
|
92
|
+
"resourceTypes": [],
|
|
93
|
+
"conditionKeys": [],
|
|
94
|
+
"dependentActions": []
|
|
95
|
+
},
|
|
43
96
|
"deleteinstanceonboardingjob": {
|
|
44
97
|
"name": "DeleteInstanceOnboardingJob",
|
|
45
98
|
"description": "Grants permission to remove onboarding job for an Amazon Connect instance",
|
|
@@ -125,6 +178,14 @@
|
|
|
125
178
|
],
|
|
126
179
|
"dependentActions": []
|
|
127
180
|
},
|
|
181
|
+
"listconnectinstanceintegrations": {
|
|
182
|
+
"name": "ListConnectInstanceIntegrations",
|
|
183
|
+
"description": "Grants permission to provide summary of all integrations with an Amazon Connect instance",
|
|
184
|
+
"accessLevel": "List",
|
|
185
|
+
"resourceTypes": [],
|
|
186
|
+
"conditionKeys": [],
|
|
187
|
+
"dependentActions": []
|
|
188
|
+
},
|
|
128
189
|
"listtagsforresource": {
|
|
129
190
|
"name": "ListTagsForResource",
|
|
130
191
|
"description": "Grants permission to list tags for a resource",
|
|
@@ -157,6 +218,14 @@
|
|
|
157
218
|
"conditionKeys": [],
|
|
158
219
|
"dependentActions": []
|
|
159
220
|
},
|
|
221
|
+
"putconnectinstanceintegration": {
|
|
222
|
+
"name": "PutConnectInstanceIntegration",
|
|
223
|
+
"description": "Grants permission to put an integration configuration with an Amazon Connect instance",
|
|
224
|
+
"accessLevel": "Write",
|
|
225
|
+
"resourceTypes": [],
|
|
226
|
+
"conditionKeys": [],
|
|
227
|
+
"dependentActions": []
|
|
228
|
+
},
|
|
160
229
|
"putdialrequestbatch": {
|
|
161
230
|
"name": "PutDialRequestBatch",
|
|
162
231
|
"description": "Grants permission to create dial requests for the specified campaign",
|
|
@@ -172,6 +241,21 @@
|
|
|
172
241
|
"conditionKeys": [],
|
|
173
242
|
"dependentActions": []
|
|
174
243
|
},
|
|
244
|
+
"putoutboundrequestbatch": {
|
|
245
|
+
"name": "PutOutboundRequestBatch",
|
|
246
|
+
"description": "Grants permission to create dial requests for the specified campaign",
|
|
247
|
+
"accessLevel": "Write",
|
|
248
|
+
"resourceTypes": [
|
|
249
|
+
{
|
|
250
|
+
"name": "campaign",
|
|
251
|
+
"required": true,
|
|
252
|
+
"conditionKeys": [],
|
|
253
|
+
"dependentActions": []
|
|
254
|
+
}
|
|
255
|
+
],
|
|
256
|
+
"conditionKeys": [],
|
|
257
|
+
"dependentActions": []
|
|
258
|
+
},
|
|
175
259
|
"resumecampaign": {
|
|
176
260
|
"name": "ResumeCampaign",
|
|
177
261
|
"description": "Grants permission to resume a campaign",
|
|
@@ -232,7 +316,7 @@
|
|
|
232
316
|
"resourceTypes": [
|
|
233
317
|
{
|
|
234
318
|
"name": "campaign",
|
|
235
|
-
"required":
|
|
319
|
+
"required": true,
|
|
236
320
|
"conditionKeys": [],
|
|
237
321
|
"dependentActions": []
|
|
238
322
|
}
|
|
@@ -250,15 +334,59 @@
|
|
|
250
334
|
"resourceTypes": [
|
|
251
335
|
{
|
|
252
336
|
"name": "campaign",
|
|
253
|
-
"required":
|
|
337
|
+
"required": true,
|
|
254
338
|
"conditionKeys": [],
|
|
255
339
|
"dependentActions": []
|
|
256
340
|
}
|
|
257
341
|
],
|
|
258
342
|
"conditionKeys": [
|
|
259
|
-
"aws:TagKeys"
|
|
260
|
-
|
|
343
|
+
"aws:TagKeys"
|
|
344
|
+
],
|
|
345
|
+
"dependentActions": []
|
|
346
|
+
},
|
|
347
|
+
"updatecampaignchannelsubtypeconfig": {
|
|
348
|
+
"name": "UpdateCampaignChannelSubtypeConfig",
|
|
349
|
+
"description": "Grants permission to update the channel subtype configuration of a campaign",
|
|
350
|
+
"accessLevel": "Write",
|
|
351
|
+
"resourceTypes": [
|
|
352
|
+
{
|
|
353
|
+
"name": "campaign",
|
|
354
|
+
"required": true,
|
|
355
|
+
"conditionKeys": [],
|
|
356
|
+
"dependentActions": []
|
|
357
|
+
}
|
|
358
|
+
],
|
|
359
|
+
"conditionKeys": [],
|
|
360
|
+
"dependentActions": []
|
|
361
|
+
},
|
|
362
|
+
"updatecampaigncommunicationlimits": {
|
|
363
|
+
"name": "UpdateCampaignCommunicationLimits",
|
|
364
|
+
"description": "Grants permission to update the communication limits configuration of a campaign",
|
|
365
|
+
"accessLevel": "Write",
|
|
366
|
+
"resourceTypes": [
|
|
367
|
+
{
|
|
368
|
+
"name": "campaign",
|
|
369
|
+
"required": true,
|
|
370
|
+
"conditionKeys": [],
|
|
371
|
+
"dependentActions": []
|
|
372
|
+
}
|
|
373
|
+
],
|
|
374
|
+
"conditionKeys": [],
|
|
375
|
+
"dependentActions": []
|
|
376
|
+
},
|
|
377
|
+
"updatecampaigncommunicationtime": {
|
|
378
|
+
"name": "UpdateCampaignCommunicationTime",
|
|
379
|
+
"description": "Grants permission to update the communication time configuration of a campaign",
|
|
380
|
+
"accessLevel": "Write",
|
|
381
|
+
"resourceTypes": [
|
|
382
|
+
{
|
|
383
|
+
"name": "campaign",
|
|
384
|
+
"required": true,
|
|
385
|
+
"conditionKeys": [],
|
|
386
|
+
"dependentActions": []
|
|
387
|
+
}
|
|
261
388
|
],
|
|
389
|
+
"conditionKeys": [],
|
|
262
390
|
"dependentActions": []
|
|
263
391
|
},
|
|
264
392
|
"updatecampaigndialerconfig": {
|
|
@@ -276,6 +404,21 @@
|
|
|
276
404
|
"conditionKeys": [],
|
|
277
405
|
"dependentActions": []
|
|
278
406
|
},
|
|
407
|
+
"updatecampaignflowassociation": {
|
|
408
|
+
"name": "UpdateCampaignFlowAssociation",
|
|
409
|
+
"description": "Grants permission to update the flow association of a campaign",
|
|
410
|
+
"accessLevel": "Write",
|
|
411
|
+
"resourceTypes": [
|
|
412
|
+
{
|
|
413
|
+
"name": "campaign",
|
|
414
|
+
"required": true,
|
|
415
|
+
"conditionKeys": [],
|
|
416
|
+
"dependentActions": []
|
|
417
|
+
}
|
|
418
|
+
],
|
|
419
|
+
"conditionKeys": [],
|
|
420
|
+
"dependentActions": []
|
|
421
|
+
},
|
|
279
422
|
"updatecampaignname": {
|
|
280
423
|
"name": "UpdateCampaignName",
|
|
281
424
|
"description": "Grants permission to update the name of a campaign",
|
|
@@ -305,5 +448,35 @@
|
|
|
305
448
|
],
|
|
306
449
|
"conditionKeys": [],
|
|
307
450
|
"dependentActions": []
|
|
451
|
+
},
|
|
452
|
+
"updatecampaignschedule": {
|
|
453
|
+
"name": "UpdateCampaignSchedule",
|
|
454
|
+
"description": "Grants permission to update the schedule of a campaign",
|
|
455
|
+
"accessLevel": "Write",
|
|
456
|
+
"resourceTypes": [
|
|
457
|
+
{
|
|
458
|
+
"name": "campaign",
|
|
459
|
+
"required": true,
|
|
460
|
+
"conditionKeys": [],
|
|
461
|
+
"dependentActions": []
|
|
462
|
+
}
|
|
463
|
+
],
|
|
464
|
+
"conditionKeys": [],
|
|
465
|
+
"dependentActions": []
|
|
466
|
+
},
|
|
467
|
+
"updatecampaignsource": {
|
|
468
|
+
"name": "UpdateCampaignSource",
|
|
469
|
+
"description": "Grants permission to update the source of a campaign",
|
|
470
|
+
"accessLevel": "Write",
|
|
471
|
+
"resourceTypes": [
|
|
472
|
+
{
|
|
473
|
+
"name": "campaign",
|
|
474
|
+
"required": true,
|
|
475
|
+
"conditionKeys": [],
|
|
476
|
+
"dependentActions": []
|
|
477
|
+
}
|
|
478
|
+
],
|
|
479
|
+
"conditionKeys": [],
|
|
480
|
+
"dependentActions": []
|
|
308
481
|
}
|
|
309
482
|
}
|
|
@@ -106,7 +106,10 @@
|
|
|
106
106
|
"dependentActions": []
|
|
107
107
|
}
|
|
108
108
|
],
|
|
109
|
-
"conditionKeys": [
|
|
109
|
+
"conditionKeys": [
|
|
110
|
+
"aws:RequestTag/${TagKey}",
|
|
111
|
+
"aws:TagKeys"
|
|
112
|
+
],
|
|
110
113
|
"dependentActions": []
|
|
111
114
|
},
|
|
112
115
|
"createtablereplica": {
|
|
@@ -478,6 +481,15 @@
|
|
|
478
481
|
"conditionKeys": [],
|
|
479
482
|
"dependentActions": []
|
|
480
483
|
},
|
|
484
|
+
"getabacstatus": {
|
|
485
|
+
"name": "GetAbacStatus",
|
|
486
|
+
"isPermissionOnly": true,
|
|
487
|
+
"description": "Grants permission to view the status of Attribute Based Access Control for the account",
|
|
488
|
+
"accessLevel": "Read",
|
|
489
|
+
"resourceTypes": [],
|
|
490
|
+
"conditionKeys": [],
|
|
491
|
+
"dependentActions": []
|
|
492
|
+
},
|
|
481
493
|
"getitem": {
|
|
482
494
|
"name": "GetItem",
|
|
483
495
|
"description": "Grants permission to the GetItem operation that returns a set of attributes for the item with the given primary key",
|
|
@@ -922,7 +934,10 @@
|
|
|
922
934
|
"dependentActions": []
|
|
923
935
|
}
|
|
924
936
|
],
|
|
925
|
-
"conditionKeys": [
|
|
937
|
+
"conditionKeys": [
|
|
938
|
+
"aws:RequestTag/${TagKey}",
|
|
939
|
+
"aws:TagKeys"
|
|
940
|
+
],
|
|
926
941
|
"dependentActions": []
|
|
927
942
|
},
|
|
928
943
|
"untagresource": {
|
|
@@ -937,6 +952,17 @@
|
|
|
937
952
|
"dependentActions": []
|
|
938
953
|
}
|
|
939
954
|
],
|
|
955
|
+
"conditionKeys": [
|
|
956
|
+
"aws:TagKeys"
|
|
957
|
+
],
|
|
958
|
+
"dependentActions": []
|
|
959
|
+
},
|
|
960
|
+
"updateabacstatus": {
|
|
961
|
+
"name": "UpdateAbacStatus",
|
|
962
|
+
"isPermissionOnly": true,
|
|
963
|
+
"description": "Grants permission to update the status of Attribute Based Access Control for the account",
|
|
964
|
+
"accessLevel": "Permissions management",
|
|
965
|
+
"resourceTypes": [],
|
|
940
966
|
"conditionKeys": [],
|
|
941
967
|
"dependentActions": []
|
|
942
968
|
},
|
package/data/actions/ecs.json
CHANGED
|
@@ -52,7 +52,8 @@
|
|
|
52
52
|
"ecs:enable-ebs-volumes",
|
|
53
53
|
"ecs:enable-execute-command",
|
|
54
54
|
"ecs:enable-service-connect",
|
|
55
|
-
"ecs:namespace"
|
|
55
|
+
"ecs:namespace",
|
|
56
|
+
"ecs:enable-vpc-lattice"
|
|
56
57
|
],
|
|
57
58
|
"dependentActions": []
|
|
58
59
|
},
|
|
@@ -1068,7 +1069,8 @@
|
|
|
1068
1069
|
"ecs:enable-execute-command",
|
|
1069
1070
|
"ecs:enable-service-connect",
|
|
1070
1071
|
"ecs:namespace",
|
|
1071
|
-
"ecs:task-definition"
|
|
1072
|
+
"ecs:task-definition",
|
|
1073
|
+
"ecs:enable-vpc-lattice"
|
|
1072
1074
|
],
|
|
1073
1075
|
"dependentActions": []
|
|
1074
1076
|
},
|
|
@@ -243,6 +243,17 @@
|
|
|
243
243
|
],
|
|
244
244
|
"dependentActions": []
|
|
245
245
|
},
|
|
246
|
+
"createdataset": {
|
|
247
|
+
"name": "CreateDataset",
|
|
248
|
+
"description": "Grants permission to create a dataset",
|
|
249
|
+
"accessLevel": "Write",
|
|
250
|
+
"resourceTypes": [],
|
|
251
|
+
"conditionKeys": [
|
|
252
|
+
"aws:RequestTag/${TagKey}",
|
|
253
|
+
"aws:TagKeys"
|
|
254
|
+
],
|
|
255
|
+
"dependentActions": []
|
|
256
|
+
},
|
|
246
257
|
"creategateway": {
|
|
247
258
|
"name": "CreateGateway",
|
|
248
259
|
"description": "Grants permission to create a gateway",
|
|
@@ -361,6 +372,21 @@
|
|
|
361
372
|
"conditionKeys": [],
|
|
362
373
|
"dependentActions": []
|
|
363
374
|
},
|
|
375
|
+
"deletedataset": {
|
|
376
|
+
"name": "DeleteDataset",
|
|
377
|
+
"description": "Grants permission to delete a dataset",
|
|
378
|
+
"accessLevel": "Write",
|
|
379
|
+
"resourceTypes": [
|
|
380
|
+
{
|
|
381
|
+
"name": "dataset",
|
|
382
|
+
"required": true,
|
|
383
|
+
"conditionKeys": [],
|
|
384
|
+
"dependentActions": []
|
|
385
|
+
}
|
|
386
|
+
],
|
|
387
|
+
"conditionKeys": [],
|
|
388
|
+
"dependentActions": []
|
|
389
|
+
},
|
|
364
390
|
"deletegateway": {
|
|
365
391
|
"name": "DeleteGateway",
|
|
366
392
|
"description": "Grants permission to delete a gateway",
|
|
@@ -557,6 +583,21 @@
|
|
|
557
583
|
"conditionKeys": [],
|
|
558
584
|
"dependentActions": []
|
|
559
585
|
},
|
|
586
|
+
"describedataset": {
|
|
587
|
+
"name": "DescribeDataset",
|
|
588
|
+
"description": "Grants permission to describe dataset",
|
|
589
|
+
"accessLevel": "Read",
|
|
590
|
+
"resourceTypes": [
|
|
591
|
+
{
|
|
592
|
+
"name": "dataset",
|
|
593
|
+
"required": true,
|
|
594
|
+
"conditionKeys": [],
|
|
595
|
+
"dependentActions": []
|
|
596
|
+
}
|
|
597
|
+
],
|
|
598
|
+
"conditionKeys": [],
|
|
599
|
+
"dependentActions": []
|
|
600
|
+
},
|
|
560
601
|
"describedefaultencryptionconfiguration": {
|
|
561
602
|
"name": "DescribeDefaultEncryptionConfiguration",
|
|
562
603
|
"description": "Grants permission to describe the default encryption configuration for the AWS account",
|
|
@@ -817,6 +858,14 @@
|
|
|
817
858
|
"conditionKeys": [],
|
|
818
859
|
"dependentActions": []
|
|
819
860
|
},
|
|
861
|
+
"invokeassistant": {
|
|
862
|
+
"name": "InvokeAssistant",
|
|
863
|
+
"description": "Grants permission to invoke an assistant",
|
|
864
|
+
"accessLevel": "Read",
|
|
865
|
+
"resourceTypes": [],
|
|
866
|
+
"conditionKeys": [],
|
|
867
|
+
"dependentActions": []
|
|
868
|
+
},
|
|
820
869
|
"listaccesspolicies": {
|
|
821
870
|
"name": "ListAccessPolicies",
|
|
822
871
|
"description": "Grants permission to list all access policies for an identity or a resource",
|
|
@@ -989,6 +1038,14 @@
|
|
|
989
1038
|
"conditionKeys": [],
|
|
990
1039
|
"dependentActions": []
|
|
991
1040
|
},
|
|
1041
|
+
"listdatasets": {
|
|
1042
|
+
"name": "ListDatasets",
|
|
1043
|
+
"description": "Grants permission to list all datasets",
|
|
1044
|
+
"accessLevel": "List",
|
|
1045
|
+
"resourceTypes": [],
|
|
1046
|
+
"conditionKeys": [],
|
|
1047
|
+
"dependentActions": []
|
|
1048
|
+
},
|
|
992
1049
|
"listgateways": {
|
|
993
1050
|
"name": "ListGateways",
|
|
994
1051
|
"description": "Grants permission to list all gateways",
|
|
@@ -1064,6 +1121,12 @@
|
|
|
1064
1121
|
"conditionKeys": [],
|
|
1065
1122
|
"dependentActions": []
|
|
1066
1123
|
},
|
|
1124
|
+
{
|
|
1125
|
+
"name": "dataset",
|
|
1126
|
+
"required": false,
|
|
1127
|
+
"conditionKeys": [],
|
|
1128
|
+
"dependentActions": []
|
|
1129
|
+
},
|
|
1067
1130
|
{
|
|
1068
1131
|
"name": "gateway",
|
|
1069
1132
|
"required": false,
|
|
@@ -1162,6 +1225,12 @@
|
|
|
1162
1225
|
"conditionKeys": [],
|
|
1163
1226
|
"dependentActions": []
|
|
1164
1227
|
},
|
|
1228
|
+
{
|
|
1229
|
+
"name": "dataset",
|
|
1230
|
+
"required": false,
|
|
1231
|
+
"conditionKeys": [],
|
|
1232
|
+
"dependentActions": []
|
|
1233
|
+
},
|
|
1165
1234
|
{
|
|
1166
1235
|
"name": "gateway",
|
|
1167
1236
|
"required": false,
|
|
@@ -1222,6 +1291,12 @@
|
|
|
1222
1291
|
"conditionKeys": [],
|
|
1223
1292
|
"dependentActions": []
|
|
1224
1293
|
},
|
|
1294
|
+
{
|
|
1295
|
+
"name": "dataset",
|
|
1296
|
+
"required": false,
|
|
1297
|
+
"conditionKeys": [],
|
|
1298
|
+
"dependentActions": []
|
|
1299
|
+
},
|
|
1225
1300
|
{
|
|
1226
1301
|
"name": "gateway",
|
|
1227
1302
|
"required": false,
|
|
@@ -1358,6 +1433,21 @@
|
|
|
1358
1433
|
"conditionKeys": [],
|
|
1359
1434
|
"dependentActions": []
|
|
1360
1435
|
},
|
|
1436
|
+
"updatedataset": {
|
|
1437
|
+
"name": "UpdateDataset",
|
|
1438
|
+
"description": "Grants permission to update a dataset",
|
|
1439
|
+
"accessLevel": "Write",
|
|
1440
|
+
"resourceTypes": [
|
|
1441
|
+
{
|
|
1442
|
+
"name": "dataset",
|
|
1443
|
+
"required": true,
|
|
1444
|
+
"conditionKeys": [],
|
|
1445
|
+
"dependentActions": []
|
|
1446
|
+
}
|
|
1447
|
+
],
|
|
1448
|
+
"conditionKeys": [],
|
|
1449
|
+
"dependentActions": []
|
|
1450
|
+
},
|
|
1361
1451
|
"updategateway": {
|
|
1362
1452
|
"name": "UpdateGateway",
|
|
1363
1453
|
"description": "Grants permission to update a gateway",
|
|
@@ -1,4 +1,34 @@
|
|
|
1
1
|
{
|
|
2
|
+
"batchaddrole": {
|
|
3
|
+
"name": "BatchAddRole",
|
|
4
|
+
"description": "Grants permission to add a role to users and groups in a private re:Post in your account",
|
|
5
|
+
"accessLevel": "Write",
|
|
6
|
+
"resourceTypes": [
|
|
7
|
+
{
|
|
8
|
+
"name": "space",
|
|
9
|
+
"required": true,
|
|
10
|
+
"conditionKeys": [],
|
|
11
|
+
"dependentActions": []
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"conditionKeys": [],
|
|
15
|
+
"dependentActions": []
|
|
16
|
+
},
|
|
17
|
+
"batchremoverole": {
|
|
18
|
+
"name": "BatchRemoveRole",
|
|
19
|
+
"description": "Grants permission to remove a role from users and groups in a private re:Post in your account",
|
|
20
|
+
"accessLevel": "Write",
|
|
21
|
+
"resourceTypes": [
|
|
22
|
+
{
|
|
23
|
+
"name": "space",
|
|
24
|
+
"required": true,
|
|
25
|
+
"conditionKeys": [],
|
|
26
|
+
"dependentActions": []
|
|
27
|
+
}
|
|
28
|
+
],
|
|
29
|
+
"conditionKeys": [],
|
|
30
|
+
"dependentActions": []
|
|
31
|
+
},
|
|
2
32
|
"createspace": {
|
|
3
33
|
"name": "CreateSpace",
|
|
4
34
|
"description": "Grants permission to create a new private re:Post in your account",
|
|
@@ -83,7 +113,7 @@
|
|
|
83
113
|
},
|
|
84
114
|
"registeradmin": {
|
|
85
115
|
"name": "RegisterAdmin",
|
|
86
|
-
"description": "Grants permission to add an administrator to a private re:
|
|
116
|
+
"description": "Grants permission to add an administrator to a private re:Post in your account",
|
|
87
117
|
"accessLevel": "Write",
|
|
88
118
|
"resourceTypes": [
|
|
89
119
|
{
|
|
@@ -23,13 +23,15 @@
|
|
|
23
23
|
"name": "hostedzone",
|
|
24
24
|
"required": false,
|
|
25
25
|
"conditionKeys": [],
|
|
26
|
-
"dependentActions": [
|
|
26
|
+
"dependentActions": [
|
|
27
|
+
"ec2:DescribeVpcs"
|
|
28
|
+
]
|
|
27
29
|
}
|
|
28
30
|
],
|
|
29
|
-
"conditionKeys": [
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
]
|
|
31
|
+
"conditionKeys": [
|
|
32
|
+
"route53:VPCs"
|
|
33
|
+
],
|
|
34
|
+
"dependentActions": []
|
|
33
35
|
},
|
|
34
36
|
"changecidrcollection": {
|
|
35
37
|
"name": "ChangeCidrCollection",
|
|
@@ -107,7 +109,9 @@
|
|
|
107
109
|
"description": "Grants permission to create a public hosted zone, which you use to specify how the Domain Name System (DNS) routes traffic on the Internet for a domain, such as example.com, and its subdomains",
|
|
108
110
|
"accessLevel": "Write",
|
|
109
111
|
"resourceTypes": [],
|
|
110
|
-
"conditionKeys": [
|
|
112
|
+
"conditionKeys": [
|
|
113
|
+
"route53:VPCs"
|
|
114
|
+
],
|
|
111
115
|
"dependentActions": [
|
|
112
116
|
"ec2:DescribeVpcs"
|
|
113
117
|
]
|
|
@@ -206,7 +210,9 @@
|
|
|
206
210
|
"dependentActions": []
|
|
207
211
|
}
|
|
208
212
|
],
|
|
209
|
-
"conditionKeys": [
|
|
213
|
+
"conditionKeys": [
|
|
214
|
+
"route53:VPCs"
|
|
215
|
+
],
|
|
210
216
|
"dependentActions": []
|
|
211
217
|
},
|
|
212
218
|
"deactivatekeysigningkey": {
|
|
@@ -356,7 +362,9 @@
|
|
|
356
362
|
"dependentActions": []
|
|
357
363
|
}
|
|
358
364
|
],
|
|
359
|
-
"conditionKeys": [
|
|
365
|
+
"conditionKeys": [
|
|
366
|
+
"route53:VPCs"
|
|
367
|
+
],
|
|
360
368
|
"dependentActions": []
|
|
361
369
|
},
|
|
362
370
|
"disablehostedzonednssec": {
|
|
@@ -383,13 +391,15 @@
|
|
|
383
391
|
"name": "hostedzone",
|
|
384
392
|
"required": false,
|
|
385
393
|
"conditionKeys": [],
|
|
386
|
-
"dependentActions": [
|
|
394
|
+
"dependentActions": [
|
|
395
|
+
"ec2:DescribeVpcs"
|
|
396
|
+
]
|
|
387
397
|
}
|
|
388
398
|
],
|
|
389
|
-
"conditionKeys": [
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
]
|
|
399
|
+
"conditionKeys": [
|
|
400
|
+
"route53:VPCs"
|
|
401
|
+
],
|
|
402
|
+
"dependentActions": []
|
|
393
403
|
},
|
|
394
404
|
"enablehostedzonednssec": {
|
|
395
405
|
"name": "EnableHostedZoneDNSSEC",
|
|
@@ -709,7 +719,9 @@
|
|
|
709
719
|
"description": "Grants permission to get a list of all the private hosted zones that a specified VPC is associated with",
|
|
710
720
|
"accessLevel": "List",
|
|
711
721
|
"resourceTypes": [],
|
|
712
|
-
"conditionKeys": [
|
|
722
|
+
"conditionKeys": [
|
|
723
|
+
"route53:VPCs"
|
|
724
|
+
],
|
|
713
725
|
"dependentActions": [
|
|
714
726
|
"ec2:DescribeVpcs"
|
|
715
727
|
]
|
|
@@ -349,6 +349,21 @@
|
|
|
349
349
|
"conditionKeys": [],
|
|
350
350
|
"dependentActions": []
|
|
351
351
|
},
|
|
352
|
+
"deleteprotectconfigurationrulesetnumberoverride": {
|
|
353
|
+
"name": "DeleteProtectConfigurationRuleSetNumberOverride",
|
|
354
|
+
"description": "Grants permission to delete a phone number override for a protect configuration",
|
|
355
|
+
"accessLevel": "Write",
|
|
356
|
+
"resourceTypes": [
|
|
357
|
+
{
|
|
358
|
+
"name": "ProtectConfiguration",
|
|
359
|
+
"required": true,
|
|
360
|
+
"conditionKeys": [],
|
|
361
|
+
"dependentActions": []
|
|
362
|
+
}
|
|
363
|
+
],
|
|
364
|
+
"conditionKeys": [],
|
|
365
|
+
"dependentActions": []
|
|
366
|
+
},
|
|
352
367
|
"deleteregistration": {
|
|
353
368
|
"name": "DeleteRegistration",
|
|
354
369
|
"description": "Grants permission to delete a registration",
|
|
@@ -833,6 +848,21 @@
|
|
|
833
848
|
"conditionKeys": [],
|
|
834
849
|
"dependentActions": []
|
|
835
850
|
},
|
|
851
|
+
"listprotectconfigurationrulesetnumberoverrides": {
|
|
852
|
+
"name": "ListProtectConfigurationRuleSetNumberOverrides",
|
|
853
|
+
"description": "Grants permission to list all phone number overrides for a protect configuration",
|
|
854
|
+
"accessLevel": "Read",
|
|
855
|
+
"resourceTypes": [
|
|
856
|
+
{
|
|
857
|
+
"name": "ProtectConfiguration",
|
|
858
|
+
"required": true,
|
|
859
|
+
"conditionKeys": [],
|
|
860
|
+
"dependentActions": []
|
|
861
|
+
}
|
|
862
|
+
],
|
|
863
|
+
"conditionKeys": [],
|
|
864
|
+
"dependentActions": []
|
|
865
|
+
},
|
|
836
866
|
"listregistrationassociations": {
|
|
837
867
|
"name": "ListRegistrationAssociations",
|
|
838
868
|
"description": "Grants permission to list all resources associated to a registration",
|
|
@@ -932,6 +962,21 @@
|
|
|
932
962
|
"conditionKeys": [],
|
|
933
963
|
"dependentActions": []
|
|
934
964
|
},
|
|
965
|
+
"putmessagefeedback": {
|
|
966
|
+
"name": "PutMessageFeedback",
|
|
967
|
+
"description": "Grants permission to put feedback for a text, voice, or media message",
|
|
968
|
+
"accessLevel": "Write",
|
|
969
|
+
"resourceTypes": [
|
|
970
|
+
{
|
|
971
|
+
"name": "Message",
|
|
972
|
+
"required": true,
|
|
973
|
+
"conditionKeys": [],
|
|
974
|
+
"dependentActions": []
|
|
975
|
+
}
|
|
976
|
+
],
|
|
977
|
+
"conditionKeys": [],
|
|
978
|
+
"dependentActions": []
|
|
979
|
+
},
|
|
935
980
|
"putoptedoutnumber": {
|
|
936
981
|
"name": "PutOptedOutNumber",
|
|
937
982
|
"description": "Grants permission to put a destination phone number into an opt-out list",
|
|
@@ -947,6 +992,21 @@
|
|
|
947
992
|
"conditionKeys": [],
|
|
948
993
|
"dependentActions": []
|
|
949
994
|
},
|
|
995
|
+
"putprotectconfigurationrulesetnumberoverride": {
|
|
996
|
+
"name": "PutProtectConfigurationRuleSetNumberOverride",
|
|
997
|
+
"description": "Grants permission to put a phone number override for a protect configuration",
|
|
998
|
+
"accessLevel": "Write",
|
|
999
|
+
"resourceTypes": [
|
|
1000
|
+
{
|
|
1001
|
+
"name": "ProtectConfiguration",
|
|
1002
|
+
"required": true,
|
|
1003
|
+
"conditionKeys": [],
|
|
1004
|
+
"dependentActions": []
|
|
1005
|
+
}
|
|
1006
|
+
],
|
|
1007
|
+
"conditionKeys": [],
|
|
1008
|
+
"dependentActions": []
|
|
1009
|
+
},
|
|
950
1010
|
"putregistrationfieldvalue": {
|
|
951
1011
|
"name": "PutRegistrationFieldValue",
|
|
952
1012
|
"description": "Grants permission to put a registration field value",
|
|
@@ -1160,6 +1220,21 @@
|
|
|
1160
1220
|
"conditionKeys": [],
|
|
1161
1221
|
"dependentActions": []
|
|
1162
1222
|
},
|
|
1223
|
+
"setdefaultmessagefeedbackenabled": {
|
|
1224
|
+
"name": "SetDefaultMessageFeedbackEnabled",
|
|
1225
|
+
"description": "Grants permission to set the default message feedback for a configuration set",
|
|
1226
|
+
"accessLevel": "Write",
|
|
1227
|
+
"resourceTypes": [
|
|
1228
|
+
{
|
|
1229
|
+
"name": "ConfigurationSet",
|
|
1230
|
+
"required": true,
|
|
1231
|
+
"conditionKeys": [],
|
|
1232
|
+
"dependentActions": []
|
|
1233
|
+
}
|
|
1234
|
+
],
|
|
1235
|
+
"conditionKeys": [],
|
|
1236
|
+
"dependentActions": []
|
|
1237
|
+
},
|
|
1163
1238
|
"setdefaultmessagetype": {
|
|
1164
1239
|
"name": "SetDefaultMessageType",
|
|
1165
1240
|
"description": "Grants permission to set the default message type for a configuration set",
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"aws:requesttag/${tagkey}": {
|
|
3
3
|
"key": "aws:RequestTag/${TagKey}",
|
|
4
|
-
"description": "Filters actions based on the presence of tag key-value pairs in the request",
|
|
4
|
+
"description": "Filters access by actions based on the presence of tag key-value pairs in the request",
|
|
5
5
|
"type": "String"
|
|
6
6
|
},
|
|
7
7
|
"aws:resourcetag/${tagkey}": {
|
|
8
8
|
"key": "aws:ResourceTag/${TagKey}",
|
|
9
|
-
"description": "Filters actions based on tag key-value pairs attached to the resource",
|
|
9
|
+
"description": "Filters access by actions based on tag key-value pairs attached to the resource",
|
|
10
10
|
"type": "String"
|
|
11
11
|
},
|
|
12
12
|
"aws:tagkeys": {
|
|
13
13
|
"key": "aws:TagKeys",
|
|
14
|
-
"description": "Filters actions based on the presence of tag keys in the request",
|
|
14
|
+
"description": "Filters access by actions based on the presence of tag keys in the request",
|
|
15
15
|
"type": "ArrayOfString"
|
|
16
16
|
}
|
|
17
17
|
}
|
|
@@ -1,4 +1,19 @@
|
|
|
1
1
|
{
|
|
2
|
+
"aws:requesttag/${tagkey}": {
|
|
3
|
+
"key": "aws:RequestTag/${TagKey}",
|
|
4
|
+
"description": "Filters access by the tags that are passed in the request",
|
|
5
|
+
"type": "String"
|
|
6
|
+
},
|
|
7
|
+
"aws:resourcetag/${tagkey}": {
|
|
8
|
+
"key": "aws:ResourceTag/${TagKey}",
|
|
9
|
+
"description": "Filters access by the tags associated with the resource",
|
|
10
|
+
"type": "String"
|
|
11
|
+
},
|
|
12
|
+
"aws:tagkeys": {
|
|
13
|
+
"key": "aws:TagKeys",
|
|
14
|
+
"description": "Filters access by the tag keys that are passed in the request",
|
|
15
|
+
"type": "ArrayOfString"
|
|
16
|
+
},
|
|
2
17
|
"dynamodb:attributes": {
|
|
3
18
|
"key": "dynamodb:Attributes",
|
|
4
19
|
"description": "Filters access by attribute (field or column) names of the table",
|
|
@@ -64,6 +64,11 @@
|
|
|
64
64
|
"description": "Filters access by the enable field value in the Service Connect configuration",
|
|
65
65
|
"type": "String"
|
|
66
66
|
},
|
|
67
|
+
"ecs:enable-vpc-lattice": {
|
|
68
|
+
"key": "ecs:enable-vpc-lattice",
|
|
69
|
+
"description": "Filters access by the VPC lattice capability of your Amazon ECS service",
|
|
70
|
+
"type": "String"
|
|
71
|
+
},
|
|
67
72
|
"ecs:fargate-ephemeral-storage-kms-key": {
|
|
68
73
|
"key": "ecs:fargate-ephemeral-storage-kms-key",
|
|
69
74
|
"description": "Filters access by the AWS KMS key id provided in the request",
|
|
@@ -13,5 +13,10 @@
|
|
|
13
13
|
"key": "route53:ChangeResourceRecordSetsRecordTypes",
|
|
14
14
|
"description": "Filters access by the DNS record types in a ChangeResourceRecordSets request",
|
|
15
15
|
"type": "ArrayOfString"
|
|
16
|
+
},
|
|
17
|
+
"route53:vpcs": {
|
|
18
|
+
"key": "route53:VPCs",
|
|
19
|
+
"description": "Filters access by VPCs in request",
|
|
20
|
+
"type": "ArrayOfString"
|
|
16
21
|
}
|
|
17
22
|
}
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"index": {
|
|
3
3
|
"key": "index",
|
|
4
|
-
"arn": "arn:${Partition}:dynamodb:${Region}:${Account}:table/${TableName}/index/${IndexName}"
|
|
4
|
+
"arn": "arn:${Partition}:dynamodb:${Region}:${Account}:table/${TableName}/index/${IndexName}",
|
|
5
|
+
"conditionKeys": [
|
|
6
|
+
"aws:ResourceTag/${TagKey}"
|
|
7
|
+
]
|
|
5
8
|
},
|
|
6
9
|
"stream": {
|
|
7
10
|
"key": "stream",
|
|
@@ -9,7 +12,10 @@
|
|
|
9
12
|
},
|
|
10
13
|
"table": {
|
|
11
14
|
"key": "table",
|
|
12
|
-
"arn": "arn:${Partition}:dynamodb:${Region}:${Account}:table/${TableName}"
|
|
15
|
+
"arn": "arn:${Partition}:dynamodb:${Region}:${Account}:table/${TableName}",
|
|
16
|
+
"conditionKeys": [
|
|
17
|
+
"aws:ResourceTag/${TagKey}"
|
|
18
|
+
]
|
|
13
19
|
},
|
|
14
20
|
"backup": {
|
|
15
21
|
"key": "backup",
|
|
@@ -54,5 +54,12 @@
|
|
|
54
54
|
"conditionKeys": [
|
|
55
55
|
"aws:ResourceTag/${TagKey}"
|
|
56
56
|
]
|
|
57
|
+
},
|
|
58
|
+
"dataset": {
|
|
59
|
+
"key": "dataset",
|
|
60
|
+
"arn": "arn:${Partition}:iotsitewise:${Region}:${Account}:dataset/${DatasetId}",
|
|
61
|
+
"conditionKeys": [
|
|
62
|
+
"aws:ResourceTag/${TagKey}"
|
|
63
|
+
]
|
|
57
64
|
}
|
|
58
65
|
}
|
package/data/serviceNames.json
CHANGED
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"compute-optimizer": "AWS Compute Optimizer",
|
|
95
95
|
"config": "AWS Config",
|
|
96
96
|
"connect": "Amazon Connect",
|
|
97
|
-
"connect-campaigns": "
|
|
97
|
+
"connect-campaigns": "Amazon Connect Outbound Campaigns",
|
|
98
98
|
"consoleapp": "AWS Management Console Mobile App",
|
|
99
99
|
"consolidatedbilling": "AWS Consolidated Billing",
|
|
100
100
|
"controlcatalog": "AWS Control Catalog",
|
|
@@ -303,7 +303,7 @@
|
|
|
303
303
|
"redshift-serverless": "Amazon Redshift Serverless",
|
|
304
304
|
"refactor-spaces": "AWS Migration Hub Refactor Spaces",
|
|
305
305
|
"rekognition": "Amazon Rekognition",
|
|
306
|
-
"repostspace": "AWS
|
|
306
|
+
"repostspace": "AWS rePost Private",
|
|
307
307
|
"resiliencehub": "AWS Resilience Hub",
|
|
308
308
|
"resource-explorer": "Tag Editor",
|
|
309
309
|
"resource-explorer-2": "AWS Resource Explorer",
|
|
@@ -346,7 +346,7 @@
|
|
|
346
346
|
"signin": "AWS Signin",
|
|
347
347
|
"simspaceweaver": "AWS SimSpace Weaver",
|
|
348
348
|
"sms": "AWS Server Migration Service",
|
|
349
|
-
"sms-voice": "
|
|
349
|
+
"sms-voice": "AWS End User Messaging SMS and Voice V2",
|
|
350
350
|
"snow-device-management": "AWS Snow Device Management",
|
|
351
351
|
"snowball": "AWS Snowball",
|
|
352
352
|
"sns": "Amazon SNS",
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.202411191",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": "github:cloud-copilot/iam-data",
|
|
6
|
-
"updatedAt": "2024-11-
|
|
6
|
+
"updatedAt": "2024-11-19T04:49:13.392Z",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"import": "./dist/esm/index.js",
|