@cloud-copilot/iam-data 0.21.202608304 → 0.21.202609021

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.
package/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2024 Cloud Copilot
3
+ Copyright (c) 2024 Act Security
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -11,11 +11,11 @@ Data is scanned daily and a new version is published if there are changes. The v
11
11
  ## Usage
12
12
 
13
13
  ```bash
14
- npm install @cloud-copilot/iam-data
14
+ npm install @actsecurity/iam-data
15
15
  ```
16
16
 
17
17
  ```typescript
18
- import { iamServiceKeys, iamActionDetails, iamActionsForService, iamServiceName } from '@cloud-copilot/iam-data';
18
+ import { iamServiceKeys, iamActionDetails, iamActionsForService, iamServiceName } from '@actsecurity/iam-data';
19
19
 
20
20
  // Iterate through all actions in all services
21
21
  const serviceKeys = await iamServiceKeys()
@@ -140,6 +140,21 @@
140
140
  "conditionKeys": [],
141
141
  "dependentActions": []
142
142
  },
143
+ "admindeletesoftwaretoken": {
144
+ "name": "AdminDeleteSoftwareToken",
145
+ "description": "Grants permission to delete a user's software token",
146
+ "accessLevel": "Write",
147
+ "resourceTypes": [
148
+ {
149
+ "name": "userpool",
150
+ "required": true,
151
+ "conditionKeys": [],
152
+ "dependentActions": []
153
+ }
154
+ ],
155
+ "conditionKeys": [],
156
+ "dependentActions": []
157
+ },
143
158
  "admindeleteuser": {
144
159
  "name": "AdminDeleteUser",
145
160
  "description": "Grants permission to delete any user",
@@ -1052,6 +1052,25 @@
1052
1052
  ],
1053
1053
  "dependentActions": []
1054
1054
  },
1055
+ "createextractiondefinition": {
1056
+ "name": "CreateExtractionDefinition",
1057
+ "description": "Grants permission to create an extraction definition in an Amazon Connect instance",
1058
+ "accessLevel": "Write",
1059
+ "resourceTypes": [
1060
+ {
1061
+ "name": "extraction-definition",
1062
+ "required": true,
1063
+ "conditionKeys": [],
1064
+ "dependentActions": []
1065
+ }
1066
+ ],
1067
+ "conditionKeys": [
1068
+ "aws:RequestTag/${TagKey}",
1069
+ "aws:TagKeys",
1070
+ "connect:InstanceId"
1071
+ ],
1072
+ "dependentActions": []
1073
+ },
1055
1074
  "createhoursofoperation": {
1056
1075
  "name": "CreateHoursOfOperation",
1057
1076
  "description": "Grants permission to create hours of operation in an Amazon Connect instance",
@@ -1867,6 +1886,24 @@
1867
1886
  ],
1868
1887
  "dependentActions": []
1869
1888
  },
1889
+ "deleteextractiondefinition": {
1890
+ "name": "DeleteExtractionDefinition",
1891
+ "description": "Grants permission to delete an extraction definition in an Amazon Connect instance",
1892
+ "accessLevel": "Write",
1893
+ "resourceTypes": [
1894
+ {
1895
+ "name": "extraction-definition",
1896
+ "required": true,
1897
+ "conditionKeys": [],
1898
+ "dependentActions": []
1899
+ }
1900
+ ],
1901
+ "conditionKeys": [
1902
+ "aws:ResourceTag/${TagKey}",
1903
+ "connect:InstanceId"
1904
+ ],
1905
+ "dependentActions": []
1906
+ },
1870
1907
  "deletehoursofoperation": {
1871
1908
  "name": "DeleteHoursOfOperation",
1872
1909
  "description": "Grants permission to delete hours of operation in an Amazon Connect instance",
@@ -2546,6 +2583,24 @@
2546
2583
  ],
2547
2584
  "dependentActions": []
2548
2585
  },
2586
+ "describeextractiondefinition": {
2587
+ "name": "DescribeExtractionDefinition",
2588
+ "description": "Grants permission to describe an extraction definition in an Amazon Connect instance",
2589
+ "accessLevel": "Read",
2590
+ "resourceTypes": [
2591
+ {
2592
+ "name": "extraction-definition",
2593
+ "required": true,
2594
+ "conditionKeys": [],
2595
+ "dependentActions": []
2596
+ }
2597
+ ],
2598
+ "conditionKeys": [
2599
+ "aws:ResourceTag/${TagKey}",
2600
+ "connect:InstanceId"
2601
+ ],
2602
+ "dependentActions": []
2603
+ },
2549
2604
  "describehoursofoperation": {
2550
2605
  "name": "DescribeHoursOfOperation",
2551
2606
  "description": "Grants permission to describe hours of operation in an Amazon Connect instance",
@@ -3402,6 +3457,23 @@
3402
3457
  ],
3403
3458
  "dependentActions": []
3404
3459
  },
3460
+ "getcrossregionrouting": {
3461
+ "name": "GetCrossRegionRouting",
3462
+ "description": "Grants permission to retrieve the cross-region routing configuration for an Amazon Connect Global Resiliency instance",
3463
+ "accessLevel": "Read",
3464
+ "resourceTypes": [
3465
+ {
3466
+ "name": "instance",
3467
+ "required": true,
3468
+ "conditionKeys": [],
3469
+ "dependentActions": []
3470
+ }
3471
+ ],
3472
+ "conditionKeys": [
3473
+ "connect:InstanceId"
3474
+ ],
3475
+ "dependentActions": []
3476
+ },
3405
3477
  "getcurrentmetricdata": {
3406
3478
  "name": "GetCurrentMetricData",
3407
3479
  "description": "Grants permission to retrieve current metric data for queues and routing profiles in an Amazon Connect instance",
@@ -4096,6 +4168,23 @@
4096
4168
  ],
4097
4169
  "dependentActions": []
4098
4170
  },
4171
+ "listextractiondefinitions": {
4172
+ "name": "ListExtractionDefinitions",
4173
+ "description": "Grants permission to list extraction definitions associated with an Amazon Connect instance",
4174
+ "accessLevel": "List",
4175
+ "resourceTypes": [
4176
+ {
4177
+ "name": "instance",
4178
+ "required": true,
4179
+ "conditionKeys": [],
4180
+ "dependentActions": []
4181
+ }
4182
+ ],
4183
+ "conditionKeys": [
4184
+ "connect:InstanceId"
4185
+ ],
4186
+ "dependentActions": []
4187
+ },
4099
4188
  "listflowassociations": {
4100
4189
  "name": "ListFlowAssociations",
4101
4190
  "description": "Grants permission to list summary information about the flow associations for the specified Amazon Connect instance",
@@ -4645,6 +4734,12 @@
4645
4734
  "conditionKeys": [],
4646
4735
  "dependentActions": []
4647
4736
  },
4737
+ {
4738
+ "name": "extraction-definition",
4739
+ "required": false,
4740
+ "conditionKeys": [],
4741
+ "dependentActions": []
4742
+ },
4648
4743
  {
4649
4744
  "name": "hierarchy-group",
4650
4745
  "required": false,
@@ -6191,6 +6286,12 @@
6191
6286
  "conditionKeys": [],
6192
6287
  "dependentActions": []
6193
6288
  },
6289
+ {
6290
+ "name": "extraction-definition",
6291
+ "required": false,
6292
+ "conditionKeys": [],
6293
+ "dependentActions": []
6294
+ },
6194
6295
  {
6195
6296
  "name": "hierarchy-group",
6196
6297
  "required": false,
@@ -6407,6 +6508,12 @@
6407
6508
  "conditionKeys": [],
6408
6509
  "dependentActions": []
6409
6510
  },
6511
+ {
6512
+ "name": "extraction-definition",
6513
+ "required": false,
6514
+ "conditionKeys": [],
6515
+ "dependentActions": []
6516
+ },
6410
6517
  {
6411
6518
  "name": "hierarchy-group",
6412
6519
  "required": false,
@@ -6785,6 +6892,23 @@
6785
6892
  ],
6786
6893
  "dependentActions": []
6787
6894
  },
6895
+ "updatecrossregionrouting": {
6896
+ "name": "UpdateCrossRegionRouting",
6897
+ "description": "Grants permission to update the cross-region routing configuration for an Amazon Connect Global Resiliency instance",
6898
+ "accessLevel": "Write",
6899
+ "resourceTypes": [
6900
+ {
6901
+ "name": "instance",
6902
+ "required": true,
6903
+ "conditionKeys": [],
6904
+ "dependentActions": []
6905
+ }
6906
+ ],
6907
+ "conditionKeys": [
6908
+ "connect:InstanceId"
6909
+ ],
6910
+ "dependentActions": []
6911
+ },
6788
6912
  "updatedatatableattribute": {
6789
6913
  "name": "UpdateDataTableAttribute",
6790
6914
  "description": "Grants permission to update an attribute of a data table in an Amazon Connect instance",
@@ -6875,6 +6999,24 @@
6875
6999
  ],
6876
7000
  "dependentActions": []
6877
7001
  },
7002
+ "updateextractiondefinition": {
7003
+ "name": "UpdateExtractionDefinition",
7004
+ "description": "Grants permission to update an extraction definition in an Amazon Connect instance",
7005
+ "accessLevel": "Write",
7006
+ "resourceTypes": [
7007
+ {
7008
+ "name": "extraction-definition",
7009
+ "required": true,
7010
+ "conditionKeys": [],
7011
+ "dependentActions": []
7012
+ }
7013
+ ],
7014
+ "conditionKeys": [
7015
+ "aws:ResourceTag/${TagKey}",
7016
+ "connect:InstanceId"
7017
+ ],
7018
+ "dependentActions": []
7019
+ },
6878
7020
  "updatehoursofoperation": {
6879
7021
  "name": "UpdateHoursOfOperation",
6880
7022
  "description": "Grants permission to update hours of operation in an Amazon Connect instance",
@@ -2107,6 +2107,26 @@
2107
2107
  ],
2108
2108
  "dependentActions": []
2109
2109
  },
2110
+ "batchmodifyipamroutingpolicyregistrations": {
2111
+ "name": "BatchModifyIpamRoutingPolicyRegistrations",
2112
+ "description": "Grants permission to modify multiple routing policy registrations in a single operation",
2113
+ "accessLevel": "Write",
2114
+ "resourceTypes": [
2115
+ {
2116
+ "name": "ipam-internet-registry-association",
2117
+ "required": true,
2118
+ "conditionKeys": [
2119
+ "aws:ResourceTag/${TagKey}",
2120
+ "ec2:ResourceTag/${TagKey}"
2121
+ ],
2122
+ "dependentActions": []
2123
+ }
2124
+ ],
2125
+ "conditionKeys": [
2126
+ "ec2:Region"
2127
+ ],
2128
+ "dependentActions": []
2129
+ },
2110
2130
  "bundleinstance": {
2111
2131
  "name": "BundleInstance",
2112
2132
  "description": "Grants permission to bundle an instance store-backed Windows instance",
@@ -3478,6 +3498,35 @@
3478
3498
  ],
3479
3499
  "dependentActions": []
3480
3500
  },
3501
+ "createipaminternetregistryassociation": {
3502
+ "name": "CreateIpamInternetRegistryAssociation",
3503
+ "description": "Grants permission to create an association between an IPAM and a Regional Internet Registry (RIR) for Resource Public Key Infrastructure (RPKI) management",
3504
+ "accessLevel": "Write",
3505
+ "resourceTypes": [
3506
+ {
3507
+ "name": "ipam",
3508
+ "required": true,
3509
+ "conditionKeys": [
3510
+ "aws:ResourceTag/${TagKey}",
3511
+ "ec2:ResourceTag/${TagKey}"
3512
+ ],
3513
+ "dependentActions": []
3514
+ },
3515
+ {
3516
+ "name": "ipam-internet-registry-association",
3517
+ "required": true,
3518
+ "conditionKeys": [
3519
+ "aws:RequestTag/${TagKey}",
3520
+ "aws:TagKeys"
3521
+ ],
3522
+ "dependentActions": []
3523
+ }
3524
+ ],
3525
+ "conditionKeys": [
3526
+ "ec2:Region"
3527
+ ],
3528
+ "dependentActions": []
3529
+ },
3481
3530
  "createipampolicy": {
3482
3531
  "name": "CreateIpamPolicy",
3483
3532
  "description": "Grants permission to create a policy in Amazon VPC IP Address Manager (IPAM) that defines rules for allocating public IPv4 addresses from IPAM pools to AWS resources",
@@ -3623,6 +3672,26 @@
3623
3672
  ],
3624
3673
  "dependentActions": []
3625
3674
  },
3675
+ "createipamroutingpolicyregistration": {
3676
+ "name": "CreateIpamRoutingPolicyRegistration",
3677
+ "description": "Grants permission to create a routing policy registration and publish Route Origin Authorizations (ROAs) to the RPKI",
3678
+ "accessLevel": "Write",
3679
+ "resourceTypes": [
3680
+ {
3681
+ "name": "ipam-internet-registry-association",
3682
+ "required": true,
3683
+ "conditionKeys": [
3684
+ "aws:ResourceTag/${TagKey}",
3685
+ "ec2:ResourceTag/${TagKey}"
3686
+ ],
3687
+ "dependentActions": []
3688
+ }
3689
+ ],
3690
+ "conditionKeys": [
3691
+ "ec2:Region"
3692
+ ],
3693
+ "dependentActions": []
3694
+ },
3626
3695
  "createipamscope": {
3627
3696
  "name": "CreateIpamScope",
3628
3697
  "description": "Grants permission to create an Amazon VPC IP Address Manager (IPAM) scope, which is the highest-level container within IPAM",
@@ -5315,6 +5384,17 @@
5315
5384
  ],
5316
5385
  "dependentActions": []
5317
5386
  },
5387
+ {
5388
+ "name": "ipam-internet-registry-association",
5389
+ "required": false,
5390
+ "conditionKeys": [
5391
+ "aws:RequestTag/${TagKey}",
5392
+ "aws:ResourceTag/${TagKey}",
5393
+ "aws:TagKeys",
5394
+ "ec2:ResourceTag/${TagKey}"
5395
+ ],
5396
+ "dependentActions": []
5397
+ },
5318
5398
  {
5319
5399
  "name": "ipam-policy",
5320
5400
  "required": false,
@@ -7842,6 +7922,26 @@
7842
7922
  ],
7843
7923
  "dependentActions": []
7844
7924
  },
7925
+ "deleteipaminternetregistryassociation": {
7926
+ "name": "DeleteIpamInternetRegistryAssociation",
7927
+ "description": "Grants permission to delete an IPAM internet registry association",
7928
+ "accessLevel": "Write",
7929
+ "resourceTypes": [
7930
+ {
7931
+ "name": "ipam-internet-registry-association",
7932
+ "required": true,
7933
+ "conditionKeys": [
7934
+ "aws:ResourceTag/${TagKey}",
7935
+ "ec2:ResourceTag/${TagKey}"
7936
+ ],
7937
+ "dependentActions": []
7938
+ }
7939
+ ],
7940
+ "conditionKeys": [
7941
+ "ec2:Region"
7942
+ ],
7943
+ "dependentActions": []
7944
+ },
7845
7945
  "deleteipampolicy": {
7846
7946
  "name": "DeleteIpamPolicy",
7847
7947
  "description": "Grants permission to delete an Amazon VPC IP Address Manager (IPAM) policy",
@@ -7942,6 +8042,26 @@
7942
8042
  ],
7943
8043
  "dependentActions": []
7944
8044
  },
8045
+ "deleteipamroutingpolicyregistration": {
8046
+ "name": "DeleteIpamRoutingPolicyRegistration",
8047
+ "description": "Grants permission to delete a routing policy registration",
8048
+ "accessLevel": "Write",
8049
+ "resourceTypes": [
8050
+ {
8051
+ "name": "ipam-internet-registry-association",
8052
+ "required": true,
8053
+ "conditionKeys": [
8054
+ "aws:ResourceTag/${TagKey}",
8055
+ "ec2:ResourceTag/${TagKey}"
8056
+ ],
8057
+ "dependentActions": []
8058
+ }
8059
+ ],
8060
+ "conditionKeys": [
8061
+ "ec2:Region"
8062
+ ],
8063
+ "dependentActions": []
8064
+ },
7945
8065
  "deleteipamscope": {
7946
8066
  "name": "DeleteIpamScope",
7947
8067
  "description": "Grants permission to delete the scope for an Amazon VPC IP Address Manager (IPAM)",
@@ -9020,6 +9140,17 @@
9020
9140
  ],
9021
9141
  "dependentActions": []
9022
9142
  },
9143
+ {
9144
+ "name": "ipam-internet-registry-association",
9145
+ "required": false,
9146
+ "conditionKeys": [
9147
+ "aws:RequestTag/${TagKey}",
9148
+ "aws:ResourceTag/${TagKey}",
9149
+ "aws:TagKeys",
9150
+ "ec2:ResourceTag/${TagKey}"
9151
+ ],
9152
+ "dependentActions": []
9153
+ },
9023
9154
  {
9024
9155
  "name": "ipam-policy",
9025
9156
  "required": false,
@@ -10792,6 +10923,16 @@
10792
10923
  ],
10793
10924
  "dependentActions": []
10794
10925
  },
10926
+ "describeaccountvpcencryptioncontrol": {
10927
+ "name": "DescribeAccountVpcEncryptionControl",
10928
+ "description": "Grants permission to describe the account-level VPC Encryption Control configuration",
10929
+ "accessLevel": "List",
10930
+ "resourceTypes": [],
10931
+ "conditionKeys": [
10932
+ "ec2:Region"
10933
+ ],
10934
+ "dependentActions": []
10935
+ },
10795
10936
  "describeaddresstransfers": {
10796
10937
  "name": "DescribeAddressTransfers",
10797
10938
  "description": "Grants permission to describe an Elastic IP address transfer",
@@ -11700,6 +11841,16 @@
11700
11841
  ],
11701
11842
  "dependentActions": []
11702
11843
  },
11844
+ "describeipaminternetregistryassociations": {
11845
+ "name": "DescribeIpamInternetRegistryAssociations",
11846
+ "description": "Grants permission to describe IPAM internet registry associations",
11847
+ "accessLevel": "List",
11848
+ "resourceTypes": [],
11849
+ "conditionKeys": [
11850
+ "ec2:Region"
11851
+ ],
11852
+ "dependentActions": []
11853
+ },
11703
11854
  "describeipampolicies": {
11704
11855
  "name": "DescribeIpamPolicies",
11705
11856
  "description": "Grants permission to describe Amazon VPC IP Address Manager (IPAM) policies",
@@ -14556,6 +14707,26 @@
14556
14707
  ],
14557
14708
  "dependentActions": []
14558
14709
  },
14710
+ "enableipaminternetregistryassociation": {
14711
+ "name": "EnableIpamInternetRegistryAssociation",
14712
+ "description": "Grants permission to enable Resource Public Key Infrastructure (RPKI) on an IPAM internet registry association",
14713
+ "accessLevel": "Write",
14714
+ "resourceTypes": [
14715
+ {
14716
+ "name": "ipam-internet-registry-association",
14717
+ "required": true,
14718
+ "conditionKeys": [
14719
+ "aws:ResourceTag/${TagKey}",
14720
+ "ec2:ResourceTag/${TagKey}"
14721
+ ],
14722
+ "dependentActions": []
14723
+ }
14724
+ ],
14725
+ "conditionKeys": [
14726
+ "ec2:Region"
14727
+ ],
14728
+ "dependentActions": []
14729
+ },
14559
14730
  "enableipamorganizationadminaccount": {
14560
14731
  "name": "EnableIpamOrganizationAdminAccount",
14561
14732
  "description": "Grants permission to enable an AWS Organizations member account as an Amazon VPC IP Address Manager (IPAM) admin account",
@@ -15466,6 +15637,66 @@
15466
15637
  ],
15467
15638
  "dependentActions": []
15468
15639
  },
15640
+ "getipamdiscoveredroutes": {
15641
+ "name": "GetIpamDiscoveredRoutes",
15642
+ "description": "Grants permission to retrieve Border Gateway Protocol (BGP) routes discovered by IPAM resource discovery",
15643
+ "accessLevel": "Read",
15644
+ "resourceTypes": [
15645
+ {
15646
+ "name": "ipam-resource-discovery",
15647
+ "required": true,
15648
+ "conditionKeys": [
15649
+ "aws:ResourceTag/${TagKey}",
15650
+ "ec2:ResourceTag/${TagKey}"
15651
+ ],
15652
+ "dependentActions": []
15653
+ }
15654
+ ],
15655
+ "conditionKeys": [
15656
+ "ec2:Region"
15657
+ ],
15658
+ "dependentActions": []
15659
+ },
15660
+ "getipaminternetregistryassociationasns": {
15661
+ "name": "GetIpamInternetRegistryAssociationAsns",
15662
+ "description": "Grants permission to retrieve Autonomous System Numbers (ASNs) registered with an internet registry for an IPAM internet registry association",
15663
+ "accessLevel": "Read",
15664
+ "resourceTypes": [
15665
+ {
15666
+ "name": "ipam-internet-registry-association",
15667
+ "required": true,
15668
+ "conditionKeys": [
15669
+ "aws:ResourceTag/${TagKey}",
15670
+ "ec2:ResourceTag/${TagKey}"
15671
+ ],
15672
+ "dependentActions": []
15673
+ }
15674
+ ],
15675
+ "conditionKeys": [
15676
+ "ec2:Region"
15677
+ ],
15678
+ "dependentActions": []
15679
+ },
15680
+ "getipaminternetregistryassociationcidrs": {
15681
+ "name": "GetIpamInternetRegistryAssociationCidrs",
15682
+ "description": "Grants permission to retrieve IP address CIDRs registered with an internet registry for an IPAM internet registry association",
15683
+ "accessLevel": "Read",
15684
+ "resourceTypes": [
15685
+ {
15686
+ "name": "ipam-internet-registry-association",
15687
+ "required": true,
15688
+ "conditionKeys": [
15689
+ "aws:ResourceTag/${TagKey}",
15690
+ "ec2:ResourceTag/${TagKey}"
15691
+ ],
15692
+ "dependentActions": []
15693
+ }
15694
+ ],
15695
+ "conditionKeys": [
15696
+ "ec2:Region"
15697
+ ],
15698
+ "dependentActions": []
15699
+ },
15469
15700
  "getipampolicyallocationrules": {
15470
15701
  "name": "GetIpamPolicyAllocationRules",
15471
15702
  "description": "Grants permission to describe the rules that define how Amazon VPC IP Address Manager (IPAM) pools allocate IP addresses to AWS resource types within an IPAM policy",
@@ -15635,6 +15866,86 @@
15635
15866
  ],
15636
15867
  "dependentActions": []
15637
15868
  },
15869
+ "getipamrouteoriginauthorizations": {
15870
+ "name": "GetIpamRouteOriginAuthorizations",
15871
+ "description": "Grants permission to retrieve the current Route Origin Authorizations (ROAs) published to the RPKI for an IPAM internet registry association",
15872
+ "accessLevel": "Read",
15873
+ "resourceTypes": [
15874
+ {
15875
+ "name": "ipam-internet-registry-association",
15876
+ "required": true,
15877
+ "conditionKeys": [
15878
+ "aws:ResourceTag/${TagKey}",
15879
+ "ec2:ResourceTag/${TagKey}"
15880
+ ],
15881
+ "dependentActions": []
15882
+ }
15883
+ ],
15884
+ "conditionKeys": [
15885
+ "ec2:Region"
15886
+ ],
15887
+ "dependentActions": []
15888
+ },
15889
+ "getipamrouteprotectionfindings": {
15890
+ "name": "GetIpamRouteProtectionFindings",
15891
+ "description": "Grants permission to retrieve route protection findings for an IPAM",
15892
+ "accessLevel": "Read",
15893
+ "resourceTypes": [
15894
+ {
15895
+ "name": "ipam",
15896
+ "required": true,
15897
+ "conditionKeys": [
15898
+ "aws:ResourceTag/${TagKey}",
15899
+ "ec2:ResourceTag/${TagKey}"
15900
+ ],
15901
+ "dependentActions": []
15902
+ }
15903
+ ],
15904
+ "conditionKeys": [
15905
+ "ec2:Region"
15906
+ ],
15907
+ "dependentActions": []
15908
+ },
15909
+ "getipamroutingpolicyregistrationdeltas": {
15910
+ "name": "GetIpamRoutingPolicyRegistrationDeltas",
15911
+ "description": "Grants permission to retrieve the history of routing policy registration changes for an IPAM internet registry association",
15912
+ "accessLevel": "Read",
15913
+ "resourceTypes": [
15914
+ {
15915
+ "name": "ipam-internet-registry-association",
15916
+ "required": true,
15917
+ "conditionKeys": [
15918
+ "aws:ResourceTag/${TagKey}",
15919
+ "ec2:ResourceTag/${TagKey}"
15920
+ ],
15921
+ "dependentActions": []
15922
+ }
15923
+ ],
15924
+ "conditionKeys": [
15925
+ "ec2:Region"
15926
+ ],
15927
+ "dependentActions": []
15928
+ },
15929
+ "getipamroutingpolicyregistrations": {
15930
+ "name": "GetIpamRoutingPolicyRegistrations",
15931
+ "description": "Grants permission to retrieve routing policy registrations for an IPAM internet registry association",
15932
+ "accessLevel": "Read",
15933
+ "resourceTypes": [
15934
+ {
15935
+ "name": "ipam-internet-registry-association",
15936
+ "required": true,
15937
+ "conditionKeys": [
15938
+ "aws:ResourceTag/${TagKey}",
15939
+ "ec2:ResourceTag/${TagKey}"
15940
+ ],
15941
+ "dependentActions": []
15942
+ }
15943
+ ],
15944
+ "conditionKeys": [
15945
+ "ec2:Region"
15946
+ ],
15947
+ "dependentActions": []
15948
+ },
15638
15949
  "getlaunchtemplatedata": {
15639
15950
  "name": "GetLaunchTemplateData",
15640
15951
  "description": "Grants permission to get the configuration data of the specified instance for use with a new launch template or launch template version",
@@ -16506,6 +16817,16 @@
16506
16817
  ],
16507
16818
  "dependentActions": []
16508
16819
  },
16820
+ "modifyaccountvpcencryptioncontrol": {
16821
+ "name": "ModifyAccountVpcEncryptionControl",
16822
+ "description": "Grants permission to modify the account-level VPC Encryption Control configuration",
16823
+ "accessLevel": "Write",
16824
+ "resourceTypes": [],
16825
+ "conditionKeys": [
16826
+ "ec2:Region"
16827
+ ],
16828
+ "dependentActions": []
16829
+ },
16509
16830
  "modifyaddressattribute": {
16510
16831
  "name": "ModifyAddressAttribute",
16511
16832
  "description": "Grants permission to modify an attribute of the specified Elastic IP address",
@@ -17544,6 +17865,28 @@
17544
17865
  ],
17545
17866
  "dependentActions": []
17546
17867
  },
17868
+ "modifyipamroutingpolicyregistration": {
17869
+ "name": "ModifyIpamRoutingPolicyRegistration",
17870
+ "description": "Grants permission to modify an existing routing policy registration",
17871
+ "accessLevel": "Write",
17872
+ "resourceTypes": [
17873
+ {
17874
+ "name": "ipam-internet-registry-association",
17875
+ "required": true,
17876
+ "conditionKeys": [
17877
+ "aws:ResourceTag/${TagKey}",
17878
+ "ec2:Attribute",
17879
+ "ec2:Attribute/${AttributeName}",
17880
+ "ec2:ResourceTag/${TagKey}"
17881
+ ],
17882
+ "dependentActions": []
17883
+ }
17884
+ ],
17885
+ "conditionKeys": [
17886
+ "ec2:Region"
17887
+ ],
17888
+ "dependentActions": []
17889
+ },
17547
17890
  "modifyipamscope": {
17548
17891
  "name": "ModifyIpamScope",
17549
17892
  "description": "Grants permission to modify the configurations of an Amazon VPC IP Address Manager (IPAM) scope",
@@ -23,6 +23,25 @@
23
23
  "conditionKeys": [],
24
24
  "dependentActions": []
25
25
  },
26
+ "createcustomdetectionruleassociation": {
27
+ "name": "CreateCustomDetectionRuleAssociation",
28
+ "description": "Grants permission to create a GuardDuty custom detection rule association",
29
+ "accessLevel": "Write",
30
+ "resourceTypes": [],
31
+ "conditionKeys": [
32
+ "aws:RequestTag/${TagKey}",
33
+ "aws:TagKeys"
34
+ ],
35
+ "dependentActions": []
36
+ },
37
+ "createcustomdetectionruleorgconfiguration": {
38
+ "name": "CreateCustomDetectionRuleOrgConfiguration",
39
+ "description": "Grants permission to create the organization configuration for a GuardDuty custom detection rule",
40
+ "accessLevel": "Write",
41
+ "resourceTypes": [],
42
+ "conditionKeys": [],
43
+ "dependentActions": []
44
+ },
26
45
  "createdetector": {
27
46
  "name": "CreateDetector",
28
47
  "description": "Grants permission to create a detector",
@@ -155,6 +174,29 @@
155
174
  "conditionKeys": [],
156
175
  "dependentActions": []
157
176
  },
177
+ "deletecustomdetectionruleassociation": {
178
+ "name": "DeleteCustomDetectionRuleAssociation",
179
+ "description": "Grants permission to delete a GuardDuty custom detection rule association",
180
+ "accessLevel": "Write",
181
+ "resourceTypes": [
182
+ {
183
+ "name": "customdetectionruleassociation",
184
+ "required": true,
185
+ "conditionKeys": [],
186
+ "dependentActions": []
187
+ }
188
+ ],
189
+ "conditionKeys": [],
190
+ "dependentActions": []
191
+ },
192
+ "deletecustomdetectionruleorgconfiguration": {
193
+ "name": "DeleteCustomDetectionRuleOrgConfiguration",
194
+ "description": "Grants permission to delete the organization configuration for a GuardDuty custom detection rule",
195
+ "accessLevel": "Write",
196
+ "resourceTypes": [],
197
+ "conditionKeys": [],
198
+ "dependentActions": []
199
+ },
158
200
  "deletedetector": {
159
201
  "name": "DeleteDetector",
160
202
  "description": "Grants permission to delete GuardDuty detectors",
@@ -385,6 +427,44 @@
385
427
  "conditionKeys": [],
386
428
  "dependentActions": []
387
429
  },
430
+ "getcustomdetectionrule": {
431
+ "name": "GetCustomDetectionRule",
432
+ "description": "Grants permission to retrieve a GuardDuty custom detection rule",
433
+ "accessLevel": "Read",
434
+ "resourceTypes": [
435
+ {
436
+ "name": "customdetectionrule",
437
+ "required": true,
438
+ "conditionKeys": [],
439
+ "dependentActions": []
440
+ }
441
+ ],
442
+ "conditionKeys": [],
443
+ "dependentActions": []
444
+ },
445
+ "getcustomdetectionruleassociation": {
446
+ "name": "GetCustomDetectionRuleAssociation",
447
+ "description": "Grants permission to retrieve a GuardDuty custom detection rule association",
448
+ "accessLevel": "Read",
449
+ "resourceTypes": [
450
+ {
451
+ "name": "customdetectionruleassociation",
452
+ "required": true,
453
+ "conditionKeys": [],
454
+ "dependentActions": []
455
+ }
456
+ ],
457
+ "conditionKeys": [],
458
+ "dependentActions": []
459
+ },
460
+ "getcustomdetectionruleorgconfiguration": {
461
+ "name": "GetCustomDetectionRuleOrgConfiguration",
462
+ "description": "Grants permission to retrieve the organization configuration for a GuardDuty custom detection rule",
463
+ "accessLevel": "Read",
464
+ "resourceTypes": [],
465
+ "conditionKeys": [],
466
+ "dependentActions": []
467
+ },
388
468
  "getdetector": {
389
469
  "name": "GetDetector",
390
470
  "description": "Grants permission to retrieve GuardDuty detectors",
@@ -609,6 +689,30 @@
609
689
  "conditionKeys": [],
610
690
  "dependentActions": []
611
691
  },
692
+ "listcustomdetectionruleassociations": {
693
+ "name": "ListCustomDetectionRuleAssociations",
694
+ "description": "Grants permission to retrieve a list of GuardDuty custom detection rule associations",
695
+ "accessLevel": "List",
696
+ "resourceTypes": [],
697
+ "conditionKeys": [],
698
+ "dependentActions": []
699
+ },
700
+ "listcustomdetectionruleorgconfigurations": {
701
+ "name": "ListCustomDetectionRuleOrgConfigurations",
702
+ "description": "Grants permission to retrieve a list of organization configurations for GuardDuty custom detection rules",
703
+ "accessLevel": "List",
704
+ "resourceTypes": [],
705
+ "conditionKeys": [],
706
+ "dependentActions": []
707
+ },
708
+ "listcustomdetectionrules": {
709
+ "name": "ListCustomDetectionRules",
710
+ "description": "Grants permission to retrieve a list of GuardDuty custom detection rules",
711
+ "accessLevel": "List",
712
+ "resourceTypes": [],
713
+ "conditionKeys": [],
714
+ "dependentActions": []
715
+ },
612
716
  "listdetectors": {
613
717
  "name": "ListDetectors",
614
718
  "description": "Grants permission to retrieve a list of GuardDuty detectors",
@@ -702,6 +806,12 @@
702
806
  "description": "Grants permission to retrieve a list of tags associated with a GuardDuty resource",
703
807
  "accessLevel": "Read",
704
808
  "resourceTypes": [
809
+ {
810
+ "name": "customdetectionruleassociation",
811
+ "required": false,
812
+ "conditionKeys": [],
813
+ "dependentActions": []
814
+ },
705
815
  {
706
816
  "name": "detector",
707
817
  "required": false,
@@ -823,6 +933,12 @@
823
933
  "description": "Grants permission to add tags to a GuardDuty resource",
824
934
  "accessLevel": "Tagging, Write",
825
935
  "resourceTypes": [
936
+ {
937
+ "name": "customdetectionruleassociation",
938
+ "required": false,
939
+ "conditionKeys": [],
940
+ "dependentActions": []
941
+ },
826
942
  {
827
943
  "name": "detector",
828
944
  "required": false,
@@ -891,6 +1007,12 @@
891
1007
  "description": "Grants permission to remove tags from a GuardDuty resource",
892
1008
  "accessLevel": "Tagging, Write",
893
1009
  "resourceTypes": [
1010
+ {
1011
+ "name": "customdetectionruleassociation",
1012
+ "required": false,
1013
+ "conditionKeys": [],
1014
+ "dependentActions": []
1015
+ },
894
1016
  {
895
1017
  "name": "detector",
896
1018
  "required": false,
@@ -945,6 +1067,29 @@
945
1067
  ],
946
1068
  "dependentActions": []
947
1069
  },
1070
+ "updatecustomdetectionruleassociation": {
1071
+ "name": "UpdateCustomDetectionRuleAssociation",
1072
+ "description": "Grants permission to update a GuardDuty custom detection rule association",
1073
+ "accessLevel": "Write",
1074
+ "resourceTypes": [
1075
+ {
1076
+ "name": "customdetectionruleassociation",
1077
+ "required": true,
1078
+ "conditionKeys": [],
1079
+ "dependentActions": []
1080
+ }
1081
+ ],
1082
+ "conditionKeys": [],
1083
+ "dependentActions": []
1084
+ },
1085
+ "updatecustomdetectionruleorgconfiguration": {
1086
+ "name": "UpdateCustomDetectionRuleOrgConfiguration",
1087
+ "description": "Grants permission to update the organization configuration for a GuardDuty custom detection rule",
1088
+ "accessLevel": "Write",
1089
+ "resourceTypes": [],
1090
+ "conditionKeys": [],
1091
+ "dependentActions": []
1092
+ },
948
1093
  "updatedetector": {
949
1094
  "name": "UpdateDetector",
950
1095
  "description": "Grants permission to update GuardDuty detectors",
@@ -30,6 +30,50 @@
30
30
  "conditionKeys": [],
31
31
  "dependentActions": []
32
32
  },
33
+ "associatestreamswithchannel": {
34
+ "name": "AssociateStreamsWithChannel",
35
+ "description": "Grants permission to associate a stream with a channel",
36
+ "accessLevel": "Write",
37
+ "resourceTypes": [
38
+ {
39
+ "name": "channel",
40
+ "required": true,
41
+ "conditionKeys": [
42
+ "aws:ResourceTag/${TagKey}"
43
+ ],
44
+ "dependentActions": []
45
+ },
46
+ {
47
+ "name": "stream",
48
+ "required": true,
49
+ "conditionKeys": [
50
+ "aws:ResourceTag/${TagKey}"
51
+ ],
52
+ "dependentActions": []
53
+ }
54
+ ],
55
+ "conditionKeys": [],
56
+ "dependentActions": []
57
+ },
58
+ "createchannel": {
59
+ "name": "CreateChannel",
60
+ "description": "Grants permission to create a channel that delivers data from a selected single stream to a destination",
61
+ "accessLevel": "Tagging, Write",
62
+ "resourceTypes": [
63
+ {
64
+ "name": "channel",
65
+ "required": true,
66
+ "conditionKeys": [
67
+ "aws:RequestTag/${TagKey}",
68
+ "aws:ResourceTag/${TagKey}",
69
+ "aws:TagKeys"
70
+ ],
71
+ "dependentActions": []
72
+ }
73
+ ],
74
+ "conditionKeys": [],
75
+ "dependentActions": []
76
+ },
33
77
  "createstream": {
34
78
  "name": "CreateStream",
35
79
  "description": "Grants permission to create a Amazon Kinesis stream",
@@ -66,6 +110,23 @@
66
110
  "conditionKeys": [],
67
111
  "dependentActions": []
68
112
  },
113
+ "deletechannel": {
114
+ "name": "DeleteChannel",
115
+ "description": "Grants permission to delete the specified channel",
116
+ "accessLevel": "Write",
117
+ "resourceTypes": [
118
+ {
119
+ "name": "channel",
120
+ "required": true,
121
+ "conditionKeys": [
122
+ "aws:ResourceTag/${TagKey}"
123
+ ],
124
+ "dependentActions": []
125
+ }
126
+ ],
127
+ "conditionKeys": [],
128
+ "dependentActions": []
129
+ },
69
130
  "deleteresourcepolicy": {
70
131
  "name": "DeleteResourcePolicy",
71
132
  "description": "Grants permission to delete a resource policy associated with a specified stream or consumer",
@@ -133,6 +194,23 @@
133
194
  "conditionKeys": [],
134
195
  "dependentActions": []
135
196
  },
197
+ "describechannel": {
198
+ "name": "DescribeChannel",
199
+ "description": "Grants permission to describe the specified channel",
200
+ "accessLevel": "Read",
201
+ "resourceTypes": [
202
+ {
203
+ "name": "channel",
204
+ "required": true,
205
+ "conditionKeys": [
206
+ "aws:ResourceTag/${TagKey}"
207
+ ],
208
+ "dependentActions": []
209
+ }
210
+ ],
211
+ "conditionKeys": [],
212
+ "dependentActions": []
213
+ },
136
214
  "describelimits": {
137
215
  "name": "DescribeLimits",
138
216
  "description": "Grants permission to describe the shard limits and usage for the account",
@@ -284,6 +362,14 @@
284
362
  "conditionKeys": [],
285
363
  "dependentActions": []
286
364
  },
365
+ "listchannels": {
366
+ "name": "ListChannels",
367
+ "description": "Grants permission to list the channels in the account, optionally filtered by stream",
368
+ "accessLevel": "List",
369
+ "resourceTypes": [],
370
+ "conditionKeys": [],
371
+ "dependentActions": []
372
+ },
287
373
  "listshards": {
288
374
  "name": "ListShards",
289
375
  "description": "Grants permission to list the shards in a stream and provides information about each shard",
@@ -331,6 +417,14 @@
331
417
  "description": "Grants permission to list the tags for the specified Amazon Kinesis resource",
332
418
  "accessLevel": "Read",
333
419
  "resourceTypes": [
420
+ {
421
+ "name": "channel",
422
+ "required": true,
423
+ "conditionKeys": [
424
+ "aws:ResourceTag/${TagKey}"
425
+ ],
426
+ "dependentActions": []
427
+ },
334
428
  {
335
429
  "name": "consumer",
336
430
  "required": true,
@@ -566,6 +660,16 @@
566
660
  "description": "Grants permission to add or update tags for the specified Amazon Kinesis resource. Each resource can have up to 50 tags",
567
661
  "accessLevel": "Tagging, Write",
568
662
  "resourceTypes": [
663
+ {
664
+ "name": "channel",
665
+ "required": true,
666
+ "conditionKeys": [
667
+ "aws:RequestTag/${TagKey}",
668
+ "aws:ResourceTag/${TagKey}",
669
+ "aws:TagKeys"
670
+ ],
671
+ "dependentActions": []
672
+ },
569
673
  {
570
674
  "name": "consumer",
571
675
  "required": true,
@@ -595,6 +699,15 @@
595
699
  "description": "Grants permission to remove tags from the specified Kinesis data resource. Removed tags are deleted and cannot be recovered after this operation successfully completes",
596
700
  "accessLevel": "Tagging, Write",
597
701
  "resourceTypes": [
702
+ {
703
+ "name": "channel",
704
+ "required": true,
705
+ "conditionKeys": [
706
+ "aws:ResourceTag/${TagKey}",
707
+ "aws:TagKeys"
708
+ ],
709
+ "dependentActions": []
710
+ },
598
711
  {
599
712
  "name": "consumer",
600
713
  "required": true,
@@ -625,6 +738,23 @@
625
738
  "conditionKeys": [],
626
739
  "dependentActions": []
627
740
  },
741
+ "updatechannel": {
742
+ "name": "UpdateChannel",
743
+ "description": "Grants permission to update the logging configuration and destination data freshness for the specified channel",
744
+ "accessLevel": "Write",
745
+ "resourceTypes": [
746
+ {
747
+ "name": "channel",
748
+ "required": true,
749
+ "conditionKeys": [
750
+ "aws:ResourceTag/${TagKey}"
751
+ ],
752
+ "dependentActions": []
753
+ }
754
+ ],
755
+ "conditionKeys": [],
756
+ "dependentActions": []
757
+ },
628
758
  "updatemaxrecordsize": {
629
759
  "name": "UpdateMaxRecordSize",
630
760
  "description": "Grants permission to update the maximum record size for a Kinesis data stream",
@@ -178,7 +178,7 @@
178
178
  "downloadattachment": {
179
179
  "name": "DownloadAttachment",
180
180
  "description": "Grants permission to get a presigned URL to download an attachment from an AWS Support case",
181
- "accessLevel": "Write",
181
+ "accessLevel": "Read",
182
182
  "resourceTypes": [],
183
183
  "conditionKeys": [],
184
184
  "dependentActions": []
@@ -4,6 +4,11 @@
4
4
  "description": "Filters access by the AWS account ID of the principal that created the registry record",
5
5
  "type": "String"
6
6
  },
7
+ "agent-registry:recordsourceaccount": {
8
+ "key": "agent-registry:RecordSourceAccount",
9
+ "description": "Filters access by the AWS account ID of the source resource associated with a registry record",
10
+ "type": "String"
11
+ },
7
12
  "aws:requesttag/${tagkey}": {
8
13
  "key": "aws:RequestTag/${TagKey}",
9
14
  "description": "Filters access by creating requests based on the allowed set of values for each of the mandatory tags",
@@ -94,6 +94,13 @@
94
94
  "aws:ResourceTag/${TagKey}"
95
95
  ]
96
96
  },
97
+ "extraction-definition": {
98
+ "key": "extraction-definition",
99
+ "arn": "arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}/extraction-definition/${ExtractionDefinitionId}",
100
+ "conditionKeys": [
101
+ "aws:ResourceTag/${TagKey}"
102
+ ]
103
+ },
97
104
  "hierarchy-group": {
98
105
  "key": "hierarchy-group",
99
106
  "arn": "arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}/agent-group/${HierarchyGroupId}",
@@ -465,6 +465,19 @@
465
465
  "ec2:ResourceTag/${TagKey}"
466
466
  ]
467
467
  },
468
+ "ipam-internet-registry-association": {
469
+ "key": "ipam-internet-registry-association",
470
+ "arn": "arn:${Partition}:ec2::${Account}:ipam-internet-registry-association/${IpamInternetRegistryAssociationId}",
471
+ "conditionKeys": [
472
+ "aws:RequestTag/${TagKey}",
473
+ "aws:ResourceTag/${TagKey}",
474
+ "aws:TagKeys",
475
+ "ec2:Attribute",
476
+ "ec2:Attribute/${AttributeName}",
477
+ "ec2:Region",
478
+ "ec2:ResourceTag/${TagKey}"
479
+ ]
480
+ },
468
481
  "ipam-policy": {
469
482
  "key": "ipam-policy",
470
483
  "arn": "arn:${Partition}:ec2::${Account}:ipam-policy/${IpamPolicyId}",
@@ -1,4 +1,15 @@
1
1
  {
2
+ "customdetectionrule": {
3
+ "key": "customdetectionrule",
4
+ "arn": "arn:${Partition}:guardduty::aws:detection-rule/custom/${RuleId}"
5
+ },
6
+ "customdetectionruleassociation": {
7
+ "key": "customdetectionruleassociation",
8
+ "arn": "arn:${Partition}:guardduty:${Region}:${Account}:detection-rule/custom/${RuleId}/association/${AssociationId}",
9
+ "conditionKeys": [
10
+ "aws:ResourceTag/${TagKey}"
11
+ ]
12
+ },
2
13
  "detector": {
3
14
  "key": "detector",
4
15
  "arn": "arn:${Partition}:guardduty:${Region}:${Account}:detector/${DetectorId}",
@@ -1,4 +1,11 @@
1
1
  {
2
+ "channel": {
3
+ "key": "channel",
4
+ "arn": "arn:${Partition}:kinesis:${Region}:${Account}:channel/${ChannelId}",
5
+ "conditionKeys": [
6
+ "aws:ResourceTag/${TagKey}"
7
+ ]
8
+ },
2
9
  "consumer": {
3
10
  "key": "consumer",
4
11
  "arn": "arn:${Partition}:kinesis:${Region}:${Account}:${StreamType}/${StreamName}/consumer/${ConsumerName}:${ConsumerCreationTimpstamp}",
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.21.202608304",
3
+ "version": "0.21.202609021",
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-08-30T04:45:34.657Z",
9
+ "updatedAt": "2026-09-02T04:46:37.958Z",
10
10
  "exports": {
11
11
  ".": {
12
12
  "import": "./dist/esm/index.js",
@@ -34,11 +34,11 @@
34
34
  "author": "David Kerber <dave@cloudcopilot.io>",
35
35
  "license": "MIT",
36
36
  "devDependencies": {
37
- "@cloud-copilot/prettier-config": "^0.1.1",
37
+ "@actsecurity/prettier-config": "^0.1.1",
38
38
  "@types/node": "^22.5.0",
39
39
  "@vitest/coverage-v8": "^4.0.18",
40
40
  "typescript": "^5.5.4",
41
41
  "vitest": "^4.0.18"
42
42
  },
43
- "prettier": "@cloud-copilot/prettier-config"
43
+ "prettier": "@actsecurity/prettier-config"
44
44
  }