@cloud-copilot/iam-data 0.19.202606011 → 0.19.202606031
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/elasticache.json +4 -2
- package/data/actions/quicksight.json +241 -5
- package/data/actions/sagemaker.json +217 -35
- package/data/actions/transform.json +31 -5
- package/data/conditionKeys/elasticache.json +5 -0
- package/data/conditionKeys/sagemaker.json +36 -6
- package/data/conditionKeys/transform.json +5 -0
- package/data/resourceTypes/elasticache.json +1 -0
- package/data/resourceTypes/quicksight.json +4 -0
- package/data/resourceTypes/sagemaker.json +8 -0
- package/data/resourceTypes/transform.json +4 -1
- package/package.json +2 -2
|
@@ -475,7 +475,8 @@
|
|
|
475
475
|
"elasticache:AuthTokenEnabled",
|
|
476
476
|
"elasticache:SnapshotRetentionLimit",
|
|
477
477
|
"elasticache:KmsKeyId",
|
|
478
|
-
"elasticache:CacheParameterGroupName"
|
|
478
|
+
"elasticache:CacheParameterGroupName",
|
|
479
|
+
"elasticache:Durability"
|
|
479
480
|
],
|
|
480
481
|
"dependentActions": []
|
|
481
482
|
},
|
|
@@ -1564,7 +1565,8 @@
|
|
|
1564
1565
|
"elasticache:SnapshotRetentionLimit",
|
|
1565
1566
|
"elasticache:CacheParameterGroupName",
|
|
1566
1567
|
"elasticache:TransitEncryptionEnabled",
|
|
1567
|
-
"elasticache:ClusterModeEnabled"
|
|
1568
|
+
"elasticache:ClusterModeEnabled",
|
|
1569
|
+
"elasticache:Durability"
|
|
1568
1570
|
],
|
|
1569
1571
|
"dependentActions": [
|
|
1570
1572
|
"ec2:CreateNetworkInterface",
|
|
@@ -145,6 +145,21 @@
|
|
|
145
145
|
"conditionKeys": [],
|
|
146
146
|
"dependentActions": []
|
|
147
147
|
},
|
|
148
|
+
"createagent": {
|
|
149
|
+
"name": "CreateAgent",
|
|
150
|
+
"description": "Grants permission to create an agent",
|
|
151
|
+
"accessLevel": "Write",
|
|
152
|
+
"resourceTypes": [
|
|
153
|
+
{
|
|
154
|
+
"name": "agent",
|
|
155
|
+
"required": true,
|
|
156
|
+
"conditionKeys": [],
|
|
157
|
+
"dependentActions": []
|
|
158
|
+
}
|
|
159
|
+
],
|
|
160
|
+
"conditionKeys": [],
|
|
161
|
+
"dependentActions": []
|
|
162
|
+
},
|
|
148
163
|
"createanalysis": {
|
|
149
164
|
"name": "CreateAnalysis",
|
|
150
165
|
"description": "Grants permission to create an analysis from a template",
|
|
@@ -285,6 +300,21 @@
|
|
|
285
300
|
"conditionKeys": [],
|
|
286
301
|
"dependentActions": []
|
|
287
302
|
},
|
|
303
|
+
"createflow": {
|
|
304
|
+
"name": "CreateFlow",
|
|
305
|
+
"description": "Grants permission to create a flow",
|
|
306
|
+
"accessLevel": "Write",
|
|
307
|
+
"resourceTypes": [
|
|
308
|
+
{
|
|
309
|
+
"name": "flow",
|
|
310
|
+
"required": true,
|
|
311
|
+
"conditionKeys": [],
|
|
312
|
+
"dependentActions": []
|
|
313
|
+
}
|
|
314
|
+
],
|
|
315
|
+
"conditionKeys": [],
|
|
316
|
+
"dependentActions": []
|
|
317
|
+
},
|
|
288
318
|
"createfolder": {
|
|
289
319
|
"name": "CreateFolder",
|
|
290
320
|
"description": "Grants permission to create a QuickSight folder",
|
|
@@ -462,6 +492,21 @@
|
|
|
462
492
|
],
|
|
463
493
|
"dependentActions": []
|
|
464
494
|
},
|
|
495
|
+
"createspace": {
|
|
496
|
+
"name": "CreateSpace",
|
|
497
|
+
"description": "Grants permission to create a space",
|
|
498
|
+
"accessLevel": "Write",
|
|
499
|
+
"resourceTypes": [
|
|
500
|
+
{
|
|
501
|
+
"name": "space",
|
|
502
|
+
"required": true,
|
|
503
|
+
"conditionKeys": [],
|
|
504
|
+
"dependentActions": []
|
|
505
|
+
}
|
|
506
|
+
],
|
|
507
|
+
"conditionKeys": [],
|
|
508
|
+
"dependentActions": []
|
|
509
|
+
},
|
|
465
510
|
"createtemplate": {
|
|
466
511
|
"name": "CreateTemplate",
|
|
467
512
|
"description": "Grants permission to create a template",
|
|
@@ -651,6 +696,21 @@
|
|
|
651
696
|
"conditionKeys": [],
|
|
652
697
|
"dependentActions": []
|
|
653
698
|
},
|
|
699
|
+
"deleteagent": {
|
|
700
|
+
"name": "DeleteAgent",
|
|
701
|
+
"description": "Grants permission to delete an agent",
|
|
702
|
+
"accessLevel": "Write",
|
|
703
|
+
"resourceTypes": [
|
|
704
|
+
{
|
|
705
|
+
"name": "agent",
|
|
706
|
+
"required": true,
|
|
707
|
+
"conditionKeys": [],
|
|
708
|
+
"dependentActions": []
|
|
709
|
+
}
|
|
710
|
+
],
|
|
711
|
+
"conditionKeys": [],
|
|
712
|
+
"dependentActions": []
|
|
713
|
+
},
|
|
654
714
|
"deleteanalysis": {
|
|
655
715
|
"name": "DeleteAnalysis",
|
|
656
716
|
"description": "Grants permission to delete an analysis",
|
|
@@ -803,6 +863,21 @@
|
|
|
803
863
|
"conditionKeys": [],
|
|
804
864
|
"dependentActions": []
|
|
805
865
|
},
|
|
866
|
+
"deleteflow": {
|
|
867
|
+
"name": "DeleteFlow",
|
|
868
|
+
"description": "Grants permission to delete a flow",
|
|
869
|
+
"accessLevel": "Write",
|
|
870
|
+
"resourceTypes": [
|
|
871
|
+
{
|
|
872
|
+
"name": "flow",
|
|
873
|
+
"required": true,
|
|
874
|
+
"conditionKeys": [],
|
|
875
|
+
"dependentActions": []
|
|
876
|
+
}
|
|
877
|
+
],
|
|
878
|
+
"conditionKeys": [],
|
|
879
|
+
"dependentActions": []
|
|
880
|
+
},
|
|
806
881
|
"deletefolder": {
|
|
807
882
|
"name": "DeleteFolder",
|
|
808
883
|
"description": "Grants permission to delete a QuickSight Folder",
|
|
@@ -956,6 +1031,21 @@
|
|
|
956
1031
|
],
|
|
957
1032
|
"dependentActions": []
|
|
958
1033
|
},
|
|
1034
|
+
"deletespace": {
|
|
1035
|
+
"name": "DeleteSpace",
|
|
1036
|
+
"description": "Grants permission to delete a space",
|
|
1037
|
+
"accessLevel": "Write",
|
|
1038
|
+
"resourceTypes": [
|
|
1039
|
+
{
|
|
1040
|
+
"name": "space",
|
|
1041
|
+
"required": true,
|
|
1042
|
+
"conditionKeys": [],
|
|
1043
|
+
"dependentActions": []
|
|
1044
|
+
}
|
|
1045
|
+
],
|
|
1046
|
+
"conditionKeys": [],
|
|
1047
|
+
"dependentActions": []
|
|
1048
|
+
},
|
|
959
1049
|
"deletetemplate": {
|
|
960
1050
|
"name": "DeleteTemplate",
|
|
961
1051
|
"description": "Grants permission to delete a template",
|
|
@@ -1190,7 +1280,6 @@
|
|
|
1190
1280
|
},
|
|
1191
1281
|
"describeagent": {
|
|
1192
1282
|
"name": "DescribeAgent",
|
|
1193
|
-
"isPermissionOnly": true,
|
|
1194
1283
|
"description": "Grants permission to describe an agent",
|
|
1195
1284
|
"accessLevel": "Read",
|
|
1196
1285
|
"resourceTypes": [
|
|
@@ -1206,7 +1295,6 @@
|
|
|
1206
1295
|
},
|
|
1207
1296
|
"describeagentpermissions": {
|
|
1208
1297
|
"name": "DescribeAgentPermissions",
|
|
1209
|
-
"isPermissionOnly": true,
|
|
1210
1298
|
"description": "Grants permission to describe agent's permissions",
|
|
1211
1299
|
"accessLevel": "Read",
|
|
1212
1300
|
"resourceTypes": [
|
|
@@ -1552,6 +1640,21 @@
|
|
|
1552
1640
|
"conditionKeys": [],
|
|
1553
1641
|
"dependentActions": []
|
|
1554
1642
|
},
|
|
1643
|
+
"describeflow": {
|
|
1644
|
+
"name": "DescribeFlow",
|
|
1645
|
+
"description": "Grants permission to describe a flow",
|
|
1646
|
+
"accessLevel": "Read",
|
|
1647
|
+
"resourceTypes": [
|
|
1648
|
+
{
|
|
1649
|
+
"name": "flow",
|
|
1650
|
+
"required": true,
|
|
1651
|
+
"conditionKeys": [],
|
|
1652
|
+
"dependentActions": []
|
|
1653
|
+
}
|
|
1654
|
+
],
|
|
1655
|
+
"conditionKeys": [],
|
|
1656
|
+
"dependentActions": []
|
|
1657
|
+
},
|
|
1555
1658
|
"describefolder": {
|
|
1556
1659
|
"name": "DescribeFolder",
|
|
1557
1660
|
"description": "Grants permission to describe a QuickSight Folder",
|
|
@@ -1749,6 +1852,36 @@
|
|
|
1749
1852
|
"conditionKeys": [],
|
|
1750
1853
|
"dependentActions": []
|
|
1751
1854
|
},
|
|
1855
|
+
"describespace": {
|
|
1856
|
+
"name": "DescribeSpace",
|
|
1857
|
+
"description": "Grants permission to describe a space",
|
|
1858
|
+
"accessLevel": "Read",
|
|
1859
|
+
"resourceTypes": [
|
|
1860
|
+
{
|
|
1861
|
+
"name": "space",
|
|
1862
|
+
"required": true,
|
|
1863
|
+
"conditionKeys": [],
|
|
1864
|
+
"dependentActions": []
|
|
1865
|
+
}
|
|
1866
|
+
],
|
|
1867
|
+
"conditionKeys": [],
|
|
1868
|
+
"dependentActions": []
|
|
1869
|
+
},
|
|
1870
|
+
"describespacepermissions": {
|
|
1871
|
+
"name": "DescribeSpacePermissions",
|
|
1872
|
+
"description": "Grants permission to describe permissions for a space",
|
|
1873
|
+
"accessLevel": "Permissions management",
|
|
1874
|
+
"resourceTypes": [
|
|
1875
|
+
{
|
|
1876
|
+
"name": "space",
|
|
1877
|
+
"required": true,
|
|
1878
|
+
"conditionKeys": [],
|
|
1879
|
+
"dependentActions": []
|
|
1880
|
+
}
|
|
1881
|
+
],
|
|
1882
|
+
"conditionKeys": [],
|
|
1883
|
+
"dependentActions": []
|
|
1884
|
+
},
|
|
1752
1885
|
"describetemplate": {
|
|
1753
1886
|
"name": "DescribeTemplate",
|
|
1754
1887
|
"description": "Grants permission to describe a template",
|
|
@@ -2124,7 +2257,6 @@
|
|
|
2124
2257
|
},
|
|
2125
2258
|
"listagents": {
|
|
2126
2259
|
"name": "ListAgents",
|
|
2127
|
-
"isPermissionOnly": true,
|
|
2128
2260
|
"description": "Grants permission to list agents",
|
|
2129
2261
|
"accessLevel": "List",
|
|
2130
2262
|
"resourceTypes": [
|
|
@@ -2473,6 +2605,29 @@
|
|
|
2473
2605
|
"conditionKeys": [],
|
|
2474
2606
|
"dependentActions": []
|
|
2475
2607
|
},
|
|
2608
|
+
"listspaceresources": {
|
|
2609
|
+
"name": "ListSpaceResources",
|
|
2610
|
+
"description": "Grants permission to list resources in a space",
|
|
2611
|
+
"accessLevel": "List",
|
|
2612
|
+
"resourceTypes": [
|
|
2613
|
+
{
|
|
2614
|
+
"name": "space",
|
|
2615
|
+
"required": true,
|
|
2616
|
+
"conditionKeys": [],
|
|
2617
|
+
"dependentActions": []
|
|
2618
|
+
}
|
|
2619
|
+
],
|
|
2620
|
+
"conditionKeys": [],
|
|
2621
|
+
"dependentActions": []
|
|
2622
|
+
},
|
|
2623
|
+
"listspaces": {
|
|
2624
|
+
"name": "ListSpaces",
|
|
2625
|
+
"description": "Grants permission to list spaces",
|
|
2626
|
+
"accessLevel": "List",
|
|
2627
|
+
"resourceTypes": [],
|
|
2628
|
+
"conditionKeys": [],
|
|
2629
|
+
"dependentActions": []
|
|
2630
|
+
},
|
|
2476
2631
|
"listtagsforresource": {
|
|
2477
2632
|
"name": "ListTagsForResource",
|
|
2478
2633
|
"description": "Grants permission to list tags of a QuickSight resource",
|
|
@@ -2893,7 +3048,6 @@
|
|
|
2893
3048
|
},
|
|
2894
3049
|
"searchagents": {
|
|
2895
3050
|
"name": "SearchAgents",
|
|
2896
|
-
"isPermissionOnly": true,
|
|
2897
3051
|
"description": "Grants permission to search agents",
|
|
2898
3052
|
"accessLevel": "List",
|
|
2899
3053
|
"resourceTypes": [
|
|
@@ -3014,6 +3168,14 @@
|
|
|
3014
3168
|
"conditionKeys": [],
|
|
3015
3169
|
"dependentActions": []
|
|
3016
3170
|
},
|
|
3171
|
+
"searchspaces": {
|
|
3172
|
+
"name": "SearchSpaces",
|
|
3173
|
+
"description": "Grants permission to search spaces",
|
|
3174
|
+
"accessLevel": "List",
|
|
3175
|
+
"resourceTypes": [],
|
|
3176
|
+
"conditionKeys": [],
|
|
3177
|
+
"dependentActions": []
|
|
3178
|
+
},
|
|
3017
3179
|
"searchtopics": {
|
|
3018
3180
|
"name": "SearchTopics",
|
|
3019
3181
|
"description": "Grants permission to search for a sub-set of topics",
|
|
@@ -3435,9 +3597,23 @@
|
|
|
3435
3597
|
"conditionKeys": [],
|
|
3436
3598
|
"dependentActions": []
|
|
3437
3599
|
},
|
|
3600
|
+
"updateagent": {
|
|
3601
|
+
"name": "UpdateAgent",
|
|
3602
|
+
"description": "Grants permission to update an agent",
|
|
3603
|
+
"accessLevel": "Write",
|
|
3604
|
+
"resourceTypes": [
|
|
3605
|
+
{
|
|
3606
|
+
"name": "agent",
|
|
3607
|
+
"required": true,
|
|
3608
|
+
"conditionKeys": [],
|
|
3609
|
+
"dependentActions": []
|
|
3610
|
+
}
|
|
3611
|
+
],
|
|
3612
|
+
"conditionKeys": [],
|
|
3613
|
+
"dependentActions": []
|
|
3614
|
+
},
|
|
3438
3615
|
"updateagentpermissions": {
|
|
3439
3616
|
"name": "UpdateAgentPermissions",
|
|
3440
|
-
"isPermissionOnly": true,
|
|
3441
3617
|
"description": "Grants permission to update agent permissions",
|
|
3442
3618
|
"accessLevel": "Permissions management",
|
|
3443
3619
|
"resourceTypes": [
|
|
@@ -3741,6 +3917,21 @@
|
|
|
3741
3917
|
"conditionKeys": [],
|
|
3742
3918
|
"dependentActions": []
|
|
3743
3919
|
},
|
|
3920
|
+
"updateflow": {
|
|
3921
|
+
"name": "UpdateFlow",
|
|
3922
|
+
"description": "Grants permission to update a flow",
|
|
3923
|
+
"accessLevel": "Write",
|
|
3924
|
+
"resourceTypes": [
|
|
3925
|
+
{
|
|
3926
|
+
"name": "flow",
|
|
3927
|
+
"required": true,
|
|
3928
|
+
"conditionKeys": [],
|
|
3929
|
+
"dependentActions": []
|
|
3930
|
+
}
|
|
3931
|
+
],
|
|
3932
|
+
"conditionKeys": [],
|
|
3933
|
+
"dependentActions": []
|
|
3934
|
+
},
|
|
3744
3935
|
"updateflowpermissions": {
|
|
3745
3936
|
"name": "UpdateFlowPermissions",
|
|
3746
3937
|
"description": "Grants permission to update permissions for a flow",
|
|
@@ -3936,6 +4127,51 @@
|
|
|
3936
4127
|
"conditionKeys": [],
|
|
3937
4128
|
"dependentActions": []
|
|
3938
4129
|
},
|
|
4130
|
+
"updatespace": {
|
|
4131
|
+
"name": "UpdateSpace",
|
|
4132
|
+
"description": "Grants permission to update a space",
|
|
4133
|
+
"accessLevel": "Write",
|
|
4134
|
+
"resourceTypes": [
|
|
4135
|
+
{
|
|
4136
|
+
"name": "space",
|
|
4137
|
+
"required": true,
|
|
4138
|
+
"conditionKeys": [],
|
|
4139
|
+
"dependentActions": []
|
|
4140
|
+
}
|
|
4141
|
+
],
|
|
4142
|
+
"conditionKeys": [],
|
|
4143
|
+
"dependentActions": []
|
|
4144
|
+
},
|
|
4145
|
+
"updatespacepermissions": {
|
|
4146
|
+
"name": "UpdateSpacePermissions",
|
|
4147
|
+
"description": "Grants permission to update permissions for a space",
|
|
4148
|
+
"accessLevel": "Permissions management",
|
|
4149
|
+
"resourceTypes": [
|
|
4150
|
+
{
|
|
4151
|
+
"name": "space",
|
|
4152
|
+
"required": true,
|
|
4153
|
+
"conditionKeys": [],
|
|
4154
|
+
"dependentActions": []
|
|
4155
|
+
}
|
|
4156
|
+
],
|
|
4157
|
+
"conditionKeys": [],
|
|
4158
|
+
"dependentActions": []
|
|
4159
|
+
},
|
|
4160
|
+
"updatespaceresources": {
|
|
4161
|
+
"name": "UpdateSpaceResources",
|
|
4162
|
+
"description": "Grants permission to update resources in a space",
|
|
4163
|
+
"accessLevel": "Write",
|
|
4164
|
+
"resourceTypes": [
|
|
4165
|
+
{
|
|
4166
|
+
"name": "space",
|
|
4167
|
+
"required": true,
|
|
4168
|
+
"conditionKeys": [],
|
|
4169
|
+
"dependentActions": []
|
|
4170
|
+
}
|
|
4171
|
+
],
|
|
4172
|
+
"conditionKeys": [],
|
|
4173
|
+
"dependentActions": []
|
|
4174
|
+
},
|
|
3939
4175
|
"updatetemplate": {
|
|
3940
4176
|
"name": "UpdateTemplate",
|
|
3941
4177
|
"description": "Grants permission to update a template",
|
|
@@ -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"
|
|
@@ -1,4 +1,20 @@
|
|
|
1
1
|
{
|
|
2
|
+
"accesstransformprofile": {
|
|
3
|
+
"name": "AccessTransformProfile",
|
|
4
|
+
"isPermissionOnly": true,
|
|
5
|
+
"description": "Grants permission to invoke AccessTransformProfile on AWS Transform",
|
|
6
|
+
"accessLevel": "Write",
|
|
7
|
+
"resourceTypes": [
|
|
8
|
+
{
|
|
9
|
+
"name": "profile",
|
|
10
|
+
"required": true,
|
|
11
|
+
"conditionKeys": [],
|
|
12
|
+
"dependentActions": []
|
|
13
|
+
}
|
|
14
|
+
],
|
|
15
|
+
"conditionKeys": [],
|
|
16
|
+
"dependentActions": []
|
|
17
|
+
},
|
|
2
18
|
"associateconnectorresource": {
|
|
3
19
|
"name": "AssociateConnectorResource",
|
|
4
20
|
"isPermissionOnly": true,
|
|
@@ -12,7 +28,9 @@
|
|
|
12
28
|
"dependentActions": []
|
|
13
29
|
}
|
|
14
30
|
],
|
|
15
|
-
"conditionKeys": [
|
|
31
|
+
"conditionKeys": [
|
|
32
|
+
"aws:ResourceTag/${TagKey}"
|
|
33
|
+
],
|
|
16
34
|
"dependentActions": []
|
|
17
35
|
},
|
|
18
36
|
"createprofile": {
|
|
@@ -53,7 +71,9 @@
|
|
|
53
71
|
"dependentActions": []
|
|
54
72
|
}
|
|
55
73
|
],
|
|
56
|
-
"conditionKeys": [
|
|
74
|
+
"conditionKeys": [
|
|
75
|
+
"aws:ResourceTag/${TagKey}"
|
|
76
|
+
],
|
|
57
77
|
"dependentActions": []
|
|
58
78
|
},
|
|
59
79
|
"deleteprofile": {
|
|
@@ -112,7 +132,9 @@
|
|
|
112
132
|
"dependentActions": []
|
|
113
133
|
}
|
|
114
134
|
],
|
|
115
|
-
"conditionKeys": [
|
|
135
|
+
"conditionKeys": [
|
|
136
|
+
"aws:ResourceTag/${TagKey}"
|
|
137
|
+
],
|
|
116
138
|
"dependentActions": []
|
|
117
139
|
},
|
|
118
140
|
"getwebappurl": {
|
|
@@ -139,7 +161,9 @@
|
|
|
139
161
|
"description": "Grants permission to invoke ListConnectors on AWS Transform",
|
|
140
162
|
"accessLevel": "List",
|
|
141
163
|
"resourceTypes": [],
|
|
142
|
-
"conditionKeys": [
|
|
164
|
+
"conditionKeys": [
|
|
165
|
+
"aws:ResourceTag/${TagKey}"
|
|
166
|
+
],
|
|
143
167
|
"dependentActions": []
|
|
144
168
|
},
|
|
145
169
|
"listprofiles": {
|
|
@@ -189,7 +213,9 @@
|
|
|
189
213
|
"dependentActions": []
|
|
190
214
|
}
|
|
191
215
|
],
|
|
192
|
-
"conditionKeys": [
|
|
216
|
+
"conditionKeys": [
|
|
217
|
+
"aws:ResourceTag/${TagKey}"
|
|
218
|
+
],
|
|
193
219
|
"dependentActions": []
|
|
194
220
|
},
|
|
195
221
|
"tagresource": {
|
|
@@ -49,6 +49,11 @@
|
|
|
49
49
|
"description": "Filters access by the CacheUsageLimits.DataStorage.Unit parameter in the CreateServerlessCache and ModifyServerlessCache request",
|
|
50
50
|
"type": "String"
|
|
51
51
|
},
|
|
52
|
+
"elasticache:durability": {
|
|
53
|
+
"key": "elasticache:Durability",
|
|
54
|
+
"description": "Filters access by the Durability parameter in the request. Valid values are default, async, sync, or disabled",
|
|
55
|
+
"type": "String"
|
|
56
|
+
},
|
|
52
57
|
"elasticache:enginetype": {
|
|
53
58
|
"key": "elasticache:EngineType",
|
|
54
59
|
"description": "Filters access by the engine type present in creation requests. For replication group creations, default engine 'redis' is used as key if parameter is not present",
|
|
@@ -24,6 +24,11 @@
|
|
|
24
24
|
"description": "Filters access by the app network access type associated with the resource in the request",
|
|
25
25
|
"type": "String"
|
|
26
26
|
},
|
|
27
|
+
"sagemaker:bearertokentype": {
|
|
28
|
+
"key": "sagemaker:BearerTokenType",
|
|
29
|
+
"description": "Filters access by the type of bearer token used in the request",
|
|
30
|
+
"type": "String"
|
|
31
|
+
},
|
|
27
32
|
"sagemaker:currentcustomermetadataproperties/${metadatakey}": {
|
|
28
33
|
"key": "sagemaker:CurrentCustomerMetadataProperties/${MetadataKey}",
|
|
29
34
|
"description": "Filters access by a current metadata key and value pair associated with the model-package resource",
|
|
@@ -66,7 +71,12 @@
|
|
|
66
71
|
},
|
|
67
72
|
"sagemaker:domainsharingoutputkmskey": {
|
|
68
73
|
"key": "sagemaker:DomainSharingOutputKmsKey",
|
|
69
|
-
"description": "Filters access by the Domain sharing output KMS key associated with the resource in the request",
|
|
74
|
+
"description": "Filters access by the Domain sharing output KMS key associated with the resource in the request. This key has been deprecated. It has been replaced by sagemaker:DomainSharingOutputKmsKeyArn",
|
|
75
|
+
"type": "ARN"
|
|
76
|
+
},
|
|
77
|
+
"sagemaker:domainsharingoutputkmskeyarn": {
|
|
78
|
+
"key": "sagemaker:DomainSharingOutputKmsKeyArn",
|
|
79
|
+
"description": "Filters access by the Domain sharing output KMS key associated with the resource in the request. The ARN of the key-id must be used",
|
|
70
80
|
"type": "ARN"
|
|
71
81
|
},
|
|
72
82
|
"sagemaker:enableremotedebug": {
|
|
@@ -91,7 +101,12 @@
|
|
|
91
101
|
},
|
|
92
102
|
"sagemaker:featuregroupofflinestorekmskey": {
|
|
93
103
|
"key": "sagemaker:FeatureGroupOfflineStoreKmsKey",
|
|
94
|
-
"description": "Filters access by the offline store kms key associated with the feature group resource in the request",
|
|
104
|
+
"description": "Filters access by the offline store kms key associated with the feature group resource in the request. This key has been deprecated. It has been replaced by sagemaker:FeatureGroupOfflineStoreKmsKeyArn",
|
|
105
|
+
"type": "ARN"
|
|
106
|
+
},
|
|
107
|
+
"sagemaker:featuregroupofflinestorekmskeyarn": {
|
|
108
|
+
"key": "sagemaker:FeatureGroupOfflineStoreKmsKeyArn",
|
|
109
|
+
"description": "Filters access by the offline store kms key associated with the feature group resource in the request. The ARN of the key-id must be used",
|
|
95
110
|
"type": "ARN"
|
|
96
111
|
},
|
|
97
112
|
"sagemaker:featuregroupofflinestores3uri": {
|
|
@@ -101,7 +116,12 @@
|
|
|
101
116
|
},
|
|
102
117
|
"sagemaker:featuregrouponlinestorekmskey": {
|
|
103
118
|
"key": "sagemaker:FeatureGroupOnlineStoreKmsKey",
|
|
104
|
-
"description": "Filters access by the online store kms key associated with the feature group resource in the request",
|
|
119
|
+
"description": "Filters access by the online store kms key associated with the feature group resource in the request. This key has been deprecated. It has been replaced by sagemaker:FeatureGroupOnlineStoreKmsKeyArn",
|
|
120
|
+
"type": "ARN"
|
|
121
|
+
},
|
|
122
|
+
"sagemaker:featuregrouponlinestorekmskeyarn": {
|
|
123
|
+
"key": "sagemaker:FeatureGroupOnlineStoreKmsKeyArn",
|
|
124
|
+
"description": "Filters access by the online store kms key associated with the feature group resource in the request. The ARN of the key-id must be used",
|
|
105
125
|
"type": "ARN"
|
|
106
126
|
},
|
|
107
127
|
"sagemaker:filesystemaccessmode": {
|
|
@@ -126,7 +146,7 @@
|
|
|
126
146
|
},
|
|
127
147
|
"sagemaker:homeefsfilesystemkmskey": {
|
|
128
148
|
"key": "sagemaker:HomeEfsFileSystemKmsKey",
|
|
129
|
-
"description": "Filters access by a key that is present in the request the user makes to the SageMaker service. This key
|
|
149
|
+
"description": "Filters access by a key that is present in the request the user makes to the SageMaker service. This key has been deprecated. It has been replaced by sagemaker:VolumeKmsKeyArn",
|
|
130
150
|
"type": "ARN"
|
|
131
151
|
},
|
|
132
152
|
"sagemaker:imagearns": {
|
|
@@ -196,7 +216,12 @@
|
|
|
196
216
|
},
|
|
197
217
|
"sagemaker:outputkmskey": {
|
|
198
218
|
"key": "sagemaker:OutputKmsKey",
|
|
199
|
-
"description": "Filters access by the output kms key associated with the resource in the request",
|
|
219
|
+
"description": "Filters access by the output kms key associated with the resource in the request. This key has been deprecated. It has been replaced by sagemaker:OutputKmsKeyArn",
|
|
220
|
+
"type": "ARN"
|
|
221
|
+
},
|
|
222
|
+
"sagemaker:outputkmskeyarn": {
|
|
223
|
+
"key": "sagemaker:OutputKmsKeyArn",
|
|
224
|
+
"description": "Filters access by the output kms key associated with the resource in the request. The ARN of the key-id must be used",
|
|
200
225
|
"type": "ARN"
|
|
201
226
|
},
|
|
202
227
|
"sagemaker:owneruserprofilearn": {
|
|
@@ -271,7 +296,12 @@
|
|
|
271
296
|
},
|
|
272
297
|
"sagemaker:volumekmskey": {
|
|
273
298
|
"key": "sagemaker:VolumeKmsKey",
|
|
274
|
-
"description": "Filters access by the volume kms key associated with the resource in the request",
|
|
299
|
+
"description": "Filters access by the volume kms key associated with the resource in the request. This key has been deprecated. It has been replaced by sagemaker:VolumeKmsKeyArn",
|
|
300
|
+
"type": "ARN"
|
|
301
|
+
},
|
|
302
|
+
"sagemaker:volumekmskeyarn": {
|
|
303
|
+
"key": "sagemaker:VolumeKmsKeyArn",
|
|
304
|
+
"description": "Filters access by the volume kms key associated with the resource in the request. The ARN of the key-id must be used",
|
|
275
305
|
"type": "ARN"
|
|
276
306
|
},
|
|
277
307
|
"sagemaker:vpcsecuritygroupids": {
|
|
@@ -4,6 +4,11 @@
|
|
|
4
4
|
"description": "Filters access by the tags that are passed in the request",
|
|
5
5
|
"type": "String"
|
|
6
6
|
},
|
|
7
|
+
"aws:resourcetag/${tagkey}": {
|
|
8
|
+
"key": "aws:ResourceTag/${TagKey}",
|
|
9
|
+
"description": "Filters access by the tags associated with the resource",
|
|
10
|
+
"type": "String"
|
|
11
|
+
},
|
|
7
12
|
"aws:tagkeys": {
|
|
8
13
|
"key": "aws:TagKeys",
|
|
9
14
|
"description": "Filters access by the tag keys that are passed in the request",
|
|
@@ -169,5 +169,9 @@
|
|
|
169
169
|
"automationgroup": {
|
|
170
170
|
"key": "automationGroup",
|
|
171
171
|
"arn": "arn:${Partition}:quicksight:${Region}:${Account}:automation-group/${ResourceId}"
|
|
172
|
+
},
|
|
173
|
+
"space": {
|
|
174
|
+
"key": "space",
|
|
175
|
+
"arn": "arn:${Partition}:quicksight:${Region}:${Account}:space/${ResourceId}"
|
|
172
176
|
}
|
|
173
177
|
}
|
|
@@ -227,6 +227,14 @@
|
|
|
227
227
|
"sagemaker:ResourceTag/${TagKey}"
|
|
228
228
|
]
|
|
229
229
|
},
|
|
230
|
+
"job": {
|
|
231
|
+
"key": "job",
|
|
232
|
+
"arn": "arn:${Partition}:sagemaker:${Region}:${Account}:job/${JobCategory}/${JobName}",
|
|
233
|
+
"conditionKeys": [
|
|
234
|
+
"aws:ResourceTag/${TagKey}",
|
|
235
|
+
"sagemaker:ResourceTag/${TagKey}"
|
|
236
|
+
]
|
|
237
|
+
},
|
|
230
238
|
"hyper-parameter-tuning-job": {
|
|
231
239
|
"key": "hyper-parameter-tuning-job",
|
|
232
240
|
"arn": "arn:${Partition}:sagemaker:${Region}:${Account}:hyper-parameter-tuning-job/${HyperParameterTuningJobName}",
|
|
@@ -5,6 +5,9 @@
|
|
|
5
5
|
},
|
|
6
6
|
"connector": {
|
|
7
7
|
"key": "connector",
|
|
8
|
-
"arn": "arn:${Partition}:transform:${Region}:${Account}:connector/${WorkspaceId}/${ConnectorId}"
|
|
8
|
+
"arn": "arn:${Partition}:transform:${Region}:${Account}:connector/${WorkspaceId}/${ConnectorId}",
|
|
9
|
+
"conditionKeys": [
|
|
10
|
+
"aws:ResourceTag/${TagKey}"
|
|
11
|
+
]
|
|
9
12
|
}
|
|
10
13
|
}
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.202606031",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/cloud-copilot/iam-data.git"
|
|
8
8
|
},
|
|
9
|
-
"updatedAt": "2026-06-
|
|
9
|
+
"updatedAt": "2026-06-03T06:18:57.481Z",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
12
|
"import": "./dist/esm/index.js",
|