@cloud-copilot/iam-data 0.15.202601171 → 0.15.202601211
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/data/actions/evs.json
CHANGED
|
@@ -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",
|
|
@@ -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.
|
|
3
|
+
"version": "0.15.202601211",
|
|
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-
|
|
9
|
+
"updatedAt": "2026-01-21T05:04:59.250Z",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
12
|
"import": "./dist/esm/index.js",
|