aws-iam-data 0.0.548 → 0.0.568

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": 11286
5
+ "value": 11451
6
6
  },
7
7
  {
8
8
  "key": "Read Actions",
9
- "value": 5457
9
+ "value": 5543
10
10
  },
11
11
  {
12
12
  "key": "List Actions",
13
- "value": 3413
13
+ "value": 3481
14
14
  },
15
15
  {
16
16
  "key": "Permissions Actions",
17
- "value": 393
17
+ "value": 398
18
18
  }
19
19
  ],
20
20
  "Longest action names": [
@@ -158,7 +158,7 @@
158
158
  },
159
159
  {
160
160
  "key": "domains - arn:${Partition}:profile:${Region}:${Account}:domains/${DomainName}",
161
- "value": 97
161
+ "value": 105
162
162
  },
163
163
  {
164
164
  "key": "userpool - arn:${Partition}:cognito-idp:${Region}:${Account}:userpool/${UserPoolId}",
@@ -202,10 +202,6 @@
202
202
  "key": "AWS Elemental Support Content",
203
203
  "value": 1
204
204
  },
205
- {
206
- "key": "AWS Marketplace Discovery",
207
- "value": 1
208
- },
209
205
  {
210
206
  "key": "AWS Marketplace Entitlement Service",
211
207
  "value": 1
@@ -225,6 +221,10 @@
225
221
  {
226
222
  "key": "AWS PrivateLink",
227
223
  "value": 1
224
+ },
225
+ {
226
+ "key": "AWS Verified Access",
227
+ "value": 1
228
228
  }
229
229
  ],
230
230
  "Services with most actions": [
@@ -234,7 +234,7 @@
234
234
  },
235
235
  {
236
236
  "key": "Amazon SageMaker",
237
- "value": 412
237
+ "value": 429
238
238
  },
239
239
  {
240
240
  "key": "Amazon Connect",
@@ -246,7 +246,7 @@
246
246
  },
247
247
  {
248
248
  "key": "AWS Glue",
249
- "value": 301
249
+ "value": 302
250
250
  },
251
251
  {
252
252
  "key": "AWS IoT",
@@ -254,15 +254,15 @@
254
254
  },
255
255
  {
256
256
  "key": "Amazon QuickSight",
257
- "value": 271
257
+ "value": 273
258
258
  },
259
259
  {
260
260
  "key": "Amazon Bedrock",
261
- "value": 235
261
+ "value": 245
262
262
  },
263
263
  {
264
264
  "key": "Amazon DataZone",
265
- "value": 229
265
+ "value": 230
266
266
  },
267
267
  {
268
268
  "key": "AWS Identity and Access Management (IAM)",
@@ -303,11 +303,11 @@
303
303
  "value": 10
304
304
  },
305
305
  {
306
- "key": "iq:EndCall",
306
+ "key": "geo:GetJob",
307
307
  "value": 10
308
308
  },
309
309
  {
310
- "key": "iq:GetCall",
310
+ "key": "iq:EndCall",
311
311
  "value": 10
312
312
  }
313
313
  ],
@@ -398,11 +398,11 @@
398
398
  "Summary": [
399
399
  {
400
400
  "key": "Total number of services",
401
- "value": 465
401
+ "value": 469
402
402
  },
403
403
  {
404
404
  "key": "Average number of actions per service",
405
- "value": 44
405
+ "value": 45
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": 2054
413
+ "value": 2098
414
414
  },
415
415
  {
416
416
  "key": "Total number of distinct condition keys",
417
- "value": 1377
417
+ "value": 1405
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.548",
3
+ "version": "0.0.568",
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",