@cloud-copilot/iam-data 0.15.202601171 → 0.15.202601221

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.
@@ -100,6 +100,14 @@
100
100
  "conditionKeys": [],
101
101
  "dependentActions": []
102
102
  },
103
+ "getversions": {
104
+ "name": "GetVersions",
105
+ "description": "Grants permission to get versions provided for launch by Amazon EVS",
106
+ "accessLevel": "Read",
107
+ "resourceTypes": [],
108
+ "conditionKeys": [],
109
+ "dependentActions": []
110
+ },
103
111
  "listenvironmenthosts": {
104
112
  "name": "ListEnvironmentHosts",
105
113
  "description": "Grants permission to retrieve a list of hosts associated with an Amazon EVS environment",
@@ -3,7 +3,14 @@
3
3
  "name": "CreateChallenge",
4
4
  "description": "Grants permission to create a Challenge for a Connector",
5
5
  "accessLevel": "Write",
6
- "resourceTypes": [],
6
+ "resourceTypes": [
7
+ {
8
+ "name": "Connector",
9
+ "required": true,
10
+ "conditionKeys": [],
11
+ "dependentActions": []
12
+ }
13
+ ],
7
14
  "conditionKeys": [
8
15
  "aws:RequestTag/${TagKey}",
9
16
  "aws:TagKeys"
@@ -24,7 +24,10 @@
24
24
  },
25
25
  "prompt-router": {
26
26
  "key": "prompt-router",
27
- "arn": "arn:${Partition}:bedrock:${Region}:${Account}:prompt-router/${ResourceId}"
27
+ "arn": "arn:${Partition}:bedrock:${Region}:${Account}:prompt-router/${ResourceId}",
28
+ "conditionKeys": [
29
+ "aws:ResourceTag/${TagKey}"
30
+ ]
28
31
  },
29
32
  "application-inference-profile": {
30
33
  "key": "application-inference-profile",
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.15.202601171",
3
+ "version": "0.15.202601221",
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-17T04:56:09.334Z",
9
+ "updatedAt": "2026-01-22T05:05:33.537Z",
10
10
  "exports": {
11
11
  ".": {
12
12
  "import": "./dist/esm/index.js",