aws-iam-data 0.0.85 → 0.0.86

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,5 +1,5 @@
1
1
  {
2
- "serviceCount": 386,
2
+ "serviceCount": 385,
3
3
  "services": [
4
4
  {
5
5
  "name": "AWS Account Management",
@@ -15733,43 +15733,6 @@
15733
15733
  "conditionKeysCount": 0,
15734
15734
  "conditionKeys": []
15735
15735
  },
15736
- {
15737
- "name": "AWS Mobile Hub",
15738
- "servicePrefix": "mobilehub",
15739
- "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsmobilehub.html",
15740
- "actionsCount": 23,
15741
- "actions": [
15742
- "CreateProject",
15743
- "CreateServiceRole",
15744
- "DeleteProject",
15745
- "DeleteProjectSnapshot",
15746
- "DeployToStage",
15747
- "DescribeBundle",
15748
- "ExportBundle",
15749
- "ExportProject",
15750
- "GenerateProjectParameters",
15751
- "GetProject",
15752
- "GetProjectSnapshot",
15753
- "ImportProject",
15754
- "InstallBundle",
15755
- "ListAvailableConnectors",
15756
- "ListAvailableFeatures",
15757
- "ListAvailableRegions",
15758
- "ListBundles",
15759
- "ListProjectSnapshots",
15760
- "ListProjects",
15761
- "SynchronizeProject",
15762
- "UpdateProject",
15763
- "ValidateProject",
15764
- "VerifyServiceRole"
15765
- ],
15766
- "resourceTypesCount": 1,
15767
- "resourceTypes": [
15768
- "project"
15769
- ],
15770
- "conditionKeysCount": 0,
15771
- "conditionKeys": []
15772
- },
15773
15736
  {
15774
15737
  "name": "Amazon Monitron",
15775
15738
  "servicePrefix": "monitron",
@@ -2,15 +2,15 @@
2
2
  "Actions by type": [
3
3
  {
4
4
  "key": "Write Actions",
5
- "value": 8417
5
+ "value": 8408
6
6
  },
7
7
  {
8
8
  "key": "Read Actions",
9
- "value": 4105
9
+ "value": 4097
10
10
  },
11
11
  {
12
12
  "key": "List Actions",
13
- "value": 2418
13
+ "value": 2412
14
14
  },
15
15
  {
16
16
  "key": "Permissions Actions",
@@ -398,7 +398,7 @@
398
398
  "Summary": [
399
399
  {
400
400
  "key": "Total number of services",
401
- "value": 386
401
+ "value": 385
402
402
  },
403
403
  {
404
404
  "key": "Average number of actions per service",
@@ -410,7 +410,7 @@
410
410
  },
411
411
  {
412
412
  "key": "Total number of distinct resource ARNS",
413
- "value": 1564
413
+ "value": 1563
414
414
  },
415
415
  {
416
416
  "key": "Total number of distinct condition keys",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws-iam-data",
3
- "version": "0.0.85",
3
+ "version": "0.0.86",
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",