@cloud-copilot/iam-data 0.18.202603311 → 0.18.202604021
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/acm.json +9 -1
- package/data/actions/aws-external-anthropic.json +422 -0
- package/data/actions/aws-marketplace.json +83 -3
- package/data/actions/ecs.json +263 -0
- package/data/actions/healthlake.json +30 -0
- package/data/actions/logs.json +89 -0
- package/data/actions/quicksight.json +30 -0
- package/data/actions/s3express.json +42 -0
- package/data/actions/sagemaker.json +45 -0
- package/data/actions/sustainability.json +16 -0
- package/data/conditionKeys/aws-external-anthropic.json +12 -0
- package/data/conditionKeys/ecs.json +10 -0
- package/data/resourceTypes/aws-external-anthropic.json +6 -0
- package/data/resourceTypes/ecs.json +33 -0
- package/data/resourceTypes/logs.json +7 -0
- package/data/resourceTypes/quicksight.json +12 -0
- package/data/serviceNames.json +1 -0
- package/data/services.json +1 -0
- package/package.json +2 -2
package/data/actions/ecs.json
CHANGED
|
@@ -43,6 +43,34 @@
|
|
|
43
43
|
],
|
|
44
44
|
"dependentActions": []
|
|
45
45
|
},
|
|
46
|
+
"createdaemon": {
|
|
47
|
+
"name": "CreateDaemon",
|
|
48
|
+
"description": "Grants permission to create a new daemon in a specified cluster",
|
|
49
|
+
"accessLevel": "Write",
|
|
50
|
+
"resourceTypes": [
|
|
51
|
+
{
|
|
52
|
+
"name": "daemon",
|
|
53
|
+
"required": true,
|
|
54
|
+
"conditionKeys": [
|
|
55
|
+
"ecs:cluster",
|
|
56
|
+
"aws:ResourceTag/${TagKey}"
|
|
57
|
+
],
|
|
58
|
+
"dependentActions": []
|
|
59
|
+
}
|
|
60
|
+
],
|
|
61
|
+
"conditionKeys": [
|
|
62
|
+
"aws:RequestTag/${TagKey}",
|
|
63
|
+
"aws:TagKeys",
|
|
64
|
+
"ecs:capacity-provider",
|
|
65
|
+
"ecs:daemon-task-definition",
|
|
66
|
+
"ecs:enable-ecs-managed-tags",
|
|
67
|
+
"ecs:enable-execute-command",
|
|
68
|
+
"ecs:propagate-tags",
|
|
69
|
+
"ecs:task-cpu",
|
|
70
|
+
"ecs:task-memory"
|
|
71
|
+
],
|
|
72
|
+
"dependentActions": []
|
|
73
|
+
},
|
|
46
74
|
"createexpressgatewayservice": {
|
|
47
75
|
"name": "CreateExpressGatewayService",
|
|
48
76
|
"description": "Grants permission to create a new Amazon ECS Express Gateway service with cluster and task definition",
|
|
@@ -191,6 +219,41 @@
|
|
|
191
219
|
],
|
|
192
220
|
"dependentActions": []
|
|
193
221
|
},
|
|
222
|
+
"deletedaemon": {
|
|
223
|
+
"name": "DeleteDaemon",
|
|
224
|
+
"description": "Grants permission to delete a specified daemon within a cluster",
|
|
225
|
+
"accessLevel": "Write",
|
|
226
|
+
"resourceTypes": [
|
|
227
|
+
{
|
|
228
|
+
"name": "daemon",
|
|
229
|
+
"required": true,
|
|
230
|
+
"conditionKeys": [],
|
|
231
|
+
"dependentActions": []
|
|
232
|
+
}
|
|
233
|
+
],
|
|
234
|
+
"conditionKeys": [
|
|
235
|
+
"ecs:cluster",
|
|
236
|
+
"aws:ResourceTag/${TagKey}"
|
|
237
|
+
],
|
|
238
|
+
"dependentActions": []
|
|
239
|
+
},
|
|
240
|
+
"deletedaemontaskdefinition": {
|
|
241
|
+
"name": "DeleteDaemonTaskDefinition",
|
|
242
|
+
"description": "Grants permission to delete the specified daemon task definition",
|
|
243
|
+
"accessLevel": "Write",
|
|
244
|
+
"resourceTypes": [
|
|
245
|
+
{
|
|
246
|
+
"name": "daemon-task-definition",
|
|
247
|
+
"required": true,
|
|
248
|
+
"conditionKeys": [],
|
|
249
|
+
"dependentActions": []
|
|
250
|
+
}
|
|
251
|
+
],
|
|
252
|
+
"conditionKeys": [
|
|
253
|
+
"aws:ResourceTag/${TagKey}"
|
|
254
|
+
],
|
|
255
|
+
"dependentActions": []
|
|
256
|
+
},
|
|
194
257
|
"deleteexpressgatewayservice": {
|
|
195
258
|
"name": "DeleteExpressGatewayService",
|
|
196
259
|
"description": "Grants permission to delete a specified Express Gateway service",
|
|
@@ -340,6 +403,97 @@
|
|
|
340
403
|
],
|
|
341
404
|
"dependentActions": []
|
|
342
405
|
},
|
|
406
|
+
"describedaemon": {
|
|
407
|
+
"name": "DescribeDaemon",
|
|
408
|
+
"description": "Grants permission to describe the specified daemon running in your cluster",
|
|
409
|
+
"accessLevel": "Read",
|
|
410
|
+
"resourceTypes": [
|
|
411
|
+
{
|
|
412
|
+
"name": "daemon",
|
|
413
|
+
"required": true,
|
|
414
|
+
"conditionKeys": [],
|
|
415
|
+
"dependentActions": []
|
|
416
|
+
}
|
|
417
|
+
],
|
|
418
|
+
"conditionKeys": [
|
|
419
|
+
"ecs:cluster",
|
|
420
|
+
"aws:ResourceTag/${TagKey}"
|
|
421
|
+
],
|
|
422
|
+
"dependentActions": []
|
|
423
|
+
},
|
|
424
|
+
"describedaemondeployments": {
|
|
425
|
+
"name": "DescribeDaemonDeployments",
|
|
426
|
+
"description": "Grants permission to describe one or more of your daemon deployments",
|
|
427
|
+
"accessLevel": "Read",
|
|
428
|
+
"resourceTypes": [
|
|
429
|
+
{
|
|
430
|
+
"name": "daemon",
|
|
431
|
+
"required": true,
|
|
432
|
+
"conditionKeys": [
|
|
433
|
+
"ecs:cluster",
|
|
434
|
+
"aws:ResourceTag/${TagKey}"
|
|
435
|
+
],
|
|
436
|
+
"dependentActions": []
|
|
437
|
+
},
|
|
438
|
+
{
|
|
439
|
+
"name": "daemon-deployment",
|
|
440
|
+
"required": true,
|
|
441
|
+
"conditionKeys": [
|
|
442
|
+
"ecs:cluster",
|
|
443
|
+
"ecs:daemon",
|
|
444
|
+
"aws:ResourceTag/${TagKey}"
|
|
445
|
+
],
|
|
446
|
+
"dependentActions": []
|
|
447
|
+
}
|
|
448
|
+
],
|
|
449
|
+
"conditionKeys": [],
|
|
450
|
+
"dependentActions": []
|
|
451
|
+
},
|
|
452
|
+
"describedaemonrevisions": {
|
|
453
|
+
"name": "DescribeDaemonRevisions",
|
|
454
|
+
"description": "Grants permission to describe one or more of your daemon revisions",
|
|
455
|
+
"accessLevel": "Read",
|
|
456
|
+
"resourceTypes": [
|
|
457
|
+
{
|
|
458
|
+
"name": "daemon",
|
|
459
|
+
"required": true,
|
|
460
|
+
"conditionKeys": [
|
|
461
|
+
"ecs:cluster",
|
|
462
|
+
"aws:ResourceTag/${TagKey}"
|
|
463
|
+
],
|
|
464
|
+
"dependentActions": []
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
"name": "daemon-revision",
|
|
468
|
+
"required": true,
|
|
469
|
+
"conditionKeys": [
|
|
470
|
+
"ecs:cluster",
|
|
471
|
+
"ecs:daemon",
|
|
472
|
+
"aws:ResourceTag/${TagKey}"
|
|
473
|
+
],
|
|
474
|
+
"dependentActions": []
|
|
475
|
+
}
|
|
476
|
+
],
|
|
477
|
+
"conditionKeys": [],
|
|
478
|
+
"dependentActions": []
|
|
479
|
+
},
|
|
480
|
+
"describedaemontaskdefinition": {
|
|
481
|
+
"name": "DescribeDaemonTaskDefinition",
|
|
482
|
+
"description": "Grants permission to describe a daemon task definition",
|
|
483
|
+
"accessLevel": "Read",
|
|
484
|
+
"resourceTypes": [
|
|
485
|
+
{
|
|
486
|
+
"name": "daemon-task-definition",
|
|
487
|
+
"required": true,
|
|
488
|
+
"conditionKeys": [],
|
|
489
|
+
"dependentActions": []
|
|
490
|
+
}
|
|
491
|
+
],
|
|
492
|
+
"conditionKeys": [
|
|
493
|
+
"aws:ResourceTag/${TagKey}"
|
|
494
|
+
],
|
|
495
|
+
"dependentActions": []
|
|
496
|
+
},
|
|
343
497
|
"describeexpressgatewayservice": {
|
|
344
498
|
"name": "DescribeExpressGatewayService",
|
|
345
499
|
"description": "Grants permission to describe the specified Express Gateway service",
|
|
@@ -579,6 +733,42 @@
|
|
|
579
733
|
],
|
|
580
734
|
"dependentActions": []
|
|
581
735
|
},
|
|
736
|
+
"listdaemondeployments": {
|
|
737
|
+
"name": "ListDaemonDeployments",
|
|
738
|
+
"description": "Grants permission to get a list of daemon deployments for a specified daemon",
|
|
739
|
+
"accessLevel": "List",
|
|
740
|
+
"resourceTypes": [
|
|
741
|
+
{
|
|
742
|
+
"name": "daemon",
|
|
743
|
+
"required": true,
|
|
744
|
+
"conditionKeys": [],
|
|
745
|
+
"dependentActions": []
|
|
746
|
+
}
|
|
747
|
+
],
|
|
748
|
+
"conditionKeys": [
|
|
749
|
+
"aws:ResourceTag/${TagKey}",
|
|
750
|
+
"ecs:cluster"
|
|
751
|
+
],
|
|
752
|
+
"dependentActions": []
|
|
753
|
+
},
|
|
754
|
+
"listdaemontaskdefinitions": {
|
|
755
|
+
"name": "ListDaemonTaskDefinitions",
|
|
756
|
+
"description": "Grants permission to get a list of daemon task definitions that are registered to your account",
|
|
757
|
+
"accessLevel": "List",
|
|
758
|
+
"resourceTypes": [],
|
|
759
|
+
"conditionKeys": [],
|
|
760
|
+
"dependentActions": []
|
|
761
|
+
},
|
|
762
|
+
"listdaemons": {
|
|
763
|
+
"name": "ListDaemons",
|
|
764
|
+
"description": "Grants permission to get a list of daemons that are running in a specified cluster",
|
|
765
|
+
"accessLevel": "List",
|
|
766
|
+
"resourceTypes": [],
|
|
767
|
+
"conditionKeys": [
|
|
768
|
+
"ecs:cluster"
|
|
769
|
+
],
|
|
770
|
+
"dependentActions": []
|
|
771
|
+
},
|
|
582
772
|
"listservicedeployments": {
|
|
583
773
|
"name": "ListServiceDeployments",
|
|
584
774
|
"description": "Grants permission to get a list of service deployments for a specified service",
|
|
@@ -826,6 +1016,29 @@
|
|
|
826
1016
|
],
|
|
827
1017
|
"dependentActions": []
|
|
828
1018
|
},
|
|
1019
|
+
"registerdaemontaskdefinition": {
|
|
1020
|
+
"name": "RegisterDaemonTaskDefinition",
|
|
1021
|
+
"description": "Grants permission to register a new daemon task definition from the supplied family and containerDefinitions",
|
|
1022
|
+
"accessLevel": "Write",
|
|
1023
|
+
"resourceTypes": [
|
|
1024
|
+
{
|
|
1025
|
+
"name": "daemon-task-definition",
|
|
1026
|
+
"required": true,
|
|
1027
|
+
"conditionKeys": [
|
|
1028
|
+
"aws:ResourceTag/${TagKey}"
|
|
1029
|
+
],
|
|
1030
|
+
"dependentActions": []
|
|
1031
|
+
}
|
|
1032
|
+
],
|
|
1033
|
+
"conditionKeys": [
|
|
1034
|
+
"aws:RequestTag/${TagKey}",
|
|
1035
|
+
"aws:TagKeys",
|
|
1036
|
+
"ecs:privileged",
|
|
1037
|
+
"ecs:task-cpu",
|
|
1038
|
+
"ecs:task-memory"
|
|
1039
|
+
],
|
|
1040
|
+
"dependentActions": []
|
|
1041
|
+
},
|
|
829
1042
|
"registertaskdefinition": {
|
|
830
1043
|
"name": "RegisterTaskDefinition",
|
|
831
1044
|
"description": "Grants permission to register a new task definition from the supplied family and containerDefinitions",
|
|
@@ -1037,6 +1250,18 @@
|
|
|
1037
1250
|
"conditionKeys": [],
|
|
1038
1251
|
"dependentActions": []
|
|
1039
1252
|
},
|
|
1253
|
+
{
|
|
1254
|
+
"name": "daemon",
|
|
1255
|
+
"required": false,
|
|
1256
|
+
"conditionKeys": [],
|
|
1257
|
+
"dependentActions": []
|
|
1258
|
+
},
|
|
1259
|
+
{
|
|
1260
|
+
"name": "daemon-task-definition",
|
|
1261
|
+
"required": false,
|
|
1262
|
+
"conditionKeys": [],
|
|
1263
|
+
"dependentActions": []
|
|
1264
|
+
},
|
|
1040
1265
|
{
|
|
1041
1266
|
"name": "service",
|
|
1042
1267
|
"required": false,
|
|
@@ -1093,6 +1318,18 @@
|
|
|
1093
1318
|
"conditionKeys": [],
|
|
1094
1319
|
"dependentActions": []
|
|
1095
1320
|
},
|
|
1321
|
+
{
|
|
1322
|
+
"name": "daemon",
|
|
1323
|
+
"required": false,
|
|
1324
|
+
"conditionKeys": [],
|
|
1325
|
+
"dependentActions": []
|
|
1326
|
+
},
|
|
1327
|
+
{
|
|
1328
|
+
"name": "daemon-task-definition",
|
|
1329
|
+
"required": false,
|
|
1330
|
+
"conditionKeys": [],
|
|
1331
|
+
"dependentActions": []
|
|
1332
|
+
},
|
|
1096
1333
|
{
|
|
1097
1334
|
"name": "service",
|
|
1098
1335
|
"required": false,
|
|
@@ -1215,6 +1452,32 @@
|
|
|
1215
1452
|
],
|
|
1216
1453
|
"dependentActions": []
|
|
1217
1454
|
},
|
|
1455
|
+
"updatedaemon": {
|
|
1456
|
+
"name": "UpdateDaemon",
|
|
1457
|
+
"description": "Grants permission to modify the parameters of a daemon",
|
|
1458
|
+
"accessLevel": "Write",
|
|
1459
|
+
"resourceTypes": [
|
|
1460
|
+
{
|
|
1461
|
+
"name": "daemon",
|
|
1462
|
+
"required": true,
|
|
1463
|
+
"conditionKeys": [
|
|
1464
|
+
"ecs:cluster",
|
|
1465
|
+
"aws:ResourceTag/${TagKey}"
|
|
1466
|
+
],
|
|
1467
|
+
"dependentActions": []
|
|
1468
|
+
}
|
|
1469
|
+
],
|
|
1470
|
+
"conditionKeys": [
|
|
1471
|
+
"ecs:capacity-provider",
|
|
1472
|
+
"ecs:daemon-task-definition",
|
|
1473
|
+
"ecs:enable-ecs-managed-tags",
|
|
1474
|
+
"ecs:enable-execute-command",
|
|
1475
|
+
"ecs:propagate-tags",
|
|
1476
|
+
"ecs:task-cpu",
|
|
1477
|
+
"ecs:task-memory"
|
|
1478
|
+
],
|
|
1479
|
+
"dependentActions": []
|
|
1480
|
+
},
|
|
1218
1481
|
"updateexpressgatewayservice": {
|
|
1219
1482
|
"name": "UpdateExpressGatewayService",
|
|
1220
1483
|
"description": "Grants permission to modify the parameters of an Express Gateway service",
|
|
@@ -101,6 +101,21 @@
|
|
|
101
101
|
"conditionKeys": [],
|
|
102
102
|
"dependentActions": []
|
|
103
103
|
},
|
|
104
|
+
"describefhirbulkmembermatchjob": {
|
|
105
|
+
"name": "DescribeFHIRBulkMemberMatchJob",
|
|
106
|
+
"description": "Grants permission to describe a FHIR Bulk Member Match Job",
|
|
107
|
+
"accessLevel": "Read",
|
|
108
|
+
"resourceTypes": [
|
|
109
|
+
{
|
|
110
|
+
"name": "datastore",
|
|
111
|
+
"required": true,
|
|
112
|
+
"conditionKeys": [],
|
|
113
|
+
"dependentActions": []
|
|
114
|
+
}
|
|
115
|
+
],
|
|
116
|
+
"conditionKeys": [],
|
|
117
|
+
"dependentActions": []
|
|
118
|
+
},
|
|
104
119
|
"describefhirdatastore": {
|
|
105
120
|
"name": "DescribeFHIRDatastore",
|
|
106
121
|
"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",
|
|
@@ -544,6 +559,21 @@
|
|
|
544
559
|
"conditionKeys": [],
|
|
545
560
|
"dependentActions": []
|
|
546
561
|
},
|
|
562
|
+
"startfhirbulkmembermatchjob": {
|
|
563
|
+
"name": "StartFHIRBulkMemberMatchJob",
|
|
564
|
+
"description": "Grants permission to begin a FHIR Bulk Member Match Job",
|
|
565
|
+
"accessLevel": "Write",
|
|
566
|
+
"resourceTypes": [
|
|
567
|
+
{
|
|
568
|
+
"name": "datastore",
|
|
569
|
+
"required": true,
|
|
570
|
+
"conditionKeys": [],
|
|
571
|
+
"dependentActions": []
|
|
572
|
+
}
|
|
573
|
+
],
|
|
574
|
+
"conditionKeys": [],
|
|
575
|
+
"dependentActions": []
|
|
576
|
+
},
|
|
547
577
|
"startfhirexportjob": {
|
|
548
578
|
"name": "StartFHIRExportJob",
|
|
549
579
|
"description": "Grants permission to begin a FHIR Export job",
|
package/data/actions/logs.json
CHANGED
|
@@ -160,6 +160,24 @@
|
|
|
160
160
|
"conditionKeys": [],
|
|
161
161
|
"dependentActions": []
|
|
162
162
|
},
|
|
163
|
+
"createlookuptable": {
|
|
164
|
+
"name": "CreateLookupTable",
|
|
165
|
+
"description": "Grants permission to create a lookup table",
|
|
166
|
+
"accessLevel": "Write",
|
|
167
|
+
"resourceTypes": [
|
|
168
|
+
{
|
|
169
|
+
"name": "lookup-table",
|
|
170
|
+
"required": true,
|
|
171
|
+
"conditionKeys": [],
|
|
172
|
+
"dependentActions": []
|
|
173
|
+
}
|
|
174
|
+
],
|
|
175
|
+
"conditionKeys": [
|
|
176
|
+
"aws:TagKeys",
|
|
177
|
+
"aws:RequestTag/${TagKey}"
|
|
178
|
+
],
|
|
179
|
+
"dependentActions": []
|
|
180
|
+
},
|
|
163
181
|
"createscheduledquery": {
|
|
164
182
|
"name": "CreateScheduledQuery",
|
|
165
183
|
"description": "Grants permission to create a scheduled query",
|
|
@@ -346,6 +364,21 @@
|
|
|
346
364
|
"conditionKeys": [],
|
|
347
365
|
"dependentActions": []
|
|
348
366
|
},
|
|
367
|
+
"deletelookuptable": {
|
|
368
|
+
"name": "DeleteLookupTable",
|
|
369
|
+
"description": "Grants permission to delete a lookup table",
|
|
370
|
+
"accessLevel": "Write",
|
|
371
|
+
"resourceTypes": [
|
|
372
|
+
{
|
|
373
|
+
"name": "lookup-table",
|
|
374
|
+
"required": true,
|
|
375
|
+
"conditionKeys": [],
|
|
376
|
+
"dependentActions": []
|
|
377
|
+
}
|
|
378
|
+
],
|
|
379
|
+
"conditionKeys": [],
|
|
380
|
+
"dependentActions": []
|
|
381
|
+
},
|
|
349
382
|
"deletemetricfilter": {
|
|
350
383
|
"name": "DeleteMetricFilter",
|
|
351
384
|
"description": "Grants permission to delete a metric filter associated with the specified log group",
|
|
@@ -557,6 +590,14 @@
|
|
|
557
590
|
"conditionKeys": [],
|
|
558
591
|
"dependentActions": []
|
|
559
592
|
},
|
|
593
|
+
"describelookuptables": {
|
|
594
|
+
"name": "DescribeLookupTables",
|
|
595
|
+
"description": "Grants permission to return all lookup tables",
|
|
596
|
+
"accessLevel": "List",
|
|
597
|
+
"resourceTypes": [],
|
|
598
|
+
"conditionKeys": [],
|
|
599
|
+
"dependentActions": []
|
|
600
|
+
},
|
|
560
601
|
"describemetricfilters": {
|
|
561
602
|
"name": "DescribeMetricFilters",
|
|
562
603
|
"description": "Grants permission to return all the metrics filters associated with the specified log group",
|
|
@@ -809,6 +850,21 @@
|
|
|
809
850
|
"conditionKeys": [],
|
|
810
851
|
"dependentActions": []
|
|
811
852
|
},
|
|
853
|
+
"getlookuptable": {
|
|
854
|
+
"name": "GetLookupTable",
|
|
855
|
+
"description": "Grants permission to retrieve a lookup table",
|
|
856
|
+
"accessLevel": "Read",
|
|
857
|
+
"resourceTypes": [
|
|
858
|
+
{
|
|
859
|
+
"name": "lookup-table",
|
|
860
|
+
"required": true,
|
|
861
|
+
"conditionKeys": [],
|
|
862
|
+
"dependentActions": []
|
|
863
|
+
}
|
|
864
|
+
],
|
|
865
|
+
"conditionKeys": [],
|
|
866
|
+
"dependentActions": []
|
|
867
|
+
},
|
|
812
868
|
"getqueryresults": {
|
|
813
869
|
"name": "GetQueryResults",
|
|
814
870
|
"description": "Grants permission to return the results from the specified query",
|
|
@@ -1039,6 +1095,12 @@
|
|
|
1039
1095
|
"required": false,
|
|
1040
1096
|
"conditionKeys": [],
|
|
1041
1097
|
"dependentActions": []
|
|
1098
|
+
},
|
|
1099
|
+
{
|
|
1100
|
+
"name": "lookup-table",
|
|
1101
|
+
"required": false,
|
|
1102
|
+
"conditionKeys": [],
|
|
1103
|
+
"dependentActions": []
|
|
1042
1104
|
}
|
|
1043
1105
|
],
|
|
1044
1106
|
"conditionKeys": [],
|
|
@@ -1446,6 +1508,12 @@
|
|
|
1446
1508
|
"conditionKeys": [],
|
|
1447
1509
|
"dependentActions": []
|
|
1448
1510
|
},
|
|
1511
|
+
{
|
|
1512
|
+
"name": "lookup-table",
|
|
1513
|
+
"required": false,
|
|
1514
|
+
"conditionKeys": [],
|
|
1515
|
+
"dependentActions": []
|
|
1516
|
+
},
|
|
1449
1517
|
{
|
|
1450
1518
|
"name": "scheduled-query",
|
|
1451
1519
|
"required": false,
|
|
@@ -1549,6 +1617,12 @@
|
|
|
1549
1617
|
"conditionKeys": [],
|
|
1550
1618
|
"dependentActions": []
|
|
1551
1619
|
},
|
|
1620
|
+
{
|
|
1621
|
+
"name": "lookup-table",
|
|
1622
|
+
"required": false,
|
|
1623
|
+
"conditionKeys": [],
|
|
1624
|
+
"dependentActions": []
|
|
1625
|
+
},
|
|
1552
1626
|
{
|
|
1553
1627
|
"name": "scheduled-query",
|
|
1554
1628
|
"required": false,
|
|
@@ -1630,6 +1704,21 @@
|
|
|
1630
1704
|
"conditionKeys": [],
|
|
1631
1705
|
"dependentActions": []
|
|
1632
1706
|
},
|
|
1707
|
+
"updatelookuptable": {
|
|
1708
|
+
"name": "UpdateLookupTable",
|
|
1709
|
+
"description": "Grants permission to update a lookup table",
|
|
1710
|
+
"accessLevel": "Write",
|
|
1711
|
+
"resourceTypes": [
|
|
1712
|
+
{
|
|
1713
|
+
"name": "lookup-table",
|
|
1714
|
+
"required": true,
|
|
1715
|
+
"conditionKeys": [],
|
|
1716
|
+
"dependentActions": []
|
|
1717
|
+
}
|
|
1718
|
+
],
|
|
1719
|
+
"conditionKeys": [],
|
|
1720
|
+
"dependentActions": []
|
|
1721
|
+
},
|
|
1633
1722
|
"updatescheduledquery": {
|
|
1634
1723
|
"name": "UpdateScheduledQuery",
|
|
1635
1724
|
"description": "Grants permission to update a scheduled query",
|
|
@@ -1280,6 +1280,21 @@
|
|
|
1280
1280
|
"conditionKeys": [],
|
|
1281
1281
|
"dependentActions": []
|
|
1282
1282
|
},
|
|
1283
|
+
"describeautomationjob": {
|
|
1284
|
+
"name": "DescribeAutomationJob",
|
|
1285
|
+
"description": "Grants permission to describe an automation job",
|
|
1286
|
+
"accessLevel": "Read",
|
|
1287
|
+
"resourceTypes": [
|
|
1288
|
+
{
|
|
1289
|
+
"name": "automationJob",
|
|
1290
|
+
"required": true,
|
|
1291
|
+
"conditionKeys": [],
|
|
1292
|
+
"dependentActions": []
|
|
1293
|
+
}
|
|
1294
|
+
],
|
|
1295
|
+
"conditionKeys": [],
|
|
1296
|
+
"dependentActions": []
|
|
1297
|
+
},
|
|
1283
1298
|
"describebrand": {
|
|
1284
1299
|
"name": "DescribeBrand",
|
|
1285
1300
|
"description": "Grants permission to describe a brand",
|
|
@@ -3069,6 +3084,21 @@
|
|
|
3069
3084
|
"conditionKeys": [],
|
|
3070
3085
|
"dependentActions": []
|
|
3071
3086
|
},
|
|
3087
|
+
"startautomationjob": {
|
|
3088
|
+
"name": "StartAutomationJob",
|
|
3089
|
+
"description": "Grants permission to start an automation job",
|
|
3090
|
+
"accessLevel": "Write",
|
|
3091
|
+
"resourceTypes": [
|
|
3092
|
+
{
|
|
3093
|
+
"name": "automation",
|
|
3094
|
+
"required": true,
|
|
3095
|
+
"conditionKeys": [],
|
|
3096
|
+
"dependentActions": []
|
|
3097
|
+
}
|
|
3098
|
+
],
|
|
3099
|
+
"conditionKeys": [],
|
|
3100
|
+
"dependentActions": []
|
|
3101
|
+
},
|
|
3072
3102
|
"startdashboardsnapshotjob": {
|
|
3073
3103
|
"name": "StartDashboardSnapshotJob",
|
|
3074
3104
|
"description": "Grants permission to start a dashboard snapshot job",
|
|
@@ -334,6 +334,27 @@
|
|
|
334
334
|
],
|
|
335
335
|
"dependentActions": []
|
|
336
336
|
},
|
|
337
|
+
"getmetricsconfiguration": {
|
|
338
|
+
"name": "GetMetricsConfiguration",
|
|
339
|
+
"description": "Grants permission to get a metrics configuration of a directory bucket",
|
|
340
|
+
"accessLevel": "Read",
|
|
341
|
+
"resourceTypes": [
|
|
342
|
+
{
|
|
343
|
+
"name": "bucket",
|
|
344
|
+
"required": true,
|
|
345
|
+
"conditionKeys": [],
|
|
346
|
+
"dependentActions": []
|
|
347
|
+
}
|
|
348
|
+
],
|
|
349
|
+
"conditionKeys": [
|
|
350
|
+
"s3express:authType",
|
|
351
|
+
"s3express:ResourceAccount",
|
|
352
|
+
"s3express:signatureversion",
|
|
353
|
+
"s3express:TlsVersion",
|
|
354
|
+
"s3express:x-amz-content-sha256"
|
|
355
|
+
],
|
|
356
|
+
"dependentActions": []
|
|
357
|
+
},
|
|
337
358
|
"listaccesspointsfordirectorybuckets": {
|
|
338
359
|
"name": "ListAccessPointsForDirectoryBuckets",
|
|
339
360
|
"description": "Grants permission to list access points",
|
|
@@ -500,6 +521,27 @@
|
|
|
500
521
|
],
|
|
501
522
|
"dependentActions": []
|
|
502
523
|
},
|
|
524
|
+
"putmetricsconfiguration": {
|
|
525
|
+
"name": "PutMetricsConfiguration",
|
|
526
|
+
"description": "Grants permission to set or update a metrics configuration for the CloudWatch request metrics of a directory bucket",
|
|
527
|
+
"accessLevel": "Write",
|
|
528
|
+
"resourceTypes": [
|
|
529
|
+
{
|
|
530
|
+
"name": "bucket",
|
|
531
|
+
"required": true,
|
|
532
|
+
"conditionKeys": [],
|
|
533
|
+
"dependentActions": []
|
|
534
|
+
}
|
|
535
|
+
],
|
|
536
|
+
"conditionKeys": [
|
|
537
|
+
"s3express:authType",
|
|
538
|
+
"s3express:ResourceAccount",
|
|
539
|
+
"s3express:signatureversion",
|
|
540
|
+
"s3express:TlsVersion",
|
|
541
|
+
"s3express:x-amz-content-sha256"
|
|
542
|
+
],
|
|
543
|
+
"dependentActions": []
|
|
544
|
+
},
|
|
503
545
|
"tagresource": {
|
|
504
546
|
"name": "TagResource",
|
|
505
547
|
"description": "Grants permission to create a new user-defined tag or update an existing tag",
|
|
@@ -3017,6 +3017,21 @@
|
|
|
3017
3017
|
"conditionKeys": [],
|
|
3018
3018
|
"dependentActions": []
|
|
3019
3019
|
},
|
|
3020
|
+
"deleteprocessingjob": {
|
|
3021
|
+
"name": "DeleteProcessingJob",
|
|
3022
|
+
"description": "Grants permission to delete a processing job",
|
|
3023
|
+
"accessLevel": "Write",
|
|
3024
|
+
"resourceTypes": [
|
|
3025
|
+
{
|
|
3026
|
+
"name": "processing-job",
|
|
3027
|
+
"required": true,
|
|
3028
|
+
"conditionKeys": [],
|
|
3029
|
+
"dependentActions": []
|
|
3030
|
+
}
|
|
3031
|
+
],
|
|
3032
|
+
"conditionKeys": [],
|
|
3033
|
+
"dependentActions": []
|
|
3034
|
+
},
|
|
3020
3035
|
"deleteproject": {
|
|
3021
3036
|
"name": "DeleteProject",
|
|
3022
3037
|
"description": "Grants permission to delete a project",
|
|
@@ -3452,6 +3467,21 @@
|
|
|
3452
3467
|
],
|
|
3453
3468
|
"dependentActions": []
|
|
3454
3469
|
},
|
|
3470
|
+
"deletetrainingjob": {
|
|
3471
|
+
"name": "DeleteTrainingJob",
|
|
3472
|
+
"description": "Grants permission to delete a training job",
|
|
3473
|
+
"accessLevel": "Write",
|
|
3474
|
+
"resourceTypes": [
|
|
3475
|
+
{
|
|
3476
|
+
"name": "training-job",
|
|
3477
|
+
"required": true,
|
|
3478
|
+
"conditionKeys": [],
|
|
3479
|
+
"dependentActions": []
|
|
3480
|
+
}
|
|
3481
|
+
],
|
|
3482
|
+
"conditionKeys": [],
|
|
3483
|
+
"dependentActions": []
|
|
3484
|
+
},
|
|
3455
3485
|
"deletetrial": {
|
|
3456
3486
|
"name": "DeleteTrial",
|
|
3457
3487
|
"description": "Grants permission to delete a trial",
|
|
@@ -6320,6 +6350,21 @@
|
|
|
6320
6350
|
"conditionKeys": [],
|
|
6321
6351
|
"dependentActions": []
|
|
6322
6352
|
},
|
|
6353
|
+
"startclusterhealthcheck": {
|
|
6354
|
+
"name": "StartClusterHealthCheck",
|
|
6355
|
+
"description": "Grants permission to start deep health checks for a SageMaker Hyperpod cluster",
|
|
6356
|
+
"accessLevel": "Write",
|
|
6357
|
+
"resourceTypes": [
|
|
6358
|
+
{
|
|
6359
|
+
"name": "cluster",
|
|
6360
|
+
"required": true,
|
|
6361
|
+
"conditionKeys": [],
|
|
6362
|
+
"dependentActions": []
|
|
6363
|
+
}
|
|
6364
|
+
],
|
|
6365
|
+
"conditionKeys": [],
|
|
6366
|
+
"dependentActions": []
|
|
6367
|
+
},
|
|
6323
6368
|
"startedgedeploymentstage": {
|
|
6324
6369
|
"name": "StartEdgeDeploymentStage",
|
|
6325
6370
|
"description": "Grants permission to start an edge deployment stage",
|
|
@@ -6,5 +6,21 @@
|
|
|
6
6
|
"resourceTypes": [],
|
|
7
7
|
"conditionKeys": [],
|
|
8
8
|
"dependentActions": []
|
|
9
|
+
},
|
|
10
|
+
"getestimatedcarbonemissions": {
|
|
11
|
+
"name": "GetEstimatedCarbonEmissions",
|
|
12
|
+
"description": "Grants permission to view estimated carbon emission values based on customer grouping and filtering parameters",
|
|
13
|
+
"accessLevel": "Read",
|
|
14
|
+
"resourceTypes": [],
|
|
15
|
+
"conditionKeys": [],
|
|
16
|
+
"dependentActions": []
|
|
17
|
+
},
|
|
18
|
+
"getestimatedcarbonemissionsdimensionvalues": {
|
|
19
|
+
"name": "GetEstimatedCarbonEmissionsDimensionValues",
|
|
20
|
+
"description": "Grants permission to view the possible dimension values available for the estimated carbon emission values",
|
|
21
|
+
"accessLevel": "Read",
|
|
22
|
+
"resourceTypes": [],
|
|
23
|
+
"conditionKeys": [],
|
|
24
|
+
"dependentActions": []
|
|
9
25
|
}
|
|
10
26
|
}
|