@aws-sdk/client-compute-optimizer 3.42.0 → 3.46.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.
Files changed (55) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/README.md +7 -10
  3. package/dist-cjs/ComputeOptimizer.js +60 -0
  4. package/dist-cjs/commands/DeleteRecommendationPreferencesCommand.js +36 -0
  5. package/dist-cjs/commands/GetEffectiveRecommendationPreferencesCommand.js +36 -0
  6. package/dist-cjs/commands/GetRecommendationPreferencesCommand.js +36 -0
  7. package/dist-cjs/commands/PutRecommendationPreferencesCommand.js +36 -0
  8. package/dist-cjs/commands/index.js +4 -0
  9. package/dist-cjs/endpoints.js +1 -0
  10. package/dist-cjs/models/models_0.js +183 -51
  11. package/dist-cjs/protocols/Aws_json1_0.js +617 -1
  12. package/dist-cjs/runtimeConfig.js +0 -2
  13. package/dist-es/ComputeOptimizer.js +60 -0
  14. package/dist-es/commands/DeleteRecommendationPreferencesCommand.js +39 -0
  15. package/dist-es/commands/GetEffectiveRecommendationPreferencesCommand.js +39 -0
  16. package/dist-es/commands/GetRecommendationPreferencesCommand.js +39 -0
  17. package/dist-es/commands/PutRecommendationPreferencesCommand.js +39 -0
  18. package/dist-es/commands/index.js +4 -0
  19. package/dist-es/endpoints.js +1 -0
  20. package/dist-es/models/models_0.js +143 -40
  21. package/dist-es/protocols/Aws_json1_0.js +646 -8
  22. package/dist-es/runtimeConfig.js +0 -2
  23. package/dist-types/ComputeOptimizer.d.ts +50 -27
  24. package/dist-types/ComputeOptimizerClient.d.ts +6 -2
  25. package/dist-types/commands/DeleteRecommendationPreferencesCommand.d.ts +38 -0
  26. package/dist-types/commands/DescribeRecommendationExportJobsCommand.d.ts +0 -1
  27. package/dist-types/commands/ExportAutoScalingGroupRecommendationsCommand.d.ts +0 -2
  28. package/dist-types/commands/ExportEBSVolumeRecommendationsCommand.d.ts +1 -4
  29. package/dist-types/commands/ExportEC2InstanceRecommendationsCommand.d.ts +1 -4
  30. package/dist-types/commands/ExportLambdaFunctionRecommendationsCommand.d.ts +1 -4
  31. package/dist-types/commands/GetAutoScalingGroupRecommendationsCommand.d.ts +0 -1
  32. package/dist-types/commands/GetEBSVolumeRecommendationsCommand.d.ts +0 -1
  33. package/dist-types/commands/GetEC2InstanceRecommendationsCommand.d.ts +0 -1
  34. package/dist-types/commands/GetEC2RecommendationProjectedMetricsCommand.d.ts +0 -1
  35. package/dist-types/commands/GetEffectiveRecommendationPreferencesCommand.d.ts +40 -0
  36. package/dist-types/commands/GetEnrollmentStatusCommand.d.ts +0 -1
  37. package/dist-types/commands/GetEnrollmentStatusesForOrganizationCommand.d.ts +0 -1
  38. package/dist-types/commands/GetLambdaFunctionRecommendationsCommand.d.ts +0 -1
  39. package/dist-types/commands/GetRecommendationPreferencesCommand.d.ts +42 -0
  40. package/dist-types/commands/GetRecommendationSummariesCommand.d.ts +0 -2
  41. package/dist-types/commands/PutRecommendationPreferencesCommand.d.ts +39 -0
  42. package/dist-types/commands/UpdateEnrollmentStatusCommand.d.ts +0 -3
  43. package/dist-types/commands/index.d.ts +4 -0
  44. package/dist-types/models/models_0.d.ts +646 -282
  45. package/dist-types/protocols/Aws_json1_0.d.ts +12 -0
  46. package/dist-types/ts3.4/ComputeOptimizer.d.ts +20 -0
  47. package/dist-types/ts3.4/ComputeOptimizerClient.d.ts +6 -2
  48. package/dist-types/ts3.4/commands/DeleteRecommendationPreferencesCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/GetEffectiveRecommendationPreferencesCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/GetRecommendationPreferencesCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/PutRecommendationPreferencesCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/index.d.ts +4 -0
  53. package/dist-types/ts3.4/models/models_0.d.ts +291 -77
  54. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +12 -0
  55. package/package.json +36 -43
@@ -15,10 +15,8 @@ const util_body_length_node_1 = require("@aws-sdk/util-body-length-node");
15
15
  const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
16
16
  const util_utf8_node_1 = require("@aws-sdk/util-utf8-node");
17
17
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
18
- const smithy_client_1 = require("@aws-sdk/smithy-client");
19
18
  const getRuntimeConfig = (config) => {
20
19
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
21
- smithy_client_1.emitWarningIfUnsupportedVersion(process.version);
22
20
  const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
23
21
  return {
24
22
  ...clientSharedValues,
@@ -1,4 +1,5 @@
1
1
  import { __extends } from "tslib";
2
+ import { DeleteRecommendationPreferencesCommand, } from "./commands/DeleteRecommendationPreferencesCommand";
2
3
  import { DescribeRecommendationExportJobsCommand, } from "./commands/DescribeRecommendationExportJobsCommand";
3
4
  import { ExportAutoScalingGroupRecommendationsCommand, } from "./commands/ExportAutoScalingGroupRecommendationsCommand";
4
5
  import { ExportEBSVolumeRecommendationsCommand, } from "./commands/ExportEBSVolumeRecommendationsCommand";
@@ -8,10 +9,13 @@ import { GetAutoScalingGroupRecommendationsCommand, } from "./commands/GetAutoSc
8
9
  import { GetEBSVolumeRecommendationsCommand, } from "./commands/GetEBSVolumeRecommendationsCommand";
9
10
  import { GetEC2InstanceRecommendationsCommand, } from "./commands/GetEC2InstanceRecommendationsCommand";
10
11
  import { GetEC2RecommendationProjectedMetricsCommand, } from "./commands/GetEC2RecommendationProjectedMetricsCommand";
12
+ import { GetEffectiveRecommendationPreferencesCommand, } from "./commands/GetEffectiveRecommendationPreferencesCommand";
11
13
  import { GetEnrollmentStatusCommand, } from "./commands/GetEnrollmentStatusCommand";
12
14
  import { GetEnrollmentStatusesForOrganizationCommand, } from "./commands/GetEnrollmentStatusesForOrganizationCommand";
13
15
  import { GetLambdaFunctionRecommendationsCommand, } from "./commands/GetLambdaFunctionRecommendationsCommand";
16
+ import { GetRecommendationPreferencesCommand, } from "./commands/GetRecommendationPreferencesCommand";
14
17
  import { GetRecommendationSummariesCommand, } from "./commands/GetRecommendationSummariesCommand";
18
+ import { PutRecommendationPreferencesCommand, } from "./commands/PutRecommendationPreferencesCommand";
15
19
  import { UpdateEnrollmentStatusCommand, } from "./commands/UpdateEnrollmentStatusCommand";
16
20
  import { ComputeOptimizerClient } from "./ComputeOptimizerClient";
17
21
  var ComputeOptimizer = (function (_super) {
@@ -19,6 +23,20 @@ var ComputeOptimizer = (function (_super) {
19
23
  function ComputeOptimizer() {
20
24
  return _super !== null && _super.apply(this, arguments) || this;
21
25
  }
26
+ ComputeOptimizer.prototype.deleteRecommendationPreferences = function (args, optionsOrCb, cb) {
27
+ var command = new DeleteRecommendationPreferencesCommand(args);
28
+ if (typeof optionsOrCb === "function") {
29
+ this.send(command, optionsOrCb);
30
+ }
31
+ else if (typeof cb === "function") {
32
+ if (typeof optionsOrCb !== "object")
33
+ throw new Error("Expect http options but get " + typeof optionsOrCb);
34
+ this.send(command, optionsOrCb || {}, cb);
35
+ }
36
+ else {
37
+ return this.send(command, optionsOrCb);
38
+ }
39
+ };
22
40
  ComputeOptimizer.prototype.describeRecommendationExportJobs = function (args, optionsOrCb, cb) {
23
41
  var command = new DescribeRecommendationExportJobsCommand(args);
24
42
  if (typeof optionsOrCb === "function") {
@@ -145,6 +163,20 @@ var ComputeOptimizer = (function (_super) {
145
163
  return this.send(command, optionsOrCb);
146
164
  }
147
165
  };
166
+ ComputeOptimizer.prototype.getEffectiveRecommendationPreferences = function (args, optionsOrCb, cb) {
167
+ var command = new GetEffectiveRecommendationPreferencesCommand(args);
168
+ if (typeof optionsOrCb === "function") {
169
+ this.send(command, optionsOrCb);
170
+ }
171
+ else if (typeof cb === "function") {
172
+ if (typeof optionsOrCb !== "object")
173
+ throw new Error("Expect http options but get " + typeof optionsOrCb);
174
+ this.send(command, optionsOrCb || {}, cb);
175
+ }
176
+ else {
177
+ return this.send(command, optionsOrCb);
178
+ }
179
+ };
148
180
  ComputeOptimizer.prototype.getEnrollmentStatus = function (args, optionsOrCb, cb) {
149
181
  var command = new GetEnrollmentStatusCommand(args);
150
182
  if (typeof optionsOrCb === "function") {
@@ -187,6 +219,20 @@ var ComputeOptimizer = (function (_super) {
187
219
  return this.send(command, optionsOrCb);
188
220
  }
189
221
  };
222
+ ComputeOptimizer.prototype.getRecommendationPreferences = function (args, optionsOrCb, cb) {
223
+ var command = new GetRecommendationPreferencesCommand(args);
224
+ if (typeof optionsOrCb === "function") {
225
+ this.send(command, optionsOrCb);
226
+ }
227
+ else if (typeof cb === "function") {
228
+ if (typeof optionsOrCb !== "object")
229
+ throw new Error("Expect http options but get " + typeof optionsOrCb);
230
+ this.send(command, optionsOrCb || {}, cb);
231
+ }
232
+ else {
233
+ return this.send(command, optionsOrCb);
234
+ }
235
+ };
190
236
  ComputeOptimizer.prototype.getRecommendationSummaries = function (args, optionsOrCb, cb) {
191
237
  var command = new GetRecommendationSummariesCommand(args);
192
238
  if (typeof optionsOrCb === "function") {
@@ -201,6 +247,20 @@ var ComputeOptimizer = (function (_super) {
201
247
  return this.send(command, optionsOrCb);
202
248
  }
203
249
  };
250
+ ComputeOptimizer.prototype.putRecommendationPreferences = function (args, optionsOrCb, cb) {
251
+ var command = new PutRecommendationPreferencesCommand(args);
252
+ if (typeof optionsOrCb === "function") {
253
+ this.send(command, optionsOrCb);
254
+ }
255
+ else if (typeof cb === "function") {
256
+ if (typeof optionsOrCb !== "object")
257
+ throw new Error("Expect http options but get " + typeof optionsOrCb);
258
+ this.send(command, optionsOrCb || {}, cb);
259
+ }
260
+ else {
261
+ return this.send(command, optionsOrCb);
262
+ }
263
+ };
204
264
  ComputeOptimizer.prototype.updateEnrollmentStatus = function (args, optionsOrCb, cb) {
205
265
  var command = new UpdateEnrollmentStatusCommand(args);
206
266
  if (typeof optionsOrCb === "function") {
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { DeleteRecommendationPreferencesRequest, DeleteRecommendationPreferencesResponse } from "../models/models_0";
5
+ import { deserializeAws_json1_0DeleteRecommendationPreferencesCommand, serializeAws_json1_0DeleteRecommendationPreferencesCommand, } from "../protocols/Aws_json1_0";
6
+ var DeleteRecommendationPreferencesCommand = (function (_super) {
7
+ __extends(DeleteRecommendationPreferencesCommand, _super);
8
+ function DeleteRecommendationPreferencesCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ DeleteRecommendationPreferencesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "ComputeOptimizerClient";
18
+ var commandName = "DeleteRecommendationPreferencesCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: DeleteRecommendationPreferencesRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: DeleteRecommendationPreferencesResponse.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ DeleteRecommendationPreferencesCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_0DeleteRecommendationPreferencesCommand(input, context);
33
+ };
34
+ DeleteRecommendationPreferencesCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_0DeleteRecommendationPreferencesCommand(output, context);
36
+ };
37
+ return DeleteRecommendationPreferencesCommand;
38
+ }($Command));
39
+ export { DeleteRecommendationPreferencesCommand };
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { GetEffectiveRecommendationPreferencesRequest, GetEffectiveRecommendationPreferencesResponse, } from "../models/models_0";
5
+ import { deserializeAws_json1_0GetEffectiveRecommendationPreferencesCommand, serializeAws_json1_0GetEffectiveRecommendationPreferencesCommand, } from "../protocols/Aws_json1_0";
6
+ var GetEffectiveRecommendationPreferencesCommand = (function (_super) {
7
+ __extends(GetEffectiveRecommendationPreferencesCommand, _super);
8
+ function GetEffectiveRecommendationPreferencesCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ GetEffectiveRecommendationPreferencesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "ComputeOptimizerClient";
18
+ var commandName = "GetEffectiveRecommendationPreferencesCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: GetEffectiveRecommendationPreferencesRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: GetEffectiveRecommendationPreferencesResponse.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ GetEffectiveRecommendationPreferencesCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_0GetEffectiveRecommendationPreferencesCommand(input, context);
33
+ };
34
+ GetEffectiveRecommendationPreferencesCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_0GetEffectiveRecommendationPreferencesCommand(output, context);
36
+ };
37
+ return GetEffectiveRecommendationPreferencesCommand;
38
+ }($Command));
39
+ export { GetEffectiveRecommendationPreferencesCommand };
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { GetRecommendationPreferencesRequest, GetRecommendationPreferencesResponse } from "../models/models_0";
5
+ import { deserializeAws_json1_0GetRecommendationPreferencesCommand, serializeAws_json1_0GetRecommendationPreferencesCommand, } from "../protocols/Aws_json1_0";
6
+ var GetRecommendationPreferencesCommand = (function (_super) {
7
+ __extends(GetRecommendationPreferencesCommand, _super);
8
+ function GetRecommendationPreferencesCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ GetRecommendationPreferencesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "ComputeOptimizerClient";
18
+ var commandName = "GetRecommendationPreferencesCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: GetRecommendationPreferencesRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: GetRecommendationPreferencesResponse.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ GetRecommendationPreferencesCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_0GetRecommendationPreferencesCommand(input, context);
33
+ };
34
+ GetRecommendationPreferencesCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_0GetRecommendationPreferencesCommand(output, context);
36
+ };
37
+ return GetRecommendationPreferencesCommand;
38
+ }($Command));
39
+ export { GetRecommendationPreferencesCommand };
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { PutRecommendationPreferencesRequest, PutRecommendationPreferencesResponse } from "../models/models_0";
5
+ import { deserializeAws_json1_0PutRecommendationPreferencesCommand, serializeAws_json1_0PutRecommendationPreferencesCommand, } from "../protocols/Aws_json1_0";
6
+ var PutRecommendationPreferencesCommand = (function (_super) {
7
+ __extends(PutRecommendationPreferencesCommand, _super);
8
+ function PutRecommendationPreferencesCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ PutRecommendationPreferencesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "ComputeOptimizerClient";
18
+ var commandName = "PutRecommendationPreferencesCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: PutRecommendationPreferencesRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: PutRecommendationPreferencesResponse.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ PutRecommendationPreferencesCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_0PutRecommendationPreferencesCommand(input, context);
33
+ };
34
+ PutRecommendationPreferencesCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_0PutRecommendationPreferencesCommand(output, context);
36
+ };
37
+ return PutRecommendationPreferencesCommand;
38
+ }($Command));
39
+ export { PutRecommendationPreferencesCommand };
@@ -1,3 +1,4 @@
1
+ export * from "./DeleteRecommendationPreferencesCommand";
1
2
  export * from "./DescribeRecommendationExportJobsCommand";
2
3
  export * from "./ExportAutoScalingGroupRecommendationsCommand";
3
4
  export * from "./ExportEBSVolumeRecommendationsCommand";
@@ -7,8 +8,11 @@ export * from "./GetAutoScalingGroupRecommendationsCommand";
7
8
  export * from "./GetEBSVolumeRecommendationsCommand";
8
9
  export * from "./GetEC2InstanceRecommendationsCommand";
9
10
  export * from "./GetEC2RecommendationProjectedMetricsCommand";
11
+ export * from "./GetEffectiveRecommendationPreferencesCommand";
10
12
  export * from "./GetEnrollmentStatusCommand";
11
13
  export * from "./GetEnrollmentStatusesForOrganizationCommand";
12
14
  export * from "./GetLambdaFunctionRecommendationsCommand";
15
+ export * from "./GetRecommendationPreferencesCommand";
13
16
  export * from "./GetRecommendationSummariesCommand";
17
+ export * from "./PutRecommendationPreferencesCommand";
14
18
  export * from "./UpdateEnrollmentStatusCommand";
@@ -175,6 +175,7 @@ var partitionHash = {
175
175
  "ap-south-1",
176
176
  "ap-southeast-1",
177
177
  "ap-southeast-2",
178
+ "ap-southeast-3",
178
179
  "ca-central-1",
179
180
  "eu-central-1",
180
181
  "eu-north-1",
@@ -18,6 +18,27 @@ export var AutoScalingGroupConfiguration;
18
18
  (function (AutoScalingGroupConfiguration) {
19
19
  AutoScalingGroupConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
20
20
  })(AutoScalingGroupConfiguration || (AutoScalingGroupConfiguration = {}));
21
+ export var CurrentPerformanceRisk;
22
+ (function (CurrentPerformanceRisk) {
23
+ CurrentPerformanceRisk["HIGH"] = "High";
24
+ CurrentPerformanceRisk["LOW"] = "Low";
25
+ CurrentPerformanceRisk["MEDIUM"] = "Medium";
26
+ CurrentPerformanceRisk["VERY_LOW"] = "VeryLow";
27
+ })(CurrentPerformanceRisk || (CurrentPerformanceRisk = {}));
28
+ export var CpuVendorArchitecture;
29
+ (function (CpuVendorArchitecture) {
30
+ CpuVendorArchitecture["AWS_ARM64"] = "AWS_ARM64";
31
+ CpuVendorArchitecture["CURRENT"] = "CURRENT";
32
+ })(CpuVendorArchitecture || (CpuVendorArchitecture = {}));
33
+ export var EnhancedInfrastructureMetrics;
34
+ (function (EnhancedInfrastructureMetrics) {
35
+ EnhancedInfrastructureMetrics["ACTIVE"] = "Active";
36
+ EnhancedInfrastructureMetrics["INACTIVE"] = "Inactive";
37
+ })(EnhancedInfrastructureMetrics || (EnhancedInfrastructureMetrics = {}));
38
+ export var EffectiveRecommendationPreferences;
39
+ (function (EffectiveRecommendationPreferences) {
40
+ EffectiveRecommendationPreferences.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
41
+ })(EffectiveRecommendationPreferences || (EffectiveRecommendationPreferences = {}));
21
42
  export var Finding;
22
43
  (function (Finding) {
23
44
  Finding["NOT_OPTIMIZED"] = "NotOptimized";
@@ -51,6 +72,19 @@ export var UtilizationMetric;
51
72
  (function (UtilizationMetric) {
52
73
  UtilizationMetric.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
53
74
  })(UtilizationMetric || (UtilizationMetric = {}));
75
+ export var Currency;
76
+ (function (Currency) {
77
+ Currency["CNY"] = "CNY";
78
+ Currency["USD"] = "USD";
79
+ })(Currency || (Currency = {}));
80
+ export var EstimatedMonthlySavings;
81
+ (function (EstimatedMonthlySavings) {
82
+ EstimatedMonthlySavings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
83
+ })(EstimatedMonthlySavings || (EstimatedMonthlySavings = {}));
84
+ export var SavingsOpportunity;
85
+ (function (SavingsOpportunity) {
86
+ SavingsOpportunity.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
87
+ })(SavingsOpportunity || (SavingsOpportunity = {}));
54
88
  export var AutoScalingGroupRecommendationOption;
55
89
  (function (AutoScalingGroupRecommendationOption) {
56
90
  AutoScalingGroupRecommendationOption.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -59,6 +93,63 @@ export var AutoScalingGroupRecommendation;
59
93
  (function (AutoScalingGroupRecommendation) {
60
94
  AutoScalingGroupRecommendation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
61
95
  })(AutoScalingGroupRecommendation || (AutoScalingGroupRecommendation = {}));
96
+ export var RecommendationPreferenceName;
97
+ (function (RecommendationPreferenceName) {
98
+ RecommendationPreferenceName["ENHANCED_INFRASTRUCTURE_METRICS"] = "EnhancedInfrastructureMetrics";
99
+ })(RecommendationPreferenceName || (RecommendationPreferenceName = {}));
100
+ export var ResourceType;
101
+ (function (ResourceType) {
102
+ ResourceType["AUTO_SCALING_GROUP"] = "AutoScalingGroup";
103
+ ResourceType["EBS_VOLUME"] = "EbsVolume";
104
+ ResourceType["EC2_INSTANCE"] = "Ec2Instance";
105
+ ResourceType["LAMBDA_FUNCTION"] = "LambdaFunction";
106
+ })(ResourceType || (ResourceType = {}));
107
+ export var ScopeName;
108
+ (function (ScopeName) {
109
+ ScopeName["ACCOUNT_ID"] = "AccountId";
110
+ ScopeName["ORGANIZATION"] = "Organization";
111
+ ScopeName["RESOURCE_ARN"] = "ResourceArn";
112
+ })(ScopeName || (ScopeName = {}));
113
+ export var Scope;
114
+ (function (Scope) {
115
+ Scope.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
116
+ })(Scope || (Scope = {}));
117
+ export var DeleteRecommendationPreferencesRequest;
118
+ (function (DeleteRecommendationPreferencesRequest) {
119
+ DeleteRecommendationPreferencesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
120
+ })(DeleteRecommendationPreferencesRequest || (DeleteRecommendationPreferencesRequest = {}));
121
+ export var DeleteRecommendationPreferencesResponse;
122
+ (function (DeleteRecommendationPreferencesResponse) {
123
+ DeleteRecommendationPreferencesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
124
+ })(DeleteRecommendationPreferencesResponse || (DeleteRecommendationPreferencesResponse = {}));
125
+ export var InternalServerException;
126
+ (function (InternalServerException) {
127
+ InternalServerException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
128
+ })(InternalServerException || (InternalServerException = {}));
129
+ export var InvalidParameterValueException;
130
+ (function (InvalidParameterValueException) {
131
+ InvalidParameterValueException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
132
+ })(InvalidParameterValueException || (InvalidParameterValueException = {}));
133
+ export var MissingAuthenticationToken;
134
+ (function (MissingAuthenticationToken) {
135
+ MissingAuthenticationToken.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
136
+ })(MissingAuthenticationToken || (MissingAuthenticationToken = {}));
137
+ export var OptInRequiredException;
138
+ (function (OptInRequiredException) {
139
+ OptInRequiredException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
140
+ })(OptInRequiredException || (OptInRequiredException = {}));
141
+ export var ResourceNotFoundException;
142
+ (function (ResourceNotFoundException) {
143
+ ResourceNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
144
+ })(ResourceNotFoundException || (ResourceNotFoundException = {}));
145
+ export var ServiceUnavailableException;
146
+ (function (ServiceUnavailableException) {
147
+ ServiceUnavailableException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
148
+ })(ServiceUnavailableException || (ServiceUnavailableException = {}));
149
+ export var ThrottlingException;
150
+ (function (ThrottlingException) {
151
+ ThrottlingException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
152
+ })(ThrottlingException || (ThrottlingException = {}));
62
153
  export var JobFilterName;
63
154
  (function (JobFilterName) {
64
155
  JobFilterName["JOB_STATUS"] = "JobStatus";
@@ -80,13 +171,6 @@ export var ExportDestination;
80
171
  (function (ExportDestination) {
81
172
  ExportDestination.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
82
173
  })(ExportDestination || (ExportDestination = {}));
83
- export var ResourceType;
84
- (function (ResourceType) {
85
- ResourceType["AUTO_SCALING_GROUP"] = "AutoScalingGroup";
86
- ResourceType["EBS_VOLUME"] = "EbsVolume";
87
- ResourceType["EC2_INSTANCE"] = "Ec2Instance";
88
- ResourceType["LAMBDA_FUNCTION"] = "LambdaFunction";
89
- })(ResourceType || (ResourceType = {}));
90
174
  export var JobStatus;
91
175
  (function (JobStatus) {
92
176
  JobStatus["COMPLETE"] = "Complete";
@@ -102,34 +186,6 @@ export var DescribeRecommendationExportJobsResponse;
102
186
  (function (DescribeRecommendationExportJobsResponse) {
103
187
  DescribeRecommendationExportJobsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
104
188
  })(DescribeRecommendationExportJobsResponse || (DescribeRecommendationExportJobsResponse = {}));
105
- export var InternalServerException;
106
- (function (InternalServerException) {
107
- InternalServerException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
108
- })(InternalServerException || (InternalServerException = {}));
109
- export var InvalidParameterValueException;
110
- (function (InvalidParameterValueException) {
111
- InvalidParameterValueException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
112
- })(InvalidParameterValueException || (InvalidParameterValueException = {}));
113
- export var MissingAuthenticationToken;
114
- (function (MissingAuthenticationToken) {
115
- MissingAuthenticationToken.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
116
- })(MissingAuthenticationToken || (MissingAuthenticationToken = {}));
117
- export var OptInRequiredException;
118
- (function (OptInRequiredException) {
119
- OptInRequiredException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
120
- })(OptInRequiredException || (OptInRequiredException = {}));
121
- export var ResourceNotFoundException;
122
- (function (ResourceNotFoundException) {
123
- ResourceNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
124
- })(ResourceNotFoundException || (ResourceNotFoundException = {}));
125
- export var ServiceUnavailableException;
126
- (function (ServiceUnavailableException) {
127
- ServiceUnavailableException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
128
- })(ServiceUnavailableException || (ServiceUnavailableException = {}));
129
- export var ThrottlingException;
130
- (function (ThrottlingException) {
131
- ThrottlingException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
132
- })(ThrottlingException || (ThrottlingException = {}));
133
189
  export var ExportableAutoScalingGroupField;
134
190
  (function (ExportableAutoScalingGroupField) {
135
191
  ExportableAutoScalingGroupField["ACCOUNT_ID"] = "AccountId";
@@ -142,10 +198,13 @@ export var ExportableAutoScalingGroupField;
142
198
  ExportableAutoScalingGroupField["CURRENT_MEMORY"] = "CurrentMemory";
143
199
  ExportableAutoScalingGroupField["CURRENT_NETWORK"] = "CurrentNetwork";
144
200
  ExportableAutoScalingGroupField["CURRENT_ON_DEMAND_PRICE"] = "CurrentOnDemandPrice";
201
+ ExportableAutoScalingGroupField["CURRENT_PERFORMANCE_RISK"] = "CurrentPerformanceRisk";
145
202
  ExportableAutoScalingGroupField["CURRENT_STANDARD_ONE_YEAR_NO_UPFRONT_RESERVED_PRICE"] = "CurrentStandardOneYearNoUpfrontReservedPrice";
146
203
  ExportableAutoScalingGroupField["CURRENT_STANDARD_THREE_YEAR_NO_UPFRONT_RESERVED_PRICE"] = "CurrentStandardThreeYearNoUpfrontReservedPrice";
147
204
  ExportableAutoScalingGroupField["CURRENT_STORAGE"] = "CurrentStorage";
148
205
  ExportableAutoScalingGroupField["CURRENT_VCPUS"] = "CurrentVCpus";
206
+ ExportableAutoScalingGroupField["EFFECTIVE_RECOMMENDATION_PREFERENCES_CPU_VENDOR_ARCHITECTURES"] = "EffectiveRecommendationPreferencesCpuVendorArchitectures";
207
+ ExportableAutoScalingGroupField["EFFECTIVE_RECOMMENDATION_PREFERENCES_ENHANCED_INFRASTRUCTURE_METRICS"] = "EffectiveRecommendationPreferencesEnhancedInfrastructureMetrics";
149
208
  ExportableAutoScalingGroupField["FINDING"] = "Finding";
150
209
  ExportableAutoScalingGroupField["LAST_REFRESH_TIMESTAMP"] = "LastRefreshTimestamp";
151
210
  ExportableAutoScalingGroupField["LOOKBACK_PERIOD_IN_DAYS"] = "LookbackPeriodInDays";
@@ -153,12 +212,15 @@ export var ExportableAutoScalingGroupField;
153
212
  ExportableAutoScalingGroupField["RECOMMENDATION_OPTIONS_CONFIGURATION_INSTANCE_TYPE"] = "RecommendationOptionsConfigurationInstanceType";
154
213
  ExportableAutoScalingGroupField["RECOMMENDATION_OPTIONS_CONFIGURATION_MAX_SIZE"] = "RecommendationOptionsConfigurationMaxSize";
155
214
  ExportableAutoScalingGroupField["RECOMMENDATION_OPTIONS_CONFIGURATION_MIN_SIZE"] = "RecommendationOptionsConfigurationMinSize";
215
+ ExportableAutoScalingGroupField["RECOMMENDATION_OPTIONS_ESTIMATED_MONTHLY_SAVINGS_CURRENCY"] = "RecommendationOptionsEstimatedMonthlySavingsCurrency";
216
+ ExportableAutoScalingGroupField["RECOMMENDATION_OPTIONS_ESTIMATED_MONTHLY_SAVINGS_VALUE"] = "RecommendationOptionsEstimatedMonthlySavingsValue";
156
217
  ExportableAutoScalingGroupField["RECOMMENDATION_OPTIONS_MEMORY"] = "RecommendationOptionsMemory";
157
218
  ExportableAutoScalingGroupField["RECOMMENDATION_OPTIONS_NETWORK"] = "RecommendationOptionsNetwork";
158
219
  ExportableAutoScalingGroupField["RECOMMENDATION_OPTIONS_ON_DEMAND_PRICE"] = "RecommendationOptionsOnDemandPrice";
159
220
  ExportableAutoScalingGroupField["RECOMMENDATION_OPTIONS_PERFORMANCE_RISK"] = "RecommendationOptionsPerformanceRisk";
160
221
  ExportableAutoScalingGroupField["RECOMMENDATION_OPTIONS_PROJECTED_UTILIZATION_METRICS_CPU_MAXIMUM"] = "RecommendationOptionsProjectedUtilizationMetricsCpuMaximum";
161
222
  ExportableAutoScalingGroupField["RECOMMENDATION_OPTIONS_PROJECTED_UTILIZATION_METRICS_MEMORY_MAXIMUM"] = "RecommendationOptionsProjectedUtilizationMetricsMemoryMaximum";
223
+ ExportableAutoScalingGroupField["RECOMMENDATION_OPTIONS_SAVINGS_OPPORTUNITY_PERCENTAGE"] = "RecommendationOptionsSavingsOpportunityPercentage";
162
224
  ExportableAutoScalingGroupField["RECOMMENDATION_OPTIONS_STANDARD_ONE_YEAR_NO_UPFRONT_RESERVED_PRICE"] = "RecommendationOptionsStandardOneYearNoUpfrontReservedPrice";
163
225
  ExportableAutoScalingGroupField["RECOMMENDATION_OPTIONS_STANDARD_THREE_YEAR_NO_UPFRONT_RESERVED_PRICE"] = "RecommendationOptionsStandardThreeYearNoUpfrontReservedPrice";
164
226
  ExportableAutoScalingGroupField["RECOMMENDATION_OPTIONS_STORAGE"] = "RecommendationOptionsStorage";
@@ -192,11 +254,6 @@ export var Filter;
192
254
  (function (Filter) {
193
255
  Filter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
194
256
  })(Filter || (Filter = {}));
195
- export var CpuVendorArchitecture;
196
- (function (CpuVendorArchitecture) {
197
- CpuVendorArchitecture["AWS_ARM64"] = "AWS_ARM64";
198
- CpuVendorArchitecture["CURRENT"] = "CURRENT";
199
- })(CpuVendorArchitecture || (CpuVendorArchitecture = {}));
200
257
  export var RecommendationPreferences;
201
258
  (function (RecommendationPreferences) {
202
259
  RecommendationPreferences.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -227,6 +284,7 @@ export var ExportableVolumeField;
227
284
  ExportableVolumeField["CURRENT_CONFIGURATION_VOLUME_SIZE"] = "CurrentConfigurationVolumeSize";
228
285
  ExportableVolumeField["CURRENT_CONFIGURATION_VOLUME_TYPE"] = "CurrentConfigurationVolumeType";
229
286
  ExportableVolumeField["CURRENT_MONTHLY_PRICE"] = "CurrentMonthlyPrice";
287
+ ExportableVolumeField["CURRENT_PERFORMANCE_RISK"] = "CurrentPerformanceRisk";
230
288
  ExportableVolumeField["FINDING"] = "Finding";
231
289
  ExportableVolumeField["LAST_REFRESH_TIMESTAMP"] = "LastRefreshTimestamp";
232
290
  ExportableVolumeField["LOOKBACK_PERIOD_IN_DAYS"] = "LookbackPeriodInDays";
@@ -236,8 +294,11 @@ export var ExportableVolumeField;
236
294
  ExportableVolumeField["RECOMMENDATION_OPTIONS_CONFIGURATION_VOLUME_BURST_THROUGHPUT"] = "RecommendationOptionsConfigurationVolumeBurstThroughput";
237
295
  ExportableVolumeField["RECOMMENDATION_OPTIONS_CONFIGURATION_VOLUME_SIZE"] = "RecommendationOptionsConfigurationVolumeSize";
238
296
  ExportableVolumeField["RECOMMENDATION_OPTIONS_CONFIGURATION_VOLUME_TYPE"] = "RecommendationOptionsConfigurationVolumeType";
297
+ ExportableVolumeField["RECOMMENDATION_OPTIONS_ESTIMATED_MONTHLY_SAVINGS_CURRENCY"] = "RecommendationOptionsEstimatedMonthlySavingsCurrency";
298
+ ExportableVolumeField["RECOMMENDATION_OPTIONS_ESTIMATED_MONTHLY_SAVINGS_VALUE"] = "RecommendationOptionsEstimatedMonthlySavingsValue";
239
299
  ExportableVolumeField["RECOMMENDATION_OPTIONS_MONTHLY_PRICE"] = "RecommendationOptionsMonthlyPrice";
240
300
  ExportableVolumeField["RECOMMENDATION_OPTIONS_PERFORMANCE_RISK"] = "RecommendationOptionsPerformanceRisk";
301
+ ExportableVolumeField["RECOMMENDATION_OPTIONS_SAVINGS_OPPORTUNITY_PERCENTAGE"] = "RecommendationOptionsSavingsOpportunityPercentage";
241
302
  ExportableVolumeField["UTILIZATION_METRICS_VOLUME_READ_BYTES_PER_SECOND_MAXIMUM"] = "UtilizationMetricsVolumeReadBytesPerSecondMaximum";
242
303
  ExportableVolumeField["UTILIZATION_METRICS_VOLUME_READ_OPS_PER_SECOND_MAXIMUM"] = "UtilizationMetricsVolumeReadOpsPerSecondMaximum";
243
304
  ExportableVolumeField["UTILIZATION_METRICS_VOLUME_WRITE_BYTES_PER_SECOND_MAXIMUM"] = "UtilizationMetricsVolumeWriteBytesPerSecondMaximum";
@@ -267,10 +328,13 @@ export var ExportableInstanceField;
267
328
  ExportableInstanceField["CURRENT_MEMORY"] = "CurrentMemory";
268
329
  ExportableInstanceField["CURRENT_NETWORK"] = "CurrentNetwork";
269
330
  ExportableInstanceField["CURRENT_ON_DEMAND_PRICE"] = "CurrentOnDemandPrice";
331
+ ExportableInstanceField["CURRENT_PERFORMANCE_RISK"] = "CurrentPerformanceRisk";
270
332
  ExportableInstanceField["CURRENT_STANDARD_ONE_YEAR_NO_UPFRONT_RESERVED_PRICE"] = "CurrentStandardOneYearNoUpfrontReservedPrice";
271
333
  ExportableInstanceField["CURRENT_STANDARD_THREE_YEAR_NO_UPFRONT_RESERVED_PRICE"] = "CurrentStandardThreeYearNoUpfrontReservedPrice";
272
334
  ExportableInstanceField["CURRENT_STORAGE"] = "CurrentStorage";
273
335
  ExportableInstanceField["CURRENT_VCPUS"] = "CurrentVCpus";
336
+ ExportableInstanceField["EFFECTIVE_RECOMMENDATION_PREFERENCES_CPU_VENDOR_ARCHITECTURES"] = "EffectiveRecommendationPreferencesCpuVendorArchitectures";
337
+ ExportableInstanceField["EFFECTIVE_RECOMMENDATION_PREFERENCES_ENHANCED_INFRASTRUCTURE_METRICS"] = "EffectiveRecommendationPreferencesEnhancedInfrastructureMetrics";
274
338
  ExportableInstanceField["FINDING"] = "Finding";
275
339
  ExportableInstanceField["Finding_Reason_Codes"] = "FindingReasonCodes";
276
340
  ExportableInstanceField["INSTANCE_ARN"] = "InstanceArn";
@@ -279,6 +343,8 @@ export var ExportableInstanceField;
279
343
  ExportableInstanceField["LOOKBACK_PERIOD_IN_DAYS"] = "LookbackPeriodInDays";
280
344
  ExportableInstanceField["RECOMMENDATIONS_SOURCES_RECOMMENDATION_SOURCE_ARN"] = "RecommendationsSourcesRecommendationSourceArn";
281
345
  ExportableInstanceField["RECOMMENDATIONS_SOURCES_RECOMMENDATION_SOURCE_TYPE"] = "RecommendationsSourcesRecommendationSourceType";
346
+ ExportableInstanceField["RECOMMENDATION_OPTIONS_ESTIMATED_MONTHLY_SAVINGS_CURRENCY"] = "RecommendationOptionsEstimatedMonthlySavingsCurrency";
347
+ ExportableInstanceField["RECOMMENDATION_OPTIONS_ESTIMATED_MONTHLY_SAVINGS_VALUE"] = "RecommendationOptionsEstimatedMonthlySavingsValue";
282
348
  ExportableInstanceField["RECOMMENDATION_OPTIONS_INSTANCE_TYPE"] = "RecommendationOptionsInstanceType";
283
349
  ExportableInstanceField["RECOMMENDATION_OPTIONS_MEMORY"] = "RecommendationOptionsMemory";
284
350
  ExportableInstanceField["RECOMMENDATION_OPTIONS_NETWORK"] = "RecommendationOptionsNetwork";
@@ -287,6 +353,7 @@ export var ExportableInstanceField;
287
353
  ExportableInstanceField["RECOMMENDATION_OPTIONS_PLATFORM_DIFFERENCES"] = "RecommendationOptionsPlatformDifferences";
288
354
  ExportableInstanceField["RECOMMENDATION_OPTIONS_PROJECTED_UTILIZATION_METRICS_CPU_MAXIMUM"] = "RecommendationOptionsProjectedUtilizationMetricsCpuMaximum";
289
355
  ExportableInstanceField["RECOMMENDATION_OPTIONS_PROJECTED_UTILIZATION_METRICS_MEMORY_MAXIMUM"] = "RecommendationOptionsProjectedUtilizationMetricsMemoryMaximum";
356
+ ExportableInstanceField["RECOMMENDATION_OPTIONS_SAVINGS_OPPORTUNITY_PERCENTAGE"] = "RecommendationOptionsSavingsOpportunityPercentage";
290
357
  ExportableInstanceField["RECOMMENDATION_OPTIONS_STANDARD_ONE_YEAR_NO_UPFRONT_RESERVED_PRICE"] = "RecommendationOptionsStandardOneYearNoUpfrontReservedPrice";
291
358
  ExportableInstanceField["RECOMMENDATION_OPTIONS_STANDARD_THREE_YEAR_NO_UPFRONT_RESERVED_PRICE"] = "RecommendationOptionsStandardThreeYearNoUpfrontReservedPrice";
292
359
  ExportableInstanceField["RECOMMENDATION_OPTIONS_STORAGE"] = "RecommendationOptionsStorage";
@@ -321,6 +388,7 @@ export var ExportableLambdaFunctionField;
321
388
  ExportableLambdaFunctionField["CURRENT_CONFIGURATION_TIMEOUT"] = "CurrentConfigurationTimeout";
322
389
  ExportableLambdaFunctionField["CURRENT_COST_AVERAGE"] = "CurrentCostAverage";
323
390
  ExportableLambdaFunctionField["CURRENT_COST_TOTAL"] = "CurrentCostTotal";
391
+ ExportableLambdaFunctionField["CURRENT_PERFORMANCE_RISK"] = "CurrentPerformanceRisk";
324
392
  ExportableLambdaFunctionField["FINDING"] = "Finding";
325
393
  ExportableLambdaFunctionField["FINDING_REASON_CODES"] = "FindingReasonCodes";
326
394
  ExportableLambdaFunctionField["FUNCTION_ARN"] = "FunctionArn";
@@ -331,9 +399,12 @@ export var ExportableLambdaFunctionField;
331
399
  ExportableLambdaFunctionField["RECOMMENDATION_OPTIONS_CONFIGURATION_MEMORY_SIZE"] = "RecommendationOptionsConfigurationMemorySize";
332
400
  ExportableLambdaFunctionField["RECOMMENDATION_OPTIONS_COST_HIGH"] = "RecommendationOptionsCostHigh";
333
401
  ExportableLambdaFunctionField["RECOMMENDATION_OPTIONS_COST_LOW"] = "RecommendationOptionsCostLow";
402
+ ExportableLambdaFunctionField["RECOMMENDATION_OPTIONS_ESTIMATED_MONTHLY_SAVINGS_CURRENCY"] = "RecommendationOptionsEstimatedMonthlySavingsCurrency";
403
+ ExportableLambdaFunctionField["RECOMMENDATION_OPTIONS_ESTIMATED_MONTHLY_SAVINGS_VALUE"] = "RecommendationOptionsEstimatedMonthlySavingsValue";
334
404
  ExportableLambdaFunctionField["RECOMMENDATION_OPTIONS_PROJECTED_UTILIZATION_METRICS_DURATION_EXPECTED"] = "RecommendationOptionsProjectedUtilizationMetricsDurationExpected";
335
405
  ExportableLambdaFunctionField["RECOMMENDATION_OPTIONS_PROJECTED_UTILIZATION_METRICS_DURATION_LOWER_BOUND"] = "RecommendationOptionsProjectedUtilizationMetricsDurationLowerBound";
336
406
  ExportableLambdaFunctionField["RECOMMENDATION_OPTIONS_PROJECTED_UTILIZATION_METRICS_DURATION_UPPER_BOUND"] = "RecommendationOptionsProjectedUtilizationMetricsDurationUpperBound";
407
+ ExportableLambdaFunctionField["RECOMMENDATION_OPTIONS_SAVINGS_OPPORTUNITY_PERCENTAGE"] = "RecommendationOptionsSavingsOpportunityPercentage";
337
408
  ExportableLambdaFunctionField["UTILIZATION_METRICS_DURATION_AVERAGE"] = "UtilizationMetricsDurationAverage";
338
409
  ExportableLambdaFunctionField["UTILIZATION_METRICS_DURATION_MAXIMUM"] = "UtilizationMetricsDurationMaximum";
339
410
  ExportableLambdaFunctionField["UTILIZATION_METRICS_MEMORY_AVERAGE"] = "UtilizationMetricsMemoryAverage";
@@ -475,6 +546,14 @@ export var GetEC2RecommendationProjectedMetricsResponse;
475
546
  (function (GetEC2RecommendationProjectedMetricsResponse) {
476
547
  GetEC2RecommendationProjectedMetricsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
477
548
  })(GetEC2RecommendationProjectedMetricsResponse || (GetEC2RecommendationProjectedMetricsResponse = {}));
549
+ export var GetEffectiveRecommendationPreferencesRequest;
550
+ (function (GetEffectiveRecommendationPreferencesRequest) {
551
+ GetEffectiveRecommendationPreferencesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
552
+ })(GetEffectiveRecommendationPreferencesRequest || (GetEffectiveRecommendationPreferencesRequest = {}));
553
+ export var GetEffectiveRecommendationPreferencesResponse;
554
+ (function (GetEffectiveRecommendationPreferencesResponse) {
555
+ GetEffectiveRecommendationPreferencesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
556
+ })(GetEffectiveRecommendationPreferencesResponse || (GetEffectiveRecommendationPreferencesResponse = {}));
478
557
  export var GetEnrollmentStatusRequest;
479
558
  (function (GetEnrollmentStatusRequest) {
480
559
  GetEnrollmentStatusRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -556,10 +635,26 @@ export var GetLambdaFunctionRecommendationsResponse;
556
635
  (function (GetLambdaFunctionRecommendationsResponse) {
557
636
  GetLambdaFunctionRecommendationsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
558
637
  })(GetLambdaFunctionRecommendationsResponse || (GetLambdaFunctionRecommendationsResponse = {}));
638
+ export var GetRecommendationPreferencesRequest;
639
+ (function (GetRecommendationPreferencesRequest) {
640
+ GetRecommendationPreferencesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
641
+ })(GetRecommendationPreferencesRequest || (GetRecommendationPreferencesRequest = {}));
642
+ export var RecommendationPreferencesDetail;
643
+ (function (RecommendationPreferencesDetail) {
644
+ RecommendationPreferencesDetail.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
645
+ })(RecommendationPreferencesDetail || (RecommendationPreferencesDetail = {}));
646
+ export var GetRecommendationPreferencesResponse;
647
+ (function (GetRecommendationPreferencesResponse) {
648
+ GetRecommendationPreferencesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
649
+ })(GetRecommendationPreferencesResponse || (GetRecommendationPreferencesResponse = {}));
559
650
  export var GetRecommendationSummariesRequest;
560
651
  (function (GetRecommendationSummariesRequest) {
561
652
  GetRecommendationSummariesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
562
653
  })(GetRecommendationSummariesRequest || (GetRecommendationSummariesRequest = {}));
654
+ export var CurrentPerformanceRiskRatings;
655
+ (function (CurrentPerformanceRiskRatings) {
656
+ CurrentPerformanceRiskRatings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
657
+ })(CurrentPerformanceRiskRatings || (CurrentPerformanceRiskRatings = {}));
563
658
  export var FindingReasonCode;
564
659
  (function (FindingReasonCode) {
565
660
  FindingReasonCode["MEMORY_OVER_PROVISIONED"] = "MemoryOverprovisioned";
@@ -581,6 +676,14 @@ export var GetRecommendationSummariesResponse;
581
676
  (function (GetRecommendationSummariesResponse) {
582
677
  GetRecommendationSummariesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
583
678
  })(GetRecommendationSummariesResponse || (GetRecommendationSummariesResponse = {}));
679
+ export var PutRecommendationPreferencesRequest;
680
+ (function (PutRecommendationPreferencesRequest) {
681
+ PutRecommendationPreferencesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
682
+ })(PutRecommendationPreferencesRequest || (PutRecommendationPreferencesRequest = {}));
683
+ export var PutRecommendationPreferencesResponse;
684
+ (function (PutRecommendationPreferencesResponse) {
685
+ PutRecommendationPreferencesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
686
+ })(PutRecommendationPreferencesResponse || (PutRecommendationPreferencesResponse = {}));
584
687
  export var UpdateEnrollmentStatusRequest;
585
688
  (function (UpdateEnrollmentStatusRequest) {
586
689
  UpdateEnrollmentStatusRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };