aws-iam-data 0.0.299 → 0.0.301

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.
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "Actions by type": [
3
+ {
4
+ "key": "Write Actions",
5
+ "value": 9779
6
+ },
3
7
  {
4
8
  "key": "Read Actions",
5
- "value": 4724
9
+ "value": 4738
6
10
  },
7
11
  {
8
12
  "key": "List Actions",
9
- "value": 2870
13
+ "value": 2877
10
14
  },
11
15
  {
12
16
  "key": "Permissions Actions",
13
- "value": 298
14
- },
15
- {
16
- "key": "Write Actions",
17
- "value": 9728
17
+ "value": 299
18
18
  }
19
19
  ],
20
20
  "Longest action names": [
@@ -172,6 +172,10 @@
172
172
  "key": "repository - arn:${Partition}:codecommit:${Region}:${Account}:${RepositoryName}",
173
173
  "value": 81
174
174
  },
175
+ {
176
+ "key": "rootcatalog - arn:${Partition}:glue:${Region}:${Account}:catalog",
177
+ "value": 67
178
+ },
175
179
  {
176
180
  "key": "stack - arn:${Partition}:opsworks:${Region}:${Account}:stack/${StackId}/",
177
181
  "value": 66
@@ -179,10 +183,6 @@
179
183
  {
180
184
  "key": "index - arn:${Partition}:kendra:${Region}:${Account}:index/${IndexId}",
181
185
  "value": 64
182
- },
183
- {
184
- "key": "domains - arn:${Partition}:profile:${Region}:${Account}:domains/${DomainName}",
185
- "value": 63
186
186
  }
187
187
  ],
188
188
  "Services with least actions": [
@@ -240,6 +240,10 @@
240
240
  "key": "Amazon Chime",
241
241
  "value": 309
242
242
  },
243
+ {
244
+ "key": "AWS Glue",
245
+ "value": 283
246
+ },
243
247
  {
244
248
  "key": "AWS IoT",
245
249
  "value": 275
@@ -248,10 +252,6 @@
248
252
  "key": "Amazon Connect",
249
253
  "value": 273
250
254
  },
251
- {
252
- "key": "AWS Glue",
253
- "value": 258
254
- },
255
255
  {
256
256
  "key": "Amazon QuickSight",
257
257
  "value": 207
@@ -262,7 +262,7 @@
262
262
  },
263
263
  {
264
264
  "key": "Amazon DataZone",
265
- "value": 168
265
+ "value": 174
266
266
  },
267
267
  {
268
268
  "key": "Amazon RDS",
@@ -406,15 +406,15 @@
406
406
  },
407
407
  {
408
408
  "key": "Median number of actions per service",
409
- "value": 27
409
+ "value": 28
410
410
  },
411
411
  {
412
412
  "key": "Total number of distinct resource ARNS",
413
- "value": 1805
413
+ "value": 1808
414
414
  },
415
415
  {
416
416
  "key": "Total number of distinct condition keys",
417
- "value": 960
417
+ "value": 958
418
418
  }
419
419
  ]
420
420
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws-iam-data",
3
- "version": "0.0.299",
3
+ "version": "0.0.301",
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",