@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.
@@ -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": []
@@ -755,7 +755,7 @@
755
755
  "setwebacl": {
756
756
  "name": "SetWebACL",
757
757
  "description": "Grants permission to set a web ACL",
758
- "accessLevel": "Write",
758
+ "accessLevel": "Permissions management",
759
759
  "resourceTypes": [],
760
760
  "conditionKeys": [],
761
761
  "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.202506201",
3
+ "version": "0.9.202506241",
4
4
  "description": "AWS IAM Data",
5
5
  "repository": "github:cloud-copilot/iam-data",
6
- "updatedAt": "2025-06-20T04:52:45.725Z",
6
+ "updatedAt": "2025-06-24T04:54:21.873Z",
7
7
  "exports": {
8
8
  ".": {
9
9
  "import": "./dist/esm/index.js",