@aws-sdk/client-compute-optimizer 3.329.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.
@@ -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.329.0",
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",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.329.0",
24
+ "@aws-sdk/client-sts": "3.332.0",
25
25
  "@aws-sdk/config-resolver": "3.329.0",
26
- "@aws-sdk/credential-provider-node": "3.329.0",
26
+ "@aws-sdk/credential-provider-node": "3.332.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.329.0",
28
28
  "@aws-sdk/hash-node": "3.329.0",
29
29
  "@aws-sdk/invalid-dependency": "3.329.0",
@@ -36,7 +36,7 @@
36
36
  "@aws-sdk/middleware-serde": "3.329.0",
37
37
  "@aws-sdk/middleware-signing": "3.329.0",
38
38
  "@aws-sdk/middleware-stack": "3.329.0",
39
- "@aws-sdk/middleware-user-agent": "3.329.0",
39
+ "@aws-sdk/middleware-user-agent": "3.332.0",
40
40
  "@aws-sdk/node-config-provider": "3.329.0",
41
41
  "@aws-sdk/node-http-handler": "3.329.0",
42
42
  "@aws-sdk/protocol-http": "3.329.0",
@@ -48,7 +48,7 @@
48
48
  "@aws-sdk/util-body-length-node": "3.310.0",
49
49
  "@aws-sdk/util-defaults-mode-browser": "3.329.0",
50
50
  "@aws-sdk/util-defaults-mode-node": "3.329.0",
51
- "@aws-sdk/util-endpoints": "3.329.0",
51
+ "@aws-sdk/util-endpoints": "3.332.0",
52
52
  "@aws-sdk/util-retry": "3.329.0",
53
53
  "@aws-sdk/util-user-agent-browser": "3.329.0",
54
54
  "@aws-sdk/util-user-agent-node": "3.329.0",