@cloud-copilot/iam-data 0.19.202606021 → 0.19.202606051
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/data/actions/aidevops.json +188 -0
- package/data/actions/cognito-idp.json +60 -0
- package/data/actions/elasticache.json +4 -2
- package/data/actions/finops-agent.json +416 -0
- package/data/actions/glue.json +15 -0
- package/data/actions/health-agent.json +30 -0
- package/data/actions/iot.json +3 -1
- package/data/actions/ivs.json +8 -0
- package/data/actions/quicksight.json +251 -8
- package/data/actions/sagemaker.json +217 -35
- package/data/actions/securityagent.json +273 -0
- package/data/actions/transform.json +31 -5
- package/data/conditionKeys/elasticache.json +5 -0
- package/data/conditionKeys/finops-agent.json +1 -0
- package/data/conditionKeys/iot.json +2 -2
- package/data/conditionKeys/sagemaker.json +36 -6
- package/data/conditionKeys/transform.json +5 -0
- package/data/resourceTypes/elasticache.json +1 -0
- package/data/resourceTypes/finops-agent.json +1 -0
- package/data/resourceTypes/glue.json +12 -3
- package/data/resourceTypes/quicksight.json +26 -2
- package/data/resourceTypes/sagemaker.json +8 -0
- package/data/resourceTypes/transform.json +4 -1
- package/data/serviceNames.json +1 -0
- package/data/services.json +1 -0
- package/package.json +2 -2
|
@@ -269,6 +269,12 @@
|
|
|
269
269
|
"conditionKeys": [],
|
|
270
270
|
"dependentActions": []
|
|
271
271
|
},
|
|
272
|
+
{
|
|
273
|
+
"name": "job",
|
|
274
|
+
"required": false,
|
|
275
|
+
"conditionKeys": [],
|
|
276
|
+
"dependentActions": []
|
|
277
|
+
},
|
|
272
278
|
{
|
|
273
279
|
"name": "labeling-job",
|
|
274
280
|
"required": false,
|
|
@@ -617,6 +623,32 @@
|
|
|
617
623
|
"conditionKeys": [],
|
|
618
624
|
"dependentActions": []
|
|
619
625
|
},
|
|
626
|
+
"callwithbearertoken": {
|
|
627
|
+
"name": "CallWithBearerToken",
|
|
628
|
+
"isPermissionOnly": true,
|
|
629
|
+
"description": "Grants permission to use bearer token in SageMaker Job and Inference runtime endpoints APIs",
|
|
630
|
+
"accessLevel": "Read",
|
|
631
|
+
"resourceTypes": [],
|
|
632
|
+
"conditionKeys": [
|
|
633
|
+
"sagemaker:BearerTokenType"
|
|
634
|
+
],
|
|
635
|
+
"dependentActions": []
|
|
636
|
+
},
|
|
637
|
+
"completerollout": {
|
|
638
|
+
"name": "CompleteRollout",
|
|
639
|
+
"description": "Grants permission to mark a rollout as complete for a job",
|
|
640
|
+
"accessLevel": "Write",
|
|
641
|
+
"resourceTypes": [
|
|
642
|
+
{
|
|
643
|
+
"name": "job",
|
|
644
|
+
"required": true,
|
|
645
|
+
"conditionKeys": [],
|
|
646
|
+
"dependentActions": []
|
|
647
|
+
}
|
|
648
|
+
],
|
|
649
|
+
"conditionKeys": [],
|
|
650
|
+
"dependentActions": []
|
|
651
|
+
},
|
|
620
652
|
"createaibenchmarkjob": {
|
|
621
653
|
"name": "CreateAIBenchmarkJob",
|
|
622
654
|
"description": "Grants permission to create an AI benchmark job",
|
|
@@ -796,8 +828,8 @@
|
|
|
796
828
|
"aws:RequestTag/${TagKey}",
|
|
797
829
|
"aws:TagKeys",
|
|
798
830
|
"sagemaker:InterContainerTrafficEncryption",
|
|
799
|
-
"sagemaker:
|
|
800
|
-
"sagemaker:
|
|
831
|
+
"sagemaker:OutputKmsKeyArn",
|
|
832
|
+
"sagemaker:VolumeKmsKeyArn",
|
|
801
833
|
"sagemaker:VpcSecurityGroupIds",
|
|
802
834
|
"sagemaker:VpcSubnets"
|
|
803
835
|
],
|
|
@@ -822,8 +854,8 @@
|
|
|
822
854
|
"aws:RequestTag/${TagKey}",
|
|
823
855
|
"aws:TagKeys",
|
|
824
856
|
"sagemaker:InterContainerTrafficEncryption",
|
|
825
|
-
"sagemaker:
|
|
826
|
-
"sagemaker:
|
|
857
|
+
"sagemaker:OutputKmsKeyArn",
|
|
858
|
+
"sagemaker:VolumeKmsKeyArn",
|
|
827
859
|
"sagemaker:VpcSecurityGroupIds",
|
|
828
860
|
"sagemaker:VpcSubnets"
|
|
829
861
|
],
|
|
@@ -1018,8 +1050,8 @@
|
|
|
1018
1050
|
"sagemaker:InterContainerTrafficEncryption",
|
|
1019
1051
|
"sagemaker:MaxRuntimeInSeconds",
|
|
1020
1052
|
"sagemaker:NetworkIsolation",
|
|
1021
|
-
"sagemaker:
|
|
1022
|
-
"sagemaker:
|
|
1053
|
+
"sagemaker:OutputKmsKeyArn",
|
|
1054
|
+
"sagemaker:VolumeKmsKeyArn",
|
|
1023
1055
|
"sagemaker:VpcSecurityGroupIds",
|
|
1024
1056
|
"sagemaker:VpcSubnets"
|
|
1025
1057
|
],
|
|
@@ -1069,8 +1101,8 @@
|
|
|
1069
1101
|
"sagemaker:InstanceTypes",
|
|
1070
1102
|
"sagemaker:VpcSecurityGroupIds",
|
|
1071
1103
|
"sagemaker:VpcSubnets",
|
|
1072
|
-
"sagemaker:
|
|
1073
|
-
"sagemaker:
|
|
1104
|
+
"sagemaker:DomainSharingOutputKmsKeyArn",
|
|
1105
|
+
"sagemaker:VolumeKmsKeyArn",
|
|
1074
1106
|
"sagemaker:ImageArns",
|
|
1075
1107
|
"sagemaker:ImageVersionArns",
|
|
1076
1108
|
"sagemaker:StudioLifecycleConfigArns"
|
|
@@ -1187,7 +1219,7 @@
|
|
|
1187
1219
|
"sagemaker:AcceleratorTypes",
|
|
1188
1220
|
"sagemaker:InstanceTypes",
|
|
1189
1221
|
"sagemaker:ModelArn",
|
|
1190
|
-
"sagemaker:
|
|
1222
|
+
"sagemaker:VolumeKmsKeyArn",
|
|
1191
1223
|
"sagemaker:ServerlessMaxConcurrency",
|
|
1192
1224
|
"sagemaker:ServerlessMemorySize",
|
|
1193
1225
|
"sagemaker:NetworkIsolation",
|
|
@@ -1234,8 +1266,8 @@
|
|
|
1234
1266
|
"conditionKeys": [
|
|
1235
1267
|
"aws:RequestTag/${TagKey}",
|
|
1236
1268
|
"aws:TagKeys",
|
|
1237
|
-
"sagemaker:
|
|
1238
|
-
"sagemaker:
|
|
1269
|
+
"sagemaker:FeatureGroupOnlineStoreKmsKeyArn",
|
|
1270
|
+
"sagemaker:FeatureGroupOfflineStoreKmsKeyArn",
|
|
1239
1271
|
"sagemaker:FeatureGroupOfflineStoreS3Uri",
|
|
1240
1272
|
"sagemaker:FeatureGroupEnableOnlineStore",
|
|
1241
1273
|
"sagemaker:FeatureGroupOfflineStoreConfig",
|
|
@@ -1379,8 +1411,8 @@
|
|
|
1379
1411
|
"sagemaker:InterContainerTrafficEncryption",
|
|
1380
1412
|
"sagemaker:MaxRuntimeInSeconds",
|
|
1381
1413
|
"sagemaker:NetworkIsolation",
|
|
1382
|
-
"sagemaker:
|
|
1383
|
-
"sagemaker:
|
|
1414
|
+
"sagemaker:OutputKmsKeyArn",
|
|
1415
|
+
"sagemaker:VolumeKmsKeyArn",
|
|
1384
1416
|
"sagemaker:VpcSecurityGroupIds",
|
|
1385
1417
|
"sagemaker:VpcSubnets"
|
|
1386
1418
|
],
|
|
@@ -1491,6 +1523,30 @@
|
|
|
1491
1523
|
],
|
|
1492
1524
|
"dependentActions": []
|
|
1493
1525
|
},
|
|
1526
|
+
"createjob": {
|
|
1527
|
+
"name": "CreateJob",
|
|
1528
|
+
"description": "Grants permission to create a SageMaker model customization job",
|
|
1529
|
+
"accessLevel": "Write",
|
|
1530
|
+
"resourceTypes": [
|
|
1531
|
+
{
|
|
1532
|
+
"name": "job",
|
|
1533
|
+
"required": true,
|
|
1534
|
+
"conditionKeys": [],
|
|
1535
|
+
"dependentActions": [
|
|
1536
|
+
"iam:PassRole",
|
|
1537
|
+
"sagemaker:AddTags"
|
|
1538
|
+
]
|
|
1539
|
+
}
|
|
1540
|
+
],
|
|
1541
|
+
"conditionKeys": [
|
|
1542
|
+
"aws:RequestTag/${TagKey}",
|
|
1543
|
+
"aws:TagKeys",
|
|
1544
|
+
"sagemaker:OutputKmsKeyArn",
|
|
1545
|
+
"sagemaker:VpcSecurityGroupIds",
|
|
1546
|
+
"sagemaker:VpcSubnets"
|
|
1547
|
+
],
|
|
1548
|
+
"dependentActions": []
|
|
1549
|
+
},
|
|
1494
1550
|
"createlabelingjob": {
|
|
1495
1551
|
"name": "CreateLabelingJob",
|
|
1496
1552
|
"description": "Grants permission to start a labeling job. A labeling job takes unlabeled data in and produces labeled data as output, which can be used for training SageMaker models",
|
|
@@ -1509,8 +1565,8 @@
|
|
|
1509
1565
|
"conditionKeys": [
|
|
1510
1566
|
"sagemaker:WorkteamArn",
|
|
1511
1567
|
"sagemaker:WorkteamType",
|
|
1512
|
-
"sagemaker:
|
|
1513
|
-
"sagemaker:
|
|
1568
|
+
"sagemaker:VolumeKmsKeyArn",
|
|
1569
|
+
"sagemaker:OutputKmsKeyArn",
|
|
1514
1570
|
"aws:RequestTag/${TagKey}",
|
|
1515
1571
|
"aws:TagKeys"
|
|
1516
1572
|
],
|
|
@@ -1616,8 +1672,8 @@
|
|
|
1616
1672
|
"sagemaker:InterContainerTrafficEncryption",
|
|
1617
1673
|
"sagemaker:MaxRuntimeInSeconds",
|
|
1618
1674
|
"sagemaker:NetworkIsolation",
|
|
1619
|
-
"sagemaker:
|
|
1620
|
-
"sagemaker:
|
|
1675
|
+
"sagemaker:OutputKmsKeyArn",
|
|
1676
|
+
"sagemaker:VolumeKmsKeyArn",
|
|
1621
1677
|
"sagemaker:VpcSecurityGroupIds",
|
|
1622
1678
|
"sagemaker:VpcSubnets"
|
|
1623
1679
|
],
|
|
@@ -1680,8 +1736,8 @@
|
|
|
1680
1736
|
"sagemaker:InterContainerTrafficEncryption",
|
|
1681
1737
|
"sagemaker:MaxRuntimeInSeconds",
|
|
1682
1738
|
"sagemaker:NetworkIsolation",
|
|
1683
|
-
"sagemaker:
|
|
1684
|
-
"sagemaker:
|
|
1739
|
+
"sagemaker:OutputKmsKeyArn",
|
|
1740
|
+
"sagemaker:VolumeKmsKeyArn",
|
|
1685
1741
|
"sagemaker:VpcSecurityGroupIds",
|
|
1686
1742
|
"sagemaker:VpcSubnets"
|
|
1687
1743
|
],
|
|
@@ -1757,8 +1813,8 @@
|
|
|
1757
1813
|
"sagemaker:InterContainerTrafficEncryption",
|
|
1758
1814
|
"sagemaker:MaxRuntimeInSeconds",
|
|
1759
1815
|
"sagemaker:NetworkIsolation",
|
|
1760
|
-
"sagemaker:
|
|
1761
|
-
"sagemaker:
|
|
1816
|
+
"sagemaker:OutputKmsKeyArn",
|
|
1817
|
+
"sagemaker:VolumeKmsKeyArn",
|
|
1762
1818
|
"sagemaker:VpcSecurityGroupIds",
|
|
1763
1819
|
"sagemaker:VpcSubnets"
|
|
1764
1820
|
],
|
|
@@ -1786,8 +1842,8 @@
|
|
|
1786
1842
|
"sagemaker:InterContainerTrafficEncryption",
|
|
1787
1843
|
"sagemaker:MaxRuntimeInSeconds",
|
|
1788
1844
|
"sagemaker:NetworkIsolation",
|
|
1789
|
-
"sagemaker:
|
|
1790
|
-
"sagemaker:
|
|
1845
|
+
"sagemaker:OutputKmsKeyArn",
|
|
1846
|
+
"sagemaker:VolumeKmsKeyArn",
|
|
1791
1847
|
"sagemaker:VpcSecurityGroupIds",
|
|
1792
1848
|
"sagemaker:VpcSubnets"
|
|
1793
1849
|
],
|
|
@@ -1817,7 +1873,7 @@
|
|
|
1817
1873
|
"sagemaker:MinimumInstanceMetadataServiceVersion",
|
|
1818
1874
|
"sagemaker:NotebookInstanceLifecycleConfigArns",
|
|
1819
1875
|
"sagemaker:RootAccess",
|
|
1820
|
-
"sagemaker:
|
|
1876
|
+
"sagemaker:VolumeKmsKeyArn",
|
|
1821
1877
|
"sagemaker:VpcSecurityGroupIds",
|
|
1822
1878
|
"sagemaker:VpcSubnets"
|
|
1823
1879
|
],
|
|
@@ -2004,8 +2060,8 @@
|
|
|
2004
2060
|
"sagemaker:InstanceTypes",
|
|
2005
2061
|
"sagemaker:MaxRuntimeInSeconds",
|
|
2006
2062
|
"sagemaker:NetworkIsolation",
|
|
2007
|
-
"sagemaker:
|
|
2008
|
-
"sagemaker:
|
|
2063
|
+
"sagemaker:OutputKmsKeyArn",
|
|
2064
|
+
"sagemaker:VolumeKmsKeyArn",
|
|
2009
2065
|
"sagemaker:VpcSecurityGroupIds",
|
|
2010
2066
|
"sagemaker:VpcSubnets",
|
|
2011
2067
|
"sagemaker:InterContainerTrafficEncryption"
|
|
@@ -2154,8 +2210,8 @@
|
|
|
2154
2210
|
"sagemaker:InterContainerTrafficEncryption",
|
|
2155
2211
|
"sagemaker:MaxRuntimeInSeconds",
|
|
2156
2212
|
"sagemaker:NetworkIsolation",
|
|
2157
|
-
"sagemaker:
|
|
2158
|
-
"sagemaker:
|
|
2213
|
+
"sagemaker:OutputKmsKeyArn",
|
|
2214
|
+
"sagemaker:VolumeKmsKeyArn",
|
|
2159
2215
|
"sagemaker:VpcSecurityGroupIds",
|
|
2160
2216
|
"sagemaker:VpcSubnets",
|
|
2161
2217
|
"sagemaker:KeepAlivePeriod",
|
|
@@ -2204,8 +2260,8 @@
|
|
|
2204
2260
|
"aws:TagKeys",
|
|
2205
2261
|
"sagemaker:InstanceTypes",
|
|
2206
2262
|
"sagemaker:ModelArn",
|
|
2207
|
-
"sagemaker:
|
|
2208
|
-
"sagemaker:
|
|
2263
|
+
"sagemaker:OutputKmsKeyArn",
|
|
2264
|
+
"sagemaker:VolumeKmsKeyArn"
|
|
2209
2265
|
],
|
|
2210
2266
|
"dependentActions": []
|
|
2211
2267
|
},
|
|
@@ -2275,7 +2331,7 @@
|
|
|
2275
2331
|
"aws:TagKeys",
|
|
2276
2332
|
"sagemaker:VpcSecurityGroupIds",
|
|
2277
2333
|
"sagemaker:InstanceTypes",
|
|
2278
|
-
"sagemaker:
|
|
2334
|
+
"sagemaker:DomainSharingOutputKmsKeyArn",
|
|
2279
2335
|
"sagemaker:ImageArns",
|
|
2280
2336
|
"sagemaker:ImageVersionArns",
|
|
2281
2337
|
"sagemaker:StudioLifecycleConfigArns"
|
|
@@ -2890,6 +2946,21 @@
|
|
|
2890
2946
|
"conditionKeys": [],
|
|
2891
2947
|
"dependentActions": []
|
|
2892
2948
|
},
|
|
2949
|
+
"deletejob": {
|
|
2950
|
+
"name": "DeleteJob",
|
|
2951
|
+
"description": "Grants permission to delete a SageMaker model customization job",
|
|
2952
|
+
"accessLevel": "Write",
|
|
2953
|
+
"resourceTypes": [
|
|
2954
|
+
{
|
|
2955
|
+
"name": "job",
|
|
2956
|
+
"required": true,
|
|
2957
|
+
"conditionKeys": [],
|
|
2958
|
+
"dependentActions": []
|
|
2959
|
+
}
|
|
2960
|
+
],
|
|
2961
|
+
"conditionKeys": [],
|
|
2962
|
+
"dependentActions": []
|
|
2963
|
+
},
|
|
2893
2964
|
"deletelineagegrouppolicy": {
|
|
2894
2965
|
"name": "DeleteLineageGroupPolicy",
|
|
2895
2966
|
"description": "Grants permission to delete a lineage group policy",
|
|
@@ -3447,6 +3518,12 @@
|
|
|
3447
3518
|
"conditionKeys": [],
|
|
3448
3519
|
"dependentActions": []
|
|
3449
3520
|
},
|
|
3521
|
+
{
|
|
3522
|
+
"name": "job",
|
|
3523
|
+
"required": false,
|
|
3524
|
+
"conditionKeys": [],
|
|
3525
|
+
"dependentActions": []
|
|
3526
|
+
},
|
|
3450
3527
|
{
|
|
3451
3528
|
"name": "labeling-job",
|
|
3452
3529
|
"required": false,
|
|
@@ -4361,6 +4438,29 @@
|
|
|
4361
4438
|
"conditionKeys": [],
|
|
4362
4439
|
"dependentActions": []
|
|
4363
4440
|
},
|
|
4441
|
+
"describejob": {
|
|
4442
|
+
"name": "DescribeJob",
|
|
4443
|
+
"description": "Grants permission to return information about a SageMaker model customization job",
|
|
4444
|
+
"accessLevel": "Read",
|
|
4445
|
+
"resourceTypes": [
|
|
4446
|
+
{
|
|
4447
|
+
"name": "job",
|
|
4448
|
+
"required": true,
|
|
4449
|
+
"conditionKeys": [],
|
|
4450
|
+
"dependentActions": []
|
|
4451
|
+
}
|
|
4452
|
+
],
|
|
4453
|
+
"conditionKeys": [],
|
|
4454
|
+
"dependentActions": []
|
|
4455
|
+
},
|
|
4456
|
+
"describejobschemaversion": {
|
|
4457
|
+
"name": "DescribeJobSchemaVersion",
|
|
4458
|
+
"description": "Grants permission to return information about a job schema version for a particular JobCategory for the CreateJob API",
|
|
4459
|
+
"accessLevel": "Read",
|
|
4460
|
+
"resourceTypes": [],
|
|
4461
|
+
"conditionKeys": [],
|
|
4462
|
+
"dependentActions": []
|
|
4463
|
+
},
|
|
4364
4464
|
"describelabelingjob": {
|
|
4365
4465
|
"name": "DescribeLabelingJob",
|
|
4366
4466
|
"description": "Grants permission to return information about a labeling job",
|
|
@@ -5557,6 +5657,22 @@
|
|
|
5557
5657
|
"conditionKeys": [],
|
|
5558
5658
|
"dependentActions": []
|
|
5559
5659
|
},
|
|
5660
|
+
"listjobschemaversions": {
|
|
5661
|
+
"name": "ListJobSchemaVersions",
|
|
5662
|
+
"description": "Grants permission to list job schema versions for a particular JobCategory for the CreateJob API",
|
|
5663
|
+
"accessLevel": "List",
|
|
5664
|
+
"resourceTypes": [],
|
|
5665
|
+
"conditionKeys": [],
|
|
5666
|
+
"dependentActions": []
|
|
5667
|
+
},
|
|
5668
|
+
"listjobs": {
|
|
5669
|
+
"name": "ListJobs",
|
|
5670
|
+
"description": "Grants permission to list SageMaker model customization jobs",
|
|
5671
|
+
"accessLevel": "List",
|
|
5672
|
+
"resourceTypes": [],
|
|
5673
|
+
"conditionKeys": [],
|
|
5674
|
+
"dependentActions": []
|
|
5675
|
+
},
|
|
5560
5676
|
"listlabelingjobs": {
|
|
5561
5677
|
"name": "ListLabelingJobs",
|
|
5562
5678
|
"description": "Grants permission to list labeling jobs",
|
|
@@ -6142,6 +6258,12 @@
|
|
|
6142
6258
|
"conditionKeys": [],
|
|
6143
6259
|
"dependentActions": []
|
|
6144
6260
|
},
|
|
6261
|
+
{
|
|
6262
|
+
"name": "job",
|
|
6263
|
+
"required": false,
|
|
6264
|
+
"conditionKeys": [],
|
|
6265
|
+
"dependentActions": []
|
|
6266
|
+
},
|
|
6145
6267
|
{
|
|
6146
6268
|
"name": "labeling-job",
|
|
6147
6269
|
"required": false,
|
|
@@ -6504,6 +6626,36 @@
|
|
|
6504
6626
|
"conditionKeys": [],
|
|
6505
6627
|
"dependentActions": []
|
|
6506
6628
|
},
|
|
6629
|
+
"sample": {
|
|
6630
|
+
"name": "Sample",
|
|
6631
|
+
"description": "Grants permission to invoke a sample request against a job",
|
|
6632
|
+
"accessLevel": "Write",
|
|
6633
|
+
"resourceTypes": [
|
|
6634
|
+
{
|
|
6635
|
+
"name": "job",
|
|
6636
|
+
"required": true,
|
|
6637
|
+
"conditionKeys": [],
|
|
6638
|
+
"dependentActions": []
|
|
6639
|
+
}
|
|
6640
|
+
],
|
|
6641
|
+
"conditionKeys": [],
|
|
6642
|
+
"dependentActions": []
|
|
6643
|
+
},
|
|
6644
|
+
"samplewithresponsestream": {
|
|
6645
|
+
"name": "SampleWithResponseStream",
|
|
6646
|
+
"description": "Grants permission to invoke a streaming sample request against a job",
|
|
6647
|
+
"accessLevel": "Write",
|
|
6648
|
+
"resourceTypes": [
|
|
6649
|
+
{
|
|
6650
|
+
"name": "job",
|
|
6651
|
+
"required": true,
|
|
6652
|
+
"conditionKeys": [],
|
|
6653
|
+
"dependentActions": []
|
|
6654
|
+
}
|
|
6655
|
+
],
|
|
6656
|
+
"conditionKeys": [],
|
|
6657
|
+
"dependentActions": []
|
|
6658
|
+
},
|
|
6507
6659
|
"search": {
|
|
6508
6660
|
"name": "Search",
|
|
6509
6661
|
"description": "Grants permission to search for SageMaker objects",
|
|
@@ -6873,6 +7025,21 @@
|
|
|
6873
7025
|
"conditionKeys": [],
|
|
6874
7026
|
"dependentActions": []
|
|
6875
7027
|
},
|
|
7028
|
+
"stopjob": {
|
|
7029
|
+
"name": "StopJob",
|
|
7030
|
+
"description": "Grants permission to stop a SageMaker model customization job",
|
|
7031
|
+
"accessLevel": "Write",
|
|
7032
|
+
"resourceTypes": [
|
|
7033
|
+
{
|
|
7034
|
+
"name": "job",
|
|
7035
|
+
"required": true,
|
|
7036
|
+
"conditionKeys": [],
|
|
7037
|
+
"dependentActions": []
|
|
7038
|
+
}
|
|
7039
|
+
],
|
|
7040
|
+
"conditionKeys": [],
|
|
7041
|
+
"dependentActions": []
|
|
7042
|
+
},
|
|
6876
7043
|
"stoplabelingjob": {
|
|
6877
7044
|
"name": "StopLabelingJob",
|
|
6878
7045
|
"description": "Grants permission to stop a labeling job. Any labels already generated will be exported before stopping",
|
|
@@ -7269,7 +7436,7 @@
|
|
|
7269
7436
|
"conditionKeys": [
|
|
7270
7437
|
"sagemaker:VpcSecurityGroupIds",
|
|
7271
7438
|
"sagemaker:InstanceTypes",
|
|
7272
|
-
"sagemaker:
|
|
7439
|
+
"sagemaker:DomainSharingOutputKmsKeyArn",
|
|
7273
7440
|
"sagemaker:ImageArns",
|
|
7274
7441
|
"sagemaker:ImageVersionArns",
|
|
7275
7442
|
"sagemaker:AppNetworkAccessType",
|
|
@@ -7607,8 +7774,8 @@
|
|
|
7607
7774
|
"sagemaker:InstanceTypes",
|
|
7608
7775
|
"sagemaker:MaxRuntimeInSeconds",
|
|
7609
7776
|
"sagemaker:NetworkIsolation",
|
|
7610
|
-
"sagemaker:
|
|
7611
|
-
"sagemaker:
|
|
7777
|
+
"sagemaker:OutputKmsKeyArn",
|
|
7778
|
+
"sagemaker:VolumeKmsKeyArn",
|
|
7612
7779
|
"sagemaker:VpcSecurityGroupIds",
|
|
7613
7780
|
"sagemaker:VpcSubnets",
|
|
7614
7781
|
"sagemaker:InterContainerTrafficEncryption"
|
|
@@ -7733,6 +7900,21 @@
|
|
|
7733
7900
|
],
|
|
7734
7901
|
"dependentActions": []
|
|
7735
7902
|
},
|
|
7903
|
+
"updatereward": {
|
|
7904
|
+
"name": "UpdateReward",
|
|
7905
|
+
"description": "Grants permission to submit reward scores for a trajectory in a job",
|
|
7906
|
+
"accessLevel": "Write",
|
|
7907
|
+
"resourceTypes": [
|
|
7908
|
+
{
|
|
7909
|
+
"name": "job",
|
|
7910
|
+
"required": true,
|
|
7911
|
+
"conditionKeys": [],
|
|
7912
|
+
"dependentActions": []
|
|
7913
|
+
}
|
|
7914
|
+
],
|
|
7915
|
+
"conditionKeys": [],
|
|
7916
|
+
"dependentActions": []
|
|
7917
|
+
},
|
|
7736
7918
|
"updatesharedmodel": {
|
|
7737
7919
|
"name": "UpdateSharedModel",
|
|
7738
7920
|
"isPermissionOnly": true,
|
|
@@ -7837,7 +8019,7 @@
|
|
|
7837
8019
|
"sagemaker:InstanceTypes",
|
|
7838
8020
|
"sagemaker:VpcSecurityGroupIds",
|
|
7839
8021
|
"sagemaker:InstanceTypes",
|
|
7840
|
-
"sagemaker:
|
|
8022
|
+
"sagemaker:DomainSharingOutputKmsKeyArn",
|
|
7841
8023
|
"sagemaker:ImageArns",
|
|
7842
8024
|
"sagemaker:ImageVersionArns",
|
|
7843
8025
|
"sagemaker:StudioLifecycleConfigArns"
|