@cloud-copilot/iam-data 0.15.202601071 → 0.15.202601091

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.
@@ -205,6 +205,15 @@
205
205
  ],
206
206
  "dependentActions": []
207
207
  },
208
+ "createwebaclassociation": {
209
+ "name": "CreateWebACLAssociation",
210
+ "isPermissionOnly": true,
211
+ "description": "Grants permission to create WebAcl association to WAF",
212
+ "accessLevel": "Permissions management",
213
+ "resourceTypes": [],
214
+ "conditionKeys": [],
215
+ "dependentActions": []
216
+ },
208
217
  "deletelistener": {
209
218
  "name": "DeleteListener",
210
219
  "description": "Grants permission to delete the specified listener",
@@ -331,6 +340,15 @@
331
340
  ],
332
341
  "dependentActions": []
333
342
  },
343
+ "deletewebaclassociation": {
344
+ "name": "DeleteWebACLAssociation",
345
+ "isPermissionOnly": true,
346
+ "description": "Grants permission to delete WebAcl association to WAF",
347
+ "accessLevel": "Permissions management",
348
+ "resourceTypes": [],
349
+ "conditionKeys": [],
350
+ "dependentActions": []
351
+ },
334
352
  "deregistertargets": {
335
353
  "name": "DeregisterTargets",
336
354
  "description": "Grants permission to deregister the specified targets from the specified target group",
@@ -477,6 +495,24 @@
477
495
  "conditionKeys": [],
478
496
  "dependentActions": []
479
497
  },
498
+ "describewebaclassociation": {
499
+ "name": "DescribeWebACLAssociation",
500
+ "isPermissionOnly": true,
501
+ "description": "Grants permission to describe WebAcl association to WAF",
502
+ "accessLevel": "Permissions management",
503
+ "resourceTypes": [],
504
+ "conditionKeys": [],
505
+ "dependentActions": []
506
+ },
507
+ "getloadbalancerwebacl": {
508
+ "name": "GetLoadBalancerWebACL",
509
+ "isPermissionOnly": true,
510
+ "description": "Grants permission to get Load Balancer WebAcl to WAF",
511
+ "accessLevel": "Permissions management",
512
+ "resourceTypes": [],
513
+ "conditionKeys": [],
514
+ "dependentActions": []
515
+ },
480
516
  "getresourcepolicy": {
481
517
  "name": "GetResourcePolicy",
482
518
  "description": "Grants permission to retrieve the resource policy associated with the resource",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "invalidatecache": {
3
3
  "name": "InvalidateCache",
4
- "description": "Used to invalidate API cache upon a client request",
4
+ "description": "Grants permission to invalidate API cache upon a client request",
5
5
  "accessLevel": "Write",
6
6
  "resourceTypes": [
7
7
  {
@@ -16,7 +16,7 @@
16
16
  },
17
17
  "invoke": {
18
18
  "name": "Invoke",
19
- "description": "Used to invoke an API upon a client request",
19
+ "description": "Grants permission to invoke an API upon a client request",
20
20
  "accessLevel": "Write",
21
21
  "resourceTypes": [
22
22
  {
@@ -37,7 +37,7 @@
37
37
  },
38
38
  "manageconnections": {
39
39
  "name": "ManageConnections",
40
- "description": "ManageConnections controls access to the @connections API",
40
+ "description": "Grants permission to access the Websocket @connections Route",
41
41
  "accessLevel": "Write",
42
42
  "resourceTypes": [
43
43
  {
@@ -211,6 +211,21 @@
211
211
  ],
212
212
  "dependentActions": []
213
213
  },
214
+ "createcorenetworkprefixlistassociation": {
215
+ "name": "CreateCoreNetworkPrefixListAssociation",
216
+ "description": "Grants permission to create a prefix list core network association",
217
+ "accessLevel": "Write",
218
+ "resourceTypes": [
219
+ {
220
+ "name": "core-network",
221
+ "required": true,
222
+ "conditionKeys": [],
223
+ "dependentActions": []
224
+ }
225
+ ],
226
+ "conditionKeys": [],
227
+ "dependentActions": []
228
+ },
214
229
  "createdevice": {
215
230
  "name": "CreateDevice",
216
231
  "description": "Grants permission to create a new device",
@@ -490,6 +505,21 @@
490
505
  "conditionKeys": [],
491
506
  "dependentActions": []
492
507
  },
508
+ "deletecorenetworkprefixlistassociation": {
509
+ "name": "DeleteCoreNetworkPrefixListAssociation",
510
+ "description": "Grants permission to delete a prefix list core network association",
511
+ "accessLevel": "Write",
512
+ "resourceTypes": [
513
+ {
514
+ "name": "core-network",
515
+ "required": true,
516
+ "conditionKeys": [],
517
+ "dependentActions": []
518
+ }
519
+ ],
520
+ "conditionKeys": [],
521
+ "dependentActions": []
522
+ },
493
523
  "deletedevice": {
494
524
  "name": "DeleteDevice",
495
525
  "description": "Grants permission to delete a device",
@@ -1211,6 +1241,36 @@
1211
1241
  "conditionKeys": [],
1212
1242
  "dependentActions": []
1213
1243
  },
1244
+ "listcorenetworkprefixlistassociations": {
1245
+ "name": "ListCoreNetworkPrefixListAssociations",
1246
+ "description": "Grants permission to list core network prefix list associaitons",
1247
+ "accessLevel": "List",
1248
+ "resourceTypes": [
1249
+ {
1250
+ "name": "core-network",
1251
+ "required": true,
1252
+ "conditionKeys": [],
1253
+ "dependentActions": []
1254
+ }
1255
+ ],
1256
+ "conditionKeys": [],
1257
+ "dependentActions": []
1258
+ },
1259
+ "listcorenetworkroutinginformation": {
1260
+ "name": "ListCoreNetworkRoutingInformation",
1261
+ "description": "Grants permission to list core network routing information",
1262
+ "accessLevel": "List",
1263
+ "resourceTypes": [
1264
+ {
1265
+ "name": "core-network",
1266
+ "required": true,
1267
+ "conditionKeys": [],
1268
+ "dependentActions": []
1269
+ }
1270
+ ],
1271
+ "conditionKeys": [],
1272
+ "dependentActions": []
1273
+ },
1214
1274
  "listcorenetworks": {
1215
1275
  "name": "ListCoreNetworks",
1216
1276
  "description": "Grants permission to list core networks",
@@ -1300,6 +1360,27 @@
1300
1360
  ],
1301
1361
  "dependentActions": []
1302
1362
  },
1363
+ "putattachmentroutingpolicylabel": {
1364
+ "name": "PutAttachmentRoutingPolicyLabel",
1365
+ "description": "Grants permission to put an attachment routing policy label",
1366
+ "accessLevel": "Write",
1367
+ "resourceTypes": [
1368
+ {
1369
+ "name": "attachment",
1370
+ "required": true,
1371
+ "conditionKeys": [],
1372
+ "dependentActions": []
1373
+ },
1374
+ {
1375
+ "name": "core-network",
1376
+ "required": true,
1377
+ "conditionKeys": [],
1378
+ "dependentActions": []
1379
+ }
1380
+ ],
1381
+ "conditionKeys": [],
1382
+ "dependentActions": []
1383
+ },
1303
1384
  "putcorenetworkpolicy": {
1304
1385
  "name": "PutCoreNetworkPolicy",
1305
1386
  "description": "Grants permission to create a core network policy",
@@ -1364,6 +1445,27 @@
1364
1445
  "conditionKeys": [],
1365
1446
  "dependentActions": []
1366
1447
  },
1448
+ "removeattachmentroutingpolicylabel": {
1449
+ "name": "RemoveAttachmentRoutingPolicyLabel",
1450
+ "description": "Grants permission to remove an attachment routing policy label",
1451
+ "accessLevel": "Write",
1452
+ "resourceTypes": [
1453
+ {
1454
+ "name": "attachment",
1455
+ "required": true,
1456
+ "conditionKeys": [],
1457
+ "dependentActions": []
1458
+ },
1459
+ {
1460
+ "name": "core-network",
1461
+ "required": true,
1462
+ "conditionKeys": [],
1463
+ "dependentActions": []
1464
+ }
1465
+ ],
1466
+ "conditionKeys": [],
1467
+ "dependentActions": []
1468
+ },
1367
1469
  "restorecorenetworkpolicyversion": {
1368
1470
  "name": "RestoreCoreNetworkPolicyVersion",
1369
1471
  "description": "Grants permission to restore the core network policy to a previous version",
@@ -17,7 +17,9 @@
17
17
  "dependentActions": []
18
18
  }
19
19
  ],
20
- "conditionKeys": [],
20
+ "conditionKeys": [
21
+ "payment-cryptography:RequestAlias"
22
+ ],
21
23
  "dependentActions": []
22
24
  },
23
25
  "createalias": {
@@ -48,7 +50,10 @@
48
50
  "resourceTypes": [],
49
51
  "conditionKeys": [
50
52
  "aws:RequestTag/${TagKey}",
51
- "aws:TagKeys"
53
+ "aws:TagKeys",
54
+ "payment-cryptography:KeyClass",
55
+ "payment-cryptography:KeyUsage",
56
+ "payment-cryptography:KeyAlgorithm"
52
57
  ],
53
58
  "dependentActions": [
54
59
  "payment-cryptography:TagResource"
@@ -72,7 +77,9 @@
72
77
  "dependentActions": []
73
78
  }
74
79
  ],
75
- "conditionKeys": [],
80
+ "conditionKeys": [
81
+ "payment-cryptography:RequestAlias"
82
+ ],
76
83
  "dependentActions": []
77
84
  },
78
85
  "deletealias": {
@@ -105,7 +112,9 @@
105
112
  "dependentActions": []
106
113
  }
107
114
  ],
108
- "conditionKeys": [],
115
+ "conditionKeys": [
116
+ "payment-cryptography:RequestAlias"
117
+ ],
109
118
  "dependentActions": []
110
119
  },
111
120
  "disabledefaultkeyreplicationregions": {
@@ -142,7 +151,9 @@
142
151
  "dependentActions": []
143
152
  }
144
153
  ],
145
- "conditionKeys": [],
154
+ "conditionKeys": [
155
+ "payment-cryptography:RequestAlias"
156
+ ],
146
157
  "dependentActions": []
147
158
  },
148
159
  "exportkey": {
@@ -157,7 +168,11 @@
157
168
  "dependentActions": []
158
169
  }
159
170
  ],
160
- "conditionKeys": [],
171
+ "conditionKeys": [
172
+ "payment-cryptography:RequestAlias",
173
+ "payment-cryptography:CertificateAuthorityPublicKeyIdentifier",
174
+ "payment-cryptography:WrappingKeyIdentifier"
175
+ ],
161
176
  "dependentActions": []
162
177
  },
163
178
  "generatecardvalidationdata": {
@@ -178,7 +193,9 @@
178
193
  "dependentActions": []
179
194
  }
180
195
  ],
181
- "conditionKeys": [],
196
+ "conditionKeys": [
197
+ "payment-cryptography:RequestAlias"
198
+ ],
182
199
  "dependentActions": []
183
200
  },
184
201
  "generatemac": {
@@ -199,7 +216,9 @@
199
216
  "dependentActions": []
200
217
  }
201
218
  ],
202
- "conditionKeys": [],
219
+ "conditionKeys": [
220
+ "payment-cryptography:RequestAlias"
221
+ ],
203
222
  "dependentActions": []
204
223
  },
205
224
  "generatemacemvpinchange": {
@@ -220,7 +239,9 @@
220
239
  "dependentActions": []
221
240
  }
222
241
  ],
223
- "conditionKeys": [],
242
+ "conditionKeys": [
243
+ "payment-cryptography:RequestAlias"
244
+ ],
224
245
  "dependentActions": []
225
246
  },
226
247
  "generatepindata": {
@@ -241,7 +262,9 @@
241
262
  "dependentActions": []
242
263
  }
243
264
  ],
244
- "conditionKeys": [],
265
+ "conditionKeys": [
266
+ "payment-cryptography:RequestAlias"
267
+ ],
245
268
  "dependentActions": []
246
269
  },
247
270
  "getalias": {
@@ -286,7 +309,9 @@
286
309
  "dependentActions": []
287
310
  }
288
311
  ],
289
- "conditionKeys": [],
312
+ "conditionKeys": [
313
+ "payment-cryptography:RequestAlias"
314
+ ],
290
315
  "dependentActions": []
291
316
  },
292
317
  "getdefaultkeyreplicationregions": {
@@ -309,7 +334,9 @@
309
334
  "dependentActions": []
310
335
  }
311
336
  ],
312
- "conditionKeys": [],
337
+ "conditionKeys": [
338
+ "payment-cryptography:RequestAlias"
339
+ ],
313
340
  "dependentActions": []
314
341
  },
315
342
  "getparametersforexport": {
@@ -340,7 +367,9 @@
340
367
  "dependentActions": []
341
368
  }
342
369
  ],
343
- "conditionKeys": [],
370
+ "conditionKeys": [
371
+ "payment-cryptography:RequestAlias"
372
+ ],
344
373
  "dependentActions": []
345
374
  },
346
375
  "importkey": {
@@ -350,7 +379,10 @@
350
379
  "resourceTypes": [],
351
380
  "conditionKeys": [
352
381
  "aws:RequestTag/${TagKey}",
353
- "aws:TagKeys"
382
+ "aws:TagKeys",
383
+ "payment-cryptography:ImportKeyMaterial",
384
+ "payment-cryptography:CertificateAuthorityPublicKeyIdentifier",
385
+ "payment-cryptography:WrappingKeyIdentifier"
354
386
  ],
355
387
  "dependentActions": [
356
388
  "payment-cryptography:TagResource"
@@ -405,7 +437,9 @@
405
437
  "dependentActions": []
406
438
  }
407
439
  ],
408
- "conditionKeys": [],
440
+ "conditionKeys": [
441
+ "payment-cryptography:RequestAlias"
442
+ ],
409
443
  "dependentActions": []
410
444
  },
411
445
  "removekeyreplicationregions": {
@@ -426,7 +460,9 @@
426
460
  "dependentActions": []
427
461
  }
428
462
  ],
429
- "conditionKeys": [],
463
+ "conditionKeys": [
464
+ "payment-cryptography:RequestAlias"
465
+ ],
430
466
  "dependentActions": []
431
467
  },
432
468
  "restorekey": {
@@ -441,7 +477,9 @@
441
477
  "dependentActions": []
442
478
  }
443
479
  ],
444
- "conditionKeys": [],
480
+ "conditionKeys": [
481
+ "payment-cryptography:RequestAlias"
482
+ ],
445
483
  "dependentActions": []
446
484
  },
447
485
  "startkeyusage": {
@@ -456,7 +494,9 @@
456
494
  "dependentActions": []
457
495
  }
458
496
  ],
459
- "conditionKeys": [],
497
+ "conditionKeys": [
498
+ "payment-cryptography:RequestAlias"
499
+ ],
460
500
  "dependentActions": []
461
501
  },
462
502
  "stopkeyusage": {
@@ -471,7 +511,9 @@
471
511
  "dependentActions": []
472
512
  }
473
513
  ],
474
- "conditionKeys": [],
514
+ "conditionKeys": [
515
+ "payment-cryptography:RequestAlias"
516
+ ],
475
517
  "dependentActions": []
476
518
  },
477
519
  "tagresource": {
@@ -510,7 +552,9 @@
510
552
  "dependentActions": []
511
553
  }
512
554
  ],
513
- "conditionKeys": [],
555
+ "conditionKeys": [
556
+ "payment-cryptography:RequestAlias"
557
+ ],
514
558
  "dependentActions": []
515
559
  },
516
560
  "translatepindata": {
@@ -531,7 +575,9 @@
531
575
  "dependentActions": []
532
576
  }
533
577
  ],
534
- "conditionKeys": [],
578
+ "conditionKeys": [
579
+ "payment-cryptography:RequestAlias"
580
+ ],
535
581
  "dependentActions": []
536
582
  },
537
583
  "untagresource": {
@@ -593,7 +639,9 @@
593
639
  "dependentActions": []
594
640
  }
595
641
  ],
596
- "conditionKeys": [],
642
+ "conditionKeys": [
643
+ "payment-cryptography:RequestAlias"
644
+ ],
597
645
  "dependentActions": []
598
646
  },
599
647
  "verifycardvalidationdata": {
@@ -614,7 +662,9 @@
614
662
  "dependentActions": []
615
663
  }
616
664
  ],
617
- "conditionKeys": [],
665
+ "conditionKeys": [
666
+ "payment-cryptography:RequestAlias"
667
+ ],
618
668
  "dependentActions": []
619
669
  },
620
670
  "verifymac": {
@@ -635,7 +685,9 @@
635
685
  "dependentActions": []
636
686
  }
637
687
  ],
638
- "conditionKeys": [],
688
+ "conditionKeys": [
689
+ "payment-cryptography:RequestAlias"
690
+ ],
639
691
  "dependentActions": []
640
692
  },
641
693
  "verifypindata": {
@@ -656,7 +708,9 @@
656
708
  "dependentActions": []
657
709
  }
658
710
  ],
659
- "conditionKeys": [],
711
+ "conditionKeys": [
712
+ "payment-cryptography:RequestAlias"
713
+ ],
660
714
  "dependentActions": []
661
715
  }
662
716
  }
@@ -151,7 +151,7 @@
151
151
  },
152
152
  "apigateway:resource/authorizeruri": {
153
153
  "key": "apigateway:Resource/AuthorizerUri",
154
- "description": "Filters access by URI of a Lambda authorizer function. Available during UpdateAuthorizer and DeleteAuthorizer operations. Also available during reimport as an ArrayOfString",
154
+ "description": "Filters access by the URI of the current Lambda authorizer associated with the current API. Available during UpdateAuthorizer and DeleteAuthorizer. Also available as a collection during reimport",
155
155
  "type": "ArrayOfString"
156
156
  },
157
157
  "apigateway:resource/cognitouserpoolarn": {
@@ -269,19 +269,9 @@
269
269
  "description": "Filters access by access association source. Available during the CreateDomainNameAccessAssociation operation",
270
270
  "type": "String"
271
271
  },
272
- "apigateway:request/cognitouserpoolproviderarn": {
273
- "key": "apigateway:Request/CognitoUserPoolProviderArn",
274
- "description": "Filters access by Cognito user pool provider ARN. Available during CreateAuthorizer and UpdateAuthorizer",
275
- "type": "ARN"
276
- },
277
272
  "apigateway:request/domainnamearn": {
278
273
  "key": "apigateway:Request/DomainNameArn",
279
274
  "description": "Filters access by domain name ARN. Available during the CreateDomainNameAccessAssociation operation",
280
275
  "type": "ARN"
281
- },
282
- "apigateway:resource/cognitouserpoolproviderarn": {
283
- "key": "apigateway:Resource/CognitoUserPoolProviderArn",
284
- "description": "Filters access by Cognito user pool provider ARN. Available during CreateAuthorizer and UpdateAuthorizer",
285
- "type": "ARN"
286
276
  }
287
277
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "execute-api:viadomainarn": {
3
3
  "key": "execute-api:viaDomainArn",
4
- "description": "Filters access by the domain name ARN the API is called from",
5
- "type": "String"
4
+ "description": "Filters access by the DomainName ARN the API is called from",
5
+ "type": "ARN"
6
6
  }
7
7
  }
@@ -60,11 +60,7 @@
60
60
  "arn": "arn:${Partition}:apigateway:${Region}::/restapis/${RestApiId}/authorizers/${AuthorizerId}",
61
61
  "conditionKeys": [
62
62
  "apigateway:Request/AuthorizerType",
63
- "apigateway:Request/AuthorizerUri",
64
- "apigateway:Request/CognitoUserPoolProviderArn",
65
63
  "apigateway:Resource/AuthorizerType",
66
- "apigateway:Resource/AuthorizerUri",
67
- "apigateway:Resource/CognitoUserPoolProviderArn",
68
64
  "aws:ResourceTag/${TagKey}"
69
65
  ]
70
66
  },
@@ -73,8 +69,6 @@
73
69
  "arn": "arn:${Partition}:apigateway:${Region}::/restapis/${RestApiId}/authorizers",
74
70
  "conditionKeys": [
75
71
  "apigateway:Request/AuthorizerType",
76
- "apigateway:Request/AuthorizerUri",
77
- "apigateway:Request/CognitoUserPoolProviderArn",
78
72
  "aws:ResourceTag/${TagKey}"
79
73
  ]
80
74
  },
@@ -498,7 +492,6 @@
498
492
  "apigateway:Request/ApiKeyRequired",
499
493
  "apigateway:Request/ApiName",
500
494
  "apigateway:Request/AuthorizerType",
501
- "apigateway:Request/AuthorizerUri",
502
495
  "apigateway:Request/DisableExecuteApiEndpoint",
503
496
  "apigateway:Request/EndpointType",
504
497
  "apigateway:Request/RouteAuthorizationType",
@@ -506,7 +499,6 @@
506
499
  "apigateway:Resource/ApiKeyRequired",
507
500
  "apigateway:Resource/ApiName",
508
501
  "apigateway:Resource/AuthorizerType",
509
- "apigateway:Resource/AuthorizerUri",
510
502
  "apigateway:Resource/DisableExecuteApiEndpoint",
511
503
  "apigateway:Resource/EndpointType",
512
504
  "apigateway:Resource/RouteAuthorizationType",
@@ -521,7 +513,6 @@
521
513
  "apigateway:Request/ApiKeyRequired",
522
514
  "apigateway:Request/ApiName",
523
515
  "apigateway:Request/AuthorizerType",
524
- "apigateway:Request/AuthorizerUri",
525
516
  "apigateway:Request/DisableExecuteApiEndpoint",
526
517
  "apigateway:Request/EndpointType",
527
518
  "apigateway:Request/RouteAuthorizationType",
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.15.202601071",
3
+ "version": "0.15.202601091",
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-01-07T05:02:44.530Z",
9
+ "updatedAt": "2026-01-09T05:02:21.052Z",
10
10
  "exports": {
11
11
  ".": {
12
12
  "import": "./dist/esm/index.js",