@cloud-copilot/iam-data 0.15.202511141 → 0.15.202511201
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/action-recommendations.json +1 -1
- package/data/actions/airflow-serverless.json +225 -0
- package/data/actions/appstream.json +120 -36
- package/data/actions/athena.json +88 -1
- package/data/actions/billing.json +22 -4
- package/data/actions/cloudformation.json +12 -0
- package/data/actions/cloudshell.json +1 -1
- package/data/actions/ds.json +2 -2
- package/data/actions/eks-mcp.json +26 -0
- package/data/actions/es.json +60 -0
- package/data/actions/glue.json +54 -15
- package/data/actions/healthlake.json +105 -0
- package/data/actions/lambda.json +2 -1
- package/data/actions/route53.json +0 -15
- package/data/actions/signin.json +2 -2
- package/data/actions/ssm.json +1 -1
- package/data/conditionKeys/airflow-serverless.json +17 -0
- package/data/conditionKeys/eks-mcp.json +1 -0
- package/data/conditionKeys/glue.json +5 -0
- package/data/resourceTypes/airflow-serverless.json +9 -0
- package/data/resourceTypes/athena.json +7 -0
- package/data/resourceTypes/cloudformation.json +4 -0
- package/data/resourceTypes/eks-mcp.json +1 -0
- package/data/serviceNames.json +4 -2
- package/data/services.json +2 -0
- package/package.json +2 -2
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"listrecommendedactions": {
|
|
3
3
|
"name": "ListRecommendedActions",
|
|
4
|
-
"description": "Grants permission to list recommended actions in the
|
|
4
|
+
"description": "Grants permission to list recommended actions in the the console",
|
|
5
5
|
"accessLevel": "List",
|
|
6
6
|
"resourceTypes": [],
|
|
7
7
|
"conditionKeys": [],
|
|
@@ -0,0 +1,225 @@
|
|
|
1
|
+
{
|
|
2
|
+
"createworkflow": {
|
|
3
|
+
"name": "CreateWorkflow",
|
|
4
|
+
"description": "Grants permission to create a new workflow",
|
|
5
|
+
"accessLevel": "Write",
|
|
6
|
+
"resourceTypes": [],
|
|
7
|
+
"conditionKeys": [
|
|
8
|
+
"aws:TagKeys",
|
|
9
|
+
"aws:RequestTag/${TagKey}"
|
|
10
|
+
],
|
|
11
|
+
"dependentActions": []
|
|
12
|
+
},
|
|
13
|
+
"deleteworkflow": {
|
|
14
|
+
"name": "DeleteWorkflow",
|
|
15
|
+
"description": "Grants permission to delete a workflow",
|
|
16
|
+
"accessLevel": "Write",
|
|
17
|
+
"resourceTypes": [
|
|
18
|
+
{
|
|
19
|
+
"name": "Workflow",
|
|
20
|
+
"required": true,
|
|
21
|
+
"conditionKeys": [],
|
|
22
|
+
"dependentActions": []
|
|
23
|
+
}
|
|
24
|
+
],
|
|
25
|
+
"conditionKeys": [],
|
|
26
|
+
"dependentActions": []
|
|
27
|
+
},
|
|
28
|
+
"gettaskinstance": {
|
|
29
|
+
"name": "GetTaskInstance",
|
|
30
|
+
"description": "Grants permission to retrieve the task details for a workflow run",
|
|
31
|
+
"accessLevel": "Read",
|
|
32
|
+
"resourceTypes": [
|
|
33
|
+
{
|
|
34
|
+
"name": "Workflow",
|
|
35
|
+
"required": true,
|
|
36
|
+
"conditionKeys": [],
|
|
37
|
+
"dependentActions": []
|
|
38
|
+
}
|
|
39
|
+
],
|
|
40
|
+
"conditionKeys": [],
|
|
41
|
+
"dependentActions": []
|
|
42
|
+
},
|
|
43
|
+
"getworkflow": {
|
|
44
|
+
"name": "GetWorkflow",
|
|
45
|
+
"description": "Grants permission to retrieve details about a workflow",
|
|
46
|
+
"accessLevel": "Read",
|
|
47
|
+
"resourceTypes": [
|
|
48
|
+
{
|
|
49
|
+
"name": "Workflow",
|
|
50
|
+
"required": true,
|
|
51
|
+
"conditionKeys": [],
|
|
52
|
+
"dependentActions": []
|
|
53
|
+
}
|
|
54
|
+
],
|
|
55
|
+
"conditionKeys": [],
|
|
56
|
+
"dependentActions": []
|
|
57
|
+
},
|
|
58
|
+
"getworkflowrun": {
|
|
59
|
+
"name": "GetWorkflowRun",
|
|
60
|
+
"description": "Grants permission to retrieve details about a workflow run",
|
|
61
|
+
"accessLevel": "Read",
|
|
62
|
+
"resourceTypes": [
|
|
63
|
+
{
|
|
64
|
+
"name": "Workflow",
|
|
65
|
+
"required": true,
|
|
66
|
+
"conditionKeys": [],
|
|
67
|
+
"dependentActions": []
|
|
68
|
+
}
|
|
69
|
+
],
|
|
70
|
+
"conditionKeys": [],
|
|
71
|
+
"dependentActions": []
|
|
72
|
+
},
|
|
73
|
+
"listtagsforresource": {
|
|
74
|
+
"name": "ListTagsForResource",
|
|
75
|
+
"description": "Grants permission to list the tags for the specified resource",
|
|
76
|
+
"accessLevel": "Read",
|
|
77
|
+
"resourceTypes": [
|
|
78
|
+
{
|
|
79
|
+
"name": "Workflow",
|
|
80
|
+
"required": true,
|
|
81
|
+
"conditionKeys": [],
|
|
82
|
+
"dependentActions": []
|
|
83
|
+
}
|
|
84
|
+
],
|
|
85
|
+
"conditionKeys": [
|
|
86
|
+
"aws:ResourceTag/${TagKey}"
|
|
87
|
+
],
|
|
88
|
+
"dependentActions": []
|
|
89
|
+
},
|
|
90
|
+
"listtaskinstances": {
|
|
91
|
+
"name": "ListTaskInstances",
|
|
92
|
+
"description": "Grants permission to list the tasks for a workflow run",
|
|
93
|
+
"accessLevel": "List",
|
|
94
|
+
"resourceTypes": [
|
|
95
|
+
{
|
|
96
|
+
"name": "Workflow",
|
|
97
|
+
"required": true,
|
|
98
|
+
"conditionKeys": [],
|
|
99
|
+
"dependentActions": []
|
|
100
|
+
}
|
|
101
|
+
],
|
|
102
|
+
"conditionKeys": [],
|
|
103
|
+
"dependentActions": []
|
|
104
|
+
},
|
|
105
|
+
"listworkflowruns": {
|
|
106
|
+
"name": "ListWorkflowRuns",
|
|
107
|
+
"description": "Grants permission to list the workflow runs of a workflow",
|
|
108
|
+
"accessLevel": "List",
|
|
109
|
+
"resourceTypes": [
|
|
110
|
+
{
|
|
111
|
+
"name": "Workflow",
|
|
112
|
+
"required": true,
|
|
113
|
+
"conditionKeys": [],
|
|
114
|
+
"dependentActions": []
|
|
115
|
+
}
|
|
116
|
+
],
|
|
117
|
+
"conditionKeys": [],
|
|
118
|
+
"dependentActions": []
|
|
119
|
+
},
|
|
120
|
+
"listworkflowversions": {
|
|
121
|
+
"name": "ListWorkflowVersions",
|
|
122
|
+
"description": "Grants permission to list the workflow versions",
|
|
123
|
+
"accessLevel": "List",
|
|
124
|
+
"resourceTypes": [
|
|
125
|
+
{
|
|
126
|
+
"name": "Workflow",
|
|
127
|
+
"required": true,
|
|
128
|
+
"conditionKeys": [],
|
|
129
|
+
"dependentActions": []
|
|
130
|
+
}
|
|
131
|
+
],
|
|
132
|
+
"conditionKeys": [],
|
|
133
|
+
"dependentActions": []
|
|
134
|
+
},
|
|
135
|
+
"listworkflows": {
|
|
136
|
+
"name": "ListWorkflows",
|
|
137
|
+
"description": "Grants permission to list the workflows",
|
|
138
|
+
"accessLevel": "List",
|
|
139
|
+
"resourceTypes": [],
|
|
140
|
+
"conditionKeys": [],
|
|
141
|
+
"dependentActions": []
|
|
142
|
+
},
|
|
143
|
+
"startworkflowrun": {
|
|
144
|
+
"name": "StartWorkflowRun",
|
|
145
|
+
"description": "Grants permission to start an on-demand workflow run for the workflow",
|
|
146
|
+
"accessLevel": "Write",
|
|
147
|
+
"resourceTypes": [
|
|
148
|
+
{
|
|
149
|
+
"name": "Workflow",
|
|
150
|
+
"required": true,
|
|
151
|
+
"conditionKeys": [],
|
|
152
|
+
"dependentActions": []
|
|
153
|
+
}
|
|
154
|
+
],
|
|
155
|
+
"conditionKeys": [],
|
|
156
|
+
"dependentActions": []
|
|
157
|
+
},
|
|
158
|
+
"stopworkflowrun": {
|
|
159
|
+
"name": "StopWorkflowRun",
|
|
160
|
+
"description": "Grants permission to stop a workflow run",
|
|
161
|
+
"accessLevel": "Write",
|
|
162
|
+
"resourceTypes": [
|
|
163
|
+
{
|
|
164
|
+
"name": "Workflow",
|
|
165
|
+
"required": true,
|
|
166
|
+
"conditionKeys": [],
|
|
167
|
+
"dependentActions": []
|
|
168
|
+
}
|
|
169
|
+
],
|
|
170
|
+
"conditionKeys": [],
|
|
171
|
+
"dependentActions": []
|
|
172
|
+
},
|
|
173
|
+
"tagresource": {
|
|
174
|
+
"name": "TagResource",
|
|
175
|
+
"description": "Grants permission to tag the specified resource",
|
|
176
|
+
"accessLevel": "Tagging",
|
|
177
|
+
"resourceTypes": [
|
|
178
|
+
{
|
|
179
|
+
"name": "Workflow",
|
|
180
|
+
"required": true,
|
|
181
|
+
"conditionKeys": [],
|
|
182
|
+
"dependentActions": []
|
|
183
|
+
}
|
|
184
|
+
],
|
|
185
|
+
"conditionKeys": [
|
|
186
|
+
"aws:TagKeys",
|
|
187
|
+
"aws:RequestTag/${TagKey}",
|
|
188
|
+
"aws:ResourceTag/${TagKey}"
|
|
189
|
+
],
|
|
190
|
+
"dependentActions": []
|
|
191
|
+
},
|
|
192
|
+
"untagresource": {
|
|
193
|
+
"name": "UntagResource",
|
|
194
|
+
"description": "Grants permission to untag the specified resource",
|
|
195
|
+
"accessLevel": "Tagging",
|
|
196
|
+
"resourceTypes": [
|
|
197
|
+
{
|
|
198
|
+
"name": "Workflow",
|
|
199
|
+
"required": true,
|
|
200
|
+
"conditionKeys": [],
|
|
201
|
+
"dependentActions": []
|
|
202
|
+
}
|
|
203
|
+
],
|
|
204
|
+
"conditionKeys": [
|
|
205
|
+
"aws:TagKeys",
|
|
206
|
+
"aws:ResourceTag/${TagKey}"
|
|
207
|
+
],
|
|
208
|
+
"dependentActions": []
|
|
209
|
+
},
|
|
210
|
+
"updateworkflow": {
|
|
211
|
+
"name": "UpdateWorkflow",
|
|
212
|
+
"description": "Grants permission to update an existing workflow",
|
|
213
|
+
"accessLevel": "Write",
|
|
214
|
+
"resourceTypes": [
|
|
215
|
+
{
|
|
216
|
+
"name": "Workflow",
|
|
217
|
+
"required": true,
|
|
218
|
+
"conditionKeys": [],
|
|
219
|
+
"dependentActions": []
|
|
220
|
+
}
|
|
221
|
+
],
|
|
222
|
+
"conditionKeys": [],
|
|
223
|
+
"dependentActions": []
|
|
224
|
+
}
|
|
225
|
+
}
|
|
@@ -83,6 +83,23 @@
|
|
|
83
83
|
],
|
|
84
84
|
"dependentActions": []
|
|
85
85
|
},
|
|
86
|
+
"associatesoftwaretoimagebuilder": {
|
|
87
|
+
"name": "AssociateSoftwareToImageBuilder",
|
|
88
|
+
"description": "Grants permission to associate license included application(s) with an existing image builder instance",
|
|
89
|
+
"accessLevel": "Write",
|
|
90
|
+
"resourceTypes": [
|
|
91
|
+
{
|
|
92
|
+
"name": "image-builder",
|
|
93
|
+
"required": true,
|
|
94
|
+
"conditionKeys": [],
|
|
95
|
+
"dependentActions": []
|
|
96
|
+
}
|
|
97
|
+
],
|
|
98
|
+
"conditionKeys": [
|
|
99
|
+
"aws:ResourceTag/${TagKey}"
|
|
100
|
+
],
|
|
101
|
+
"dependentActions": []
|
|
102
|
+
},
|
|
86
103
|
"batchassociateuserstack": {
|
|
87
104
|
"name": "BatchAssociateUserStack",
|
|
88
105
|
"description": "Grants permission to associate the specified users with the specified stacks. Users in a user pool cannot be assigned to stacks with fleets that are joined to an Active Directory domain",
|
|
@@ -223,6 +240,16 @@
|
|
|
223
240
|
"conditionKeys": [],
|
|
224
241
|
"dependentActions": []
|
|
225
242
|
},
|
|
243
|
+
"createexportimagetask": {
|
|
244
|
+
"name": "CreateExportImageTask",
|
|
245
|
+
"description": "Grants permission to create an export task for an AppStream 2.0 image",
|
|
246
|
+
"accessLevel": "Write",
|
|
247
|
+
"resourceTypes": [],
|
|
248
|
+
"conditionKeys": [
|
|
249
|
+
"aws:ResourceTag/${TagKey}"
|
|
250
|
+
],
|
|
251
|
+
"dependentActions": []
|
|
252
|
+
},
|
|
226
253
|
"createfleet": {
|
|
227
254
|
"name": "CreateFleet",
|
|
228
255
|
"description": "Grants permission to create a fleet. A fleet is a group of streaming instances from which applications are launched and streamed to users",
|
|
@@ -288,6 +315,17 @@
|
|
|
288
315
|
],
|
|
289
316
|
"dependentActions": []
|
|
290
317
|
},
|
|
318
|
+
"createimportedimage": {
|
|
319
|
+
"name": "CreateImportedImage",
|
|
320
|
+
"description": "Grants permission to create an AppStream 2.0 image from an imported AMI",
|
|
321
|
+
"accessLevel": "Write",
|
|
322
|
+
"resourceTypes": [],
|
|
323
|
+
"conditionKeys": [
|
|
324
|
+
"aws:RequestTag/${TagKey}",
|
|
325
|
+
"aws:TagKeys"
|
|
326
|
+
],
|
|
327
|
+
"dependentActions": []
|
|
328
|
+
},
|
|
291
329
|
"createstack": {
|
|
292
330
|
"name": "CreateStack",
|
|
293
331
|
"description": "Grants permission to create a stack to start streaming applications to users. A stack consists of an associated fleet, user access policies, and storage configurations",
|
|
@@ -573,20 +611,7 @@
|
|
|
573
611
|
"name": "DescribeAppBlockBuilderAppBlockAssociations",
|
|
574
612
|
"description": "Grants permission to retrieve the associations that are associated with the specified app block builder or app block",
|
|
575
613
|
"accessLevel": "List",
|
|
576
|
-
"resourceTypes": [
|
|
577
|
-
{
|
|
578
|
-
"name": "app-block",
|
|
579
|
-
"required": false,
|
|
580
|
-
"conditionKeys": [],
|
|
581
|
-
"dependentActions": []
|
|
582
|
-
},
|
|
583
|
-
{
|
|
584
|
-
"name": "app-block-builder",
|
|
585
|
-
"required": false,
|
|
586
|
-
"conditionKeys": [],
|
|
587
|
-
"dependentActions": []
|
|
588
|
-
}
|
|
589
|
-
],
|
|
614
|
+
"resourceTypes": [],
|
|
590
615
|
"conditionKeys": [],
|
|
591
616
|
"dependentActions": []
|
|
592
617
|
},
|
|
@@ -606,24 +631,19 @@
|
|
|
606
631
|
"conditionKeys": [],
|
|
607
632
|
"dependentActions": []
|
|
608
633
|
},
|
|
634
|
+
"describeapplicenseusage": {
|
|
635
|
+
"name": "DescribeAppLicenseUsage",
|
|
636
|
+
"description": "Grants permission to retrieve license included application usage information",
|
|
637
|
+
"accessLevel": "List",
|
|
638
|
+
"resourceTypes": [],
|
|
639
|
+
"conditionKeys": [],
|
|
640
|
+
"dependentActions": []
|
|
641
|
+
},
|
|
609
642
|
"describeapplicationfleetassociations": {
|
|
610
643
|
"name": "DescribeApplicationFleetAssociations",
|
|
611
644
|
"description": "Grants permission to retrieve the associations that are associated with the specified application or fleet",
|
|
612
645
|
"accessLevel": "List",
|
|
613
|
-
"resourceTypes": [
|
|
614
|
-
{
|
|
615
|
-
"name": "application",
|
|
616
|
-
"required": false,
|
|
617
|
-
"conditionKeys": [],
|
|
618
|
-
"dependentActions": []
|
|
619
|
-
},
|
|
620
|
-
{
|
|
621
|
-
"name": "fleet",
|
|
622
|
-
"required": false,
|
|
623
|
-
"conditionKeys": [],
|
|
624
|
-
"dependentActions": []
|
|
625
|
-
}
|
|
626
|
-
],
|
|
646
|
+
"resourceTypes": [],
|
|
627
647
|
"conditionKeys": [],
|
|
628
648
|
"dependentActions": []
|
|
629
649
|
},
|
|
@@ -718,6 +738,27 @@
|
|
|
718
738
|
"conditionKeys": [],
|
|
719
739
|
"dependentActions": []
|
|
720
740
|
},
|
|
741
|
+
"describesoftwareassociations": {
|
|
742
|
+
"name": "DescribeSoftwareAssociations",
|
|
743
|
+
"description": "Grants permission to retrieve license included application associations for a specified resource",
|
|
744
|
+
"accessLevel": "List",
|
|
745
|
+
"resourceTypes": [
|
|
746
|
+
{
|
|
747
|
+
"name": "image",
|
|
748
|
+
"required": false,
|
|
749
|
+
"conditionKeys": [],
|
|
750
|
+
"dependentActions": []
|
|
751
|
+
},
|
|
752
|
+
{
|
|
753
|
+
"name": "image-builder",
|
|
754
|
+
"required": false,
|
|
755
|
+
"conditionKeys": [],
|
|
756
|
+
"dependentActions": []
|
|
757
|
+
}
|
|
758
|
+
],
|
|
759
|
+
"conditionKeys": [],
|
|
760
|
+
"dependentActions": []
|
|
761
|
+
},
|
|
721
762
|
"describestacks": {
|
|
722
763
|
"name": "DescribeStacks",
|
|
723
764
|
"description": "Grants permission to retrieve a list that describes one or more specified stacks, if the stack names are provided. Otherwise, all stacks in the account are described",
|
|
@@ -753,14 +794,7 @@
|
|
|
753
794
|
"name": "DescribeUserStackAssociations",
|
|
754
795
|
"description": "Grants permission to retrieve a list that describes the UserStackAssociation objects",
|
|
755
796
|
"accessLevel": "List",
|
|
756
|
-
"resourceTypes": [
|
|
757
|
-
{
|
|
758
|
-
"name": "stack",
|
|
759
|
-
"required": false,
|
|
760
|
-
"conditionKeys": [],
|
|
761
|
-
"dependentActions": []
|
|
762
|
-
}
|
|
763
|
-
],
|
|
797
|
+
"resourceTypes": [],
|
|
764
798
|
"conditionKeys": [],
|
|
765
799
|
"dependentActions": []
|
|
766
800
|
},
|
|
@@ -864,6 +898,23 @@
|
|
|
864
898
|
],
|
|
865
899
|
"dependentActions": []
|
|
866
900
|
},
|
|
901
|
+
"disassociatesoftwarefromimagebuilder": {
|
|
902
|
+
"name": "DisassociateSoftwareFromImageBuilder",
|
|
903
|
+
"description": "Grants permission to remove license included application(s) association(s) from an image builder instance",
|
|
904
|
+
"accessLevel": "Write",
|
|
905
|
+
"resourceTypes": [
|
|
906
|
+
{
|
|
907
|
+
"name": "image-builder",
|
|
908
|
+
"required": true,
|
|
909
|
+
"conditionKeys": [],
|
|
910
|
+
"dependentActions": []
|
|
911
|
+
}
|
|
912
|
+
],
|
|
913
|
+
"conditionKeys": [
|
|
914
|
+
"aws:ResourceTag/${TagKey}"
|
|
915
|
+
],
|
|
916
|
+
"dependentActions": []
|
|
917
|
+
},
|
|
867
918
|
"enableuser": {
|
|
868
919
|
"name": "EnableUser",
|
|
869
920
|
"description": "Grants permission to enable a user in the user pool",
|
|
@@ -880,6 +931,14 @@
|
|
|
880
931
|
"conditionKeys": [],
|
|
881
932
|
"dependentActions": []
|
|
882
933
|
},
|
|
934
|
+
"getexportimagetask": {
|
|
935
|
+
"name": "GetExportImageTask",
|
|
936
|
+
"description": "Grants permission to retrieve details of a specific export image task",
|
|
937
|
+
"accessLevel": "Read",
|
|
938
|
+
"resourceTypes": [],
|
|
939
|
+
"conditionKeys": [],
|
|
940
|
+
"dependentActions": []
|
|
941
|
+
},
|
|
883
942
|
"listassociatedfleets": {
|
|
884
943
|
"name": "ListAssociatedFleets",
|
|
885
944
|
"description": "Grants permission to retrieve the name of the fleet that is associated with the specified stack",
|
|
@@ -925,6 +984,14 @@
|
|
|
925
984
|
"conditionKeys": [],
|
|
926
985
|
"dependentActions": []
|
|
927
986
|
},
|
|
987
|
+
"listexportimagetasks": {
|
|
988
|
+
"name": "ListExportImageTasks",
|
|
989
|
+
"description": "Grants permission to list export image tasks",
|
|
990
|
+
"accessLevel": "List",
|
|
991
|
+
"resourceTypes": [],
|
|
992
|
+
"conditionKeys": [],
|
|
993
|
+
"dependentActions": []
|
|
994
|
+
},
|
|
928
995
|
"listtagsforresource": {
|
|
929
996
|
"name": "ListTagsForResource",
|
|
930
997
|
"description": "Grants permission to retrieve a list of all tags for the specified AppStream 2.0 resource. The following resources can be tagged: Image builders, images, fleets, and stacks",
|
|
@@ -984,6 +1051,23 @@
|
|
|
984
1051
|
],
|
|
985
1052
|
"dependentActions": []
|
|
986
1053
|
},
|
|
1054
|
+
"startsoftwaredeploymenttoimagebuilder": {
|
|
1055
|
+
"name": "StartSoftwareDeploymentToImageBuilder",
|
|
1056
|
+
"description": "Grants permission to initiate license included applications deployment to an image builder instance",
|
|
1057
|
+
"accessLevel": "Write",
|
|
1058
|
+
"resourceTypes": [
|
|
1059
|
+
{
|
|
1060
|
+
"name": "image-builder",
|
|
1061
|
+
"required": true,
|
|
1062
|
+
"conditionKeys": [],
|
|
1063
|
+
"dependentActions": []
|
|
1064
|
+
}
|
|
1065
|
+
],
|
|
1066
|
+
"conditionKeys": [
|
|
1067
|
+
"aws:ResourceTag/${TagKey}"
|
|
1068
|
+
],
|
|
1069
|
+
"dependentActions": []
|
|
1070
|
+
},
|
|
987
1071
|
"stopappblockbuilder": {
|
|
988
1072
|
"name": "StopAppBlockBuilder",
|
|
989
1073
|
"description": "Grants permission to stop the specified app block builder",
|
package/data/actions/athena.json
CHANGED
|
@@ -551,6 +551,27 @@
|
|
|
551
551
|
"conditionKeys": [],
|
|
552
552
|
"dependentActions": []
|
|
553
553
|
},
|
|
554
|
+
"getresourcedashboard": {
|
|
555
|
+
"name": "GetResourceDashboard",
|
|
556
|
+
"description": "Grants permission to get a Live UI/Persistence UI for a session",
|
|
557
|
+
"accessLevel": "Read",
|
|
558
|
+
"resourceTypes": [
|
|
559
|
+
{
|
|
560
|
+
"name": "workgroup",
|
|
561
|
+
"required": true,
|
|
562
|
+
"conditionKeys": [],
|
|
563
|
+
"dependentActions": []
|
|
564
|
+
},
|
|
565
|
+
{
|
|
566
|
+
"name": "session",
|
|
567
|
+
"required": false,
|
|
568
|
+
"conditionKeys": [],
|
|
569
|
+
"dependentActions": []
|
|
570
|
+
}
|
|
571
|
+
],
|
|
572
|
+
"conditionKeys": [],
|
|
573
|
+
"dependentActions": []
|
|
574
|
+
},
|
|
554
575
|
"getsession": {
|
|
555
576
|
"name": "GetSession",
|
|
556
577
|
"description": "Grants permission to get a session",
|
|
@@ -561,6 +582,33 @@
|
|
|
561
582
|
"required": true,
|
|
562
583
|
"conditionKeys": [],
|
|
563
584
|
"dependentActions": []
|
|
585
|
+
},
|
|
586
|
+
{
|
|
587
|
+
"name": "session",
|
|
588
|
+
"required": false,
|
|
589
|
+
"conditionKeys": [],
|
|
590
|
+
"dependentActions": []
|
|
591
|
+
}
|
|
592
|
+
],
|
|
593
|
+
"conditionKeys": [],
|
|
594
|
+
"dependentActions": []
|
|
595
|
+
},
|
|
596
|
+
"getsessionendpoint": {
|
|
597
|
+
"name": "GetSessionEndpoint",
|
|
598
|
+
"description": "Grants permission to get a connection endpoint and authentication token for a given session Id",
|
|
599
|
+
"accessLevel": "Write",
|
|
600
|
+
"resourceTypes": [
|
|
601
|
+
{
|
|
602
|
+
"name": "workgroup",
|
|
603
|
+
"required": true,
|
|
604
|
+
"conditionKeys": [],
|
|
605
|
+
"dependentActions": []
|
|
606
|
+
},
|
|
607
|
+
{
|
|
608
|
+
"name": "session",
|
|
609
|
+
"required": false,
|
|
610
|
+
"conditionKeys": [],
|
|
611
|
+
"dependentActions": []
|
|
564
612
|
}
|
|
565
613
|
],
|
|
566
614
|
"conditionKeys": [],
|
|
@@ -576,6 +624,12 @@
|
|
|
576
624
|
"required": true,
|
|
577
625
|
"conditionKeys": [],
|
|
578
626
|
"dependentActions": []
|
|
627
|
+
},
|
|
628
|
+
{
|
|
629
|
+
"name": "session",
|
|
630
|
+
"required": false,
|
|
631
|
+
"conditionKeys": [],
|
|
632
|
+
"dependentActions": []
|
|
579
633
|
}
|
|
580
634
|
],
|
|
581
635
|
"conditionKeys": [],
|
|
@@ -834,6 +888,12 @@
|
|
|
834
888
|
"conditionKeys": [],
|
|
835
889
|
"dependentActions": []
|
|
836
890
|
},
|
|
891
|
+
{
|
|
892
|
+
"name": "session",
|
|
893
|
+
"required": true,
|
|
894
|
+
"conditionKeys": [],
|
|
895
|
+
"dependentActions": []
|
|
896
|
+
},
|
|
837
897
|
{
|
|
838
898
|
"name": "workgroup",
|
|
839
899
|
"required": true,
|
|
@@ -921,9 +981,18 @@
|
|
|
921
981
|
"required": true,
|
|
922
982
|
"conditionKeys": [],
|
|
923
983
|
"dependentActions": []
|
|
984
|
+
},
|
|
985
|
+
{
|
|
986
|
+
"name": "session",
|
|
987
|
+
"required": false,
|
|
988
|
+
"conditionKeys": [],
|
|
989
|
+
"dependentActions": []
|
|
924
990
|
}
|
|
925
991
|
],
|
|
926
|
-
"conditionKeys": [
|
|
992
|
+
"conditionKeys": [
|
|
993
|
+
"aws:RequestTag/${TagKey}",
|
|
994
|
+
"aws:TagKeys"
|
|
995
|
+
],
|
|
927
996
|
"dependentActions": []
|
|
928
997
|
},
|
|
929
998
|
"stopcalculationexecution": {
|
|
@@ -973,6 +1042,12 @@
|
|
|
973
1042
|
"conditionKeys": [],
|
|
974
1043
|
"dependentActions": []
|
|
975
1044
|
},
|
|
1045
|
+
{
|
|
1046
|
+
"name": "session",
|
|
1047
|
+
"required": true,
|
|
1048
|
+
"conditionKeys": [],
|
|
1049
|
+
"dependentActions": []
|
|
1050
|
+
},
|
|
976
1051
|
{
|
|
977
1052
|
"name": "workgroup",
|
|
978
1053
|
"required": true,
|
|
@@ -996,6 +1071,12 @@
|
|
|
996
1071
|
"required": true,
|
|
997
1072
|
"conditionKeys": [],
|
|
998
1073
|
"dependentActions": []
|
|
1074
|
+
},
|
|
1075
|
+
{
|
|
1076
|
+
"name": "session",
|
|
1077
|
+
"required": false,
|
|
1078
|
+
"conditionKeys": [],
|
|
1079
|
+
"dependentActions": []
|
|
999
1080
|
}
|
|
1000
1081
|
],
|
|
1001
1082
|
"conditionKeys": [],
|
|
@@ -1018,6 +1099,12 @@
|
|
|
1018
1099
|
"conditionKeys": [],
|
|
1019
1100
|
"dependentActions": []
|
|
1020
1101
|
},
|
|
1102
|
+
{
|
|
1103
|
+
"name": "session",
|
|
1104
|
+
"required": true,
|
|
1105
|
+
"conditionKeys": [],
|
|
1106
|
+
"dependentActions": []
|
|
1107
|
+
},
|
|
1021
1108
|
{
|
|
1022
1109
|
"name": "workgroup",
|
|
1023
1110
|
"required": true,
|
|
@@ -97,8 +97,17 @@
|
|
|
97
97
|
"isPermissionOnly": true,
|
|
98
98
|
"description": "Grants permission to perform queries on billing information",
|
|
99
99
|
"accessLevel": "Read",
|
|
100
|
-
"resourceTypes": [
|
|
101
|
-
|
|
100
|
+
"resourceTypes": [
|
|
101
|
+
{
|
|
102
|
+
"name": "billingview",
|
|
103
|
+
"required": false,
|
|
104
|
+
"conditionKeys": [],
|
|
105
|
+
"dependentActions": []
|
|
106
|
+
}
|
|
107
|
+
],
|
|
108
|
+
"conditionKeys": [
|
|
109
|
+
"aws:ResourceTag/${TagKey}"
|
|
110
|
+
],
|
|
102
111
|
"dependentActions": []
|
|
103
112
|
},
|
|
104
113
|
"getbillingdetails": {
|
|
@@ -106,8 +115,17 @@
|
|
|
106
115
|
"isPermissionOnly": true,
|
|
107
116
|
"description": "Grants permission to view detailed line item billing information",
|
|
108
117
|
"accessLevel": "Read",
|
|
109
|
-
"resourceTypes": [
|
|
110
|
-
|
|
118
|
+
"resourceTypes": [
|
|
119
|
+
{
|
|
120
|
+
"name": "billingview",
|
|
121
|
+
"required": false,
|
|
122
|
+
"conditionKeys": [],
|
|
123
|
+
"dependentActions": []
|
|
124
|
+
}
|
|
125
|
+
],
|
|
126
|
+
"conditionKeys": [
|
|
127
|
+
"aws:ResourceTag/${TagKey}"
|
|
128
|
+
],
|
|
111
129
|
"dependentActions": []
|
|
112
130
|
},
|
|
113
131
|
"getbillingnotifications": {
|
|
@@ -680,6 +680,18 @@
|
|
|
680
680
|
"conditionKeys": [],
|
|
681
681
|
"dependentActions": []
|
|
682
682
|
},
|
|
683
|
+
"gethookresult": {
|
|
684
|
+
"name": "GetHookResult",
|
|
685
|
+
"description": "Grants permission to return detailed information about a specific hook invocation result",
|
|
686
|
+
"accessLevel": "Read",
|
|
687
|
+
"resourceTypes": [],
|
|
688
|
+
"conditionKeys": [
|
|
689
|
+
"cloudformation:TypeArn"
|
|
690
|
+
],
|
|
691
|
+
"dependentActions": [
|
|
692
|
+
"kms:Decrypt"
|
|
693
|
+
]
|
|
694
|
+
},
|
|
683
695
|
"getstackpolicy": {
|
|
684
696
|
"name": "GetStackPolicy",
|
|
685
697
|
"description": "Grants permission to return the stack policy for a specified stack",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"createsession": {
|
|
32
32
|
"name": "CreateSession",
|
|
33
33
|
"isPermissionOnly": true,
|
|
34
|
-
"description": "Grants permissions to connect to a CloudShell environment from the
|
|
34
|
+
"description": "Grants permissions to connect to a CloudShell environment from the the console",
|
|
35
35
|
"accessLevel": "Write",
|
|
36
36
|
"resourceTypes": [
|
|
37
37
|
{
|
package/data/actions/ds.json
CHANGED
|
@@ -748,7 +748,7 @@
|
|
|
748
748
|
"disableroleaccess": {
|
|
749
749
|
"name": "DisableRoleAccess",
|
|
750
750
|
"isPermissionOnly": true,
|
|
751
|
-
"description": "Grants permission to disable
|
|
751
|
+
"description": "Grants permission to disable the console access for identity in your AWS Directory",
|
|
752
752
|
"accessLevel": "Write",
|
|
753
753
|
"resourceTypes": [
|
|
754
754
|
{
|
|
@@ -857,7 +857,7 @@
|
|
|
857
857
|
"enableroleaccess": {
|
|
858
858
|
"name": "EnableRoleAccess",
|
|
859
859
|
"isPermissionOnly": true,
|
|
860
|
-
"description": "Grants permission to enable
|
|
860
|
+
"description": "Grants permission to enable the console access for identity in your AWS Directory",
|
|
861
861
|
"accessLevel": "Write",
|
|
862
862
|
"resourceTypes": [
|
|
863
863
|
{
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"callprivilegedtool": {
|
|
3
|
+
"name": "CallPrivilegedTool",
|
|
4
|
+
"description": "Grants permission to call privileged tools in MCP service",
|
|
5
|
+
"accessLevel": "Write",
|
|
6
|
+
"resourceTypes": [],
|
|
7
|
+
"conditionKeys": [],
|
|
8
|
+
"dependentActions": []
|
|
9
|
+
},
|
|
10
|
+
"callreadonlytool": {
|
|
11
|
+
"name": "CallReadOnlyTool",
|
|
12
|
+
"description": "Grants permission to call read-only tools in MCP service",
|
|
13
|
+
"accessLevel": "Read",
|
|
14
|
+
"resourceTypes": [],
|
|
15
|
+
"conditionKeys": [],
|
|
16
|
+
"dependentActions": []
|
|
17
|
+
},
|
|
18
|
+
"invokemcp": {
|
|
19
|
+
"name": "InvokeMcp",
|
|
20
|
+
"description": "Grants permission to use MCP service",
|
|
21
|
+
"accessLevel": "Read",
|
|
22
|
+
"resourceTypes": [],
|
|
23
|
+
"conditionKeys": [],
|
|
24
|
+
"dependentActions": []
|
|
25
|
+
}
|
|
26
|
+
}
|
package/data/actions/es.json
CHANGED
|
@@ -216,6 +216,21 @@
|
|
|
216
216
|
"conditionKeys": [],
|
|
217
217
|
"dependentActions": []
|
|
218
218
|
},
|
|
219
|
+
"createindex": {
|
|
220
|
+
"name": "CreateIndex",
|
|
221
|
+
"description": "Grants permission to create index for the OpenSearch Service domain",
|
|
222
|
+
"accessLevel": "Write",
|
|
223
|
+
"resourceTypes": [
|
|
224
|
+
{
|
|
225
|
+
"name": "domain",
|
|
226
|
+
"required": true,
|
|
227
|
+
"conditionKeys": [],
|
|
228
|
+
"dependentActions": []
|
|
229
|
+
}
|
|
230
|
+
],
|
|
231
|
+
"conditionKeys": [],
|
|
232
|
+
"dependentActions": []
|
|
233
|
+
},
|
|
219
234
|
"createoutboundconnection": {
|
|
220
235
|
"name": "CreateOutboundConnection",
|
|
221
236
|
"description": "Grants permission to create a new cross-cluster search connection from a source domain to a destination domain",
|
|
@@ -369,6 +384,21 @@
|
|
|
369
384
|
"conditionKeys": [],
|
|
370
385
|
"dependentActions": []
|
|
371
386
|
},
|
|
387
|
+
"deleteindex": {
|
|
388
|
+
"name": "DeleteIndex",
|
|
389
|
+
"description": "Grants permission to delete Index for the OpenSearch Service domain",
|
|
390
|
+
"accessLevel": "Write",
|
|
391
|
+
"resourceTypes": [
|
|
392
|
+
{
|
|
393
|
+
"name": "domain",
|
|
394
|
+
"required": true,
|
|
395
|
+
"conditionKeys": [],
|
|
396
|
+
"dependentActions": []
|
|
397
|
+
}
|
|
398
|
+
],
|
|
399
|
+
"conditionKeys": [],
|
|
400
|
+
"dependentActions": []
|
|
401
|
+
},
|
|
372
402
|
"deleteoutboundconnection": {
|
|
373
403
|
"name": "DeleteOutboundConnection",
|
|
374
404
|
"description": "Grants permission to the source domain owner to delete an existing outbound cross-cluster search connection",
|
|
@@ -887,6 +917,21 @@
|
|
|
887
917
|
"conditionKeys": [],
|
|
888
918
|
"dependentActions": []
|
|
889
919
|
},
|
|
920
|
+
"getindex": {
|
|
921
|
+
"name": "GetIndex",
|
|
922
|
+
"description": "Grants permission to get index for the OpenSearch Service domain",
|
|
923
|
+
"accessLevel": "Read",
|
|
924
|
+
"resourceTypes": [
|
|
925
|
+
{
|
|
926
|
+
"name": "domain",
|
|
927
|
+
"required": true,
|
|
928
|
+
"conditionKeys": [],
|
|
929
|
+
"dependentActions": []
|
|
930
|
+
}
|
|
931
|
+
],
|
|
932
|
+
"conditionKeys": [],
|
|
933
|
+
"dependentActions": []
|
|
934
|
+
},
|
|
890
935
|
"getpackageversionhistory": {
|
|
891
936
|
"name": "GetPackageVersionHistory",
|
|
892
937
|
"description": "Grants permission to fetch the version history for a package",
|
|
@@ -1311,6 +1356,21 @@
|
|
|
1311
1356
|
"conditionKeys": [],
|
|
1312
1357
|
"dependentActions": []
|
|
1313
1358
|
},
|
|
1359
|
+
"updateindex": {
|
|
1360
|
+
"name": "UpdateIndex",
|
|
1361
|
+
"description": "Grants permission to update index for the OpenSearch Service domain",
|
|
1362
|
+
"accessLevel": "Write",
|
|
1363
|
+
"resourceTypes": [
|
|
1364
|
+
{
|
|
1365
|
+
"name": "domain",
|
|
1366
|
+
"required": true,
|
|
1367
|
+
"conditionKeys": [],
|
|
1368
|
+
"dependentActions": []
|
|
1369
|
+
}
|
|
1370
|
+
],
|
|
1371
|
+
"conditionKeys": [],
|
|
1372
|
+
"dependentActions": []
|
|
1373
|
+
},
|
|
1314
1374
|
"updatepackage": {
|
|
1315
1375
|
"name": "UpdatePackage",
|
|
1316
1376
|
"description": "Grants permission to update a package for use with OpenSearch Service domains",
|
package/data/actions/glue.json
CHANGED
|
@@ -503,7 +503,8 @@
|
|
|
503
503
|
}
|
|
504
504
|
],
|
|
505
505
|
"conditionKeys": [
|
|
506
|
-
"glue:LakeFormationPermissions"
|
|
506
|
+
"glue:LakeFormationPermissions",
|
|
507
|
+
"glue:FederatedAuthorizationSource"
|
|
507
508
|
],
|
|
508
509
|
"dependentActions": []
|
|
509
510
|
},
|
|
@@ -619,7 +620,8 @@
|
|
|
619
620
|
}
|
|
620
621
|
],
|
|
621
622
|
"conditionKeys": [
|
|
622
|
-
"glue:LakeFormationPermissions"
|
|
623
|
+
"glue:LakeFormationPermissions",
|
|
624
|
+
"glue:FederatedAuthorizationSource"
|
|
623
625
|
],
|
|
624
626
|
"dependentActions": []
|
|
625
627
|
},
|
|
@@ -956,7 +958,8 @@
|
|
|
956
958
|
}
|
|
957
959
|
],
|
|
958
960
|
"conditionKeys": [
|
|
959
|
-
"glue:LakeFormationPermissions"
|
|
961
|
+
"glue:LakeFormationPermissions",
|
|
962
|
+
"glue:FederatedAuthorizationSource"
|
|
960
963
|
],
|
|
961
964
|
"dependentActions": []
|
|
962
965
|
},
|
|
@@ -1106,7 +1109,8 @@
|
|
|
1106
1109
|
}
|
|
1107
1110
|
],
|
|
1108
1111
|
"conditionKeys": [
|
|
1109
|
-
"glue:LakeFormationPermissions"
|
|
1112
|
+
"glue:LakeFormationPermissions",
|
|
1113
|
+
"glue:FederatedAuthorizationSource"
|
|
1110
1114
|
],
|
|
1111
1115
|
"dependentActions": []
|
|
1112
1116
|
},
|
|
@@ -1313,7 +1317,8 @@
|
|
|
1313
1317
|
}
|
|
1314
1318
|
],
|
|
1315
1319
|
"conditionKeys": [
|
|
1316
|
-
"glue:LakeFormationPermissions"
|
|
1320
|
+
"glue:LakeFormationPermissions",
|
|
1321
|
+
"glue:FederatedAuthorizationSource"
|
|
1317
1322
|
],
|
|
1318
1323
|
"dependentActions": []
|
|
1319
1324
|
},
|
|
@@ -1610,7 +1615,8 @@
|
|
|
1610
1615
|
}
|
|
1611
1616
|
],
|
|
1612
1617
|
"conditionKeys": [
|
|
1613
|
-
"glue:LakeFormationPermissions"
|
|
1618
|
+
"glue:LakeFormationPermissions",
|
|
1619
|
+
"glue:FederatedAuthorizationSource"
|
|
1614
1620
|
],
|
|
1615
1621
|
"dependentActions": []
|
|
1616
1622
|
},
|
|
@@ -1820,6 +1826,30 @@
|
|
|
1820
1826
|
],
|
|
1821
1827
|
"dependentActions": []
|
|
1822
1828
|
},
|
|
1829
|
+
"federateauthorization": {
|
|
1830
|
+
"name": "FederateAuthorization",
|
|
1831
|
+
"description": "Grants permission to read and write redshift federated resources",
|
|
1832
|
+
"accessLevel": "Write",
|
|
1833
|
+
"resourceTypes": [
|
|
1834
|
+
{
|
|
1835
|
+
"name": "rootcatalog",
|
|
1836
|
+
"required": true,
|
|
1837
|
+
"conditionKeys": [],
|
|
1838
|
+
"dependentActions": []
|
|
1839
|
+
},
|
|
1840
|
+
{
|
|
1841
|
+
"name": "catalog",
|
|
1842
|
+
"required": false,
|
|
1843
|
+
"conditionKeys": [],
|
|
1844
|
+
"dependentActions": []
|
|
1845
|
+
}
|
|
1846
|
+
],
|
|
1847
|
+
"conditionKeys": [
|
|
1848
|
+
"glue:EnabledForRedshiftAutoDiscovery",
|
|
1849
|
+
"glue:FederatedAuthorizationSource"
|
|
1850
|
+
],
|
|
1851
|
+
"dependentActions": []
|
|
1852
|
+
},
|
|
1823
1853
|
"getblueprint": {
|
|
1824
1854
|
"name": "GetBlueprint",
|
|
1825
1855
|
"description": "Grants permission to retrieve a blueprint",
|
|
@@ -1885,7 +1915,8 @@
|
|
|
1885
1915
|
],
|
|
1886
1916
|
"conditionKeys": [
|
|
1887
1917
|
"glue:EnabledForRedshiftAutoDiscovery",
|
|
1888
|
-
"glue:LakeFormationPermissions"
|
|
1918
|
+
"glue:LakeFormationPermissions",
|
|
1919
|
+
"glue:FederatedAuthorizationSource"
|
|
1889
1920
|
],
|
|
1890
1921
|
"dependentActions": []
|
|
1891
1922
|
},
|
|
@@ -1926,7 +1957,8 @@
|
|
|
1926
1957
|
],
|
|
1927
1958
|
"conditionKeys": [
|
|
1928
1959
|
"glue:EnabledForRedshiftAutoDiscovery",
|
|
1929
|
-
"glue:LakeFormationPermissions"
|
|
1960
|
+
"glue:LakeFormationPermissions",
|
|
1961
|
+
"glue:FederatedAuthorizationSource"
|
|
1930
1962
|
],
|
|
1931
1963
|
"dependentActions": []
|
|
1932
1964
|
},
|
|
@@ -2305,7 +2337,8 @@
|
|
|
2305
2337
|
}
|
|
2306
2338
|
],
|
|
2307
2339
|
"conditionKeys": [
|
|
2308
|
-
"glue:LakeFormationPermissions"
|
|
2340
|
+
"glue:LakeFormationPermissions",
|
|
2341
|
+
"glue:FederatedAuthorizationSource"
|
|
2309
2342
|
],
|
|
2310
2343
|
"dependentActions": []
|
|
2311
2344
|
},
|
|
@@ -2334,7 +2367,8 @@
|
|
|
2334
2367
|
}
|
|
2335
2368
|
],
|
|
2336
2369
|
"conditionKeys": [
|
|
2337
|
-
"glue:LakeFormationPermissions"
|
|
2370
|
+
"glue:LakeFormationPermissions",
|
|
2371
|
+
"glue:FederatedAuthorizationSource"
|
|
2338
2372
|
],
|
|
2339
2373
|
"dependentActions": []
|
|
2340
2374
|
},
|
|
@@ -3051,7 +3085,8 @@
|
|
|
3051
3085
|
}
|
|
3052
3086
|
],
|
|
3053
3087
|
"conditionKeys": [
|
|
3054
|
-
"glue:LakeFormationPermissions"
|
|
3088
|
+
"glue:LakeFormationPermissions",
|
|
3089
|
+
"glue:FederatedAuthorizationSource"
|
|
3055
3090
|
],
|
|
3056
3091
|
"dependentActions": []
|
|
3057
3092
|
},
|
|
@@ -3185,7 +3220,8 @@
|
|
|
3185
3220
|
}
|
|
3186
3221
|
],
|
|
3187
3222
|
"conditionKeys": [
|
|
3188
|
-
"glue:LakeFormationPermissions"
|
|
3223
|
+
"glue:LakeFormationPermissions",
|
|
3224
|
+
"glue:FederatedAuthorizationSource"
|
|
3189
3225
|
],
|
|
3190
3226
|
"dependentActions": []
|
|
3191
3227
|
},
|
|
@@ -3350,7 +3386,8 @@
|
|
|
3350
3386
|
}
|
|
3351
3387
|
],
|
|
3352
3388
|
"conditionKeys": [
|
|
3353
|
-
"glue:LakeFormationPermissions"
|
|
3389
|
+
"glue:LakeFormationPermissions",
|
|
3390
|
+
"glue:FederatedAuthorizationSource"
|
|
3354
3391
|
],
|
|
3355
3392
|
"dependentActions": []
|
|
3356
3393
|
},
|
|
@@ -4763,7 +4800,8 @@
|
|
|
4763
4800
|
}
|
|
4764
4801
|
],
|
|
4765
4802
|
"conditionKeys": [
|
|
4766
|
-
"glue:LakeFormationPermissions"
|
|
4803
|
+
"glue:LakeFormationPermissions",
|
|
4804
|
+
"glue:FederatedAuthorizationSource"
|
|
4767
4805
|
],
|
|
4768
4806
|
"dependentActions": []
|
|
4769
4807
|
},
|
|
@@ -5205,7 +5243,8 @@
|
|
|
5205
5243
|
}
|
|
5206
5244
|
],
|
|
5207
5245
|
"conditionKeys": [
|
|
5208
|
-
"glue:LakeFormationPermissions"
|
|
5246
|
+
"glue:LakeFormationPermissions",
|
|
5247
|
+
"glue:FederatedAuthorizationSource"
|
|
5209
5248
|
],
|
|
5210
5249
|
"dependentActions": []
|
|
5211
5250
|
},
|
|
@@ -14,6 +14,21 @@
|
|
|
14
14
|
"conditionKeys": [],
|
|
15
15
|
"dependentActions": []
|
|
16
16
|
},
|
|
17
|
+
"confirmattributionlist": {
|
|
18
|
+
"name": "ConfirmAttributionList",
|
|
19
|
+
"description": "Grants permission to allow customers to indicate to a Producer that the Consumer does not have any more changes to be made to the Attribution List",
|
|
20
|
+
"accessLevel": "Write",
|
|
21
|
+
"resourceTypes": [
|
|
22
|
+
{
|
|
23
|
+
"name": "datastore",
|
|
24
|
+
"required": true,
|
|
25
|
+
"conditionKeys": [],
|
|
26
|
+
"dependentActions": []
|
|
27
|
+
}
|
|
28
|
+
],
|
|
29
|
+
"conditionKeys": [],
|
|
30
|
+
"dependentActions": []
|
|
31
|
+
},
|
|
17
32
|
"createfhirdatastore": {
|
|
18
33
|
"name": "CreateFHIRDatastore",
|
|
19
34
|
"description": "Grants permission to create a datastore that can ingest and export FHIR data",
|
|
@@ -70,6 +85,21 @@
|
|
|
70
85
|
"conditionKeys": [],
|
|
71
86
|
"dependentActions": []
|
|
72
87
|
},
|
|
88
|
+
"describefhirbulkdeletejob": {
|
|
89
|
+
"name": "DescribeFHIRBulkDeleteJob",
|
|
90
|
+
"description": "Grants permission to describe a FHIR Bulk Delete Job",
|
|
91
|
+
"accessLevel": "Read",
|
|
92
|
+
"resourceTypes": [
|
|
93
|
+
{
|
|
94
|
+
"name": "datastore",
|
|
95
|
+
"required": true,
|
|
96
|
+
"conditionKeys": [],
|
|
97
|
+
"dependentActions": []
|
|
98
|
+
}
|
|
99
|
+
],
|
|
100
|
+
"conditionKeys": [],
|
|
101
|
+
"dependentActions": []
|
|
102
|
+
},
|
|
73
103
|
"describefhirdatastore": {
|
|
74
104
|
"name": "DescribeFHIRDatastore",
|
|
75
105
|
"description": "Grants permission to get the properties associated with the FHIR datastore, including the datastore ID, datastore ARN, datastore name, datastore status, created at, datastore type version, and datastore endpoint",
|
|
@@ -318,6 +348,51 @@
|
|
|
318
348
|
"conditionKeys": [],
|
|
319
349
|
"dependentActions": []
|
|
320
350
|
},
|
|
351
|
+
"memberadd": {
|
|
352
|
+
"name": "MemberAdd",
|
|
353
|
+
"description": "Grants permission to attribute a member with a specific provider group",
|
|
354
|
+
"accessLevel": "Write",
|
|
355
|
+
"resourceTypes": [
|
|
356
|
+
{
|
|
357
|
+
"name": "datastore",
|
|
358
|
+
"required": true,
|
|
359
|
+
"conditionKeys": [],
|
|
360
|
+
"dependentActions": []
|
|
361
|
+
}
|
|
362
|
+
],
|
|
363
|
+
"conditionKeys": [],
|
|
364
|
+
"dependentActions": []
|
|
365
|
+
},
|
|
366
|
+
"membermatch": {
|
|
367
|
+
"name": "MemberMatch",
|
|
368
|
+
"description": "Grants permission to enable cross-system patient matching",
|
|
369
|
+
"accessLevel": "Write",
|
|
370
|
+
"resourceTypes": [
|
|
371
|
+
{
|
|
372
|
+
"name": "datastore",
|
|
373
|
+
"required": true,
|
|
374
|
+
"conditionKeys": [],
|
|
375
|
+
"dependentActions": []
|
|
376
|
+
}
|
|
377
|
+
],
|
|
378
|
+
"conditionKeys": [],
|
|
379
|
+
"dependentActions": []
|
|
380
|
+
},
|
|
381
|
+
"memberremove": {
|
|
382
|
+
"name": "MemberRemove",
|
|
383
|
+
"description": "Grants permission to remove a member from a group",
|
|
384
|
+
"accessLevel": "Write",
|
|
385
|
+
"resourceTypes": [
|
|
386
|
+
{
|
|
387
|
+
"name": "datastore",
|
|
388
|
+
"required": true,
|
|
389
|
+
"conditionKeys": [],
|
|
390
|
+
"dependentActions": []
|
|
391
|
+
}
|
|
392
|
+
],
|
|
393
|
+
"conditionKeys": [],
|
|
394
|
+
"dependentActions": []
|
|
395
|
+
},
|
|
321
396
|
"patchresource": {
|
|
322
397
|
"name": "PatchResource",
|
|
323
398
|
"description": "Grants permission to patch a resource",
|
|
@@ -363,6 +438,21 @@
|
|
|
363
438
|
"conditionKeys": [],
|
|
364
439
|
"dependentActions": []
|
|
365
440
|
},
|
|
441
|
+
"retrieveattributionstatus": {
|
|
442
|
+
"name": "RetrieveAttributionStatus",
|
|
443
|
+
"description": "Grants permission to retrieve member attribution status",
|
|
444
|
+
"accessLevel": "Write",
|
|
445
|
+
"resourceTypes": [
|
|
446
|
+
{
|
|
447
|
+
"name": "datastore",
|
|
448
|
+
"required": true,
|
|
449
|
+
"conditionKeys": [],
|
|
450
|
+
"dependentActions": []
|
|
451
|
+
}
|
|
452
|
+
],
|
|
453
|
+
"conditionKeys": [],
|
|
454
|
+
"dependentActions": []
|
|
455
|
+
},
|
|
366
456
|
"searcheverything": {
|
|
367
457
|
"name": "SearchEverything",
|
|
368
458
|
"description": "Grants permission to search all resources related to a patient",
|
|
@@ -408,6 +498,21 @@
|
|
|
408
498
|
"conditionKeys": [],
|
|
409
499
|
"dependentActions": []
|
|
410
500
|
},
|
|
501
|
+
"startfhirbulkdeletejob": {
|
|
502
|
+
"name": "StartFHIRBulkDeleteJob",
|
|
503
|
+
"description": "Grants permission to begin a FHIR Bulk Delete Job",
|
|
504
|
+
"accessLevel": "Write",
|
|
505
|
+
"resourceTypes": [
|
|
506
|
+
{
|
|
507
|
+
"name": "datastore",
|
|
508
|
+
"required": true,
|
|
509
|
+
"conditionKeys": [],
|
|
510
|
+
"dependentActions": []
|
|
511
|
+
}
|
|
512
|
+
],
|
|
513
|
+
"conditionKeys": [],
|
|
514
|
+
"dependentActions": []
|
|
515
|
+
},
|
|
411
516
|
"startfhirexportjob": {
|
|
412
517
|
"name": "StartFHIRExportJob",
|
|
413
518
|
"description": "Grants permission to begin a FHIR Export job",
|
package/data/actions/lambda.json
CHANGED
|
@@ -920,21 +920,6 @@
|
|
|
920
920
|
"conditionKeys": [],
|
|
921
921
|
"dependentActions": []
|
|
922
922
|
},
|
|
923
|
-
"updatehostedzonefeatures": {
|
|
924
|
-
"name": "UpdateHostedZoneFeatures",
|
|
925
|
-
"description": "Grants permission to update features for a specified hosted zone",
|
|
926
|
-
"accessLevel": "Write",
|
|
927
|
-
"resourceTypes": [
|
|
928
|
-
{
|
|
929
|
-
"name": "hostedzone",
|
|
930
|
-
"required": true,
|
|
931
|
-
"conditionKeys": [],
|
|
932
|
-
"dependentActions": []
|
|
933
|
-
}
|
|
934
|
-
],
|
|
935
|
-
"conditionKeys": [],
|
|
936
|
-
"dependentActions": []
|
|
937
|
-
},
|
|
938
923
|
"updatetrafficpolicycomment": {
|
|
939
924
|
"name": "UpdateTrafficPolicyComment",
|
|
940
925
|
"description": "Grants permission to update the comment for a specified traffic policy version",
|
package/data/actions/signin.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"createtrustedidentitypropagationapplicationforconsole": {
|
|
3
3
|
"name": "CreateTrustedIdentityPropagationApplicationForConsole",
|
|
4
|
-
"description": "Grants permission to create an Identity Center application that represents the
|
|
4
|
+
"description": "Grants permission to create an Identity Center application that represents the the console on an Identity Center organization instance",
|
|
5
5
|
"accessLevel": "Write",
|
|
6
6
|
"resourceTypes": [],
|
|
7
7
|
"conditionKeys": [],
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
},
|
|
18
18
|
"listtrustedidentitypropagationapplicationsforconsole": {
|
|
19
19
|
"name": "ListTrustedIdentityPropagationApplicationsForConsole",
|
|
20
|
-
"description": "Grants permission to list all Identity Center applications that represent the
|
|
20
|
+
"description": "Grants permission to list all Identity Center applications that represent the the console",
|
|
21
21
|
"accessLevel": "List",
|
|
22
22
|
"resourceTypes": [],
|
|
23
23
|
"conditionKeys": [],
|
package/data/actions/ssm.json
CHANGED
|
@@ -1013,7 +1013,7 @@
|
|
|
1013
1013
|
},
|
|
1014
1014
|
"executeapi": {
|
|
1015
1015
|
"name": "ExecuteAPI",
|
|
1016
|
-
"description": "Grants permission to a Systems Manager delegated administrator to view related resource details about OpsItems across multiple AWS accounts in the
|
|
1016
|
+
"description": "Grants permission to a Systems Manager delegated administrator to view related resource details about OpsItems across multiple AWS accounts in the the console",
|
|
1017
1017
|
"accessLevel": "Read",
|
|
1018
1018
|
"resourceTypes": [],
|
|
1019
1019
|
"conditionKeys": [],
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"aws:requesttag/${tagkey}": {
|
|
3
|
+
"key": "aws:RequestTag/${TagKey}",
|
|
4
|
+
"description": "Filters access by the presence of tag key-value pairs in the request",
|
|
5
|
+
"type": "String"
|
|
6
|
+
},
|
|
7
|
+
"aws:resourcetag/${tagkey}": {
|
|
8
|
+
"key": "aws:ResourceTag/${TagKey}",
|
|
9
|
+
"description": "Filters access by tag key-value pairs that are attached to the resource",
|
|
10
|
+
"type": "String"
|
|
11
|
+
},
|
|
12
|
+
"aws:tagkeys": {
|
|
13
|
+
"key": "aws:TagKeys",
|
|
14
|
+
"description": "Filters access by tag keys in the request",
|
|
15
|
+
"type": "ArrayOfString"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -24,6 +24,11 @@
|
|
|
24
24
|
"description": "Filters access by the presence of the key configured for role's identity-based policy",
|
|
25
25
|
"type": "Bool"
|
|
26
26
|
},
|
|
27
|
+
"glue:federatedauthorizationsource": {
|
|
28
|
+
"key": "glue:FederatedAuthorizationSource",
|
|
29
|
+
"description": "Filters access by whether the resource belongs to federarted authorization",
|
|
30
|
+
"type": "String"
|
|
31
|
+
},
|
|
27
32
|
"glue:lakeformationpermissions": {
|
|
28
33
|
"key": "glue:LakeFormationPermissions",
|
|
29
34
|
"description": "Filters access by whether Lake Formation permission checks will be performed for a given caller and the Glue resource",
|
|
@@ -19,5 +19,12 @@
|
|
|
19
19
|
"conditionKeys": [
|
|
20
20
|
"aws:ResourceTag/${TagKey}"
|
|
21
21
|
]
|
|
22
|
+
},
|
|
23
|
+
"session": {
|
|
24
|
+
"key": "session",
|
|
25
|
+
"arn": "arn:${Partition}:athena:${Region}:${Account}:workgroup/${WorkGroupName}/session/${SessionId}",
|
|
26
|
+
"conditionKeys": [
|
|
27
|
+
"aws:ResourceTag/${TagKey}"
|
|
28
|
+
]
|
|
22
29
|
}
|
|
23
30
|
}
|
|
@@ -28,6 +28,10 @@
|
|
|
28
28
|
"key": "type",
|
|
29
29
|
"arn": "arn:${Partition}:cloudformation:${Region}:${Account}:type/resource/${Type}"
|
|
30
30
|
},
|
|
31
|
+
"typehook": {
|
|
32
|
+
"key": "typeHook",
|
|
33
|
+
"arn": "arn:${Partition}:cloudformation:${Region}:${Account}:type/hook/${Type}"
|
|
34
|
+
},
|
|
31
35
|
"generatedtemplate": {
|
|
32
36
|
"key": "generatedtemplate",
|
|
33
37
|
"arn": "arn:${Partition}:cloudformation:${Region}:${Account}:generatedTemplate/${Id}"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
package/data/serviceNames.json
CHANGED
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
"activate": "AWS Activate",
|
|
10
10
|
"aiops": "Amazon AI Operations",
|
|
11
11
|
"airflow": "Amazon Managed Workflows for Apache Airflow",
|
|
12
|
+
"airflow-serverless": "AWS MWAA Serverless",
|
|
12
13
|
"amplify": "AWS Amplify",
|
|
13
14
|
"amplifybackend": "AWS Amplify Admin",
|
|
14
15
|
"amplifyuibuilder": "AWS Amplify UI Builder",
|
|
@@ -102,7 +103,7 @@
|
|
|
102
103
|
"config": "AWS Config",
|
|
103
104
|
"connect": "Amazon Connect",
|
|
104
105
|
"connect-campaigns": "Amazon Connect Outbound Campaigns",
|
|
105
|
-
"consoleapp": "
|
|
106
|
+
"consoleapp": "the console Mobile App",
|
|
106
107
|
"consolidatedbilling": "AWS Consolidated Billing",
|
|
107
108
|
"controlcatalog": "AWS Control Catalog",
|
|
108
109
|
"controltower": "AWS Control Tower",
|
|
@@ -141,6 +142,7 @@
|
|
|
141
142
|
"ecs": "Amazon Elastic Container Service",
|
|
142
143
|
"eks": "Amazon Elastic Kubernetes Service",
|
|
143
144
|
"eks-auth": "Amazon EKS Auth",
|
|
145
|
+
"eks-mcp": "Amazon EKS MCP Server",
|
|
144
146
|
"elasticache": "Amazon ElastiCache",
|
|
145
147
|
"elasticbeanstalk": "AWS Elastic Beanstalk",
|
|
146
148
|
"elasticfilesystem": "Amazon Elastic File System",
|
|
@@ -407,7 +409,7 @@
|
|
|
407
409
|
"trustedadvisor": "AWS Trusted Advisor",
|
|
408
410
|
"ts": "AWS Diagnostic tools",
|
|
409
411
|
"user-subscriptions": "AWS User Subscriptions",
|
|
410
|
-
"uxc": "AWS Service for managing
|
|
412
|
+
"uxc": "AWS Service for managing the console user experience capabilities.",
|
|
411
413
|
"vendor-insights": "AWS Marketplace Vendor Insights",
|
|
412
414
|
"verified-access": "AWS Verified Access",
|
|
413
415
|
"verifiedpermissions": "Amazon Verified Permissions",
|
package/data/services.json
CHANGED
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
"activate",
|
|
10
10
|
"aiops",
|
|
11
11
|
"airflow",
|
|
12
|
+
"airflow-serverless",
|
|
12
13
|
"amplify",
|
|
13
14
|
"amplifybackend",
|
|
14
15
|
"amplifyuibuilder",
|
|
@@ -141,6 +142,7 @@
|
|
|
141
142
|
"ecs",
|
|
142
143
|
"eks",
|
|
143
144
|
"eks-auth",
|
|
145
|
+
"eks-mcp",
|
|
144
146
|
"elasticache",
|
|
145
147
|
"elasticbeanstalk",
|
|
146
148
|
"elasticfilesystem",
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.202511201",
|
|
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": "2025-11-
|
|
9
|
+
"updatedAt": "2025-11-20T04:47:21.609Z",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
12
|
"import": "./dist/esm/index.js",
|