@cloud-copilot/iam-data 0.18.202604081 → 0.18.202604101

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.
@@ -234,6 +234,96 @@
234
234
  ],
235
235
  "dependentActions": []
236
236
  },
237
+ "getlisting": {
238
+ "name": "GetListing",
239
+ "description": "Grants permission to retrieve information about a listing",
240
+ "accessLevel": "Read",
241
+ "resourceTypes": [
242
+ {
243
+ "name": "Listing",
244
+ "required": true,
245
+ "conditionKeys": [],
246
+ "dependentActions": []
247
+ }
248
+ ],
249
+ "conditionKeys": [],
250
+ "dependentActions": []
251
+ },
252
+ "getoffer": {
253
+ "name": "GetOffer",
254
+ "description": "Grants permission to retrieve information about an offer",
255
+ "accessLevel": "Read",
256
+ "resourceTypes": [
257
+ {
258
+ "name": "Offer",
259
+ "required": true,
260
+ "conditionKeys": [],
261
+ "dependentActions": []
262
+ }
263
+ ],
264
+ "conditionKeys": [],
265
+ "dependentActions": []
266
+ },
267
+ "getofferset": {
268
+ "name": "GetOfferSet",
269
+ "description": "Grants permission to retrieve information about an offer set",
270
+ "accessLevel": "Read",
271
+ "resourceTypes": [
272
+ {
273
+ "name": "OfferSet",
274
+ "required": true,
275
+ "conditionKeys": [],
276
+ "dependentActions": []
277
+ }
278
+ ],
279
+ "conditionKeys": [],
280
+ "dependentActions": []
281
+ },
282
+ "getofferterms": {
283
+ "name": "GetOfferTerms",
284
+ "description": "Grants permission to retrieve terms for an offer",
285
+ "accessLevel": "Read",
286
+ "resourceTypes": [
287
+ {
288
+ "name": "Offer",
289
+ "required": true,
290
+ "conditionKeys": [],
291
+ "dependentActions": []
292
+ }
293
+ ],
294
+ "conditionKeys": [],
295
+ "dependentActions": []
296
+ },
297
+ "getproduct": {
298
+ "name": "GetProduct",
299
+ "description": "Grants permission to retrieve information about a product",
300
+ "accessLevel": "Read",
301
+ "resourceTypes": [
302
+ {
303
+ "name": "Product",
304
+ "required": true,
305
+ "conditionKeys": [],
306
+ "dependentActions": []
307
+ }
308
+ ],
309
+ "conditionKeys": [],
310
+ "dependentActions": []
311
+ },
312
+ "listfulfillmentoptions": {
313
+ "name": "ListFulfillmentOptions",
314
+ "description": "Grants permission to list fulfillment options for a product",
315
+ "accessLevel": "List",
316
+ "resourceTypes": [
317
+ {
318
+ "name": "Product",
319
+ "required": true,
320
+ "conditionKeys": [],
321
+ "dependentActions": []
322
+ }
323
+ ],
324
+ "conditionKeys": [],
325
+ "dependentActions": []
326
+ },
237
327
  "listprivatelistings": {
238
328
  "name": "ListPrivateListings",
239
329
  "description": "Grants permission to users to list their private offers",
@@ -242,6 +332,51 @@
242
332
  "conditionKeys": [],
243
333
  "dependentActions": []
244
334
  },
335
+ "listpurchaseoptions": {
336
+ "name": "ListPurchaseOptions",
337
+ "description": "Grants permission to list purchase options available to the buyer",
338
+ "accessLevel": "List",
339
+ "resourceTypes": [
340
+ {
341
+ "name": "PurchaseOption",
342
+ "required": true,
343
+ "conditionKeys": [],
344
+ "dependentActions": []
345
+ }
346
+ ],
347
+ "conditionKeys": [],
348
+ "dependentActions": []
349
+ },
350
+ "searchfacets": {
351
+ "name": "SearchFacets",
352
+ "description": "Grants permission to retrieve facet values for filtering listings",
353
+ "accessLevel": "List",
354
+ "resourceTypes": [
355
+ {
356
+ "name": "Listing",
357
+ "required": true,
358
+ "conditionKeys": [],
359
+ "dependentActions": []
360
+ }
361
+ ],
362
+ "conditionKeys": [],
363
+ "dependentActions": []
364
+ },
365
+ "searchlistings": {
366
+ "name": "SearchListings",
367
+ "description": "Grants permission to search for product listings",
368
+ "accessLevel": "List",
369
+ "resourceTypes": [
370
+ {
371
+ "name": "Listing",
372
+ "required": true,
373
+ "conditionKeys": [],
374
+ "dependentActions": []
375
+ }
376
+ ],
377
+ "conditionKeys": [],
378
+ "dependentActions": []
379
+ },
245
380
  "getentitlements": {
246
381
  "name": "GetEntitlements",
247
382
  "description": "Grants permission to retrieve entitlement values for a given product. The results can be filtered based on customer identifier or product dimensions",
@@ -369,6 +369,29 @@
369
369
  "conditionKeys": [],
370
370
  "dependentActions": []
371
371
  },
372
+ "createregistry": {
373
+ "name": "CreateRegistry",
374
+ "description": "Grants permission to create a new registry",
375
+ "accessLevel": "Write",
376
+ "resourceTypes": [],
377
+ "conditionKeys": [],
378
+ "dependentActions": []
379
+ },
380
+ "createregistryrecord": {
381
+ "name": "CreateRegistryRecord",
382
+ "description": "Grants permission to create a new registry record",
383
+ "accessLevel": "Write",
384
+ "resourceTypes": [
385
+ {
386
+ "name": "registry",
387
+ "required": true,
388
+ "conditionKeys": [],
389
+ "dependentActions": []
390
+ }
391
+ ],
392
+ "conditionKeys": [],
393
+ "dependentActions": []
394
+ },
372
395
  "createworkloadidentity": {
373
396
  "name": "CreateWorkloadIdentity",
374
397
  "description": "Grants permission to create a new Workload Identity",
@@ -660,6 +683,36 @@
660
683
  "conditionKeys": [],
661
684
  "dependentActions": []
662
685
  },
686
+ "deleteregistry": {
687
+ "name": "DeleteRegistry",
688
+ "description": "Grants permission to delete an existing registry",
689
+ "accessLevel": "Write",
690
+ "resourceTypes": [
691
+ {
692
+ "name": "registry",
693
+ "required": true,
694
+ "conditionKeys": [],
695
+ "dependentActions": []
696
+ }
697
+ ],
698
+ "conditionKeys": [],
699
+ "dependentActions": []
700
+ },
701
+ "deleteregistryrecord": {
702
+ "name": "DeleteRegistryRecord",
703
+ "description": "Grants permission to delete an existing registry record",
704
+ "accessLevel": "Write",
705
+ "resourceTypes": [
706
+ {
707
+ "name": "registry-record",
708
+ "required": true,
709
+ "conditionKeys": [],
710
+ "dependentActions": []
711
+ }
712
+ ],
713
+ "conditionKeys": [],
714
+ "dependentActions": []
715
+ },
663
716
  "deleteresourcepolicy": {
664
717
  "name": "DeleteResourcePolicy",
665
718
  "description": "Grants permission to delete the resource-based policy for a Bedrock resource",
@@ -1074,6 +1127,36 @@
1074
1127
  "conditionKeys": [],
1075
1128
  "dependentActions": []
1076
1129
  },
1130
+ "getregistry": {
1131
+ "name": "GetRegistry",
1132
+ "description": "Grants permission to retrieve an existing registry",
1133
+ "accessLevel": "Read",
1134
+ "resourceTypes": [
1135
+ {
1136
+ "name": "registry",
1137
+ "required": true,
1138
+ "conditionKeys": [],
1139
+ "dependentActions": []
1140
+ }
1141
+ ],
1142
+ "conditionKeys": [],
1143
+ "dependentActions": []
1144
+ },
1145
+ "getregistryrecord": {
1146
+ "name": "GetRegistryRecord",
1147
+ "description": "Grants permission to retrieve an existing registry record",
1148
+ "accessLevel": "Read",
1149
+ "resourceTypes": [
1150
+ {
1151
+ "name": "registry-record",
1152
+ "required": true,
1153
+ "conditionKeys": [],
1154
+ "dependentActions": []
1155
+ }
1156
+ ],
1157
+ "conditionKeys": [],
1158
+ "dependentActions": []
1159
+ },
1077
1160
  "getresourceapikey": {
1078
1161
  "name": "GetResourceApiKey",
1079
1162
  "description": "Grants permission to retrieve an API Key associated with an Api Key Credential Provider",
@@ -1416,6 +1499,21 @@
1416
1499
  "conditionKeys": [],
1417
1500
  "dependentActions": []
1418
1501
  },
1502
+ "invokeregistrymcp": {
1503
+ "name": "InvokeRegistryMcp",
1504
+ "description": "Grants permission to invoke an MCP operation against an existing registry",
1505
+ "accessLevel": "Read",
1506
+ "resourceTypes": [
1507
+ {
1508
+ "name": "registry",
1509
+ "required": true,
1510
+ "conditionKeys": [],
1511
+ "dependentActions": []
1512
+ }
1513
+ ],
1514
+ "conditionKeys": [],
1515
+ "dependentActions": []
1516
+ },
1419
1517
  "listactors": {
1420
1518
  "name": "ListActors",
1421
1519
  "description": "Grants permission to list Actors",
@@ -1707,6 +1805,29 @@
1707
1805
  "conditionKeys": [],
1708
1806
  "dependentActions": []
1709
1807
  },
1808
+ "listregistries": {
1809
+ "name": "ListRegistries",
1810
+ "description": "Grants permission to list existing registries",
1811
+ "accessLevel": "List",
1812
+ "resourceTypes": [],
1813
+ "conditionKeys": [],
1814
+ "dependentActions": []
1815
+ },
1816
+ "listregistryrecords": {
1817
+ "name": "ListRegistryRecords",
1818
+ "description": "Grants permission to list existing registry records in a registry",
1819
+ "accessLevel": "List",
1820
+ "resourceTypes": [
1821
+ {
1822
+ "name": "registry",
1823
+ "required": true,
1824
+ "conditionKeys": [],
1825
+ "dependentActions": []
1826
+ }
1827
+ ],
1828
+ "conditionKeys": [],
1829
+ "dependentActions": []
1830
+ },
1710
1831
  "listsessions": {
1711
1832
  "name": "ListSessions",
1712
1833
  "description": "Grants permission to list sessions",
@@ -1957,6 +2078,21 @@
1957
2078
  "conditionKeys": [],
1958
2079
  "dependentActions": []
1959
2080
  },
2081
+ "searchregistryrecords": {
2082
+ "name": "SearchRegistryRecords",
2083
+ "description": "Grants permission to search for registry records",
2084
+ "accessLevel": "Read",
2085
+ "resourceTypes": [
2086
+ {
2087
+ "name": "registry",
2088
+ "required": true,
2089
+ "conditionKeys": [],
2090
+ "dependentActions": []
2091
+ }
2092
+ ],
2093
+ "conditionKeys": [],
2094
+ "dependentActions": []
2095
+ },
1960
2096
  "settokenvaultcmk": {
1961
2097
  "name": "SetTokenVaultCMK",
1962
2098
  "description": "Grants permission to associate a Customer Managed Key (CMK) or a Service Managed Key with a specific TokenVault",
@@ -2117,6 +2253,21 @@
2117
2253
  "conditionKeys": [],
2118
2254
  "dependentActions": []
2119
2255
  },
2256
+ "submitregistryrecordforapproval": {
2257
+ "name": "SubmitRegistryRecordForApproval",
2258
+ "description": "Grants permission to submit a registry record for approval",
2259
+ "accessLevel": "Write",
2260
+ "resourceTypes": [
2261
+ {
2262
+ "name": "registry-record",
2263
+ "required": true,
2264
+ "conditionKeys": [],
2265
+ "dependentActions": []
2266
+ }
2267
+ ],
2268
+ "conditionKeys": [],
2269
+ "dependentActions": []
2270
+ },
2120
2271
  "synchronizegatewaytargets": {
2121
2272
  "name": "SynchronizeGatewayTargets",
2122
2273
  "isPermissionOnly": true,
@@ -2545,6 +2696,51 @@
2545
2696
  "conditionKeys": [],
2546
2697
  "dependentActions": []
2547
2698
  },
2699
+ "updateregistry": {
2700
+ "name": "UpdateRegistry",
2701
+ "description": "Grants permission to update an existing registry",
2702
+ "accessLevel": "Write",
2703
+ "resourceTypes": [
2704
+ {
2705
+ "name": "registry",
2706
+ "required": true,
2707
+ "conditionKeys": [],
2708
+ "dependentActions": []
2709
+ }
2710
+ ],
2711
+ "conditionKeys": [],
2712
+ "dependentActions": []
2713
+ },
2714
+ "updateregistryrecord": {
2715
+ "name": "UpdateRegistryRecord",
2716
+ "description": "Grants permission to update an existing registry record",
2717
+ "accessLevel": "Write",
2718
+ "resourceTypes": [
2719
+ {
2720
+ "name": "registry-record",
2721
+ "required": true,
2722
+ "conditionKeys": [],
2723
+ "dependentActions": []
2724
+ }
2725
+ ],
2726
+ "conditionKeys": [],
2727
+ "dependentActions": []
2728
+ },
2729
+ "updateregistryrecordstatus": {
2730
+ "name": "UpdateRegistryRecordStatus",
2731
+ "description": "Grants permission to update the status of a registry record",
2732
+ "accessLevel": "Write",
2733
+ "resourceTypes": [
2734
+ {
2735
+ "name": "registry-record",
2736
+ "required": true,
2737
+ "conditionKeys": [],
2738
+ "dependentActions": []
2739
+ }
2740
+ ],
2741
+ "conditionKeys": [],
2742
+ "dependentActions": []
2743
+ },
2548
2744
  "updateworkloadidentity": {
2549
2745
  "name": "UpdateWorkloadIdentity",
2550
2746
  "description": "Grants permission to update the metadata of an existing Workload Identity",
@@ -939,6 +939,21 @@
939
939
  "conditionKeys": [],
940
940
  "dependentActions": []
941
941
  },
942
+ "getmonitorsettings": {
943
+ "name": "GetMonitorSettings",
944
+ "description": "Grants permission to get settings for a monitor",
945
+ "accessLevel": "Read",
946
+ "resourceTypes": [
947
+ {
948
+ "name": "monitor",
949
+ "required": true,
950
+ "conditionKeys": [],
951
+ "dependentActions": []
952
+ }
953
+ ],
954
+ "conditionKeys": [],
955
+ "dependentActions": []
956
+ },
942
957
  "getqueue": {
943
958
  "name": "GetQueue",
944
959
  "description": "Grants permission to get a queue",
@@ -2064,6 +2079,21 @@
2064
2079
  "sso:UpdateApplication"
2065
2080
  ]
2066
2081
  },
2082
+ "updatemonitorsettings": {
2083
+ "name": "UpdateMonitorSettings",
2084
+ "description": "Grants permission to update settings for a monitor",
2085
+ "accessLevel": "Write",
2086
+ "resourceTypes": [
2087
+ {
2088
+ "name": "monitor",
2089
+ "required": true,
2090
+ "conditionKeys": [],
2091
+ "dependentActions": []
2092
+ }
2093
+ ],
2094
+ "conditionKeys": [],
2095
+ "dependentActions": []
2096
+ },
2067
2097
  "updatequeue": {
2068
2098
  "name": "UpdateQueue",
2069
2099
  "description": "Grants permission to update a queue",
@@ -14,10 +14,10 @@
14
14
  }
15
15
  ],
16
16
  "conditionKeys": [
17
- "ecs:propagate-tags",
18
- "ecs:instance-metadata-tags-propagation",
19
17
  "aws:RequestTag/${TagKey}",
20
- "aws:TagKeys"
18
+ "aws:TagKeys",
19
+ "ecs:instance-metadata-tags-propagation",
20
+ "ecs:propagate-tags"
21
21
  ],
22
22
  "dependentActions": []
23
23
  },
@@ -52,8 +52,8 @@
52
52
  "name": "daemon",
53
53
  "required": true,
54
54
  "conditionKeys": [
55
- "ecs:cluster",
56
- "aws:ResourceTag/${TagKey}"
55
+ "aws:ResourceTag/${TagKey}",
56
+ "ecs:cluster"
57
57
  ],
58
58
  "dependentActions": []
59
59
  }
@@ -80,8 +80,8 @@
80
80
  "name": "service",
81
81
  "required": true,
82
82
  "conditionKeys": [
83
- "ecs:cluster",
84
- "aws:ResourceTag/${TagKey}"
83
+ "aws:ResourceTag/${TagKey}",
84
+ "ecs:cluster"
85
85
  ],
86
86
  "dependentActions": [
87
87
  "ecs:RegisterTaskDefinition",
@@ -92,11 +92,11 @@
92
92
  "conditionKeys": [
93
93
  "aws:RequestTag/${TagKey}",
94
94
  "aws:TagKeys",
95
- "ecs:task-definition",
96
- "ecs:subnet",
97
95
  "ecs:enable-ecs-managed-tags",
98
96
  "ecs:propagate-tags",
97
+ "ecs:subnet",
99
98
  "ecs:task-cpu",
99
+ "ecs:task-definition",
100
100
  "ecs:task-memory"
101
101
  ],
102
102
  "dependentActions": []
@@ -110,8 +110,8 @@
110
110
  "name": "service",
111
111
  "required": true,
112
112
  "conditionKeys": [
113
- "ecs:cluster",
114
- "aws:ResourceTag/${TagKey}"
113
+ "aws:ResourceTag/${TagKey}",
114
+ "ecs:cluster"
115
115
  ],
116
116
  "dependentActions": []
117
117
  }
@@ -119,18 +119,18 @@
119
119
  "conditionKeys": [
120
120
  "aws:RequestTag/${TagKey}",
121
121
  "aws:TagKeys",
122
+ "ecs:auto-assign-public-ip",
122
123
  "ecs:capacity-provider",
123
- "ecs:task-definition",
124
124
  "ecs:enable-ebs-volumes",
125
+ "ecs:enable-ecs-managed-tags",
125
126
  "ecs:enable-execute-command",
126
127
  "ecs:enable-service-connect",
127
- "ecs:namespace",
128
128
  "ecs:enable-vpc-lattice",
129
- "ecs:enable-ecs-managed-tags",
129
+ "ecs:namespace",
130
130
  "ecs:propagate-tags",
131
- "ecs:auto-assign-public-ip",
132
131
  "ecs:subnet",
133
132
  "ecs:task-cpu",
133
+ "ecs:task-definition",
134
134
  "ecs:task-memory"
135
135
  ],
136
136
  "dependentActions": []
@@ -150,8 +150,8 @@
150
150
  "conditionKeys": [
151
151
  "aws:RequestTag/${TagKey}",
152
152
  "aws:TagKeys",
153
- "ecs:cluster",
154
153
  "ecs:capacity-provider",
154
+ "ecs:cluster",
155
155
  "ecs:service",
156
156
  "ecs:task-definition"
157
157
  ],
@@ -232,8 +232,8 @@
232
232
  }
233
233
  ],
234
234
  "conditionKeys": [
235
- "ecs:cluster",
236
- "aws:ResourceTag/${TagKey}"
235
+ "aws:ResourceTag/${TagKey}",
236
+ "ecs:cluster"
237
237
  ],
238
238
  "dependentActions": []
239
239
  },
@@ -267,8 +267,8 @@
267
267
  }
268
268
  ],
269
269
  "conditionKeys": [
270
- "ecs:cluster",
271
- "aws:ResourceTag/${TagKey}"
270
+ "aws:ResourceTag/${TagKey}",
271
+ "ecs:cluster"
272
272
  ],
273
273
  "dependentActions": []
274
274
  },
@@ -416,8 +416,8 @@
416
416
  }
417
417
  ],
418
418
  "conditionKeys": [
419
- "ecs:cluster",
420
- "aws:ResourceTag/${TagKey}"
419
+ "aws:ResourceTag/${TagKey}",
420
+ "ecs:cluster"
421
421
  ],
422
422
  "dependentActions": []
423
423
  },
@@ -430,8 +430,8 @@
430
430
  "name": "daemon",
431
431
  "required": true,
432
432
  "conditionKeys": [
433
- "ecs:cluster",
434
- "aws:ResourceTag/${TagKey}"
433
+ "aws:ResourceTag/${TagKey}",
434
+ "ecs:cluster"
435
435
  ],
436
436
  "dependentActions": []
437
437
  },
@@ -439,9 +439,9 @@
439
439
  "name": "daemon-deployment",
440
440
  "required": true,
441
441
  "conditionKeys": [
442
+ "aws:ResourceTag/${TagKey}",
442
443
  "ecs:cluster",
443
- "ecs:daemon",
444
- "aws:ResourceTag/${TagKey}"
444
+ "ecs:daemon"
445
445
  ],
446
446
  "dependentActions": []
447
447
  }
@@ -458,8 +458,8 @@
458
458
  "name": "daemon",
459
459
  "required": true,
460
460
  "conditionKeys": [
461
- "ecs:cluster",
462
- "aws:ResourceTag/${TagKey}"
461
+ "aws:ResourceTag/${TagKey}",
462
+ "ecs:cluster"
463
463
  ],
464
464
  "dependentActions": []
465
465
  },
@@ -467,9 +467,9 @@
467
467
  "name": "daemon-revision",
468
468
  "required": true,
469
469
  "conditionKeys": [
470
+ "aws:ResourceTag/${TagKey}",
470
471
  "ecs:cluster",
471
- "ecs:daemon",
472
- "aws:ResourceTag/${TagKey}"
472
+ "ecs:daemon"
473
473
  ],
474
474
  "dependentActions": []
475
475
  }
@@ -507,8 +507,8 @@
507
507
  }
508
508
  ],
509
509
  "conditionKeys": [
510
- "ecs:cluster",
511
- "aws:ResourceTag/${TagKey}"
510
+ "aws:ResourceTag/${TagKey}",
511
+ "ecs:cluster"
512
512
  ],
513
513
  "dependentActions": []
514
514
  },
@@ -521,8 +521,8 @@
521
521
  "name": "service",
522
522
  "required": true,
523
523
  "conditionKeys": [
524
- "ecs:cluster",
525
- "aws:ResourceTag/${TagKey}"
524
+ "aws:ResourceTag/${TagKey}",
525
+ "ecs:cluster"
526
526
  ],
527
527
  "dependentActions": []
528
528
  },
@@ -530,9 +530,9 @@
530
530
  "name": "service-deployment",
531
531
  "required": true,
532
532
  "conditionKeys": [
533
+ "aws:ResourceTag/${TagKey}",
533
534
  "ecs:cluster",
534
- "ecs:service",
535
- "aws:ResourceTag/${TagKey}"
535
+ "ecs:service"
536
536
  ],
537
537
  "dependentActions": []
538
538
  }
@@ -549,8 +549,8 @@
549
549
  "name": "service",
550
550
  "required": true,
551
551
  "conditionKeys": [
552
- "ecs:cluster",
553
- "aws:ResourceTag/${TagKey}"
552
+ "aws:ResourceTag/${TagKey}",
553
+ "ecs:cluster"
554
554
  ],
555
555
  "dependentActions": []
556
556
  },
@@ -558,9 +558,9 @@
558
558
  "name": "service-revision",
559
559
  "required": true,
560
560
  "conditionKeys": [
561
+ "aws:ResourceTag/${TagKey}",
561
562
  "ecs:cluster",
562
- "ecs:service",
563
- "aws:ResourceTag/${TagKey}"
563
+ "ecs:service"
564
564
  ],
565
565
  "dependentActions": []
566
566
  }
@@ -971,6 +971,7 @@
971
971
  },
972
972
  "putsystemlogevents": {
973
973
  "name": "PutSystemLogEvents",
974
+ "isPermissionOnly": true,
974
975
  "description": "Grants permission to collect system logs from the container instances",
975
976
  "accessLevel": "Write",
976
977
  "resourceTypes": [
@@ -987,8 +988,8 @@
987
988
  "required": true,
988
989
  "conditionKeys": [
989
990
  "aws:ResourceTag/${TagKey}",
990
- "ecs:cluster",
991
- "ecs:capacity-provider"
991
+ "ecs:capacity-provider",
992
+ "ecs:cluster"
992
993
  ],
993
994
  "dependentActions": []
994
995
  }
@@ -1078,11 +1079,11 @@
1078
1079
  }
1079
1080
  ],
1080
1081
  "conditionKeys": [
1081
- "aws:ResourceTag/${TagKey}",
1082
1082
  "aws:RequestTag/${TagKey}",
1083
+ "aws:ResourceTag/${TagKey}",
1083
1084
  "aws:TagKeys",
1084
- "ecs:cluster",
1085
1085
  "ecs:capacity-provider",
1086
+ "ecs:cluster",
1086
1087
  "ecs:enable-ebs-volumes",
1087
1088
  "ecs:enable-execute-command"
1088
1089
  ],
@@ -1103,8 +1104,8 @@
1103
1104
  }
1104
1105
  ],
1105
1106
  "conditionKeys": [
1106
- "aws:ResourceTag/${TagKey}",
1107
1107
  "aws:RequestTag/${TagKey}",
1108
+ "aws:ResourceTag/${TagKey}",
1108
1109
  "aws:TagKeys",
1109
1110
  "ecs:cluster",
1110
1111
  "ecs:container-instances",
@@ -1115,6 +1116,7 @@
1115
1116
  },
1116
1117
  "starttelemetrysession": {
1117
1118
  "name": "StartTelemetrySession",
1119
+ "isPermissionOnly": true,
1118
1120
  "description": "Grants permission to start a telemetry session",
1119
1121
  "accessLevel": "Write",
1120
1122
  "resourceTypes": [
@@ -1139,8 +1141,8 @@
1139
1141
  "name": "service",
1140
1142
  "required": true,
1141
1143
  "conditionKeys": [
1142
- "ecs:cluster",
1143
- "aws:ResourceTag/${TagKey}"
1144
+ "aws:ResourceTag/${TagKey}",
1145
+ "ecs:cluster"
1144
1146
  ],
1145
1147
  "dependentActions": []
1146
1148
  },
@@ -1148,9 +1150,9 @@
1148
1150
  "name": "service-deployment",
1149
1151
  "required": true,
1150
1152
  "conditionKeys": [
1153
+ "aws:ResourceTag/${TagKey}",
1151
1154
  "ecs:cluster",
1152
- "ecs:service",
1153
- "aws:ResourceTag/${TagKey}"
1155
+ "ecs:service"
1154
1156
  ],
1155
1157
  "dependentActions": []
1156
1158
  }
@@ -1288,9 +1290,9 @@
1288
1290
  }
1289
1291
  ],
1290
1292
  "conditionKeys": [
1291
- "aws:TagKeys",
1292
- "aws:ResourceTag/${TagKey}",
1293
1293
  "aws:RequestTag/${TagKey}",
1294
+ "aws:ResourceTag/${TagKey}",
1295
+ "aws:TagKeys",
1294
1296
  "ecs:CreateAction"
1295
1297
  ],
1296
1298
  "dependentActions": []
@@ -1374,9 +1376,9 @@
1374
1376
  }
1375
1377
  ],
1376
1378
  "conditionKeys": [
1377
- "ecs:propagate-tags",
1379
+ "aws:ResourceTag/${TagKey}",
1378
1380
  "ecs:instance-metadata-tags-propagation",
1379
- "aws:ResourceTag/${TagKey}"
1381
+ "ecs:propagate-tags"
1380
1382
  ],
1381
1383
  "dependentActions": []
1382
1384
  },
@@ -1461,8 +1463,8 @@
1461
1463
  "name": "daemon",
1462
1464
  "required": true,
1463
1465
  "conditionKeys": [
1464
- "ecs:cluster",
1465
- "aws:ResourceTag/${TagKey}"
1466
+ "aws:ResourceTag/${TagKey}",
1467
+ "ecs:cluster"
1466
1468
  ],
1467
1469
  "dependentActions": []
1468
1470
  }
@@ -1487,16 +1489,16 @@
1487
1489
  "name": "service",
1488
1490
  "required": true,
1489
1491
  "conditionKeys": [
1490
- "ecs:cluster",
1491
- "aws:ResourceTag/${TagKey}"
1492
+ "aws:ResourceTag/${TagKey}",
1493
+ "ecs:cluster"
1492
1494
  ],
1493
1495
  "dependentActions": []
1494
1496
  }
1495
1497
  ],
1496
1498
  "conditionKeys": [
1497
- "ecs:subnet",
1498
1499
  "ecs:enable-ecs-managed-tags",
1499
1500
  "ecs:propagate-tags",
1501
+ "ecs:subnet",
1500
1502
  "ecs:task-cpu",
1501
1503
  "ecs:task-memory"
1502
1504
  ],
@@ -1511,25 +1513,25 @@
1511
1513
  "name": "service",
1512
1514
  "required": true,
1513
1515
  "conditionKeys": [
1514
- "ecs:cluster",
1515
- "aws:ResourceTag/${TagKey}"
1516
+ "aws:ResourceTag/${TagKey}",
1517
+ "ecs:cluster"
1516
1518
  ],
1517
1519
  "dependentActions": []
1518
1520
  }
1519
1521
  ],
1520
1522
  "conditionKeys": [
1523
+ "ecs:auto-assign-public-ip",
1521
1524
  "ecs:capacity-provider",
1522
1525
  "ecs:enable-ebs-volumes",
1526
+ "ecs:enable-ecs-managed-tags",
1523
1527
  "ecs:enable-execute-command",
1524
1528
  "ecs:enable-service-connect",
1525
- "ecs:namespace",
1526
- "ecs:task-definition",
1527
1529
  "ecs:enable-vpc-lattice",
1528
- "ecs:enable-ecs-managed-tags",
1530
+ "ecs:namespace",
1529
1531
  "ecs:propagate-tags",
1530
- "ecs:auto-assign-public-ip",
1531
1532
  "ecs:subnet",
1532
1533
  "ecs:task-cpu",
1534
+ "ecs:task-definition",
1533
1535
  "ecs:task-memory"
1534
1536
  ],
1535
1537
  "dependentActions": []
@@ -16,7 +16,10 @@
16
16
  "aws:RequestTag/${TagKey}",
17
17
  "observabilityadmin:CentralizationSourceRegions",
18
18
  "observabilityadmin:CentralizationDestinationRegion",
19
- "observabilityadmin:CentralizationBackupRegion"
19
+ "observabilityadmin:CentralizationBackupRegion",
20
+ "observabilityadmin:CentralizationRuleName",
21
+ "observabilityadmin:CentralizationSourceId",
22
+ "observabilityadmin:CentralizationDestinationAccount"
20
23
  ],
21
24
  "dependentActions": []
22
25
  },
@@ -71,7 +74,8 @@
71
74
  ],
72
75
  "conditionKeys": [
73
76
  "aws:TagKeys",
74
- "aws:RequestTag/${TagKey}"
77
+ "aws:RequestTag/${TagKey}",
78
+ "observabilityadmin:TargetRegions"
75
79
  ],
76
80
  "dependentActions": []
77
81
  },
@@ -89,7 +93,8 @@
89
93
  ],
90
94
  "conditionKeys": [
91
95
  "aws:TagKeys",
92
- "aws:RequestTag/${TagKey}"
96
+ "aws:RequestTag/${TagKey}",
97
+ "observabilityadmin:TargetRegions"
93
98
  ],
94
99
  "dependentActions": []
95
100
  },
@@ -105,7 +110,9 @@
105
110
  "dependentActions": []
106
111
  }
107
112
  ],
108
- "conditionKeys": [],
113
+ "conditionKeys": [
114
+ "observabilityadmin:CentralizationRuleName"
115
+ ],
109
116
  "dependentActions": []
110
117
  },
111
118
  "deletes3tableintegration": {
@@ -180,7 +187,9 @@
180
187
  "dependentActions": []
181
188
  }
182
189
  ],
183
- "conditionKeys": [],
190
+ "conditionKeys": [
191
+ "observabilityadmin:CentralizationRuleName"
192
+ ],
184
193
  "dependentActions": []
185
194
  },
186
195
  "gets3tableintegration": {
@@ -280,7 +289,9 @@
280
289
  "description": "Grants permission to retrieve telemetry configurations for resources associated with the account",
281
290
  "accessLevel": "Read",
282
291
  "resourceTypes": [],
283
- "conditionKeys": [],
292
+ "conditionKeys": [
293
+ "observabilityadmin:TargetRegions"
294
+ ],
284
295
  "dependentActions": []
285
296
  },
286
297
  "listresourcetelemetryfororganization": {
@@ -288,7 +299,9 @@
288
299
  "description": "Grants permission to retrieve telemetry configurations for resources associated with accounts in the organization",
289
300
  "accessLevel": "Read",
290
301
  "resourceTypes": [],
291
- "conditionKeys": [],
302
+ "conditionKeys": [
303
+ "observabilityadmin:TargetRegions"
304
+ ],
292
305
  "dependentActions": []
293
306
  },
294
307
  "lists3tableintegrations": {
@@ -375,7 +388,9 @@
375
388
  "description": "Grants permission to start the Telemetry Config feature for the account",
376
389
  "accessLevel": "Write",
377
390
  "resourceTypes": [],
378
- "conditionKeys": [],
391
+ "conditionKeys": [
392
+ "observabilityadmin:TargetRegions"
393
+ ],
379
394
  "dependentActions": []
380
395
  },
381
396
  "starttelemetryevaluationfororganization": {
@@ -383,7 +398,9 @@
383
398
  "description": "Grants permission to start the Telemetry Config feature for the organization",
384
399
  "accessLevel": "Write",
385
400
  "resourceTypes": [],
386
- "conditionKeys": [],
401
+ "conditionKeys": [
402
+ "observabilityadmin:TargetRegions"
403
+ ],
387
404
  "dependentActions": []
388
405
  },
389
406
  "stoptelemetryenrichment": {
@@ -516,7 +533,10 @@
516
533
  "conditionKeys": [
517
534
  "observabilityadmin:CentralizationSourceRegions",
518
535
  "observabilityadmin:CentralizationDestinationRegion",
519
- "observabilityadmin:CentralizationBackupRegion"
536
+ "observabilityadmin:CentralizationBackupRegion",
537
+ "observabilityadmin:CentralizationRuleName",
538
+ "observabilityadmin:CentralizationSourceId",
539
+ "observabilityadmin:CentralizationDestinationAccount"
520
540
  ],
521
541
  "dependentActions": []
522
542
  },
@@ -547,7 +567,9 @@
547
567
  "dependentActions": []
548
568
  }
549
569
  ],
550
- "conditionKeys": [],
570
+ "conditionKeys": [
571
+ "observabilityadmin:TargetRegions"
572
+ ],
551
573
  "dependentActions": []
552
574
  },
553
575
  "updatetelemetryrulefororganization": {
@@ -562,7 +584,9 @@
562
584
  "dependentActions": []
563
585
  }
564
586
  ],
565
- "conditionKeys": [],
587
+ "conditionKeys": [
588
+ "observabilityadmin:TargetRegions"
589
+ ],
566
590
  "dependentActions": []
567
591
  },
568
592
  "validatetelemetrypipelineconfiguration": {
@@ -96,6 +96,7 @@
96
96
  ],
97
97
  "conditionKeys": [
98
98
  "aws:RequestTag/${TagKey}",
99
+ "aws:ResourceTag/${TagKey}",
99
100
  "aws:TagKeys"
100
101
  ],
101
102
  "dependentActions": []
@@ -867,6 +867,22 @@
867
867
  "conditionKeys": [],
868
868
  "dependentActions": []
869
869
  },
870
+ "gettroubleshootingrecommendation": {
871
+ "name": "GetTroubleshootingRecommendation",
872
+ "isPermissionOnly": true,
873
+ "description": "Grants permission to get troubleshooting recommendations",
874
+ "accessLevel": "Read",
875
+ "resourceTypes": [
876
+ {
877
+ "name": "workspaceid",
878
+ "required": true,
879
+ "conditionKeys": [],
880
+ "dependentActions": []
881
+ }
882
+ ],
883
+ "conditionKeys": [],
884
+ "dependentActions": []
885
+ },
870
886
  "importclientbranding": {
871
887
  "name": "ImportClientBranding",
872
888
  "description": "Grants permission to import AWS WorkSpaces Client branding data within a directory",
@@ -901,6 +917,22 @@
901
917
  "ec2:ModifyImageAttribute"
902
918
  ]
903
919
  },
920
+ "invoketroubleshootinginvestigation": {
921
+ "name": "InvokeTroubleshootingInvestigation",
922
+ "isPermissionOnly": true,
923
+ "description": "Grants permission to invoke troubleshooting investigation",
924
+ "accessLevel": "Read",
925
+ "resourceTypes": [
926
+ {
927
+ "name": "workspaceid",
928
+ "required": true,
929
+ "conditionKeys": [],
930
+ "dependentActions": []
931
+ }
932
+ ],
933
+ "conditionKeys": [],
934
+ "dependentActions": []
935
+ },
904
936
  "listaccountlinks": {
905
937
  "name": "ListAccountLinks",
906
938
  "description": "Grants permission to retrieve links with the AWS Account(s) that share your configuration for WorkSpaces BYOL",
@@ -917,6 +949,22 @@
917
949
  "conditionKeys": [],
918
950
  "dependentActions": []
919
951
  },
952
+ "listtroubleshootingrecommendations": {
953
+ "name": "ListTroubleshootingRecommendations",
954
+ "isPermissionOnly": true,
955
+ "description": "Grants permission to list troubleshooting recommendations",
956
+ "accessLevel": "Read",
957
+ "resourceTypes": [
958
+ {
959
+ "name": "workspaceid",
960
+ "required": true,
961
+ "conditionKeys": [],
962
+ "dependentActions": []
963
+ }
964
+ ],
965
+ "conditionKeys": [],
966
+ "dependentActions": []
967
+ },
920
968
  "migrateworkspace": {
921
969
  "name": "MigrateWorkspace",
922
970
  "description": "Grants permission to migrate WorkSpaces",
@@ -19,11 +19,26 @@
19
19
  "description": "Filters access by the backup region that is passed in the request",
20
20
  "type": "String"
21
21
  },
22
+ "observabilityadmin:centralizationdestinationaccount": {
23
+ "key": "observabilityadmin:CentralizationDestinationAccount",
24
+ "description": "Filters access by the destination account that is passed in the request",
25
+ "type": "String"
26
+ },
22
27
  "observabilityadmin:centralizationdestinationregion": {
23
28
  "key": "observabilityadmin:CentralizationDestinationRegion",
24
29
  "description": "Filters access by the destination region that is passed in the request",
25
30
  "type": "String"
26
31
  },
32
+ "observabilityadmin:centralizationrulename": {
33
+ "key": "observabilityadmin:CentralizationRuleName",
34
+ "description": "Filters access by the name of the centralization rule that is passed in the request",
35
+ "type": "String"
36
+ },
37
+ "observabilityadmin:centralizationsourceid": {
38
+ "key": "observabilityadmin:CentralizationSourceId",
39
+ "description": "Filters access by the source account, organizational unit, or organization IDs that is passed in the request",
40
+ "type": "ArrayOfString"
41
+ },
27
42
  "observabilityadmin:centralizationsourceregions": {
28
43
  "key": "observabilityadmin:CentralizationSourceRegions",
29
44
  "description": "Filters access by the source regions that are passed in the request",
@@ -33,5 +48,10 @@
33
48
  "key": "observabilityadmin:SourceType",
34
49
  "description": "Filters access by the source type that is passed in the request",
35
50
  "type": "String"
51
+ },
52
+ "observabilityadmin:targetregions": {
53
+ "key": "observabilityadmin:TargetRegions",
54
+ "description": "Filters access by the regions that are targetted by the request",
55
+ "type": "String"
36
56
  }
37
57
  }
@@ -28,6 +28,26 @@
28
28
  "aws:TagKeys"
29
29
  ]
30
30
  },
31
+ "product": {
32
+ "key": "Product",
33
+ "arn": "arn:${Partition}:aws-marketplace:::catalog/${CatalogName}/product/${ProductId}"
34
+ },
35
+ "listing": {
36
+ "key": "Listing",
37
+ "arn": "arn:${Partition}:aws-marketplace:::catalog/${CatalogName}/listing/${ListingId}"
38
+ },
39
+ "offer": {
40
+ "key": "Offer",
41
+ "arn": "arn:${Partition}:aws-marketplace:::catalog/${CatalogName}/offer/${OfferId}"
42
+ },
43
+ "offerset": {
44
+ "key": "OfferSet",
45
+ "arn": "arn:${Partition}:aws-marketplace:::catalog/${CatalogName}/offerSet/${OfferSetId}"
46
+ },
47
+ "purchaseoption": {
48
+ "key": "PurchaseOption",
49
+ "arn": "arn:${Partition}:aws-marketplace:::catalog/${CatalogName}/purchaseOption/${PurchaseOptionId}"
50
+ },
31
51
  "dashboard": {
32
52
  "key": "Dashboard",
33
53
  "arn": "arn:${Partition}:aws-marketplace::${Account}:${Catalog}/ReportingData/${FactTable}/Dashboard/${DashboardName}"
@@ -116,5 +116,13 @@
116
116
  "policy-generation": {
117
117
  "key": "policy-generation",
118
118
  "arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:policy-engine/${PolicyEngineId}/policy-generation/${PolicyGenerationId}"
119
+ },
120
+ "registry": {
121
+ "key": "registry",
122
+ "arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:registry/${RegistryId}"
123
+ },
124
+ "registry-record": {
125
+ "key": "registry-record",
126
+ "arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:registry/${RegistryId}/record/${RecordId}"
119
127
  }
120
128
  }
@@ -1,4 +1,12 @@
1
1
  {
2
+ "capacity-provider": {
3
+ "key": "capacity-provider",
4
+ "arn": "arn:${Partition}:ecs:${Region}:${Account}:capacity-provider/${CapacityProviderName}",
5
+ "conditionKeys": [
6
+ "aws:ResourceTag/${TagKey}",
7
+ "ecs:ResourceTag/${TagKey}"
8
+ ]
9
+ },
2
10
  "cluster": {
3
11
  "key": "cluster",
4
12
  "arn": "arn:${Partition}:ecs:${Region}:${Account}:cluster/${ClusterName}",
@@ -15,32 +23,6 @@
15
23
  "ecs:ResourceTag/${TagKey}"
16
24
  ]
17
25
  },
18
- "service": {
19
- "key": "service",
20
- "arn": "arn:${Partition}:ecs:${Region}:${Account}:service/${ClusterName}/${ServiceName}",
21
- "conditionKeys": [
22
- "aws:ResourceTag/${TagKey}",
23
- "ecs:ResourceTag/${TagKey}"
24
- ]
25
- },
26
- "service-deployment": {
27
- "key": "service-deployment",
28
- "arn": "arn:${Partition}:ecs:${Region}:${Account}:service-deployment/${ClusterName}/${ServiceName}/${ServiceDeploymentId}",
29
- "conditionKeys": [
30
- "aws:ResourceTag/${TagKey}",
31
- "ecs:cluster",
32
- "ecs:service"
33
- ]
34
- },
35
- "service-revision": {
36
- "key": "service-revision",
37
- "arn": "arn:${Partition}:ecs:${Region}:${Account}:service-revision/${ClusterName}/${ServiceName}/${ServiceRevisionId}",
38
- "conditionKeys": [
39
- "aws:ResourceTag/${TagKey}",
40
- "ecs:cluster",
41
- "ecs:service"
42
- ]
43
- },
44
26
  "daemon": {
45
27
  "key": "daemon",
46
28
  "arn": "arn:${Partition}:ecs:${Region}:${Account}:daemon/${ClusterName}/${DaemonName}",
@@ -74,6 +56,32 @@
74
56
  "aws:ResourceTag/${TagKey}"
75
57
  ]
76
58
  },
59
+ "service": {
60
+ "key": "service",
61
+ "arn": "arn:${Partition}:ecs:${Region}:${Account}:service/${ClusterName}/${ServiceName}",
62
+ "conditionKeys": [
63
+ "aws:ResourceTag/${TagKey}",
64
+ "ecs:ResourceTag/${TagKey}"
65
+ ]
66
+ },
67
+ "service-deployment": {
68
+ "key": "service-deployment",
69
+ "arn": "arn:${Partition}:ecs:${Region}:${Account}:service-deployment/${ClusterName}/${ServiceName}/${ServiceDeploymentId}",
70
+ "conditionKeys": [
71
+ "aws:ResourceTag/${TagKey}",
72
+ "ecs:cluster",
73
+ "ecs:service"
74
+ ]
75
+ },
76
+ "service-revision": {
77
+ "key": "service-revision",
78
+ "arn": "arn:${Partition}:ecs:${Region}:${Account}:service-revision/${ClusterName}/${ServiceName}/${ServiceRevisionId}",
79
+ "conditionKeys": [
80
+ "aws:ResourceTag/${TagKey}",
81
+ "ecs:cluster",
82
+ "ecs:service"
83
+ ]
84
+ },
77
85
  "task": {
78
86
  "key": "task",
79
87
  "arn": "arn:${Partition}:ecs:${Region}:${Account}:task/${ClusterName}/${TaskId}",
@@ -90,14 +98,6 @@
90
98
  "ecs:ResourceTag/${TagKey}"
91
99
  ]
92
100
  },
93
- "capacity-provider": {
94
- "key": "capacity-provider",
95
- "arn": "arn:${Partition}:ecs:${Region}:${Account}:capacity-provider/${CapacityProviderName}",
96
- "conditionKeys": [
97
- "aws:ResourceTag/${TagKey}",
98
- "ecs:ResourceTag/${TagKey}"
99
- ]
100
- },
101
101
  "task-set": {
102
102
  "key": "task-set",
103
103
  "arn": "arn:${Partition}:ecs:${Region}:${Account}:task-set/${ClusterName}/${ServiceName}/${TaskSetId}",
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.18.202604081",
3
+ "version": "0.18.202604101",
4
4
  "description": "AWS IAM Data",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/cloud-copilot/iam-data.git"
8
8
  },
9
- "updatedAt": "2026-04-08T05:21:59.510Z",
9
+ "updatedAt": "2026-04-10T05:28:44.067Z",
10
10
  "exports": {
11
11
  ".": {
12
12
  "import": "./dist/esm/index.js",