@cloud-copilot/iam-data 0.9.202411221 → 0.9.202411251
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/application-autoscaling.json +8 -0
- package/data/actions/artifact.json +76 -0
- package/data/actions/bcm-pricing-calculator.json +477 -0
- package/data/actions/ce.json +24 -0
- package/data/actions/chatbot.json +134 -2
- package/data/actions/cleanrooms.json +32 -0
- package/data/actions/cloudtrail.json +155 -6
- package/data/actions/connect.json +2 -1
- package/data/actions/iot.json +189 -0
- package/data/actions/iotfleetwise.json +113 -0
- package/data/actions/logs.json +93 -0
- package/data/actions/profile.json +102 -0
- package/data/actions/q.json +9 -0
- package/data/actions/qapps.json +74 -0
- package/data/actions/quicksight.json +250 -18
- package/data/actions/resiliencehub.json +24 -0
- package/data/actions/s3.json +9 -4
- package/data/actions/s3express.json +42 -0
- package/data/actions/ssm-quicksetup.json +62 -4
- package/data/actions/ssm.json +54 -1
- package/data/conditionKeys/bcm-pricing-calculator.json +32 -0
- package/data/conditionKeys/connect.json +5 -0
- package/data/conditionKeys/iot.json +15 -0
- package/data/conditionKeys/iotfleetwise.json +5 -0
- package/data/conditionKeys/quicksight.json +10 -0
- package/data/conditionKeys/s3.json +15 -0
- package/data/conditionKeys/ssm.json +0 -5
- package/data/resourceTypes/bcm-pricing-calculator.json +23 -0
- package/data/resourceTypes/chatbot.json +4 -0
- package/data/resourceTypes/cloudtrail.json +7 -0
- package/data/resourceTypes/iot.json +7 -0
- package/data/resourceTypes/iotfleetwise.json +7 -0
- package/data/resourceTypes/profile.json +7 -0
- package/data/resourceTypes/quicksight.json +14 -0
- package/data/resourceTypes/ssm-quicksetup.json +1 -1
- package/data/serviceNames.json +1 -0
- package/data/services.json +1 -0
- package/package.json +2 -2
package/data/actions/q.json
CHANGED
|
@@ -137,6 +137,15 @@
|
|
|
137
137
|
"conditionKeys": [],
|
|
138
138
|
"dependentActions": []
|
|
139
139
|
},
|
|
140
|
+
"listdashboardmetrics": {
|
|
141
|
+
"name": "ListDashboardMetrics",
|
|
142
|
+
"isPermissionOnly": true,
|
|
143
|
+
"description": "Grants permission to read metrics to populate Amazon Q dashboard",
|
|
144
|
+
"accessLevel": "List",
|
|
145
|
+
"resourceTypes": [],
|
|
146
|
+
"conditionKeys": [],
|
|
147
|
+
"dependentActions": []
|
|
148
|
+
},
|
|
140
149
|
"listpluginproviders": {
|
|
141
150
|
"name": "ListPluginProviders",
|
|
142
151
|
"isPermissionOnly": true,
|
package/data/actions/qapps.json
CHANGED
|
@@ -160,6 +160,32 @@
|
|
|
160
160
|
],
|
|
161
161
|
"dependentActions": []
|
|
162
162
|
},
|
|
163
|
+
"createpresignedurl": {
|
|
164
|
+
"name": "CreatePresignedUrl",
|
|
165
|
+
"description": "Grants permission to create a presigned URL for uploading a file to a Q App or Q App Session in the Q Business application environment",
|
|
166
|
+
"accessLevel": "Write",
|
|
167
|
+
"resourceTypes": [
|
|
168
|
+
{
|
|
169
|
+
"name": "qapp",
|
|
170
|
+
"required": false,
|
|
171
|
+
"conditionKeys": [],
|
|
172
|
+
"dependentActions": []
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"name": "qapp-session",
|
|
176
|
+
"required": false,
|
|
177
|
+
"conditionKeys": [],
|
|
178
|
+
"dependentActions": []
|
|
179
|
+
}
|
|
180
|
+
],
|
|
181
|
+
"conditionKeys": [
|
|
182
|
+
"qapps:UserIsAppOwner",
|
|
183
|
+
"qapps:AppIsPublished",
|
|
184
|
+
"qapps:UserIsSessionModerator",
|
|
185
|
+
"qapps:SessionIsShared"
|
|
186
|
+
],
|
|
187
|
+
"dependentActions": []
|
|
188
|
+
},
|
|
163
189
|
"createqapp": {
|
|
164
190
|
"name": "CreateQApp",
|
|
165
191
|
"description": "Grants permission to create Q App in the Q Business application environment",
|
|
@@ -242,6 +268,30 @@
|
|
|
242
268
|
],
|
|
243
269
|
"dependentActions": []
|
|
244
270
|
},
|
|
271
|
+
"describeqapppermissions": {
|
|
272
|
+
"name": "DescribeQAppPermissions",
|
|
273
|
+
"description": "Grants permission to get Q App sharing permissions in the Q Business application environment",
|
|
274
|
+
"accessLevel": "Read",
|
|
275
|
+
"resourceTypes": [
|
|
276
|
+
{
|
|
277
|
+
"name": "application",
|
|
278
|
+
"required": false,
|
|
279
|
+
"conditionKeys": [],
|
|
280
|
+
"dependentActions": []
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
"name": "qapp",
|
|
284
|
+
"required": false,
|
|
285
|
+
"conditionKeys": [],
|
|
286
|
+
"dependentActions": []
|
|
287
|
+
}
|
|
288
|
+
],
|
|
289
|
+
"conditionKeys": [
|
|
290
|
+
"qapps:UserIsAppOwner",
|
|
291
|
+
"qapps:AppIsPublished"
|
|
292
|
+
],
|
|
293
|
+
"dependentActions": []
|
|
294
|
+
},
|
|
245
295
|
"disassociatelibraryitemreview": {
|
|
246
296
|
"name": "DisassociateLibraryItemReview",
|
|
247
297
|
"description": "Grants permission to disassociate a library item review in the Q Business application environment",
|
|
@@ -755,6 +805,30 @@
|
|
|
755
805
|
],
|
|
756
806
|
"dependentActions": []
|
|
757
807
|
},
|
|
808
|
+
"updateqapppermissions": {
|
|
809
|
+
"name": "UpdateQAppPermissions",
|
|
810
|
+
"description": "Grants permission to update Q App sharing permissions in the Q Business application environment",
|
|
811
|
+
"accessLevel": "Write",
|
|
812
|
+
"resourceTypes": [
|
|
813
|
+
{
|
|
814
|
+
"name": "application",
|
|
815
|
+
"required": false,
|
|
816
|
+
"conditionKeys": [],
|
|
817
|
+
"dependentActions": []
|
|
818
|
+
},
|
|
819
|
+
{
|
|
820
|
+
"name": "qapp",
|
|
821
|
+
"required": false,
|
|
822
|
+
"conditionKeys": [],
|
|
823
|
+
"dependentActions": []
|
|
824
|
+
}
|
|
825
|
+
],
|
|
826
|
+
"conditionKeys": [
|
|
827
|
+
"qapps:UserIsAppOwner",
|
|
828
|
+
"qapps:AppIsPublished"
|
|
829
|
+
],
|
|
830
|
+
"dependentActions": []
|
|
831
|
+
},
|
|
758
832
|
"updateqappsession": {
|
|
759
833
|
"name": "UpdateQAppSession",
|
|
760
834
|
"description": "Grants permission to update Q App session in the Q Business application environment",
|
|
@@ -118,12 +118,36 @@
|
|
|
118
118
|
],
|
|
119
119
|
"dependentActions": []
|
|
120
120
|
},
|
|
121
|
+
"createbrand": {
|
|
122
|
+
"name": "CreateBrand",
|
|
123
|
+
"description": "Grants permission to create an Amazon QuickSight brand",
|
|
124
|
+
"accessLevel": "Write",
|
|
125
|
+
"resourceTypes": [
|
|
126
|
+
{
|
|
127
|
+
"name": "brand",
|
|
128
|
+
"required": true,
|
|
129
|
+
"conditionKeys": [],
|
|
130
|
+
"dependentActions": []
|
|
131
|
+
}
|
|
132
|
+
],
|
|
133
|
+
"conditionKeys": [
|
|
134
|
+
"aws:RequestTag/${TagKey}",
|
|
135
|
+
"aws:TagKeys"
|
|
136
|
+
],
|
|
137
|
+
"dependentActions": []
|
|
138
|
+
},
|
|
121
139
|
"createcustompermissions": {
|
|
122
140
|
"name": "CreateCustomPermissions",
|
|
123
|
-
"
|
|
124
|
-
"
|
|
125
|
-
"
|
|
126
|
-
|
|
141
|
+
"description": "Grants permission to create a QuickSight custom permissions resource",
|
|
142
|
+
"accessLevel": "Write",
|
|
143
|
+
"resourceTypes": [
|
|
144
|
+
{
|
|
145
|
+
"name": "custompermissions",
|
|
146
|
+
"required": true,
|
|
147
|
+
"conditionKeys": [],
|
|
148
|
+
"dependentActions": []
|
|
149
|
+
}
|
|
150
|
+
],
|
|
127
151
|
"conditionKeys": [
|
|
128
152
|
"aws:RequestTag/${TagKey}",
|
|
129
153
|
"aws:TagKeys"
|
|
@@ -369,7 +393,10 @@
|
|
|
369
393
|
"description": "Grants permission to add a group member to a role",
|
|
370
394
|
"accessLevel": "Write",
|
|
371
395
|
"resourceTypes": [],
|
|
372
|
-
"conditionKeys": [
|
|
396
|
+
"conditionKeys": [
|
|
397
|
+
"quicksight:Group",
|
|
398
|
+
"identitystore:GroupId"
|
|
399
|
+
],
|
|
373
400
|
"dependentActions": []
|
|
374
401
|
},
|
|
375
402
|
"createtemplate": {
|
|
@@ -553,11 +580,33 @@
|
|
|
553
580
|
"conditionKeys": [],
|
|
554
581
|
"dependentActions": []
|
|
555
582
|
},
|
|
583
|
+
"deletebrand": {
|
|
584
|
+
"name": "DeleteBrand",
|
|
585
|
+
"description": "Grants permission to delete an Amazon QuickSight brand",
|
|
586
|
+
"accessLevel": "Write",
|
|
587
|
+
"resourceTypes": [
|
|
588
|
+
{
|
|
589
|
+
"name": "brand",
|
|
590
|
+
"required": true,
|
|
591
|
+
"conditionKeys": [],
|
|
592
|
+
"dependentActions": []
|
|
593
|
+
}
|
|
594
|
+
],
|
|
595
|
+
"conditionKeys": [],
|
|
596
|
+
"dependentActions": []
|
|
597
|
+
},
|
|
598
|
+
"deletebrandassignment": {
|
|
599
|
+
"name": "DeleteBrandAssignment",
|
|
600
|
+
"description": "Grants permission to delete a brand assignment",
|
|
601
|
+
"accessLevel": "Write",
|
|
602
|
+
"resourceTypes": [],
|
|
603
|
+
"conditionKeys": [],
|
|
604
|
+
"dependentActions": []
|
|
605
|
+
},
|
|
556
606
|
"deletecustompermissions": {
|
|
557
607
|
"name": "DeleteCustomPermissions",
|
|
558
|
-
"
|
|
559
|
-
"
|
|
560
|
-
"accessLevel": "Permissions management",
|
|
608
|
+
"description": "Grants permission to delete a QuickSight custom permissions resource",
|
|
609
|
+
"accessLevel": "Write",
|
|
561
610
|
"resourceTypes": [],
|
|
562
611
|
"conditionKeys": [],
|
|
563
612
|
"dependentActions": []
|
|
@@ -792,7 +841,10 @@
|
|
|
792
841
|
"description": "Grants permission to remove a group member from a role",
|
|
793
842
|
"accessLevel": "Write",
|
|
794
843
|
"resourceTypes": [],
|
|
795
|
-
"conditionKeys": [
|
|
844
|
+
"conditionKeys": [
|
|
845
|
+
"quicksight:Group",
|
|
846
|
+
"identitystore:GroupId"
|
|
847
|
+
],
|
|
796
848
|
"dependentActions": []
|
|
797
849
|
},
|
|
798
850
|
"deletetemplate": {
|
|
@@ -918,6 +970,21 @@
|
|
|
918
970
|
"conditionKeys": [],
|
|
919
971
|
"dependentActions": []
|
|
920
972
|
},
|
|
973
|
+
"deleteusercustompermission": {
|
|
974
|
+
"name": "DeleteUserCustomPermission",
|
|
975
|
+
"description": "Grants permission to remove the custom permission associated with a user",
|
|
976
|
+
"accessLevel": "Write",
|
|
977
|
+
"resourceTypes": [
|
|
978
|
+
{
|
|
979
|
+
"name": "user",
|
|
980
|
+
"required": true,
|
|
981
|
+
"conditionKeys": [],
|
|
982
|
+
"dependentActions": []
|
|
983
|
+
}
|
|
984
|
+
],
|
|
985
|
+
"conditionKeys": [],
|
|
986
|
+
"dependentActions": []
|
|
987
|
+
},
|
|
921
988
|
"deletevpcconnection": {
|
|
922
989
|
"name": "DeleteVPCConnection",
|
|
923
990
|
"description": "Grants permission to delete a vpc connection",
|
|
@@ -1034,12 +1101,56 @@
|
|
|
1034
1101
|
"conditionKeys": [],
|
|
1035
1102
|
"dependentActions": []
|
|
1036
1103
|
},
|
|
1104
|
+
"describebrand": {
|
|
1105
|
+
"name": "DescribeBrand",
|
|
1106
|
+
"description": "Grants permission to describe a brand",
|
|
1107
|
+
"accessLevel": "Read",
|
|
1108
|
+
"resourceTypes": [
|
|
1109
|
+
{
|
|
1110
|
+
"name": "brand",
|
|
1111
|
+
"required": true,
|
|
1112
|
+
"conditionKeys": [],
|
|
1113
|
+
"dependentActions": []
|
|
1114
|
+
}
|
|
1115
|
+
],
|
|
1116
|
+
"conditionKeys": [],
|
|
1117
|
+
"dependentActions": []
|
|
1118
|
+
},
|
|
1119
|
+
"describebrandassignment": {
|
|
1120
|
+
"name": "DescribeBrandAssignment",
|
|
1121
|
+
"description": "Grants permission to describe a brand assignment",
|
|
1122
|
+
"accessLevel": "Read",
|
|
1123
|
+
"resourceTypes": [],
|
|
1124
|
+
"conditionKeys": [],
|
|
1125
|
+
"dependentActions": []
|
|
1126
|
+
},
|
|
1127
|
+
"describebrandpublishedversion": {
|
|
1128
|
+
"name": "DescribeBrandPublishedVersion",
|
|
1129
|
+
"description": "Grants permission to describes the published version of the brand",
|
|
1130
|
+
"accessLevel": "Read",
|
|
1131
|
+
"resourceTypes": [
|
|
1132
|
+
{
|
|
1133
|
+
"name": "brand",
|
|
1134
|
+
"required": true,
|
|
1135
|
+
"conditionKeys": [],
|
|
1136
|
+
"dependentActions": []
|
|
1137
|
+
}
|
|
1138
|
+
],
|
|
1139
|
+
"conditionKeys": [],
|
|
1140
|
+
"dependentActions": []
|
|
1141
|
+
},
|
|
1037
1142
|
"describecustompermissions": {
|
|
1038
1143
|
"name": "DescribeCustomPermissions",
|
|
1039
|
-
"isPermissionOnly": true,
|
|
1040
1144
|
"description": "Grants permission to describe a custom permissions resource in a QuickSight account",
|
|
1041
|
-
"accessLevel": "
|
|
1042
|
-
"resourceTypes": [
|
|
1145
|
+
"accessLevel": "Read",
|
|
1146
|
+
"resourceTypes": [
|
|
1147
|
+
{
|
|
1148
|
+
"name": "custompermissions",
|
|
1149
|
+
"required": true,
|
|
1150
|
+
"conditionKeys": [],
|
|
1151
|
+
"dependentActions": []
|
|
1152
|
+
}
|
|
1153
|
+
],
|
|
1043
1154
|
"conditionKeys": [],
|
|
1044
1155
|
"dependentActions": []
|
|
1045
1156
|
},
|
|
@@ -1103,6 +1214,14 @@
|
|
|
1103
1214
|
"conditionKeys": [],
|
|
1104
1215
|
"dependentActions": []
|
|
1105
1216
|
},
|
|
1217
|
+
"describedashboardsqaconfiguration": {
|
|
1218
|
+
"name": "DescribeDashboardsQAConfiguration",
|
|
1219
|
+
"description": "Grants permission to describe dashboards qa configuration",
|
|
1220
|
+
"accessLevel": "Read",
|
|
1221
|
+
"resourceTypes": [],
|
|
1222
|
+
"conditionKeys": [],
|
|
1223
|
+
"dependentActions": []
|
|
1224
|
+
},
|
|
1106
1225
|
"describedataset": {
|
|
1107
1226
|
"name": "DescribeDataSet",
|
|
1108
1227
|
"description": "Grants permission to describe a dataset",
|
|
@@ -1726,11 +1845,18 @@
|
|
|
1726
1845
|
"conditionKeys": [],
|
|
1727
1846
|
"dependentActions": []
|
|
1728
1847
|
},
|
|
1848
|
+
"listbrands": {
|
|
1849
|
+
"name": "ListBrands",
|
|
1850
|
+
"description": "Grants permission to lists all brands in an Amazon QuickSight account",
|
|
1851
|
+
"accessLevel": "List",
|
|
1852
|
+
"resourceTypes": [],
|
|
1853
|
+
"conditionKeys": [],
|
|
1854
|
+
"dependentActions": []
|
|
1855
|
+
},
|
|
1729
1856
|
"listcustompermissions": {
|
|
1730
1857
|
"name": "ListCustomPermissions",
|
|
1731
|
-
"isPermissionOnly": true,
|
|
1732
1858
|
"description": "Grants permission to list custom permissions resources in QuickSight account",
|
|
1733
|
-
"accessLevel": "
|
|
1859
|
+
"accessLevel": "List",
|
|
1734
1860
|
"resourceTypes": [],
|
|
1735
1861
|
"conditionKeys": [],
|
|
1736
1862
|
"dependentActions": []
|
|
@@ -2395,6 +2521,21 @@
|
|
|
2395
2521
|
"conditionKeys": [],
|
|
2396
2522
|
"dependentActions": []
|
|
2397
2523
|
},
|
|
2524
|
+
"searchtopics": {
|
|
2525
|
+
"name": "SearchTopics",
|
|
2526
|
+
"description": "Grants permission to search for a sub-set of topics",
|
|
2527
|
+
"accessLevel": "List",
|
|
2528
|
+
"resourceTypes": [
|
|
2529
|
+
{
|
|
2530
|
+
"name": "topic",
|
|
2531
|
+
"required": true,
|
|
2532
|
+
"conditionKeys": [],
|
|
2533
|
+
"dependentActions": []
|
|
2534
|
+
}
|
|
2535
|
+
],
|
|
2536
|
+
"conditionKeys": [],
|
|
2537
|
+
"dependentActions": []
|
|
2538
|
+
},
|
|
2398
2539
|
"searchusers": {
|
|
2399
2540
|
"name": "SearchUsers",
|
|
2400
2541
|
"isPermissionOnly": true,
|
|
@@ -2496,12 +2637,24 @@
|
|
|
2496
2637
|
"conditionKeys": [],
|
|
2497
2638
|
"dependentActions": []
|
|
2498
2639
|
},
|
|
2640
|
+
{
|
|
2641
|
+
"name": "brand",
|
|
2642
|
+
"required": false,
|
|
2643
|
+
"conditionKeys": [],
|
|
2644
|
+
"dependentActions": []
|
|
2645
|
+
},
|
|
2499
2646
|
{
|
|
2500
2647
|
"name": "customization",
|
|
2501
2648
|
"required": false,
|
|
2502
2649
|
"conditionKeys": [],
|
|
2503
2650
|
"dependentActions": []
|
|
2504
2651
|
},
|
|
2652
|
+
{
|
|
2653
|
+
"name": "custompermissions",
|
|
2654
|
+
"required": false,
|
|
2655
|
+
"conditionKeys": [],
|
|
2656
|
+
"dependentActions": []
|
|
2657
|
+
},
|
|
2505
2658
|
{
|
|
2506
2659
|
"name": "dashboard",
|
|
2507
2660
|
"required": false,
|
|
@@ -2583,12 +2736,24 @@
|
|
|
2583
2736
|
"conditionKeys": [],
|
|
2584
2737
|
"dependentActions": []
|
|
2585
2738
|
},
|
|
2739
|
+
{
|
|
2740
|
+
"name": "brand",
|
|
2741
|
+
"required": false,
|
|
2742
|
+
"conditionKeys": [],
|
|
2743
|
+
"dependentActions": []
|
|
2744
|
+
},
|
|
2586
2745
|
{
|
|
2587
2746
|
"name": "customization",
|
|
2588
2747
|
"required": false,
|
|
2589
2748
|
"conditionKeys": [],
|
|
2590
2749
|
"dependentActions": []
|
|
2591
2750
|
},
|
|
2751
|
+
{
|
|
2752
|
+
"name": "custompermissions",
|
|
2753
|
+
"required": false,
|
|
2754
|
+
"conditionKeys": [],
|
|
2755
|
+
"dependentActions": []
|
|
2756
|
+
},
|
|
2592
2757
|
{
|
|
2593
2758
|
"name": "dashboard",
|
|
2594
2759
|
"required": false,
|
|
@@ -2702,12 +2867,56 @@
|
|
|
2702
2867
|
"conditionKeys": [],
|
|
2703
2868
|
"dependentActions": []
|
|
2704
2869
|
},
|
|
2870
|
+
"updatebrand": {
|
|
2871
|
+
"name": "UpdateBrand",
|
|
2872
|
+
"description": "Grants permission to update a brand",
|
|
2873
|
+
"accessLevel": "Write",
|
|
2874
|
+
"resourceTypes": [
|
|
2875
|
+
{
|
|
2876
|
+
"name": "brand",
|
|
2877
|
+
"required": true,
|
|
2878
|
+
"conditionKeys": [],
|
|
2879
|
+
"dependentActions": []
|
|
2880
|
+
}
|
|
2881
|
+
],
|
|
2882
|
+
"conditionKeys": [],
|
|
2883
|
+
"dependentActions": []
|
|
2884
|
+
},
|
|
2885
|
+
"updatebrandassignment": {
|
|
2886
|
+
"name": "UpdateBrandAssignment",
|
|
2887
|
+
"description": "Grants permission to update a brand assignment",
|
|
2888
|
+
"accessLevel": "Write",
|
|
2889
|
+
"resourceTypes": [],
|
|
2890
|
+
"conditionKeys": [],
|
|
2891
|
+
"dependentActions": []
|
|
2892
|
+
},
|
|
2893
|
+
"updatebrandpublishedversion": {
|
|
2894
|
+
"name": "UpdateBrandPublishedVersion",
|
|
2895
|
+
"description": "Grants permission to update the published version of a brand",
|
|
2896
|
+
"accessLevel": "Write",
|
|
2897
|
+
"resourceTypes": [
|
|
2898
|
+
{
|
|
2899
|
+
"name": "brand",
|
|
2900
|
+
"required": true,
|
|
2901
|
+
"conditionKeys": [],
|
|
2902
|
+
"dependentActions": []
|
|
2903
|
+
}
|
|
2904
|
+
],
|
|
2905
|
+
"conditionKeys": [],
|
|
2906
|
+
"dependentActions": []
|
|
2907
|
+
},
|
|
2705
2908
|
"updatecustompermissions": {
|
|
2706
2909
|
"name": "UpdateCustomPermissions",
|
|
2707
|
-
"
|
|
2708
|
-
"
|
|
2709
|
-
"
|
|
2710
|
-
|
|
2910
|
+
"description": "Grants permission to update a QuickSight custom permissions resource",
|
|
2911
|
+
"accessLevel": "Write",
|
|
2912
|
+
"resourceTypes": [
|
|
2913
|
+
{
|
|
2914
|
+
"name": "custompermissions",
|
|
2915
|
+
"required": true,
|
|
2916
|
+
"conditionKeys": [],
|
|
2917
|
+
"dependentActions": []
|
|
2918
|
+
}
|
|
2919
|
+
],
|
|
2711
2920
|
"conditionKeys": [],
|
|
2712
2921
|
"dependentActions": []
|
|
2713
2922
|
},
|
|
@@ -2771,6 +2980,14 @@
|
|
|
2771
2980
|
"conditionKeys": [],
|
|
2772
2981
|
"dependentActions": []
|
|
2773
2982
|
},
|
|
2983
|
+
"updatedashboardsqaconfiguration": {
|
|
2984
|
+
"name": "UpdateDashboardsQAConfiguration",
|
|
2985
|
+
"description": "Grants permission to update dashboards qa configuration",
|
|
2986
|
+
"accessLevel": "Write",
|
|
2987
|
+
"resourceTypes": [],
|
|
2988
|
+
"conditionKeys": [],
|
|
2989
|
+
"dependentActions": []
|
|
2990
|
+
},
|
|
2774
2991
|
"updatedataset": {
|
|
2775
2992
|
"name": "UpdateDataSet",
|
|
2776
2993
|
"description": "Grants permission to update a dataset",
|
|
@@ -3173,6 +3390,21 @@
|
|
|
3173
3390
|
"conditionKeys": [],
|
|
3174
3391
|
"dependentActions": []
|
|
3175
3392
|
},
|
|
3393
|
+
"updateusercustompermission": {
|
|
3394
|
+
"name": "UpdateUserCustomPermission",
|
|
3395
|
+
"description": "Grants permission to update the custom permission associated with a user",
|
|
3396
|
+
"accessLevel": "Write",
|
|
3397
|
+
"resourceTypes": [
|
|
3398
|
+
{
|
|
3399
|
+
"name": "user",
|
|
3400
|
+
"required": true,
|
|
3401
|
+
"conditionKeys": [],
|
|
3402
|
+
"dependentActions": []
|
|
3403
|
+
}
|
|
3404
|
+
],
|
|
3405
|
+
"conditionKeys": [],
|
|
3406
|
+
"dependentActions": []
|
|
3407
|
+
},
|
|
3176
3408
|
"updatevpcconnection": {
|
|
3177
3409
|
"name": "UpdateVPCConnection",
|
|
3178
3410
|
"description": "Grants permission to update a vpc connection",
|
|
@@ -352,6 +352,14 @@
|
|
|
352
352
|
"conditionKeys": [],
|
|
353
353
|
"dependentActions": []
|
|
354
354
|
},
|
|
355
|
+
"describemetricsexport": {
|
|
356
|
+
"name": "DescribeMetricsExport",
|
|
357
|
+
"description": "Grants permission to describe metrics export",
|
|
358
|
+
"accessLevel": "Read",
|
|
359
|
+
"resourceTypes": [],
|
|
360
|
+
"conditionKeys": [],
|
|
361
|
+
"dependentActions": []
|
|
362
|
+
},
|
|
355
363
|
"describeresiliencypolicy": {
|
|
356
364
|
"name": "DescribeResiliencyPolicy",
|
|
357
365
|
"description": "Grants permission to describe resiliency policy",
|
|
@@ -570,6 +578,14 @@
|
|
|
570
578
|
"conditionKeys": [],
|
|
571
579
|
"dependentActions": []
|
|
572
580
|
},
|
|
581
|
+
"listmetrics": {
|
|
582
|
+
"name": "ListMetrics",
|
|
583
|
+
"description": "Grants permission to list metrics",
|
|
584
|
+
"accessLevel": "List",
|
|
585
|
+
"resourceTypes": [],
|
|
586
|
+
"conditionKeys": [],
|
|
587
|
+
"dependentActions": []
|
|
588
|
+
},
|
|
573
589
|
"listrecommendationtemplates": {
|
|
574
590
|
"name": "ListRecommendationTemplates",
|
|
575
591
|
"description": "Grants permission to list recommendation templates",
|
|
@@ -785,6 +801,14 @@
|
|
|
785
801
|
],
|
|
786
802
|
"dependentActions": []
|
|
787
803
|
},
|
|
804
|
+
"startmetricsexport": {
|
|
805
|
+
"name": "StartMetricsExport",
|
|
806
|
+
"description": "Grants permission to start the metrics export",
|
|
807
|
+
"accessLevel": "Write",
|
|
808
|
+
"resourceTypes": [],
|
|
809
|
+
"conditionKeys": [],
|
|
810
|
+
"dependentActions": []
|
|
811
|
+
},
|
|
788
812
|
"startresourcegroupingrecommendationtask": {
|
|
789
813
|
"name": "StartResourceGroupingRecommendationTask",
|
|
790
814
|
"description": "Grants permission to start the grouping recommendation generation process",
|
package/data/actions/s3.json
CHANGED
|
@@ -1779,7 +1779,9 @@
|
|
|
1779
1779
|
"s3:signatureAge",
|
|
1780
1780
|
"s3:signatureversion",
|
|
1781
1781
|
"s3:TlsVersion",
|
|
1782
|
-
"s3:x-amz-content-sha256"
|
|
1782
|
+
"s3:x-amz-content-sha256",
|
|
1783
|
+
"s3:if-match",
|
|
1784
|
+
"s3:if-none-match"
|
|
1783
1785
|
],
|
|
1784
1786
|
"dependentActions": []
|
|
1785
1787
|
},
|
|
@@ -2594,8 +2596,8 @@
|
|
|
2594
2596
|
"required": true,
|
|
2595
2597
|
"conditionKeys": [],
|
|
2596
2598
|
"dependentActions": [
|
|
2597
|
-
"
|
|
2598
|
-
"
|
|
2599
|
+
"s3:GetReplicationConfiguration",
|
|
2600
|
+
"s3:PutReplicationConfiguration"
|
|
2599
2601
|
]
|
|
2600
2602
|
}
|
|
2601
2603
|
],
|
|
@@ -3246,7 +3248,10 @@
|
|
|
3246
3248
|
"s3:object-lock-mode",
|
|
3247
3249
|
"s3:object-lock-retain-until-date",
|
|
3248
3250
|
"s3:object-lock-remaining-retention-days",
|
|
3249
|
-
"s3:object-lock-legal-hold"
|
|
3251
|
+
"s3:object-lock-legal-hold",
|
|
3252
|
+
"s3:if-match",
|
|
3253
|
+
"s3:if-none-match",
|
|
3254
|
+
"s3:ObjectCreationOperation"
|
|
3250
3255
|
],
|
|
3251
3256
|
"dependentActions": []
|
|
3252
3257
|
},
|
|
@@ -130,6 +130,27 @@
|
|
|
130
130
|
],
|
|
131
131
|
"dependentActions": []
|
|
132
132
|
},
|
|
133
|
+
"getlifecycleconfiguration": {
|
|
134
|
+
"name": "GetLifecycleConfiguration",
|
|
135
|
+
"description": "Grants permission to return the lifecycle configuration information set on a directory bucket",
|
|
136
|
+
"accessLevel": "Read",
|
|
137
|
+
"resourceTypes": [
|
|
138
|
+
{
|
|
139
|
+
"name": "bucket",
|
|
140
|
+
"required": true,
|
|
141
|
+
"conditionKeys": [],
|
|
142
|
+
"dependentActions": []
|
|
143
|
+
}
|
|
144
|
+
],
|
|
145
|
+
"conditionKeys": [
|
|
146
|
+
"s3express:authType",
|
|
147
|
+
"s3express:ResourceAccount",
|
|
148
|
+
"s3express:signatureversion",
|
|
149
|
+
"s3express:TlsVersion",
|
|
150
|
+
"s3express:x-amz-content-sha256"
|
|
151
|
+
],
|
|
152
|
+
"dependentActions": []
|
|
153
|
+
},
|
|
133
154
|
"listallmydirectorybuckets": {
|
|
134
155
|
"name": "ListAllMyDirectoryBuckets",
|
|
135
156
|
"description": "Grants permission to list all directory buckets owned by the authenticated sender of the request",
|
|
@@ -185,5 +206,26 @@
|
|
|
185
206
|
"s3express:x-amz-content-sha256"
|
|
186
207
|
],
|
|
187
208
|
"dependentActions": []
|
|
209
|
+
},
|
|
210
|
+
"putlifecycleconfiguration": {
|
|
211
|
+
"name": "PutLifecycleConfiguration",
|
|
212
|
+
"description": "Grants permission to create a new lifecycle configuration for the directory bucket or replace an existing lifecycle configuration",
|
|
213
|
+
"accessLevel": "Write",
|
|
214
|
+
"resourceTypes": [
|
|
215
|
+
{
|
|
216
|
+
"name": "bucket",
|
|
217
|
+
"required": true,
|
|
218
|
+
"conditionKeys": [],
|
|
219
|
+
"dependentActions": []
|
|
220
|
+
}
|
|
221
|
+
],
|
|
222
|
+
"conditionKeys": [
|
|
223
|
+
"s3express:authType",
|
|
224
|
+
"s3express:ResourceAccount",
|
|
225
|
+
"s3express:signatureversion",
|
|
226
|
+
"s3express:TlsVersion",
|
|
227
|
+
"s3express:x-amz-content-sha256"
|
|
228
|
+
],
|
|
229
|
+
"dependentActions": []
|
|
188
230
|
}
|
|
189
231
|
}
|