@cloud-copilot/iam-data 0.9.202506201 → 0.9.202506241
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/aoss.json
CHANGED
|
@@ -80,7 +80,6 @@
|
|
|
80
80
|
"accessLevel": "Write",
|
|
81
81
|
"resourceTypes": [],
|
|
82
82
|
"conditionKeys": [
|
|
83
|
-
"aoss:collection",
|
|
84
83
|
"aoss:index"
|
|
85
84
|
],
|
|
86
85
|
"dependentActions": []
|
|
@@ -161,7 +160,6 @@
|
|
|
161
160
|
"accessLevel": "Write",
|
|
162
161
|
"resourceTypes": [],
|
|
163
162
|
"conditionKeys": [
|
|
164
|
-
"aoss:collection",
|
|
165
163
|
"aoss:index"
|
|
166
164
|
],
|
|
167
165
|
"dependentActions": []
|
|
@@ -355,7 +353,6 @@
|
|
|
355
353
|
"accessLevel": "Write",
|
|
356
354
|
"resourceTypes": [],
|
|
357
355
|
"conditionKeys": [
|
|
358
|
-
"aoss:collection",
|
|
359
356
|
"aoss:index"
|
|
360
357
|
],
|
|
361
358
|
"dependentActions": []
|
|
@@ -98,6 +98,14 @@
|
|
|
98
98
|
"conditionKeys": [],
|
|
99
99
|
"dependentActions": []
|
|
100
100
|
},
|
|
101
|
+
"callwithbearertoken": {
|
|
102
|
+
"name": "CallWithBearerToken",
|
|
103
|
+
"description": "Grants permission to use bearer token",
|
|
104
|
+
"accessLevel": "Read",
|
|
105
|
+
"resourceTypes": [],
|
|
106
|
+
"conditionKeys": [],
|
|
107
|
+
"dependentActions": []
|
|
108
|
+
},
|
|
101
109
|
"createagent": {
|
|
102
110
|
"name": "CreateAgent",
|
|
103
111
|
"description": "Grants permission to create a new agent and a test agent alias pointing to the DRAFT agent version",
|
|
@@ -171,6 +179,17 @@
|
|
|
171
179
|
"conditionKeys": [],
|
|
172
180
|
"dependentActions": []
|
|
173
181
|
},
|
|
182
|
+
"createcustommodel": {
|
|
183
|
+
"name": "CreateCustomModel",
|
|
184
|
+
"description": "Grants permission to create a custom model into Bedrock",
|
|
185
|
+
"accessLevel": "Write",
|
|
186
|
+
"resourceTypes": [],
|
|
187
|
+
"conditionKeys": [
|
|
188
|
+
"aws:RequestTag/${TagKey}",
|
|
189
|
+
"aws:TagKeys"
|
|
190
|
+
],
|
|
191
|
+
"dependentActions": []
|
|
192
|
+
},
|
|
174
193
|
"createdataautomationproject": {
|
|
175
194
|
"name": "CreateDataAutomationProject",
|
|
176
195
|
"description": "Grants permission to create a data automation project",
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.202506241",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": "github:cloud-copilot/iam-data",
|
|
6
|
-
"updatedAt": "2025-06-
|
|
6
|
+
"updatedAt": "2025-06-24T04:54:21.873Z",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"import": "./dist/esm/index.js",
|