@cloud-copilot/iam-data 0.19.202605121 → 0.19.202605131
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.
|
@@ -188,6 +188,15 @@
|
|
|
188
188
|
"conditionKeys": [],
|
|
189
189
|
"dependentActions": []
|
|
190
190
|
},
|
|
191
|
+
"getcreditallocationhistory": {
|
|
192
|
+
"name": "GetCreditAllocationHistory",
|
|
193
|
+
"isPermissionOnly": true,
|
|
194
|
+
"description": "Grants permission to view a credit allocation history",
|
|
195
|
+
"accessLevel": "Read",
|
|
196
|
+
"resourceTypes": [],
|
|
197
|
+
"conditionKeys": [],
|
|
198
|
+
"dependentActions": []
|
|
199
|
+
},
|
|
191
200
|
"getcredits": {
|
|
192
201
|
"name": "GetCredits",
|
|
193
202
|
"isPermissionOnly": true,
|
|
@@ -15,6 +15,14 @@
|
|
|
15
15
|
"conditionKeys": [],
|
|
16
16
|
"dependentActions": []
|
|
17
17
|
},
|
|
18
|
+
"sendtelemetryevent": {
|
|
19
|
+
"name": "SendTelemetryEvent",
|
|
20
|
+
"description": "Grants permission to send telemetry event for a telemetry session",
|
|
21
|
+
"accessLevel": "Write",
|
|
22
|
+
"resourceTypes": [],
|
|
23
|
+
"conditionKeys": [],
|
|
24
|
+
"dependentActions": []
|
|
25
|
+
},
|
|
18
26
|
"startsession": {
|
|
19
27
|
"name": "StartSession",
|
|
20
28
|
"description": "Grants permission to start a telemetry session",
|
package/data/actions/odb.json
CHANGED
|
@@ -7,6 +7,27 @@
|
|
|
7
7
|
"conditionKeys": [],
|
|
8
8
|
"dependentActions": []
|
|
9
9
|
},
|
|
10
|
+
"associateiamroletoresource": {
|
|
11
|
+
"name": "AssociateIamRoleToResource",
|
|
12
|
+
"description": "Grants permission to associate an AWS Identity and Access Management (IAM) service role with a specified resource to enable AWS service integration",
|
|
13
|
+
"accessLevel": "Write",
|
|
14
|
+
"resourceTypes": [
|
|
15
|
+
{
|
|
16
|
+
"name": "cloud-autonomous-vm-cluster",
|
|
17
|
+
"required": false,
|
|
18
|
+
"conditionKeys": [],
|
|
19
|
+
"dependentActions": []
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"name": "cloud-vm-cluster",
|
|
23
|
+
"required": false,
|
|
24
|
+
"conditionKeys": [],
|
|
25
|
+
"dependentActions": []
|
|
26
|
+
}
|
|
27
|
+
],
|
|
28
|
+
"conditionKeys": [],
|
|
29
|
+
"dependentActions": []
|
|
30
|
+
},
|
|
10
31
|
"createcloudautonomousvmcluster": {
|
|
11
32
|
"name": "CreateCloudAutonomousVmCluster",
|
|
12
33
|
"description": "Grants permission to create a new Autonomous VM cluster in the specified Exadata infrastructure",
|
|
@@ -264,6 +285,27 @@
|
|
|
264
285
|
"conditionKeys": [],
|
|
265
286
|
"dependentActions": []
|
|
266
287
|
},
|
|
288
|
+
"disassociateiamrolefromresource": {
|
|
289
|
+
"name": "DisassociateIamRoleFromResource",
|
|
290
|
+
"description": "Grants permission to disassociate an AWS Identity and Access Management (IAM) service role from a specified resource to disable AWS service integration",
|
|
291
|
+
"accessLevel": "Write",
|
|
292
|
+
"resourceTypes": [
|
|
293
|
+
{
|
|
294
|
+
"name": "cloud-autonomous-vm-cluster",
|
|
295
|
+
"required": false,
|
|
296
|
+
"conditionKeys": [],
|
|
297
|
+
"dependentActions": []
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"name": "cloud-vm-cluster",
|
|
301
|
+
"required": false,
|
|
302
|
+
"conditionKeys": [],
|
|
303
|
+
"dependentActions": []
|
|
304
|
+
}
|
|
305
|
+
],
|
|
306
|
+
"conditionKeys": [],
|
|
307
|
+
"dependentActions": []
|
|
308
|
+
},
|
|
267
309
|
"getcloudautonomousvmcluster": {
|
|
268
310
|
"name": "GetCloudAutonomousVmCluster",
|
|
269
311
|
"description": "Grants permission to get information about a specific Autonomous VM cluster",
|
package/data/actions/sts.json
CHANGED
|
@@ -177,12 +177,6 @@
|
|
|
177
177
|
"required": false,
|
|
178
178
|
"conditionKeys": [],
|
|
179
179
|
"dependentActions": []
|
|
180
|
-
},
|
|
181
|
-
{
|
|
182
|
-
"name": "user",
|
|
183
|
-
"required": false,
|
|
184
|
-
"conditionKeys": [],
|
|
185
|
-
"dependentActions": []
|
|
186
180
|
}
|
|
187
181
|
],
|
|
188
182
|
"conditionKeys": [
|
|
@@ -261,12 +255,6 @@
|
|
|
261
255
|
"required": false,
|
|
262
256
|
"conditionKeys": [],
|
|
263
257
|
"dependentActions": []
|
|
264
|
-
},
|
|
265
|
-
{
|
|
266
|
-
"name": "user",
|
|
267
|
-
"required": false,
|
|
268
|
-
"conditionKeys": [],
|
|
269
|
-
"dependentActions": []
|
|
270
258
|
}
|
|
271
259
|
],
|
|
272
260
|
"conditionKeys": [
|
|
@@ -297,12 +285,6 @@
|
|
|
297
285
|
"required": false,
|
|
298
286
|
"conditionKeys": [],
|
|
299
287
|
"dependentActions": []
|
|
300
|
-
},
|
|
301
|
-
{
|
|
302
|
-
"name": "user",
|
|
303
|
-
"required": false,
|
|
304
|
-
"conditionKeys": [],
|
|
305
|
-
"dependentActions": []
|
|
306
288
|
}
|
|
307
289
|
],
|
|
308
290
|
"conditionKeys": [
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.202605131",
|
|
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-05-
|
|
9
|
+
"updatedAt": "2026-05-13T05:56:45.336Z",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
12
|
"import": "./dist/esm/index.js",
|