aws-iam-data 0.0.481 → 0.0.494

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.
@@ -2,19 +2,19 @@
2
2
  "Actions by type": [
3
3
  {
4
4
  "key": "Write Actions",
5
- "value": 11076
5
+ "value": 11175
6
6
  },
7
7
  {
8
8
  "key": "Read Actions",
9
- "value": 5376
9
+ "value": 5421
10
10
  },
11
11
  {
12
12
  "key": "List Actions",
13
- "value": 3342
13
+ "value": 3381
14
14
  },
15
15
  {
16
16
  "key": "Permissions Actions",
17
- "value": 377
17
+ "value": 387
18
18
  }
19
19
  ],
20
20
  "Longest action names": [
@@ -230,7 +230,7 @@
230
230
  "Services with most actions": [
231
231
  {
232
232
  "key": "Amazon EC2",
233
- "value": 720
233
+ "value": 770
234
234
  },
235
235
  {
236
236
  "key": "Amazon SageMaker",
@@ -254,11 +254,11 @@
254
254
  },
255
255
  {
256
256
  "key": "Amazon QuickSight",
257
- "value": 264
257
+ "value": 271
258
258
  },
259
259
  {
260
260
  "key": "Amazon Bedrock",
261
- "value": 228
261
+ "value": 232
262
262
  },
263
263
  {
264
264
  "key": "Amazon DataZone",
@@ -398,7 +398,7 @@
398
398
  "Summary": [
399
399
  {
400
400
  "key": "Total number of services",
401
- "value": 460
401
+ "value": 461
402
402
  },
403
403
  {
404
404
  "key": "Average number of actions per service",
@@ -410,11 +410,11 @@
410
410
  },
411
411
  {
412
412
  "key": "Total number of distinct resource ARNS",
413
- "value": 2048
413
+ "value": 2060
414
414
  },
415
415
  {
416
416
  "key": "Total number of distinct condition keys",
417
- "value": 1323
417
+ "value": 1361
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.481",
3
+ "version": "0.0.494",
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",