@cloud-copilot/iam-data 0.21.202609121 → 0.21.202609161

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.
@@ -146,6 +146,27 @@
146
146
  "conditionKeys": [],
147
147
  "dependentActions": []
148
148
  },
149
+ "associateconnectionstoresiliencygroup": {
150
+ "name": "AssociateConnectionsToResiliencyGroup",
151
+ "description": "Grants permission to associate one or more connections with a resiliency group",
152
+ "accessLevel": "Write",
153
+ "resourceTypes": [
154
+ {
155
+ "name": "dx-resiliency-group",
156
+ "required": true,
157
+ "conditionKeys": [],
158
+ "dependentActions": []
159
+ },
160
+ {
161
+ "name": "dxcon",
162
+ "required": true,
163
+ "conditionKeys": [],
164
+ "dependentActions": []
165
+ }
166
+ ],
167
+ "conditionKeys": [],
168
+ "dependentActions": []
169
+ },
149
170
  "associatehostedconnection": {
150
171
  "name": "AssociateHostedConnection",
151
172
  "description": "Grants permission to associate a hosted connection and its virtual interfaces with a link aggregation group (LAG) or interconnect",
@@ -447,6 +468,17 @@
447
468
  ],
448
469
  "dependentActions": []
449
470
  },
471
+ "createresiliencygroup": {
472
+ "name": "CreateResiliencyGroup",
473
+ "description": "Grants permission to create a resiliency group",
474
+ "accessLevel": "Write",
475
+ "resourceTypes": [],
476
+ "conditionKeys": [
477
+ "aws:RequestTag/${TagKey}",
478
+ "aws:TagKeys"
479
+ ],
480
+ "dependentActions": []
481
+ },
450
482
  "createtransitvirtualinterface": {
451
483
  "name": "CreateTransitVirtualInterface",
452
484
  "description": "Grants permission to create a new transit virtual interface",
@@ -569,6 +601,21 @@
569
601
  "conditionKeys": [],
570
602
  "dependentActions": []
571
603
  },
604
+ "deleteresiliencygroup": {
605
+ "name": "DeleteResiliencyGroup",
606
+ "description": "Grants permission to delete a resiliency group",
607
+ "accessLevel": "Write",
608
+ "resourceTypes": [
609
+ {
610
+ "name": "dx-resiliency-group",
611
+ "required": true,
612
+ "conditionKeys": [],
613
+ "dependentActions": []
614
+ }
615
+ ],
616
+ "conditionKeys": [],
617
+ "dependentActions": []
618
+ },
572
619
  "deletevirtualinterface": {
573
620
  "name": "DeleteVirtualInterface",
574
621
  "description": "Grants permission to delete a virtual interface",
@@ -818,6 +865,12 @@
818
865
  "conditionKeys": [],
819
866
  "dependentActions": []
820
867
  },
868
+ {
869
+ "name": "dx-resiliency-group",
870
+ "required": false,
871
+ "conditionKeys": [],
872
+ "dependentActions": []
873
+ },
821
874
  {
822
875
  "name": "dxcon",
823
876
  "required": false,
@@ -896,6 +949,27 @@
896
949
  "conditionKeys": [],
897
950
  "dependentActions": []
898
951
  },
952
+ "disassociateconnectionsfromresiliencygroup": {
953
+ "name": "DisassociateConnectionsFromResiliencyGroup",
954
+ "description": "Grants permission to disassociate one or more connections from a resiliency group",
955
+ "accessLevel": "Write",
956
+ "resourceTypes": [
957
+ {
958
+ "name": "dx-resiliency-group",
959
+ "required": true,
960
+ "conditionKeys": [],
961
+ "dependentActions": []
962
+ },
963
+ {
964
+ "name": "dxcon",
965
+ "required": true,
966
+ "conditionKeys": [],
967
+ "dependentActions": []
968
+ }
969
+ ],
970
+ "conditionKeys": [],
971
+ "dependentActions": []
972
+ },
899
973
  "disassociatemacseckey": {
900
974
  "name": "DisassociateMacSecKey",
901
975
  "description": "Grants permission to remove the association between a MAC Security (MACsec) security key and an AWS Direct Connect dedicated connection",
@@ -917,6 +991,44 @@
917
991
  "conditionKeys": [],
918
992
  "dependentActions": []
919
993
  },
994
+ "getresiliencygroup": {
995
+ "name": "GetResiliencyGroup",
996
+ "description": "Grants permission to describe a resiliency group",
997
+ "accessLevel": "Read",
998
+ "resourceTypes": [
999
+ {
1000
+ "name": "dx-resiliency-group",
1001
+ "required": true,
1002
+ "conditionKeys": [],
1003
+ "dependentActions": []
1004
+ }
1005
+ ],
1006
+ "conditionKeys": [],
1007
+ "dependentActions": []
1008
+ },
1009
+ "listresiliencygroupassociations": {
1010
+ "name": "ListResiliencyGroupAssociations",
1011
+ "description": "Grants permission to list the connection associations of a resiliency group",
1012
+ "accessLevel": "List",
1013
+ "resourceTypes": [
1014
+ {
1015
+ "name": "dx-resiliency-group",
1016
+ "required": true,
1017
+ "conditionKeys": [],
1018
+ "dependentActions": []
1019
+ }
1020
+ ],
1021
+ "conditionKeys": [],
1022
+ "dependentActions": []
1023
+ },
1024
+ "listresiliencygroups": {
1025
+ "name": "ListResiliencyGroups",
1026
+ "description": "Grants permission to list all resiliency groups owned by the AWS account",
1027
+ "accessLevel": "List",
1028
+ "resourceTypes": [],
1029
+ "conditionKeys": [],
1030
+ "dependentActions": []
1031
+ },
920
1032
  "listvirtualinterfaceroutes": {
921
1033
  "name": "ListVirtualInterfaceRoutes",
922
1034
  "description": "Grants permission to list the routes accepted and advertised over a virtual interface",
@@ -988,6 +1100,12 @@
988
1100
  "conditionKeys": [],
989
1101
  "dependentActions": []
990
1102
  },
1103
+ {
1104
+ "name": "dx-resiliency-group",
1105
+ "required": false,
1106
+ "conditionKeys": [],
1107
+ "dependentActions": []
1108
+ },
991
1109
  {
992
1110
  "name": "dxcon",
993
1111
  "required": false,
@@ -1024,6 +1142,12 @@
1024
1142
  "conditionKeys": [],
1025
1143
  "dependentActions": []
1026
1144
  },
1145
+ {
1146
+ "name": "dx-resiliency-group",
1147
+ "required": false,
1148
+ "conditionKeys": [],
1149
+ "dependentActions": []
1150
+ },
1027
1151
  {
1028
1152
  "name": "dxcon",
1029
1153
  "required": false,
@@ -1063,6 +1187,21 @@
1063
1187
  "conditionKeys": [],
1064
1188
  "dependentActions": []
1065
1189
  },
1190
+ "updateconnectionsbillingmode": {
1191
+ "name": "UpdateConnectionsBillingMode",
1192
+ "description": "Grants permission to update the billing mode for up to 200 AWS Direct Connect connections in a single request",
1193
+ "accessLevel": "Write",
1194
+ "resourceTypes": [
1195
+ {
1196
+ "name": "dxcon",
1197
+ "required": true,
1198
+ "conditionKeys": [],
1199
+ "dependentActions": []
1200
+ }
1201
+ ],
1202
+ "conditionKeys": [],
1203
+ "dependentActions": []
1204
+ },
1066
1205
  "updatedirectconnectgateway": {
1067
1206
  "name": "UpdateDirectConnectGateway",
1068
1207
  "description": "Grants permission to update the name of a Direct Connect gateway",
@@ -1101,6 +1240,21 @@
1101
1240
  "conditionKeys": [],
1102
1241
  "dependentActions": []
1103
1242
  },
1243
+ "updateresiliencygroup": {
1244
+ "name": "UpdateResiliencyGroup",
1245
+ "description": "Grants permission to update the attributes of a resiliency group",
1246
+ "accessLevel": "Write",
1247
+ "resourceTypes": [
1248
+ {
1249
+ "name": "dx-resiliency-group",
1250
+ "required": true,
1251
+ "conditionKeys": [],
1252
+ "dependentActions": []
1253
+ }
1254
+ ],
1255
+ "conditionKeys": [],
1256
+ "dependentActions": []
1257
+ },
1104
1258
  "updatevirtualinterfaceattributes": {
1105
1259
  "name": "UpdateVirtualInterfaceAttributes",
1106
1260
  "description": "Grants permission to update the specified attributes of the specified virtual private interface",
@@ -3,7 +3,14 @@
3
3
  "name": "AddRegion",
4
4
  "description": "Grants permission to add a region to an IdentityStore",
5
5
  "accessLevel": "Write",
6
- "resourceTypes": [],
6
+ "resourceTypes": [
7
+ {
8
+ "name": "Identitystore",
9
+ "required": true,
10
+ "conditionKeys": [],
11
+ "dependentActions": []
12
+ }
13
+ ],
7
14
  "conditionKeys": [],
8
15
  "dependentActions": []
9
16
  },
@@ -144,7 +151,14 @@
144
151
  "name": "DeleteIdentityStore",
145
152
  "description": "Grants permission to delete an IdentityStore",
146
153
  "accessLevel": "Write",
147
- "resourceTypes": [],
154
+ "resourceTypes": [
155
+ {
156
+ "name": "Identitystore",
157
+ "required": true,
158
+ "conditionKeys": [],
159
+ "dependentActions": []
160
+ }
161
+ ],
148
162
  "conditionKeys": [],
149
163
  "dependentActions": []
150
164
  },
@@ -235,7 +249,14 @@
235
249
  "name": "DescribeRegion",
236
250
  "description": "Grants permission to retrieve configuration details for a specific IdentityStore region",
237
251
  "accessLevel": "Read",
238
- "resourceTypes": [],
252
+ "resourceTypes": [
253
+ {
254
+ "name": "Identitystore",
255
+ "required": true,
256
+ "conditionKeys": [],
257
+ "dependentActions": []
258
+ }
259
+ ],
239
260
  "conditionKeys": [
240
261
  "identitystore:PrimaryRegion"
241
262
  ],
@@ -243,7 +264,7 @@
243
264
  },
244
265
  "describeuser": {
245
266
  "name": "DescribeUser",
246
- "description": "Grants permission to retrieve information about user in the specified IdentityStore",
267
+ "description": "Grants permission to retrieve information about a user in the specified IdentityStore",
247
268
  "accessLevel": "Read",
248
269
  "resourceTypes": [
249
270
  {
@@ -267,7 +288,7 @@
267
288
  },
268
289
  "getgroupid": {
269
290
  "name": "GetGroupId",
270
- "description": "Grants permission to retrieve ID information about group in the specified IdentityStore",
291
+ "description": "Grants permission to retrieve ID information about a group in the specified IdentityStore",
271
292
  "accessLevel": "Read",
272
293
  "resourceTypes": [
273
294
  {
@@ -325,7 +346,7 @@
325
346
  },
326
347
  "getuserid": {
327
348
  "name": "GetUserId",
328
- "description": "Grants permission to retrieves ID information about user in the specified IdentityStore",
349
+ "description": "Grants permission to retrieve ID information about a user in the specified IdentityStore",
329
350
  "accessLevel": "Read",
330
351
  "resourceTypes": [
331
352
  {
@@ -441,7 +462,7 @@
441
462
  },
442
463
  "listgroups": {
443
464
  "name": "ListGroups",
444
- "description": "Grants permission to search for groups within the specified IdentityStore",
465
+ "description": "Grants permission to retrieve information about all groups in the specified IdentityStore",
445
466
  "accessLevel": "List",
446
467
  "resourceTypes": [
447
468
  {
@@ -467,7 +488,14 @@
467
488
  "name": "ListRegions",
468
489
  "description": "Grants permission to list all regions configured for an IdentityStore",
469
490
  "accessLevel": "List",
470
- "resourceTypes": [],
491
+ "resourceTypes": [
492
+ {
493
+ "name": "Identitystore",
494
+ "required": true,
495
+ "conditionKeys": [],
496
+ "dependentActions": []
497
+ }
498
+ ],
471
499
  "conditionKeys": [
472
500
  "identitystore:PrimaryRegion"
473
501
  ],
@@ -475,7 +503,7 @@
475
503
  },
476
504
  "listusers": {
477
505
  "name": "ListUsers",
478
- "description": "Grants permission to search for users in the specified IdentityStore",
506
+ "description": "Grants permission to retrieve information about all users in the specified IdentityStore",
479
507
  "accessLevel": "List",
480
508
  "resourceTypes": [
481
509
  {
@@ -501,7 +529,14 @@
501
529
  "name": "RemoveRegion",
502
530
  "description": "Grants permission to remove a region from an IdentityStore",
503
531
  "accessLevel": "Write",
504
- "resourceTypes": [],
532
+ "resourceTypes": [
533
+ {
534
+ "name": "Identitystore",
535
+ "required": true,
536
+ "conditionKeys": [],
537
+ "dependentActions": []
538
+ }
539
+ ],
505
540
  "conditionKeys": [],
506
541
  "dependentActions": []
507
542
  },
@@ -550,7 +585,14 @@
550
585
  "name": "UpdateIdentityStore",
551
586
  "description": "Grants permission to update the configuration of an IdentityStore",
552
587
  "accessLevel": "Write",
553
- "resourceTypes": [],
588
+ "resourceTypes": [
589
+ {
590
+ "name": "Identitystore",
591
+ "required": true,
592
+ "conditionKeys": [],
593
+ "dependentActions": []
594
+ }
595
+ ],
554
596
  "conditionKeys": [],
555
597
  "dependentActions": []
556
598
  },
@@ -1472,6 +1472,23 @@
1472
1472
  "conditionKeys": [],
1473
1473
  "dependentActions": []
1474
1474
  },
1475
+ "listtestrundependencies": {
1476
+ "name": "ListTestRunDependencies",
1477
+ "description": "Grants permission to list snapshotted dependencies for a test run",
1478
+ "accessLevel": "Read",
1479
+ "resourceTypes": [
1480
+ {
1481
+ "name": "service",
1482
+ "required": true,
1483
+ "conditionKeys": [
1484
+ "aws:ResourceTag/${TagKey}"
1485
+ ],
1486
+ "dependentActions": []
1487
+ }
1488
+ ],
1489
+ "conditionKeys": [],
1490
+ "dependentActions": []
1491
+ },
1475
1492
  "listtestrunevents": {
1476
1493
  "name": "ListTestRunEvents",
1477
1494
  "description": "Grants permission to list events for a test run",
@@ -1489,6 +1506,23 @@
1489
1506
  "conditionKeys": [],
1490
1507
  "dependentActions": []
1491
1508
  },
1509
+ "listtestrunsourceevents": {
1510
+ "name": "ListTestRunSourceEvents",
1511
+ "description": "Grants permission to list source events for a test run",
1512
+ "accessLevel": "Read",
1513
+ "resourceTypes": [
1514
+ {
1515
+ "name": "service",
1516
+ "required": true,
1517
+ "conditionKeys": [
1518
+ "aws:ResourceTag/${TagKey}"
1519
+ ],
1520
+ "dependentActions": []
1521
+ }
1522
+ ],
1523
+ "conditionKeys": [],
1524
+ "dependentActions": []
1525
+ },
1492
1526
  "listtestrunsources": {
1493
1527
  "name": "ListTestRunSources",
1494
1528
  "description": "Grants permission to list test run source snapshots",
@@ -2512,6 +2512,17 @@
2512
2512
  "conditionKeys": [],
2513
2513
  "dependentActions": []
2514
2514
  },
2515
+ "applytrackingconfigurationoverrides": {
2516
+ "name": "ApplyTrackingConfigurationOverrides",
2517
+ "description": "Grants permission to apply tracking configuration overrides when sending email",
2518
+ "accessLevel": "Permissions management, Write",
2519
+ "resourceTypes": [],
2520
+ "conditionKeys": [
2521
+ "ses:ClickTrackingEnabled",
2522
+ "ses:OpenTrackingEnabled"
2523
+ ],
2524
+ "dependentActions": []
2525
+ },
2515
2526
  "replicateemailidentitydkimsigningkey": {
2516
2527
  "name": "ReplicateEmailIdentityDkimSigningKey",
2517
2528
  "description": "Grants permission to replicate email identity DKIM signing key",
@@ -2529,6 +2540,25 @@
2529
2540
  ],
2530
2541
  "dependentActions": []
2531
2542
  },
2543
+ "associateemailidentitycertificate": {
2544
+ "name": "AssociateEmailIdentityCertificate",
2545
+ "description": "Grants permission to associate a certificate with an email identity",
2546
+ "accessLevel": "Write",
2547
+ "resourceTypes": [
2548
+ {
2549
+ "name": "identity",
2550
+ "required": true,
2551
+ "conditionKeys": [],
2552
+ "dependentActions": []
2553
+ }
2554
+ ],
2555
+ "conditionKeys": [
2556
+ "aws:ResourceTag/${TagKey}",
2557
+ "ses:ApiVersion",
2558
+ "ses:FromAddress"
2559
+ ],
2560
+ "dependentActions": []
2561
+ },
2532
2562
  "batchgetmetricdata": {
2533
2563
  "name": "BatchGetMetricData",
2534
2564
  "description": "Grants permission to get metric data on your activity",
@@ -2896,6 +2926,25 @@
2896
2926
  ],
2897
2927
  "dependentActions": []
2898
2928
  },
2929
+ "disassociateemailidentitycertificate": {
2930
+ "name": "DisassociateEmailIdentityCertificate",
2931
+ "description": "Grants permission to disassociate a certificate from an email identity",
2932
+ "accessLevel": "Write",
2933
+ "resourceTypes": [
2934
+ {
2935
+ "name": "identity",
2936
+ "required": true,
2937
+ "conditionKeys": [],
2938
+ "dependentActions": []
2939
+ }
2940
+ ],
2941
+ "conditionKeys": [
2942
+ "aws:ResourceTag/${TagKey}",
2943
+ "ses:ApiVersion",
2944
+ "ses:FromAddress"
2945
+ ],
2946
+ "dependentActions": []
2947
+ },
2899
2948
  "getcontact": {
2900
2949
  "name": "GetContact",
2901
2950
  "description": "Grants permission to return a contact from a contact list",
@@ -3139,6 +3188,24 @@
3139
3188
  ],
3140
3189
  "dependentActions": []
3141
3190
  },
3191
+ "listemailidentitycertificates": {
3192
+ "name": "ListEmailIdentityCertificates",
3193
+ "description": "Grants permission to list the certificates associated with an email identity",
3194
+ "accessLevel": "List",
3195
+ "resourceTypes": [
3196
+ {
3197
+ "name": "identity",
3198
+ "required": true,
3199
+ "conditionKeys": [],
3200
+ "dependentActions": []
3201
+ }
3202
+ ],
3203
+ "conditionKeys": [
3204
+ "aws:ResourceTag/${TagKey}",
3205
+ "ses:ApiVersion"
3206
+ ],
3207
+ "dependentActions": []
3208
+ },
3142
3209
  "listemailtemplates": {
3143
3210
  "name": "ListEmailTemplates",
3144
3211
  "description": "Grants permission to list all of the email templates for your account",
@@ -3536,6 +3603,25 @@
3536
3603
  ],
3537
3604
  "dependentActions": []
3538
3605
  },
3606
+ "updateconfigurationset": {
3607
+ "name": "UpdateConfigurationSet",
3608
+ "description": "Grants permission to update a configuration set",
3609
+ "accessLevel": "Write",
3610
+ "resourceTypes": [
3611
+ {
3612
+ "name": "configuration-set",
3613
+ "required": true,
3614
+ "conditionKeys": [],
3615
+ "dependentActions": []
3616
+ }
3617
+ ],
3618
+ "conditionKeys": [
3619
+ "aws:ResourceTag/${TagKey}",
3620
+ "ses:ApiVersion",
3621
+ "ses:ConfigurationSetOptions"
3622
+ ],
3623
+ "dependentActions": []
3624
+ },
3539
3625
  "updatecontact": {
3540
3626
  "name": "UpdateContact",
3541
3627
  "description": "Grants permission to update a contact's preferences for a list",
@@ -59,6 +59,16 @@
59
59
  "description": "Filters access by SES Mail Manager traffic policy ARN",
60
60
  "type": "ARN"
61
61
  },
62
+ "ses:clicktrackingenabled": {
63
+ "key": "ses:ClickTrackingEnabled",
64
+ "description": "Filters access by the click tracking override value specified in configuration overrides",
65
+ "type": "String"
66
+ },
67
+ "ses:configurationsetoptions": {
68
+ "key": "ses:ConfigurationSetOptions",
69
+ "description": "Filters access by the configuration set options included in the request",
70
+ "type": "ArrayOfString"
71
+ },
62
72
  "ses:exportsourcetype": {
63
73
  "key": "ses:ExportSourceType",
64
74
  "description": "Filters access by the export source type",
@@ -69,6 +79,11 @@
69
79
  "description": "Filters access by the multi-region endpoint ID that is used to send email",
70
80
  "type": "String"
71
81
  },
82
+ "ses:opentrackingenabled": {
83
+ "key": "ses:OpenTrackingEnabled",
84
+ "description": "Filters access by the open tracking override value specified in configuration overrides",
85
+ "type": "String"
86
+ },
72
87
  "ses:replicaregion": {
73
88
  "key": "ses:ReplicaRegion",
74
89
  "description": "Filters access by the replica regions for Replicating domain DKIM signing key",
@@ -3,9 +3,13 @@
3
3
  "appconfig",
4
4
  "appstream",
5
5
  "autoscaling",
6
+ "autoscaling-plans",
7
+ "budgets",
6
8
  "clouddirectory",
7
9
  "cloudfront",
8
10
  "cloudsearch",
11
+ "cloudtrail-data",
12
+ "codeartifact",
9
13
  "codebuild",
10
14
  "codecommit",
11
15
  "codepipeline",
@@ -13,13 +17,18 @@
13
17
  "cognito-idp",
14
18
  "comprehend",
15
19
  "comprehendmedical",
20
+ "compute-optimizer",
16
21
  "cost-optimization-hub",
17
22
  "dax",
23
+ "dsql",
18
24
  "dynamodb",
19
25
  "ecr",
26
+ "ecr-public",
20
27
  "events",
21
28
  "firehose",
22
29
  "fis",
30
+ "fms",
31
+ "gamelift",
23
32
  "health",
24
33
  "inspector-scan",
25
34
  "kendra",
@@ -28,20 +37,28 @@
28
37
  "logs",
29
38
  "memorydb",
30
39
  "networkmonitor",
40
+ "notifications",
31
41
  "opensearch",
32
42
  "pca-connector-ad",
43
+ "personalize",
33
44
  "polly",
34
45
  "pricing",
46
+ "resource-groups",
47
+ "rolesanywhere",
35
48
  "s3",
36
49
  "secretsmanager",
50
+ "servicediscovery",
37
51
  "signin",
38
52
  "sqs",
39
53
  "sts",
40
54
  "support",
55
+ "swf",
41
56
  "textract",
42
57
  "timestream-influxdb",
43
58
  "transcribe",
44
59
  "transfer",
45
60
  "translate",
46
- "wafv2"
61
+ "wafv2",
62
+ "workspaces",
63
+ "xray"
47
64
  ]
@@ -6,6 +6,13 @@
6
6
  "aws:ResourceTag/${TagKey}"
7
7
  ]
8
8
  },
9
+ "dx-resiliency-group": {
10
+ "key": "dx-resiliency-group",
11
+ "arn": "arn:${Partition}:directconnect::${Account}:dx-resiliency-group/${ResiliencyGroupId}",
12
+ "conditionKeys": [
13
+ "aws:ResourceTag/${TagKey}"
14
+ ]
15
+ },
9
16
  "dxcon": {
10
17
  "key": "dxcon",
11
18
  "arn": "arn:${Partition}:directconnect:${Region}:${Account}:dxcon/${ConnectionId}",
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.21.202609121",
3
+ "version": "0.21.202609161",
4
4
  "description": "AWS IAM Data",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/act-security-labs/iam-data.git"
8
8
  },
9
- "updatedAt": "2026-09-12T04:44:56.691Z",
9
+ "updatedAt": "2026-09-16T04:47:06.792Z",
10
10
  "exports": {
11
11
  ".": {
12
12
  "import": "./dist/esm/index.js",