@aws-sdk/client-compute-optimizer 3.296.0 → 3.298.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-cjs/commands/DeleteRecommendationPreferencesCommand.js +2 -3
- package/dist-cjs/commands/DescribeRecommendationExportJobsCommand.js +2 -3
- package/dist-cjs/commands/ExportAutoScalingGroupRecommendationsCommand.js +2 -3
- package/dist-cjs/commands/ExportEBSVolumeRecommendationsCommand.js +2 -3
- package/dist-cjs/commands/ExportEC2InstanceRecommendationsCommand.js +2 -3
- package/dist-cjs/commands/ExportECSServiceRecommendationsCommand.js +2 -3
- package/dist-cjs/commands/ExportLambdaFunctionRecommendationsCommand.js +2 -3
- package/dist-cjs/commands/GetAutoScalingGroupRecommendationsCommand.js +2 -3
- package/dist-cjs/commands/GetEBSVolumeRecommendationsCommand.js +2 -3
- package/dist-cjs/commands/GetEC2InstanceRecommendationsCommand.js +2 -3
- package/dist-cjs/commands/GetEC2RecommendationProjectedMetricsCommand.js +2 -3
- package/dist-cjs/commands/GetECSServiceRecommendationProjectedMetricsCommand.js +2 -3
- package/dist-cjs/commands/GetECSServiceRecommendationsCommand.js +2 -3
- package/dist-cjs/commands/GetEffectiveRecommendationPreferencesCommand.js +2 -3
- package/dist-cjs/commands/GetEnrollmentStatusCommand.js +2 -3
- package/dist-cjs/commands/GetEnrollmentStatusesForOrganizationCommand.js +2 -3
- package/dist-cjs/commands/GetLambdaFunctionRecommendationsCommand.js +2 -3
- package/dist-cjs/commands/GetRecommendationPreferencesCommand.js +2 -3
- package/dist-cjs/commands/GetRecommendationSummariesCommand.js +2 -3
- package/dist-cjs/commands/PutRecommendationPreferencesCommand.js +2 -3
- package/dist-cjs/commands/UpdateEnrollmentStatusCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -370
- package/dist-es/commands/DeleteRecommendationPreferencesCommand.js +2 -3
- package/dist-es/commands/DescribeRecommendationExportJobsCommand.js +2 -3
- package/dist-es/commands/ExportAutoScalingGroupRecommendationsCommand.js +2 -3
- package/dist-es/commands/ExportEBSVolumeRecommendationsCommand.js +2 -3
- package/dist-es/commands/ExportEC2InstanceRecommendationsCommand.js +2 -3
- package/dist-es/commands/ExportECSServiceRecommendationsCommand.js +2 -3
- package/dist-es/commands/ExportLambdaFunctionRecommendationsCommand.js +2 -3
- package/dist-es/commands/GetAutoScalingGroupRecommendationsCommand.js +2 -3
- package/dist-es/commands/GetEBSVolumeRecommendationsCommand.js +2 -3
- package/dist-es/commands/GetEC2InstanceRecommendationsCommand.js +2 -3
- package/dist-es/commands/GetEC2RecommendationProjectedMetricsCommand.js +2 -3
- package/dist-es/commands/GetECSServiceRecommendationProjectedMetricsCommand.js +2 -3
- package/dist-es/commands/GetECSServiceRecommendationsCommand.js +2 -3
- package/dist-es/commands/GetEffectiveRecommendationPreferencesCommand.js +2 -3
- package/dist-es/commands/GetEnrollmentStatusCommand.js +2 -3
- package/dist-es/commands/GetEnrollmentStatusesForOrganizationCommand.js +2 -3
- package/dist-es/commands/GetLambdaFunctionRecommendationsCommand.js +2 -3
- package/dist-es/commands/GetRecommendationPreferencesCommand.js +2 -3
- package/dist-es/commands/GetRecommendationSummariesCommand.js +2 -3
- package/dist-es/commands/PutRecommendationPreferencesCommand.js +2 -3
- package/dist-es/commands/UpdateEnrollmentStatusCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -276
- package/dist-types/ComputeOptimizer.d.ts +22 -0
- package/dist-types/ComputeOptimizerClient.d.ts +24 -4
- package/dist-types/commands/DeleteRecommendationPreferencesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeRecommendationExportJobsCommand.d.ts +16 -0
- package/dist-types/commands/ExportAutoScalingGroupRecommendationsCommand.d.ts +16 -0
- package/dist-types/commands/ExportEBSVolumeRecommendationsCommand.d.ts +16 -0
- package/dist-types/commands/ExportEC2InstanceRecommendationsCommand.d.ts +16 -0
- package/dist-types/commands/ExportECSServiceRecommendationsCommand.d.ts +16 -0
- package/dist-types/commands/ExportLambdaFunctionRecommendationsCommand.d.ts +16 -0
- package/dist-types/commands/GetAutoScalingGroupRecommendationsCommand.d.ts +16 -0
- package/dist-types/commands/GetEBSVolumeRecommendationsCommand.d.ts +16 -0
- package/dist-types/commands/GetEC2InstanceRecommendationsCommand.d.ts +16 -0
- package/dist-types/commands/GetEC2RecommendationProjectedMetricsCommand.d.ts +16 -0
- package/dist-types/commands/GetECSServiceRecommendationProjectedMetricsCommand.d.ts +16 -0
- package/dist-types/commands/GetECSServiceRecommendationsCommand.d.ts +16 -0
- package/dist-types/commands/GetEffectiveRecommendationPreferencesCommand.d.ts +16 -0
- package/dist-types/commands/GetEnrollmentStatusCommand.d.ts +16 -0
- package/dist-types/commands/GetEnrollmentStatusesForOrganizationCommand.d.ts +16 -0
- package/dist-types/commands/GetLambdaFunctionRecommendationsCommand.d.ts +16 -0
- package/dist-types/commands/GetRecommendationPreferencesCommand.d.ts +16 -0
- package/dist-types/commands/GetRecommendationSummariesCommand.d.ts +16 -0
- package/dist-types/commands/PutRecommendationPreferencesCommand.d.ts +16 -0
- package/dist-types/commands/UpdateEnrollmentStatusCommand.d.ts +16 -0
- package/dist-types/models/ComputeOptimizerServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +323 -368
- package/dist-types/pagination/DescribeRecommendationExportJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetEnrollmentStatusesForOrganizationPaginator.d.ts +3 -0
- package/dist-types/pagination/GetLambdaFunctionRecommendationsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetRecommendationPreferencesPaginator.d.ts +3 -0
- package/dist-types/pagination/GetRecommendationSummariesPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -266
- package/package.json +4 -3
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { GetEffectiveRecommendationPreferencesRequestFilterSensitiveLog, GetEffectiveRecommendationPreferencesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_0GetEffectiveRecommendationPreferencesCommand, serializeAws_json1_0GetEffectiveRecommendationPreferencesCommand, } from "../protocols/Aws_json1_0";
|
|
6
5
|
export class GetEffectiveRecommendationPreferencesCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class GetEffectiveRecommendationPreferencesCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { GetEnrollmentStatusRequestFilterSensitiveLog, GetEnrollmentStatusResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_0GetEnrollmentStatusCommand, serializeAws_json1_0GetEnrollmentStatusCommand, } from "../protocols/Aws_json1_0";
|
|
6
5
|
export class GetEnrollmentStatusCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class GetEnrollmentStatusCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { GetEnrollmentStatusesForOrganizationRequestFilterSensitiveLog, GetEnrollmentStatusesForOrganizationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_0GetEnrollmentStatusesForOrganizationCommand, serializeAws_json1_0GetEnrollmentStatusesForOrganizationCommand, } from "../protocols/Aws_json1_0";
|
|
6
5
|
export class GetEnrollmentStatusesForOrganizationCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class GetEnrollmentStatusesForOrganizationCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { GetLambdaFunctionRecommendationsRequestFilterSensitiveLog, GetLambdaFunctionRecommendationsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_0GetLambdaFunctionRecommendationsCommand, serializeAws_json1_0GetLambdaFunctionRecommendationsCommand, } from "../protocols/Aws_json1_0";
|
|
6
5
|
export class GetLambdaFunctionRecommendationsCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class GetLambdaFunctionRecommendationsCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { GetRecommendationPreferencesRequestFilterSensitiveLog, GetRecommendationPreferencesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_0GetRecommendationPreferencesCommand, serializeAws_json1_0GetRecommendationPreferencesCommand, } from "../protocols/Aws_json1_0";
|
|
6
5
|
export class GetRecommendationPreferencesCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class GetRecommendationPreferencesCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { GetRecommendationSummariesRequestFilterSensitiveLog, GetRecommendationSummariesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_0GetRecommendationSummariesCommand, serializeAws_json1_0GetRecommendationSummariesCommand, } from "../protocols/Aws_json1_0";
|
|
6
5
|
export class GetRecommendationSummariesCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class GetRecommendationSummariesCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { PutRecommendationPreferencesRequestFilterSensitiveLog, PutRecommendationPreferencesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_0PutRecommendationPreferencesCommand, serializeAws_json1_0PutRecommendationPreferencesCommand, } from "../protocols/Aws_json1_0";
|
|
6
5
|
export class PutRecommendationPreferencesCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class PutRecommendationPreferencesCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { UpdateEnrollmentStatusRequestFilterSensitiveLog, UpdateEnrollmentStatusResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_0UpdateEnrollmentStatusCommand, serializeAws_json1_0UpdateEnrollmentStatusCommand, } from "../protocols/Aws_json1_0";
|
|
6
5
|
export class UpdateEnrollmentStatusCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class UpdateEnrollmentStatusCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -574,279 +574,3 @@ export var FindingReasonCode;
|
|
|
574
574
|
FindingReasonCode["MEMORY_OVER_PROVISIONED"] = "MemoryOverprovisioned";
|
|
575
575
|
FindingReasonCode["MEMORY_UNDER_PROVISIONED"] = "MemoryUnderprovisioned";
|
|
576
576
|
})(FindingReasonCode || (FindingReasonCode = {}));
|
|
577
|
-
export const AccountEnrollmentStatusFilterSensitiveLog = (obj) => ({
|
|
578
|
-
...obj,
|
|
579
|
-
});
|
|
580
|
-
export const AutoScalingGroupConfigurationFilterSensitiveLog = (obj) => ({
|
|
581
|
-
...obj,
|
|
582
|
-
});
|
|
583
|
-
export const ExternalMetricsPreferenceFilterSensitiveLog = (obj) => ({
|
|
584
|
-
...obj,
|
|
585
|
-
});
|
|
586
|
-
export const EffectiveRecommendationPreferencesFilterSensitiveLog = (obj) => ({
|
|
587
|
-
...obj,
|
|
588
|
-
});
|
|
589
|
-
export const UtilizationMetricFilterSensitiveLog = (obj) => ({
|
|
590
|
-
...obj,
|
|
591
|
-
});
|
|
592
|
-
export const EstimatedMonthlySavingsFilterSensitiveLog = (obj) => ({
|
|
593
|
-
...obj,
|
|
594
|
-
});
|
|
595
|
-
export const SavingsOpportunityFilterSensitiveLog = (obj) => ({
|
|
596
|
-
...obj,
|
|
597
|
-
});
|
|
598
|
-
export const AutoScalingGroupRecommendationOptionFilterSensitiveLog = (obj) => ({
|
|
599
|
-
...obj,
|
|
600
|
-
});
|
|
601
|
-
export const AutoScalingGroupRecommendationFilterSensitiveLog = (obj) => ({
|
|
602
|
-
...obj,
|
|
603
|
-
});
|
|
604
|
-
export const ScopeFilterSensitiveLog = (obj) => ({
|
|
605
|
-
...obj,
|
|
606
|
-
});
|
|
607
|
-
export const DeleteRecommendationPreferencesRequestFilterSensitiveLog = (obj) => ({
|
|
608
|
-
...obj,
|
|
609
|
-
});
|
|
610
|
-
export const DeleteRecommendationPreferencesResponseFilterSensitiveLog = (obj) => ({
|
|
611
|
-
...obj,
|
|
612
|
-
});
|
|
613
|
-
export const JobFilterFilterSensitiveLog = (obj) => ({
|
|
614
|
-
...obj,
|
|
615
|
-
});
|
|
616
|
-
export const DescribeRecommendationExportJobsRequestFilterSensitiveLog = (obj) => ({
|
|
617
|
-
...obj,
|
|
618
|
-
});
|
|
619
|
-
export const S3DestinationFilterSensitiveLog = (obj) => ({
|
|
620
|
-
...obj,
|
|
621
|
-
});
|
|
622
|
-
export const ExportDestinationFilterSensitiveLog = (obj) => ({
|
|
623
|
-
...obj,
|
|
624
|
-
});
|
|
625
|
-
export const RecommendationExportJobFilterSensitiveLog = (obj) => ({
|
|
626
|
-
...obj,
|
|
627
|
-
});
|
|
628
|
-
export const DescribeRecommendationExportJobsResponseFilterSensitiveLog = (obj) => ({
|
|
629
|
-
...obj,
|
|
630
|
-
});
|
|
631
|
-
export const FilterFilterSensitiveLog = (obj) => ({
|
|
632
|
-
...obj,
|
|
633
|
-
});
|
|
634
|
-
export const RecommendationPreferencesFilterSensitiveLog = (obj) => ({
|
|
635
|
-
...obj,
|
|
636
|
-
});
|
|
637
|
-
export const S3DestinationConfigFilterSensitiveLog = (obj) => ({
|
|
638
|
-
...obj,
|
|
639
|
-
});
|
|
640
|
-
export const ExportAutoScalingGroupRecommendationsRequestFilterSensitiveLog = (obj) => ({
|
|
641
|
-
...obj,
|
|
642
|
-
});
|
|
643
|
-
export const ExportAutoScalingGroupRecommendationsResponseFilterSensitiveLog = (obj) => ({
|
|
644
|
-
...obj,
|
|
645
|
-
});
|
|
646
|
-
export const EBSFilterFilterSensitiveLog = (obj) => ({
|
|
647
|
-
...obj,
|
|
648
|
-
});
|
|
649
|
-
export const ExportEBSVolumeRecommendationsRequestFilterSensitiveLog = (obj) => ({
|
|
650
|
-
...obj,
|
|
651
|
-
});
|
|
652
|
-
export const ExportEBSVolumeRecommendationsResponseFilterSensitiveLog = (obj) => ({
|
|
653
|
-
...obj,
|
|
654
|
-
});
|
|
655
|
-
export const ExportEC2InstanceRecommendationsRequestFilterSensitiveLog = (obj) => ({
|
|
656
|
-
...obj,
|
|
657
|
-
});
|
|
658
|
-
export const ExportEC2InstanceRecommendationsResponseFilterSensitiveLog = (obj) => ({
|
|
659
|
-
...obj,
|
|
660
|
-
});
|
|
661
|
-
export const ECSServiceRecommendationFilterFilterSensitiveLog = (obj) => ({
|
|
662
|
-
...obj,
|
|
663
|
-
});
|
|
664
|
-
export const ExportECSServiceRecommendationsRequestFilterSensitiveLog = (obj) => ({
|
|
665
|
-
...obj,
|
|
666
|
-
});
|
|
667
|
-
export const ExportECSServiceRecommendationsResponseFilterSensitiveLog = (obj) => ({
|
|
668
|
-
...obj,
|
|
669
|
-
});
|
|
670
|
-
export const LambdaFunctionRecommendationFilterFilterSensitiveLog = (obj) => ({
|
|
671
|
-
...obj,
|
|
672
|
-
});
|
|
673
|
-
export const ExportLambdaFunctionRecommendationsRequestFilterSensitiveLog = (obj) => ({
|
|
674
|
-
...obj,
|
|
675
|
-
});
|
|
676
|
-
export const ExportLambdaFunctionRecommendationsResponseFilterSensitiveLog = (obj) => ({
|
|
677
|
-
...obj,
|
|
678
|
-
});
|
|
679
|
-
export const GetAutoScalingGroupRecommendationsRequestFilterSensitiveLog = (obj) => ({
|
|
680
|
-
...obj,
|
|
681
|
-
});
|
|
682
|
-
export const GetRecommendationErrorFilterSensitiveLog = (obj) => ({
|
|
683
|
-
...obj,
|
|
684
|
-
});
|
|
685
|
-
export const GetAutoScalingGroupRecommendationsResponseFilterSensitiveLog = (obj) => ({
|
|
686
|
-
...obj,
|
|
687
|
-
});
|
|
688
|
-
export const GetEBSVolumeRecommendationsRequestFilterSensitiveLog = (obj) => ({
|
|
689
|
-
...obj,
|
|
690
|
-
});
|
|
691
|
-
export const VolumeConfigurationFilterSensitiveLog = (obj) => ({
|
|
692
|
-
...obj,
|
|
693
|
-
});
|
|
694
|
-
export const EBSUtilizationMetricFilterSensitiveLog = (obj) => ({
|
|
695
|
-
...obj,
|
|
696
|
-
});
|
|
697
|
-
export const VolumeRecommendationOptionFilterSensitiveLog = (obj) => ({
|
|
698
|
-
...obj,
|
|
699
|
-
});
|
|
700
|
-
export const VolumeRecommendationFilterSensitiveLog = (obj) => ({
|
|
701
|
-
...obj,
|
|
702
|
-
});
|
|
703
|
-
export const GetEBSVolumeRecommendationsResponseFilterSensitiveLog = (obj) => ({
|
|
704
|
-
...obj,
|
|
705
|
-
});
|
|
706
|
-
export const GetEC2InstanceRecommendationsRequestFilterSensitiveLog = (obj) => ({
|
|
707
|
-
...obj,
|
|
708
|
-
});
|
|
709
|
-
export const InstanceRecommendationOptionFilterSensitiveLog = (obj) => ({
|
|
710
|
-
...obj,
|
|
711
|
-
});
|
|
712
|
-
export const RecommendationSourceFilterSensitiveLog = (obj) => ({
|
|
713
|
-
...obj,
|
|
714
|
-
});
|
|
715
|
-
export const InstanceRecommendationFilterSensitiveLog = (obj) => ({
|
|
716
|
-
...obj,
|
|
717
|
-
});
|
|
718
|
-
export const GetEC2InstanceRecommendationsResponseFilterSensitiveLog = (obj) => ({
|
|
719
|
-
...obj,
|
|
720
|
-
});
|
|
721
|
-
export const GetEC2RecommendationProjectedMetricsRequestFilterSensitiveLog = (obj) => ({
|
|
722
|
-
...obj,
|
|
723
|
-
});
|
|
724
|
-
export const ProjectedMetricFilterSensitiveLog = (obj) => ({
|
|
725
|
-
...obj,
|
|
726
|
-
});
|
|
727
|
-
export const RecommendedOptionProjectedMetricFilterSensitiveLog = (obj) => ({
|
|
728
|
-
...obj,
|
|
729
|
-
});
|
|
730
|
-
export const GetEC2RecommendationProjectedMetricsResponseFilterSensitiveLog = (obj) => ({
|
|
731
|
-
...obj,
|
|
732
|
-
});
|
|
733
|
-
export const GetECSServiceRecommendationProjectedMetricsRequestFilterSensitiveLog = (obj) => ({
|
|
734
|
-
...obj,
|
|
735
|
-
});
|
|
736
|
-
export const ECSServiceProjectedMetricFilterSensitiveLog = (obj) => ({
|
|
737
|
-
...obj,
|
|
738
|
-
});
|
|
739
|
-
export const ECSServiceRecommendedOptionProjectedMetricFilterSensitiveLog = (obj) => ({
|
|
740
|
-
...obj,
|
|
741
|
-
});
|
|
742
|
-
export const GetECSServiceRecommendationProjectedMetricsResponseFilterSensitiveLog = (obj) => ({
|
|
743
|
-
...obj,
|
|
744
|
-
});
|
|
745
|
-
export const GetECSServiceRecommendationsRequestFilterSensitiveLog = (obj) => ({
|
|
746
|
-
...obj,
|
|
747
|
-
});
|
|
748
|
-
export const MemorySizeConfigurationFilterSensitiveLog = (obj) => ({
|
|
749
|
-
...obj,
|
|
750
|
-
});
|
|
751
|
-
export const ContainerConfigurationFilterSensitiveLog = (obj) => ({
|
|
752
|
-
...obj,
|
|
753
|
-
});
|
|
754
|
-
export const ServiceConfigurationFilterSensitiveLog = (obj) => ({
|
|
755
|
-
...obj,
|
|
756
|
-
});
|
|
757
|
-
export const ContainerRecommendationFilterSensitiveLog = (obj) => ({
|
|
758
|
-
...obj,
|
|
759
|
-
});
|
|
760
|
-
export const ECSServiceProjectedUtilizationMetricFilterSensitiveLog = (obj) => ({
|
|
761
|
-
...obj,
|
|
762
|
-
});
|
|
763
|
-
export const ECSServiceRecommendationOptionFilterSensitiveLog = (obj) => ({
|
|
764
|
-
...obj,
|
|
765
|
-
});
|
|
766
|
-
export const ECSServiceUtilizationMetricFilterSensitiveLog = (obj) => ({
|
|
767
|
-
...obj,
|
|
768
|
-
});
|
|
769
|
-
export const ECSServiceRecommendationFilterSensitiveLog = (obj) => ({
|
|
770
|
-
...obj,
|
|
771
|
-
});
|
|
772
|
-
export const GetECSServiceRecommendationsResponseFilterSensitiveLog = (obj) => ({
|
|
773
|
-
...obj,
|
|
774
|
-
});
|
|
775
|
-
export const GetEffectiveRecommendationPreferencesRequestFilterSensitiveLog = (obj) => ({
|
|
776
|
-
...obj,
|
|
777
|
-
});
|
|
778
|
-
export const GetEffectiveRecommendationPreferencesResponseFilterSensitiveLog = (obj) => ({
|
|
779
|
-
...obj,
|
|
780
|
-
});
|
|
781
|
-
export const GetEnrollmentStatusRequestFilterSensitiveLog = (obj) => ({
|
|
782
|
-
...obj,
|
|
783
|
-
});
|
|
784
|
-
export const GetEnrollmentStatusResponseFilterSensitiveLog = (obj) => ({
|
|
785
|
-
...obj,
|
|
786
|
-
});
|
|
787
|
-
export const EnrollmentFilterFilterSensitiveLog = (obj) => ({
|
|
788
|
-
...obj,
|
|
789
|
-
});
|
|
790
|
-
export const GetEnrollmentStatusesForOrganizationRequestFilterSensitiveLog = (obj) => ({
|
|
791
|
-
...obj,
|
|
792
|
-
});
|
|
793
|
-
export const GetEnrollmentStatusesForOrganizationResponseFilterSensitiveLog = (obj) => ({
|
|
794
|
-
...obj,
|
|
795
|
-
});
|
|
796
|
-
export const GetLambdaFunctionRecommendationsRequestFilterSensitiveLog = (obj) => ({
|
|
797
|
-
...obj,
|
|
798
|
-
});
|
|
799
|
-
export const LambdaFunctionMemoryProjectedMetricFilterSensitiveLog = (obj) => ({
|
|
800
|
-
...obj,
|
|
801
|
-
});
|
|
802
|
-
export const LambdaFunctionMemoryRecommendationOptionFilterSensitiveLog = (obj) => ({
|
|
803
|
-
...obj,
|
|
804
|
-
});
|
|
805
|
-
export const LambdaFunctionUtilizationMetricFilterSensitiveLog = (obj) => ({
|
|
806
|
-
...obj,
|
|
807
|
-
});
|
|
808
|
-
export const LambdaFunctionRecommendationFilterSensitiveLog = (obj) => ({
|
|
809
|
-
...obj,
|
|
810
|
-
});
|
|
811
|
-
export const GetLambdaFunctionRecommendationsResponseFilterSensitiveLog = (obj) => ({
|
|
812
|
-
...obj,
|
|
813
|
-
});
|
|
814
|
-
export const GetRecommendationPreferencesRequestFilterSensitiveLog = (obj) => ({
|
|
815
|
-
...obj,
|
|
816
|
-
});
|
|
817
|
-
export const RecommendationPreferencesDetailFilterSensitiveLog = (obj) => ({
|
|
818
|
-
...obj,
|
|
819
|
-
});
|
|
820
|
-
export const GetRecommendationPreferencesResponseFilterSensitiveLog = (obj) => ({
|
|
821
|
-
...obj,
|
|
822
|
-
});
|
|
823
|
-
export const GetRecommendationSummariesRequestFilterSensitiveLog = (obj) => ({
|
|
824
|
-
...obj,
|
|
825
|
-
});
|
|
826
|
-
export const CurrentPerformanceRiskRatingsFilterSensitiveLog = (obj) => ({
|
|
827
|
-
...obj,
|
|
828
|
-
});
|
|
829
|
-
export const ReasonCodeSummaryFilterSensitiveLog = (obj) => ({
|
|
830
|
-
...obj,
|
|
831
|
-
});
|
|
832
|
-
export const SummaryFilterSensitiveLog = (obj) => ({
|
|
833
|
-
...obj,
|
|
834
|
-
});
|
|
835
|
-
export const RecommendationSummaryFilterSensitiveLog = (obj) => ({
|
|
836
|
-
...obj,
|
|
837
|
-
});
|
|
838
|
-
export const GetRecommendationSummariesResponseFilterSensitiveLog = (obj) => ({
|
|
839
|
-
...obj,
|
|
840
|
-
});
|
|
841
|
-
export const PutRecommendationPreferencesRequestFilterSensitiveLog = (obj) => ({
|
|
842
|
-
...obj,
|
|
843
|
-
});
|
|
844
|
-
export const PutRecommendationPreferencesResponseFilterSensitiveLog = (obj) => ({
|
|
845
|
-
...obj,
|
|
846
|
-
});
|
|
847
|
-
export const UpdateEnrollmentStatusRequestFilterSensitiveLog = (obj) => ({
|
|
848
|
-
...obj,
|
|
849
|
-
});
|
|
850
|
-
export const UpdateEnrollmentStatusResponseFilterSensitiveLog = (obj) => ({
|
|
851
|
-
...obj,
|
|
852
|
-
});
|
|
@@ -22,6 +22,7 @@ import { PutRecommendationPreferencesCommandInput, PutRecommendationPreferencesC
|
|
|
22
22
|
import { UpdateEnrollmentStatusCommandInput, UpdateEnrollmentStatusCommandOutput } from "./commands/UpdateEnrollmentStatusCommand";
|
|
23
23
|
import { ComputeOptimizerClient } from "./ComputeOptimizerClient";
|
|
24
24
|
/**
|
|
25
|
+
* @public
|
|
25
26
|
* <p>Compute Optimizer is a service that analyzes the configuration and utilization
|
|
26
27
|
* metrics of your Amazon Web Services compute resources, such as Amazon EC2
|
|
27
28
|
* instances, Amazon EC2 Auto Scaling groups, Lambda functions, Amazon EBS volumes, and Amazon ECS services on Fargate.
|
|
@@ -37,6 +38,7 @@ import { ComputeOptimizerClient } from "./ComputeOptimizerClient";
|
|
|
37
38
|
*/
|
|
38
39
|
export declare class ComputeOptimizer extends ComputeOptimizerClient {
|
|
39
40
|
/**
|
|
41
|
+
* @public
|
|
40
42
|
* <p>Deletes a recommendation preference, such as enhanced infrastructure metrics.</p>
|
|
41
43
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/compute-optimizer/latest/ug/enhanced-infrastructure-metrics.html">Activating
|
|
42
44
|
* enhanced infrastructure metrics</a> in the <i>Compute Optimizer User
|
|
@@ -46,6 +48,7 @@ export declare class ComputeOptimizer extends ComputeOptimizerClient {
|
|
|
46
48
|
deleteRecommendationPreferences(args: DeleteRecommendationPreferencesCommandInput, cb: (err: any, data?: DeleteRecommendationPreferencesCommandOutput) => void): void;
|
|
47
49
|
deleteRecommendationPreferences(args: DeleteRecommendationPreferencesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRecommendationPreferencesCommandOutput) => void): void;
|
|
48
50
|
/**
|
|
51
|
+
* @public
|
|
49
52
|
* <p>Describes recommendation export jobs created in the last seven days.</p>
|
|
50
53
|
* <p>Use the <a>ExportAutoScalingGroupRecommendations</a> or <a>ExportEC2InstanceRecommendations</a> actions to request an export of your
|
|
51
54
|
* recommendations. Then use the <a>DescribeRecommendationExportJobs</a> action
|
|
@@ -55,6 +58,7 @@ export declare class ComputeOptimizer extends ComputeOptimizerClient {
|
|
|
55
58
|
describeRecommendationExportJobs(args: DescribeRecommendationExportJobsCommandInput, cb: (err: any, data?: DescribeRecommendationExportJobsCommandOutput) => void): void;
|
|
56
59
|
describeRecommendationExportJobs(args: DescribeRecommendationExportJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeRecommendationExportJobsCommandOutput) => void): void;
|
|
57
60
|
/**
|
|
61
|
+
* @public
|
|
58
62
|
* <p>Exports optimization recommendations for Auto Scaling groups.</p>
|
|
59
63
|
* <p>Recommendations are exported in a comma-separated values (.csv) file, and its metadata
|
|
60
64
|
* in a JavaScript Object Notation (JSON) (.json) file, to an existing Amazon Simple Storage Service (Amazon S3) bucket that you specify. For more information, see <a href="https://docs.aws.amazon.com/compute-optimizer/latest/ug/exporting-recommendations.html">Exporting
|
|
@@ -66,6 +70,7 @@ export declare class ComputeOptimizer extends ComputeOptimizerClient {
|
|
|
66
70
|
exportAutoScalingGroupRecommendations(args: ExportAutoScalingGroupRecommendationsCommandInput, cb: (err: any, data?: ExportAutoScalingGroupRecommendationsCommandOutput) => void): void;
|
|
67
71
|
exportAutoScalingGroupRecommendations(args: ExportAutoScalingGroupRecommendationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ExportAutoScalingGroupRecommendationsCommandOutput) => void): void;
|
|
68
72
|
/**
|
|
73
|
+
* @public
|
|
69
74
|
* <p>Exports optimization recommendations for Amazon EBS volumes.</p>
|
|
70
75
|
* <p>Recommendations are exported in a comma-separated values (.csv) file, and its metadata
|
|
71
76
|
* in a JavaScript Object Notation (JSON) (.json) file, to an existing Amazon Simple Storage Service (Amazon S3) bucket that you specify. For more information, see <a href="https://docs.aws.amazon.com/compute-optimizer/latest/ug/exporting-recommendations.html">Exporting
|
|
@@ -77,6 +82,7 @@ export declare class ComputeOptimizer extends ComputeOptimizerClient {
|
|
|
77
82
|
exportEBSVolumeRecommendations(args: ExportEBSVolumeRecommendationsCommandInput, cb: (err: any, data?: ExportEBSVolumeRecommendationsCommandOutput) => void): void;
|
|
78
83
|
exportEBSVolumeRecommendations(args: ExportEBSVolumeRecommendationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ExportEBSVolumeRecommendationsCommandOutput) => void): void;
|
|
79
84
|
/**
|
|
85
|
+
* @public
|
|
80
86
|
* <p>Exports optimization recommendations for Amazon EC2 instances.</p>
|
|
81
87
|
* <p>Recommendations are exported in a comma-separated values (.csv) file, and its metadata
|
|
82
88
|
* in a JavaScript Object Notation (JSON) (.json) file, to an existing Amazon Simple Storage Service (Amazon S3) bucket that you specify. For more information, see <a href="https://docs.aws.amazon.com/compute-optimizer/latest/ug/exporting-recommendations.html">Exporting
|
|
@@ -88,6 +94,7 @@ export declare class ComputeOptimizer extends ComputeOptimizerClient {
|
|
|
88
94
|
exportEC2InstanceRecommendations(args: ExportEC2InstanceRecommendationsCommandInput, cb: (err: any, data?: ExportEC2InstanceRecommendationsCommandOutput) => void): void;
|
|
89
95
|
exportEC2InstanceRecommendations(args: ExportEC2InstanceRecommendationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ExportEC2InstanceRecommendationsCommandOutput) => void): void;
|
|
90
96
|
/**
|
|
97
|
+
* @public
|
|
91
98
|
* <p>
|
|
92
99
|
* Exports optimization recommendations for Amazon ECS services on Fargate.
|
|
93
100
|
* </p>
|
|
@@ -101,6 +108,7 @@ export declare class ComputeOptimizer extends ComputeOptimizerClient {
|
|
|
101
108
|
exportECSServiceRecommendations(args: ExportECSServiceRecommendationsCommandInput, cb: (err: any, data?: ExportECSServiceRecommendationsCommandOutput) => void): void;
|
|
102
109
|
exportECSServiceRecommendations(args: ExportECSServiceRecommendationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ExportECSServiceRecommendationsCommandOutput) => void): void;
|
|
103
110
|
/**
|
|
111
|
+
* @public
|
|
104
112
|
* <p>Exports optimization recommendations for Lambda functions.</p>
|
|
105
113
|
* <p>Recommendations are exported in a comma-separated values (.csv) file, and its metadata
|
|
106
114
|
* in a JavaScript Object Notation (JSON) (.json) file, to an existing Amazon Simple Storage Service (Amazon S3) bucket that you specify. For more information, see <a href="https://docs.aws.amazon.com/compute-optimizer/latest/ug/exporting-recommendations.html">Exporting
|
|
@@ -112,6 +120,7 @@ export declare class ComputeOptimizer extends ComputeOptimizerClient {
|
|
|
112
120
|
exportLambdaFunctionRecommendations(args: ExportLambdaFunctionRecommendationsCommandInput, cb: (err: any, data?: ExportLambdaFunctionRecommendationsCommandOutput) => void): void;
|
|
113
121
|
exportLambdaFunctionRecommendations(args: ExportLambdaFunctionRecommendationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ExportLambdaFunctionRecommendationsCommandOutput) => void): void;
|
|
114
122
|
/**
|
|
123
|
+
* @public
|
|
115
124
|
* <p>Returns Auto Scaling group recommendations.</p>
|
|
116
125
|
* <p>Compute Optimizer generates recommendations for Amazon EC2 Auto Scaling groups that
|
|
117
126
|
* meet a specific set of requirements. For more information, see the <a href="https://docs.aws.amazon.com/compute-optimizer/latest/ug/requirements.html">Supported
|
|
@@ -122,6 +131,7 @@ export declare class ComputeOptimizer extends ComputeOptimizerClient {
|
|
|
122
131
|
getAutoScalingGroupRecommendations(args: GetAutoScalingGroupRecommendationsCommandInput, cb: (err: any, data?: GetAutoScalingGroupRecommendationsCommandOutput) => void): void;
|
|
123
132
|
getAutoScalingGroupRecommendations(args: GetAutoScalingGroupRecommendationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAutoScalingGroupRecommendationsCommandOutput) => void): void;
|
|
124
133
|
/**
|
|
134
|
+
* @public
|
|
125
135
|
* <p>Returns Amazon Elastic Block Store (Amazon EBS) volume recommendations.</p>
|
|
126
136
|
* <p>Compute Optimizer generates recommendations for Amazon EBS volumes that
|
|
127
137
|
* meet a specific set of requirements. For more information, see the <a href="https://docs.aws.amazon.com/compute-optimizer/latest/ug/requirements.html">Supported
|
|
@@ -132,6 +142,7 @@ export declare class ComputeOptimizer extends ComputeOptimizerClient {
|
|
|
132
142
|
getEBSVolumeRecommendations(args: GetEBSVolumeRecommendationsCommandInput, cb: (err: any, data?: GetEBSVolumeRecommendationsCommandOutput) => void): void;
|
|
133
143
|
getEBSVolumeRecommendations(args: GetEBSVolumeRecommendationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEBSVolumeRecommendationsCommandOutput) => void): void;
|
|
134
144
|
/**
|
|
145
|
+
* @public
|
|
135
146
|
* <p>Returns Amazon EC2 instance recommendations.</p>
|
|
136
147
|
* <p>Compute Optimizer generates recommendations for Amazon Elastic Compute Cloud (Amazon EC2) instances that meet a specific set of requirements. For more
|
|
137
148
|
* information, see the <a href="https://docs.aws.amazon.com/compute-optimizer/latest/ug/requirements.html">Supported resources and
|
|
@@ -142,6 +153,7 @@ export declare class ComputeOptimizer extends ComputeOptimizerClient {
|
|
|
142
153
|
getEC2InstanceRecommendations(args: GetEC2InstanceRecommendationsCommandInput, cb: (err: any, data?: GetEC2InstanceRecommendationsCommandOutput) => void): void;
|
|
143
154
|
getEC2InstanceRecommendations(args: GetEC2InstanceRecommendationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEC2InstanceRecommendationsCommandOutput) => void): void;
|
|
144
155
|
/**
|
|
156
|
+
* @public
|
|
145
157
|
* <p>Returns the projected utilization metrics of Amazon EC2 instance
|
|
146
158
|
* recommendations.</p>
|
|
147
159
|
* <note>
|
|
@@ -155,6 +167,7 @@ export declare class ComputeOptimizer extends ComputeOptimizerClient {
|
|
|
155
167
|
getEC2RecommendationProjectedMetrics(args: GetEC2RecommendationProjectedMetricsCommandInput, cb: (err: any, data?: GetEC2RecommendationProjectedMetricsCommandOutput) => void): void;
|
|
156
168
|
getEC2RecommendationProjectedMetrics(args: GetEC2RecommendationProjectedMetricsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEC2RecommendationProjectedMetricsCommandOutput) => void): void;
|
|
157
169
|
/**
|
|
170
|
+
* @public
|
|
158
171
|
* <p>
|
|
159
172
|
* Returns the projected metrics of Amazon ECS service recommendations.
|
|
160
173
|
* </p>
|
|
@@ -163,6 +176,7 @@ export declare class ComputeOptimizer extends ComputeOptimizerClient {
|
|
|
163
176
|
getECSServiceRecommendationProjectedMetrics(args: GetECSServiceRecommendationProjectedMetricsCommandInput, cb: (err: any, data?: GetECSServiceRecommendationProjectedMetricsCommandOutput) => void): void;
|
|
164
177
|
getECSServiceRecommendationProjectedMetrics(args: GetECSServiceRecommendationProjectedMetricsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetECSServiceRecommendationProjectedMetricsCommandOutput) => void): void;
|
|
165
178
|
/**
|
|
179
|
+
* @public
|
|
166
180
|
* <p>
|
|
167
181
|
* Returns Amazon ECS service recommendations.
|
|
168
182
|
* </p>
|
|
@@ -178,6 +192,7 @@ export declare class ComputeOptimizer extends ComputeOptimizerClient {
|
|
|
178
192
|
getECSServiceRecommendations(args: GetECSServiceRecommendationsCommandInput, cb: (err: any, data?: GetECSServiceRecommendationsCommandOutput) => void): void;
|
|
179
193
|
getECSServiceRecommendations(args: GetECSServiceRecommendationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetECSServiceRecommendationsCommandOutput) => void): void;
|
|
180
194
|
/**
|
|
195
|
+
* @public
|
|
181
196
|
* <p>Returns the recommendation preferences that are in effect for a given resource, such
|
|
182
197
|
* as enhanced infrastructure metrics. Considers all applicable preferences that you might
|
|
183
198
|
* have set at the resource, account, and organization level.</p>
|
|
@@ -189,6 +204,7 @@ export declare class ComputeOptimizer extends ComputeOptimizerClient {
|
|
|
189
204
|
getEffectiveRecommendationPreferences(args: GetEffectiveRecommendationPreferencesCommandInput, cb: (err: any, data?: GetEffectiveRecommendationPreferencesCommandOutput) => void): void;
|
|
190
205
|
getEffectiveRecommendationPreferences(args: GetEffectiveRecommendationPreferencesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEffectiveRecommendationPreferencesCommandOutput) => void): void;
|
|
191
206
|
/**
|
|
207
|
+
* @public
|
|
192
208
|
* <p>Returns the enrollment (opt in) status of an account to the Compute Optimizer
|
|
193
209
|
* service.</p>
|
|
194
210
|
* <p>If the account is the management account of an organization, this action also confirms
|
|
@@ -199,6 +215,7 @@ export declare class ComputeOptimizer extends ComputeOptimizerClient {
|
|
|
199
215
|
getEnrollmentStatus(args: GetEnrollmentStatusCommandInput, cb: (err: any, data?: GetEnrollmentStatusCommandOutput) => void): void;
|
|
200
216
|
getEnrollmentStatus(args: GetEnrollmentStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEnrollmentStatusCommandOutput) => void): void;
|
|
201
217
|
/**
|
|
218
|
+
* @public
|
|
202
219
|
* <p>Returns the Compute Optimizer enrollment (opt-in) status of organization member
|
|
203
220
|
* accounts, if your account is an organization management account.</p>
|
|
204
221
|
* <p>To get the enrollment status of standalone accounts, use the <a>GetEnrollmentStatus</a> action.</p>
|
|
@@ -207,6 +224,7 @@ export declare class ComputeOptimizer extends ComputeOptimizerClient {
|
|
|
207
224
|
getEnrollmentStatusesForOrganization(args: GetEnrollmentStatusesForOrganizationCommandInput, cb: (err: any, data?: GetEnrollmentStatusesForOrganizationCommandOutput) => void): void;
|
|
208
225
|
getEnrollmentStatusesForOrganization(args: GetEnrollmentStatusesForOrganizationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEnrollmentStatusesForOrganizationCommandOutput) => void): void;
|
|
209
226
|
/**
|
|
227
|
+
* @public
|
|
210
228
|
* <p>Returns Lambda function recommendations.</p>
|
|
211
229
|
* <p>Compute Optimizer generates recommendations for functions that meet a specific set
|
|
212
230
|
* of requirements. For more information, see the <a href="https://docs.aws.amazon.com/compute-optimizer/latest/ug/requirements.html">Supported resources and
|
|
@@ -217,6 +235,7 @@ export declare class ComputeOptimizer extends ComputeOptimizerClient {
|
|
|
217
235
|
getLambdaFunctionRecommendations(args: GetLambdaFunctionRecommendationsCommandInput, cb: (err: any, data?: GetLambdaFunctionRecommendationsCommandOutput) => void): void;
|
|
218
236
|
getLambdaFunctionRecommendations(args: GetLambdaFunctionRecommendationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetLambdaFunctionRecommendationsCommandOutput) => void): void;
|
|
219
237
|
/**
|
|
238
|
+
* @public
|
|
220
239
|
* <p>Returns existing recommendation preferences, such as enhanced infrastructure
|
|
221
240
|
* metrics.</p>
|
|
222
241
|
* <p>Use the <code>scope</code> parameter to specify which preferences to return. You can
|
|
@@ -230,6 +249,7 @@ export declare class ComputeOptimizer extends ComputeOptimizerClient {
|
|
|
230
249
|
getRecommendationPreferences(args: GetRecommendationPreferencesCommandInput, cb: (err: any, data?: GetRecommendationPreferencesCommandOutput) => void): void;
|
|
231
250
|
getRecommendationPreferences(args: GetRecommendationPreferencesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRecommendationPreferencesCommandOutput) => void): void;
|
|
232
251
|
/**
|
|
252
|
+
* @public
|
|
233
253
|
* <p>Returns the optimization findings for an account.</p>
|
|
234
254
|
* <p>It returns the number of:</p>
|
|
235
255
|
* <ul>
|
|
@@ -260,6 +280,7 @@ export declare class ComputeOptimizer extends ComputeOptimizerClient {
|
|
|
260
280
|
getRecommendationSummaries(args: GetRecommendationSummariesCommandInput, cb: (err: any, data?: GetRecommendationSummariesCommandOutput) => void): void;
|
|
261
281
|
getRecommendationSummaries(args: GetRecommendationSummariesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRecommendationSummariesCommandOutput) => void): void;
|
|
262
282
|
/**
|
|
283
|
+
* @public
|
|
263
284
|
* <p>Creates a new recommendation preference or updates an existing recommendation
|
|
264
285
|
* preference, such as enhanced infrastructure metrics.</p>
|
|
265
286
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/compute-optimizer/latest/ug/enhanced-infrastructure-metrics.html">Activating
|
|
@@ -270,6 +291,7 @@ export declare class ComputeOptimizer extends ComputeOptimizerClient {
|
|
|
270
291
|
putRecommendationPreferences(args: PutRecommendationPreferencesCommandInput, cb: (err: any, data?: PutRecommendationPreferencesCommandOutput) => void): void;
|
|
271
292
|
putRecommendationPreferences(args: PutRecommendationPreferencesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutRecommendationPreferencesCommandOutput) => void): void;
|
|
272
293
|
/**
|
|
294
|
+
* @public
|
|
273
295
|
* <p>Updates the enrollment (opt in and opt out) status of an account to the Compute Optimizer service.</p>
|
|
274
296
|
* <p>If the account is a management account of an organization, this action can also be
|
|
275
297
|
* used to enroll member accounts of the organization.</p>
|