@cloud-copilot/iam-data 0.21.202608211 → 0.21.202608251

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",
@@ -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",
@@ -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",
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.202608251",
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-25T04:53:10.072Z",
10
10
  "exports": {
11
11
  ".": {
12
12
  "import": "./dist/esm/index.js",