aws-iam-data 0.0.84 → 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",
@@ -10804,12 +10804,13 @@
10804
10804
  "name": "AWS Health APIs and Notifications",
10805
10805
  "servicePrefix": "health",
10806
10806
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awshealthapisandnotifications.html",
10807
- "actionsCount": 13,
10807
+ "actionsCount": 14,
10808
10808
  "actions": [
10809
10809
  "DescribeAffectedAccountsForOrganization",
10810
10810
  "DescribeAffectedEntities",
10811
10811
  "DescribeAffectedEntitiesForOrganization",
10812
10812
  "DescribeEntityAggregates",
10813
+ "DescribeEntityAggregatesForOrganization",
10813
10814
  "DescribeEventAggregates",
10814
10815
  "DescribeEventDetails",
10815
10816
  "DescribeEventDetailsForOrganization",
@@ -15732,43 +15733,6 @@
15732
15733
  "conditionKeysCount": 0,
15733
15734
  "conditionKeys": []
15734
15735
  },
15735
- {
15736
- "name": "AWS Mobile Hub",
15737
- "servicePrefix": "mobilehub",
15738
- "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsmobilehub.html",
15739
- "actionsCount": 23,
15740
- "actions": [
15741
- "CreateProject",
15742
- "CreateServiceRole",
15743
- "DeleteProject",
15744
- "DeleteProjectSnapshot",
15745
- "DeployToStage",
15746
- "DescribeBundle",
15747
- "ExportBundle",
15748
- "ExportProject",
15749
- "GenerateProjectParameters",
15750
- "GetProject",
15751
- "GetProjectSnapshot",
15752
- "ImportProject",
15753
- "InstallBundle",
15754
- "ListAvailableConnectors",
15755
- "ListAvailableFeatures",
15756
- "ListAvailableRegions",
15757
- "ListBundles",
15758
- "ListProjectSnapshots",
15759
- "ListProjects",
15760
- "SynchronizeProject",
15761
- "UpdateProject",
15762
- "ValidateProject",
15763
- "VerifyServiceRole"
15764
- ],
15765
- "resourceTypesCount": 1,
15766
- "resourceTypes": [
15767
- "project"
15768
- ],
15769
- "conditionKeysCount": 0,
15770
- "conditionKeys": []
15771
- },
15772
15736
  {
15773
15737
  "name": "Amazon Monitron",
15774
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": 4104
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.84",
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",