aws-iam-data 0.0.415 → 0.0.416
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/dist/data/json/iam.json +11 -3
- package/package.json +1 -1
package/dist/data/json/iam.json
CHANGED
|
@@ -18177,7 +18177,9 @@
|
|
|
18177
18177
|
"resourceType": "ALB",
|
|
18178
18178
|
"required": true,
|
|
18179
18179
|
"conditionKeys": [],
|
|
18180
|
-
"dependentActions": [
|
|
18180
|
+
"dependentActions": [
|
|
18181
|
+
"iam:CreateServiceLinkedRole"
|
|
18182
|
+
]
|
|
18181
18183
|
},
|
|
18182
18184
|
{
|
|
18183
18185
|
"resourceType": "NLB",
|
|
@@ -106627,9 +106629,12 @@
|
|
|
106627
106629
|
"conditionKeys": [],
|
|
106628
106630
|
"dependentActions": [
|
|
106629
106631
|
"deadline:TagResource",
|
|
106632
|
+
"ec2:CreateVpcEndpoint",
|
|
106630
106633
|
"iam:PassRole",
|
|
106631
106634
|
"identitystore:ListGroupMembershipsForMember",
|
|
106632
|
-
"logs:CreateLogGroup"
|
|
106635
|
+
"logs:CreateLogGroup",
|
|
106636
|
+
"vpc-lattice:GetResourceConfiguration",
|
|
106637
|
+
"vpc-lattice:GetResourceGateway"
|
|
106633
106638
|
]
|
|
106634
106639
|
},
|
|
106635
106640
|
{
|
|
@@ -108405,8 +108410,11 @@
|
|
|
108405
108410
|
"required": true,
|
|
108406
108411
|
"conditionKeys": [],
|
|
108407
108412
|
"dependentActions": [
|
|
108413
|
+
"ec2:CreateVpcEndpoint",
|
|
108408
108414
|
"iam:PassRole",
|
|
108409
|
-
"identitystore:ListGroupMembershipsForMember"
|
|
108415
|
+
"identitystore:ListGroupMembershipsForMember",
|
|
108416
|
+
"vpc-lattice:GetResourceConfiguration",
|
|
108417
|
+
"vpc-lattice:GetResourceGateway"
|
|
108410
108418
|
]
|
|
108411
108419
|
}
|
|
108412
108420
|
]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-iam-data",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.416",
|
|
4
4
|
"description": "Provides AWS IAM data gathered from the official AWS IAM docs as a convenient npm package that can be used in other OSS projects.",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|