@cloud-copilot/iam-data 0.9.202504231 → 0.9.202504241
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.
|
@@ -86,6 +86,14 @@
|
|
|
86
86
|
],
|
|
87
87
|
"dependentActions": []
|
|
88
88
|
},
|
|
89
|
+
"createreservation": {
|
|
90
|
+
"name": "CreateReservation",
|
|
91
|
+
"description": "Grants permission to purchase a capacity reservation according to a specific reservation offering, for a specified number of RPUs",
|
|
92
|
+
"accessLevel": "Write",
|
|
93
|
+
"resourceTypes": [],
|
|
94
|
+
"conditionKeys": [],
|
|
95
|
+
"dependentActions": []
|
|
96
|
+
},
|
|
89
97
|
"createscheduledaction": {
|
|
90
98
|
"name": "CreateScheduledAction",
|
|
91
99
|
"description": "Grants permission to create a scheduled action for a specified Amazon Redshift Serverless namespace",
|
|
@@ -371,6 +379,22 @@
|
|
|
371
379
|
"conditionKeys": [],
|
|
372
380
|
"dependentActions": []
|
|
373
381
|
},
|
|
382
|
+
"getreservation": {
|
|
383
|
+
"name": "GetReservation",
|
|
384
|
+
"description": "Grants permission to get a particular reservation object",
|
|
385
|
+
"accessLevel": "Read",
|
|
386
|
+
"resourceTypes": [],
|
|
387
|
+
"conditionKeys": [],
|
|
388
|
+
"dependentActions": []
|
|
389
|
+
},
|
|
390
|
+
"getreservationoffering": {
|
|
391
|
+
"name": "GetReservationOffering",
|
|
392
|
+
"description": "Grants permission to get a particular reservation offering",
|
|
393
|
+
"accessLevel": "Read",
|
|
394
|
+
"resourceTypes": [],
|
|
395
|
+
"conditionKeys": [],
|
|
396
|
+
"dependentActions": []
|
|
397
|
+
},
|
|
374
398
|
"getresourcepolicy": {
|
|
375
399
|
"name": "GetResourcePolicy",
|
|
376
400
|
"description": "Grants permission to get a resource policy",
|
|
@@ -495,6 +519,22 @@
|
|
|
495
519
|
"conditionKeys": [],
|
|
496
520
|
"dependentActions": []
|
|
497
521
|
},
|
|
522
|
+
"listreservationofferings": {
|
|
523
|
+
"name": "ListReservationOfferings",
|
|
524
|
+
"description": "Grants permission to list all available capacity reservation offerings",
|
|
525
|
+
"accessLevel": "List",
|
|
526
|
+
"resourceTypes": [],
|
|
527
|
+
"conditionKeys": [],
|
|
528
|
+
"dependentActions": []
|
|
529
|
+
},
|
|
530
|
+
"listreservations": {
|
|
531
|
+
"name": "ListReservations",
|
|
532
|
+
"description": "Grants permission to list all reservations",
|
|
533
|
+
"accessLevel": "List",
|
|
534
|
+
"resourceTypes": [],
|
|
535
|
+
"conditionKeys": [],
|
|
536
|
+
"dependentActions": []
|
|
537
|
+
},
|
|
498
538
|
"listscheduledactions": {
|
|
499
539
|
"name": "ListScheduledActions",
|
|
500
540
|
"description": "Grants permission to list scheduled actions",
|
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.202504241",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": "github:cloud-copilot/iam-data",
|
|
6
|
-
"updatedAt": "2025-04-
|
|
6
|
+
"updatedAt": "2025-04-24T04:47:29.885Z",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"import": "./dist/esm/index.js",
|