@cloud-copilot/iam-data 0.19.202604241 → 0.19.202604281
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/aidevops.json +107 -0
- package/data/actions/aws-marketplace.json +5 -5
- package/data/actions/kms.json +20 -0
- package/data/actions/securityagent.json +188 -0
- package/data/actions/trustedadvisor.json +0 -88
- package/data/conditionKeys/kms.json +5 -0
- package/data/resourceTypes/aidevops.json +7 -0
- package/data/resourceTypes/aws-marketplace.json +8 -0
- package/package.json +2 -2
|
@@ -108,6 +108,25 @@
|
|
|
108
108
|
"conditionKeys": [],
|
|
109
109
|
"dependentActions": []
|
|
110
110
|
},
|
|
111
|
+
"createprivateconnection": {
|
|
112
|
+
"name": "CreatePrivateConnection",
|
|
113
|
+
"description": "Grants permission to create a private connection",
|
|
114
|
+
"accessLevel": "Write",
|
|
115
|
+
"resourceTypes": [
|
|
116
|
+
{
|
|
117
|
+
"name": "private-connection",
|
|
118
|
+
"required": true,
|
|
119
|
+
"conditionKeys": [],
|
|
120
|
+
"dependentActions": []
|
|
121
|
+
}
|
|
122
|
+
],
|
|
123
|
+
"conditionKeys": [
|
|
124
|
+
"aws:RequestTag/${TagKey}",
|
|
125
|
+
"aws:ResourceTag/${TagKey}",
|
|
126
|
+
"aws:TagKeys"
|
|
127
|
+
],
|
|
128
|
+
"dependentActions": []
|
|
129
|
+
},
|
|
111
130
|
"deleteagentspace": {
|
|
112
131
|
"name": "DeleteAgentSpace",
|
|
113
132
|
"description": "Grants permission to delete agentspace",
|
|
@@ -140,6 +159,23 @@
|
|
|
140
159
|
"conditionKeys": [],
|
|
141
160
|
"dependentActions": []
|
|
142
161
|
},
|
|
162
|
+
"deleteprivateconnection": {
|
|
163
|
+
"name": "DeletePrivateConnection",
|
|
164
|
+
"description": "Grants permission to delete a private connection",
|
|
165
|
+
"accessLevel": "Write",
|
|
166
|
+
"resourceTypes": [
|
|
167
|
+
{
|
|
168
|
+
"name": "private-connection",
|
|
169
|
+
"required": true,
|
|
170
|
+
"conditionKeys": [],
|
|
171
|
+
"dependentActions": []
|
|
172
|
+
}
|
|
173
|
+
],
|
|
174
|
+
"conditionKeys": [
|
|
175
|
+
"aws:ResourceTag/${TagKey}"
|
|
176
|
+
],
|
|
177
|
+
"dependentActions": []
|
|
178
|
+
},
|
|
143
179
|
"deregisterservice": {
|
|
144
180
|
"name": "DeregisterService",
|
|
145
181
|
"description": "Grants permission to deregister a service",
|
|
@@ -157,6 +193,23 @@
|
|
|
157
193
|
],
|
|
158
194
|
"dependentActions": []
|
|
159
195
|
},
|
|
196
|
+
"describeprivateconnection": {
|
|
197
|
+
"name": "DescribePrivateConnection",
|
|
198
|
+
"description": "Grants permission to describe a private connection",
|
|
199
|
+
"accessLevel": "Read",
|
|
200
|
+
"resourceTypes": [
|
|
201
|
+
{
|
|
202
|
+
"name": "private-connection",
|
|
203
|
+
"required": true,
|
|
204
|
+
"conditionKeys": [],
|
|
205
|
+
"dependentActions": []
|
|
206
|
+
}
|
|
207
|
+
],
|
|
208
|
+
"conditionKeys": [
|
|
209
|
+
"aws:ResourceTag/${TagKey}"
|
|
210
|
+
],
|
|
211
|
+
"dependentActions": []
|
|
212
|
+
},
|
|
160
213
|
"describesupportlevel": {
|
|
161
214
|
"name": "DescribeSupportLevel",
|
|
162
215
|
"description": "Grants permission to describe a chat for a case",
|
|
@@ -534,6 +587,14 @@
|
|
|
534
587
|
"conditionKeys": [],
|
|
535
588
|
"dependentActions": []
|
|
536
589
|
},
|
|
590
|
+
"listprivateconnections": {
|
|
591
|
+
"name": "ListPrivateConnections",
|
|
592
|
+
"description": "Grants permission to list private connections",
|
|
593
|
+
"accessLevel": "List",
|
|
594
|
+
"resourceTypes": [],
|
|
595
|
+
"conditionKeys": [],
|
|
596
|
+
"dependentActions": []
|
|
597
|
+
},
|
|
537
598
|
"listrecommendations": {
|
|
538
599
|
"name": "ListRecommendations",
|
|
539
600
|
"description": "Grants permission to list recommendations",
|
|
@@ -572,6 +633,16 @@
|
|
|
572
633
|
],
|
|
573
634
|
"dependentActions": []
|
|
574
635
|
},
|
|
636
|
+
{
|
|
637
|
+
"name": "private-connection",
|
|
638
|
+
"required": false,
|
|
639
|
+
"conditionKeys": [
|
|
640
|
+
"aws:RequestTag/${TagKey}",
|
|
641
|
+
"aws:ResourceTag/${TagKey}",
|
|
642
|
+
"aws:TagKeys"
|
|
643
|
+
],
|
|
644
|
+
"dependentActions": []
|
|
645
|
+
},
|
|
575
646
|
{
|
|
576
647
|
"name": "service",
|
|
577
648
|
"required": false,
|
|
@@ -666,6 +737,16 @@
|
|
|
666
737
|
],
|
|
667
738
|
"dependentActions": []
|
|
668
739
|
},
|
|
740
|
+
{
|
|
741
|
+
"name": "private-connection",
|
|
742
|
+
"required": false,
|
|
743
|
+
"conditionKeys": [
|
|
744
|
+
"aws:RequestTag/${TagKey}",
|
|
745
|
+
"aws:ResourceTag/${TagKey}",
|
|
746
|
+
"aws:TagKeys"
|
|
747
|
+
],
|
|
748
|
+
"dependentActions": []
|
|
749
|
+
},
|
|
669
750
|
{
|
|
670
751
|
"name": "service",
|
|
671
752
|
"required": false,
|
|
@@ -698,6 +779,15 @@
|
|
|
698
779
|
],
|
|
699
780
|
"dependentActions": []
|
|
700
781
|
},
|
|
782
|
+
{
|
|
783
|
+
"name": "private-connection",
|
|
784
|
+
"required": false,
|
|
785
|
+
"conditionKeys": [
|
|
786
|
+
"aws:ResourceTag/${TagKey}",
|
|
787
|
+
"aws:TagKeys"
|
|
788
|
+
],
|
|
789
|
+
"dependentActions": []
|
|
790
|
+
},
|
|
701
791
|
{
|
|
702
792
|
"name": "service",
|
|
703
793
|
"required": false,
|
|
@@ -812,6 +902,23 @@
|
|
|
812
902
|
"conditionKeys": [],
|
|
813
903
|
"dependentActions": []
|
|
814
904
|
},
|
|
905
|
+
"updateprivateconnectioncertificate": {
|
|
906
|
+
"name": "UpdatePrivateConnectionCertificate",
|
|
907
|
+
"description": "Grants permission to update a private connection certificate",
|
|
908
|
+
"accessLevel": "Write",
|
|
909
|
+
"resourceTypes": [
|
|
910
|
+
{
|
|
911
|
+
"name": "private-connection",
|
|
912
|
+
"required": true,
|
|
913
|
+
"conditionKeys": [],
|
|
914
|
+
"dependentActions": []
|
|
915
|
+
}
|
|
916
|
+
],
|
|
917
|
+
"conditionKeys": [
|
|
918
|
+
"aws:ResourceTag/${TagKey}"
|
|
919
|
+
],
|
|
920
|
+
"dependentActions": []
|
|
921
|
+
},
|
|
815
922
|
"updaterecommendation": {
|
|
816
923
|
"name": "UpdateRecommendation",
|
|
817
924
|
"description": "Grants permission to update a recommendation",
|
|
@@ -375,7 +375,7 @@
|
|
|
375
375
|
},
|
|
376
376
|
"listprivatelistings": {
|
|
377
377
|
"name": "ListPrivateListings",
|
|
378
|
-
"description": "Grants permission to
|
|
378
|
+
"description": "Grants permission to list private offers",
|
|
379
379
|
"accessLevel": "List",
|
|
380
380
|
"resourceTypes": [],
|
|
381
381
|
"conditionKeys": [],
|
|
@@ -387,7 +387,7 @@
|
|
|
387
387
|
"accessLevel": "List",
|
|
388
388
|
"resourceTypes": [
|
|
389
389
|
{
|
|
390
|
-
"name": "
|
|
390
|
+
"name": "AllPurchaseOptions",
|
|
391
391
|
"required": true,
|
|
392
392
|
"conditionKeys": [],
|
|
393
393
|
"dependentActions": []
|
|
@@ -398,11 +398,11 @@
|
|
|
398
398
|
},
|
|
399
399
|
"searchfacets": {
|
|
400
400
|
"name": "SearchFacets",
|
|
401
|
-
"description": "Grants permission to
|
|
401
|
+
"description": "Grants permission to search for facet values to filter listings",
|
|
402
402
|
"accessLevel": "List",
|
|
403
403
|
"resourceTypes": [
|
|
404
404
|
{
|
|
405
|
-
"name": "
|
|
405
|
+
"name": "AllListings",
|
|
406
406
|
"required": true,
|
|
407
407
|
"conditionKeys": [],
|
|
408
408
|
"dependentActions": []
|
|
@@ -417,7 +417,7 @@
|
|
|
417
417
|
"accessLevel": "List",
|
|
418
418
|
"resourceTypes": [
|
|
419
419
|
{
|
|
420
|
-
"name": "
|
|
420
|
+
"name": "AllListings",
|
|
421
421
|
"required": true,
|
|
422
422
|
"conditionKeys": [],
|
|
423
423
|
"dependentActions": []
|
package/data/actions/kms.json
CHANGED
|
@@ -365,6 +365,7 @@
|
|
|
365
365
|
],
|
|
366
366
|
"conditionKeys": [
|
|
367
367
|
"kms:CallerAccount",
|
|
368
|
+
"kms:TrailingDaysWithoutKeyUsage",
|
|
368
369
|
"kms:ViaService"
|
|
369
370
|
],
|
|
370
371
|
"dependentActions": []
|
|
@@ -746,6 +747,24 @@
|
|
|
746
747
|
],
|
|
747
748
|
"dependentActions": []
|
|
748
749
|
},
|
|
750
|
+
"getkeylastusage": {
|
|
751
|
+
"name": "GetKeyLastUsage",
|
|
752
|
+
"description": "Controls permission to view the last usage of an AWS KMS key",
|
|
753
|
+
"accessLevel": "Read",
|
|
754
|
+
"resourceTypes": [
|
|
755
|
+
{
|
|
756
|
+
"name": "key",
|
|
757
|
+
"required": true,
|
|
758
|
+
"conditionKeys": [],
|
|
759
|
+
"dependentActions": []
|
|
760
|
+
}
|
|
761
|
+
],
|
|
762
|
+
"conditionKeys": [
|
|
763
|
+
"kms:CallerAccount",
|
|
764
|
+
"kms:ViaService"
|
|
765
|
+
],
|
|
766
|
+
"dependentActions": []
|
|
767
|
+
},
|
|
749
768
|
"getkeypolicy": {
|
|
750
769
|
"name": "GetKeyPolicy",
|
|
751
770
|
"description": "Controls permission to view the key policy for the specified AWS KMS key",
|
|
@@ -1100,6 +1119,7 @@
|
|
|
1100
1119
|
"conditionKeys": [
|
|
1101
1120
|
"kms:CallerAccount",
|
|
1102
1121
|
"kms:ScheduleKeyDeletionPendingWindowInDays",
|
|
1122
|
+
"kms:TrailingDaysWithoutKeyUsage",
|
|
1103
1123
|
"kms:ViaService"
|
|
1104
1124
|
],
|
|
1105
1125
|
"dependentActions": []
|
|
@@ -14,6 +14,23 @@
|
|
|
14
14
|
"conditionKeys": [],
|
|
15
15
|
"dependentActions": []
|
|
16
16
|
},
|
|
17
|
+
"batchdeletecodereviews": {
|
|
18
|
+
"name": "BatchDeleteCodeReviews",
|
|
19
|
+
"description": "Grants permission to delete multiple code reviews in a single request",
|
|
20
|
+
"accessLevel": "Write",
|
|
21
|
+
"resourceTypes": [
|
|
22
|
+
{
|
|
23
|
+
"name": "AgentSpace",
|
|
24
|
+
"required": true,
|
|
25
|
+
"conditionKeys": [],
|
|
26
|
+
"dependentActions": []
|
|
27
|
+
}
|
|
28
|
+
],
|
|
29
|
+
"conditionKeys": [],
|
|
30
|
+
"dependentActions": [
|
|
31
|
+
"kms:Decrypt"
|
|
32
|
+
]
|
|
33
|
+
},
|
|
17
34
|
"batchdeletepentests": {
|
|
18
35
|
"name": "BatchDeletePentests",
|
|
19
36
|
"description": "Grants permission to delete multiple penetration tests in a single request",
|
|
@@ -63,6 +80,57 @@
|
|
|
63
80
|
"conditionKeys": [],
|
|
64
81
|
"dependentActions": []
|
|
65
82
|
},
|
|
83
|
+
"batchgetcodereviewjobtasks": {
|
|
84
|
+
"name": "BatchGetCodeReviewJobTasks",
|
|
85
|
+
"description": "Grants permission to retrieve multiple code review job tasks in a single request",
|
|
86
|
+
"accessLevel": "Read",
|
|
87
|
+
"resourceTypes": [
|
|
88
|
+
{
|
|
89
|
+
"name": "AgentSpace",
|
|
90
|
+
"required": true,
|
|
91
|
+
"conditionKeys": [],
|
|
92
|
+
"dependentActions": []
|
|
93
|
+
}
|
|
94
|
+
],
|
|
95
|
+
"conditionKeys": [],
|
|
96
|
+
"dependentActions": [
|
|
97
|
+
"kms:Decrypt"
|
|
98
|
+
]
|
|
99
|
+
},
|
|
100
|
+
"batchgetcodereviewjobs": {
|
|
101
|
+
"name": "BatchGetCodeReviewJobs",
|
|
102
|
+
"description": "Grants permission to retrieve multiple code review jobs in a single request",
|
|
103
|
+
"accessLevel": "Read",
|
|
104
|
+
"resourceTypes": [
|
|
105
|
+
{
|
|
106
|
+
"name": "AgentSpace",
|
|
107
|
+
"required": true,
|
|
108
|
+
"conditionKeys": [],
|
|
109
|
+
"dependentActions": []
|
|
110
|
+
}
|
|
111
|
+
],
|
|
112
|
+
"conditionKeys": [],
|
|
113
|
+
"dependentActions": [
|
|
114
|
+
"kms:Decrypt"
|
|
115
|
+
]
|
|
116
|
+
},
|
|
117
|
+
"batchgetcodereviews": {
|
|
118
|
+
"name": "BatchGetCodeReviews",
|
|
119
|
+
"description": "Grants permission to retrieve multiple code reviews in a single request",
|
|
120
|
+
"accessLevel": "Read",
|
|
121
|
+
"resourceTypes": [
|
|
122
|
+
{
|
|
123
|
+
"name": "AgentSpace",
|
|
124
|
+
"required": true,
|
|
125
|
+
"conditionKeys": [],
|
|
126
|
+
"dependentActions": []
|
|
127
|
+
}
|
|
128
|
+
],
|
|
129
|
+
"conditionKeys": [],
|
|
130
|
+
"dependentActions": [
|
|
131
|
+
"kms:Decrypt"
|
|
132
|
+
]
|
|
133
|
+
},
|
|
66
134
|
"batchgetfindings": {
|
|
67
135
|
"name": "BatchGetFindings",
|
|
68
136
|
"description": "Grants permission to retrieve multiple security testing findings in a single request",
|
|
@@ -193,6 +261,23 @@
|
|
|
193
261
|
"sso:CreateApplication"
|
|
194
262
|
]
|
|
195
263
|
},
|
|
264
|
+
"createcodereview": {
|
|
265
|
+
"name": "CreateCodeReview",
|
|
266
|
+
"description": "Grants permission to create a new code review configuration",
|
|
267
|
+
"accessLevel": "Write",
|
|
268
|
+
"resourceTypes": [
|
|
269
|
+
{
|
|
270
|
+
"name": "AgentSpace",
|
|
271
|
+
"required": true,
|
|
272
|
+
"conditionKeys": [],
|
|
273
|
+
"dependentActions": []
|
|
274
|
+
}
|
|
275
|
+
],
|
|
276
|
+
"conditionKeys": [],
|
|
277
|
+
"dependentActions": [
|
|
278
|
+
"kms:Decrypt"
|
|
279
|
+
]
|
|
280
|
+
},
|
|
196
281
|
"createdesignreview": {
|
|
197
282
|
"name": "CreateDesignReview",
|
|
198
283
|
"description": "Grants permission to create a design review",
|
|
@@ -555,6 +640,57 @@
|
|
|
555
640
|
"conditionKeys": [],
|
|
556
641
|
"dependentActions": []
|
|
557
642
|
},
|
|
643
|
+
"listcodereviewjobtasks": {
|
|
644
|
+
"name": "ListCodeReviewJobTasks",
|
|
645
|
+
"description": "Grants permission to list tasks associated with a code review job",
|
|
646
|
+
"accessLevel": "List",
|
|
647
|
+
"resourceTypes": [
|
|
648
|
+
{
|
|
649
|
+
"name": "AgentSpace",
|
|
650
|
+
"required": true,
|
|
651
|
+
"conditionKeys": [],
|
|
652
|
+
"dependentActions": []
|
|
653
|
+
}
|
|
654
|
+
],
|
|
655
|
+
"conditionKeys": [],
|
|
656
|
+
"dependentActions": [
|
|
657
|
+
"kms:Decrypt"
|
|
658
|
+
]
|
|
659
|
+
},
|
|
660
|
+
"listcodereviewjobsforcodereview": {
|
|
661
|
+
"name": "ListCodeReviewJobsForCodeReview",
|
|
662
|
+
"description": "Grants permission to list code review jobs associated with a code review",
|
|
663
|
+
"accessLevel": "List",
|
|
664
|
+
"resourceTypes": [
|
|
665
|
+
{
|
|
666
|
+
"name": "AgentSpace",
|
|
667
|
+
"required": true,
|
|
668
|
+
"conditionKeys": [],
|
|
669
|
+
"dependentActions": []
|
|
670
|
+
}
|
|
671
|
+
],
|
|
672
|
+
"conditionKeys": [],
|
|
673
|
+
"dependentActions": [
|
|
674
|
+
"kms:Decrypt"
|
|
675
|
+
]
|
|
676
|
+
},
|
|
677
|
+
"listcodereviews": {
|
|
678
|
+
"name": "ListCodeReviews",
|
|
679
|
+
"description": "Grants permission to list code reviews with optional filtering by status",
|
|
680
|
+
"accessLevel": "List",
|
|
681
|
+
"resourceTypes": [
|
|
682
|
+
{
|
|
683
|
+
"name": "AgentSpace",
|
|
684
|
+
"required": true,
|
|
685
|
+
"conditionKeys": [],
|
|
686
|
+
"dependentActions": []
|
|
687
|
+
}
|
|
688
|
+
],
|
|
689
|
+
"conditionKeys": [],
|
|
690
|
+
"dependentActions": [
|
|
691
|
+
"kms:Decrypt"
|
|
692
|
+
]
|
|
693
|
+
},
|
|
558
694
|
"listdesignreviewcomments": {
|
|
559
695
|
"name": "ListDesignReviewComments",
|
|
560
696
|
"description": "Grants permission to list design review comments",
|
|
@@ -818,6 +954,24 @@
|
|
|
818
954
|
"kms:GenerateDataKey"
|
|
819
955
|
]
|
|
820
956
|
},
|
|
957
|
+
"startcodereviewjob": {
|
|
958
|
+
"name": "StartCodeReviewJob",
|
|
959
|
+
"description": "Grants permission to initiate the execution of a code review",
|
|
960
|
+
"accessLevel": "Write",
|
|
961
|
+
"resourceTypes": [
|
|
962
|
+
{
|
|
963
|
+
"name": "AgentSpace",
|
|
964
|
+
"required": true,
|
|
965
|
+
"conditionKeys": [],
|
|
966
|
+
"dependentActions": []
|
|
967
|
+
}
|
|
968
|
+
],
|
|
969
|
+
"conditionKeys": [],
|
|
970
|
+
"dependentActions": [
|
|
971
|
+
"kms:Decrypt",
|
|
972
|
+
"kms:GenerateDataKey"
|
|
973
|
+
]
|
|
974
|
+
},
|
|
821
975
|
"startpentestjob": {
|
|
822
976
|
"name": "StartPentestJob",
|
|
823
977
|
"description": "Grants permission to initiate the execution of a penetration test",
|
|
@@ -836,6 +990,23 @@
|
|
|
836
990
|
"kms:GenerateDataKey"
|
|
837
991
|
]
|
|
838
992
|
},
|
|
993
|
+
"stopcodereviewjob": {
|
|
994
|
+
"name": "StopCodeReviewJob",
|
|
995
|
+
"description": "Grants permission to stop the execution of a running code review",
|
|
996
|
+
"accessLevel": "Write",
|
|
997
|
+
"resourceTypes": [
|
|
998
|
+
{
|
|
999
|
+
"name": "AgentSpace",
|
|
1000
|
+
"required": true,
|
|
1001
|
+
"conditionKeys": [],
|
|
1002
|
+
"dependentActions": []
|
|
1003
|
+
}
|
|
1004
|
+
],
|
|
1005
|
+
"conditionKeys": [],
|
|
1006
|
+
"dependentActions": [
|
|
1007
|
+
"kms:Decrypt"
|
|
1008
|
+
]
|
|
1009
|
+
},
|
|
839
1010
|
"stoppentestjob": {
|
|
840
1011
|
"name": "StopPentestJob",
|
|
841
1012
|
"description": "Grants permission to stop the execution of a running penetration test",
|
|
@@ -986,6 +1157,23 @@
|
|
|
986
1157
|
"kms:DescribeKey"
|
|
987
1158
|
]
|
|
988
1159
|
},
|
|
1160
|
+
"updatecodereview": {
|
|
1161
|
+
"name": "UpdateCodeReview",
|
|
1162
|
+
"description": "Grants permission to update an existing code review with new configuration or settings",
|
|
1163
|
+
"accessLevel": "Write",
|
|
1164
|
+
"resourceTypes": [
|
|
1165
|
+
{
|
|
1166
|
+
"name": "AgentSpace",
|
|
1167
|
+
"required": true,
|
|
1168
|
+
"conditionKeys": [],
|
|
1169
|
+
"dependentActions": []
|
|
1170
|
+
}
|
|
1171
|
+
],
|
|
1172
|
+
"conditionKeys": [],
|
|
1173
|
+
"dependentActions": [
|
|
1174
|
+
"kms:Decrypt"
|
|
1175
|
+
]
|
|
1176
|
+
},
|
|
989
1177
|
"updatefinding": {
|
|
990
1178
|
"name": "UpdateFinding",
|
|
991
1179
|
"description": "Grants permission to update an existing security finding with new details or status",
|
|
@@ -7,30 +7,6 @@
|
|
|
7
7
|
"conditionKeys": [],
|
|
8
8
|
"dependentActions": []
|
|
9
9
|
},
|
|
10
|
-
"createengagement": {
|
|
11
|
-
"name": "CreateEngagement",
|
|
12
|
-
"description": "Grants permission to create an engagement",
|
|
13
|
-
"accessLevel": "Write",
|
|
14
|
-
"resourceTypes": [],
|
|
15
|
-
"conditionKeys": [],
|
|
16
|
-
"dependentActions": []
|
|
17
|
-
},
|
|
18
|
-
"createengagementattachment": {
|
|
19
|
-
"name": "CreateEngagementAttachment",
|
|
20
|
-
"description": "Grants permission to create an engagement attachment",
|
|
21
|
-
"accessLevel": "Write",
|
|
22
|
-
"resourceTypes": [],
|
|
23
|
-
"conditionKeys": [],
|
|
24
|
-
"dependentActions": []
|
|
25
|
-
},
|
|
26
|
-
"createengagementcommunication": {
|
|
27
|
-
"name": "CreateEngagementCommunication",
|
|
28
|
-
"description": "Grants permission to create an engagement communication",
|
|
29
|
-
"accessLevel": "Write",
|
|
30
|
-
"resourceTypes": [],
|
|
31
|
-
"conditionKeys": [],
|
|
32
|
-
"dependentActions": []
|
|
33
|
-
},
|
|
34
10
|
"deletenotificationconfigurationfordelegatedadmin": {
|
|
35
11
|
"name": "DeleteNotificationConfigurationForDelegatedAdmin",
|
|
36
12
|
"description": "Grants permission to the organization management account to delete email notification preferences from a delegated administrator account for Trusted Advisor Priority",
|
|
@@ -236,30 +212,6 @@
|
|
|
236
212
|
"conditionKeys": [],
|
|
237
213
|
"dependentActions": []
|
|
238
214
|
},
|
|
239
|
-
"getengagement": {
|
|
240
|
-
"name": "GetEngagement",
|
|
241
|
-
"description": "Grants permission to view an engagment",
|
|
242
|
-
"accessLevel": "Read",
|
|
243
|
-
"resourceTypes": [],
|
|
244
|
-
"conditionKeys": [],
|
|
245
|
-
"dependentActions": []
|
|
246
|
-
},
|
|
247
|
-
"getengagementattachment": {
|
|
248
|
-
"name": "GetEngagementAttachment",
|
|
249
|
-
"description": "Grants permission to view an engagment attachment",
|
|
250
|
-
"accessLevel": "Read",
|
|
251
|
-
"resourceTypes": [],
|
|
252
|
-
"conditionKeys": [],
|
|
253
|
-
"dependentActions": []
|
|
254
|
-
},
|
|
255
|
-
"getengagementtype": {
|
|
256
|
-
"name": "GetEngagementType",
|
|
257
|
-
"description": "Grants permission to view a specific engagement type",
|
|
258
|
-
"accessLevel": "Read",
|
|
259
|
-
"resourceTypes": [],
|
|
260
|
-
"conditionKeys": [],
|
|
261
|
-
"dependentActions": []
|
|
262
|
-
},
|
|
263
215
|
"getorganizationrecommendation": {
|
|
264
216
|
"name": "GetOrganizationRecommendation",
|
|
265
217
|
"description": "Grants permission to get a specific recommendation within an AWS Organization's organization. This API supports only prioritized recommendations",
|
|
@@ -309,30 +261,6 @@
|
|
|
309
261
|
"conditionKeys": [],
|
|
310
262
|
"dependentActions": []
|
|
311
263
|
},
|
|
312
|
-
"listengagementcommunications": {
|
|
313
|
-
"name": "ListEngagementCommunications",
|
|
314
|
-
"description": "Grants permission to view all communications for an engagement",
|
|
315
|
-
"accessLevel": "Read",
|
|
316
|
-
"resourceTypes": [],
|
|
317
|
-
"conditionKeys": [],
|
|
318
|
-
"dependentActions": []
|
|
319
|
-
},
|
|
320
|
-
"listengagementtypes": {
|
|
321
|
-
"name": "ListEngagementTypes",
|
|
322
|
-
"description": "Grants permission to view all engagement types",
|
|
323
|
-
"accessLevel": "Read",
|
|
324
|
-
"resourceTypes": [],
|
|
325
|
-
"conditionKeys": [],
|
|
326
|
-
"dependentActions": []
|
|
327
|
-
},
|
|
328
|
-
"listengagements": {
|
|
329
|
-
"name": "ListEngagements",
|
|
330
|
-
"description": "Grants permission to view all engagements",
|
|
331
|
-
"accessLevel": "Read",
|
|
332
|
-
"resourceTypes": [],
|
|
333
|
-
"conditionKeys": [],
|
|
334
|
-
"dependentActions": []
|
|
335
|
-
},
|
|
336
264
|
"listorganizationrecommendationaccounts": {
|
|
337
265
|
"name": "ListOrganizationRecommendationAccounts",
|
|
338
266
|
"description": "Grants permission to list the accounts that own the resources for an AWS Organization aggregate recommendation. This API only supports prioritized recommendations",
|
|
@@ -424,22 +352,6 @@
|
|
|
424
352
|
"conditionKeys": [],
|
|
425
353
|
"dependentActions": []
|
|
426
354
|
},
|
|
427
|
-
"updateengagement": {
|
|
428
|
-
"name": "UpdateEngagement",
|
|
429
|
-
"description": "Grants permission to update the details of an engagement",
|
|
430
|
-
"accessLevel": "Write",
|
|
431
|
-
"resourceTypes": [],
|
|
432
|
-
"conditionKeys": [],
|
|
433
|
-
"dependentActions": []
|
|
434
|
-
},
|
|
435
|
-
"updateengagementstatus": {
|
|
436
|
-
"name": "UpdateEngagementStatus",
|
|
437
|
-
"description": "Grants permission to update the status of an engagement",
|
|
438
|
-
"accessLevel": "Write",
|
|
439
|
-
"resourceTypes": [],
|
|
440
|
-
"conditionKeys": [],
|
|
441
|
-
"dependentActions": []
|
|
442
|
-
},
|
|
443
355
|
"updatenotificationconfigurations": {
|
|
444
356
|
"name": "UpdateNotificationConfigurations",
|
|
445
357
|
"description": "Grants permission to create or update your email notification preferences for Trusted Advisor Priority",
|
|
@@ -449,6 +449,11 @@
|
|
|
449
449
|
"description": "Filters access to the Sign and Verify operations based on the signing algorithm in the request",
|
|
450
450
|
"type": "String"
|
|
451
451
|
},
|
|
452
|
+
"kms:trailingdayswithoutkeyusage": {
|
|
453
|
+
"key": "kms:TrailingDaysWithoutKeyUsage",
|
|
454
|
+
"description": "Filters access to the ScheduleKeyDeletion and DisableKey operations based on the number of days since the AWS KMS key was last used",
|
|
455
|
+
"type": "Numeric"
|
|
456
|
+
},
|
|
452
457
|
"kms:validto": {
|
|
453
458
|
"key": "kms:ValidTo",
|
|
454
459
|
"description": "Filters access to the ImportKeyMaterial operation based on the value of the ValidTo parameter in the request. You can use this condition key to allow users to import key material only when it expires by the specified date",
|
|
@@ -10,6 +10,13 @@
|
|
|
10
10
|
"key": "associations",
|
|
11
11
|
"arn": "arn:${Partition}:aidevops:${Region}:${Account}:agentspace/${AgentSpaceId}/associations/${AssociationId}"
|
|
12
12
|
},
|
|
13
|
+
"private-connection": {
|
|
14
|
+
"key": "private-connection",
|
|
15
|
+
"arn": "arn:${Partition}:aidevops:${Region}:${Account}:private-connection/${Name}",
|
|
16
|
+
"conditionKeys": [
|
|
17
|
+
"aws:ResourceTag/${TagKey}"
|
|
18
|
+
]
|
|
19
|
+
},
|
|
13
20
|
"service": {
|
|
14
21
|
"key": "service",
|
|
15
22
|
"arn": "arn:${Partition}:aidevops:${Region}:${Account}:service/${ServiceId}",
|
|
@@ -43,6 +43,10 @@
|
|
|
43
43
|
"key": "Listing",
|
|
44
44
|
"arn": "arn:${Partition}:aws-marketplace:::catalog/${CatalogName}/listing/${ListingId}"
|
|
45
45
|
},
|
|
46
|
+
"alllistings": {
|
|
47
|
+
"key": "AllListings",
|
|
48
|
+
"arn": "arn:${Partition}:aws-marketplace:::catalog/${CatalogName}/listing/*"
|
|
49
|
+
},
|
|
46
50
|
"offer": {
|
|
47
51
|
"key": "Offer",
|
|
48
52
|
"arn": "arn:${Partition}:aws-marketplace:::catalog/${CatalogName}/offer/${OfferId}"
|
|
@@ -55,6 +59,10 @@
|
|
|
55
59
|
"key": "PurchaseOption",
|
|
56
60
|
"arn": "arn:${Partition}:aws-marketplace:::catalog/${CatalogName}/purchaseOption/${PurchaseOptionId}"
|
|
57
61
|
},
|
|
62
|
+
"allpurchaseoptions": {
|
|
63
|
+
"key": "AllPurchaseOptions",
|
|
64
|
+
"arn": "arn:${Partition}:aws-marketplace:::catalog/${CatalogName}/purchaseOption/*"
|
|
65
|
+
},
|
|
58
66
|
"dashboard": {
|
|
59
67
|
"key": "Dashboard",
|
|
60
68
|
"arn": "arn:${Partition}:aws-marketplace::${Account}:${Catalog}/ReportingData/${FactTable}/Dashboard/${DashboardName}"
|
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.202604281",
|
|
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-04-
|
|
9
|
+
"updatedAt": "2026-04-28T05:44:28.467Z",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
12
|
"import": "./dist/esm/index.js",
|