@cloud-copilot/iam-data 0.9.202507191 → 0.9.202507221
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.
|
@@ -255,9 +255,12 @@
|
|
|
255
255
|
"conditionKeys": [],
|
|
256
256
|
"dependentActions": [
|
|
257
257
|
"deadline:TagResource",
|
|
258
|
+
"ec2:CreateVpcEndpoint",
|
|
258
259
|
"iam:PassRole",
|
|
259
260
|
"identitystore:ListGroupMembershipsForMember",
|
|
260
|
-
"logs:CreateLogGroup"
|
|
261
|
+
"logs:CreateLogGroup",
|
|
262
|
+
"vpc-lattice:GetResourceConfiguration",
|
|
263
|
+
"vpc-lattice:GetResourceGateway"
|
|
261
264
|
]
|
|
262
265
|
}
|
|
263
266
|
],
|
|
@@ -1942,8 +1945,11 @@
|
|
|
1942
1945
|
],
|
|
1943
1946
|
"conditionKeys": [],
|
|
1944
1947
|
"dependentActions": [
|
|
1948
|
+
"ec2:CreateVpcEndpoint",
|
|
1945
1949
|
"iam:PassRole",
|
|
1946
|
-
"identitystore:ListGroupMembershipsForMember"
|
|
1950
|
+
"identitystore:ListGroupMembershipsForMember",
|
|
1951
|
+
"vpc-lattice:GetResourceConfiguration",
|
|
1952
|
+
"vpc-lattice:GetResourceGateway"
|
|
1947
1953
|
]
|
|
1948
1954
|
},
|
|
1949
1955
|
"updatejob": {
|
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.202507221",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": "github:cloud-copilot/iam-data",
|
|
6
|
-
"updatedAt": "2025-07-
|
|
6
|
+
"updatedAt": "2025-07-22T05:01:38.499Z",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"import": "./dist/esm/index.js",
|