@cloud-copilot/iam-data 0.15.202601031 → 0.15.202601061
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/odb.json
CHANGED
|
@@ -82,6 +82,15 @@
|
|
|
82
82
|
"conditionKeys": [],
|
|
83
83
|
"dependentActions": []
|
|
84
84
|
},
|
|
85
|
+
"creategrantshare": {
|
|
86
|
+
"name": "CreateGrantShare",
|
|
87
|
+
"isPermissionOnly": true,
|
|
88
|
+
"description": "Grants permission to create an ODB Grant Share",
|
|
89
|
+
"accessLevel": "Write",
|
|
90
|
+
"resourceTypes": [],
|
|
91
|
+
"conditionKeys": [],
|
|
92
|
+
"dependentActions": []
|
|
93
|
+
},
|
|
85
94
|
"createodbnetwork": {
|
|
86
95
|
"name": "CreateOdbNetwork",
|
|
87
96
|
"description": "Grants permission to create an ODB network",
|
|
@@ -194,6 +203,15 @@
|
|
|
194
203
|
"conditionKeys": [],
|
|
195
204
|
"dependentActions": []
|
|
196
205
|
},
|
|
206
|
+
"deletegrantshare": {
|
|
207
|
+
"name": "DeleteGrantShare",
|
|
208
|
+
"isPermissionOnly": true,
|
|
209
|
+
"description": "Grants permission to delete an ODB Grant Share",
|
|
210
|
+
"accessLevel": "Write",
|
|
211
|
+
"resourceTypes": [],
|
|
212
|
+
"conditionKeys": [],
|
|
213
|
+
"dependentActions": []
|
|
214
|
+
},
|
|
197
215
|
"deleteodbnetwork": {
|
|
198
216
|
"name": "DeleteOdbNetwork",
|
|
199
217
|
"description": "Grants permission to delete the specified ODB network",
|
|
@@ -778,6 +796,15 @@
|
|
|
778
796
|
"conditionKeys": [],
|
|
779
797
|
"dependentActions": []
|
|
780
798
|
},
|
|
799
|
+
"updategrantshare": {
|
|
800
|
+
"name": "UpdateGrantShare",
|
|
801
|
+
"isPermissionOnly": true,
|
|
802
|
+
"description": "Grants permission to update an ODB Grant Share",
|
|
803
|
+
"accessLevel": "Write",
|
|
804
|
+
"resourceTypes": [],
|
|
805
|
+
"conditionKeys": [],
|
|
806
|
+
"dependentActions": []
|
|
807
|
+
},
|
|
781
808
|
"updateodbnetwork": {
|
|
782
809
|
"name": "UpdateOdbNetwork",
|
|
783
810
|
"description": "Grants permission to update properties of a specified ODB network",
|
package/data/actions/rds.json
CHANGED
|
@@ -74,6 +74,11 @@
|
|
|
74
74
|
"description": "Filters access by the storage volume size (in GB)",
|
|
75
75
|
"type": "Numeric"
|
|
76
76
|
},
|
|
77
|
+
"rds:tagsfromrequest": {
|
|
78
|
+
"key": "rds:TagsFromRequest",
|
|
79
|
+
"description": "Filters access for rds:AddTagsToResource based on whether tags are explicitly specified in the Tags or TagSpecification request parameters. Evaluates to true when tags are provided in these parameters. Evaluates as false when tags are implicitly inherited from source resources",
|
|
80
|
+
"type": "Bool"
|
|
81
|
+
},
|
|
77
82
|
"rds:tenantdatabasename": {
|
|
78
83
|
"key": "rds:TenantDatabaseName",
|
|
79
84
|
"description": "Filters access by the tenant database name in CreateTenantDatabase and by the new tenant database name in ModifyTenantDatabase",
|
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.202601061",
|
|
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-06T05:01:49.795Z",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
12
|
"import": "./dist/esm/index.js",
|