aws-iam-data 0.0.152 → 0.0.153

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.
@@ -98248,7 +98248,9 @@
98248
98248
  "aws:ResourceTag/${TagKey}",
98249
98249
  "ec2:ResourceTag/${TagKey}"
98250
98250
  ],
98251
- "dependentActions": []
98251
+ "dependentActions": [
98252
+ "ec2:CancelCapacityReservation"
98253
+ ]
98252
98254
  },
98253
98255
  {
98254
98256
  "resourceType": "",
@@ -98589,7 +98591,10 @@
98589
98591
  "aws:TagKeys"
98590
98592
  ],
98591
98593
  "dependentActions": [
98592
- "ec2:CreateTags"
98594
+ "ec2:CreateCapacityReservation",
98595
+ "ec2:CreateTags",
98596
+ "ec2:DescribeCapacityReservations",
98597
+ "ec2:DescribeInstances"
98593
98598
  ]
98594
98599
  },
98595
98600
  {
@@ -99633,7 +99638,8 @@
99633
99638
  "aws:TagKeys"
99634
99639
  ],
99635
99640
  "dependentActions": [
99636
- "ec2:CreateTags"
99641
+ "ec2:CreateTags",
99642
+ "ssm:GetParameters"
99637
99643
  ]
99638
99644
  },
99639
99645
  {
@@ -99660,7 +99666,9 @@
99660
99666
  "aws:ResourceTag/${TagKey}",
99661
99667
  "ec2:ResourceTag/${TagKey}"
99662
99668
  ],
99663
- "dependentActions": []
99669
+ "dependentActions": [
99670
+ "ssm:GetParameters"
99671
+ ]
99664
99672
  },
99665
99673
  {
99666
99674
  "resourceType": "",
@@ -107122,7 +107130,9 @@
107122
107130
  "conditionKeys": [
107123
107131
  "ec2:Region"
107124
107132
  ],
107125
- "dependentActions": []
107133
+ "dependentActions": [
107134
+ "ssm:GetParameters"
107135
+ ]
107126
107136
  }
107127
107137
  ]
107128
107138
  },
@@ -112162,7 +112172,9 @@
112162
112172
  "ec2:Attribute/${AttributeName}",
112163
112173
  "ec2:ResourceTag/${TagKey}"
112164
112174
  ],
112165
- "dependentActions": []
112175
+ "dependentActions": [
112176
+ "ec2:ModifyCapacityReservation"
112177
+ ]
112166
112178
  },
112167
112179
  {
112168
112180
  "resourceType": "",
@@ -115622,7 +115634,8 @@
115622
115634
  "aws:TagKeys"
115623
115635
  ],
115624
115636
  "dependentActions": [
115625
- "ec2:CreateTags"
115637
+ "ec2:CreateTags",
115638
+ "iam:PassRole"
115626
115639
  ]
115627
115640
  },
115628
115641
  {
@@ -116187,7 +116200,9 @@
116187
116200
  "ec2:RootDeviceType"
116188
116201
  ],
116189
116202
  "dependentActions": [
116190
- "ec2:CreateTags"
116203
+ "ec2:CreateTags",
116204
+ "iam:PassRole",
116205
+ "ssm:GetParameters"
116191
116206
  ]
116192
116207
  },
116193
116208
  {
@@ -1,9 +1,5 @@
1
1
  {
2
2
  "Actions by type": [
3
- {
4
- "key": "List Actions",
5
- "value": 2640
6
- },
7
3
  {
8
4
  "key": "Write Actions",
9
5
  "value": 9064
@@ -12,6 +8,10 @@
12
8
  "key": "Read Actions",
13
9
  "value": 4421
14
10
  },
11
+ {
12
+ "key": "List Actions",
13
+ "value": 2640
14
+ },
15
15
  {
16
16
  "key": "Permissions Actions",
17
17
  "value": 253
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws-iam-data",
3
- "version": "0.0.152",
3
+ "version": "0.0.153",
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",