@cloud-copilot/iam-data 0.21.202609011 → 0.21.202609041
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/LICENSE.txt +1 -1
- package/README.md +2 -2
- package/data/actions/cognito-idp.json +15 -0
- package/data/actions/connect.json +142 -0
- package/data/actions/ec2.json +343 -0
- package/data/actions/evs.json +16 -0
- package/data/actions/guardduty.json +145 -0
- package/data/actions/kinesis.json +130 -0
- package/data/actions/quicksight.json +113 -0
- package/data/resourceTypes/connect.json +7 -0
- package/data/resourceTypes/ec2.json +13 -0
- package/data/resourceTypes/guardduty.json +11 -0
- package/data/resourceTypes/kinesis.json +7 -0
- package/data/resourceTypes/quicksight.json +4 -0
- package/package.json +4 -4
package/data/actions/evs.json
CHANGED
|
@@ -145,6 +145,14 @@
|
|
|
145
145
|
"conditionKeys": [],
|
|
146
146
|
"dependentActions": []
|
|
147
147
|
},
|
|
148
|
+
"getaccountsettings": {
|
|
149
|
+
"name": "GetAccountSettings",
|
|
150
|
+
"description": "Grants permission to get EVS account settings",
|
|
151
|
+
"accessLevel": "Read",
|
|
152
|
+
"resourceTypes": [],
|
|
153
|
+
"conditionKeys": [],
|
|
154
|
+
"dependentActions": []
|
|
155
|
+
},
|
|
148
156
|
"getdepoturl": {
|
|
149
157
|
"name": "GetDepotUrl",
|
|
150
158
|
"description": "Grants permission to get an Amazon EVS environment depot url",
|
|
@@ -266,6 +274,14 @@
|
|
|
266
274
|
"conditionKeys": [],
|
|
267
275
|
"dependentActions": []
|
|
268
276
|
},
|
|
277
|
+
"putaccountsettings": {
|
|
278
|
+
"name": "PutAccountSettings",
|
|
279
|
+
"description": "Grants permission to get EVS account settings",
|
|
280
|
+
"accessLevel": "Write",
|
|
281
|
+
"resourceTypes": [],
|
|
282
|
+
"conditionKeys": [],
|
|
283
|
+
"dependentActions": []
|
|
284
|
+
},
|
|
269
285
|
"tagresource": {
|
|
270
286
|
"name": "TagResource",
|
|
271
287
|
"description": "Grants permission to tag a specified resource ARN",
|
|
@@ -23,6 +23,25 @@
|
|
|
23
23
|
"conditionKeys": [],
|
|
24
24
|
"dependentActions": []
|
|
25
25
|
},
|
|
26
|
+
"createcustomdetectionruleassociation": {
|
|
27
|
+
"name": "CreateCustomDetectionRuleAssociation",
|
|
28
|
+
"description": "Grants permission to create a GuardDuty custom detection rule association",
|
|
29
|
+
"accessLevel": "Write",
|
|
30
|
+
"resourceTypes": [],
|
|
31
|
+
"conditionKeys": [
|
|
32
|
+
"aws:RequestTag/${TagKey}",
|
|
33
|
+
"aws:TagKeys"
|
|
34
|
+
],
|
|
35
|
+
"dependentActions": []
|
|
36
|
+
},
|
|
37
|
+
"createcustomdetectionruleorgconfiguration": {
|
|
38
|
+
"name": "CreateCustomDetectionRuleOrgConfiguration",
|
|
39
|
+
"description": "Grants permission to create the organization configuration for a GuardDuty custom detection rule",
|
|
40
|
+
"accessLevel": "Write",
|
|
41
|
+
"resourceTypes": [],
|
|
42
|
+
"conditionKeys": [],
|
|
43
|
+
"dependentActions": []
|
|
44
|
+
},
|
|
26
45
|
"createdetector": {
|
|
27
46
|
"name": "CreateDetector",
|
|
28
47
|
"description": "Grants permission to create a detector",
|
|
@@ -155,6 +174,29 @@
|
|
|
155
174
|
"conditionKeys": [],
|
|
156
175
|
"dependentActions": []
|
|
157
176
|
},
|
|
177
|
+
"deletecustomdetectionruleassociation": {
|
|
178
|
+
"name": "DeleteCustomDetectionRuleAssociation",
|
|
179
|
+
"description": "Grants permission to delete a GuardDuty custom detection rule association",
|
|
180
|
+
"accessLevel": "Write",
|
|
181
|
+
"resourceTypes": [
|
|
182
|
+
{
|
|
183
|
+
"name": "customdetectionruleassociation",
|
|
184
|
+
"required": true,
|
|
185
|
+
"conditionKeys": [],
|
|
186
|
+
"dependentActions": []
|
|
187
|
+
}
|
|
188
|
+
],
|
|
189
|
+
"conditionKeys": [],
|
|
190
|
+
"dependentActions": []
|
|
191
|
+
},
|
|
192
|
+
"deletecustomdetectionruleorgconfiguration": {
|
|
193
|
+
"name": "DeleteCustomDetectionRuleOrgConfiguration",
|
|
194
|
+
"description": "Grants permission to delete the organization configuration for a GuardDuty custom detection rule",
|
|
195
|
+
"accessLevel": "Write",
|
|
196
|
+
"resourceTypes": [],
|
|
197
|
+
"conditionKeys": [],
|
|
198
|
+
"dependentActions": []
|
|
199
|
+
},
|
|
158
200
|
"deletedetector": {
|
|
159
201
|
"name": "DeleteDetector",
|
|
160
202
|
"description": "Grants permission to delete GuardDuty detectors",
|
|
@@ -385,6 +427,44 @@
|
|
|
385
427
|
"conditionKeys": [],
|
|
386
428
|
"dependentActions": []
|
|
387
429
|
},
|
|
430
|
+
"getcustomdetectionrule": {
|
|
431
|
+
"name": "GetCustomDetectionRule",
|
|
432
|
+
"description": "Grants permission to retrieve a GuardDuty custom detection rule",
|
|
433
|
+
"accessLevel": "Read",
|
|
434
|
+
"resourceTypes": [
|
|
435
|
+
{
|
|
436
|
+
"name": "customdetectionrule",
|
|
437
|
+
"required": true,
|
|
438
|
+
"conditionKeys": [],
|
|
439
|
+
"dependentActions": []
|
|
440
|
+
}
|
|
441
|
+
],
|
|
442
|
+
"conditionKeys": [],
|
|
443
|
+
"dependentActions": []
|
|
444
|
+
},
|
|
445
|
+
"getcustomdetectionruleassociation": {
|
|
446
|
+
"name": "GetCustomDetectionRuleAssociation",
|
|
447
|
+
"description": "Grants permission to retrieve a GuardDuty custom detection rule association",
|
|
448
|
+
"accessLevel": "Read",
|
|
449
|
+
"resourceTypes": [
|
|
450
|
+
{
|
|
451
|
+
"name": "customdetectionruleassociation",
|
|
452
|
+
"required": true,
|
|
453
|
+
"conditionKeys": [],
|
|
454
|
+
"dependentActions": []
|
|
455
|
+
}
|
|
456
|
+
],
|
|
457
|
+
"conditionKeys": [],
|
|
458
|
+
"dependentActions": []
|
|
459
|
+
},
|
|
460
|
+
"getcustomdetectionruleorgconfiguration": {
|
|
461
|
+
"name": "GetCustomDetectionRuleOrgConfiguration",
|
|
462
|
+
"description": "Grants permission to retrieve the organization configuration for a GuardDuty custom detection rule",
|
|
463
|
+
"accessLevel": "Read",
|
|
464
|
+
"resourceTypes": [],
|
|
465
|
+
"conditionKeys": [],
|
|
466
|
+
"dependentActions": []
|
|
467
|
+
},
|
|
388
468
|
"getdetector": {
|
|
389
469
|
"name": "GetDetector",
|
|
390
470
|
"description": "Grants permission to retrieve GuardDuty detectors",
|
|
@@ -609,6 +689,30 @@
|
|
|
609
689
|
"conditionKeys": [],
|
|
610
690
|
"dependentActions": []
|
|
611
691
|
},
|
|
692
|
+
"listcustomdetectionruleassociations": {
|
|
693
|
+
"name": "ListCustomDetectionRuleAssociations",
|
|
694
|
+
"description": "Grants permission to retrieve a list of GuardDuty custom detection rule associations",
|
|
695
|
+
"accessLevel": "List",
|
|
696
|
+
"resourceTypes": [],
|
|
697
|
+
"conditionKeys": [],
|
|
698
|
+
"dependentActions": []
|
|
699
|
+
},
|
|
700
|
+
"listcustomdetectionruleorgconfigurations": {
|
|
701
|
+
"name": "ListCustomDetectionRuleOrgConfigurations",
|
|
702
|
+
"description": "Grants permission to retrieve a list of organization configurations for GuardDuty custom detection rules",
|
|
703
|
+
"accessLevel": "List",
|
|
704
|
+
"resourceTypes": [],
|
|
705
|
+
"conditionKeys": [],
|
|
706
|
+
"dependentActions": []
|
|
707
|
+
},
|
|
708
|
+
"listcustomdetectionrules": {
|
|
709
|
+
"name": "ListCustomDetectionRules",
|
|
710
|
+
"description": "Grants permission to retrieve a list of GuardDuty custom detection rules",
|
|
711
|
+
"accessLevel": "List",
|
|
712
|
+
"resourceTypes": [],
|
|
713
|
+
"conditionKeys": [],
|
|
714
|
+
"dependentActions": []
|
|
715
|
+
},
|
|
612
716
|
"listdetectors": {
|
|
613
717
|
"name": "ListDetectors",
|
|
614
718
|
"description": "Grants permission to retrieve a list of GuardDuty detectors",
|
|
@@ -702,6 +806,12 @@
|
|
|
702
806
|
"description": "Grants permission to retrieve a list of tags associated with a GuardDuty resource",
|
|
703
807
|
"accessLevel": "Read",
|
|
704
808
|
"resourceTypes": [
|
|
809
|
+
{
|
|
810
|
+
"name": "customdetectionruleassociation",
|
|
811
|
+
"required": false,
|
|
812
|
+
"conditionKeys": [],
|
|
813
|
+
"dependentActions": []
|
|
814
|
+
},
|
|
705
815
|
{
|
|
706
816
|
"name": "detector",
|
|
707
817
|
"required": false,
|
|
@@ -823,6 +933,12 @@
|
|
|
823
933
|
"description": "Grants permission to add tags to a GuardDuty resource",
|
|
824
934
|
"accessLevel": "Tagging, Write",
|
|
825
935
|
"resourceTypes": [
|
|
936
|
+
{
|
|
937
|
+
"name": "customdetectionruleassociation",
|
|
938
|
+
"required": false,
|
|
939
|
+
"conditionKeys": [],
|
|
940
|
+
"dependentActions": []
|
|
941
|
+
},
|
|
826
942
|
{
|
|
827
943
|
"name": "detector",
|
|
828
944
|
"required": false,
|
|
@@ -891,6 +1007,12 @@
|
|
|
891
1007
|
"description": "Grants permission to remove tags from a GuardDuty resource",
|
|
892
1008
|
"accessLevel": "Tagging, Write",
|
|
893
1009
|
"resourceTypes": [
|
|
1010
|
+
{
|
|
1011
|
+
"name": "customdetectionruleassociation",
|
|
1012
|
+
"required": false,
|
|
1013
|
+
"conditionKeys": [],
|
|
1014
|
+
"dependentActions": []
|
|
1015
|
+
},
|
|
894
1016
|
{
|
|
895
1017
|
"name": "detector",
|
|
896
1018
|
"required": false,
|
|
@@ -945,6 +1067,29 @@
|
|
|
945
1067
|
],
|
|
946
1068
|
"dependentActions": []
|
|
947
1069
|
},
|
|
1070
|
+
"updatecustomdetectionruleassociation": {
|
|
1071
|
+
"name": "UpdateCustomDetectionRuleAssociation",
|
|
1072
|
+
"description": "Grants permission to update a GuardDuty custom detection rule association",
|
|
1073
|
+
"accessLevel": "Write",
|
|
1074
|
+
"resourceTypes": [
|
|
1075
|
+
{
|
|
1076
|
+
"name": "customdetectionruleassociation",
|
|
1077
|
+
"required": true,
|
|
1078
|
+
"conditionKeys": [],
|
|
1079
|
+
"dependentActions": []
|
|
1080
|
+
}
|
|
1081
|
+
],
|
|
1082
|
+
"conditionKeys": [],
|
|
1083
|
+
"dependentActions": []
|
|
1084
|
+
},
|
|
1085
|
+
"updatecustomdetectionruleorgconfiguration": {
|
|
1086
|
+
"name": "UpdateCustomDetectionRuleOrgConfiguration",
|
|
1087
|
+
"description": "Grants permission to update the organization configuration for a GuardDuty custom detection rule",
|
|
1088
|
+
"accessLevel": "Write",
|
|
1089
|
+
"resourceTypes": [],
|
|
1090
|
+
"conditionKeys": [],
|
|
1091
|
+
"dependentActions": []
|
|
1092
|
+
},
|
|
948
1093
|
"updatedetector": {
|
|
949
1094
|
"name": "UpdateDetector",
|
|
950
1095
|
"description": "Grants permission to update GuardDuty detectors",
|
|
@@ -30,6 +30,50 @@
|
|
|
30
30
|
"conditionKeys": [],
|
|
31
31
|
"dependentActions": []
|
|
32
32
|
},
|
|
33
|
+
"associatestreamswithchannel": {
|
|
34
|
+
"name": "AssociateStreamsWithChannel",
|
|
35
|
+
"description": "Grants permission to associate a stream with a channel",
|
|
36
|
+
"accessLevel": "Write",
|
|
37
|
+
"resourceTypes": [
|
|
38
|
+
{
|
|
39
|
+
"name": "channel",
|
|
40
|
+
"required": true,
|
|
41
|
+
"conditionKeys": [
|
|
42
|
+
"aws:ResourceTag/${TagKey}"
|
|
43
|
+
],
|
|
44
|
+
"dependentActions": []
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"name": "stream",
|
|
48
|
+
"required": true,
|
|
49
|
+
"conditionKeys": [
|
|
50
|
+
"aws:ResourceTag/${TagKey}"
|
|
51
|
+
],
|
|
52
|
+
"dependentActions": []
|
|
53
|
+
}
|
|
54
|
+
],
|
|
55
|
+
"conditionKeys": [],
|
|
56
|
+
"dependentActions": []
|
|
57
|
+
},
|
|
58
|
+
"createchannel": {
|
|
59
|
+
"name": "CreateChannel",
|
|
60
|
+
"description": "Grants permission to create a channel that delivers data from a selected single stream to a destination",
|
|
61
|
+
"accessLevel": "Tagging, Write",
|
|
62
|
+
"resourceTypes": [
|
|
63
|
+
{
|
|
64
|
+
"name": "channel",
|
|
65
|
+
"required": true,
|
|
66
|
+
"conditionKeys": [
|
|
67
|
+
"aws:RequestTag/${TagKey}",
|
|
68
|
+
"aws:ResourceTag/${TagKey}",
|
|
69
|
+
"aws:TagKeys"
|
|
70
|
+
],
|
|
71
|
+
"dependentActions": []
|
|
72
|
+
}
|
|
73
|
+
],
|
|
74
|
+
"conditionKeys": [],
|
|
75
|
+
"dependentActions": []
|
|
76
|
+
},
|
|
33
77
|
"createstream": {
|
|
34
78
|
"name": "CreateStream",
|
|
35
79
|
"description": "Grants permission to create a Amazon Kinesis stream",
|
|
@@ -66,6 +110,23 @@
|
|
|
66
110
|
"conditionKeys": [],
|
|
67
111
|
"dependentActions": []
|
|
68
112
|
},
|
|
113
|
+
"deletechannel": {
|
|
114
|
+
"name": "DeleteChannel",
|
|
115
|
+
"description": "Grants permission to delete the specified channel",
|
|
116
|
+
"accessLevel": "Write",
|
|
117
|
+
"resourceTypes": [
|
|
118
|
+
{
|
|
119
|
+
"name": "channel",
|
|
120
|
+
"required": true,
|
|
121
|
+
"conditionKeys": [
|
|
122
|
+
"aws:ResourceTag/${TagKey}"
|
|
123
|
+
],
|
|
124
|
+
"dependentActions": []
|
|
125
|
+
}
|
|
126
|
+
],
|
|
127
|
+
"conditionKeys": [],
|
|
128
|
+
"dependentActions": []
|
|
129
|
+
},
|
|
69
130
|
"deleteresourcepolicy": {
|
|
70
131
|
"name": "DeleteResourcePolicy",
|
|
71
132
|
"description": "Grants permission to delete a resource policy associated with a specified stream or consumer",
|
|
@@ -133,6 +194,23 @@
|
|
|
133
194
|
"conditionKeys": [],
|
|
134
195
|
"dependentActions": []
|
|
135
196
|
},
|
|
197
|
+
"describechannel": {
|
|
198
|
+
"name": "DescribeChannel",
|
|
199
|
+
"description": "Grants permission to describe the specified channel",
|
|
200
|
+
"accessLevel": "Read",
|
|
201
|
+
"resourceTypes": [
|
|
202
|
+
{
|
|
203
|
+
"name": "channel",
|
|
204
|
+
"required": true,
|
|
205
|
+
"conditionKeys": [
|
|
206
|
+
"aws:ResourceTag/${TagKey}"
|
|
207
|
+
],
|
|
208
|
+
"dependentActions": []
|
|
209
|
+
}
|
|
210
|
+
],
|
|
211
|
+
"conditionKeys": [],
|
|
212
|
+
"dependentActions": []
|
|
213
|
+
},
|
|
136
214
|
"describelimits": {
|
|
137
215
|
"name": "DescribeLimits",
|
|
138
216
|
"description": "Grants permission to describe the shard limits and usage for the account",
|
|
@@ -284,6 +362,14 @@
|
|
|
284
362
|
"conditionKeys": [],
|
|
285
363
|
"dependentActions": []
|
|
286
364
|
},
|
|
365
|
+
"listchannels": {
|
|
366
|
+
"name": "ListChannels",
|
|
367
|
+
"description": "Grants permission to list the channels in the account, optionally filtered by stream",
|
|
368
|
+
"accessLevel": "List",
|
|
369
|
+
"resourceTypes": [],
|
|
370
|
+
"conditionKeys": [],
|
|
371
|
+
"dependentActions": []
|
|
372
|
+
},
|
|
287
373
|
"listshards": {
|
|
288
374
|
"name": "ListShards",
|
|
289
375
|
"description": "Grants permission to list the shards in a stream and provides information about each shard",
|
|
@@ -331,6 +417,14 @@
|
|
|
331
417
|
"description": "Grants permission to list the tags for the specified Amazon Kinesis resource",
|
|
332
418
|
"accessLevel": "Read",
|
|
333
419
|
"resourceTypes": [
|
|
420
|
+
{
|
|
421
|
+
"name": "channel",
|
|
422
|
+
"required": true,
|
|
423
|
+
"conditionKeys": [
|
|
424
|
+
"aws:ResourceTag/${TagKey}"
|
|
425
|
+
],
|
|
426
|
+
"dependentActions": []
|
|
427
|
+
},
|
|
334
428
|
{
|
|
335
429
|
"name": "consumer",
|
|
336
430
|
"required": true,
|
|
@@ -566,6 +660,16 @@
|
|
|
566
660
|
"description": "Grants permission to add or update tags for the specified Amazon Kinesis resource. Each resource can have up to 50 tags",
|
|
567
661
|
"accessLevel": "Tagging, Write",
|
|
568
662
|
"resourceTypes": [
|
|
663
|
+
{
|
|
664
|
+
"name": "channel",
|
|
665
|
+
"required": true,
|
|
666
|
+
"conditionKeys": [
|
|
667
|
+
"aws:RequestTag/${TagKey}",
|
|
668
|
+
"aws:ResourceTag/${TagKey}",
|
|
669
|
+
"aws:TagKeys"
|
|
670
|
+
],
|
|
671
|
+
"dependentActions": []
|
|
672
|
+
},
|
|
569
673
|
{
|
|
570
674
|
"name": "consumer",
|
|
571
675
|
"required": true,
|
|
@@ -595,6 +699,15 @@
|
|
|
595
699
|
"description": "Grants permission to remove tags from the specified Kinesis data resource. Removed tags are deleted and cannot be recovered after this operation successfully completes",
|
|
596
700
|
"accessLevel": "Tagging, Write",
|
|
597
701
|
"resourceTypes": [
|
|
702
|
+
{
|
|
703
|
+
"name": "channel",
|
|
704
|
+
"required": true,
|
|
705
|
+
"conditionKeys": [
|
|
706
|
+
"aws:ResourceTag/${TagKey}",
|
|
707
|
+
"aws:TagKeys"
|
|
708
|
+
],
|
|
709
|
+
"dependentActions": []
|
|
710
|
+
},
|
|
598
711
|
{
|
|
599
712
|
"name": "consumer",
|
|
600
713
|
"required": true,
|
|
@@ -625,6 +738,23 @@
|
|
|
625
738
|
"conditionKeys": [],
|
|
626
739
|
"dependentActions": []
|
|
627
740
|
},
|
|
741
|
+
"updatechannel": {
|
|
742
|
+
"name": "UpdateChannel",
|
|
743
|
+
"description": "Grants permission to update the logging configuration and destination data freshness for the specified channel",
|
|
744
|
+
"accessLevel": "Write",
|
|
745
|
+
"resourceTypes": [
|
|
746
|
+
{
|
|
747
|
+
"name": "channel",
|
|
748
|
+
"required": true,
|
|
749
|
+
"conditionKeys": [
|
|
750
|
+
"aws:ResourceTag/${TagKey}"
|
|
751
|
+
],
|
|
752
|
+
"dependentActions": []
|
|
753
|
+
}
|
|
754
|
+
],
|
|
755
|
+
"conditionKeys": [],
|
|
756
|
+
"dependentActions": []
|
|
757
|
+
},
|
|
628
758
|
"updatemaxrecordsize": {
|
|
629
759
|
"name": "UpdateMaxRecordSize",
|
|
630
760
|
"description": "Grants permission to update the maximum record size for a Kinesis data stream",
|
|
@@ -64,6 +64,21 @@
|
|
|
64
64
|
],
|
|
65
65
|
"dependentActions": []
|
|
66
66
|
},
|
|
67
|
+
"createextension": {
|
|
68
|
+
"name": "CreateExtension",
|
|
69
|
+
"description": "Grants permission to create an extension",
|
|
70
|
+
"accessLevel": "Write",
|
|
71
|
+
"resourceTypes": [
|
|
72
|
+
{
|
|
73
|
+
"name": "extension",
|
|
74
|
+
"required": true,
|
|
75
|
+
"conditionKeys": [],
|
|
76
|
+
"dependentActions": []
|
|
77
|
+
}
|
|
78
|
+
],
|
|
79
|
+
"conditionKeys": [],
|
|
80
|
+
"dependentActions": []
|
|
81
|
+
},
|
|
67
82
|
"createextensionaccess": {
|
|
68
83
|
"name": "CreateExtensionAccess",
|
|
69
84
|
"description": "Grants permission to create an extension access",
|
|
@@ -124,6 +139,21 @@
|
|
|
124
139
|
"conditionKeys": [],
|
|
125
140
|
"dependentActions": []
|
|
126
141
|
},
|
|
142
|
+
"deleteextension": {
|
|
143
|
+
"name": "DeleteExtension",
|
|
144
|
+
"description": "Grants permission to delete an extension",
|
|
145
|
+
"accessLevel": "Write",
|
|
146
|
+
"resourceTypes": [
|
|
147
|
+
{
|
|
148
|
+
"name": "extension",
|
|
149
|
+
"required": true,
|
|
150
|
+
"conditionKeys": [],
|
|
151
|
+
"dependentActions": []
|
|
152
|
+
}
|
|
153
|
+
],
|
|
154
|
+
"conditionKeys": [],
|
|
155
|
+
"dependentActions": []
|
|
156
|
+
},
|
|
127
157
|
"deleteextensionaccess": {
|
|
128
158
|
"name": "DeleteExtensionAccess",
|
|
129
159
|
"description": "Grants permission to delete an extension access",
|
|
@@ -177,6 +207,21 @@
|
|
|
177
207
|
"conditionKeys": [],
|
|
178
208
|
"dependentActions": []
|
|
179
209
|
},
|
|
210
|
+
"describeextension": {
|
|
211
|
+
"name": "DescribeExtension",
|
|
212
|
+
"description": "Grants permission to describe an extension",
|
|
213
|
+
"accessLevel": "Read",
|
|
214
|
+
"resourceTypes": [
|
|
215
|
+
{
|
|
216
|
+
"name": "extension",
|
|
217
|
+
"required": true,
|
|
218
|
+
"conditionKeys": [],
|
|
219
|
+
"dependentActions": []
|
|
220
|
+
}
|
|
221
|
+
],
|
|
222
|
+
"conditionKeys": [],
|
|
223
|
+
"dependentActions": []
|
|
224
|
+
},
|
|
180
225
|
"describeextensionaccess": {
|
|
181
226
|
"name": "DescribeExtensionAccess",
|
|
182
227
|
"description": "Grants permission to describe an extension access",
|
|
@@ -192,6 +237,21 @@
|
|
|
192
237
|
"conditionKeys": [],
|
|
193
238
|
"dependentActions": []
|
|
194
239
|
},
|
|
240
|
+
"describeextensionpermissions": {
|
|
241
|
+
"name": "DescribeExtensionPermissions",
|
|
242
|
+
"description": "Grants permission to describe the permissions of an extension",
|
|
243
|
+
"accessLevel": "Read",
|
|
244
|
+
"resourceTypes": [
|
|
245
|
+
{
|
|
246
|
+
"name": "extension",
|
|
247
|
+
"required": true,
|
|
248
|
+
"conditionKeys": [],
|
|
249
|
+
"dependentActions": []
|
|
250
|
+
}
|
|
251
|
+
],
|
|
252
|
+
"conditionKeys": [],
|
|
253
|
+
"dependentActions": []
|
|
254
|
+
},
|
|
195
255
|
"describequickindexcapacity": {
|
|
196
256
|
"name": "DescribeQuickIndexCapacity",
|
|
197
257
|
"description": "Grants permission to describe index capacity",
|
|
@@ -271,6 +331,14 @@
|
|
|
271
331
|
"conditionKeys": [],
|
|
272
332
|
"dependentActions": []
|
|
273
333
|
},
|
|
334
|
+
"listextensions": {
|
|
335
|
+
"name": "ListExtensions",
|
|
336
|
+
"description": "Grants permission to list extensions",
|
|
337
|
+
"accessLevel": "List",
|
|
338
|
+
"resourceTypes": [],
|
|
339
|
+
"conditionKeys": [],
|
|
340
|
+
"dependentActions": []
|
|
341
|
+
},
|
|
274
342
|
"listkmskeysforuser": {
|
|
275
343
|
"name": "ListKMSKeysForUser",
|
|
276
344
|
"description": "Grants permission to list a user's KMS keys",
|
|
@@ -419,6 +487,21 @@
|
|
|
419
487
|
"conditionKeys": [],
|
|
420
488
|
"dependentActions": []
|
|
421
489
|
},
|
|
490
|
+
"startextensioninstallation": {
|
|
491
|
+
"name": "StartExtensionInstallation",
|
|
492
|
+
"description": "Grants permission to start installation of an extension",
|
|
493
|
+
"accessLevel": "Write",
|
|
494
|
+
"resourceTypes": [
|
|
495
|
+
{
|
|
496
|
+
"name": "extension",
|
|
497
|
+
"required": true,
|
|
498
|
+
"conditionKeys": [],
|
|
499
|
+
"dependentActions": []
|
|
500
|
+
}
|
|
501
|
+
],
|
|
502
|
+
"conditionKeys": [],
|
|
503
|
+
"dependentActions": []
|
|
504
|
+
},
|
|
422
505
|
"subscribe": {
|
|
423
506
|
"name": "Subscribe",
|
|
424
507
|
"description": "Grants permission to subscribe to Amazon QuickSight, and also to allow the user to upgrade the subscription to Enterprise edition",
|
|
@@ -476,6 +559,21 @@
|
|
|
476
559
|
"conditionKeys": [],
|
|
477
560
|
"dependentActions": []
|
|
478
561
|
},
|
|
562
|
+
"updateextension": {
|
|
563
|
+
"name": "UpdateExtension",
|
|
564
|
+
"description": "Grants permission to update an extension",
|
|
565
|
+
"accessLevel": "Write",
|
|
566
|
+
"resourceTypes": [
|
|
567
|
+
{
|
|
568
|
+
"name": "extension",
|
|
569
|
+
"required": true,
|
|
570
|
+
"conditionKeys": [],
|
|
571
|
+
"dependentActions": []
|
|
572
|
+
}
|
|
573
|
+
],
|
|
574
|
+
"conditionKeys": [],
|
|
575
|
+
"dependentActions": []
|
|
576
|
+
},
|
|
479
577
|
"updateextensionaccess": {
|
|
480
578
|
"name": "UpdateExtensionAccess",
|
|
481
579
|
"description": "Grants permission to update an extension access",
|
|
@@ -491,6 +589,21 @@
|
|
|
491
589
|
"conditionKeys": [],
|
|
492
590
|
"dependentActions": []
|
|
493
591
|
},
|
|
592
|
+
"updateextensionpermissions": {
|
|
593
|
+
"name": "UpdateExtensionPermissions",
|
|
594
|
+
"description": "Grants permission to update the permissions of an extension",
|
|
595
|
+
"accessLevel": "Permissions management, Write",
|
|
596
|
+
"resourceTypes": [
|
|
597
|
+
{
|
|
598
|
+
"name": "extension",
|
|
599
|
+
"required": true,
|
|
600
|
+
"conditionKeys": [],
|
|
601
|
+
"dependentActions": []
|
|
602
|
+
}
|
|
603
|
+
],
|
|
604
|
+
"conditionKeys": [],
|
|
605
|
+
"dependentActions": []
|
|
606
|
+
},
|
|
494
607
|
"updatequickindexcapacity": {
|
|
495
608
|
"name": "UpdateQuickIndexCapacity",
|
|
496
609
|
"description": "Grants permission to update index capacity",
|
|
@@ -94,6 +94,13 @@
|
|
|
94
94
|
"aws:ResourceTag/${TagKey}"
|
|
95
95
|
]
|
|
96
96
|
},
|
|
97
|
+
"extraction-definition": {
|
|
98
|
+
"key": "extraction-definition",
|
|
99
|
+
"arn": "arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}/extraction-definition/${ExtractionDefinitionId}",
|
|
100
|
+
"conditionKeys": [
|
|
101
|
+
"aws:ResourceTag/${TagKey}"
|
|
102
|
+
]
|
|
103
|
+
},
|
|
97
104
|
"hierarchy-group": {
|
|
98
105
|
"key": "hierarchy-group",
|
|
99
106
|
"arn": "arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}/agent-group/${HierarchyGroupId}",
|
|
@@ -465,6 +465,19 @@
|
|
|
465
465
|
"ec2:ResourceTag/${TagKey}"
|
|
466
466
|
]
|
|
467
467
|
},
|
|
468
|
+
"ipam-internet-registry-association": {
|
|
469
|
+
"key": "ipam-internet-registry-association",
|
|
470
|
+
"arn": "arn:${Partition}:ec2::${Account}:ipam-internet-registry-association/${IpamInternetRegistryAssociationId}",
|
|
471
|
+
"conditionKeys": [
|
|
472
|
+
"aws:RequestTag/${TagKey}",
|
|
473
|
+
"aws:ResourceTag/${TagKey}",
|
|
474
|
+
"aws:TagKeys",
|
|
475
|
+
"ec2:Attribute",
|
|
476
|
+
"ec2:Attribute/${AttributeName}",
|
|
477
|
+
"ec2:Region",
|
|
478
|
+
"ec2:ResourceTag/${TagKey}"
|
|
479
|
+
]
|
|
480
|
+
},
|
|
468
481
|
"ipam-policy": {
|
|
469
482
|
"key": "ipam-policy",
|
|
470
483
|
"arn": "arn:${Partition}:ec2::${Account}:ipam-policy/${IpamPolicyId}",
|
|
@@ -1,4 +1,15 @@
|
|
|
1
1
|
{
|
|
2
|
+
"customdetectionrule": {
|
|
3
|
+
"key": "customdetectionrule",
|
|
4
|
+
"arn": "arn:${Partition}:guardduty::aws:detection-rule/custom/${RuleId}"
|
|
5
|
+
},
|
|
6
|
+
"customdetectionruleassociation": {
|
|
7
|
+
"key": "customdetectionruleassociation",
|
|
8
|
+
"arn": "arn:${Partition}:guardduty:${Region}:${Account}:detection-rule/custom/${RuleId}/association/${AssociationId}",
|
|
9
|
+
"conditionKeys": [
|
|
10
|
+
"aws:ResourceTag/${TagKey}"
|
|
11
|
+
]
|
|
12
|
+
},
|
|
2
13
|
"detector": {
|
|
3
14
|
"key": "detector",
|
|
4
15
|
"arn": "arn:${Partition}:guardduty:${Region}:${Account}:detector/${DetectorId}",
|
|
@@ -1,4 +1,11 @@
|
|
|
1
1
|
{
|
|
2
|
+
"channel": {
|
|
3
|
+
"key": "channel",
|
|
4
|
+
"arn": "arn:${Partition}:kinesis:${Region}:${Account}:channel/${ChannelId}",
|
|
5
|
+
"conditionKeys": [
|
|
6
|
+
"aws:ResourceTag/${TagKey}"
|
|
7
|
+
]
|
|
8
|
+
},
|
|
2
9
|
"consumer": {
|
|
3
10
|
"key": "consumer",
|
|
4
11
|
"arn": "arn:${Partition}:kinesis:${Region}:${Account}:${StreamType}/${StreamName}/consumer/${ConsumerName}:${ConsumerCreationTimpstamp}",
|
|
@@ -119,6 +119,10 @@
|
|
|
119
119
|
"aws:ResourceTag/${TagKey}"
|
|
120
120
|
]
|
|
121
121
|
},
|
|
122
|
+
"extension": {
|
|
123
|
+
"key": "extension",
|
|
124
|
+
"arn": "arn:${Partition}:quicksight:${Region}:${Account}:extension/${ResourceId}"
|
|
125
|
+
},
|
|
122
126
|
"extensionaccess": {
|
|
123
127
|
"key": "extensionaccess",
|
|
124
128
|
"arn": "arn:${Partition}:quicksight:${Region}:${Account}:extension-access/${ResourceId}"
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.21.
|
|
3
|
+
"version": "0.21.202609041",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/act-security-labs/iam-data.git"
|
|
8
8
|
},
|
|
9
|
-
"updatedAt": "2026-09-
|
|
9
|
+
"updatedAt": "2026-09-04T04:46:59.043Z",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
12
|
"import": "./dist/esm/index.js",
|
|
@@ -34,11 +34,11 @@
|
|
|
34
34
|
"author": "David Kerber <dave@cloudcopilot.io>",
|
|
35
35
|
"license": "MIT",
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@
|
|
37
|
+
"@actsecurity/prettier-config": "^0.1.1",
|
|
38
38
|
"@types/node": "^22.5.0",
|
|
39
39
|
"@vitest/coverage-v8": "^4.0.18",
|
|
40
40
|
"typescript": "^5.5.4",
|
|
41
41
|
"vitest": "^4.0.18"
|
|
42
42
|
},
|
|
43
|
-
"prettier": "@
|
|
43
|
+
"prettier": "@actsecurity/prettier-config"
|
|
44
44
|
}
|