@cloud-copilot/iam-data 0.15.202601031 → 0.15.202601071

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.
@@ -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",
@@ -481,7 +481,8 @@
481
481
  }
482
482
  ],
483
483
  "conditionKeys": [
484
- "organizations:TransferType"
484
+ "organizations:TransferType",
485
+ "organizations:TransferDirection"
485
486
  ],
486
487
  "dependentActions": []
487
488
  },
@@ -770,7 +771,10 @@
770
771
  {
771
772
  "name": "responsibilitytransfer",
772
773
  "required": false,
773
- "conditionKeys": [],
774
+ "conditionKeys": [
775
+ "organizations:TransferType",
776
+ "organizations:TransferDirection"
777
+ ],
774
778
  "dependentActions": []
775
779
  },
776
780
  {
@@ -201,7 +201,8 @@
201
201
  "conditionKeys": [
202
202
  "aws:RequestTag/${TagKey}",
203
203
  "aws:TagKeys",
204
- "rds:req-tag/${TagKey}"
204
+ "rds:req-tag/${TagKey}",
205
+ "rds:TagsFromRequest"
205
206
  ],
206
207
  "dependentActions": []
207
208
  },
@@ -177,7 +177,14 @@
177
177
  "name": "CreateResolverQueryLogConfig",
178
178
  "description": "Grants permission to create a Resolver query logging configuration, which defines where you want Resolver to save DNS query logs that originate in your VPCs",
179
179
  "accessLevel": "Write",
180
- "resourceTypes": [],
180
+ "resourceTypes": [
181
+ {
182
+ "name": "resolver-query-log-config",
183
+ "required": true,
184
+ "conditionKeys": [],
185
+ "dependentActions": []
186
+ }
187
+ ],
181
188
  "conditionKeys": [
182
189
  "aws:RequestTag/${TagKey}",
183
190
  "aws:TagKeys"
@@ -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.202601031",
3
+ "version": "0.15.202601071",
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-03T04:56:24.305Z",
9
+ "updatedAt": "2026-01-07T05:02:44.530Z",
10
10
  "exports": {
11
11
  ".": {
12
12
  "import": "./dist/esm/index.js",