@aws-sdk/client-compute-optimizer 3.43.0 → 3.44.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/CHANGELOG.md +11 -0
- package/README.md +7 -10
- package/dist-cjs/ComputeOptimizer.js +60 -0
- package/dist-cjs/commands/DeleteRecommendationPreferencesCommand.js +36 -0
- package/dist-cjs/commands/GetEffectiveRecommendationPreferencesCommand.js +36 -0
- package/dist-cjs/commands/GetRecommendationPreferencesCommand.js +36 -0
- package/dist-cjs/commands/PutRecommendationPreferencesCommand.js +36 -0
- package/dist-cjs/commands/index.js +4 -0
- package/dist-cjs/models/models_0.js +183 -51
- package/dist-cjs/protocols/Aws_json1_0.js +617 -1
- package/dist-es/ComputeOptimizer.js +60 -0
- package/dist-es/commands/DeleteRecommendationPreferencesCommand.js +39 -0
- package/dist-es/commands/GetEffectiveRecommendationPreferencesCommand.js +39 -0
- package/dist-es/commands/GetRecommendationPreferencesCommand.js +39 -0
- package/dist-es/commands/PutRecommendationPreferencesCommand.js +39 -0
- package/dist-es/commands/index.js +4 -0
- package/dist-es/models/models_0.js +143 -40
- package/dist-es/protocols/Aws_json1_0.js +646 -8
- package/dist-types/ComputeOptimizer.d.ts +50 -27
- package/dist-types/ComputeOptimizerClient.d.ts +6 -2
- package/dist-types/commands/DeleteRecommendationPreferencesCommand.d.ts +38 -0
- package/dist-types/commands/DescribeRecommendationExportJobsCommand.d.ts +0 -1
- package/dist-types/commands/ExportAutoScalingGroupRecommendationsCommand.d.ts +0 -2
- package/dist-types/commands/ExportEBSVolumeRecommendationsCommand.d.ts +1 -4
- package/dist-types/commands/ExportEC2InstanceRecommendationsCommand.d.ts +1 -4
- package/dist-types/commands/ExportLambdaFunctionRecommendationsCommand.d.ts +1 -4
- package/dist-types/commands/GetAutoScalingGroupRecommendationsCommand.d.ts +0 -1
- package/dist-types/commands/GetEBSVolumeRecommendationsCommand.d.ts +0 -1
- package/dist-types/commands/GetEC2InstanceRecommendationsCommand.d.ts +0 -1
- package/dist-types/commands/GetEC2RecommendationProjectedMetricsCommand.d.ts +0 -1
- package/dist-types/commands/GetEffectiveRecommendationPreferencesCommand.d.ts +40 -0
- package/dist-types/commands/GetEnrollmentStatusCommand.d.ts +0 -1
- package/dist-types/commands/GetEnrollmentStatusesForOrganizationCommand.d.ts +0 -1
- package/dist-types/commands/GetLambdaFunctionRecommendationsCommand.d.ts +0 -1
- package/dist-types/commands/GetRecommendationPreferencesCommand.d.ts +42 -0
- package/dist-types/commands/GetRecommendationSummariesCommand.d.ts +0 -2
- package/dist-types/commands/PutRecommendationPreferencesCommand.d.ts +39 -0
- package/dist-types/commands/UpdateEnrollmentStatusCommand.d.ts +0 -3
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/models/models_0.d.ts +646 -282
- package/dist-types/protocols/Aws_json1_0.d.ts +12 -0
- package/dist-types/ts3.4/ComputeOptimizer.d.ts +20 -0
- package/dist-types/ts3.4/ComputeOptimizerClient.d.ts +6 -2
- package/dist-types/ts3.4/commands/DeleteRecommendationPreferencesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetEffectiveRecommendationPreferencesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetRecommendationPreferencesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutRecommendationPreferencesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +291 -77
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +12 -0
- package/package.json +1 -1
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
3
|
+
exports.EBSFilter = exports.EBSFilterName = exports.ExportableVolumeField = exports.LimitExceededException = exports.ExportAutoScalingGroupRecommendationsResponse = exports.ExportAutoScalingGroupRecommendationsRequest = exports.S3DestinationConfig = exports.RecommendationPreferences = exports.Filter = exports.FilterName = exports.FileFormat = exports.ExportableAutoScalingGroupField = exports.DescribeRecommendationExportJobsResponse = exports.RecommendationExportJob = exports.JobStatus = exports.ExportDestination = exports.S3Destination = exports.DescribeRecommendationExportJobsRequest = exports.JobFilter = exports.JobFilterName = exports.ThrottlingException = exports.ServiceUnavailableException = exports.ResourceNotFoundException = exports.OptInRequiredException = exports.MissingAuthenticationToken = exports.InvalidParameterValueException = exports.InternalServerException = exports.DeleteRecommendationPreferencesResponse = exports.DeleteRecommendationPreferencesRequest = exports.Scope = exports.ScopeName = exports.ResourceType = exports.RecommendationPreferenceName = exports.AutoScalingGroupRecommendation = exports.AutoScalingGroupRecommendationOption = exports.SavingsOpportunity = exports.EstimatedMonthlySavings = exports.Currency = exports.UtilizationMetric = exports.MetricStatistic = exports.MetricName = exports.Finding = exports.EffectiveRecommendationPreferences = exports.EnhancedInfrastructureMetrics = exports.CpuVendorArchitecture = exports.CurrentPerformanceRisk = exports.AutoScalingGroupConfiguration = exports.AccountEnrollmentStatus = exports.Status = exports.AccessDeniedException = void 0;
|
|
4
|
+
exports.LambdaFunctionMetricStatistic = exports.LambdaFunctionMetricName = exports.LambdaFunctionMemoryRecommendationOption = exports.LambdaFunctionMemoryProjectedMetric = exports.LambdaFunctionMemoryMetricStatistic = exports.LambdaFunctionMemoryMetricName = exports.LambdaFunctionRecommendationFindingReasonCode = exports.LambdaFunctionRecommendationFinding = exports.GetLambdaFunctionRecommendationsRequest = exports.GetEnrollmentStatusesForOrganizationResponse = exports.GetEnrollmentStatusesForOrganizationRequest = exports.EnrollmentFilter = exports.EnrollmentFilterName = exports.GetEnrollmentStatusResponse = exports.GetEnrollmentStatusRequest = exports.GetEffectiveRecommendationPreferencesResponse = exports.GetEffectiveRecommendationPreferencesRequest = exports.GetEC2RecommendationProjectedMetricsResponse = exports.RecommendedOptionProjectedMetric = exports.ProjectedMetric = exports.GetEC2RecommendationProjectedMetricsRequest = exports.GetEC2InstanceRecommendationsResponse = exports.InstanceRecommendation = exports.RecommendationSource = exports.RecommendationSourceType = exports.InstanceRecommendationOption = exports.PlatformDifference = exports.InstanceRecommendationFindingReasonCode = exports.GetEC2InstanceRecommendationsRequest = exports.GetEBSVolumeRecommendationsResponse = exports.VolumeRecommendation = exports.VolumeRecommendationOption = exports.EBSUtilizationMetric = exports.EBSMetricName = exports.EBSFinding = exports.VolumeConfiguration = exports.GetEBSVolumeRecommendationsRequest = exports.GetAutoScalingGroupRecommendationsResponse = exports.GetRecommendationError = exports.GetAutoScalingGroupRecommendationsRequest = exports.ExportLambdaFunctionRecommendationsResponse = exports.ExportLambdaFunctionRecommendationsRequest = exports.LambdaFunctionRecommendationFilter = exports.LambdaFunctionRecommendationFilterName = exports.ExportableLambdaFunctionField = exports.ExportEC2InstanceRecommendationsResponse = exports.ExportEC2InstanceRecommendationsRequest = exports.ExportableInstanceField = exports.ExportEBSVolumeRecommendationsResponse = exports.ExportEBSVolumeRecommendationsRequest = void 0;
|
|
5
|
+
exports.UpdateEnrollmentStatusResponse = exports.UpdateEnrollmentStatusRequest = exports.PutRecommendationPreferencesResponse = exports.PutRecommendationPreferencesRequest = exports.GetRecommendationSummariesResponse = exports.RecommendationSummary = exports.Summary = exports.ReasonCodeSummary = exports.FindingReasonCode = exports.CurrentPerformanceRiskRatings = exports.GetRecommendationSummariesRequest = exports.GetRecommendationPreferencesResponse = exports.RecommendationPreferencesDetail = exports.GetRecommendationPreferencesRequest = exports.GetLambdaFunctionRecommendationsResponse = exports.LambdaFunctionRecommendation = exports.LambdaFunctionUtilizationMetric = void 0;
|
|
5
6
|
var AccessDeniedException;
|
|
6
7
|
(function (AccessDeniedException) {
|
|
7
8
|
AccessDeniedException.filterSensitiveLog = (obj) => ({
|
|
@@ -27,6 +28,29 @@ var AutoScalingGroupConfiguration;
|
|
|
27
28
|
...obj,
|
|
28
29
|
});
|
|
29
30
|
})(AutoScalingGroupConfiguration = exports.AutoScalingGroupConfiguration || (exports.AutoScalingGroupConfiguration = {}));
|
|
31
|
+
var CurrentPerformanceRisk;
|
|
32
|
+
(function (CurrentPerformanceRisk) {
|
|
33
|
+
CurrentPerformanceRisk["HIGH"] = "High";
|
|
34
|
+
CurrentPerformanceRisk["LOW"] = "Low";
|
|
35
|
+
CurrentPerformanceRisk["MEDIUM"] = "Medium";
|
|
36
|
+
CurrentPerformanceRisk["VERY_LOW"] = "VeryLow";
|
|
37
|
+
})(CurrentPerformanceRisk = exports.CurrentPerformanceRisk || (exports.CurrentPerformanceRisk = {}));
|
|
38
|
+
var CpuVendorArchitecture;
|
|
39
|
+
(function (CpuVendorArchitecture) {
|
|
40
|
+
CpuVendorArchitecture["AWS_ARM64"] = "AWS_ARM64";
|
|
41
|
+
CpuVendorArchitecture["CURRENT"] = "CURRENT";
|
|
42
|
+
})(CpuVendorArchitecture = exports.CpuVendorArchitecture || (exports.CpuVendorArchitecture = {}));
|
|
43
|
+
var EnhancedInfrastructureMetrics;
|
|
44
|
+
(function (EnhancedInfrastructureMetrics) {
|
|
45
|
+
EnhancedInfrastructureMetrics["ACTIVE"] = "Active";
|
|
46
|
+
EnhancedInfrastructureMetrics["INACTIVE"] = "Inactive";
|
|
47
|
+
})(EnhancedInfrastructureMetrics = exports.EnhancedInfrastructureMetrics || (exports.EnhancedInfrastructureMetrics = {}));
|
|
48
|
+
var EffectiveRecommendationPreferences;
|
|
49
|
+
(function (EffectiveRecommendationPreferences) {
|
|
50
|
+
EffectiveRecommendationPreferences.filterSensitiveLog = (obj) => ({
|
|
51
|
+
...obj,
|
|
52
|
+
});
|
|
53
|
+
})(EffectiveRecommendationPreferences = exports.EffectiveRecommendationPreferences || (exports.EffectiveRecommendationPreferences = {}));
|
|
30
54
|
var Finding;
|
|
31
55
|
(function (Finding) {
|
|
32
56
|
Finding["NOT_OPTIMIZED"] = "NotOptimized";
|
|
@@ -62,6 +86,23 @@ var UtilizationMetric;
|
|
|
62
86
|
...obj,
|
|
63
87
|
});
|
|
64
88
|
})(UtilizationMetric = exports.UtilizationMetric || (exports.UtilizationMetric = {}));
|
|
89
|
+
var Currency;
|
|
90
|
+
(function (Currency) {
|
|
91
|
+
Currency["CNY"] = "CNY";
|
|
92
|
+
Currency["USD"] = "USD";
|
|
93
|
+
})(Currency = exports.Currency || (exports.Currency = {}));
|
|
94
|
+
var EstimatedMonthlySavings;
|
|
95
|
+
(function (EstimatedMonthlySavings) {
|
|
96
|
+
EstimatedMonthlySavings.filterSensitiveLog = (obj) => ({
|
|
97
|
+
...obj,
|
|
98
|
+
});
|
|
99
|
+
})(EstimatedMonthlySavings = exports.EstimatedMonthlySavings || (exports.EstimatedMonthlySavings = {}));
|
|
100
|
+
var SavingsOpportunity;
|
|
101
|
+
(function (SavingsOpportunity) {
|
|
102
|
+
SavingsOpportunity.filterSensitiveLog = (obj) => ({
|
|
103
|
+
...obj,
|
|
104
|
+
});
|
|
105
|
+
})(SavingsOpportunity = exports.SavingsOpportunity || (exports.SavingsOpportunity = {}));
|
|
65
106
|
var AutoScalingGroupRecommendationOption;
|
|
66
107
|
(function (AutoScalingGroupRecommendationOption) {
|
|
67
108
|
AutoScalingGroupRecommendationOption.filterSensitiveLog = (obj) => ({
|
|
@@ -74,35 +115,10 @@ var AutoScalingGroupRecommendation;
|
|
|
74
115
|
...obj,
|
|
75
116
|
});
|
|
76
117
|
})(AutoScalingGroupRecommendation = exports.AutoScalingGroupRecommendation || (exports.AutoScalingGroupRecommendation = {}));
|
|
77
|
-
var
|
|
78
|
-
(function (
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
})(JobFilterName = exports.JobFilterName || (exports.JobFilterName = {}));
|
|
82
|
-
var JobFilter;
|
|
83
|
-
(function (JobFilter) {
|
|
84
|
-
JobFilter.filterSensitiveLog = (obj) => ({
|
|
85
|
-
...obj,
|
|
86
|
-
});
|
|
87
|
-
})(JobFilter = exports.JobFilter || (exports.JobFilter = {}));
|
|
88
|
-
var DescribeRecommendationExportJobsRequest;
|
|
89
|
-
(function (DescribeRecommendationExportJobsRequest) {
|
|
90
|
-
DescribeRecommendationExportJobsRequest.filterSensitiveLog = (obj) => ({
|
|
91
|
-
...obj,
|
|
92
|
-
});
|
|
93
|
-
})(DescribeRecommendationExportJobsRequest = exports.DescribeRecommendationExportJobsRequest || (exports.DescribeRecommendationExportJobsRequest = {}));
|
|
94
|
-
var S3Destination;
|
|
95
|
-
(function (S3Destination) {
|
|
96
|
-
S3Destination.filterSensitiveLog = (obj) => ({
|
|
97
|
-
...obj,
|
|
98
|
-
});
|
|
99
|
-
})(S3Destination = exports.S3Destination || (exports.S3Destination = {}));
|
|
100
|
-
var ExportDestination;
|
|
101
|
-
(function (ExportDestination) {
|
|
102
|
-
ExportDestination.filterSensitiveLog = (obj) => ({
|
|
103
|
-
...obj,
|
|
104
|
-
});
|
|
105
|
-
})(ExportDestination = exports.ExportDestination || (exports.ExportDestination = {}));
|
|
118
|
+
var RecommendationPreferenceName;
|
|
119
|
+
(function (RecommendationPreferenceName) {
|
|
120
|
+
RecommendationPreferenceName["ENHANCED_INFRASTRUCTURE_METRICS"] = "EnhancedInfrastructureMetrics";
|
|
121
|
+
})(RecommendationPreferenceName = exports.RecommendationPreferenceName || (exports.RecommendationPreferenceName = {}));
|
|
106
122
|
var ResourceType;
|
|
107
123
|
(function (ResourceType) {
|
|
108
124
|
ResourceType["AUTO_SCALING_GROUP"] = "AutoScalingGroup";
|
|
@@ -110,25 +126,30 @@ var ResourceType;
|
|
|
110
126
|
ResourceType["EC2_INSTANCE"] = "Ec2Instance";
|
|
111
127
|
ResourceType["LAMBDA_FUNCTION"] = "LambdaFunction";
|
|
112
128
|
})(ResourceType = exports.ResourceType || (exports.ResourceType = {}));
|
|
113
|
-
var
|
|
114
|
-
(function (
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
RecommendationExportJob.filterSensitiveLog = (obj) => ({
|
|
129
|
+
var ScopeName;
|
|
130
|
+
(function (ScopeName) {
|
|
131
|
+
ScopeName["ACCOUNT_ID"] = "AccountId";
|
|
132
|
+
ScopeName["ORGANIZATION"] = "Organization";
|
|
133
|
+
ScopeName["RESOURCE_ARN"] = "ResourceArn";
|
|
134
|
+
})(ScopeName = exports.ScopeName || (exports.ScopeName = {}));
|
|
135
|
+
var Scope;
|
|
136
|
+
(function (Scope) {
|
|
137
|
+
Scope.filterSensitiveLog = (obj) => ({
|
|
123
138
|
...obj,
|
|
124
139
|
});
|
|
125
|
-
})(
|
|
126
|
-
var
|
|
127
|
-
(function (
|
|
128
|
-
|
|
140
|
+
})(Scope = exports.Scope || (exports.Scope = {}));
|
|
141
|
+
var DeleteRecommendationPreferencesRequest;
|
|
142
|
+
(function (DeleteRecommendationPreferencesRequest) {
|
|
143
|
+
DeleteRecommendationPreferencesRequest.filterSensitiveLog = (obj) => ({
|
|
129
144
|
...obj,
|
|
130
145
|
});
|
|
131
|
-
})(
|
|
146
|
+
})(DeleteRecommendationPreferencesRequest = exports.DeleteRecommendationPreferencesRequest || (exports.DeleteRecommendationPreferencesRequest = {}));
|
|
147
|
+
var DeleteRecommendationPreferencesResponse;
|
|
148
|
+
(function (DeleteRecommendationPreferencesResponse) {
|
|
149
|
+
DeleteRecommendationPreferencesResponse.filterSensitiveLog = (obj) => ({
|
|
150
|
+
...obj,
|
|
151
|
+
});
|
|
152
|
+
})(DeleteRecommendationPreferencesResponse = exports.DeleteRecommendationPreferencesResponse || (exports.DeleteRecommendationPreferencesResponse = {}));
|
|
132
153
|
var InternalServerException;
|
|
133
154
|
(function (InternalServerException) {
|
|
134
155
|
InternalServerException.filterSensitiveLog = (obj) => ({
|
|
@@ -171,6 +192,54 @@ var ThrottlingException;
|
|
|
171
192
|
...obj,
|
|
172
193
|
});
|
|
173
194
|
})(ThrottlingException = exports.ThrottlingException || (exports.ThrottlingException = {}));
|
|
195
|
+
var JobFilterName;
|
|
196
|
+
(function (JobFilterName) {
|
|
197
|
+
JobFilterName["JOB_STATUS"] = "JobStatus";
|
|
198
|
+
JobFilterName["RESOURCE_TYPE"] = "ResourceType";
|
|
199
|
+
})(JobFilterName = exports.JobFilterName || (exports.JobFilterName = {}));
|
|
200
|
+
var JobFilter;
|
|
201
|
+
(function (JobFilter) {
|
|
202
|
+
JobFilter.filterSensitiveLog = (obj) => ({
|
|
203
|
+
...obj,
|
|
204
|
+
});
|
|
205
|
+
})(JobFilter = exports.JobFilter || (exports.JobFilter = {}));
|
|
206
|
+
var DescribeRecommendationExportJobsRequest;
|
|
207
|
+
(function (DescribeRecommendationExportJobsRequest) {
|
|
208
|
+
DescribeRecommendationExportJobsRequest.filterSensitiveLog = (obj) => ({
|
|
209
|
+
...obj,
|
|
210
|
+
});
|
|
211
|
+
})(DescribeRecommendationExportJobsRequest = exports.DescribeRecommendationExportJobsRequest || (exports.DescribeRecommendationExportJobsRequest = {}));
|
|
212
|
+
var S3Destination;
|
|
213
|
+
(function (S3Destination) {
|
|
214
|
+
S3Destination.filterSensitiveLog = (obj) => ({
|
|
215
|
+
...obj,
|
|
216
|
+
});
|
|
217
|
+
})(S3Destination = exports.S3Destination || (exports.S3Destination = {}));
|
|
218
|
+
var ExportDestination;
|
|
219
|
+
(function (ExportDestination) {
|
|
220
|
+
ExportDestination.filterSensitiveLog = (obj) => ({
|
|
221
|
+
...obj,
|
|
222
|
+
});
|
|
223
|
+
})(ExportDestination = exports.ExportDestination || (exports.ExportDestination = {}));
|
|
224
|
+
var JobStatus;
|
|
225
|
+
(function (JobStatus) {
|
|
226
|
+
JobStatus["COMPLETE"] = "Complete";
|
|
227
|
+
JobStatus["FAILED"] = "Failed";
|
|
228
|
+
JobStatus["IN_PROGRESS"] = "InProgress";
|
|
229
|
+
JobStatus["QUEUED"] = "Queued";
|
|
230
|
+
})(JobStatus = exports.JobStatus || (exports.JobStatus = {}));
|
|
231
|
+
var RecommendationExportJob;
|
|
232
|
+
(function (RecommendationExportJob) {
|
|
233
|
+
RecommendationExportJob.filterSensitiveLog = (obj) => ({
|
|
234
|
+
...obj,
|
|
235
|
+
});
|
|
236
|
+
})(RecommendationExportJob = exports.RecommendationExportJob || (exports.RecommendationExportJob = {}));
|
|
237
|
+
var DescribeRecommendationExportJobsResponse;
|
|
238
|
+
(function (DescribeRecommendationExportJobsResponse) {
|
|
239
|
+
DescribeRecommendationExportJobsResponse.filterSensitiveLog = (obj) => ({
|
|
240
|
+
...obj,
|
|
241
|
+
});
|
|
242
|
+
})(DescribeRecommendationExportJobsResponse = exports.DescribeRecommendationExportJobsResponse || (exports.DescribeRecommendationExportJobsResponse = {}));
|
|
174
243
|
var ExportableAutoScalingGroupField;
|
|
175
244
|
(function (ExportableAutoScalingGroupField) {
|
|
176
245
|
ExportableAutoScalingGroupField["ACCOUNT_ID"] = "AccountId";
|
|
@@ -183,10 +252,13 @@ var ExportableAutoScalingGroupField;
|
|
|
183
252
|
ExportableAutoScalingGroupField["CURRENT_MEMORY"] = "CurrentMemory";
|
|
184
253
|
ExportableAutoScalingGroupField["CURRENT_NETWORK"] = "CurrentNetwork";
|
|
185
254
|
ExportableAutoScalingGroupField["CURRENT_ON_DEMAND_PRICE"] = "CurrentOnDemandPrice";
|
|
255
|
+
ExportableAutoScalingGroupField["CURRENT_PERFORMANCE_RISK"] = "CurrentPerformanceRisk";
|
|
186
256
|
ExportableAutoScalingGroupField["CURRENT_STANDARD_ONE_YEAR_NO_UPFRONT_RESERVED_PRICE"] = "CurrentStandardOneYearNoUpfrontReservedPrice";
|
|
187
257
|
ExportableAutoScalingGroupField["CURRENT_STANDARD_THREE_YEAR_NO_UPFRONT_RESERVED_PRICE"] = "CurrentStandardThreeYearNoUpfrontReservedPrice";
|
|
188
258
|
ExportableAutoScalingGroupField["CURRENT_STORAGE"] = "CurrentStorage";
|
|
189
259
|
ExportableAutoScalingGroupField["CURRENT_VCPUS"] = "CurrentVCpus";
|
|
260
|
+
ExportableAutoScalingGroupField["EFFECTIVE_RECOMMENDATION_PREFERENCES_CPU_VENDOR_ARCHITECTURES"] = "EffectiveRecommendationPreferencesCpuVendorArchitectures";
|
|
261
|
+
ExportableAutoScalingGroupField["EFFECTIVE_RECOMMENDATION_PREFERENCES_ENHANCED_INFRASTRUCTURE_METRICS"] = "EffectiveRecommendationPreferencesEnhancedInfrastructureMetrics";
|
|
190
262
|
ExportableAutoScalingGroupField["FINDING"] = "Finding";
|
|
191
263
|
ExportableAutoScalingGroupField["LAST_REFRESH_TIMESTAMP"] = "LastRefreshTimestamp";
|
|
192
264
|
ExportableAutoScalingGroupField["LOOKBACK_PERIOD_IN_DAYS"] = "LookbackPeriodInDays";
|
|
@@ -194,12 +266,15 @@ var ExportableAutoScalingGroupField;
|
|
|
194
266
|
ExportableAutoScalingGroupField["RECOMMENDATION_OPTIONS_CONFIGURATION_INSTANCE_TYPE"] = "RecommendationOptionsConfigurationInstanceType";
|
|
195
267
|
ExportableAutoScalingGroupField["RECOMMENDATION_OPTIONS_CONFIGURATION_MAX_SIZE"] = "RecommendationOptionsConfigurationMaxSize";
|
|
196
268
|
ExportableAutoScalingGroupField["RECOMMENDATION_OPTIONS_CONFIGURATION_MIN_SIZE"] = "RecommendationOptionsConfigurationMinSize";
|
|
269
|
+
ExportableAutoScalingGroupField["RECOMMENDATION_OPTIONS_ESTIMATED_MONTHLY_SAVINGS_CURRENCY"] = "RecommendationOptionsEstimatedMonthlySavingsCurrency";
|
|
270
|
+
ExportableAutoScalingGroupField["RECOMMENDATION_OPTIONS_ESTIMATED_MONTHLY_SAVINGS_VALUE"] = "RecommendationOptionsEstimatedMonthlySavingsValue";
|
|
197
271
|
ExportableAutoScalingGroupField["RECOMMENDATION_OPTIONS_MEMORY"] = "RecommendationOptionsMemory";
|
|
198
272
|
ExportableAutoScalingGroupField["RECOMMENDATION_OPTIONS_NETWORK"] = "RecommendationOptionsNetwork";
|
|
199
273
|
ExportableAutoScalingGroupField["RECOMMENDATION_OPTIONS_ON_DEMAND_PRICE"] = "RecommendationOptionsOnDemandPrice";
|
|
200
274
|
ExportableAutoScalingGroupField["RECOMMENDATION_OPTIONS_PERFORMANCE_RISK"] = "RecommendationOptionsPerformanceRisk";
|
|
201
275
|
ExportableAutoScalingGroupField["RECOMMENDATION_OPTIONS_PROJECTED_UTILIZATION_METRICS_CPU_MAXIMUM"] = "RecommendationOptionsProjectedUtilizationMetricsCpuMaximum";
|
|
202
276
|
ExportableAutoScalingGroupField["RECOMMENDATION_OPTIONS_PROJECTED_UTILIZATION_METRICS_MEMORY_MAXIMUM"] = "RecommendationOptionsProjectedUtilizationMetricsMemoryMaximum";
|
|
277
|
+
ExportableAutoScalingGroupField["RECOMMENDATION_OPTIONS_SAVINGS_OPPORTUNITY_PERCENTAGE"] = "RecommendationOptionsSavingsOpportunityPercentage";
|
|
203
278
|
ExportableAutoScalingGroupField["RECOMMENDATION_OPTIONS_STANDARD_ONE_YEAR_NO_UPFRONT_RESERVED_PRICE"] = "RecommendationOptionsStandardOneYearNoUpfrontReservedPrice";
|
|
204
279
|
ExportableAutoScalingGroupField["RECOMMENDATION_OPTIONS_STANDARD_THREE_YEAR_NO_UPFRONT_RESERVED_PRICE"] = "RecommendationOptionsStandardThreeYearNoUpfrontReservedPrice";
|
|
205
280
|
ExportableAutoScalingGroupField["RECOMMENDATION_OPTIONS_STORAGE"] = "RecommendationOptionsStorage";
|
|
@@ -235,11 +310,6 @@ var Filter;
|
|
|
235
310
|
...obj,
|
|
236
311
|
});
|
|
237
312
|
})(Filter = exports.Filter || (exports.Filter = {}));
|
|
238
|
-
var CpuVendorArchitecture;
|
|
239
|
-
(function (CpuVendorArchitecture) {
|
|
240
|
-
CpuVendorArchitecture["AWS_ARM64"] = "AWS_ARM64";
|
|
241
|
-
CpuVendorArchitecture["CURRENT"] = "CURRENT";
|
|
242
|
-
})(CpuVendorArchitecture = exports.CpuVendorArchitecture || (exports.CpuVendorArchitecture = {}));
|
|
243
313
|
var RecommendationPreferences;
|
|
244
314
|
(function (RecommendationPreferences) {
|
|
245
315
|
RecommendationPreferences.filterSensitiveLog = (obj) => ({
|
|
@@ -280,6 +350,7 @@ var ExportableVolumeField;
|
|
|
280
350
|
ExportableVolumeField["CURRENT_CONFIGURATION_VOLUME_SIZE"] = "CurrentConfigurationVolumeSize";
|
|
281
351
|
ExportableVolumeField["CURRENT_CONFIGURATION_VOLUME_TYPE"] = "CurrentConfigurationVolumeType";
|
|
282
352
|
ExportableVolumeField["CURRENT_MONTHLY_PRICE"] = "CurrentMonthlyPrice";
|
|
353
|
+
ExportableVolumeField["CURRENT_PERFORMANCE_RISK"] = "CurrentPerformanceRisk";
|
|
283
354
|
ExportableVolumeField["FINDING"] = "Finding";
|
|
284
355
|
ExportableVolumeField["LAST_REFRESH_TIMESTAMP"] = "LastRefreshTimestamp";
|
|
285
356
|
ExportableVolumeField["LOOKBACK_PERIOD_IN_DAYS"] = "LookbackPeriodInDays";
|
|
@@ -289,8 +360,11 @@ var ExportableVolumeField;
|
|
|
289
360
|
ExportableVolumeField["RECOMMENDATION_OPTIONS_CONFIGURATION_VOLUME_BURST_THROUGHPUT"] = "RecommendationOptionsConfigurationVolumeBurstThroughput";
|
|
290
361
|
ExportableVolumeField["RECOMMENDATION_OPTIONS_CONFIGURATION_VOLUME_SIZE"] = "RecommendationOptionsConfigurationVolumeSize";
|
|
291
362
|
ExportableVolumeField["RECOMMENDATION_OPTIONS_CONFIGURATION_VOLUME_TYPE"] = "RecommendationOptionsConfigurationVolumeType";
|
|
363
|
+
ExportableVolumeField["RECOMMENDATION_OPTIONS_ESTIMATED_MONTHLY_SAVINGS_CURRENCY"] = "RecommendationOptionsEstimatedMonthlySavingsCurrency";
|
|
364
|
+
ExportableVolumeField["RECOMMENDATION_OPTIONS_ESTIMATED_MONTHLY_SAVINGS_VALUE"] = "RecommendationOptionsEstimatedMonthlySavingsValue";
|
|
292
365
|
ExportableVolumeField["RECOMMENDATION_OPTIONS_MONTHLY_PRICE"] = "RecommendationOptionsMonthlyPrice";
|
|
293
366
|
ExportableVolumeField["RECOMMENDATION_OPTIONS_PERFORMANCE_RISK"] = "RecommendationOptionsPerformanceRisk";
|
|
367
|
+
ExportableVolumeField["RECOMMENDATION_OPTIONS_SAVINGS_OPPORTUNITY_PERCENTAGE"] = "RecommendationOptionsSavingsOpportunityPercentage";
|
|
294
368
|
ExportableVolumeField["UTILIZATION_METRICS_VOLUME_READ_BYTES_PER_SECOND_MAXIMUM"] = "UtilizationMetricsVolumeReadBytesPerSecondMaximum";
|
|
295
369
|
ExportableVolumeField["UTILIZATION_METRICS_VOLUME_READ_OPS_PER_SECOND_MAXIMUM"] = "UtilizationMetricsVolumeReadOpsPerSecondMaximum";
|
|
296
370
|
ExportableVolumeField["UTILIZATION_METRICS_VOLUME_WRITE_BYTES_PER_SECOND_MAXIMUM"] = "UtilizationMetricsVolumeWriteBytesPerSecondMaximum";
|
|
@@ -326,10 +400,13 @@ var ExportableInstanceField;
|
|
|
326
400
|
ExportableInstanceField["CURRENT_MEMORY"] = "CurrentMemory";
|
|
327
401
|
ExportableInstanceField["CURRENT_NETWORK"] = "CurrentNetwork";
|
|
328
402
|
ExportableInstanceField["CURRENT_ON_DEMAND_PRICE"] = "CurrentOnDemandPrice";
|
|
403
|
+
ExportableInstanceField["CURRENT_PERFORMANCE_RISK"] = "CurrentPerformanceRisk";
|
|
329
404
|
ExportableInstanceField["CURRENT_STANDARD_ONE_YEAR_NO_UPFRONT_RESERVED_PRICE"] = "CurrentStandardOneYearNoUpfrontReservedPrice";
|
|
330
405
|
ExportableInstanceField["CURRENT_STANDARD_THREE_YEAR_NO_UPFRONT_RESERVED_PRICE"] = "CurrentStandardThreeYearNoUpfrontReservedPrice";
|
|
331
406
|
ExportableInstanceField["CURRENT_STORAGE"] = "CurrentStorage";
|
|
332
407
|
ExportableInstanceField["CURRENT_VCPUS"] = "CurrentVCpus";
|
|
408
|
+
ExportableInstanceField["EFFECTIVE_RECOMMENDATION_PREFERENCES_CPU_VENDOR_ARCHITECTURES"] = "EffectiveRecommendationPreferencesCpuVendorArchitectures";
|
|
409
|
+
ExportableInstanceField["EFFECTIVE_RECOMMENDATION_PREFERENCES_ENHANCED_INFRASTRUCTURE_METRICS"] = "EffectiveRecommendationPreferencesEnhancedInfrastructureMetrics";
|
|
333
410
|
ExportableInstanceField["FINDING"] = "Finding";
|
|
334
411
|
ExportableInstanceField["Finding_Reason_Codes"] = "FindingReasonCodes";
|
|
335
412
|
ExportableInstanceField["INSTANCE_ARN"] = "InstanceArn";
|
|
@@ -338,6 +415,8 @@ var ExportableInstanceField;
|
|
|
338
415
|
ExportableInstanceField["LOOKBACK_PERIOD_IN_DAYS"] = "LookbackPeriodInDays";
|
|
339
416
|
ExportableInstanceField["RECOMMENDATIONS_SOURCES_RECOMMENDATION_SOURCE_ARN"] = "RecommendationsSourcesRecommendationSourceArn";
|
|
340
417
|
ExportableInstanceField["RECOMMENDATIONS_SOURCES_RECOMMENDATION_SOURCE_TYPE"] = "RecommendationsSourcesRecommendationSourceType";
|
|
418
|
+
ExportableInstanceField["RECOMMENDATION_OPTIONS_ESTIMATED_MONTHLY_SAVINGS_CURRENCY"] = "RecommendationOptionsEstimatedMonthlySavingsCurrency";
|
|
419
|
+
ExportableInstanceField["RECOMMENDATION_OPTIONS_ESTIMATED_MONTHLY_SAVINGS_VALUE"] = "RecommendationOptionsEstimatedMonthlySavingsValue";
|
|
341
420
|
ExportableInstanceField["RECOMMENDATION_OPTIONS_INSTANCE_TYPE"] = "RecommendationOptionsInstanceType";
|
|
342
421
|
ExportableInstanceField["RECOMMENDATION_OPTIONS_MEMORY"] = "RecommendationOptionsMemory";
|
|
343
422
|
ExportableInstanceField["RECOMMENDATION_OPTIONS_NETWORK"] = "RecommendationOptionsNetwork";
|
|
@@ -346,6 +425,7 @@ var ExportableInstanceField;
|
|
|
346
425
|
ExportableInstanceField["RECOMMENDATION_OPTIONS_PLATFORM_DIFFERENCES"] = "RecommendationOptionsPlatformDifferences";
|
|
347
426
|
ExportableInstanceField["RECOMMENDATION_OPTIONS_PROJECTED_UTILIZATION_METRICS_CPU_MAXIMUM"] = "RecommendationOptionsProjectedUtilizationMetricsCpuMaximum";
|
|
348
427
|
ExportableInstanceField["RECOMMENDATION_OPTIONS_PROJECTED_UTILIZATION_METRICS_MEMORY_MAXIMUM"] = "RecommendationOptionsProjectedUtilizationMetricsMemoryMaximum";
|
|
428
|
+
ExportableInstanceField["RECOMMENDATION_OPTIONS_SAVINGS_OPPORTUNITY_PERCENTAGE"] = "RecommendationOptionsSavingsOpportunityPercentage";
|
|
349
429
|
ExportableInstanceField["RECOMMENDATION_OPTIONS_STANDARD_ONE_YEAR_NO_UPFRONT_RESERVED_PRICE"] = "RecommendationOptionsStandardOneYearNoUpfrontReservedPrice";
|
|
350
430
|
ExportableInstanceField["RECOMMENDATION_OPTIONS_STANDARD_THREE_YEAR_NO_UPFRONT_RESERVED_PRICE"] = "RecommendationOptionsStandardThreeYearNoUpfrontReservedPrice";
|
|
351
431
|
ExportableInstanceField["RECOMMENDATION_OPTIONS_STORAGE"] = "RecommendationOptionsStorage";
|
|
@@ -384,6 +464,7 @@ var ExportableLambdaFunctionField;
|
|
|
384
464
|
ExportableLambdaFunctionField["CURRENT_CONFIGURATION_TIMEOUT"] = "CurrentConfigurationTimeout";
|
|
385
465
|
ExportableLambdaFunctionField["CURRENT_COST_AVERAGE"] = "CurrentCostAverage";
|
|
386
466
|
ExportableLambdaFunctionField["CURRENT_COST_TOTAL"] = "CurrentCostTotal";
|
|
467
|
+
ExportableLambdaFunctionField["CURRENT_PERFORMANCE_RISK"] = "CurrentPerformanceRisk";
|
|
387
468
|
ExportableLambdaFunctionField["FINDING"] = "Finding";
|
|
388
469
|
ExportableLambdaFunctionField["FINDING_REASON_CODES"] = "FindingReasonCodes";
|
|
389
470
|
ExportableLambdaFunctionField["FUNCTION_ARN"] = "FunctionArn";
|
|
@@ -394,9 +475,12 @@ var ExportableLambdaFunctionField;
|
|
|
394
475
|
ExportableLambdaFunctionField["RECOMMENDATION_OPTIONS_CONFIGURATION_MEMORY_SIZE"] = "RecommendationOptionsConfigurationMemorySize";
|
|
395
476
|
ExportableLambdaFunctionField["RECOMMENDATION_OPTIONS_COST_HIGH"] = "RecommendationOptionsCostHigh";
|
|
396
477
|
ExportableLambdaFunctionField["RECOMMENDATION_OPTIONS_COST_LOW"] = "RecommendationOptionsCostLow";
|
|
478
|
+
ExportableLambdaFunctionField["RECOMMENDATION_OPTIONS_ESTIMATED_MONTHLY_SAVINGS_CURRENCY"] = "RecommendationOptionsEstimatedMonthlySavingsCurrency";
|
|
479
|
+
ExportableLambdaFunctionField["RECOMMENDATION_OPTIONS_ESTIMATED_MONTHLY_SAVINGS_VALUE"] = "RecommendationOptionsEstimatedMonthlySavingsValue";
|
|
397
480
|
ExportableLambdaFunctionField["RECOMMENDATION_OPTIONS_PROJECTED_UTILIZATION_METRICS_DURATION_EXPECTED"] = "RecommendationOptionsProjectedUtilizationMetricsDurationExpected";
|
|
398
481
|
ExportableLambdaFunctionField["RECOMMENDATION_OPTIONS_PROJECTED_UTILIZATION_METRICS_DURATION_LOWER_BOUND"] = "RecommendationOptionsProjectedUtilizationMetricsDurationLowerBound";
|
|
399
482
|
ExportableLambdaFunctionField["RECOMMENDATION_OPTIONS_PROJECTED_UTILIZATION_METRICS_DURATION_UPPER_BOUND"] = "RecommendationOptionsProjectedUtilizationMetricsDurationUpperBound";
|
|
483
|
+
ExportableLambdaFunctionField["RECOMMENDATION_OPTIONS_SAVINGS_OPPORTUNITY_PERCENTAGE"] = "RecommendationOptionsSavingsOpportunityPercentage";
|
|
400
484
|
ExportableLambdaFunctionField["UTILIZATION_METRICS_DURATION_AVERAGE"] = "UtilizationMetricsDurationAverage";
|
|
401
485
|
ExportableLambdaFunctionField["UTILIZATION_METRICS_DURATION_MAXIMUM"] = "UtilizationMetricsDurationMaximum";
|
|
402
486
|
ExportableLambdaFunctionField["UTILIZATION_METRICS_MEMORY_AVERAGE"] = "UtilizationMetricsMemoryAverage";
|
|
@@ -580,6 +664,18 @@ var GetEC2RecommendationProjectedMetricsResponse;
|
|
|
580
664
|
...obj,
|
|
581
665
|
});
|
|
582
666
|
})(GetEC2RecommendationProjectedMetricsResponse = exports.GetEC2RecommendationProjectedMetricsResponse || (exports.GetEC2RecommendationProjectedMetricsResponse = {}));
|
|
667
|
+
var GetEffectiveRecommendationPreferencesRequest;
|
|
668
|
+
(function (GetEffectiveRecommendationPreferencesRequest) {
|
|
669
|
+
GetEffectiveRecommendationPreferencesRequest.filterSensitiveLog = (obj) => ({
|
|
670
|
+
...obj,
|
|
671
|
+
});
|
|
672
|
+
})(GetEffectiveRecommendationPreferencesRequest = exports.GetEffectiveRecommendationPreferencesRequest || (exports.GetEffectiveRecommendationPreferencesRequest = {}));
|
|
673
|
+
var GetEffectiveRecommendationPreferencesResponse;
|
|
674
|
+
(function (GetEffectiveRecommendationPreferencesResponse) {
|
|
675
|
+
GetEffectiveRecommendationPreferencesResponse.filterSensitiveLog = (obj) => ({
|
|
676
|
+
...obj,
|
|
677
|
+
});
|
|
678
|
+
})(GetEffectiveRecommendationPreferencesResponse = exports.GetEffectiveRecommendationPreferencesResponse || (exports.GetEffectiveRecommendationPreferencesResponse = {}));
|
|
583
679
|
var GetEnrollmentStatusRequest;
|
|
584
680
|
(function (GetEnrollmentStatusRequest) {
|
|
585
681
|
GetEnrollmentStatusRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -683,12 +779,36 @@ var GetLambdaFunctionRecommendationsResponse;
|
|
|
683
779
|
...obj,
|
|
684
780
|
});
|
|
685
781
|
})(GetLambdaFunctionRecommendationsResponse = exports.GetLambdaFunctionRecommendationsResponse || (exports.GetLambdaFunctionRecommendationsResponse = {}));
|
|
782
|
+
var GetRecommendationPreferencesRequest;
|
|
783
|
+
(function (GetRecommendationPreferencesRequest) {
|
|
784
|
+
GetRecommendationPreferencesRequest.filterSensitiveLog = (obj) => ({
|
|
785
|
+
...obj,
|
|
786
|
+
});
|
|
787
|
+
})(GetRecommendationPreferencesRequest = exports.GetRecommendationPreferencesRequest || (exports.GetRecommendationPreferencesRequest = {}));
|
|
788
|
+
var RecommendationPreferencesDetail;
|
|
789
|
+
(function (RecommendationPreferencesDetail) {
|
|
790
|
+
RecommendationPreferencesDetail.filterSensitiveLog = (obj) => ({
|
|
791
|
+
...obj,
|
|
792
|
+
});
|
|
793
|
+
})(RecommendationPreferencesDetail = exports.RecommendationPreferencesDetail || (exports.RecommendationPreferencesDetail = {}));
|
|
794
|
+
var GetRecommendationPreferencesResponse;
|
|
795
|
+
(function (GetRecommendationPreferencesResponse) {
|
|
796
|
+
GetRecommendationPreferencesResponse.filterSensitiveLog = (obj) => ({
|
|
797
|
+
...obj,
|
|
798
|
+
});
|
|
799
|
+
})(GetRecommendationPreferencesResponse = exports.GetRecommendationPreferencesResponse || (exports.GetRecommendationPreferencesResponse = {}));
|
|
686
800
|
var GetRecommendationSummariesRequest;
|
|
687
801
|
(function (GetRecommendationSummariesRequest) {
|
|
688
802
|
GetRecommendationSummariesRequest.filterSensitiveLog = (obj) => ({
|
|
689
803
|
...obj,
|
|
690
804
|
});
|
|
691
805
|
})(GetRecommendationSummariesRequest = exports.GetRecommendationSummariesRequest || (exports.GetRecommendationSummariesRequest = {}));
|
|
806
|
+
var CurrentPerformanceRiskRatings;
|
|
807
|
+
(function (CurrentPerformanceRiskRatings) {
|
|
808
|
+
CurrentPerformanceRiskRatings.filterSensitiveLog = (obj) => ({
|
|
809
|
+
...obj,
|
|
810
|
+
});
|
|
811
|
+
})(CurrentPerformanceRiskRatings = exports.CurrentPerformanceRiskRatings || (exports.CurrentPerformanceRiskRatings = {}));
|
|
692
812
|
var FindingReasonCode;
|
|
693
813
|
(function (FindingReasonCode) {
|
|
694
814
|
FindingReasonCode["MEMORY_OVER_PROVISIONED"] = "MemoryOverprovisioned";
|
|
@@ -718,6 +838,18 @@ var GetRecommendationSummariesResponse;
|
|
|
718
838
|
...obj,
|
|
719
839
|
});
|
|
720
840
|
})(GetRecommendationSummariesResponse = exports.GetRecommendationSummariesResponse || (exports.GetRecommendationSummariesResponse = {}));
|
|
841
|
+
var PutRecommendationPreferencesRequest;
|
|
842
|
+
(function (PutRecommendationPreferencesRequest) {
|
|
843
|
+
PutRecommendationPreferencesRequest.filterSensitiveLog = (obj) => ({
|
|
844
|
+
...obj,
|
|
845
|
+
});
|
|
846
|
+
})(PutRecommendationPreferencesRequest = exports.PutRecommendationPreferencesRequest || (exports.PutRecommendationPreferencesRequest = {}));
|
|
847
|
+
var PutRecommendationPreferencesResponse;
|
|
848
|
+
(function (PutRecommendationPreferencesResponse) {
|
|
849
|
+
PutRecommendationPreferencesResponse.filterSensitiveLog = (obj) => ({
|
|
850
|
+
...obj,
|
|
851
|
+
});
|
|
852
|
+
})(PutRecommendationPreferencesResponse = exports.PutRecommendationPreferencesResponse || (exports.PutRecommendationPreferencesResponse = {}));
|
|
721
853
|
var UpdateEnrollmentStatusRequest;
|
|
722
854
|
(function (UpdateEnrollmentStatusRequest) {
|
|
723
855
|
UpdateEnrollmentStatusRequest.filterSensitiveLog = (obj) => ({
|