aws-iam-data 0.0.477 → 0.0.478

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": 10746
5
+ "value": 10810
6
6
  },
7
7
  {
8
8
  "key": "Read Actions",
9
- "value": 5229
9
+ "value": 5257
10
10
  },
11
11
  {
12
12
  "key": "List Actions",
13
- "value": 3229
13
+ "value": 3255
14
14
  },
15
15
  {
16
16
  "key": "Permissions Actions",
17
- "value": 371
17
+ "value": 372
18
18
  }
19
19
  ],
20
20
  "Longest action names": [
@@ -178,7 +178,7 @@
178
178
  },
179
179
  {
180
180
  "key": "rootcatalog - arn:${Partition}:glue:${Region}:${Account}:catalog",
181
- "value": 75
181
+ "value": 76
182
182
  },
183
183
  {
184
184
  "key": "mlflow-tracking-server - arn:${Partition}:sagemaker:${Region}:${Account}:mlflow-tracking-server/${MlflowTrackingServerName}",
@@ -241,12 +241,12 @@
241
241
  "value": 316
242
242
  },
243
243
  {
244
- "key": "Amazon Connect",
244
+ "key": "AWS Glue",
245
245
  "value": 297
246
246
  },
247
247
  {
248
- "key": "AWS Glue",
249
- "value": 296
248
+ "key": "Amazon Connect",
249
+ "value": 297
250
250
  },
251
251
  {
252
252
  "key": "AWS IoT",
@@ -254,11 +254,11 @@
254
254
  },
255
255
  {
256
256
  "key": "Amazon QuickSight",
257
- "value": 263
257
+ "value": 264
258
258
  },
259
259
  {
260
260
  "key": "Amazon Bedrock",
261
- "value": 227
261
+ "value": 228
262
262
  },
263
263
  {
264
264
  "key": "Amazon DataZone",
@@ -266,7 +266,7 @@
266
266
  },
267
267
  {
268
268
  "key": "AWS Identity and Access Management (IAM)",
269
- "value": 176
269
+ "value": 187
270
270
  }
271
271
  ],
272
272
  "Shortest action names": [
@@ -398,7 +398,7 @@
398
398
  "Summary": [
399
399
  {
400
400
  "key": "Total number of services",
401
- "value": 453
401
+ "value": 454
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": 1985
413
+ "value": 1997
414
414
  },
415
415
  {
416
416
  "key": "Total number of distinct condition keys",
417
- "value": 1289
417
+ "value": 1307
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.477",
3
+ "version": "0.0.478",
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",