@cloud-copilot/iam-data 0.9.202411251 → 0.9.202412071
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/aiops.json +384 -0
- package/data/actions/aoss.json +9 -2
- package/data/actions/bedrock.json +576 -2
- package/data/actions/chime.json +95 -1
- package/data/actions/cleanrooms.json +1 -0
- package/data/actions/config.json +146 -14
- package/data/actions/connect-campaigns.json +15 -0
- package/data/actions/connect.json +40 -1
- package/data/actions/datazone.json +0 -5
- package/data/actions/dsql.json +191 -0
- package/data/actions/eks.json +8 -2
- package/data/actions/es.json +99 -3
- package/data/actions/glue.json +75 -0
- package/data/actions/imagebuilder.json +15 -0
- package/data/actions/invoicing.json +136 -0
- package/data/actions/logs.json +32 -0
- package/data/actions/memorydb.json +162 -0
- package/data/actions/networkflowmonitor.json +393 -0
- package/data/actions/networkmanager.json +59 -0
- package/data/actions/observabilityadmin.json +66 -0
- package/data/actions/opensearch.json +60 -0
- package/data/actions/partnercentral.json +256 -0
- package/data/actions/qapps.json +0 -4
- package/data/actions/qbusiness.json +377 -0
- package/data/actions/quicksight.json +79 -0
- package/data/actions/redshift-data.json +19 -2
- package/data/actions/redshift-serverless.json +23 -0
- package/data/actions/redshift.json +16 -0
- package/data/actions/rekognition.json +58 -11
- package/data/actions/s3.json +71 -0
- package/data/actions/s3tables.json +461 -0
- package/data/actions/sagemaker-data-science-assistant.json +11 -0
- package/data/actions/sagemaker.json +371 -9
- package/data/actions/security-ir.json +344 -0
- package/data/actions/transfer.json +127 -0
- package/data/actions/vpc-lattice.json +423 -44
- package/data/actions/vpce.json +11 -0
- package/data/conditionKeys/aiops.json +17 -0
- package/data/conditionKeys/bedrock.json +5 -0
- package/data/conditionKeys/config.json +5 -0
- package/data/conditionKeys/dsql.json +22 -0
- package/data/conditionKeys/eks.json +15 -0
- package/data/conditionKeys/invoicing.json +17 -1
- package/data/conditionKeys/networkflowmonitor.json +17 -0
- package/data/conditionKeys/networkmanager.json +10 -0
- package/data/conditionKeys/observabilityadmin.json +1 -0
- package/data/conditionKeys/redshift-data.json +5 -0
- package/data/conditionKeys/redshift-serverless.json +5 -0
- package/data/conditionKeys/s3express.json +5 -0
- package/data/conditionKeys/s3tables.json +12 -0
- package/data/conditionKeys/sagemaker-data-science-assistant.json +1 -0
- package/data/conditionKeys/security-ir.json +17 -0
- package/data/conditionKeys/vpc-lattice.json +10 -0
- package/data/conditionKeys/vpce.json +1 -0
- package/data/resourceTypes/aiops.json +9 -0
- package/data/resourceTypes/bedrock.json +27 -0
- package/data/resourceTypes/config.json +7 -0
- package/data/resourceTypes/dsql.json +9 -0
- package/data/resourceTypes/es.json +7 -0
- package/data/resourceTypes/invoicing.json +9 -1
- package/data/resourceTypes/memorydb.json +12 -0
- package/data/resourceTypes/networkflowmonitor.json +16 -0
- package/data/resourceTypes/observabilityadmin.json +1 -0
- package/data/resourceTypes/opensearch.json +4 -0
- package/data/resourceTypes/partnercentral.json +12 -0
- package/data/resourceTypes/personalize.json +3 -3
- package/data/resourceTypes/qbusiness.json +14 -0
- package/data/resourceTypes/redshift-data.json +4 -0
- package/data/resourceTypes/redshift-serverless.json +4 -0
- package/data/resourceTypes/rekognition.json +8 -2
- package/data/resourceTypes/s3tables.json +14 -0
- package/data/resourceTypes/sagemaker-data-science-assistant.json +1 -0
- package/data/resourceTypes/sagemaker.json +32 -0
- package/data/resourceTypes/security-ir.json +16 -0
- package/data/resourceTypes/transfer.json +7 -0
- package/data/resourceTypes/vpc-lattice.json +76 -35
- package/data/resourceTypes/vpce.json +1 -0
- package/data/serviceNames.json +8 -0
- package/data/services.json +8 -0
- package/package.json +2 -2
|
@@ -326,6 +326,21 @@
|
|
|
326
326
|
"conditionKeys": [],
|
|
327
327
|
"dependentActions": []
|
|
328
328
|
},
|
|
329
|
+
"getmanagedworkgroup": {
|
|
330
|
+
"name": "GetManagedWorkgroup",
|
|
331
|
+
"description": "Grants permission to create a Amazon Redshift Managed Serverless workgroup with the specified configuration settings",
|
|
332
|
+
"accessLevel": "Read",
|
|
333
|
+
"resourceTypes": [
|
|
334
|
+
{
|
|
335
|
+
"name": "managed-workgroup",
|
|
336
|
+
"required": true,
|
|
337
|
+
"conditionKeys": [],
|
|
338
|
+
"dependentActions": []
|
|
339
|
+
}
|
|
340
|
+
],
|
|
341
|
+
"conditionKeys": [],
|
|
342
|
+
"dependentActions": []
|
|
343
|
+
},
|
|
329
344
|
"getnamespace": {
|
|
330
345
|
"name": "GetNamespace",
|
|
331
346
|
"description": "Grants permission to get information about a namespace in Amazon Redshift Serverless",
|
|
@@ -441,6 +456,14 @@
|
|
|
441
456
|
"conditionKeys": [],
|
|
442
457
|
"dependentActions": []
|
|
443
458
|
},
|
|
459
|
+
"listmanagedworkgroups": {
|
|
460
|
+
"name": "ListManagedWorkgroups",
|
|
461
|
+
"description": "Grants permission to list managed workgroups in Amazon Redshift Serverless",
|
|
462
|
+
"accessLevel": "List",
|
|
463
|
+
"resourceTypes": [],
|
|
464
|
+
"conditionKeys": [],
|
|
465
|
+
"dependentActions": []
|
|
466
|
+
},
|
|
444
467
|
"listnamespaces": {
|
|
445
468
|
"name": "ListNamespaces",
|
|
446
469
|
"description": "Grants permission to list namespaces in Amazon Redshift Serverless",
|
|
@@ -1025,6 +1025,14 @@
|
|
|
1025
1025
|
"conditionKeys": [],
|
|
1026
1026
|
"dependentActions": []
|
|
1027
1027
|
},
|
|
1028
|
+
"deregisternamespace": {
|
|
1029
|
+
"name": "DeregisterNamespace",
|
|
1030
|
+
"description": "Grants permission to deregister the specified namespace from a consumer",
|
|
1031
|
+
"accessLevel": "Write",
|
|
1032
|
+
"resourceTypes": [],
|
|
1033
|
+
"conditionKeys": [],
|
|
1034
|
+
"dependentActions": []
|
|
1035
|
+
},
|
|
1028
1036
|
"describeaccountattributes": {
|
|
1029
1037
|
"name": "DescribeAccountAttributes",
|
|
1030
1038
|
"description": "Grants permission to describe attributes attached to the specified AWS account",
|
|
@@ -2135,6 +2143,14 @@
|
|
|
2135
2143
|
"conditionKeys": [],
|
|
2136
2144
|
"dependentActions": []
|
|
2137
2145
|
},
|
|
2146
|
+
"registernamespace": {
|
|
2147
|
+
"name": "RegisterNamespace",
|
|
2148
|
+
"description": "Grants permission to register the specified namespace to a consumer",
|
|
2149
|
+
"accessLevel": "Write",
|
|
2150
|
+
"resourceTypes": [],
|
|
2151
|
+
"conditionKeys": [],
|
|
2152
|
+
"dependentActions": []
|
|
2153
|
+
},
|
|
2138
2154
|
"rejectdatashare": {
|
|
2139
2155
|
"name": "RejectDataShare",
|
|
2140
2156
|
"description": "Grants permission to decline a datashare shared from another account",
|
|
@@ -50,14 +50,7 @@
|
|
|
50
50
|
"name": "CreateCollection",
|
|
51
51
|
"description": "Grants permission to create a collection in an AWS Region",
|
|
52
52
|
"accessLevel": "Write",
|
|
53
|
-
"resourceTypes": [
|
|
54
|
-
{
|
|
55
|
-
"name": "collection",
|
|
56
|
-
"required": true,
|
|
57
|
-
"conditionKeys": [],
|
|
58
|
-
"dependentActions": []
|
|
59
|
-
}
|
|
60
|
-
],
|
|
53
|
+
"resourceTypes": [],
|
|
61
54
|
"conditionKeys": [
|
|
62
55
|
"aws:RequestTag/${TagKey}",
|
|
63
56
|
"aws:TagKeys"
|
|
@@ -76,7 +69,10 @@
|
|
|
76
69
|
"dependentActions": []
|
|
77
70
|
}
|
|
78
71
|
],
|
|
79
|
-
"conditionKeys": [
|
|
72
|
+
"conditionKeys": [
|
|
73
|
+
"aws:RequestTag/${TagKey}",
|
|
74
|
+
"aws:TagKeys"
|
|
75
|
+
],
|
|
80
76
|
"dependentActions": []
|
|
81
77
|
},
|
|
82
78
|
"createfacelivenesssession": {
|
|
@@ -99,7 +95,10 @@
|
|
|
99
95
|
"dependentActions": []
|
|
100
96
|
}
|
|
101
97
|
],
|
|
102
|
-
"conditionKeys": [
|
|
98
|
+
"conditionKeys": [
|
|
99
|
+
"aws:RequestTag/${TagKey}",
|
|
100
|
+
"aws:TagKeys"
|
|
101
|
+
],
|
|
103
102
|
"dependentActions": []
|
|
104
103
|
},
|
|
105
104
|
"createprojectversion": {
|
|
@@ -632,9 +631,33 @@
|
|
|
632
631
|
"description": "Grants permission to return a list of tags associated with a resource",
|
|
633
632
|
"accessLevel": "Read",
|
|
634
633
|
"resourceTypes": [
|
|
634
|
+
{
|
|
635
|
+
"name": "collection",
|
|
636
|
+
"required": false,
|
|
637
|
+
"conditionKeys": [],
|
|
638
|
+
"dependentActions": []
|
|
639
|
+
},
|
|
640
|
+
{
|
|
641
|
+
"name": "dataset",
|
|
642
|
+
"required": false,
|
|
643
|
+
"conditionKeys": [],
|
|
644
|
+
"dependentActions": []
|
|
645
|
+
},
|
|
646
|
+
{
|
|
647
|
+
"name": "project",
|
|
648
|
+
"required": false,
|
|
649
|
+
"conditionKeys": [],
|
|
650
|
+
"dependentActions": []
|
|
651
|
+
},
|
|
635
652
|
{
|
|
636
653
|
"name": "projectversion",
|
|
637
|
-
"required":
|
|
654
|
+
"required": false,
|
|
655
|
+
"conditionKeys": [],
|
|
656
|
+
"dependentActions": []
|
|
657
|
+
},
|
|
658
|
+
{
|
|
659
|
+
"name": "streamprocessor",
|
|
660
|
+
"required": false,
|
|
638
661
|
"conditionKeys": [],
|
|
639
662
|
"dependentActions": []
|
|
640
663
|
}
|
|
@@ -905,6 +928,18 @@
|
|
|
905
928
|
"conditionKeys": [],
|
|
906
929
|
"dependentActions": []
|
|
907
930
|
},
|
|
931
|
+
{
|
|
932
|
+
"name": "dataset",
|
|
933
|
+
"required": false,
|
|
934
|
+
"conditionKeys": [],
|
|
935
|
+
"dependentActions": []
|
|
936
|
+
},
|
|
937
|
+
{
|
|
938
|
+
"name": "project",
|
|
939
|
+
"required": false,
|
|
940
|
+
"conditionKeys": [],
|
|
941
|
+
"dependentActions": []
|
|
942
|
+
},
|
|
908
943
|
{
|
|
909
944
|
"name": "projectversion",
|
|
910
945
|
"required": false,
|
|
@@ -935,6 +970,18 @@
|
|
|
935
970
|
"conditionKeys": [],
|
|
936
971
|
"dependentActions": []
|
|
937
972
|
},
|
|
973
|
+
{
|
|
974
|
+
"name": "dataset",
|
|
975
|
+
"required": false,
|
|
976
|
+
"conditionKeys": [],
|
|
977
|
+
"dependentActions": []
|
|
978
|
+
},
|
|
979
|
+
{
|
|
980
|
+
"name": "project",
|
|
981
|
+
"required": false,
|
|
982
|
+
"conditionKeys": [],
|
|
983
|
+
"dependentActions": []
|
|
984
|
+
},
|
|
938
985
|
{
|
|
939
986
|
"name": "projectversion",
|
|
940
987
|
"required": false,
|
package/data/actions/s3.json
CHANGED
|
@@ -249,6 +249,33 @@
|
|
|
249
249
|
],
|
|
250
250
|
"dependentActions": []
|
|
251
251
|
},
|
|
252
|
+
"createbucketmetadatatableconfiguration": {
|
|
253
|
+
"name": "CreateBucketMetadataTableConfiguration",
|
|
254
|
+
"description": "Grants permission to create a new S3 Metadata configuration for a specified bucket",
|
|
255
|
+
"accessLevel": "Write",
|
|
256
|
+
"resourceTypes": [
|
|
257
|
+
{
|
|
258
|
+
"name": "bucket",
|
|
259
|
+
"required": true,
|
|
260
|
+
"conditionKeys": [],
|
|
261
|
+
"dependentActions": [
|
|
262
|
+
"s3tables:CreateNamespace",
|
|
263
|
+
"s3tables:CreateTable",
|
|
264
|
+
"s3tables:GetTable",
|
|
265
|
+
"s3tables:PutTablePolicy"
|
|
266
|
+
]
|
|
267
|
+
}
|
|
268
|
+
],
|
|
269
|
+
"conditionKeys": [
|
|
270
|
+
"s3:authType",
|
|
271
|
+
"s3:ResourceAccount",
|
|
272
|
+
"s3:signatureAge",
|
|
273
|
+
"s3:signatureversion",
|
|
274
|
+
"s3:TlsVersion",
|
|
275
|
+
"s3:x-amz-content-sha256"
|
|
276
|
+
],
|
|
277
|
+
"dependentActions": []
|
|
278
|
+
},
|
|
252
279
|
"createjob": {
|
|
253
280
|
"name": "CreateJob",
|
|
254
281
|
"description": "Grants permission to create a new Amazon S3 Batch Operations job",
|
|
@@ -525,6 +552,28 @@
|
|
|
525
552
|
],
|
|
526
553
|
"dependentActions": []
|
|
527
554
|
},
|
|
555
|
+
"deletebucketmetadatatableconfiguration": {
|
|
556
|
+
"name": "DeleteBucketMetadataTableConfiguration",
|
|
557
|
+
"description": "Grants permission to delete the S3 Metadata configuration for a specified bucket",
|
|
558
|
+
"accessLevel": "Write",
|
|
559
|
+
"resourceTypes": [
|
|
560
|
+
{
|
|
561
|
+
"name": "bucket",
|
|
562
|
+
"required": true,
|
|
563
|
+
"conditionKeys": [],
|
|
564
|
+
"dependentActions": []
|
|
565
|
+
}
|
|
566
|
+
],
|
|
567
|
+
"conditionKeys": [
|
|
568
|
+
"s3:authType",
|
|
569
|
+
"s3:ResourceAccount",
|
|
570
|
+
"s3:signatureAge",
|
|
571
|
+
"s3:signatureversion",
|
|
572
|
+
"s3:TlsVersion",
|
|
573
|
+
"s3:x-amz-content-sha256"
|
|
574
|
+
],
|
|
575
|
+
"dependentActions": []
|
|
576
|
+
},
|
|
528
577
|
"deletebucketpolicy": {
|
|
529
578
|
"name": "DeleteBucketPolicy",
|
|
530
579
|
"description": "Grants permission to delete the policy on a specified bucket",
|
|
@@ -1285,6 +1334,28 @@
|
|
|
1285
1334
|
],
|
|
1286
1335
|
"dependentActions": []
|
|
1287
1336
|
},
|
|
1337
|
+
"getbucketmetadatatableconfiguration": {
|
|
1338
|
+
"name": "GetBucketMetadataTableConfiguration",
|
|
1339
|
+
"description": "Grants permission to return the S3 Metadata configuration for a specified bucket",
|
|
1340
|
+
"accessLevel": "Read",
|
|
1341
|
+
"resourceTypes": [
|
|
1342
|
+
{
|
|
1343
|
+
"name": "bucket",
|
|
1344
|
+
"required": true,
|
|
1345
|
+
"conditionKeys": [],
|
|
1346
|
+
"dependentActions": []
|
|
1347
|
+
}
|
|
1348
|
+
],
|
|
1349
|
+
"conditionKeys": [
|
|
1350
|
+
"s3:authType",
|
|
1351
|
+
"s3:ResourceAccount",
|
|
1352
|
+
"s3:signatureAge",
|
|
1353
|
+
"s3:signatureversion",
|
|
1354
|
+
"s3:TlsVersion",
|
|
1355
|
+
"s3:x-amz-content-sha256"
|
|
1356
|
+
],
|
|
1357
|
+
"dependentActions": []
|
|
1358
|
+
},
|
|
1288
1359
|
"getbucketnotification": {
|
|
1289
1360
|
"name": "GetBucketNotification",
|
|
1290
1361
|
"description": "Grants permission to get the notification configuration of an Amazon S3 bucket",
|