aws-iam-data 0.0.480 → 0.0.481

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": 10810
5
+ "value": 11076
6
6
  },
7
7
  {
8
8
  "key": "Read Actions",
9
- "value": 5257
9
+ "value": 5376
10
10
  },
11
11
  {
12
12
  "key": "List Actions",
13
- "value": 3255
13
+ "value": 3342
14
14
  },
15
15
  {
16
16
  "key": "Permissions Actions",
17
- "value": 372
17
+ "value": 377
18
18
  }
19
19
  ],
20
20
  "Longest action names": [
@@ -146,7 +146,7 @@
146
146
  "Most referenced resource ARNs": [
147
147
  {
148
148
  "key": "instance - arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}",
149
- "value": 126
149
+ "value": 139
150
150
  },
151
151
  {
152
152
  "key": "organization - arn:${Partition}:workmail:${Region}:${Account}:organization/${ResourceId}",
@@ -234,7 +234,11 @@
234
234
  },
235
235
  {
236
236
  "key": "Amazon SageMaker",
237
- "value": 405
237
+ "value": 412
238
+ },
239
+ {
240
+ "key": "Amazon Connect",
241
+ "value": 351
238
242
  },
239
243
  {
240
244
  "key": "Amazon Chime",
@@ -244,10 +248,6 @@
244
248
  "key": "AWS Glue",
245
249
  "value": 297
246
250
  },
247
- {
248
- "key": "Amazon Connect",
249
- "value": 297
250
- },
251
251
  {
252
252
  "key": "AWS IoT",
253
253
  "value": 290
@@ -262,7 +262,7 @@
262
262
  },
263
263
  {
264
264
  "key": "Amazon DataZone",
265
- "value": 222
265
+ "value": 224
266
266
  },
267
267
  {
268
268
  "key": "AWS Identity and Access Management (IAM)",
@@ -398,11 +398,11 @@
398
398
  "Summary": [
399
399
  {
400
400
  "key": "Total number of services",
401
- "value": 454
401
+ "value": 460
402
402
  },
403
403
  {
404
404
  "key": "Average number of actions per service",
405
- "value": 43
405
+ "value": 44
406
406
  },
407
407
  {
408
408
  "key": "Median number of actions per service",
@@ -410,11 +410,11 @@
410
410
  },
411
411
  {
412
412
  "key": "Total number of distinct resource ARNS",
413
- "value": 1997
413
+ "value": 2048
414
414
  },
415
415
  {
416
416
  "key": "Total number of distinct condition keys",
417
- "value": 1307
417
+ "value": 1323
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.480",
3
+ "version": "0.0.481",
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",