@aws-sdk/client-compute-optimizer 3.43.0 → 3.47.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 +50 -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/endpoints.js +1 -0
- package/dist-cjs/models/models_0.js +146 -68
- package/dist-cjs/protocols/Aws_json1_0.js +617 -1
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +9 -3
- 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/endpoints.js +1 -0
- package/dist-es/models/models_0.js +115 -48
- package/dist-es/protocols/Aws_json1_0.js +646 -8
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -6
- package/dist-types/ComputeOptimizer.d.ts +50 -27
- package/dist-types/ComputeOptimizerClient.d.ts +11 -3
- 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 +603 -293
- package/dist-types/protocols/Aws_json1_0.d.ts +12 -0
- package/dist-types/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/runtimeConfig.d.ts +4 -3
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/ComputeOptimizer.d.ts +20 -0
- package/dist-types/ts3.4/ComputeOptimizerClient.d.ts +9 -3
- 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 +266 -88
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +12 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +38 -45
|
@@ -1,8 +1,4 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
|
-
export var AccessDeniedException;
|
|
3
|
-
(function (AccessDeniedException) {
|
|
4
|
-
AccessDeniedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
5
|
-
})(AccessDeniedException || (AccessDeniedException = {}));
|
|
6
2
|
export var Status;
|
|
7
3
|
(function (Status) {
|
|
8
4
|
Status["ACTIVE"] = "Active";
|
|
@@ -18,6 +14,27 @@ export var AutoScalingGroupConfiguration;
|
|
|
18
14
|
(function (AutoScalingGroupConfiguration) {
|
|
19
15
|
AutoScalingGroupConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
20
16
|
})(AutoScalingGroupConfiguration || (AutoScalingGroupConfiguration = {}));
|
|
17
|
+
export var CurrentPerformanceRisk;
|
|
18
|
+
(function (CurrentPerformanceRisk) {
|
|
19
|
+
CurrentPerformanceRisk["HIGH"] = "High";
|
|
20
|
+
CurrentPerformanceRisk["LOW"] = "Low";
|
|
21
|
+
CurrentPerformanceRisk["MEDIUM"] = "Medium";
|
|
22
|
+
CurrentPerformanceRisk["VERY_LOW"] = "VeryLow";
|
|
23
|
+
})(CurrentPerformanceRisk || (CurrentPerformanceRisk = {}));
|
|
24
|
+
export var CpuVendorArchitecture;
|
|
25
|
+
(function (CpuVendorArchitecture) {
|
|
26
|
+
CpuVendorArchitecture["AWS_ARM64"] = "AWS_ARM64";
|
|
27
|
+
CpuVendorArchitecture["CURRENT"] = "CURRENT";
|
|
28
|
+
})(CpuVendorArchitecture || (CpuVendorArchitecture = {}));
|
|
29
|
+
export var EnhancedInfrastructureMetrics;
|
|
30
|
+
(function (EnhancedInfrastructureMetrics) {
|
|
31
|
+
EnhancedInfrastructureMetrics["ACTIVE"] = "Active";
|
|
32
|
+
EnhancedInfrastructureMetrics["INACTIVE"] = "Inactive";
|
|
33
|
+
})(EnhancedInfrastructureMetrics || (EnhancedInfrastructureMetrics = {}));
|
|
34
|
+
export var EffectiveRecommendationPreferences;
|
|
35
|
+
(function (EffectiveRecommendationPreferences) {
|
|
36
|
+
EffectiveRecommendationPreferences.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
37
|
+
})(EffectiveRecommendationPreferences || (EffectiveRecommendationPreferences = {}));
|
|
21
38
|
export var Finding;
|
|
22
39
|
(function (Finding) {
|
|
23
40
|
Finding["NOT_OPTIMIZED"] = "NotOptimized";
|
|
@@ -51,6 +68,19 @@ export var UtilizationMetric;
|
|
|
51
68
|
(function (UtilizationMetric) {
|
|
52
69
|
UtilizationMetric.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
53
70
|
})(UtilizationMetric || (UtilizationMetric = {}));
|
|
71
|
+
export var Currency;
|
|
72
|
+
(function (Currency) {
|
|
73
|
+
Currency["CNY"] = "CNY";
|
|
74
|
+
Currency["USD"] = "USD";
|
|
75
|
+
})(Currency || (Currency = {}));
|
|
76
|
+
export var EstimatedMonthlySavings;
|
|
77
|
+
(function (EstimatedMonthlySavings) {
|
|
78
|
+
EstimatedMonthlySavings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
79
|
+
})(EstimatedMonthlySavings || (EstimatedMonthlySavings = {}));
|
|
80
|
+
export var SavingsOpportunity;
|
|
81
|
+
(function (SavingsOpportunity) {
|
|
82
|
+
SavingsOpportunity.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
83
|
+
})(SavingsOpportunity || (SavingsOpportunity = {}));
|
|
54
84
|
export var AutoScalingGroupRecommendationOption;
|
|
55
85
|
(function (AutoScalingGroupRecommendationOption) {
|
|
56
86
|
AutoScalingGroupRecommendationOption.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -59,6 +89,35 @@ export var AutoScalingGroupRecommendation;
|
|
|
59
89
|
(function (AutoScalingGroupRecommendation) {
|
|
60
90
|
AutoScalingGroupRecommendation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
61
91
|
})(AutoScalingGroupRecommendation || (AutoScalingGroupRecommendation = {}));
|
|
92
|
+
export var RecommendationPreferenceName;
|
|
93
|
+
(function (RecommendationPreferenceName) {
|
|
94
|
+
RecommendationPreferenceName["ENHANCED_INFRASTRUCTURE_METRICS"] = "EnhancedInfrastructureMetrics";
|
|
95
|
+
})(RecommendationPreferenceName || (RecommendationPreferenceName = {}));
|
|
96
|
+
export var ResourceType;
|
|
97
|
+
(function (ResourceType) {
|
|
98
|
+
ResourceType["AUTO_SCALING_GROUP"] = "AutoScalingGroup";
|
|
99
|
+
ResourceType["EBS_VOLUME"] = "EbsVolume";
|
|
100
|
+
ResourceType["EC2_INSTANCE"] = "Ec2Instance";
|
|
101
|
+
ResourceType["LAMBDA_FUNCTION"] = "LambdaFunction";
|
|
102
|
+
})(ResourceType || (ResourceType = {}));
|
|
103
|
+
export var ScopeName;
|
|
104
|
+
(function (ScopeName) {
|
|
105
|
+
ScopeName["ACCOUNT_ID"] = "AccountId";
|
|
106
|
+
ScopeName["ORGANIZATION"] = "Organization";
|
|
107
|
+
ScopeName["RESOURCE_ARN"] = "ResourceArn";
|
|
108
|
+
})(ScopeName || (ScopeName = {}));
|
|
109
|
+
export var Scope;
|
|
110
|
+
(function (Scope) {
|
|
111
|
+
Scope.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
112
|
+
})(Scope || (Scope = {}));
|
|
113
|
+
export var DeleteRecommendationPreferencesRequest;
|
|
114
|
+
(function (DeleteRecommendationPreferencesRequest) {
|
|
115
|
+
DeleteRecommendationPreferencesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
116
|
+
})(DeleteRecommendationPreferencesRequest || (DeleteRecommendationPreferencesRequest = {}));
|
|
117
|
+
export var DeleteRecommendationPreferencesResponse;
|
|
118
|
+
(function (DeleteRecommendationPreferencesResponse) {
|
|
119
|
+
DeleteRecommendationPreferencesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
120
|
+
})(DeleteRecommendationPreferencesResponse || (DeleteRecommendationPreferencesResponse = {}));
|
|
62
121
|
export var JobFilterName;
|
|
63
122
|
(function (JobFilterName) {
|
|
64
123
|
JobFilterName["JOB_STATUS"] = "JobStatus";
|
|
@@ -80,13 +139,6 @@ export var ExportDestination;
|
|
|
80
139
|
(function (ExportDestination) {
|
|
81
140
|
ExportDestination.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
82
141
|
})(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
142
|
export var JobStatus;
|
|
91
143
|
(function (JobStatus) {
|
|
92
144
|
JobStatus["COMPLETE"] = "Complete";
|
|
@@ -102,34 +154,6 @@ export var DescribeRecommendationExportJobsResponse;
|
|
|
102
154
|
(function (DescribeRecommendationExportJobsResponse) {
|
|
103
155
|
DescribeRecommendationExportJobsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
104
156
|
})(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
157
|
export var ExportableAutoScalingGroupField;
|
|
134
158
|
(function (ExportableAutoScalingGroupField) {
|
|
135
159
|
ExportableAutoScalingGroupField["ACCOUNT_ID"] = "AccountId";
|
|
@@ -142,10 +166,13 @@ export var ExportableAutoScalingGroupField;
|
|
|
142
166
|
ExportableAutoScalingGroupField["CURRENT_MEMORY"] = "CurrentMemory";
|
|
143
167
|
ExportableAutoScalingGroupField["CURRENT_NETWORK"] = "CurrentNetwork";
|
|
144
168
|
ExportableAutoScalingGroupField["CURRENT_ON_DEMAND_PRICE"] = "CurrentOnDemandPrice";
|
|
169
|
+
ExportableAutoScalingGroupField["CURRENT_PERFORMANCE_RISK"] = "CurrentPerformanceRisk";
|
|
145
170
|
ExportableAutoScalingGroupField["CURRENT_STANDARD_ONE_YEAR_NO_UPFRONT_RESERVED_PRICE"] = "CurrentStandardOneYearNoUpfrontReservedPrice";
|
|
146
171
|
ExportableAutoScalingGroupField["CURRENT_STANDARD_THREE_YEAR_NO_UPFRONT_RESERVED_PRICE"] = "CurrentStandardThreeYearNoUpfrontReservedPrice";
|
|
147
172
|
ExportableAutoScalingGroupField["CURRENT_STORAGE"] = "CurrentStorage";
|
|
148
173
|
ExportableAutoScalingGroupField["CURRENT_VCPUS"] = "CurrentVCpus";
|
|
174
|
+
ExportableAutoScalingGroupField["EFFECTIVE_RECOMMENDATION_PREFERENCES_CPU_VENDOR_ARCHITECTURES"] = "EffectiveRecommendationPreferencesCpuVendorArchitectures";
|
|
175
|
+
ExportableAutoScalingGroupField["EFFECTIVE_RECOMMENDATION_PREFERENCES_ENHANCED_INFRASTRUCTURE_METRICS"] = "EffectiveRecommendationPreferencesEnhancedInfrastructureMetrics";
|
|
149
176
|
ExportableAutoScalingGroupField["FINDING"] = "Finding";
|
|
150
177
|
ExportableAutoScalingGroupField["LAST_REFRESH_TIMESTAMP"] = "LastRefreshTimestamp";
|
|
151
178
|
ExportableAutoScalingGroupField["LOOKBACK_PERIOD_IN_DAYS"] = "LookbackPeriodInDays";
|
|
@@ -153,12 +180,15 @@ export var ExportableAutoScalingGroupField;
|
|
|
153
180
|
ExportableAutoScalingGroupField["RECOMMENDATION_OPTIONS_CONFIGURATION_INSTANCE_TYPE"] = "RecommendationOptionsConfigurationInstanceType";
|
|
154
181
|
ExportableAutoScalingGroupField["RECOMMENDATION_OPTIONS_CONFIGURATION_MAX_SIZE"] = "RecommendationOptionsConfigurationMaxSize";
|
|
155
182
|
ExportableAutoScalingGroupField["RECOMMENDATION_OPTIONS_CONFIGURATION_MIN_SIZE"] = "RecommendationOptionsConfigurationMinSize";
|
|
183
|
+
ExportableAutoScalingGroupField["RECOMMENDATION_OPTIONS_ESTIMATED_MONTHLY_SAVINGS_CURRENCY"] = "RecommendationOptionsEstimatedMonthlySavingsCurrency";
|
|
184
|
+
ExportableAutoScalingGroupField["RECOMMENDATION_OPTIONS_ESTIMATED_MONTHLY_SAVINGS_VALUE"] = "RecommendationOptionsEstimatedMonthlySavingsValue";
|
|
156
185
|
ExportableAutoScalingGroupField["RECOMMENDATION_OPTIONS_MEMORY"] = "RecommendationOptionsMemory";
|
|
157
186
|
ExportableAutoScalingGroupField["RECOMMENDATION_OPTIONS_NETWORK"] = "RecommendationOptionsNetwork";
|
|
158
187
|
ExportableAutoScalingGroupField["RECOMMENDATION_OPTIONS_ON_DEMAND_PRICE"] = "RecommendationOptionsOnDemandPrice";
|
|
159
188
|
ExportableAutoScalingGroupField["RECOMMENDATION_OPTIONS_PERFORMANCE_RISK"] = "RecommendationOptionsPerformanceRisk";
|
|
160
189
|
ExportableAutoScalingGroupField["RECOMMENDATION_OPTIONS_PROJECTED_UTILIZATION_METRICS_CPU_MAXIMUM"] = "RecommendationOptionsProjectedUtilizationMetricsCpuMaximum";
|
|
161
190
|
ExportableAutoScalingGroupField["RECOMMENDATION_OPTIONS_PROJECTED_UTILIZATION_METRICS_MEMORY_MAXIMUM"] = "RecommendationOptionsProjectedUtilizationMetricsMemoryMaximum";
|
|
191
|
+
ExportableAutoScalingGroupField["RECOMMENDATION_OPTIONS_SAVINGS_OPPORTUNITY_PERCENTAGE"] = "RecommendationOptionsSavingsOpportunityPercentage";
|
|
162
192
|
ExportableAutoScalingGroupField["RECOMMENDATION_OPTIONS_STANDARD_ONE_YEAR_NO_UPFRONT_RESERVED_PRICE"] = "RecommendationOptionsStandardOneYearNoUpfrontReservedPrice";
|
|
163
193
|
ExportableAutoScalingGroupField["RECOMMENDATION_OPTIONS_STANDARD_THREE_YEAR_NO_UPFRONT_RESERVED_PRICE"] = "RecommendationOptionsStandardThreeYearNoUpfrontReservedPrice";
|
|
164
194
|
ExportableAutoScalingGroupField["RECOMMENDATION_OPTIONS_STORAGE"] = "RecommendationOptionsStorage";
|
|
@@ -192,11 +222,6 @@ export var Filter;
|
|
|
192
222
|
(function (Filter) {
|
|
193
223
|
Filter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
194
224
|
})(Filter || (Filter = {}));
|
|
195
|
-
export var CpuVendorArchitecture;
|
|
196
|
-
(function (CpuVendorArchitecture) {
|
|
197
|
-
CpuVendorArchitecture["AWS_ARM64"] = "AWS_ARM64";
|
|
198
|
-
CpuVendorArchitecture["CURRENT"] = "CURRENT";
|
|
199
|
-
})(CpuVendorArchitecture || (CpuVendorArchitecture = {}));
|
|
200
225
|
export var RecommendationPreferences;
|
|
201
226
|
(function (RecommendationPreferences) {
|
|
202
227
|
RecommendationPreferences.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -213,10 +238,6 @@ export var ExportAutoScalingGroupRecommendationsResponse;
|
|
|
213
238
|
(function (ExportAutoScalingGroupRecommendationsResponse) {
|
|
214
239
|
ExportAutoScalingGroupRecommendationsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
215
240
|
})(ExportAutoScalingGroupRecommendationsResponse || (ExportAutoScalingGroupRecommendationsResponse = {}));
|
|
216
|
-
export var LimitExceededException;
|
|
217
|
-
(function (LimitExceededException) {
|
|
218
|
-
LimitExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
219
|
-
})(LimitExceededException || (LimitExceededException = {}));
|
|
220
241
|
export var ExportableVolumeField;
|
|
221
242
|
(function (ExportableVolumeField) {
|
|
222
243
|
ExportableVolumeField["ACCOUNT_ID"] = "AccountId";
|
|
@@ -227,6 +248,7 @@ export var ExportableVolumeField;
|
|
|
227
248
|
ExportableVolumeField["CURRENT_CONFIGURATION_VOLUME_SIZE"] = "CurrentConfigurationVolumeSize";
|
|
228
249
|
ExportableVolumeField["CURRENT_CONFIGURATION_VOLUME_TYPE"] = "CurrentConfigurationVolumeType";
|
|
229
250
|
ExportableVolumeField["CURRENT_MONTHLY_PRICE"] = "CurrentMonthlyPrice";
|
|
251
|
+
ExportableVolumeField["CURRENT_PERFORMANCE_RISK"] = "CurrentPerformanceRisk";
|
|
230
252
|
ExportableVolumeField["FINDING"] = "Finding";
|
|
231
253
|
ExportableVolumeField["LAST_REFRESH_TIMESTAMP"] = "LastRefreshTimestamp";
|
|
232
254
|
ExportableVolumeField["LOOKBACK_PERIOD_IN_DAYS"] = "LookbackPeriodInDays";
|
|
@@ -236,8 +258,11 @@ export var ExportableVolumeField;
|
|
|
236
258
|
ExportableVolumeField["RECOMMENDATION_OPTIONS_CONFIGURATION_VOLUME_BURST_THROUGHPUT"] = "RecommendationOptionsConfigurationVolumeBurstThroughput";
|
|
237
259
|
ExportableVolumeField["RECOMMENDATION_OPTIONS_CONFIGURATION_VOLUME_SIZE"] = "RecommendationOptionsConfigurationVolumeSize";
|
|
238
260
|
ExportableVolumeField["RECOMMENDATION_OPTIONS_CONFIGURATION_VOLUME_TYPE"] = "RecommendationOptionsConfigurationVolumeType";
|
|
261
|
+
ExportableVolumeField["RECOMMENDATION_OPTIONS_ESTIMATED_MONTHLY_SAVINGS_CURRENCY"] = "RecommendationOptionsEstimatedMonthlySavingsCurrency";
|
|
262
|
+
ExportableVolumeField["RECOMMENDATION_OPTIONS_ESTIMATED_MONTHLY_SAVINGS_VALUE"] = "RecommendationOptionsEstimatedMonthlySavingsValue";
|
|
239
263
|
ExportableVolumeField["RECOMMENDATION_OPTIONS_MONTHLY_PRICE"] = "RecommendationOptionsMonthlyPrice";
|
|
240
264
|
ExportableVolumeField["RECOMMENDATION_OPTIONS_PERFORMANCE_RISK"] = "RecommendationOptionsPerformanceRisk";
|
|
265
|
+
ExportableVolumeField["RECOMMENDATION_OPTIONS_SAVINGS_OPPORTUNITY_PERCENTAGE"] = "RecommendationOptionsSavingsOpportunityPercentage";
|
|
241
266
|
ExportableVolumeField["UTILIZATION_METRICS_VOLUME_READ_BYTES_PER_SECOND_MAXIMUM"] = "UtilizationMetricsVolumeReadBytesPerSecondMaximum";
|
|
242
267
|
ExportableVolumeField["UTILIZATION_METRICS_VOLUME_READ_OPS_PER_SECOND_MAXIMUM"] = "UtilizationMetricsVolumeReadOpsPerSecondMaximum";
|
|
243
268
|
ExportableVolumeField["UTILIZATION_METRICS_VOLUME_WRITE_BYTES_PER_SECOND_MAXIMUM"] = "UtilizationMetricsVolumeWriteBytesPerSecondMaximum";
|
|
@@ -267,10 +292,13 @@ export var ExportableInstanceField;
|
|
|
267
292
|
ExportableInstanceField["CURRENT_MEMORY"] = "CurrentMemory";
|
|
268
293
|
ExportableInstanceField["CURRENT_NETWORK"] = "CurrentNetwork";
|
|
269
294
|
ExportableInstanceField["CURRENT_ON_DEMAND_PRICE"] = "CurrentOnDemandPrice";
|
|
295
|
+
ExportableInstanceField["CURRENT_PERFORMANCE_RISK"] = "CurrentPerformanceRisk";
|
|
270
296
|
ExportableInstanceField["CURRENT_STANDARD_ONE_YEAR_NO_UPFRONT_RESERVED_PRICE"] = "CurrentStandardOneYearNoUpfrontReservedPrice";
|
|
271
297
|
ExportableInstanceField["CURRENT_STANDARD_THREE_YEAR_NO_UPFRONT_RESERVED_PRICE"] = "CurrentStandardThreeYearNoUpfrontReservedPrice";
|
|
272
298
|
ExportableInstanceField["CURRENT_STORAGE"] = "CurrentStorage";
|
|
273
299
|
ExportableInstanceField["CURRENT_VCPUS"] = "CurrentVCpus";
|
|
300
|
+
ExportableInstanceField["EFFECTIVE_RECOMMENDATION_PREFERENCES_CPU_VENDOR_ARCHITECTURES"] = "EffectiveRecommendationPreferencesCpuVendorArchitectures";
|
|
301
|
+
ExportableInstanceField["EFFECTIVE_RECOMMENDATION_PREFERENCES_ENHANCED_INFRASTRUCTURE_METRICS"] = "EffectiveRecommendationPreferencesEnhancedInfrastructureMetrics";
|
|
274
302
|
ExportableInstanceField["FINDING"] = "Finding";
|
|
275
303
|
ExportableInstanceField["Finding_Reason_Codes"] = "FindingReasonCodes";
|
|
276
304
|
ExportableInstanceField["INSTANCE_ARN"] = "InstanceArn";
|
|
@@ -279,6 +307,8 @@ export var ExportableInstanceField;
|
|
|
279
307
|
ExportableInstanceField["LOOKBACK_PERIOD_IN_DAYS"] = "LookbackPeriodInDays";
|
|
280
308
|
ExportableInstanceField["RECOMMENDATIONS_SOURCES_RECOMMENDATION_SOURCE_ARN"] = "RecommendationsSourcesRecommendationSourceArn";
|
|
281
309
|
ExportableInstanceField["RECOMMENDATIONS_SOURCES_RECOMMENDATION_SOURCE_TYPE"] = "RecommendationsSourcesRecommendationSourceType";
|
|
310
|
+
ExportableInstanceField["RECOMMENDATION_OPTIONS_ESTIMATED_MONTHLY_SAVINGS_CURRENCY"] = "RecommendationOptionsEstimatedMonthlySavingsCurrency";
|
|
311
|
+
ExportableInstanceField["RECOMMENDATION_OPTIONS_ESTIMATED_MONTHLY_SAVINGS_VALUE"] = "RecommendationOptionsEstimatedMonthlySavingsValue";
|
|
282
312
|
ExportableInstanceField["RECOMMENDATION_OPTIONS_INSTANCE_TYPE"] = "RecommendationOptionsInstanceType";
|
|
283
313
|
ExportableInstanceField["RECOMMENDATION_OPTIONS_MEMORY"] = "RecommendationOptionsMemory";
|
|
284
314
|
ExportableInstanceField["RECOMMENDATION_OPTIONS_NETWORK"] = "RecommendationOptionsNetwork";
|
|
@@ -287,6 +317,7 @@ export var ExportableInstanceField;
|
|
|
287
317
|
ExportableInstanceField["RECOMMENDATION_OPTIONS_PLATFORM_DIFFERENCES"] = "RecommendationOptionsPlatformDifferences";
|
|
288
318
|
ExportableInstanceField["RECOMMENDATION_OPTIONS_PROJECTED_UTILIZATION_METRICS_CPU_MAXIMUM"] = "RecommendationOptionsProjectedUtilizationMetricsCpuMaximum";
|
|
289
319
|
ExportableInstanceField["RECOMMENDATION_OPTIONS_PROJECTED_UTILIZATION_METRICS_MEMORY_MAXIMUM"] = "RecommendationOptionsProjectedUtilizationMetricsMemoryMaximum";
|
|
320
|
+
ExportableInstanceField["RECOMMENDATION_OPTIONS_SAVINGS_OPPORTUNITY_PERCENTAGE"] = "RecommendationOptionsSavingsOpportunityPercentage";
|
|
290
321
|
ExportableInstanceField["RECOMMENDATION_OPTIONS_STANDARD_ONE_YEAR_NO_UPFRONT_RESERVED_PRICE"] = "RecommendationOptionsStandardOneYearNoUpfrontReservedPrice";
|
|
291
322
|
ExportableInstanceField["RECOMMENDATION_OPTIONS_STANDARD_THREE_YEAR_NO_UPFRONT_RESERVED_PRICE"] = "RecommendationOptionsStandardThreeYearNoUpfrontReservedPrice";
|
|
292
323
|
ExportableInstanceField["RECOMMENDATION_OPTIONS_STORAGE"] = "RecommendationOptionsStorage";
|
|
@@ -321,6 +352,7 @@ export var ExportableLambdaFunctionField;
|
|
|
321
352
|
ExportableLambdaFunctionField["CURRENT_CONFIGURATION_TIMEOUT"] = "CurrentConfigurationTimeout";
|
|
322
353
|
ExportableLambdaFunctionField["CURRENT_COST_AVERAGE"] = "CurrentCostAverage";
|
|
323
354
|
ExportableLambdaFunctionField["CURRENT_COST_TOTAL"] = "CurrentCostTotal";
|
|
355
|
+
ExportableLambdaFunctionField["CURRENT_PERFORMANCE_RISK"] = "CurrentPerformanceRisk";
|
|
324
356
|
ExportableLambdaFunctionField["FINDING"] = "Finding";
|
|
325
357
|
ExportableLambdaFunctionField["FINDING_REASON_CODES"] = "FindingReasonCodes";
|
|
326
358
|
ExportableLambdaFunctionField["FUNCTION_ARN"] = "FunctionArn";
|
|
@@ -331,9 +363,12 @@ export var ExportableLambdaFunctionField;
|
|
|
331
363
|
ExportableLambdaFunctionField["RECOMMENDATION_OPTIONS_CONFIGURATION_MEMORY_SIZE"] = "RecommendationOptionsConfigurationMemorySize";
|
|
332
364
|
ExportableLambdaFunctionField["RECOMMENDATION_OPTIONS_COST_HIGH"] = "RecommendationOptionsCostHigh";
|
|
333
365
|
ExportableLambdaFunctionField["RECOMMENDATION_OPTIONS_COST_LOW"] = "RecommendationOptionsCostLow";
|
|
366
|
+
ExportableLambdaFunctionField["RECOMMENDATION_OPTIONS_ESTIMATED_MONTHLY_SAVINGS_CURRENCY"] = "RecommendationOptionsEstimatedMonthlySavingsCurrency";
|
|
367
|
+
ExportableLambdaFunctionField["RECOMMENDATION_OPTIONS_ESTIMATED_MONTHLY_SAVINGS_VALUE"] = "RecommendationOptionsEstimatedMonthlySavingsValue";
|
|
334
368
|
ExportableLambdaFunctionField["RECOMMENDATION_OPTIONS_PROJECTED_UTILIZATION_METRICS_DURATION_EXPECTED"] = "RecommendationOptionsProjectedUtilizationMetricsDurationExpected";
|
|
335
369
|
ExportableLambdaFunctionField["RECOMMENDATION_OPTIONS_PROJECTED_UTILIZATION_METRICS_DURATION_LOWER_BOUND"] = "RecommendationOptionsProjectedUtilizationMetricsDurationLowerBound";
|
|
336
370
|
ExportableLambdaFunctionField["RECOMMENDATION_OPTIONS_PROJECTED_UTILIZATION_METRICS_DURATION_UPPER_BOUND"] = "RecommendationOptionsProjectedUtilizationMetricsDurationUpperBound";
|
|
371
|
+
ExportableLambdaFunctionField["RECOMMENDATION_OPTIONS_SAVINGS_OPPORTUNITY_PERCENTAGE"] = "RecommendationOptionsSavingsOpportunityPercentage";
|
|
337
372
|
ExportableLambdaFunctionField["UTILIZATION_METRICS_DURATION_AVERAGE"] = "UtilizationMetricsDurationAverage";
|
|
338
373
|
ExportableLambdaFunctionField["UTILIZATION_METRICS_DURATION_MAXIMUM"] = "UtilizationMetricsDurationMaximum";
|
|
339
374
|
ExportableLambdaFunctionField["UTILIZATION_METRICS_MEMORY_AVERAGE"] = "UtilizationMetricsMemoryAverage";
|
|
@@ -475,6 +510,14 @@ export var GetEC2RecommendationProjectedMetricsResponse;
|
|
|
475
510
|
(function (GetEC2RecommendationProjectedMetricsResponse) {
|
|
476
511
|
GetEC2RecommendationProjectedMetricsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
477
512
|
})(GetEC2RecommendationProjectedMetricsResponse || (GetEC2RecommendationProjectedMetricsResponse = {}));
|
|
513
|
+
export var GetEffectiveRecommendationPreferencesRequest;
|
|
514
|
+
(function (GetEffectiveRecommendationPreferencesRequest) {
|
|
515
|
+
GetEffectiveRecommendationPreferencesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
516
|
+
})(GetEffectiveRecommendationPreferencesRequest || (GetEffectiveRecommendationPreferencesRequest = {}));
|
|
517
|
+
export var GetEffectiveRecommendationPreferencesResponse;
|
|
518
|
+
(function (GetEffectiveRecommendationPreferencesResponse) {
|
|
519
|
+
GetEffectiveRecommendationPreferencesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
520
|
+
})(GetEffectiveRecommendationPreferencesResponse || (GetEffectiveRecommendationPreferencesResponse = {}));
|
|
478
521
|
export var GetEnrollmentStatusRequest;
|
|
479
522
|
(function (GetEnrollmentStatusRequest) {
|
|
480
523
|
GetEnrollmentStatusRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -556,10 +599,26 @@ export var GetLambdaFunctionRecommendationsResponse;
|
|
|
556
599
|
(function (GetLambdaFunctionRecommendationsResponse) {
|
|
557
600
|
GetLambdaFunctionRecommendationsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
558
601
|
})(GetLambdaFunctionRecommendationsResponse || (GetLambdaFunctionRecommendationsResponse = {}));
|
|
602
|
+
export var GetRecommendationPreferencesRequest;
|
|
603
|
+
(function (GetRecommendationPreferencesRequest) {
|
|
604
|
+
GetRecommendationPreferencesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
605
|
+
})(GetRecommendationPreferencesRequest || (GetRecommendationPreferencesRequest = {}));
|
|
606
|
+
export var RecommendationPreferencesDetail;
|
|
607
|
+
(function (RecommendationPreferencesDetail) {
|
|
608
|
+
RecommendationPreferencesDetail.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
609
|
+
})(RecommendationPreferencesDetail || (RecommendationPreferencesDetail = {}));
|
|
610
|
+
export var GetRecommendationPreferencesResponse;
|
|
611
|
+
(function (GetRecommendationPreferencesResponse) {
|
|
612
|
+
GetRecommendationPreferencesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
613
|
+
})(GetRecommendationPreferencesResponse || (GetRecommendationPreferencesResponse = {}));
|
|
559
614
|
export var GetRecommendationSummariesRequest;
|
|
560
615
|
(function (GetRecommendationSummariesRequest) {
|
|
561
616
|
GetRecommendationSummariesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
562
617
|
})(GetRecommendationSummariesRequest || (GetRecommendationSummariesRequest = {}));
|
|
618
|
+
export var CurrentPerformanceRiskRatings;
|
|
619
|
+
(function (CurrentPerformanceRiskRatings) {
|
|
620
|
+
CurrentPerformanceRiskRatings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
621
|
+
})(CurrentPerformanceRiskRatings || (CurrentPerformanceRiskRatings = {}));
|
|
563
622
|
export var FindingReasonCode;
|
|
564
623
|
(function (FindingReasonCode) {
|
|
565
624
|
FindingReasonCode["MEMORY_OVER_PROVISIONED"] = "MemoryOverprovisioned";
|
|
@@ -581,6 +640,14 @@ export var GetRecommendationSummariesResponse;
|
|
|
581
640
|
(function (GetRecommendationSummariesResponse) {
|
|
582
641
|
GetRecommendationSummariesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
583
642
|
})(GetRecommendationSummariesResponse || (GetRecommendationSummariesResponse = {}));
|
|
643
|
+
export var PutRecommendationPreferencesRequest;
|
|
644
|
+
(function (PutRecommendationPreferencesRequest) {
|
|
645
|
+
PutRecommendationPreferencesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
646
|
+
})(PutRecommendationPreferencesRequest || (PutRecommendationPreferencesRequest = {}));
|
|
647
|
+
export var PutRecommendationPreferencesResponse;
|
|
648
|
+
(function (PutRecommendationPreferencesResponse) {
|
|
649
|
+
PutRecommendationPreferencesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
650
|
+
})(PutRecommendationPreferencesResponse || (PutRecommendationPreferencesResponse = {}));
|
|
584
651
|
export var UpdateEnrollmentStatusRequest;
|
|
585
652
|
(function (UpdateEnrollmentStatusRequest) {
|
|
586
653
|
UpdateEnrollmentStatusRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|