@cloud-copilot/iam-data 0.7.202410171 → 0.7.202410231

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.
@@ -1,4 +1,19 @@
1
1
  {
2
+ "acceptdatagrant": {
3
+ "name": "AcceptDataGrant",
4
+ "description": "Grants permission to accept a data grant",
5
+ "accessLevel": "Write",
6
+ "resourceTypes": [
7
+ {
8
+ "name": "data-grants",
9
+ "required": true,
10
+ "conditionKeys": [],
11
+ "dependentActions": []
12
+ }
13
+ ],
14
+ "conditionKeys": [],
15
+ "dependentActions": []
16
+ },
2
17
  "canceljob": {
3
18
  "name": "CancelJob",
4
19
  "description": "Grants permission to cancel a job",
@@ -30,6 +45,19 @@
30
45
  "conditionKeys": [],
31
46
  "dependentActions": []
32
47
  },
48
+ "createdatagrant": {
49
+ "name": "CreateDataGrant",
50
+ "description": "Grants permission to create a data grant",
51
+ "accessLevel": "Write",
52
+ "resourceTypes": [],
53
+ "conditionKeys": [
54
+ "aws:RequestTag/${TagKey}",
55
+ "aws:TagKeys"
56
+ ],
57
+ "dependentActions": [
58
+ "dataexchange:PublishToDataGrant"
59
+ ]
60
+ },
33
61
  "createdataset": {
34
62
  "name": "CreateDataSet",
35
63
  "description": "Grants permission to create a data set",
@@ -90,6 +118,21 @@
90
118
  "conditionKeys": [],
91
119
  "dependentActions": []
92
120
  },
121
+ "deletedatagrant": {
122
+ "name": "DeleteDataGrant",
123
+ "description": "Grants permission to delete a data grant",
124
+ "accessLevel": "Write",
125
+ "resourceTypes": [
126
+ {
127
+ "name": "data-grants",
128
+ "required": true,
129
+ "conditionKeys": [],
130
+ "dependentActions": []
131
+ }
132
+ ],
133
+ "conditionKeys": [],
134
+ "dependentActions": []
135
+ },
93
136
  "deletedataset": {
94
137
  "name": "DeleteDataSet",
95
138
  "description": "Grants permission to delete a data set",
@@ -162,6 +205,21 @@
162
205
  "conditionKeys": [],
163
206
  "dependentActions": []
164
207
  },
208
+ "getdatagrant": {
209
+ "name": "GetDataGrant",
210
+ "description": "Grants permission to get a data grant",
211
+ "accessLevel": "Read",
212
+ "resourceTypes": [
213
+ {
214
+ "name": "data-grants",
215
+ "required": true,
216
+ "conditionKeys": [],
217
+ "dependentActions": []
218
+ }
219
+ ],
220
+ "conditionKeys": [],
221
+ "dependentActions": []
222
+ },
165
223
  "getdataset": {
166
224
  "name": "GetDataSet",
167
225
  "description": "Grants permission to get information about a data set",
@@ -213,6 +271,21 @@
213
271
  "conditionKeys": [],
214
272
  "dependentActions": []
215
273
  },
274
+ "getreceiveddatagrant": {
275
+ "name": "GetReceivedDataGrant",
276
+ "description": "Grants permission to get a received data grant",
277
+ "accessLevel": "Read",
278
+ "resourceTypes": [
279
+ {
280
+ "name": "data-grants",
281
+ "required": true,
282
+ "conditionKeys": [],
283
+ "dependentActions": []
284
+ }
285
+ ],
286
+ "conditionKeys": [],
287
+ "dependentActions": []
288
+ },
216
289
  "getrevision": {
217
290
  "name": "GetRevision",
218
291
  "description": "Grants permission to get information about a revision",
@@ -234,6 +307,14 @@
234
307
  "conditionKeys": [],
235
308
  "dependentActions": []
236
309
  },
310
+ "listdatagrants": {
311
+ "name": "ListDataGrants",
312
+ "description": "Grants permission to list data grants for the account",
313
+ "accessLevel": "List",
314
+ "resourceTypes": [],
315
+ "conditionKeys": [],
316
+ "dependentActions": []
317
+ },
237
318
  "listdatasetrevisions": {
238
319
  "name": "ListDataSetRevisions",
239
320
  "description": "Grants permission to list the revisions of a data set",
@@ -279,6 +360,14 @@
279
360
  "conditionKeys": [],
280
361
  "dependentActions": []
281
362
  },
363
+ "listreceiveddatagrants": {
364
+ "name": "ListReceivedDataGrants",
365
+ "description": "Grants permission to list received data grants for the account",
366
+ "accessLevel": "List",
367
+ "resourceTypes": [],
368
+ "conditionKeys": [],
369
+ "dependentActions": []
370
+ },
282
371
  "listrevisionassets": {
283
372
  "name": "ListRevisionAssets",
284
373
  "description": "Grants permission to get list the assets of a revision",
@@ -305,6 +394,12 @@
305
394
  "description": "Grants permission to list the tags that you associated with the specified resource",
306
395
  "accessLevel": "List",
307
396
  "resourceTypes": [
397
+ {
398
+ "name": "data-grants",
399
+ "required": false,
400
+ "conditionKeys": [],
401
+ "dependentActions": []
402
+ },
308
403
  {
309
404
  "name": "data-sets",
310
405
  "required": false,
@@ -324,7 +419,23 @@
324
419
  "publishdataset": {
325
420
  "name": "PublishDataSet",
326
421
  "isPermissionOnly": true,
327
- "description": "Grants permission to publish a data set",
422
+ "description": "Grants permission to publish a data set to a product",
423
+ "accessLevel": "Write",
424
+ "resourceTypes": [
425
+ {
426
+ "name": "data-sets",
427
+ "required": true,
428
+ "conditionKeys": [],
429
+ "dependentActions": []
430
+ }
431
+ ],
432
+ "conditionKeys": [],
433
+ "dependentActions": []
434
+ },
435
+ "publishtodatagrant": {
436
+ "name": "PublishToDataGrant",
437
+ "isPermissionOnly": true,
438
+ "description": "Grants permission to publish a data set to a data grant",
328
439
  "accessLevel": "Write",
329
440
  "resourceTypes": [
330
441
  {
@@ -416,6 +527,12 @@
416
527
  "description": "Grants permission to add one or more tags to a specified resource",
417
528
  "accessLevel": "Tagging",
418
529
  "resourceTypes": [
530
+ {
531
+ "name": "data-grants",
532
+ "required": false,
533
+ "conditionKeys": [],
534
+ "dependentActions": []
535
+ },
419
536
  {
420
537
  "name": "data-sets",
421
538
  "required": false,
@@ -440,6 +557,12 @@
440
557
  "description": "Grants permission to remove one or more tags from a specified resource",
441
558
  "accessLevel": "Tagging",
442
559
  "resourceTypes": [
560
+ {
561
+ "name": "data-grants",
562
+ "required": false,
563
+ "conditionKeys": [],
564
+ "dependentActions": []
565
+ },
443
566
  {
444
567
  "name": "data-sets",
445
568
  "required": false,
@@ -517,7 +640,8 @@
517
640
  ],
518
641
  "conditionKeys": [],
519
642
  "dependentActions": [
520
- "dataexchange:PublishDataSet"
643
+ "dataexchange:PublishDataSet",
644
+ "dataexchange:PublishToDataGrant"
521
645
  ]
522
646
  }
523
647
  }
@@ -69,6 +69,18 @@
69
69
  "required": false,
70
70
  "conditionKeys": [],
71
71
  "dependentActions": []
72
+ },
73
+ {
74
+ "name": "ReplicationTaskAssessmentRun",
75
+ "required": false,
76
+ "conditionKeys": [],
77
+ "dependentActions": []
78
+ },
79
+ {
80
+ "name": "ReplicationTaskIndividualAssessment",
81
+ "required": false,
82
+ "conditionKeys": [],
83
+ "dependentActions": []
72
84
  }
73
85
  ],
74
86
  "conditionKeys": [
@@ -1415,6 +1427,18 @@
1415
1427
  "required": false,
1416
1428
  "conditionKeys": [],
1417
1429
  "dependentActions": []
1430
+ },
1431
+ {
1432
+ "name": "ReplicationTaskAssessmentRun",
1433
+ "required": false,
1434
+ "conditionKeys": [],
1435
+ "dependentActions": []
1436
+ },
1437
+ {
1438
+ "name": "ReplicationTaskIndividualAssessment",
1439
+ "required": false,
1440
+ "conditionKeys": [],
1441
+ "dependentActions": []
1418
1442
  }
1419
1443
  ],
1420
1444
  "conditionKeys": [],
@@ -1771,6 +1795,18 @@
1771
1795
  "required": false,
1772
1796
  "conditionKeys": [],
1773
1797
  "dependentActions": []
1798
+ },
1799
+ {
1800
+ "name": "ReplicationTaskAssessmentRun",
1801
+ "required": false,
1802
+ "conditionKeys": [],
1803
+ "dependentActions": []
1804
+ },
1805
+ {
1806
+ "name": "ReplicationTaskIndividualAssessment",
1807
+ "required": false,
1808
+ "conditionKeys": [],
1809
+ "dependentActions": []
1774
1810
  }
1775
1811
  ],
1776
1812
  "conditionKeys": [
@@ -37,6 +37,15 @@
37
37
  ],
38
38
  "dependentActions": []
39
39
  },
40
+ "generatecodefromcommands": {
41
+ "name": "GenerateCodeFromCommands",
42
+ "isPermissionOnly": true,
43
+ "description": "Grants permission to generate code from CLI commands in Amazon Q",
44
+ "accessLevel": "Read",
45
+ "resourceTypes": [],
46
+ "conditionKeys": [],
47
+ "dependentActions": []
48
+ },
40
49
  "getconversation": {
41
50
  "name": "GetConversation",
42
51
  "isPermissionOnly": true,
@@ -7,6 +7,24 @@
7
7
  "conditionKeys": [],
8
8
  "dependentActions": []
9
9
  },
10
+ "allowvendedlogdeliveryforresource": {
11
+ "name": "AllowVendedLogDeliveryForResource",
12
+ "isPermissionOnly": true,
13
+ "description": "Grants permission to configure vended log delivery for Amazon Q Business application resource",
14
+ "accessLevel": "Permissions management",
15
+ "resourceTypes": [
16
+ {
17
+ "name": "application",
18
+ "required": true,
19
+ "conditionKeys": [],
20
+ "dependentActions": []
21
+ }
22
+ ],
23
+ "conditionKeys": [
24
+ "aws:ResourceTag/${TagKey}"
25
+ ],
26
+ "dependentActions": []
27
+ },
10
28
  "batchdeletedocument": {
11
29
  "name": "BatchDeleteDocument",
12
30
  "description": "Grants permission to batch delete document",
@@ -80,6 +80,22 @@
80
80
  "conditionKeys": [],
81
81
  "dependentActions": []
82
82
  },
83
+ "authorizeinboundintegration": {
84
+ "name": "AuthorizeInboundIntegration",
85
+ "isPermissionOnly": true,
86
+ "description": "Grants permission to Amazon Redshift to continuously validate that the target data warehouse can receive data replicated from the source ARN",
87
+ "accessLevel": "Write",
88
+ "resourceTypes": [
89
+ {
90
+ "name": "integration",
91
+ "required": true,
92
+ "conditionKeys": [],
93
+ "dependentActions": []
94
+ }
95
+ ],
96
+ "conditionKeys": [],
97
+ "dependentActions": []
98
+ },
83
99
  "authorizesnapshotaccess": {
84
100
  "name": "AuthorizeSnapshotAccess",
85
101
  "description": "Grants permission to the specified AWS account to restore a snapshot",
@@ -383,6 +399,38 @@
383
399
  ],
384
400
  "dependentActions": []
385
401
  },
402
+ "createinboundintegration": {
403
+ "name": "CreateInboundIntegration",
404
+ "isPermissionOnly": true,
405
+ "description": "Grants permission to the source principal to create an inbound integration for data to be replicated from the source into the target data warehouse",
406
+ "accessLevel": "Write",
407
+ "resourceTypes": [],
408
+ "conditionKeys": [],
409
+ "dependentActions": []
410
+ },
411
+ "createintegration": {
412
+ "name": "CreateIntegration",
413
+ "description": "Grants permission to create an Amazon Redshift zero-ETL integration",
414
+ "accessLevel": "Write",
415
+ "resourceTypes": [
416
+ {
417
+ "name": "integration",
418
+ "required": true,
419
+ "conditionKeys": [],
420
+ "dependentActions": [
421
+ "kms:CreateGrant",
422
+ "kms:DescribeKey"
423
+ ]
424
+ }
425
+ ],
426
+ "conditionKeys": [
427
+ "aws:RequestTag/${TagKey}",
428
+ "aws:TagKeys",
429
+ "redshift:IntegrationSourceArn",
430
+ "redshift:IntegrationTargetArn"
431
+ ],
432
+ "dependentActions": []
433
+ },
386
434
  "createqev2idcapplication": {
387
435
  "name": "CreateQev2IdcApplication",
388
436
  "isPermissionOnly": true,
@@ -492,6 +540,12 @@
492
540
  "conditionKeys": [],
493
541
  "dependentActions": []
494
542
  },
543
+ {
544
+ "name": "integration",
545
+ "required": false,
546
+ "conditionKeys": [],
547
+ "dependentActions": []
548
+ },
495
549
  {
496
550
  "name": "parametergroup",
497
551
  "required": false,
@@ -739,6 +793,23 @@
739
793
  "conditionKeys": [],
740
794
  "dependentActions": []
741
795
  },
796
+ "deleteintegration": {
797
+ "name": "DeleteIntegration",
798
+ "description": "Grants permission to delete an Amazon Redshift zero-ETL integration",
799
+ "accessLevel": "Write",
800
+ "resourceTypes": [
801
+ {
802
+ "name": "integration",
803
+ "required": true,
804
+ "conditionKeys": [],
805
+ "dependentActions": []
806
+ }
807
+ ],
808
+ "conditionKeys": [
809
+ "aws:ResourceTag/${TagKey}"
810
+ ],
811
+ "dependentActions": []
812
+ },
742
813
  "deletepartner": {
743
814
  "name": "DeletePartner",
744
815
  "description": "Grants permission to delete a partner integration from a cluster",
@@ -873,6 +944,12 @@
873
944
  "conditionKeys": [],
874
945
  "dependentActions": []
875
946
  },
947
+ {
948
+ "name": "integration",
949
+ "required": false,
950
+ "conditionKeys": [],
951
+ "dependentActions": []
952
+ },
876
953
  {
877
954
  "name": "parametergroup",
878
955
  "required": false,
@@ -1149,6 +1226,23 @@
1149
1226
  ],
1150
1227
  "dependentActions": []
1151
1228
  },
1229
+ "describeintegrations": {
1230
+ "name": "DescribeIntegrations",
1231
+ "description": "Grants permission to describe an Amazon Redshift zero-ETL integration",
1232
+ "accessLevel": "List",
1233
+ "resourceTypes": [
1234
+ {
1235
+ "name": "integration",
1236
+ "required": true,
1237
+ "conditionKeys": [],
1238
+ "dependentActions": []
1239
+ }
1240
+ ],
1241
+ "conditionKeys": [
1242
+ "aws:ResourceTag/${TagKey}"
1243
+ ],
1244
+ "dependentActions": []
1245
+ },
1152
1246
  "describeloggingstatus": {
1153
1247
  "name": "DescribeLoggingStatus",
1154
1248
  "description": "Grants permission to describe whether information, such as queries and connection attempts, is being logged for a cluster",
@@ -1350,6 +1444,12 @@
1350
1444
  "conditionKeys": [],
1351
1445
  "dependentActions": []
1352
1446
  },
1447
+ {
1448
+ "name": "integration",
1449
+ "required": false,
1450
+ "conditionKeys": [],
1451
+ "dependentActions": []
1452
+ },
1353
1453
  {
1354
1454
  "name": "parametergroup",
1355
1455
  "required": false,
@@ -1862,6 +1962,23 @@
1862
1962
  "conditionKeys": [],
1863
1963
  "dependentActions": []
1864
1964
  },
1965
+ "modifyintegration": {
1966
+ "name": "ModifyIntegration",
1967
+ "description": "Grants permission to modify an Amazon Redshift zero-ETL integration",
1968
+ "accessLevel": "Write",
1969
+ "resourceTypes": [
1970
+ {
1971
+ "name": "integration",
1972
+ "required": true,
1973
+ "conditionKeys": [],
1974
+ "dependentActions": []
1975
+ }
1976
+ ],
1977
+ "conditionKeys": [
1978
+ "aws:ResourceTag/${TagKey}"
1979
+ ],
1980
+ "dependentActions": []
1981
+ },
1865
1982
  "modifyqev2idcapplication": {
1866
1983
  "name": "ModifyQev2IdcApplication",
1867
1984
  "isPermissionOnly": true,
@@ -395,8 +395,7 @@
395
395
  },
396
396
  "batchgetmetrics": {
397
397
  "name": "BatchGetMetrics",
398
- "isPermissionOnly": true,
399
- "description": "Grants permission to retrieve metrics associated with SageMaker Resources such as Training Jobs or Trial Components. This API is not publicly exposed at this point, however admins can control this action",
398
+ "description": "Grants permission to retrieve metrics associated with SageMaker Resources such as Training Jobs or Trial Components",
400
399
  "accessLevel": "Read",
401
400
  "resourceTypes": [
402
401
  {
@@ -462,6 +462,21 @@
462
462
  "conditionKeys": [],
463
463
  "dependentActions": []
464
464
  },
465
+ "expiresession": {
466
+ "name": "ExpireSession",
467
+ "description": "Grants permission to expire a session from a specific portal",
468
+ "accessLevel": "Write",
469
+ "resourceTypes": [
470
+ {
471
+ "name": "portal",
472
+ "required": true,
473
+ "conditionKeys": [],
474
+ "dependentActions": []
475
+ }
476
+ ],
477
+ "conditionKeys": [],
478
+ "dependentActions": []
479
+ },
465
480
  "getbrowsersettings": {
466
481
  "name": "GetBrowserSettings",
467
482
  "description": "Grants permission to get details on browser settings",
@@ -552,6 +567,21 @@
552
567
  "conditionKeys": [],
553
568
  "dependentActions": []
554
569
  },
570
+ "getsession": {
571
+ "name": "GetSession",
572
+ "description": "Grants permission to get information about a particular session for a portal",
573
+ "accessLevel": "Read",
574
+ "resourceTypes": [
575
+ {
576
+ "name": "portal",
577
+ "required": true,
578
+ "conditionKeys": [],
579
+ "dependentActions": []
580
+ }
581
+ ],
582
+ "conditionKeys": [],
583
+ "dependentActions": []
584
+ },
555
585
  "gettruststore": {
556
586
  "name": "GetTrustStore",
557
587
  "description": "Grants permission to get details on trust stores",
@@ -659,6 +689,21 @@
659
689
  "conditionKeys": [],
660
690
  "dependentActions": []
661
691
  },
692
+ "listsessions": {
693
+ "name": "ListSessions",
694
+ "description": "Grants permission to list sessions for a Portal using optional filters",
695
+ "accessLevel": "Read",
696
+ "resourceTypes": [
697
+ {
698
+ "name": "portal",
699
+ "required": true,
700
+ "conditionKeys": [],
701
+ "dependentActions": []
702
+ }
703
+ ],
704
+ "conditionKeys": [],
705
+ "dependentActions": []
706
+ },
662
707
  "listtagsforresource": {
663
708
  "name": "ListTagsForResource",
664
709
  "description": "Grants permission to list tags for a resource",
@@ -14,6 +14,11 @@
14
14
  "description": "Filters access by the presence of tag keys in the request",
15
15
  "type": "ArrayOfString"
16
16
  },
17
+ "dms:assessment-run-tag/${tagkey}": {
18
+ "key": "dms:assessment-run-tag/${TagKey}",
19
+ "description": "Filters access by the presence of tag key-value pairs in the request for AssessmentRun",
20
+ "type": "String"
21
+ },
17
22
  "dms:cert-tag/${tagkey}": {
18
23
  "key": "dms:cert-tag/${TagKey}",
19
24
  "description": "Filters access by the presence of tag key-value pairs in the request for Certificate",
@@ -39,6 +44,11 @@
39
44
  "description": "Filters access by the presence of tag key-value pairs in the request for EventSubscription",
40
45
  "type": "String"
41
46
  },
47
+ "dms:individual-assessment-tag/${tagkey}": {
48
+ "key": "dms:individual-assessment-tag/${TagKey}",
49
+ "description": "Filters access by the presence of tag key-value pairs in the request for IndividualAssessment",
50
+ "type": "String"
51
+ },
42
52
  "dms:instance-profile-tag/${tagkey}": {
43
53
  "key": "dms:instance-profile-tag/${TagKey}",
44
54
  "description": "Filters access by the presence of tag key-value pairs in the request for InstanceProfile",
@@ -47,6 +47,16 @@
47
47
  "redshift:inboundintegrationarn": {
48
48
  "key": "redshift:InboundIntegrationArn",
49
49
  "description": "Filters access by the ARN of an inbound zero-ETL Integration resource",
50
- "type": "String"
50
+ "type": "ARN"
51
+ },
52
+ "redshift:integrationsourcearn": {
53
+ "key": "redshift:IntegrationSourceArn",
54
+ "description": "Filters access by the ARN of a zero-ETL Integration source",
55
+ "type": "ARN"
56
+ },
57
+ "redshift:integrationtargetarn": {
58
+ "key": "redshift:IntegrationTargetArn",
59
+ "description": "Filters access by the ARN of a zero-ETL Integration target",
60
+ "type": "ARN"
51
61
  }
52
62
  }
@@ -39,5 +39,12 @@
39
39
  "event-actions": {
40
40
  "key": "event-actions",
41
41
  "arn": "arn:${Partition}:dataexchange:${Region}:${Account}:event-actions/${EventActionId}"
42
+ },
43
+ "data-grants": {
44
+ "key": "data-grants",
45
+ "arn": "arn:${Partition}:dataexchange:${Region}:${Account}:data-grants/${DataGrantId}",
46
+ "conditionKeys": [
47
+ "aws:ResourceTag/${TagKey}"
48
+ ]
42
49
  }
43
50
  }
@@ -89,10 +89,18 @@
89
89
  },
90
90
  "replicationtaskassessmentrun": {
91
91
  "key": "ReplicationTaskAssessmentRun",
92
- "arn": "arn:${Partition}:dms:${Region}:${Account}:assessment-run:*"
92
+ "arn": "arn:${Partition}:dms:${Region}:${Account}:assessment-run:*",
93
+ "conditionKeys": [
94
+ "aws:ResourceTag/${TagKey}",
95
+ "dms:assessment-run-tag/${TagKey}"
96
+ ]
93
97
  },
94
98
  "replicationtaskindividualassessment": {
95
99
  "key": "ReplicationTaskIndividualAssessment",
96
- "arn": "arn:${Partition}:dms:${Region}:${Account}:individual-assessment:*"
100
+ "arn": "arn:${Partition}:dms:${Region}:${Account}:individual-assessment:*",
101
+ "conditionKeys": [
102
+ "aws:ResourceTag/${TagKey}",
103
+ "dms:individual-assessment-tag/${TagKey}"
104
+ ]
97
105
  }
98
106
  }
@@ -46,6 +46,13 @@
46
46
  "aws:ResourceTag/${TagKey}"
47
47
  ]
48
48
  },
49
+ "integration": {
50
+ "key": "integration",
51
+ "arn": "arn:${Partition}:redshift:${Region}:${Account}:integration:${IntegrationIdentifier}",
52
+ "conditionKeys": [
53
+ "aws:ResourceTag/${TagKey}"
54
+ ]
55
+ },
49
56
  "namespace": {
50
57
  "key": "namespace",
51
58
  "arn": "arn:${Partition}:redshift:${Region}:${Account}:namespace:${ClusterNamespace}",
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.7.202410171",
3
+ "version": "0.7.202410231",
4
4
  "description": "AWS IAM Data",
5
5
  "repository": "github:cloud-copilot/iam-data",
6
- "updatedAt": "2024-10-17T04:49:04.610Z",
6
+ "updatedAt": "2024-10-23T04:47:37.666Z",
7
7
  "exports": {
8
8
  ".": {
9
9
  "import": "./dist/esm/index.js",