@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
|
@@ -48,6 +48,36 @@
|
|
|
48
48
|
],
|
|
49
49
|
"dependentActions": []
|
|
50
50
|
},
|
|
51
|
+
"createasset": {
|
|
52
|
+
"name": "CreateAsset",
|
|
53
|
+
"description": "Grants permission to create an asset",
|
|
54
|
+
"accessLevel": "Write",
|
|
55
|
+
"resourceTypes": [
|
|
56
|
+
{
|
|
57
|
+
"name": "agentspace",
|
|
58
|
+
"required": true,
|
|
59
|
+
"conditionKeys": [],
|
|
60
|
+
"dependentActions": []
|
|
61
|
+
}
|
|
62
|
+
],
|
|
63
|
+
"conditionKeys": [],
|
|
64
|
+
"dependentActions": []
|
|
65
|
+
},
|
|
66
|
+
"createassetfile": {
|
|
67
|
+
"name": "CreateAssetFile",
|
|
68
|
+
"description": "Grants permission to create an asset file",
|
|
69
|
+
"accessLevel": "Write",
|
|
70
|
+
"resourceTypes": [
|
|
71
|
+
{
|
|
72
|
+
"name": "agentspace",
|
|
73
|
+
"required": true,
|
|
74
|
+
"conditionKeys": [],
|
|
75
|
+
"dependentActions": []
|
|
76
|
+
}
|
|
77
|
+
],
|
|
78
|
+
"conditionKeys": [],
|
|
79
|
+
"dependentActions": []
|
|
80
|
+
},
|
|
51
81
|
"createbacklogtask": {
|
|
52
82
|
"name": "CreateBacklogTask",
|
|
53
83
|
"description": "Grants permission to create a new backlog task",
|
|
@@ -144,6 +174,36 @@
|
|
|
144
174
|
],
|
|
145
175
|
"dependentActions": []
|
|
146
176
|
},
|
|
177
|
+
"deleteasset": {
|
|
178
|
+
"name": "DeleteAsset",
|
|
179
|
+
"description": "Grants permission to delete an asset",
|
|
180
|
+
"accessLevel": "Write",
|
|
181
|
+
"resourceTypes": [
|
|
182
|
+
{
|
|
183
|
+
"name": "agentspace",
|
|
184
|
+
"required": true,
|
|
185
|
+
"conditionKeys": [],
|
|
186
|
+
"dependentActions": []
|
|
187
|
+
}
|
|
188
|
+
],
|
|
189
|
+
"conditionKeys": [],
|
|
190
|
+
"dependentActions": []
|
|
191
|
+
},
|
|
192
|
+
"deleteassetfile": {
|
|
193
|
+
"name": "DeleteAssetFile",
|
|
194
|
+
"description": "Grants permission to delete an asset file",
|
|
195
|
+
"accessLevel": "Write",
|
|
196
|
+
"resourceTypes": [
|
|
197
|
+
{
|
|
198
|
+
"name": "agentspace",
|
|
199
|
+
"required": true,
|
|
200
|
+
"conditionKeys": [],
|
|
201
|
+
"dependentActions": []
|
|
202
|
+
}
|
|
203
|
+
],
|
|
204
|
+
"conditionKeys": [],
|
|
205
|
+
"dependentActions": []
|
|
206
|
+
},
|
|
147
207
|
"deleteknowledgeitem": {
|
|
148
208
|
"name": "DeleteKnowledgeItem",
|
|
149
209
|
"description": "Grants permission to delete a knowledge item",
|
|
@@ -346,6 +406,51 @@
|
|
|
346
406
|
],
|
|
347
407
|
"dependentActions": []
|
|
348
408
|
},
|
|
409
|
+
"getasset": {
|
|
410
|
+
"name": "GetAsset",
|
|
411
|
+
"description": "Grants permission to get an asset",
|
|
412
|
+
"accessLevel": "Read",
|
|
413
|
+
"resourceTypes": [
|
|
414
|
+
{
|
|
415
|
+
"name": "agentspace",
|
|
416
|
+
"required": true,
|
|
417
|
+
"conditionKeys": [],
|
|
418
|
+
"dependentActions": []
|
|
419
|
+
}
|
|
420
|
+
],
|
|
421
|
+
"conditionKeys": [],
|
|
422
|
+
"dependentActions": []
|
|
423
|
+
},
|
|
424
|
+
"getassetcontent": {
|
|
425
|
+
"name": "GetAssetContent",
|
|
426
|
+
"description": "Grants permission to get asset content",
|
|
427
|
+
"accessLevel": "Read",
|
|
428
|
+
"resourceTypes": [
|
|
429
|
+
{
|
|
430
|
+
"name": "agentspace",
|
|
431
|
+
"required": true,
|
|
432
|
+
"conditionKeys": [],
|
|
433
|
+
"dependentActions": []
|
|
434
|
+
}
|
|
435
|
+
],
|
|
436
|
+
"conditionKeys": [],
|
|
437
|
+
"dependentActions": []
|
|
438
|
+
},
|
|
439
|
+
"getassetfile": {
|
|
440
|
+
"name": "GetAssetFile",
|
|
441
|
+
"description": "Grants permission to get an asset file",
|
|
442
|
+
"accessLevel": "Read",
|
|
443
|
+
"resourceTypes": [
|
|
444
|
+
{
|
|
445
|
+
"name": "agentspace",
|
|
446
|
+
"required": true,
|
|
447
|
+
"conditionKeys": [],
|
|
448
|
+
"dependentActions": []
|
|
449
|
+
}
|
|
450
|
+
],
|
|
451
|
+
"conditionKeys": [],
|
|
452
|
+
"dependentActions": []
|
|
453
|
+
},
|
|
349
454
|
"getassociation": {
|
|
350
455
|
"name": "GetAssociation",
|
|
351
456
|
"description": "Grants permission to get association",
|
|
@@ -467,6 +572,59 @@
|
|
|
467
572
|
"conditionKeys": [],
|
|
468
573
|
"dependentActions": []
|
|
469
574
|
},
|
|
575
|
+
"listassetfiles": {
|
|
576
|
+
"name": "ListAssetFiles",
|
|
577
|
+
"description": "Grants permission to list asset files",
|
|
578
|
+
"accessLevel": "List",
|
|
579
|
+
"resourceTypes": [
|
|
580
|
+
{
|
|
581
|
+
"name": "agentspace",
|
|
582
|
+
"required": true,
|
|
583
|
+
"conditionKeys": [],
|
|
584
|
+
"dependentActions": []
|
|
585
|
+
}
|
|
586
|
+
],
|
|
587
|
+
"conditionKeys": [],
|
|
588
|
+
"dependentActions": []
|
|
589
|
+
},
|
|
590
|
+
"listassettypes": {
|
|
591
|
+
"name": "ListAssetTypes",
|
|
592
|
+
"description": "Grants permission to list asset types",
|
|
593
|
+
"accessLevel": "List",
|
|
594
|
+
"resourceTypes": [],
|
|
595
|
+
"conditionKeys": [],
|
|
596
|
+
"dependentActions": []
|
|
597
|
+
},
|
|
598
|
+
"listassetversions": {
|
|
599
|
+
"name": "ListAssetVersions",
|
|
600
|
+
"description": "Grants permission to list asset versions",
|
|
601
|
+
"accessLevel": "List",
|
|
602
|
+
"resourceTypes": [
|
|
603
|
+
{
|
|
604
|
+
"name": "agentspace",
|
|
605
|
+
"required": true,
|
|
606
|
+
"conditionKeys": [],
|
|
607
|
+
"dependentActions": []
|
|
608
|
+
}
|
|
609
|
+
],
|
|
610
|
+
"conditionKeys": [],
|
|
611
|
+
"dependentActions": []
|
|
612
|
+
},
|
|
613
|
+
"listassets": {
|
|
614
|
+
"name": "ListAssets",
|
|
615
|
+
"description": "Grants permission to list assets",
|
|
616
|
+
"accessLevel": "List",
|
|
617
|
+
"resourceTypes": [
|
|
618
|
+
{
|
|
619
|
+
"name": "agentspace",
|
|
620
|
+
"required": true,
|
|
621
|
+
"conditionKeys": [],
|
|
622
|
+
"dependentActions": []
|
|
623
|
+
}
|
|
624
|
+
],
|
|
625
|
+
"conditionKeys": [],
|
|
626
|
+
"dependentActions": []
|
|
627
|
+
},
|
|
470
628
|
"listassociations": {
|
|
471
629
|
"name": "ListAssociations",
|
|
472
630
|
"description": "Grants permission to list associations",
|
|
@@ -836,6 +994,36 @@
|
|
|
836
994
|
],
|
|
837
995
|
"dependentActions": []
|
|
838
996
|
},
|
|
997
|
+
"updateasset": {
|
|
998
|
+
"name": "UpdateAsset",
|
|
999
|
+
"description": "Grants permission to update an asset",
|
|
1000
|
+
"accessLevel": "Write",
|
|
1001
|
+
"resourceTypes": [
|
|
1002
|
+
{
|
|
1003
|
+
"name": "agentspace",
|
|
1004
|
+
"required": true,
|
|
1005
|
+
"conditionKeys": [],
|
|
1006
|
+
"dependentActions": []
|
|
1007
|
+
}
|
|
1008
|
+
],
|
|
1009
|
+
"conditionKeys": [],
|
|
1010
|
+
"dependentActions": []
|
|
1011
|
+
},
|
|
1012
|
+
"updateassetfile": {
|
|
1013
|
+
"name": "UpdateAssetFile",
|
|
1014
|
+
"description": "Grants permission to update an asset file",
|
|
1015
|
+
"accessLevel": "Write",
|
|
1016
|
+
"resourceTypes": [
|
|
1017
|
+
{
|
|
1018
|
+
"name": "agentspace",
|
|
1019
|
+
"required": true,
|
|
1020
|
+
"conditionKeys": [],
|
|
1021
|
+
"dependentActions": []
|
|
1022
|
+
}
|
|
1023
|
+
],
|
|
1024
|
+
"conditionKeys": [],
|
|
1025
|
+
"dependentActions": []
|
|
1026
|
+
},
|
|
839
1027
|
"updateassociation": {
|
|
840
1028
|
"name": "UpdateAssociation",
|
|
841
1029
|
"description": "Grants permission to update association",
|
|
@@ -613,6 +613,21 @@
|
|
|
613
613
|
"conditionKeys": [],
|
|
614
614
|
"dependentActions": []
|
|
615
615
|
},
|
|
616
|
+
"createuserpoolreplica": {
|
|
617
|
+
"name": "CreateUserPoolReplica",
|
|
618
|
+
"description": "Grants permission to create a replica of a user pool",
|
|
619
|
+
"accessLevel": "Write",
|
|
620
|
+
"resourceTypes": [
|
|
621
|
+
{
|
|
622
|
+
"name": "userpool",
|
|
623
|
+
"required": true,
|
|
624
|
+
"conditionKeys": [],
|
|
625
|
+
"dependentActions": []
|
|
626
|
+
}
|
|
627
|
+
],
|
|
628
|
+
"conditionKeys": [],
|
|
629
|
+
"dependentActions": []
|
|
630
|
+
},
|
|
616
631
|
"deletegroup": {
|
|
617
632
|
"name": "DeleteGroup",
|
|
618
633
|
"description": "Grants permission to delete any empty user pool group",
|
|
@@ -764,6 +779,21 @@
|
|
|
764
779
|
"conditionKeys": [],
|
|
765
780
|
"dependentActions": []
|
|
766
781
|
},
|
|
782
|
+
"deleteuserpoolreplica": {
|
|
783
|
+
"name": "DeleteUserPoolReplica",
|
|
784
|
+
"description": "Grants permission to delete a replica of a user pool",
|
|
785
|
+
"accessLevel": "Write",
|
|
786
|
+
"resourceTypes": [
|
|
787
|
+
{
|
|
788
|
+
"name": "userpool",
|
|
789
|
+
"required": true,
|
|
790
|
+
"conditionKeys": [],
|
|
791
|
+
"dependentActions": []
|
|
792
|
+
}
|
|
793
|
+
],
|
|
794
|
+
"conditionKeys": [],
|
|
795
|
+
"dependentActions": []
|
|
796
|
+
},
|
|
767
797
|
"describeidentityprovider": {
|
|
768
798
|
"name": "DescribeIdentityProvider",
|
|
769
799
|
"description": "Grants permission to describe any user pool identity provider",
|
|
@@ -1252,6 +1282,21 @@
|
|
|
1252
1282
|
"conditionKeys": [],
|
|
1253
1283
|
"dependentActions": []
|
|
1254
1284
|
},
|
|
1285
|
+
"listuserpoolreplicas": {
|
|
1286
|
+
"name": "ListUserPoolReplicas",
|
|
1287
|
+
"description": "Grants permission to list replicas of a user pool",
|
|
1288
|
+
"accessLevel": "List",
|
|
1289
|
+
"resourceTypes": [
|
|
1290
|
+
{
|
|
1291
|
+
"name": "userpool",
|
|
1292
|
+
"required": true,
|
|
1293
|
+
"conditionKeys": [],
|
|
1294
|
+
"dependentActions": []
|
|
1295
|
+
}
|
|
1296
|
+
],
|
|
1297
|
+
"conditionKeys": [],
|
|
1298
|
+
"dependentActions": []
|
|
1299
|
+
},
|
|
1255
1300
|
"listuserpools": {
|
|
1256
1301
|
"name": "ListUserPools",
|
|
1257
1302
|
"description": "Grants permission to list all user pools",
|
|
@@ -1617,6 +1662,21 @@
|
|
|
1617
1662
|
"conditionKeys": [],
|
|
1618
1663
|
"dependentActions": []
|
|
1619
1664
|
},
|
|
1665
|
+
"updateuserpoolreplica": {
|
|
1666
|
+
"name": "UpdateUserPoolReplica",
|
|
1667
|
+
"description": "Grants permission to update a replica of a user pool",
|
|
1668
|
+
"accessLevel": "Write",
|
|
1669
|
+
"resourceTypes": [
|
|
1670
|
+
{
|
|
1671
|
+
"name": "userpool",
|
|
1672
|
+
"required": true,
|
|
1673
|
+
"conditionKeys": [],
|
|
1674
|
+
"dependentActions": []
|
|
1675
|
+
}
|
|
1676
|
+
],
|
|
1677
|
+
"conditionKeys": [],
|
|
1678
|
+
"dependentActions": []
|
|
1679
|
+
},
|
|
1620
1680
|
"verifysoftwaretoken": {
|
|
1621
1681
|
"name": "VerifySoftwareToken",
|
|
1622
1682
|
"description": "Grants permission to register a user's entered TOTP code and mark the user's software token MFA status as verified if successful",
|
|
@@ -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",
|