@cloud-copilot/iam-data 0.15.202601061 → 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.
|
@@ -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
|
{
|
|
@@ -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"
|
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.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-
|
|
9
|
+
"updatedAt": "2026-01-07T05:02:44.530Z",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
12
|
"import": "./dist/esm/index.js",
|