@cloud-copilot/iam-data 0.18.202603311 → 0.18.202604011

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.
@@ -107,7 +107,7 @@
107
107
  },
108
108
  "listcertificates": {
109
109
  "name": "ListCertificates",
110
- "description": "Grants permission to retrieve a list of the certificate ARNs and the domain name for each ARN",
110
+ "description": "Grants permission to retrieve a list of certificates for specific certificate parameters",
111
111
  "accessLevel": "List",
112
112
  "resourceTypes": [],
113
113
  "conditionKeys": [],
@@ -218,6 +218,14 @@
218
218
  ],
219
219
  "dependentActions": []
220
220
  },
221
+ "searchcertificates": {
222
+ "name": "SearchCertificates",
223
+ "description": "Grants permission to retrieve a list of certificates matching search criteria",
224
+ "accessLevel": "List",
225
+ "resourceTypes": [],
226
+ "conditionKeys": [],
227
+ "dependentActions": []
228
+ },
221
229
  "updatecertificateoptions": {
222
230
  "name": "UpdateCertificateOptions",
223
231
  "description": "Grants permission to update a certificate configuration. Use this to specify whether to opt in to or out of certificate transparency logging",
@@ -0,0 +1,422 @@
1
+ {
2
+ "archiveworkspace": {
3
+ "name": "ArchiveWorkspace",
4
+ "description": "Grants permission to archive a workspace",
5
+ "accessLevel": "Write",
6
+ "resourceTypes": [
7
+ {
8
+ "name": "workspace",
9
+ "required": true,
10
+ "conditionKeys": [],
11
+ "dependentActions": []
12
+ }
13
+ ],
14
+ "conditionKeys": [],
15
+ "dependentActions": []
16
+ },
17
+ "assumeconsole": {
18
+ "name": "AssumeConsole",
19
+ "description": "Grants permission to assume console access on Claude Platform",
20
+ "accessLevel": "Write",
21
+ "resourceTypes": [],
22
+ "conditionKeys": [
23
+ "aws-external-anthropic:Capability"
24
+ ],
25
+ "dependentActions": []
26
+ },
27
+ "callwithbearertoken": {
28
+ "name": "CallWithBearerToken",
29
+ "isPermissionOnly": true,
30
+ "description": "Grants permission to make API calls using bearer token authentication",
31
+ "accessLevel": "List",
32
+ "resourceTypes": [],
33
+ "conditionKeys": [
34
+ "aws-external-anthropic:BearerTokenType"
35
+ ],
36
+ "dependentActions": []
37
+ },
38
+ "cancelbatchinference": {
39
+ "name": "CancelBatchInference",
40
+ "description": "Grants permission to cancel an in-progress batch inference request",
41
+ "accessLevel": "Write",
42
+ "resourceTypes": [
43
+ {
44
+ "name": "workspace",
45
+ "required": true,
46
+ "conditionKeys": [],
47
+ "dependentActions": []
48
+ }
49
+ ],
50
+ "conditionKeys": [],
51
+ "dependentActions": []
52
+ },
53
+ "counttokens": {
54
+ "name": "CountTokens",
55
+ "description": "Grants permission to count tokens for a message request",
56
+ "accessLevel": "Write",
57
+ "resourceTypes": [
58
+ {
59
+ "name": "workspace",
60
+ "required": true,
61
+ "conditionKeys": [],
62
+ "dependentActions": []
63
+ }
64
+ ],
65
+ "conditionKeys": [],
66
+ "dependentActions": []
67
+ },
68
+ "createbatchinference": {
69
+ "name": "CreateBatchInference",
70
+ "description": "Grants permission to create a batch inference request",
71
+ "accessLevel": "Write",
72
+ "resourceTypes": [
73
+ {
74
+ "name": "workspace",
75
+ "required": true,
76
+ "conditionKeys": [],
77
+ "dependentActions": []
78
+ }
79
+ ],
80
+ "conditionKeys": [],
81
+ "dependentActions": []
82
+ },
83
+ "createfile": {
84
+ "name": "CreateFile",
85
+ "description": "Grants permission to upload a file to a workspace",
86
+ "accessLevel": "Write",
87
+ "resourceTypes": [
88
+ {
89
+ "name": "workspace",
90
+ "required": true,
91
+ "conditionKeys": [],
92
+ "dependentActions": []
93
+ }
94
+ ],
95
+ "conditionKeys": [],
96
+ "dependentActions": []
97
+ },
98
+ "createinference": {
99
+ "name": "CreateInference",
100
+ "description": "Grants permission to create a chat completion inference request",
101
+ "accessLevel": "Write",
102
+ "resourceTypes": [
103
+ {
104
+ "name": "workspace",
105
+ "required": true,
106
+ "conditionKeys": [],
107
+ "dependentActions": []
108
+ }
109
+ ],
110
+ "conditionKeys": [],
111
+ "dependentActions": []
112
+ },
113
+ "createskill": {
114
+ "name": "CreateSkill",
115
+ "description": "Grants permission to create a skill in a workspace",
116
+ "accessLevel": "Write",
117
+ "resourceTypes": [
118
+ {
119
+ "name": "workspace",
120
+ "required": true,
121
+ "conditionKeys": [],
122
+ "dependentActions": []
123
+ }
124
+ ],
125
+ "conditionKeys": [],
126
+ "dependentActions": []
127
+ },
128
+ "createuserprofile": {
129
+ "name": "CreateUserProfile",
130
+ "description": "Grants permission to create a user profile in a workspace",
131
+ "accessLevel": "Write",
132
+ "resourceTypes": [
133
+ {
134
+ "name": "workspace",
135
+ "required": true,
136
+ "conditionKeys": [],
137
+ "dependentActions": []
138
+ }
139
+ ],
140
+ "conditionKeys": [],
141
+ "dependentActions": []
142
+ },
143
+ "createworkspace": {
144
+ "name": "CreateWorkspace",
145
+ "description": "Grants permission to create a workspace in an organization",
146
+ "accessLevel": "Write",
147
+ "resourceTypes": [],
148
+ "conditionKeys": [],
149
+ "dependentActions": []
150
+ },
151
+ "deletebatchinference": {
152
+ "name": "DeleteBatchInference",
153
+ "description": "Grants permission to delete a batch inference request",
154
+ "accessLevel": "Write",
155
+ "resourceTypes": [
156
+ {
157
+ "name": "workspace",
158
+ "required": true,
159
+ "conditionKeys": [],
160
+ "dependentActions": []
161
+ }
162
+ ],
163
+ "conditionKeys": [],
164
+ "dependentActions": []
165
+ },
166
+ "deletefile": {
167
+ "name": "DeleteFile",
168
+ "description": "Grants permission to delete a file from a workspace",
169
+ "accessLevel": "Write",
170
+ "resourceTypes": [
171
+ {
172
+ "name": "workspace",
173
+ "required": true,
174
+ "conditionKeys": [],
175
+ "dependentActions": []
176
+ }
177
+ ],
178
+ "conditionKeys": [],
179
+ "dependentActions": []
180
+ },
181
+ "deleteskill": {
182
+ "name": "DeleteSkill",
183
+ "description": "Grants permission to delete a skill from a workspace",
184
+ "accessLevel": "Write",
185
+ "resourceTypes": [
186
+ {
187
+ "name": "workspace",
188
+ "required": true,
189
+ "conditionKeys": [],
190
+ "dependentActions": []
191
+ }
192
+ ],
193
+ "conditionKeys": [],
194
+ "dependentActions": []
195
+ },
196
+ "getaccountstatus": {
197
+ "name": "GetAccountStatus",
198
+ "description": "Grants permission to retrieve the status of account setup and AWS Marketplace registration",
199
+ "accessLevel": "Read",
200
+ "resourceTypes": [],
201
+ "conditionKeys": [],
202
+ "dependentActions": []
203
+ },
204
+ "getbatchinference": {
205
+ "name": "GetBatchInference",
206
+ "description": "Grants permission to retrieve details of a batch inference request",
207
+ "accessLevel": "Read",
208
+ "resourceTypes": [
209
+ {
210
+ "name": "workspace",
211
+ "required": true,
212
+ "conditionKeys": [],
213
+ "dependentActions": []
214
+ }
215
+ ],
216
+ "conditionKeys": [],
217
+ "dependentActions": []
218
+ },
219
+ "getfile": {
220
+ "name": "GetFile",
221
+ "description": "Grants permission to retrieve a file or its content from a workspace",
222
+ "accessLevel": "Read",
223
+ "resourceTypes": [
224
+ {
225
+ "name": "workspace",
226
+ "required": true,
227
+ "conditionKeys": [],
228
+ "dependentActions": []
229
+ }
230
+ ],
231
+ "conditionKeys": [],
232
+ "dependentActions": []
233
+ },
234
+ "getmodel": {
235
+ "name": "GetModel",
236
+ "description": "Grants permission to retrieve information about a specific model",
237
+ "accessLevel": "Read",
238
+ "resourceTypes": [
239
+ {
240
+ "name": "workspace",
241
+ "required": true,
242
+ "conditionKeys": [],
243
+ "dependentActions": []
244
+ }
245
+ ],
246
+ "conditionKeys": [],
247
+ "dependentActions": []
248
+ },
249
+ "getskill": {
250
+ "name": "GetSkill",
251
+ "description": "Grants permission to retrieve details of a skill or its versions",
252
+ "accessLevel": "Read",
253
+ "resourceTypes": [
254
+ {
255
+ "name": "workspace",
256
+ "required": true,
257
+ "conditionKeys": [],
258
+ "dependentActions": []
259
+ }
260
+ ],
261
+ "conditionKeys": [],
262
+ "dependentActions": []
263
+ },
264
+ "getuserprofile": {
265
+ "name": "GetUserProfile",
266
+ "description": "Grants permission to retrieve details of a user profile",
267
+ "accessLevel": "Read",
268
+ "resourceTypes": [
269
+ {
270
+ "name": "workspace",
271
+ "required": true,
272
+ "conditionKeys": [],
273
+ "dependentActions": []
274
+ }
275
+ ],
276
+ "conditionKeys": [],
277
+ "dependentActions": []
278
+ },
279
+ "getworkspace": {
280
+ "name": "GetWorkspace",
281
+ "description": "Grants permission to retrieve details of a workspace",
282
+ "accessLevel": "Read",
283
+ "resourceTypes": [
284
+ {
285
+ "name": "workspace",
286
+ "required": true,
287
+ "conditionKeys": [],
288
+ "dependentActions": []
289
+ }
290
+ ],
291
+ "conditionKeys": [],
292
+ "dependentActions": []
293
+ },
294
+ "listbatchinferences": {
295
+ "name": "ListBatchInferences",
296
+ "description": "Grants permission to list batch inference requests in a workspace",
297
+ "accessLevel": "List",
298
+ "resourceTypes": [
299
+ {
300
+ "name": "workspace",
301
+ "required": true,
302
+ "conditionKeys": [],
303
+ "dependentActions": []
304
+ }
305
+ ],
306
+ "conditionKeys": [],
307
+ "dependentActions": []
308
+ },
309
+ "listfiles": {
310
+ "name": "ListFiles",
311
+ "description": "Grants permission to list files in a workspace",
312
+ "accessLevel": "List",
313
+ "resourceTypes": [
314
+ {
315
+ "name": "workspace",
316
+ "required": true,
317
+ "conditionKeys": [],
318
+ "dependentActions": []
319
+ }
320
+ ],
321
+ "conditionKeys": [],
322
+ "dependentActions": []
323
+ },
324
+ "listmodels": {
325
+ "name": "ListModels",
326
+ "description": "Grants permission to list available models in a workspace",
327
+ "accessLevel": "List",
328
+ "resourceTypes": [
329
+ {
330
+ "name": "workspace",
331
+ "required": true,
332
+ "conditionKeys": [],
333
+ "dependentActions": []
334
+ }
335
+ ],
336
+ "conditionKeys": [],
337
+ "dependentActions": []
338
+ },
339
+ "listskills": {
340
+ "name": "ListSkills",
341
+ "description": "Grants permission to list skills in a workspace",
342
+ "accessLevel": "List",
343
+ "resourceTypes": [
344
+ {
345
+ "name": "workspace",
346
+ "required": true,
347
+ "conditionKeys": [],
348
+ "dependentActions": []
349
+ }
350
+ ],
351
+ "conditionKeys": [],
352
+ "dependentActions": []
353
+ },
354
+ "listuserprofiles": {
355
+ "name": "ListUserProfiles",
356
+ "description": "Grants permission to list user profiles in a workspace",
357
+ "accessLevel": "List",
358
+ "resourceTypes": [
359
+ {
360
+ "name": "workspace",
361
+ "required": true,
362
+ "conditionKeys": [],
363
+ "dependentActions": []
364
+ }
365
+ ],
366
+ "conditionKeys": [],
367
+ "dependentActions": []
368
+ },
369
+ "listworkspaces": {
370
+ "name": "ListWorkspaces",
371
+ "description": "Grants permission to list workspaces in an organization",
372
+ "accessLevel": "List",
373
+ "resourceTypes": [],
374
+ "conditionKeys": [],
375
+ "dependentActions": []
376
+ },
377
+ "updateskill": {
378
+ "name": "UpdateSkill",
379
+ "description": "Grants permission to create or delete a skill version",
380
+ "accessLevel": "Write",
381
+ "resourceTypes": [
382
+ {
383
+ "name": "workspace",
384
+ "required": true,
385
+ "conditionKeys": [],
386
+ "dependentActions": []
387
+ }
388
+ ],
389
+ "conditionKeys": [],
390
+ "dependentActions": []
391
+ },
392
+ "updateuserprofile": {
393
+ "name": "UpdateUserProfile",
394
+ "description": "Grants permission to update a user profile in a workspace",
395
+ "accessLevel": "Write",
396
+ "resourceTypes": [
397
+ {
398
+ "name": "workspace",
399
+ "required": true,
400
+ "conditionKeys": [],
401
+ "dependentActions": []
402
+ }
403
+ ],
404
+ "conditionKeys": [],
405
+ "dependentActions": []
406
+ },
407
+ "updateworkspace": {
408
+ "name": "UpdateWorkspace",
409
+ "description": "Grants permission to update a workspace",
410
+ "accessLevel": "Write",
411
+ "resourceTypes": [
412
+ {
413
+ "name": "workspace",
414
+ "required": true,
415
+ "conditionKeys": [],
416
+ "dependentActions": []
417
+ }
418
+ ],
419
+ "conditionKeys": [],
420
+ "dependentActions": []
421
+ }
422
+ }
@@ -410,6 +410,14 @@
410
410
  "conditionKeys": [],
411
411
  "dependentActions": []
412
412
  },
413
+ "acceptagreementcancellationrequest": {
414
+ "name": "AcceptAgreementCancellationRequest",
415
+ "description": "Grants permission to users to accept an agreement cancellation request",
416
+ "accessLevel": "Write",
417
+ "resourceTypes": [],
418
+ "conditionKeys": [],
419
+ "dependentActions": []
420
+ },
413
421
  "acceptagreementpaymentrequest": {
414
422
  "name": "AcceptAgreementPaymentRequest",
415
423
  "description": "Grants permission to users to accept a payment request",
@@ -420,7 +428,15 @@
420
428
  },
421
429
  "acceptagreementrequest": {
422
430
  "name": "AcceptAgreementRequest",
423
- "description": "Grants permission to users to accept their agreement requests. Note that this action is not applicable to Marketplace purchases",
431
+ "description": "Grants permission to users to accept their agreement requests",
432
+ "accessLevel": "Write",
433
+ "resourceTypes": [],
434
+ "conditionKeys": [],
435
+ "dependentActions": []
436
+ },
437
+ "batchcreatebillingadjustmentrequest": {
438
+ "name": "BatchCreateBillingAdjustmentRequest",
439
+ "description": "Grants permission to users to create a billing adjustment request against an agreement",
424
440
  "accessLevel": "Write",
425
441
  "resourceTypes": [],
426
442
  "conditionKeys": [],
@@ -428,7 +444,15 @@
428
444
  },
429
445
  "cancelagreement": {
430
446
  "name": "CancelAgreement",
431
- "description": "Grants permission to users to cancel their agreements. Note that this action is not applicable to Marketplace purchases",
447
+ "description": "Grants permission to users to cancel their agreements",
448
+ "accessLevel": "Write",
449
+ "resourceTypes": [],
450
+ "conditionKeys": [],
451
+ "dependentActions": []
452
+ },
453
+ "cancelagreementcancellationrequest": {
454
+ "name": "CancelAgreementCancellationRequest",
455
+ "description": "Grants permission to users to withdraw a pending agreement cancellation request",
432
456
  "accessLevel": "Write",
433
457
  "resourceTypes": [],
434
458
  "conditionKeys": [],
@@ -452,7 +476,7 @@
452
476
  },
453
477
  "createagreementrequest": {
454
478
  "name": "CreateAgreementRequest",
455
- "description": "Grants permission to users to create an agreement request. Note that this action is not applicable to Marketplace purchases",
479
+ "description": "Grants permission to users to create an agreement request",
456
480
  "accessLevel": "Write",
457
481
  "resourceTypes": [],
458
482
  "conditionKeys": [],
@@ -474,6 +498,14 @@
474
498
  "conditionKeys": [],
475
499
  "dependentActions": []
476
500
  },
501
+ "getagreementcancellationrequest": {
502
+ "name": "GetAgreementCancellationRequest",
503
+ "description": "Grants permission to users to view the details of an agreement cancellation request",
504
+ "accessLevel": "Read",
505
+ "resourceTypes": [],
506
+ "conditionKeys": [],
507
+ "dependentActions": []
508
+ },
477
509
  "getagreemententitlements": {
478
510
  "name": "GetAgreementEntitlements",
479
511
  "description": "Grants permission to users to view the entitlements associated with an agreement",
@@ -506,6 +538,14 @@
506
538
  "conditionKeys": [],
507
539
  "dependentActions": []
508
540
  },
541
+ "getbillingadjustmentrequest": {
542
+ "name": "GetBillingAdjustmentRequest",
543
+ "description": "Grants permission to users to view the details of a billing adjustment request",
544
+ "accessLevel": "Read",
545
+ "resourceTypes": [],
546
+ "conditionKeys": [],
547
+ "dependentActions": []
548
+ },
509
549
  "listagreementapprovalrequests": {
510
550
  "name": "ListAgreementApprovalRequests",
511
551
  "description": "Grants permission to users to list their incoming subscription requests (for providers who provide products that require subscription verification)",
@@ -514,6 +554,14 @@
514
554
  "conditionKeys": [],
515
555
  "dependentActions": []
516
556
  },
557
+ "listagreementcancellationrequests": {
558
+ "name": "ListAgreementCancellationRequests",
559
+ "description": "Grants permission to users to list agreement cancellation requests",
560
+ "accessLevel": "List",
561
+ "resourceTypes": [],
562
+ "conditionKeys": [],
563
+ "dependentActions": []
564
+ },
517
565
  "listagreementcharges": {
518
566
  "name": "ListAgreementCharges",
519
567
  "description": "Grants permission to users to view charges associated with their agreements",
@@ -522,6 +570,14 @@
522
570
  "conditionKeys": [],
523
571
  "dependentActions": []
524
572
  },
573
+ "listagreementinvoicelineitems": {
574
+ "name": "ListAgreementInvoiceLineItems",
575
+ "description": "Grants permission to users to list invoice line items for an agreement",
576
+ "accessLevel": "List",
577
+ "resourceTypes": [],
578
+ "conditionKeys": [],
579
+ "dependentActions": []
580
+ },
525
581
  "listagreementpaymentrequests": {
526
582
  "name": "ListAgreementPaymentRequests",
527
583
  "description": "Grants permission to users to list payment requests for an agreement",
@@ -538,6 +594,14 @@
538
594
  "conditionKeys": [],
539
595
  "dependentActions": []
540
596
  },
597
+ "listbillingadjustmentrequests": {
598
+ "name": "ListBillingAdjustmentRequests",
599
+ "description": "Grants permission to users to list billing adjustment requests",
600
+ "accessLevel": "List",
601
+ "resourceTypes": [],
602
+ "conditionKeys": [],
603
+ "dependentActions": []
604
+ },
541
605
  "listentitlementdetails": {
542
606
  "name": "ListEntitlementDetails",
543
607
  "description": "Grants permission to users to view details of the entitlements associated with an agreement. Note that this action is not applicable to Marketplace purchases",
@@ -554,6 +618,14 @@
554
618
  "conditionKeys": [],
555
619
  "dependentActions": []
556
620
  },
621
+ "rejectagreementcancellationrequest": {
622
+ "name": "RejectAgreementCancellationRequest",
623
+ "description": "Grants permission to users to reject an agreement cancellation request",
624
+ "accessLevel": "Write",
625
+ "resourceTypes": [],
626
+ "conditionKeys": [],
627
+ "dependentActions": []
628
+ },
557
629
  "rejectagreementpaymentrequest": {
558
630
  "name": "RejectAgreementPaymentRequest",
559
631
  "description": "Grants permission to users to reject a payment request",
@@ -570,6 +642,14 @@
570
642
  "conditionKeys": [],
571
643
  "dependentActions": []
572
644
  },
645
+ "sendagreementcancellationrequest": {
646
+ "name": "SendAgreementCancellationRequest",
647
+ "description": "Grants permission to users to send an agreement cancellation request",
648
+ "accessLevel": "Write",
649
+ "resourceTypes": [],
650
+ "conditionKeys": [],
651
+ "dependentActions": []
652
+ },
573
653
  "sendagreementpaymentrequest": {
574
654
  "name": "SendAgreementPaymentRequest",
575
655
  "description": "Grants permission to users to send payment request",
@@ -160,6 +160,24 @@
160
160
  "conditionKeys": [],
161
161
  "dependentActions": []
162
162
  },
163
+ "createlookuptable": {
164
+ "name": "CreateLookupTable",
165
+ "description": "Grants permission to create a lookup table",
166
+ "accessLevel": "Write",
167
+ "resourceTypes": [
168
+ {
169
+ "name": "lookup-table",
170
+ "required": true,
171
+ "conditionKeys": [],
172
+ "dependentActions": []
173
+ }
174
+ ],
175
+ "conditionKeys": [
176
+ "aws:TagKeys",
177
+ "aws:RequestTag/${TagKey}"
178
+ ],
179
+ "dependentActions": []
180
+ },
163
181
  "createscheduledquery": {
164
182
  "name": "CreateScheduledQuery",
165
183
  "description": "Grants permission to create a scheduled query",
@@ -346,6 +364,21 @@
346
364
  "conditionKeys": [],
347
365
  "dependentActions": []
348
366
  },
367
+ "deletelookuptable": {
368
+ "name": "DeleteLookupTable",
369
+ "description": "Grants permission to delete a lookup table",
370
+ "accessLevel": "Write",
371
+ "resourceTypes": [
372
+ {
373
+ "name": "lookup-table",
374
+ "required": true,
375
+ "conditionKeys": [],
376
+ "dependentActions": []
377
+ }
378
+ ],
379
+ "conditionKeys": [],
380
+ "dependentActions": []
381
+ },
349
382
  "deletemetricfilter": {
350
383
  "name": "DeleteMetricFilter",
351
384
  "description": "Grants permission to delete a metric filter associated with the specified log group",
@@ -557,6 +590,14 @@
557
590
  "conditionKeys": [],
558
591
  "dependentActions": []
559
592
  },
593
+ "describelookuptables": {
594
+ "name": "DescribeLookupTables",
595
+ "description": "Grants permission to return all lookup tables",
596
+ "accessLevel": "List",
597
+ "resourceTypes": [],
598
+ "conditionKeys": [],
599
+ "dependentActions": []
600
+ },
560
601
  "describemetricfilters": {
561
602
  "name": "DescribeMetricFilters",
562
603
  "description": "Grants permission to return all the metrics filters associated with the specified log group",
@@ -809,6 +850,21 @@
809
850
  "conditionKeys": [],
810
851
  "dependentActions": []
811
852
  },
853
+ "getlookuptable": {
854
+ "name": "GetLookupTable",
855
+ "description": "Grants permission to retrieve a lookup table",
856
+ "accessLevel": "Read",
857
+ "resourceTypes": [
858
+ {
859
+ "name": "lookup-table",
860
+ "required": true,
861
+ "conditionKeys": [],
862
+ "dependentActions": []
863
+ }
864
+ ],
865
+ "conditionKeys": [],
866
+ "dependentActions": []
867
+ },
812
868
  "getqueryresults": {
813
869
  "name": "GetQueryResults",
814
870
  "description": "Grants permission to return the results from the specified query",
@@ -1039,6 +1095,12 @@
1039
1095
  "required": false,
1040
1096
  "conditionKeys": [],
1041
1097
  "dependentActions": []
1098
+ },
1099
+ {
1100
+ "name": "lookup-table",
1101
+ "required": false,
1102
+ "conditionKeys": [],
1103
+ "dependentActions": []
1042
1104
  }
1043
1105
  ],
1044
1106
  "conditionKeys": [],
@@ -1446,6 +1508,12 @@
1446
1508
  "conditionKeys": [],
1447
1509
  "dependentActions": []
1448
1510
  },
1511
+ {
1512
+ "name": "lookup-table",
1513
+ "required": false,
1514
+ "conditionKeys": [],
1515
+ "dependentActions": []
1516
+ },
1449
1517
  {
1450
1518
  "name": "scheduled-query",
1451
1519
  "required": false,
@@ -1549,6 +1617,12 @@
1549
1617
  "conditionKeys": [],
1550
1618
  "dependentActions": []
1551
1619
  },
1620
+ {
1621
+ "name": "lookup-table",
1622
+ "required": false,
1623
+ "conditionKeys": [],
1624
+ "dependentActions": []
1625
+ },
1552
1626
  {
1553
1627
  "name": "scheduled-query",
1554
1628
  "required": false,
@@ -1630,6 +1704,21 @@
1630
1704
  "conditionKeys": [],
1631
1705
  "dependentActions": []
1632
1706
  },
1707
+ "updatelookuptable": {
1708
+ "name": "UpdateLookupTable",
1709
+ "description": "Grants permission to update a lookup table",
1710
+ "accessLevel": "Write",
1711
+ "resourceTypes": [
1712
+ {
1713
+ "name": "lookup-table",
1714
+ "required": true,
1715
+ "conditionKeys": [],
1716
+ "dependentActions": []
1717
+ }
1718
+ ],
1719
+ "conditionKeys": [],
1720
+ "dependentActions": []
1721
+ },
1633
1722
  "updatescheduledquery": {
1634
1723
  "name": "UpdateScheduledQuery",
1635
1724
  "description": "Grants permission to update a scheduled query",
@@ -1280,6 +1280,21 @@
1280
1280
  "conditionKeys": [],
1281
1281
  "dependentActions": []
1282
1282
  },
1283
+ "describeautomationjob": {
1284
+ "name": "DescribeAutomationJob",
1285
+ "description": "Grants permission to describe an automation job",
1286
+ "accessLevel": "Read",
1287
+ "resourceTypes": [
1288
+ {
1289
+ "name": "automationJob",
1290
+ "required": true,
1291
+ "conditionKeys": [],
1292
+ "dependentActions": []
1293
+ }
1294
+ ],
1295
+ "conditionKeys": [],
1296
+ "dependentActions": []
1297
+ },
1283
1298
  "describebrand": {
1284
1299
  "name": "DescribeBrand",
1285
1300
  "description": "Grants permission to describe a brand",
@@ -3069,6 +3084,21 @@
3069
3084
  "conditionKeys": [],
3070
3085
  "dependentActions": []
3071
3086
  },
3087
+ "startautomationjob": {
3088
+ "name": "StartAutomationJob",
3089
+ "description": "Grants permission to start an automation job",
3090
+ "accessLevel": "Write",
3091
+ "resourceTypes": [
3092
+ {
3093
+ "name": "automation",
3094
+ "required": true,
3095
+ "conditionKeys": [],
3096
+ "dependentActions": []
3097
+ }
3098
+ ],
3099
+ "conditionKeys": [],
3100
+ "dependentActions": []
3101
+ },
3072
3102
  "startdashboardsnapshotjob": {
3073
3103
  "name": "StartDashboardSnapshotJob",
3074
3104
  "description": "Grants permission to start a dashboard snapshot job",
@@ -3017,6 +3017,21 @@
3017
3017
  "conditionKeys": [],
3018
3018
  "dependentActions": []
3019
3019
  },
3020
+ "deleteprocessingjob": {
3021
+ "name": "DeleteProcessingJob",
3022
+ "description": "Grants permission to delete a processing job",
3023
+ "accessLevel": "Write",
3024
+ "resourceTypes": [
3025
+ {
3026
+ "name": "processing-job",
3027
+ "required": true,
3028
+ "conditionKeys": [],
3029
+ "dependentActions": []
3030
+ }
3031
+ ],
3032
+ "conditionKeys": [],
3033
+ "dependentActions": []
3034
+ },
3020
3035
  "deleteproject": {
3021
3036
  "name": "DeleteProject",
3022
3037
  "description": "Grants permission to delete a project",
@@ -3452,6 +3467,21 @@
3452
3467
  ],
3453
3468
  "dependentActions": []
3454
3469
  },
3470
+ "deletetrainingjob": {
3471
+ "name": "DeleteTrainingJob",
3472
+ "description": "Grants permission to delete a training job",
3473
+ "accessLevel": "Write",
3474
+ "resourceTypes": [
3475
+ {
3476
+ "name": "training-job",
3477
+ "required": true,
3478
+ "conditionKeys": [],
3479
+ "dependentActions": []
3480
+ }
3481
+ ],
3482
+ "conditionKeys": [],
3483
+ "dependentActions": []
3484
+ },
3455
3485
  "deletetrial": {
3456
3486
  "name": "DeleteTrial",
3457
3487
  "description": "Grants permission to delete a trial",
@@ -6320,6 +6350,21 @@
6320
6350
  "conditionKeys": [],
6321
6351
  "dependentActions": []
6322
6352
  },
6353
+ "startclusterhealthcheck": {
6354
+ "name": "StartClusterHealthCheck",
6355
+ "description": "Grants permission to start deep health checks for a SageMaker Hyperpod cluster",
6356
+ "accessLevel": "Write",
6357
+ "resourceTypes": [
6358
+ {
6359
+ "name": "cluster",
6360
+ "required": true,
6361
+ "conditionKeys": [],
6362
+ "dependentActions": []
6363
+ }
6364
+ ],
6365
+ "conditionKeys": [],
6366
+ "dependentActions": []
6367
+ },
6323
6368
  "startedgedeploymentstage": {
6324
6369
  "name": "StartEdgeDeploymentStage",
6325
6370
  "description": "Grants permission to start an edge deployment stage",
@@ -6,5 +6,21 @@
6
6
  "resourceTypes": [],
7
7
  "conditionKeys": [],
8
8
  "dependentActions": []
9
+ },
10
+ "getestimatedcarbonemissions": {
11
+ "name": "GetEstimatedCarbonEmissions",
12
+ "description": "Grants permission to view estimated carbon emission values based on customer grouping and filtering parameters",
13
+ "accessLevel": "Read",
14
+ "resourceTypes": [],
15
+ "conditionKeys": [],
16
+ "dependentActions": []
17
+ },
18
+ "getestimatedcarbonemissionsdimensionvalues": {
19
+ "name": "GetEstimatedCarbonEmissionsDimensionValues",
20
+ "description": "Grants permission to view the possible dimension values available for the estimated carbon emission values",
21
+ "accessLevel": "Read",
22
+ "resourceTypes": [],
23
+ "conditionKeys": [],
24
+ "dependentActions": []
9
25
  }
10
26
  }
@@ -0,0 +1,12 @@
1
+ {
2
+ "aws-external-anthropic:bearertokentype": {
3
+ "key": "aws-external-anthropic:BearerTokenType",
4
+ "description": "Filters access by the Short-term or Long-term bearer tokens",
5
+ "type": "String"
6
+ },
7
+ "aws-external-anthropic:capability": {
8
+ "key": "aws-external-anthropic:Capability",
9
+ "description": "Filters access by the Claude Platform role used for the console session",
10
+ "type": "String"
11
+ }
12
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "workspace": {
3
+ "key": "workspace",
4
+ "arn": "arn:${Partition}:aws-external-anthropic:${Region}:${Account}:workspace/${ResourceId}"
5
+ }
6
+ }
@@ -54,5 +54,12 @@
54
54
  "conditionKeys": [
55
55
  "aws:ResourceTag/${TagKey}"
56
56
  ]
57
+ },
58
+ "lookup-table": {
59
+ "key": "lookup-table",
60
+ "arn": "arn:${Partition}:logs:${Region}:${Account}:lookup-table:${LookupTableName}",
61
+ "conditionKeys": [
62
+ "aws:ResourceTag/${TagKey}"
63
+ ]
57
64
  }
58
65
  }
@@ -157,5 +157,17 @@
157
157
  "conditionKeys": [
158
158
  "aws:ResourceTag/${TagKey}"
159
159
  ]
160
+ },
161
+ "automation": {
162
+ "key": "automation",
163
+ "arn": "arn:${Partition}:quicksight:${Region}:${Account}:automation-group/${AutomationGroupId}/automation/${ResourceId}"
164
+ },
165
+ "automationjob": {
166
+ "key": "automationJob",
167
+ "arn": "arn:${Partition}:quicksight:${Region}:${Account}:automation-group/${AutomationGroupId}/automation/${AutomationId}/job/${ResourceId}"
168
+ },
169
+ "automationgroup": {
170
+ "key": "automationGroup",
171
+ "arn": "arn:${Partition}:quicksight:${Region}:${Account}:automation-group/${ResourceId}"
160
172
  }
161
173
  }
@@ -41,6 +41,7 @@
41
41
  "auditmanager": "AWS Audit Manager",
42
42
  "autoscaling": "Amazon EC2 Auto Scaling",
43
43
  "autoscaling-plans": "AWS Auto Scaling",
44
+ "aws-external-anthropic": "Claude Platform on AWS",
44
45
  "aws-marketplace": "AWS Marketplace Catalog",
45
46
  "aws-marketplace-management": "AWS Marketplace Management Portal",
46
47
  "aws-mcp": "AWS MCP Server",
@@ -41,6 +41,7 @@
41
41
  "auditmanager",
42
42
  "autoscaling",
43
43
  "autoscaling-plans",
44
+ "aws-external-anthropic",
44
45
  "aws-marketplace",
45
46
  "aws-marketplace-management",
46
47
  "aws-mcp",
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.18.202603311",
3
+ "version": "0.18.202604011",
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-03-31T05:21:13.563Z",
9
+ "updatedAt": "2026-04-01T05:28:42.856Z",
10
10
  "exports": {
11
11
  ".": {
12
12
  "import": "./dist/esm/index.js",