@cloud-copilot/iam-data 0.7.202410191 → 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": [
@@ -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",
@@ -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",
@@ -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
  }
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.7.202410191",
3
+ "version": "0.7.202410231",
4
4
  "description": "AWS IAM Data",
5
5
  "repository": "github:cloud-copilot/iam-data",
6
- "updatedAt": "2024-10-19T04:46:51.313Z",
6
+ "updatedAt": "2024-10-23T04:47:37.666Z",
7
7
  "exports": {
8
8
  ".": {
9
9
  "import": "./dist/esm/index.js",