@cloud-copilot/iam-data 0.15.202511181 → 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 (60) hide show
  1. package/data/actions/application-signals.json +8 -0
  2. package/data/actions/autoscaling.json +16 -0
  3. package/data/actions/backup.json +170 -2
  4. package/data/actions/bedrock-agentcore.json +2 -1
  5. package/data/actions/bedrock.json +31 -2
  6. package/data/actions/braket.json +62 -0
  7. package/data/actions/cloudformation.json +21 -0
  8. package/data/actions/cloudtrail.json +35 -8
  9. package/data/actions/cost-optimization-hub.json +8 -0
  10. package/data/actions/dms.json +27 -0
  11. package/data/actions/ecs.json +90 -0
  12. package/data/actions/glue.json +38 -1
  13. package/data/actions/guardduty.json +24 -0
  14. package/data/actions/iam.json +158 -5
  15. package/data/actions/identitystore.json +76 -27
  16. package/data/actions/imagebuilder.json +40 -0
  17. package/data/actions/invoicing.json +56 -0
  18. package/data/actions/kafka.json +57 -1
  19. package/data/actions/kinesisvideo.json +30 -0
  20. package/data/actions/lakeformation.json +16 -0
  21. package/data/actions/license-manager.json +217 -3
  22. package/data/actions/logs.json +98 -0
  23. package/data/actions/mgn.json +54 -1
  24. package/data/actions/notifications-contacts.json +2 -1
  25. package/data/actions/odb.json +22 -0
  26. package/data/actions/organizations.json +117 -0
  27. package/data/actions/partnercentral.json +307 -3
  28. package/data/actions/pricingplanmanager.json +66 -0
  29. package/data/actions/quicksight.json +9 -0
  30. package/data/actions/s3.json +65 -1
  31. package/data/actions/secretsmanager.json +42 -20
  32. package/data/actions/securityhub.json +30 -0
  33. package/data/actions/signin.json +16 -0
  34. package/data/actions/tag.json +8 -0
  35. package/data/conditionKeys/bedrock-agentcore.json +5 -0
  36. package/data/conditionKeys/bedrock.json +5 -0
  37. package/data/conditionKeys/dynamodb.json +21 -1
  38. package/data/conditionKeys/glue.json +1 -1
  39. package/data/conditionKeys/iam.json +20 -0
  40. package/data/conditionKeys/identitystore.json +26 -1
  41. package/data/conditionKeys/organizations.json +10 -0
  42. package/data/conditionKeys/partnercentral.json +7 -2
  43. package/data/conditionKeys/pricingplanmanager.json +1 -0
  44. package/data/conditionKeys/s3.json +5 -0
  45. package/data/conditionKeys/secretsmanager.json +15 -0
  46. package/data/conditionPatterns.json +1 -0
  47. package/data/resourceTypes/backup.json +7 -0
  48. package/data/resourceTypes/braket.json +7 -0
  49. package/data/resourceTypes/iam.json +7 -0
  50. package/data/resourceTypes/invoicing.json +7 -0
  51. package/data/resourceTypes/license-manager.json +14 -0
  52. package/data/resourceTypes/logs.json +7 -0
  53. package/data/resourceTypes/organizations.json +7 -0
  54. package/data/resourceTypes/partnercentral.json +21 -0
  55. package/data/resourceTypes/pricingplanmanager.json +6 -0
  56. package/data/resourceTypes/s3.json +11 -2
  57. package/data/resourceTypes/secretsmanager.json +2 -1
  58. package/data/serviceNames.json +2 -1
  59. package/data/services.json +1 -0
  60. package/package.json +2 -2
@@ -8,13 +8,16 @@
8
8
  "name": "Identitystore",
9
9
  "required": true,
10
10
  "conditionKeys": [],
11
- "dependentActions": []
11
+ "dependentActions": [
12
+ "kms:Decrypt"
13
+ ]
12
14
  }
13
15
  ],
14
- "conditionKeys": [],
15
- "dependentActions": [
16
- "kms:Decrypt"
17
- ]
16
+ "conditionKeys": [
17
+ "identitystore:PrimaryRegion",
18
+ "identitystore:GroupExternalIdIssuers"
19
+ ],
20
+ "dependentActions": []
18
21
  },
19
22
  "creategroupmembership": {
20
23
  "name": "CreateGroupMembership",
@@ -42,7 +45,9 @@
42
45
  "dependentActions": []
43
46
  }
44
47
  ],
45
- "conditionKeys": [],
48
+ "conditionKeys": [
49
+ "identitystore:PrimaryRegion"
50
+ ],
46
51
  "dependentActions": []
47
52
  },
48
53
  "createidentitystore": {
@@ -67,13 +72,17 @@
67
72
  "name": "Identitystore",
68
73
  "required": true,
69
74
  "conditionKeys": [],
70
- "dependentActions": []
75
+ "dependentActions": [
76
+ "kms:Decrypt"
77
+ ]
71
78
  }
72
79
  ],
73
- "conditionKeys": [],
74
- "dependentActions": [
75
- "kms:Decrypt"
76
- ]
80
+ "conditionKeys": [
81
+ "identitystore:PrimaryRegion",
82
+ "identitystore:UserExternalIdIssuers",
83
+ "identitystore:ReservedUserId"
84
+ ],
85
+ "dependentActions": []
77
86
  },
78
87
  "deletegroup": {
79
88
  "name": "DeleteGroup",
@@ -95,7 +104,10 @@
95
104
  "dependentActions": []
96
105
  }
97
106
  ],
98
- "conditionKeys": [],
107
+ "conditionKeys": [
108
+ "identitystore:PrimaryRegion",
109
+ "identitystore:GroupExternalIdIssuers"
110
+ ],
99
111
  "dependentActions": []
100
112
  },
101
113
  "deletegroupmembership": {
@@ -130,7 +142,9 @@
130
142
  "dependentActions": []
131
143
  }
132
144
  ],
133
- "conditionKeys": [],
145
+ "conditionKeys": [
146
+ "identitystore:PrimaryRegion"
147
+ ],
134
148
  "dependentActions": []
135
149
  },
136
150
  "deleteidentitystore": {
@@ -161,7 +175,10 @@
161
175
  "dependentActions": []
162
176
  }
163
177
  ],
164
- "conditionKeys": [],
178
+ "conditionKeys": [
179
+ "identitystore:PrimaryRegion",
180
+ "identitystore:UserExternalIdIssuers"
181
+ ],
165
182
  "dependentActions": []
166
183
  },
167
184
  "describegroup": {
@@ -184,7 +201,10 @@
184
201
  "dependentActions": []
185
202
  }
186
203
  ],
187
- "conditionKeys": [],
204
+ "conditionKeys": [
205
+ "identitystore:PrimaryRegion",
206
+ "identitystore:GroupExternalIdIssuers"
207
+ ],
188
208
  "dependentActions": []
189
209
  },
190
210
  "describegroupmembership": {
@@ -219,7 +239,9 @@
219
239
  "dependentActions": []
220
240
  }
221
241
  ],
222
- "conditionKeys": [],
242
+ "conditionKeys": [
243
+ "identitystore:PrimaryRegion"
244
+ ],
223
245
  "dependentActions": []
224
246
  },
225
247
  "describeuser": {
@@ -242,7 +264,10 @@
242
264
  "dependentActions": []
243
265
  }
244
266
  ],
245
- "conditionKeys": [],
267
+ "conditionKeys": [
268
+ "identitystore:PrimaryRegion",
269
+ "identitystore:UserExternalIdIssuers"
270
+ ],
246
271
  "dependentActions": []
247
272
  },
248
273
  "getgroupid": {
@@ -265,7 +290,9 @@
265
290
  "dependentActions": []
266
291
  }
267
292
  ],
268
- "conditionKeys": [],
293
+ "conditionKeys": [
294
+ "identitystore:PrimaryRegion"
295
+ ],
269
296
  "dependentActions": []
270
297
  },
271
298
  "getgroupmembershipid": {
@@ -300,7 +327,9 @@
300
327
  "dependentActions": []
301
328
  }
302
329
  ],
303
- "conditionKeys": [],
330
+ "conditionKeys": [
331
+ "identitystore:PrimaryRegion"
332
+ ],
304
333
  "dependentActions": []
305
334
  },
306
335
  "getuserid": {
@@ -323,7 +352,9 @@
323
352
  "dependentActions": []
324
353
  }
325
354
  ],
326
- "conditionKeys": [],
355
+ "conditionKeys": [
356
+ "identitystore:PrimaryRegion"
357
+ ],
327
358
  "dependentActions": []
328
359
  },
329
360
  "ismemberingroups": {
@@ -358,7 +389,9 @@
358
389
  "dependentActions": []
359
390
  }
360
391
  ],
361
- "conditionKeys": [],
392
+ "conditionKeys": [
393
+ "identitystore:PrimaryRegion"
394
+ ],
362
395
  "dependentActions": []
363
396
  },
364
397
  "listgroupmemberships": {
@@ -387,7 +420,9 @@
387
420
  "dependentActions": []
388
421
  }
389
422
  ],
390
- "conditionKeys": [],
423
+ "conditionKeys": [
424
+ "identitystore:PrimaryRegion"
425
+ ],
391
426
  "dependentActions": []
392
427
  },
393
428
  "listgroupmembershipsformember": {
@@ -416,7 +451,9 @@
416
451
  "dependentActions": []
417
452
  }
418
453
  ],
419
- "conditionKeys": [],
454
+ "conditionKeys": [
455
+ "identitystore:PrimaryRegion"
456
+ ],
420
457
  "dependentActions": []
421
458
  },
422
459
  "listgroups": {
@@ -439,7 +476,10 @@
439
476
  "dependentActions": []
440
477
  }
441
478
  ],
442
- "conditionKeys": [],
479
+ "conditionKeys": [
480
+ "identitystore:PrimaryRegion",
481
+ "identitystore:GroupExternalIdIssuers"
482
+ ],
443
483
  "dependentActions": []
444
484
  },
445
485
  "listusers": {
@@ -462,7 +502,10 @@
462
502
  "dependentActions": []
463
503
  }
464
504
  ],
465
- "conditionKeys": [],
505
+ "conditionKeys": [
506
+ "identitystore:PrimaryRegion",
507
+ "identitystore:UserExternalIdIssuers"
508
+ ],
466
509
  "dependentActions": []
467
510
  },
468
511
  "updategroup": {
@@ -485,7 +528,10 @@
485
528
  "dependentActions": []
486
529
  }
487
530
  ],
488
- "conditionKeys": [],
531
+ "conditionKeys": [
532
+ "identitystore:PrimaryRegion",
533
+ "identitystore:GroupExternalIdIssuers"
534
+ ],
489
535
  "dependentActions": []
490
536
  },
491
537
  "updateidentitystore": {
@@ -521,7 +567,10 @@
521
567
  "dependentActions": []
522
568
  }
523
569
  ],
524
- "conditionKeys": [],
570
+ "conditionKeys": [
571
+ "identitystore:PrimaryRegion",
572
+ "identitystore:UserExternalIdIssuers"
573
+ ],
525
574
  "dependentActions": []
526
575
  }
527
576
  }
@@ -405,6 +405,31 @@
405
405
  "conditionKeys": [],
406
406
  "dependentActions": []
407
407
  },
408
+ "distributeimage": {
409
+ "name": "DistributeImage",
410
+ "description": "Grants permission to distribute an image",
411
+ "accessLevel": "Write",
412
+ "resourceTypes": [
413
+ {
414
+ "name": "image",
415
+ "required": true,
416
+ "conditionKeys": [],
417
+ "dependentActions": [
418
+ "ec2:DescribeImages",
419
+ "iam:PassRole",
420
+ "imagebuilder:GetDistributionConfiguration",
421
+ "imagebuilder:GetImage",
422
+ "imagebuilder:TagResource",
423
+ "ssm:GetParameter"
424
+ ]
425
+ }
426
+ ],
427
+ "conditionKeys": [
428
+ "aws:RequestTag/${TagKey}",
429
+ "aws:TagKeys"
430
+ ],
431
+ "dependentActions": []
432
+ },
408
433
  "getcomponent": {
409
434
  "name": "GetComponent",
410
435
  "description": "Grants permission to view details about a component",
@@ -1130,6 +1155,21 @@
1130
1155
  "conditionKeys": [],
1131
1156
  "dependentActions": []
1132
1157
  },
1158
+ "retryimage": {
1159
+ "name": "RetryImage",
1160
+ "description": "Grants permission to retry an image creation",
1161
+ "accessLevel": "Write",
1162
+ "resourceTypes": [
1163
+ {
1164
+ "name": "image",
1165
+ "required": true,
1166
+ "conditionKeys": [],
1167
+ "dependentActions": []
1168
+ }
1169
+ ],
1170
+ "conditionKeys": [],
1171
+ "dependentActions": []
1172
+ },
1133
1173
  "sendworkflowstepaction": {
1134
1174
  "name": "SendWorkflowStepAction",
1135
1175
  "description": "Grants permission to send an action to a workflow step",
@@ -18,6 +18,16 @@
18
18
  ],
19
19
  "dependentActions": []
20
20
  },
21
+ "createprocurementportalpreference": {
22
+ "name": "CreateProcurementPortalPreference",
23
+ "description": "Grants permission to create a procurement portal preference",
24
+ "accessLevel": "Write",
25
+ "resourceTypes": [],
26
+ "conditionKeys": [
27
+ "aws:ResourceTag/${TagKey}"
28
+ ],
29
+ "dependentActions": []
30
+ },
21
31
  "deleteinvoiceunit": {
22
32
  "name": "DeleteInvoiceUnit",
23
33
  "description": "Grants permission to update an invoice unit for your organization",
@@ -35,6 +45,16 @@
35
45
  ],
36
46
  "dependentActions": []
37
47
  },
48
+ "deleteprocurementportalpreference": {
49
+ "name": "DeleteProcurementPortalPreference",
50
+ "description": "Grants permission to delete a procurement portal preference",
51
+ "accessLevel": "Write",
52
+ "resourceTypes": [],
53
+ "conditionKeys": [
54
+ "aws:ResourceTag/${TagKey}"
55
+ ],
56
+ "dependentActions": []
57
+ },
38
58
  "getinvoicecorrection": {
39
59
  "name": "GetInvoiceCorrection",
40
60
  "isPermissionOnly": true,
@@ -76,6 +96,14 @@
76
96
  "conditionKeys": [],
77
97
  "dependentActions": []
78
98
  },
99
+ "getprocurementportalpreference": {
100
+ "name": "GetProcurementPortalPreference",
101
+ "description": "Grants permission to get a procurement portal preference",
102
+ "accessLevel": "Read",
103
+ "resourceTypes": [],
104
+ "conditionKeys": [],
105
+ "dependentActions": []
106
+ },
79
107
  "listinvoicecorrections": {
80
108
  "name": "ListInvoiceCorrections",
81
109
  "isPermissionOnly": true,
@@ -101,6 +129,14 @@
101
129
  "conditionKeys": [],
102
130
  "dependentActions": []
103
131
  },
132
+ "listprocurementportalpreferences": {
133
+ "name": "ListProcurementPortalPreferences",
134
+ "description": "Grants permission to list procurement portal preferences for an account",
135
+ "accessLevel": "List",
136
+ "resourceTypes": [],
137
+ "conditionKeys": [],
138
+ "dependentActions": []
139
+ },
104
140
  "listtagsforresource": {
105
141
  "name": "ListTagsForResource",
106
142
  "description": "Grants permission to list tags for a resource",
@@ -127,6 +163,16 @@
127
163
  "conditionKeys": [],
128
164
  "dependentActions": []
129
165
  },
166
+ "putprocurementportalpreference": {
167
+ "name": "PutProcurementPortalPreference",
168
+ "description": "Grants permission to update a procurement portal preference",
169
+ "accessLevel": "Write",
170
+ "resourceTypes": [],
171
+ "conditionKeys": [
172
+ "aws:ResourceTag/${TagKey}"
173
+ ],
174
+ "dependentActions": []
175
+ },
130
176
  "startinvoicecorrection": {
131
177
  "name": "StartInvoiceCorrection",
132
178
  "isPermissionOnly": true,
@@ -189,5 +235,15 @@
189
235
  "aws:ResourceTag/${TagKey}"
190
236
  ],
191
237
  "dependentActions": []
238
+ },
239
+ "updateprocurementportalpreferencestatus": {
240
+ "name": "UpdateProcurementPortalPreferenceStatus",
241
+ "description": "Grants permission to update the status for a procurement portal preference",
242
+ "accessLevel": "Write",
243
+ "resourceTypes": [],
244
+ "conditionKeys": [
245
+ "aws:ResourceTag/${TagKey}"
246
+ ],
247
+ "dependentActions": []
192
248
  }
193
249
  }
@@ -344,6 +344,44 @@
344
344
  "conditionKeys": [],
345
345
  "dependentActions": []
346
346
  },
347
+ "describetopic": {
348
+ "name": "DescribeTopic",
349
+ "description": "Grants permission to return metadata details about a specific Kafka topic",
350
+ "accessLevel": "Read",
351
+ "resourceTypes": [
352
+ {
353
+ "name": "topic",
354
+ "required": true,
355
+ "conditionKeys": [],
356
+ "dependentActions": []
357
+ }
358
+ ],
359
+ "conditionKeys": [],
360
+ "dependentActions": [
361
+ "kafka-cluster:Connect",
362
+ "kafka-cluster:DescribeTopic",
363
+ "kafka-cluster:DescribeTopicDynamicConfiguration"
364
+ ]
365
+ },
366
+ "describetopicpartitions": {
367
+ "name": "DescribeTopicPartitions",
368
+ "description": "Grants permission to list all partitions of a specific topic",
369
+ "accessLevel": "Read",
370
+ "resourceTypes": [
371
+ {
372
+ "name": "topic",
373
+ "required": true,
374
+ "conditionKeys": [],
375
+ "dependentActions": []
376
+ }
377
+ ],
378
+ "conditionKeys": [],
379
+ "dependentActions": [
380
+ "kafka-cluster:Connect",
381
+ "kafka-cluster:DescribeTopic",
382
+ "kafka-cluster:DescribeTopicDynamicConfiguration"
383
+ ]
384
+ },
347
385
  "describevpcconnection": {
348
386
  "name": "DescribeVpcConnection",
349
387
  "description": "Grants permission to describe a MSK VPC connection",
@@ -535,6 +573,24 @@
535
573
  "conditionKeys": [],
536
574
  "dependentActions": []
537
575
  },
576
+ "listtopics": {
577
+ "name": "ListTopics",
578
+ "description": "Grants permission to list all Kafka topics for a specified MSK cluster",
579
+ "accessLevel": "List",
580
+ "resourceTypes": [
581
+ {
582
+ "name": "cluster",
583
+ "required": true,
584
+ "conditionKeys": [],
585
+ "dependentActions": []
586
+ }
587
+ ],
588
+ "conditionKeys": [],
589
+ "dependentActions": [
590
+ "kafka-cluster:Connect",
591
+ "kafka-cluster:DescribeTopic"
592
+ ]
593
+ },
538
594
  "listvpcconnections": {
539
595
  "name": "ListVpcConnections",
540
596
  "description": "Grants permission to list all MSK VPC connections that this account uses",
@@ -774,7 +830,7 @@
774
830
  },
775
831
  "updaterebalancing": {
776
832
  "name": "UpdateRebalancing",
777
- "description": "Grants permission to update the rebalancing status of the MSK cluster",
833
+ "description": "Grants permission to update the intelligent rebalancing status of the MSK cluster",
778
834
  "accessLevel": "Write",
779
835
  "resourceTypes": [
780
836
  {
@@ -215,6 +215,21 @@
215
215
  "conditionKeys": [],
216
216
  "dependentActions": []
217
217
  },
218
+ "describestreamstorageconfiguration": {
219
+ "name": "DescribeStreamStorageConfiguration",
220
+ "description": "Grants permission to describe the stream storage configuration of your Kinesis Video Stream",
221
+ "accessLevel": "Read",
222
+ "resourceTypes": [
223
+ {
224
+ "name": "stream",
225
+ "required": true,
226
+ "conditionKeys": [],
227
+ "dependentActions": []
228
+ }
229
+ ],
230
+ "conditionKeys": [],
231
+ "dependentActions": []
232
+ },
218
233
  "getclip": {
219
234
  "name": "GetClip",
220
235
  "description": "Grants permission to get a media clip from a video stream",
@@ -671,5 +686,20 @@
671
686
  ],
672
687
  "conditionKeys": [],
673
688
  "dependentActions": []
689
+ },
690
+ "updatestreamstorageconfiguration": {
691
+ "name": "UpdateStreamStorageConfiguration",
692
+ "description": "Grants permission to update the stream storage configuration of your Kinesis Video Stream",
693
+ "accessLevel": "Write",
694
+ "resourceTypes": [
695
+ {
696
+ "name": "stream",
697
+ "required": true,
698
+ "conditionKeys": [],
699
+ "dependentActions": []
700
+ }
701
+ ],
702
+ "conditionKeys": [],
703
+ "dependentActions": []
674
704
  }
675
705
  }
@@ -261,6 +261,22 @@
261
261
  "conditionKeys": [],
262
262
  "dependentActions": []
263
263
  },
264
+ "gettemporarygluepartitioncredentials": {
265
+ "name": "GetTemporaryGluePartitionCredentials",
266
+ "description": "Grants permission to get temporary credentials to access Glue partition data through Lake Formation",
267
+ "accessLevel": "Read",
268
+ "resourceTypes": [],
269
+ "conditionKeys": [],
270
+ "dependentActions": []
271
+ },
272
+ "gettemporarygluetablecredentials": {
273
+ "name": "GetTemporaryGlueTableCredentials",
274
+ "description": "Grants permission to get temporary credentials to access Glue table data through Lake Formation",
275
+ "accessLevel": "Read",
276
+ "resourceTypes": [],
277
+ "conditionKeys": [],
278
+ "dependentActions": []
279
+ },
264
280
  "getworkunitresults": {
265
281
  "name": "GetWorkUnitResults",
266
282
  "description": "Grants permission to retrieve the results for the given work units",