@cloud-copilot/iam-data 0.15.202511111 → 0.15.202511181
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/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/connect.json +29 -0
- package/data/actions/datazone.json +224 -0
- package/data/actions/dms.json +105 -0
- 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/groundstation.json +15 -0
- package/data/actions/healthlake.json +105 -0
- package/data/actions/invoicing.json +1 -2
- package/data/actions/kafka.json +15 -0
- package/data/actions/lambda.json +2 -1
- package/data/actions/sagemaker-unified-studio-mcp.json +26 -0
- package/data/actions/support.json +27 -1
- package/data/conditionKeys/airflow-serverless.json +17 -0
- package/data/conditionKeys/eks-mcp.json +1 -0
- package/data/conditionKeys/events.json +1 -1
- package/data/conditionKeys/glue.json +5 -0
- package/data/conditionKeys/sagemaker-unified-studio-mcp.json +1 -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/resourceTypes/sagemaker-unified-studio-mcp.json +1 -0
- package/data/serviceNames.json +3 -0
- package/data/services.json +3 -0
- package/package.json +2 -2
|
@@ -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",
|
|
@@ -4519,6 +4519,35 @@
|
|
|
4519
4519
|
"conditionKeys": [],
|
|
4520
4520
|
"dependentActions": []
|
|
4521
4521
|
},
|
|
4522
|
+
"sendoutboundchatmessage": {
|
|
4523
|
+
"name": "SendOutboundChatMessage",
|
|
4524
|
+
"isPermissionOnly": true,
|
|
4525
|
+
"description": "Grants permission to send outbound chat messages using the Amazon Connect API",
|
|
4526
|
+
"accessLevel": "Write",
|
|
4527
|
+
"resourceTypes": [
|
|
4528
|
+
{
|
|
4529
|
+
"name": "instance",
|
|
4530
|
+
"required": true,
|
|
4531
|
+
"conditionKeys": [],
|
|
4532
|
+
"dependentActions": [
|
|
4533
|
+
"social-messaging:SendWhatsAppMessage",
|
|
4534
|
+
"wisdom:GetMessageTemplate",
|
|
4535
|
+
"wisdom:RenderMessageTemplate"
|
|
4536
|
+
]
|
|
4537
|
+
},
|
|
4538
|
+
{
|
|
4539
|
+
"name": "phone-number",
|
|
4540
|
+
"required": true,
|
|
4541
|
+
"conditionKeys": [],
|
|
4542
|
+
"dependentActions": []
|
|
4543
|
+
}
|
|
4544
|
+
],
|
|
4545
|
+
"conditionKeys": [
|
|
4546
|
+
"connect:InstanceId",
|
|
4547
|
+
"connect:Subtype"
|
|
4548
|
+
],
|
|
4549
|
+
"dependentActions": []
|
|
4550
|
+
},
|
|
4522
4551
|
"sendoutboundemail": {
|
|
4523
4552
|
"name": "SendOutboundEmail",
|
|
4524
4553
|
"description": "Grants permission to send outbound email using the Amazon Connect API",
|