@aws-sdk/client-compute-optimizer 3.332.0 → 3.334.0
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.
- package/dist-types/commands/GetAutoScalingGroupRecommendationsCommand.d.ts +1 -1
- package/dist-types/commands/GetEBSVolumeRecommendationsCommand.d.ts +6 -0
- package/dist-types/commands/GetEC2InstanceRecommendationsCommand.d.ts +7 -1
- package/dist-types/commands/GetECSServiceRecommendationsCommand.d.ts +6 -0
- package/dist-types/commands/GetLambdaFunctionRecommendationsCommand.d.ts +6 -0
- package/dist-types/commands/GetRecommendationSummariesCommand.d.ts +11 -0
- package/package.json +1 -1
|
@@ -117,7 +117,7 @@ export interface GetAutoScalingGroupRecommendationsCommandOutput extends GetAuto
|
|
|
117
117
|
* // },
|
|
118
118
|
* // },
|
|
119
119
|
* // inferredWorkloadTypes: [ // InferredWorkloadTypes
|
|
120
|
-
* // "AmazonEmr" || "ApacheCassandra" || "ApacheHadoop" || "Memcached" || "Nginx" || "PostgreSql" || "Redis" || "Kafka",
|
|
120
|
+
* // "AmazonEmr" || "ApacheCassandra" || "ApacheHadoop" || "Memcached" || "Nginx" || "PostgreSql" || "Redis" || "Kafka" || "SQLServer",
|
|
121
121
|
* // ],
|
|
122
122
|
* // },
|
|
123
123
|
* // ],
|
|
@@ -98,6 +98,12 @@ export interface GetEBSVolumeRecommendationsCommandOutput extends GetEBSVolumeRe
|
|
|
98
98
|
* // ],
|
|
99
99
|
* // lastRefreshTimestamp: new Date("TIMESTAMP"),
|
|
100
100
|
* // currentPerformanceRisk: "VeryLow" || "Low" || "Medium" || "High",
|
|
101
|
+
* // tags: [ // Tags
|
|
102
|
+
* // { // Tag
|
|
103
|
+
* // key: "STRING_VALUE",
|
|
104
|
+
* // value: "STRING_VALUE",
|
|
105
|
+
* // },
|
|
106
|
+
* // ],
|
|
101
107
|
* // },
|
|
102
108
|
* // ],
|
|
103
109
|
* // errors: [ // GetRecommendationErrors
|
|
@@ -119,9 +119,15 @@ export interface GetEC2InstanceRecommendationsCommandOutput extends GetEC2Instan
|
|
|
119
119
|
* // },
|
|
120
120
|
* // },
|
|
121
121
|
* // inferredWorkloadTypes: [ // InferredWorkloadTypes
|
|
122
|
-
* // "AmazonEmr" || "ApacheCassandra" || "ApacheHadoop" || "Memcached" || "Nginx" || "PostgreSql" || "Redis" || "Kafka",
|
|
122
|
+
* // "AmazonEmr" || "ApacheCassandra" || "ApacheHadoop" || "Memcached" || "Nginx" || "PostgreSql" || "Redis" || "Kafka" || "SQLServer",
|
|
123
123
|
* // ],
|
|
124
124
|
* // instanceState: "pending" || "running" || "shutting-down" || "terminated" || "stopping" || "stopped",
|
|
125
|
+
* // tags: [ // Tags
|
|
126
|
+
* // { // Tag
|
|
127
|
+
* // key: "STRING_VALUE",
|
|
128
|
+
* // value: "STRING_VALUE",
|
|
129
|
+
* // },
|
|
130
|
+
* // ],
|
|
125
131
|
* // },
|
|
126
132
|
* // ],
|
|
127
133
|
* // errors: [ // GetRecommendationErrors
|
|
@@ -123,6 +123,12 @@ export interface GetECSServiceRecommendationsCommandOutput extends GetECSService
|
|
|
123
123
|
* // },
|
|
124
124
|
* // ],
|
|
125
125
|
* // currentPerformanceRisk: "VeryLow" || "Low" || "Medium" || "High",
|
|
126
|
+
* // tags: [ // Tags
|
|
127
|
+
* // { // Tag
|
|
128
|
+
* // key: "STRING_VALUE",
|
|
129
|
+
* // value: "STRING_VALUE",
|
|
130
|
+
* // },
|
|
131
|
+
* // ],
|
|
126
132
|
* // },
|
|
127
133
|
* // ],
|
|
128
134
|
* // errors: [ // GetRecommendationErrors
|
|
@@ -93,6 +93,12 @@ export interface GetLambdaFunctionRecommendationsCommandOutput extends GetLambda
|
|
|
93
93
|
* // },
|
|
94
94
|
* // ],
|
|
95
95
|
* // currentPerformanceRisk: "VeryLow" || "Low" || "Medium" || "High",
|
|
96
|
+
* // tags: [ // Tags
|
|
97
|
+
* // { // Tag
|
|
98
|
+
* // key: "STRING_VALUE",
|
|
99
|
+
* // value: "STRING_VALUE",
|
|
100
|
+
* // },
|
|
101
|
+
* // ],
|
|
96
102
|
* // },
|
|
97
103
|
* // ],
|
|
98
104
|
* // };
|
|
@@ -90,6 +90,17 @@ export interface GetRecommendationSummariesCommandOutput extends GetRecommendati
|
|
|
90
90
|
* // low: Number("long"),
|
|
91
91
|
* // veryLow: Number("long"),
|
|
92
92
|
* // },
|
|
93
|
+
* // inferredWorkloadSavings: [ // InferredWorkloadSavings
|
|
94
|
+
* // { // InferredWorkloadSaving
|
|
95
|
+
* // inferredWorkloadTypes: [ // InferredWorkloadTypes
|
|
96
|
+
* // "AmazonEmr" || "ApacheCassandra" || "ApacheHadoop" || "Memcached" || "Nginx" || "PostgreSql" || "Redis" || "Kafka" || "SQLServer",
|
|
97
|
+
* // ],
|
|
98
|
+
* // estimatedMonthlySavings: {
|
|
99
|
+
* // currency: "USD" || "CNY",
|
|
100
|
+
* // value: Number("double"),
|
|
101
|
+
* // },
|
|
102
|
+
* // },
|
|
103
|
+
* // ],
|
|
93
104
|
* // },
|
|
94
105
|
* // ],
|
|
95
106
|
* // };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-compute-optimizer",
|
|
3
3
|
"description": "AWS SDK for JavaScript Compute Optimizer Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.334.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|