@cloud-copilot/iam-data 0.15.202511201 → 0.15.202511221

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.
Files changed (64) hide show
  1. package/data/actions/action-recommendations.json +1 -1
  2. package/data/actions/application-signals.json +8 -0
  3. package/data/actions/autoscaling.json +16 -0
  4. package/data/actions/backup.json +170 -2
  5. package/data/actions/bedrock-agentcore.json +2 -1
  6. package/data/actions/bedrock.json +31 -2
  7. package/data/actions/braket.json +62 -0
  8. package/data/actions/cloudformation.json +21 -0
  9. package/data/actions/cloudshell.json +1 -1
  10. package/data/actions/cloudtrail.json +35 -8
  11. package/data/actions/cost-optimization-hub.json +8 -0
  12. package/data/actions/dms.json +27 -0
  13. package/data/actions/ds.json +2 -2
  14. package/data/actions/ecs.json +90 -0
  15. package/data/actions/glue.json +38 -1
  16. package/data/actions/guardduty.json +24 -0
  17. package/data/actions/iam.json +158 -5
  18. package/data/actions/identitystore.json +76 -27
  19. package/data/actions/imagebuilder.json +40 -0
  20. package/data/actions/invoicing.json +56 -0
  21. package/data/actions/kafka.json +57 -1
  22. package/data/actions/kinesisvideo.json +30 -0
  23. package/data/actions/lakeformation.json +16 -0
  24. package/data/actions/license-manager.json +217 -3
  25. package/data/actions/logs.json +98 -0
  26. package/data/actions/mgn.json +54 -1
  27. package/data/actions/notifications-contacts.json +2 -1
  28. package/data/actions/odb.json +22 -0
  29. package/data/actions/organizations.json +117 -0
  30. package/data/actions/partnercentral.json +307 -3
  31. package/data/actions/pricingplanmanager.json +66 -0
  32. package/data/actions/quicksight.json +9 -0
  33. package/data/actions/s3.json +65 -1
  34. package/data/actions/secretsmanager.json +42 -20
  35. package/data/actions/securityhub.json +30 -0
  36. package/data/actions/signin.json +18 -2
  37. package/data/actions/ssm.json +1 -1
  38. package/data/actions/tag.json +8 -0
  39. package/data/conditionKeys/bedrock-agentcore.json +5 -0
  40. package/data/conditionKeys/bedrock.json +5 -0
  41. package/data/conditionKeys/dynamodb.json +21 -1
  42. package/data/conditionKeys/glue.json +1 -1
  43. package/data/conditionKeys/iam.json +20 -0
  44. package/data/conditionKeys/identitystore.json +26 -1
  45. package/data/conditionKeys/organizations.json +10 -0
  46. package/data/conditionKeys/partnercentral.json +7 -2
  47. package/data/conditionKeys/pricingplanmanager.json +1 -0
  48. package/data/conditionKeys/s3.json +5 -0
  49. package/data/conditionKeys/secretsmanager.json +15 -0
  50. package/data/conditionPatterns.json +1 -0
  51. package/data/resourceTypes/backup.json +7 -0
  52. package/data/resourceTypes/braket.json +7 -0
  53. package/data/resourceTypes/iam.json +7 -0
  54. package/data/resourceTypes/invoicing.json +7 -0
  55. package/data/resourceTypes/license-manager.json +14 -0
  56. package/data/resourceTypes/logs.json +7 -0
  57. package/data/resourceTypes/organizations.json +7 -0
  58. package/data/resourceTypes/partnercentral.json +21 -0
  59. package/data/resourceTypes/pricingplanmanager.json +6 -0
  60. package/data/resourceTypes/s3.json +11 -2
  61. package/data/resourceTypes/secretsmanager.json +2 -1
  62. package/data/serviceNames.json +4 -3
  63. package/data/services.json +1 -0
  64. package/package.json +2 -2
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "listrecommendedactions": {
3
3
  "name": "ListRecommendedActions",
4
- "description": "Grants permission to list recommended actions in the the console",
4
+ "description": "Grants permission to list recommended actions in the AWS Management Console",
5
5
  "accessLevel": "List",
6
6
  "resourceTypes": [],
7
7
  "conditionKeys": [],
@@ -103,6 +103,14 @@
103
103
  "conditionKeys": [],
104
104
  "dependentActions": []
105
105
  },
106
+ "listentityevents": {
107
+ "name": "ListEntityEvents",
108
+ "description": "Grants permission to list events for an entity",
109
+ "accessLevel": "List",
110
+ "resourceTypes": [],
111
+ "conditionKeys": [],
112
+ "dependentActions": []
113
+ },
106
114
  "listgroupingattributedefinitions": {
107
115
  "name": "ListGroupingAttributeDefinitions",
108
116
  "description": "Grants permission to list grouping attribute configurations",
@@ -381,6 +381,14 @@
381
381
  "conditionKeys": [],
382
382
  "dependentActions": []
383
383
  },
384
+ "describeaccountsettings": {
385
+ "name": "DescribeAccountSettings",
386
+ "description": "Grants permission to describe the current Amazon EC2 Auto Scaling account settings for your account",
387
+ "accessLevel": "List",
388
+ "resourceTypes": [],
389
+ "conditionKeys": [],
390
+ "dependentActions": []
391
+ },
384
392
  "describeadjustmenttypes": {
385
393
  "name": "DescribeAdjustmentTypes",
386
394
  "description": "Grants permission to describe the policy adjustment types for use with PutScalingPolicy",
@@ -735,6 +743,14 @@
735
743
  ],
736
744
  "dependentActions": []
737
745
  },
746
+ "putaccountsetting": {
747
+ "name": "PutAccountSetting",
748
+ "description": "Grants permission to modify an account setting for your account",
749
+ "accessLevel": "Write",
750
+ "resourceTypes": [],
751
+ "conditionKeys": [],
752
+ "dependentActions": []
753
+ },
738
754
  "putlifecyclehook": {
739
755
  "name": "PutLifecycleHook",
740
756
  "description": "Grants permission to create or update a lifecycle hook for the specified Auto Scaling Group",
@@ -68,6 +68,22 @@
68
68
  ],
69
69
  "dependentActions": []
70
70
  },
71
+ "createbackupaccesspoint": {
72
+ "name": "CreateBackupAccessPoint",
73
+ "isPermissionOnly": true,
74
+ "description": "Grants permission to create a new access point for backup instant access",
75
+ "accessLevel": "Write",
76
+ "resourceTypes": [
77
+ {
78
+ "name": "recoveryPoint",
79
+ "required": true,
80
+ "conditionKeys": [],
81
+ "dependentActions": []
82
+ }
83
+ ],
84
+ "conditionKeys": [],
85
+ "dependentActions": []
86
+ },
71
87
  "createbackupplan": {
72
88
  "name": "CreateBackupPlan",
73
89
  "description": "Grants permission to create a new backup plan",
@@ -77,7 +93,9 @@
77
93
  "name": "backupPlan",
78
94
  "required": true,
79
95
  "conditionKeys": [],
80
- "dependentActions": []
96
+ "dependentActions": [
97
+ "iam:PassRole"
98
+ ]
81
99
  }
82
100
  ],
83
101
  "conditionKeys": [
@@ -249,6 +267,33 @@
249
267
  "iam:PassRole"
250
268
  ]
251
269
  },
270
+ "createtieringconfiguration": {
271
+ "name": "CreateTieringConfiguration",
272
+ "description": "Grants permission to create a new tiering configuration",
273
+ "accessLevel": "Write",
274
+ "resourceTypes": [
275
+ {
276
+ "name": "tieringConfiguration",
277
+ "required": true,
278
+ "conditionKeys": [],
279
+ "dependentActions": []
280
+ }
281
+ ],
282
+ "conditionKeys": [
283
+ "aws:RequestTag/${TagKey}",
284
+ "aws:TagKeys"
285
+ ],
286
+ "dependentActions": []
287
+ },
288
+ "deletebackupaccesspoint": {
289
+ "name": "DeleteBackupAccessPoint",
290
+ "isPermissionOnly": true,
291
+ "description": "Grants permission to delete the access point",
292
+ "accessLevel": "Write",
293
+ "resourceTypes": [],
294
+ "conditionKeys": [],
295
+ "dependentActions": []
296
+ },
252
297
  "deletebackupplan": {
253
298
  "name": "DeleteBackupPlan",
254
299
  "description": "Grants permission to delete a backup plan",
@@ -430,6 +475,30 @@
430
475
  "conditionKeys": [],
431
476
  "dependentActions": []
432
477
  },
478
+ "deletetieringconfiguration": {
479
+ "name": "DeleteTieringConfiguration",
480
+ "description": "Grants permission to delete a tiering configuration",
481
+ "accessLevel": "Write",
482
+ "resourceTypes": [
483
+ {
484
+ "name": "tieringConfiguration",
485
+ "required": true,
486
+ "conditionKeys": [],
487
+ "dependentActions": []
488
+ }
489
+ ],
490
+ "conditionKeys": [],
491
+ "dependentActions": []
492
+ },
493
+ "describebackupaccesspoint": {
494
+ "name": "DescribeBackupAccessPoint",
495
+ "isPermissionOnly": true,
496
+ "description": "Grants permission to return information about the specified access point",
497
+ "accessLevel": "Read",
498
+ "resourceTypes": [],
499
+ "conditionKeys": [],
500
+ "dependentActions": []
501
+ },
433
502
  "describebackupjob": {
434
503
  "name": "DescribeBackupJob",
435
504
  "description": "Grants permission to describe a backup job",
@@ -546,6 +615,14 @@
546
615
  "conditionKeys": [],
547
616
  "dependentActions": []
548
617
  },
618
+ "describescanjob": {
619
+ "name": "DescribeScanJob",
620
+ "description": "Grants permission to describe a scan job",
621
+ "accessLevel": "Read",
622
+ "resourceTypes": [],
623
+ "conditionKeys": [],
624
+ "dependentActions": []
625
+ },
549
626
  "disassociatebackupvaultmpaapprovalteam": {
550
627
  "name": "DisassociateBackupVaultMpaApprovalTeam",
551
628
  "description": "Grants permission to disassociate an MPA approval team from a backup vault",
@@ -790,6 +867,21 @@
790
867
  "conditionKeys": [],
791
868
  "dependentActions": []
792
869
  },
870
+ "gettieringconfiguration": {
871
+ "name": "GetTieringConfiguration",
872
+ "description": "Grants permission to describe a tiering configuration",
873
+ "accessLevel": "Read",
874
+ "resourceTypes": [
875
+ {
876
+ "name": "tieringConfiguration",
877
+ "required": true,
878
+ "conditionKeys": [],
879
+ "dependentActions": []
880
+ }
881
+ ],
882
+ "conditionKeys": [],
883
+ "dependentActions": []
884
+ },
793
885
  "listbackupjobsummaries": {
794
886
  "name": "ListBackupJobSummaries",
795
887
  "description": "Grants permission to list backup job summaries",
@@ -1048,6 +1140,22 @@
1048
1140
  "conditionKeys": [],
1049
1141
  "dependentActions": []
1050
1142
  },
1143
+ "listscanjobsummaries": {
1144
+ "name": "ListScanJobSummaries",
1145
+ "description": "Grants permission to list scan job summaries",
1146
+ "accessLevel": "List",
1147
+ "resourceTypes": [],
1148
+ "conditionKeys": [],
1149
+ "dependentActions": []
1150
+ },
1151
+ "listscanjobs": {
1152
+ "name": "ListScanJobs",
1153
+ "description": "Grants permission to list scan jobs",
1154
+ "accessLevel": "List",
1155
+ "resourceTypes": [],
1156
+ "conditionKeys": [],
1157
+ "dependentActions": []
1158
+ },
1051
1159
  "listtags": {
1052
1160
  "name": "ListTags",
1053
1161
  "description": "Grants permission to list tags for a resource",
@@ -1094,11 +1202,25 @@
1094
1202
  "required": false,
1095
1203
  "conditionKeys": [],
1096
1204
  "dependentActions": []
1205
+ },
1206
+ {
1207
+ "name": "tieringConfiguration",
1208
+ "required": false,
1209
+ "conditionKeys": [],
1210
+ "dependentActions": []
1097
1211
  }
1098
1212
  ],
1099
1213
  "conditionKeys": [],
1100
1214
  "dependentActions": []
1101
1215
  },
1216
+ "listtieringconfigurations": {
1217
+ "name": "ListTieringConfigurations",
1218
+ "description": "Grants permission to list tiering configurations",
1219
+ "accessLevel": "List",
1220
+ "resourceTypes": [],
1221
+ "conditionKeys": [],
1222
+ "dependentActions": []
1223
+ },
1102
1224
  "putbackupvaultaccesspolicy": {
1103
1225
  "name": "PutBackupVaultAccessPolicy",
1104
1226
  "description": "Grants permission to add an access policy to the backup vault",
@@ -1269,6 +1391,23 @@
1269
1391
  "iam:PassRole"
1270
1392
  ]
1271
1393
  },
1394
+ "startscanjob": {
1395
+ "name": "StartScanJob",
1396
+ "description": "Grants permission to start a new scan job",
1397
+ "accessLevel": "Write",
1398
+ "resourceTypes": [
1399
+ {
1400
+ "name": "recoveryPoint",
1401
+ "required": true,
1402
+ "conditionKeys": [],
1403
+ "dependentActions": []
1404
+ }
1405
+ ],
1406
+ "conditionKeys": [],
1407
+ "dependentActions": [
1408
+ "iam:PassRole"
1409
+ ]
1410
+ },
1272
1411
  "stopbackupjob": {
1273
1412
  "name": "StopBackupJob",
1274
1413
  "description": "Grants permission to stop a backup job",
@@ -1323,6 +1462,12 @@
1323
1462
  "required": false,
1324
1463
  "conditionKeys": [],
1325
1464
  "dependentActions": []
1465
+ },
1466
+ {
1467
+ "name": "tieringConfiguration",
1468
+ "required": false,
1469
+ "conditionKeys": [],
1470
+ "dependentActions": []
1326
1471
  }
1327
1472
  ],
1328
1473
  "conditionKeys": [
@@ -1377,6 +1522,12 @@
1377
1522
  "required": false,
1378
1523
  "conditionKeys": [],
1379
1524
  "dependentActions": []
1525
+ },
1526
+ {
1527
+ "name": "tieringConfiguration",
1528
+ "required": false,
1529
+ "conditionKeys": [],
1530
+ "dependentActions": []
1380
1531
  }
1381
1532
  ],
1382
1533
  "conditionKeys": [
@@ -1397,7 +1548,9 @@
1397
1548
  }
1398
1549
  ],
1399
1550
  "conditionKeys": [],
1400
- "dependentActions": []
1551
+ "dependentActions": [
1552
+ "iam:PassRole"
1553
+ ]
1401
1554
  },
1402
1555
  "updateframework": {
1403
1556
  "name": "UpdateFramework",
@@ -1510,5 +1663,20 @@
1510
1663
  "dependentActions": [
1511
1664
  "iam:PassRole"
1512
1665
  ]
1666
+ },
1667
+ "updatetieringconfiguration": {
1668
+ "name": "UpdateTieringConfiguration",
1669
+ "description": "Grants permission to update a tiering configuration",
1670
+ "accessLevel": "Write",
1671
+ "resourceTypes": [
1672
+ {
1673
+ "name": "tieringConfiguration",
1674
+ "required": true,
1675
+ "conditionKeys": [],
1676
+ "dependentActions": []
1677
+ }
1678
+ ],
1679
+ "conditionKeys": [],
1680
+ "dependentActions": []
1513
1681
  }
1514
1682
  }
@@ -250,7 +250,8 @@
250
250
  "resourceTypes": [],
251
251
  "conditionKeys": [
252
252
  "aws:RequestTag/${TagKey}",
253
- "aws:TagKeys"
253
+ "aws:TagKeys",
254
+ "bedrock-agentcore:KmsKeyArn"
254
255
  ],
255
256
  "dependentActions": [
256
257
  "iam:PassRole"
@@ -2133,6 +2133,33 @@
2133
2133
  "conditionKeys": [],
2134
2134
  "dependentActions": []
2135
2135
  },
2136
+ "invokedataautomation": {
2137
+ "name": "InvokeDataAutomation",
2138
+ "description": "Grants permission to invoke a call to Sync API of Bedrock data automation",
2139
+ "accessLevel": "Write",
2140
+ "resourceTypes": [
2141
+ {
2142
+ "name": "blueprint",
2143
+ "required": true,
2144
+ "conditionKeys": [],
2145
+ "dependentActions": []
2146
+ },
2147
+ {
2148
+ "name": "data-automation-profile",
2149
+ "required": true,
2150
+ "conditionKeys": [],
2151
+ "dependentActions": []
2152
+ },
2153
+ {
2154
+ "name": "data-automation-project",
2155
+ "required": true,
2156
+ "conditionKeys": [],
2157
+ "dependentActions": []
2158
+ }
2159
+ ],
2160
+ "conditionKeys": [],
2161
+ "dependentActions": []
2162
+ },
2136
2163
  "invokedataautomationasync": {
2137
2164
  "name": "InvokeDataAutomationAsync",
2138
2165
  "description": "Grants permission to invoke a Bedrock data automation job",
@@ -2260,7 +2287,8 @@
2260
2287
  "aws:RequestTag/${TagKey}",
2261
2288
  "aws:TagKeys",
2262
2289
  "bedrock:GuardrailIdentifier",
2263
- "bedrock:BearerTokenType"
2290
+ "bedrock:BearerTokenType",
2291
+ "bedrock:ServiceTier"
2264
2292
  ],
2265
2293
  "dependentActions": []
2266
2294
  },
@@ -2328,7 +2356,8 @@
2328
2356
  "bedrock:InferenceProfileArn",
2329
2357
  "bedrock:PromptRouterArn",
2330
2358
  "bedrock:GuardrailIdentifier",
2331
- "bedrock:BearerTokenType"
2359
+ "bedrock:BearerTokenType",
2360
+ "bedrock:ServiceTier"
2332
2361
  ],
2333
2362
  "dependentActions": []
2334
2363
  },
@@ -62,6 +62,30 @@
62
62
  ],
63
63
  "dependentActions": []
64
64
  },
65
+ "createspendinglimit": {
66
+ "name": "CreateSpendingLimit",
67
+ "description": "Grants permission to create a spending limit",
68
+ "accessLevel": "Write",
69
+ "resourceTypes": [],
70
+ "conditionKeys": [
71
+ "aws:RequestTag/${TagKey}",
72
+ "aws:ResourceTag/${TagKey}",
73
+ "aws:TagKeys"
74
+ ],
75
+ "dependentActions": []
76
+ },
77
+ "deletespendinglimit": {
78
+ "name": "DeleteSpendingLimit",
79
+ "description": "Grants permission to delete a spending limit",
80
+ "accessLevel": "Write",
81
+ "resourceTypes": [],
82
+ "conditionKeys": [
83
+ "aws:RequestTag/${TagKey}",
84
+ "aws:ResourceTag/${TagKey}",
85
+ "aws:TagKeys"
86
+ ],
87
+ "dependentActions": []
88
+ },
65
89
  "getdevice": {
66
90
  "name": "GetDevice",
67
91
  "description": "Grants permission to retrieve information about the devices available in Amazon Braket",
@@ -134,6 +158,12 @@
134
158
  "required": false,
135
159
  "conditionKeys": [],
136
160
  "dependentActions": []
161
+ },
162
+ {
163
+ "name": "spending-limit",
164
+ "required": false,
165
+ "conditionKeys": [],
166
+ "dependentActions": []
137
167
  }
138
168
  ],
139
169
  "conditionKeys": [],
@@ -163,6 +193,14 @@
163
193
  "conditionKeys": [],
164
194
  "dependentActions": []
165
195
  },
196
+ "searchspendinglimits": {
197
+ "name": "SearchSpendingLimits",
198
+ "description": "Grants permission to search for spending limit",
199
+ "accessLevel": "Read",
200
+ "resourceTypes": [],
201
+ "conditionKeys": [],
202
+ "dependentActions": []
203
+ },
166
204
  "tagresource": {
167
205
  "name": "TagResource",
168
206
  "description": "Grants permission to add one or more tags to a quantum task or a hybrid job",
@@ -179,6 +217,12 @@
179
217
  "required": false,
180
218
  "conditionKeys": [],
181
219
  "dependentActions": []
220
+ },
221
+ {
222
+ "name": "spending-limit",
223
+ "required": false,
224
+ "conditionKeys": [],
225
+ "dependentActions": []
182
226
  }
183
227
  ],
184
228
  "conditionKeys": [
@@ -203,11 +247,29 @@
203
247
  "required": false,
204
248
  "conditionKeys": [],
205
249
  "dependentActions": []
250
+ },
251
+ {
252
+ "name": "spending-limit",
253
+ "required": false,
254
+ "conditionKeys": [],
255
+ "dependentActions": []
206
256
  }
207
257
  ],
208
258
  "conditionKeys": [
209
259
  "aws:TagKeys"
210
260
  ],
211
261
  "dependentActions": []
262
+ },
263
+ "updatespendinglimit": {
264
+ "name": "UpdateSpendingLimit",
265
+ "description": "Grants permission to update a spending limit",
266
+ "accessLevel": "Write",
267
+ "resourceTypes": [],
268
+ "conditionKeys": [
269
+ "aws:RequestTag/${TagKey}",
270
+ "aws:ResourceTag/${TagKey}",
271
+ "aws:TagKeys"
272
+ ],
273
+ "dependentActions": []
212
274
  }
213
275
  }
@@ -392,6 +392,27 @@
392
392
  ],
393
393
  "dependentActions": []
394
394
  },
395
+ "describeevents": {
396
+ "name": "DescribeEvents",
397
+ "description": "Grants permission to return all related events for a specified operation",
398
+ "accessLevel": "Read",
399
+ "resourceTypes": [
400
+ {
401
+ "name": "changeset",
402
+ "required": false,
403
+ "conditionKeys": [],
404
+ "dependentActions": []
405
+ },
406
+ {
407
+ "name": "stack",
408
+ "required": false,
409
+ "conditionKeys": [],
410
+ "dependentActions": []
411
+ }
412
+ ],
413
+ "conditionKeys": [],
414
+ "dependentActions": []
415
+ },
395
416
  "describegeneratedtemplate": {
396
417
  "name": "DescribeGeneratedTemplate",
397
418
  "description": "Grants permission to describe a generated template. The output includes details about the progress of the creation of a generated template",
@@ -31,7 +31,7 @@
31
31
  "createsession": {
32
32
  "name": "CreateSession",
33
33
  "isPermissionOnly": true,
34
- "description": "Grants permissions to connect to a CloudShell environment from the the console",
34
+ "description": "Grants permissions to connect to a CloudShell environment from the AWS Management Console",
35
35
  "accessLevel": "Write",
36
36
  "resourceTypes": [
37
37
  {
@@ -409,12 +409,18 @@
409
409
  },
410
410
  "geteventconfiguration": {
411
411
  "name": "GetEventConfiguration",
412
- "description": "Grants permission to list event configurations that are configured for an event data store",
412
+ "description": "Grants permission to list event configurations that are configured for a trail or an event data store",
413
413
  "accessLevel": "Read",
414
414
  "resourceTypes": [
415
415
  {
416
416
  "name": "eventdatastore",
417
- "required": true,
417
+ "required": false,
418
+ "conditionKeys": [],
419
+ "dependentActions": []
420
+ },
421
+ {
422
+ "name": "trail",
423
+ "required": false,
418
424
  "conditionKeys": [],
419
425
  "dependentActions": []
420
426
  }
@@ -630,6 +636,21 @@
630
636
  "conditionKeys": [],
631
637
  "dependentActions": []
632
638
  },
639
+ "listinsightsdata": {
640
+ "name": "ListInsightsData",
641
+ "description": "Grants permission to retrieve data captured by CloudTrail Insights",
642
+ "accessLevel": "List",
643
+ "resourceTypes": [
644
+ {
645
+ "name": "trail",
646
+ "required": true,
647
+ "conditionKeys": [],
648
+ "dependentActions": []
649
+ }
650
+ ],
651
+ "conditionKeys": [],
652
+ "dependentActions": []
653
+ },
633
654
  "listpublickeys": {
634
655
  "name": "ListPublicKeys",
635
656
  "description": "Grants permission to list the public keys whose private keys were used to sign trail digest files within a specified time range",
@@ -713,21 +734,27 @@
713
734
  },
714
735
  "puteventconfiguration": {
715
736
  "name": "PutEventConfiguration",
716
- "description": "Grants permission to create and update event configurations for an event data store",
737
+ "description": "Grants permission to create and update event configurations for a trail or an event data store",
717
738
  "accessLevel": "Write",
718
739
  "resourceTypes": [
719
740
  {
720
741
  "name": "eventdatastore",
721
- "required": true,
742
+ "required": false,
743
+ "conditionKeys": [],
744
+ "dependentActions": [
745
+ "iam:CreateServiceLinkedRole",
746
+ "iam:GetRole"
747
+ ]
748
+ },
749
+ {
750
+ "name": "trail",
751
+ "required": false,
722
752
  "conditionKeys": [],
723
753
  "dependentActions": []
724
754
  }
725
755
  ],
726
756
  "conditionKeys": [],
727
- "dependentActions": [
728
- "iam:CreateServiceLinkedRole",
729
- "iam:GetRole"
730
- ]
757
+ "dependentActions": []
731
758
  },
732
759
  "puteventselectors": {
733
760
  "name": "PutEventSelectors",
@@ -15,6 +15,14 @@
15
15
  "conditionKeys": [],
16
16
  "dependentActions": []
17
17
  },
18
+ "listefficiencymetrics": {
19
+ "name": "ListEfficiencyMetrics",
20
+ "description": "Grants permission to list efficiency metric scores by group",
21
+ "accessLevel": "List",
22
+ "resourceTypes": [],
23
+ "conditionKeys": [],
24
+ "dependentActions": []
25
+ },
18
26
  "listenrollmentstatuses": {
19
27
  "name": "ListEnrollmentStatuses",
20
28
  "description": "Grants permission to list enrollment statuses for the specified account or all members under a management account",
@@ -292,6 +292,22 @@
292
292
  ],
293
293
  "dependentActions": []
294
294
  },
295
+ "createoutboundintegration": {
296
+ "name": "CreateOutboundIntegration",
297
+ "isPermissionOnly": true,
298
+ "description": "Grants permission to DMS to create resources for zero-ETL integrations with self managed databases",
299
+ "accessLevel": "Write",
300
+ "resourceTypes": [],
301
+ "conditionKeys": [
302
+ "aws:ResourceTag/${TagKey}",
303
+ "aws:RequestTag/${TagKey}",
304
+ "aws:TagKeys",
305
+ "dms:req-tag/${TagKey}"
306
+ ],
307
+ "dependentActions": [
308
+ "iam:PassRole"
309
+ ]
310
+ },
295
311
  "createreplicationconfig": {
296
312
  "name": "CreateReplicationConfig",
297
313
  "description": "Grants permission to create a replication config using the provided settings",
@@ -1345,6 +1361,17 @@
1345
1361
  "conditionKeys": [],
1346
1362
  "dependentActions": []
1347
1363
  },
1364
+ "modifyoutboundintegration": {
1365
+ "name": "ModifyOutboundIntegration",
1366
+ "isPermissionOnly": true,
1367
+ "description": "Grants permission to DMS to modify resources for zero-ETL integrations with self managed databases",
1368
+ "accessLevel": "Write",
1369
+ "resourceTypes": [],
1370
+ "conditionKeys": [],
1371
+ "dependentActions": [
1372
+ "iam:PassRole"
1373
+ ]
1374
+ },
1348
1375
  "modifyreplicationconfig": {
1349
1376
  "name": "ModifyReplicationConfig",
1350
1377
  "description": "Grants permission to modify the specified replication config",
@@ -748,7 +748,7 @@
748
748
  "disableroleaccess": {
749
749
  "name": "DisableRoleAccess",
750
750
  "isPermissionOnly": true,
751
- "description": "Grants permission to disable the console access for identity in your AWS Directory",
751
+ "description": "Grants permission to disable AWS Management Console access for identity in your AWS Directory",
752
752
  "accessLevel": "Write",
753
753
  "resourceTypes": [
754
754
  {
@@ -857,7 +857,7 @@
857
857
  "enableroleaccess": {
858
858
  "name": "EnableRoleAccess",
859
859
  "isPermissionOnly": true,
860
- "description": "Grants permission to enable the console access for identity in your AWS Directory",
860
+ "description": "Grants permission to enable AWS Management Console access for identity in your AWS Directory",
861
861
  "accessLevel": "Write",
862
862
  "resourceTypes": [
863
863
  {