aws-iam-data 0.0.110 → 0.0.111

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,4 +1,18 @@
1
1
  [
2
+ {
3
+ "dateOfChange": "2023-11-03",
4
+ "addedServices": [],
5
+ "removedServices": [],
6
+ "addedActions": {
7
+ "AWS Migration Hub Strategy Recommendations": [
8
+ "migrationhub-strategy:ListAnalyzableServers"
9
+ ],
10
+ "Amazon Redshift": [
11
+ "redshift:FailoverPrimaryCompute"
12
+ ]
13
+ },
14
+ "removedActions": {}
15
+ },
2
16
  {
3
17
  "dateOfChange": "2023-11-02",
4
18
  "addedServices": [],
@@ -215892,6 +215892,21 @@
215892
215892
  }
215893
215893
  ]
215894
215894
  },
215895
+ {
215896
+ "name": "ListAnalyzableServers",
215897
+ "apiReferenceUrl": "https://docs.aws.amazon.com/migrationhub-strategy/latest/APIReference/API_ListAnalyzableServers.html",
215898
+ "permissionOnly": false,
215899
+ "description": "Grants permission to get a list of all analyzable servers in a customer's vcenter environment",
215900
+ "accessLevel": "List",
215901
+ "resourceTypes": [
215902
+ {
215903
+ "resourceType": "",
215904
+ "required": false,
215905
+ "conditionKeys": [],
215906
+ "dependentActions": []
215907
+ }
215908
+ ]
215909
+ },
215895
215910
  {
215896
215911
  "name": "ListAntiPatterns",
215897
215912
  "apiReferenceUrl": "https://docs.aws.amazon.com/migrationhub-strategy/latest/APIReference/API_ListAntiPatterns.html",
@@ -248756,6 +248771,21 @@
248756
248771
  }
248757
248772
  ]
248758
248773
  },
248774
+ {
248775
+ "name": "FailoverPrimaryCompute",
248776
+ "apiReferenceUrl": "https://docs.aws.amazon.com/redshift/latest/APIReference/API_FailoverPrimaryCompute.html",
248777
+ "permissionOnly": false,
248778
+ "description": "Grants permission to failover the primary compute of an Multi-AZ cluster to another AZ",
248779
+ "accessLevel": "Write",
248780
+ "resourceTypes": [
248781
+ {
248782
+ "resourceType": "cluster",
248783
+ "required": true,
248784
+ "conditionKeys": [],
248785
+ "dependentActions": []
248786
+ }
248787
+ ]
248788
+ },
248759
248789
  {
248760
248790
  "name": "FetchResults",
248761
248791
  "apiReferenceUrl": "https://docs.aws.amazon.com/redshift/latest/mgmt/redshift-policy-resources.resource-permissions.html",
@@ -15884,7 +15884,7 @@
15884
15884
  "name": "AWS Migration Hub Strategy Recommendations",
15885
15885
  "servicePrefix": "migrationhub-strategy",
15886
15886
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsmigrationhubstrategyrecommendations.html",
15887
- "actionsCount": 28,
15887
+ "actionsCount": 29,
15888
15888
  "actions": [
15889
15889
  "GetAntiPattern",
15890
15890
  "GetApplicationComponentDetails",
@@ -15898,6 +15898,7 @@
15898
15898
  "GetRecommendationReportDetails",
15899
15899
  "GetServerDetails",
15900
15900
  "GetServerStrategies",
15901
+ "ListAnalyzableServers",
15901
15902
  "ListAntiPatterns",
15902
15903
  "ListApplicationComponents",
15903
15904
  "ListCollectors",
@@ -18240,7 +18241,7 @@
18240
18241
  "name": "Amazon Redshift",
18241
18242
  "servicePrefix": "redshift",
18242
18243
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonredshift.html",
18243
- "actionsCount": 141,
18244
+ "actionsCount": 142,
18244
18245
  "actions": [
18245
18246
  "AcceptReservedNodeExchange",
18246
18247
  "AddPartner",
@@ -18339,6 +18340,7 @@
18339
18340
  "EnableLogging",
18340
18341
  "EnableSnapshotCopy",
18341
18342
  "ExecuteQuery",
18343
+ "FailoverPrimaryCompute",
18342
18344
  "FetchResults",
18343
18345
  "GetClusterCredentials",
18344
18346
  "GetClusterCredentialsWithIAM",
@@ -2,7 +2,7 @@
2
2
  "Actions by type": [
3
3
  {
4
4
  "key": "Write Actions",
5
- "value": 8559
5
+ "value": 8560
6
6
  },
7
7
  {
8
8
  "key": "Read Actions",
@@ -10,7 +10,7 @@
10
10
  },
11
11
  {
12
12
  "key": "List Actions",
13
- "value": 2453
13
+ "value": 2454
14
14
  },
15
15
  {
16
16
  "key": "Permissions Actions",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws-iam-data",
3
- "version": "0.0.110",
3
+ "version": "0.0.111",
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",