@cloud-copilot/iam-data 0.21.202608211 → 0.21.202608261

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.
@@ -1,4 +1,49 @@
1
1
  {
2
+ "deleteresourcepolicy": {
3
+ "name": "DeleteResourcePolicy",
4
+ "description": "Grants permission to delete the resource-based policy from a specified resource",
5
+ "accessLevel": "Write",
6
+ "resourceTypes": [
7
+ {
8
+ "name": "registry",
9
+ "required": false,
10
+ "conditionKeys": [],
11
+ "dependentActions": []
12
+ }
13
+ ],
14
+ "conditionKeys": [],
15
+ "dependentActions": []
16
+ },
17
+ "getresourcepolicy": {
18
+ "name": "GetResourcePolicy",
19
+ "description": "Grants permission to retrieve the resource-based policy for a specified resource",
20
+ "accessLevel": "Read",
21
+ "resourceTypes": [
22
+ {
23
+ "name": "registry",
24
+ "required": false,
25
+ "conditionKeys": [],
26
+ "dependentActions": []
27
+ }
28
+ ],
29
+ "conditionKeys": [],
30
+ "dependentActions": []
31
+ },
32
+ "putresourcepolicy": {
33
+ "name": "PutResourcePolicy",
34
+ "description": "Grants permission to set a resource-based policy for a specified resource",
35
+ "accessLevel": "Write",
36
+ "resourceTypes": [
37
+ {
38
+ "name": "registry",
39
+ "required": false,
40
+ "conditionKeys": [],
41
+ "dependentActions": []
42
+ }
43
+ ],
44
+ "conditionKeys": [],
45
+ "dependentActions": []
46
+ },
2
47
  "createregistry": {
3
48
  "name": "CreateRegistry",
4
49
  "description": "Grants permission to create a new registry",
@@ -175,6 +175,7 @@
175
175
  "autoscaling:MaxSize",
176
176
  "autoscaling:MinSize",
177
177
  "autoscaling:OperatorPrincipal",
178
+ "autoscaling:TargetCapacityTypes",
178
179
  "autoscaling:TargetGroupARNs",
179
180
  "autoscaling:TrafficSourceIdentifiers",
180
181
  "autoscaling:VPCZoneIdentifiers",
@@ -966,7 +967,8 @@
966
967
  }
967
968
  ],
968
969
  "conditionKeys": [
969
- "autoscaling:ImageId"
970
+ "autoscaling:ImageId",
971
+ "autoscaling:TargetCapacityTypes"
970
972
  ],
971
973
  "dependentActions": []
972
974
  },
@@ -1030,6 +1032,7 @@
1030
1032
  "autoscaling:LaunchTemplateVersionSpecified",
1031
1033
  "autoscaling:MaxSize",
1032
1034
  "autoscaling:MinSize",
1035
+ "autoscaling:TargetCapacityTypes",
1033
1036
  "autoscaling:VPCZoneIdentifiers"
1034
1037
  ],
1035
1038
  "dependentActions": []
@@ -1,4 +1,22 @@
1
1
  {
2
+ "setcapacitytags": {
3
+ "name": "SetCapacityTags",
4
+ "description": "Grants permission to set capacity tags on an AWS Batch compute environment in your account",
5
+ "accessLevel": "Tagging, Write",
6
+ "resourceTypes": [
7
+ {
8
+ "name": "compute-environment",
9
+ "required": true,
10
+ "conditionKeys": [],
11
+ "dependentActions": []
12
+ }
13
+ ],
14
+ "conditionKeys": [
15
+ "aws:RequestTag/${TagKey}",
16
+ "aws:TagKeys"
17
+ ],
18
+ "dependentActions": []
19
+ },
2
20
  "canceljob": {
3
21
  "name": "CancelJob",
4
22
  "description": "Grants permission to cancel a job in an AWS Batch job queue in your account",
@@ -31,6 +31,22 @@
31
31
  "conditionKeys": [],
32
32
  "dependentActions": []
33
33
  },
34
+ "getinheritanceconfig": {
35
+ "name": "GetInheritanceConfig",
36
+ "description": "Grants permission to get inheritance configuration",
37
+ "accessLevel": "Read",
38
+ "resourceTypes": [],
39
+ "conditionKeys": [],
40
+ "dependentActions": []
41
+ },
42
+ "putinheritanceconfig": {
43
+ "name": "PutInheritanceConfig",
44
+ "description": "Grants permission to put inheritance configuration",
45
+ "accessLevel": "Write",
46
+ "resourceTypes": [],
47
+ "conditionKeys": [],
48
+ "dependentActions": []
49
+ },
34
50
  "updatecustomerverificationdetails": {
35
51
  "name": "UpdateCustomerVerificationDetails",
36
52
  "description": "Grants permission to update customer verification data",
@@ -239,6 +239,14 @@
239
239
  "conditionKeys": [],
240
240
  "dependentActions": []
241
241
  },
242
+ "listcustompermissionassignments": {
243
+ "name": "ListCustomPermissionAssignments",
244
+ "description": "Grants permission to list assignment information of the custom permission profile in an account",
245
+ "accessLevel": "List",
246
+ "resourceTypes": [],
247
+ "conditionKeys": [],
248
+ "dependentActions": []
249
+ },
242
250
  "listcustomermanagedkeys": {
243
251
  "name": "ListCustomerManagedKeys",
244
252
  "description": "Grants permission to list all registered customer managed keys",
@@ -1959,36 +1967,6 @@
1959
1967
  "conditionKeys": [],
1960
1968
  "dependentActions": []
1961
1969
  },
1962
- "describeautomationgroup": {
1963
- "name": "DescribeAutomationGroup",
1964
- "description": "Grants permission to describe an automation group",
1965
- "accessLevel": "Read",
1966
- "resourceTypes": [
1967
- {
1968
- "name": "automationGroup",
1969
- "required": true,
1970
- "conditionKeys": [],
1971
- "dependentActions": []
1972
- }
1973
- ],
1974
- "conditionKeys": [],
1975
- "dependentActions": []
1976
- },
1977
- "describeautomationgrouppermissions": {
1978
- "name": "DescribeAutomationGroupPermissions",
1979
- "description": "Grants permission to describe permissions for an automation group",
1980
- "accessLevel": "Permissions management, Write",
1981
- "resourceTypes": [
1982
- {
1983
- "name": "automationGroup",
1984
- "required": true,
1985
- "conditionKeys": [],
1986
- "dependentActions": []
1987
- }
1988
- ],
1989
- "conditionKeys": [],
1990
- "dependentActions": []
1991
- },
1992
1970
  "describeautomationjob": {
1993
1971
  "name": "DescribeAutomationJob",
1994
1972
  "description": "Grants permission to describe an automation job",
@@ -2951,14 +2929,6 @@
2951
2929
  "conditionKeys": [],
2952
2930
  "dependentActions": []
2953
2931
  },
2954
- "listautomationgroups": {
2955
- "name": "ListAutomationGroups",
2956
- "description": "Grants permission to list all automation groups in an account",
2957
- "accessLevel": "List",
2958
- "resourceTypes": [],
2959
- "conditionKeys": [],
2960
- "dependentActions": []
2961
- },
2962
2932
  "listbrands": {
2963
2933
  "name": "ListBrands",
2964
2934
  "description": "Grants permission to lists all brands in an Amazon QuickSight account",
@@ -3716,14 +3686,6 @@
3716
3686
  "conditionKeys": [],
3717
3687
  "dependentActions": []
3718
3688
  },
3719
- "searchautomationgroups": {
3720
- "name": "SearchAutomationGroups",
3721
- "description": "Grants permission to search for automation groups in an account",
3722
- "accessLevel": "List",
3723
- "resourceTypes": [],
3724
- "conditionKeys": [],
3725
- "dependentActions": []
3726
- },
3727
3689
  "searchdashboards": {
3728
3690
  "name": "SearchDashboards",
3729
3691
  "description": "Grants permission to search for a sub-set of QuickSight Dashboards",
@@ -4347,21 +4309,6 @@
4347
4309
  "conditionKeys": [],
4348
4310
  "dependentActions": []
4349
4311
  },
4350
- "updateautomationgrouppermissions": {
4351
- "name": "UpdateAutomationGroupPermissions",
4352
- "description": "Grants permission to update permissions for an automation group",
4353
- "accessLevel": "Permissions management, Write",
4354
- "resourceTypes": [
4355
- {
4356
- "name": "automationGroup",
4357
- "required": true,
4358
- "conditionKeys": [],
4359
- "dependentActions": []
4360
- }
4361
- ],
4362
- "conditionKeys": [],
4363
- "dependentActions": []
4364
- },
4365
4312
  "updatebrand": {
4366
4313
  "name": "UpdateBrand",
4367
4314
  "description": "Grants permission to update a brand",
@@ -1,4 +1,9 @@
1
1
  {
2
+ "agent-registry:recordcreatoraccount": {
3
+ "key": "agent-registry:RecordCreatorAccount",
4
+ "description": "Filters access by the AWS account ID of the principal that created the registry record",
5
+ "type": "String"
6
+ },
2
7
  "aws:requesttag/${tagkey}": {
3
8
  "key": "aws:RequestTag/${TagKey}",
4
9
  "description": "Filters access by creating requests based on the allowed set of values for each of the mandatory tags",
@@ -84,6 +84,11 @@
84
84
  "description": "Filters access based on the price for Spot Instances for the launch configuration",
85
85
  "type": "Numeric"
86
86
  },
87
+ "autoscaling:targetcapacitytypes": {
88
+ "key": "autoscaling:TargetCapacityTypes",
89
+ "description": "Filters access based on the target capacity types present in the distribution segments of a mixed instances policy. Use it to qualify which capacity types can be explicitly defined in the policy",
90
+ "type": "ArrayOfString"
91
+ },
87
92
  "autoscaling:targetgrouparns": {
88
93
  "key": "autoscaling:TargetGroupARNs",
89
94
  "description": "Filters access based on the ARN of a target group",
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.21.202608211",
3
+ "version": "0.21.202608261",
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-08-21T04:57:56.926Z",
9
+ "updatedAt": "2026-08-26T04:55:10.441Z",
10
10
  "exports": {
11
11
  ".": {
12
12
  "import": "./dist/esm/index.js",