@aws-sdk/client-compute-optimizer 3.130.0 → 3.141.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 +30 -0
- package/README.md +1 -1
- package/dist-cjs/commands/DeleteRecommendationPreferencesCommand.js +2 -2
- package/dist-cjs/commands/DescribeRecommendationExportJobsCommand.js +2 -2
- package/dist-cjs/commands/ExportAutoScalingGroupRecommendationsCommand.js +2 -2
- package/dist-cjs/commands/ExportEBSVolumeRecommendationsCommand.js +2 -2
- package/dist-cjs/commands/ExportEC2InstanceRecommendationsCommand.js +2 -2
- package/dist-cjs/commands/ExportLambdaFunctionRecommendationsCommand.js +2 -2
- package/dist-cjs/commands/GetAutoScalingGroupRecommendationsCommand.js +2 -2
- package/dist-cjs/commands/GetEBSVolumeRecommendationsCommand.js +2 -2
- package/dist-cjs/commands/GetEC2InstanceRecommendationsCommand.js +2 -2
- package/dist-cjs/commands/GetEC2RecommendationProjectedMetricsCommand.js +2 -2
- package/dist-cjs/commands/GetEffectiveRecommendationPreferencesCommand.js +2 -2
- package/dist-cjs/commands/GetEnrollmentStatusCommand.js +2 -2
- package/dist-cjs/commands/GetEnrollmentStatusesForOrganizationCommand.js +2 -2
- package/dist-cjs/commands/GetLambdaFunctionRecommendationsCommand.js +2 -2
- package/dist-cjs/commands/GetRecommendationPreferencesCommand.js +2 -2
- package/dist-cjs/commands/GetRecommendationSummariesCommand.js +2 -2
- package/dist-cjs/commands/PutRecommendationPreferencesCommand.js +2 -2
- package/dist-cjs/commands/UpdateEnrollmentStatusCommand.js +2 -2
- package/dist-cjs/models/models_0.js +299 -447
- package/dist-es/commands/DeleteRecommendationPreferencesCommand.js +3 -3
- package/dist-es/commands/DescribeRecommendationExportJobsCommand.js +3 -3
- package/dist-es/commands/ExportAutoScalingGroupRecommendationsCommand.js +3 -3
- package/dist-es/commands/ExportEBSVolumeRecommendationsCommand.js +3 -3
- package/dist-es/commands/ExportEC2InstanceRecommendationsCommand.js +3 -3
- package/dist-es/commands/ExportLambdaFunctionRecommendationsCommand.js +3 -3
- package/dist-es/commands/GetAutoScalingGroupRecommendationsCommand.js +3 -3
- package/dist-es/commands/GetEBSVolumeRecommendationsCommand.js +3 -3
- package/dist-es/commands/GetEC2InstanceRecommendationsCommand.js +3 -3
- package/dist-es/commands/GetEC2RecommendationProjectedMetricsCommand.js +3 -3
- package/dist-es/commands/GetEffectiveRecommendationPreferencesCommand.js +3 -3
- package/dist-es/commands/GetEnrollmentStatusCommand.js +3 -3
- package/dist-es/commands/GetEnrollmentStatusesForOrganizationCommand.js +3 -3
- package/dist-es/commands/GetLambdaFunctionRecommendationsCommand.js +3 -3
- package/dist-es/commands/GetRecommendationPreferencesCommand.js +3 -3
- package/dist-es/commands/GetRecommendationSummariesCommand.js +3 -3
- package/dist-es/commands/PutRecommendationPreferencesCommand.js +3 -3
- package/dist-es/commands/UpdateEnrollmentStatusCommand.js +3 -3
- package/dist-es/models/models_0.js +74 -296
- package/dist-types/models/models_0.d.ts +296 -444
- package/dist-types/ts3.4/models/models_0.d.ts +148 -296
- package/package.json +7 -7
|
@@ -19,14 +19,6 @@ export var Status;
|
|
|
19
19
|
Status["INACTIVE"] = "Inactive";
|
|
20
20
|
Status["PENDING"] = "Pending";
|
|
21
21
|
})(Status || (Status = {}));
|
|
22
|
-
export var AccountEnrollmentStatus;
|
|
23
|
-
(function (AccountEnrollmentStatus) {
|
|
24
|
-
AccountEnrollmentStatus.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
25
|
-
})(AccountEnrollmentStatus || (AccountEnrollmentStatus = {}));
|
|
26
|
-
export var AutoScalingGroupConfiguration;
|
|
27
|
-
(function (AutoScalingGroupConfiguration) {
|
|
28
|
-
AutoScalingGroupConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
29
|
-
})(AutoScalingGroupConfiguration || (AutoScalingGroupConfiguration = {}));
|
|
30
22
|
export var CurrentPerformanceRisk;
|
|
31
23
|
(function (CurrentPerformanceRisk) {
|
|
32
24
|
CurrentPerformanceRisk["HIGH"] = "High";
|
|
@@ -49,10 +41,6 @@ export var InferredWorkloadTypesPreference;
|
|
|
49
41
|
InferredWorkloadTypesPreference["ACTIVE"] = "Active";
|
|
50
42
|
InferredWorkloadTypesPreference["INACTIVE"] = "Inactive";
|
|
51
43
|
})(InferredWorkloadTypesPreference || (InferredWorkloadTypesPreference = {}));
|
|
52
|
-
export var EffectiveRecommendationPreferences;
|
|
53
|
-
(function (EffectiveRecommendationPreferences) {
|
|
54
|
-
EffectiveRecommendationPreferences.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
55
|
-
})(EffectiveRecommendationPreferences || (EffectiveRecommendationPreferences = {}));
|
|
56
44
|
export var Finding;
|
|
57
45
|
(function (Finding) {
|
|
58
46
|
Finding["NOT_OPTIMIZED"] = "NotOptimized";
|
|
@@ -99,31 +87,11 @@ export var MetricStatistic;
|
|
|
99
87
|
MetricStatistic["AVERAGE"] = "Average";
|
|
100
88
|
MetricStatistic["MAXIMUM"] = "Maximum";
|
|
101
89
|
})(MetricStatistic || (MetricStatistic = {}));
|
|
102
|
-
export var UtilizationMetric;
|
|
103
|
-
(function (UtilizationMetric) {
|
|
104
|
-
UtilizationMetric.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
105
|
-
})(UtilizationMetric || (UtilizationMetric = {}));
|
|
106
90
|
export var Currency;
|
|
107
91
|
(function (Currency) {
|
|
108
92
|
Currency["CNY"] = "CNY";
|
|
109
93
|
Currency["USD"] = "USD";
|
|
110
94
|
})(Currency || (Currency = {}));
|
|
111
|
-
export var EstimatedMonthlySavings;
|
|
112
|
-
(function (EstimatedMonthlySavings) {
|
|
113
|
-
EstimatedMonthlySavings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
114
|
-
})(EstimatedMonthlySavings || (EstimatedMonthlySavings = {}));
|
|
115
|
-
export var SavingsOpportunity;
|
|
116
|
-
(function (SavingsOpportunity) {
|
|
117
|
-
SavingsOpportunity.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
118
|
-
})(SavingsOpportunity || (SavingsOpportunity = {}));
|
|
119
|
-
export var AutoScalingGroupRecommendationOption;
|
|
120
|
-
(function (AutoScalingGroupRecommendationOption) {
|
|
121
|
-
AutoScalingGroupRecommendationOption.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
122
|
-
})(AutoScalingGroupRecommendationOption || (AutoScalingGroupRecommendationOption = {}));
|
|
123
|
-
export var AutoScalingGroupRecommendation;
|
|
124
|
-
(function (AutoScalingGroupRecommendation) {
|
|
125
|
-
AutoScalingGroupRecommendation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
126
|
-
})(AutoScalingGroupRecommendation || (AutoScalingGroupRecommendation = {}));
|
|
127
95
|
export var RecommendationPreferenceName;
|
|
128
96
|
(function (RecommendationPreferenceName) {
|
|
129
97
|
RecommendationPreferenceName["ENHANCED_INFRASTRUCTURE_METRICS"] = "EnhancedInfrastructureMetrics";
|
|
@@ -143,18 +111,6 @@ export var ScopeName;
|
|
|
143
111
|
ScopeName["ORGANIZATION"] = "Organization";
|
|
144
112
|
ScopeName["RESOURCE_ARN"] = "ResourceArn";
|
|
145
113
|
})(ScopeName || (ScopeName = {}));
|
|
146
|
-
export var Scope;
|
|
147
|
-
(function (Scope) {
|
|
148
|
-
Scope.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
149
|
-
})(Scope || (Scope = {}));
|
|
150
|
-
export var DeleteRecommendationPreferencesRequest;
|
|
151
|
-
(function (DeleteRecommendationPreferencesRequest) {
|
|
152
|
-
DeleteRecommendationPreferencesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
153
|
-
})(DeleteRecommendationPreferencesRequest || (DeleteRecommendationPreferencesRequest = {}));
|
|
154
|
-
export var DeleteRecommendationPreferencesResponse;
|
|
155
|
-
(function (DeleteRecommendationPreferencesResponse) {
|
|
156
|
-
DeleteRecommendationPreferencesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
157
|
-
})(DeleteRecommendationPreferencesResponse || (DeleteRecommendationPreferencesResponse = {}));
|
|
158
114
|
var InternalServerException = (function (_super) {
|
|
159
115
|
__extends(InternalServerException, _super);
|
|
160
116
|
function InternalServerException(opts) {
|
|
@@ -244,22 +200,6 @@ export var JobFilterName;
|
|
|
244
200
|
JobFilterName["JOB_STATUS"] = "JobStatus";
|
|
245
201
|
JobFilterName["RESOURCE_TYPE"] = "ResourceType";
|
|
246
202
|
})(JobFilterName || (JobFilterName = {}));
|
|
247
|
-
export var JobFilter;
|
|
248
|
-
(function (JobFilter) {
|
|
249
|
-
JobFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
250
|
-
})(JobFilter || (JobFilter = {}));
|
|
251
|
-
export var DescribeRecommendationExportJobsRequest;
|
|
252
|
-
(function (DescribeRecommendationExportJobsRequest) {
|
|
253
|
-
DescribeRecommendationExportJobsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
254
|
-
})(DescribeRecommendationExportJobsRequest || (DescribeRecommendationExportJobsRequest = {}));
|
|
255
|
-
export var S3Destination;
|
|
256
|
-
(function (S3Destination) {
|
|
257
|
-
S3Destination.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
258
|
-
})(S3Destination || (S3Destination = {}));
|
|
259
|
-
export var ExportDestination;
|
|
260
|
-
(function (ExportDestination) {
|
|
261
|
-
ExportDestination.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
262
|
-
})(ExportDestination || (ExportDestination = {}));
|
|
263
203
|
export var JobStatus;
|
|
264
204
|
(function (JobStatus) {
|
|
265
205
|
JobStatus["COMPLETE"] = "Complete";
|
|
@@ -267,14 +207,6 @@ export var JobStatus;
|
|
|
267
207
|
JobStatus["IN_PROGRESS"] = "InProgress";
|
|
268
208
|
JobStatus["QUEUED"] = "Queued";
|
|
269
209
|
})(JobStatus || (JobStatus = {}));
|
|
270
|
-
export var RecommendationExportJob;
|
|
271
|
-
(function (RecommendationExportJob) {
|
|
272
|
-
RecommendationExportJob.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
273
|
-
})(RecommendationExportJob || (RecommendationExportJob = {}));
|
|
274
|
-
export var DescribeRecommendationExportJobsResponse;
|
|
275
|
-
(function (DescribeRecommendationExportJobsResponse) {
|
|
276
|
-
DescribeRecommendationExportJobsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
277
|
-
})(DescribeRecommendationExportJobsResponse || (DescribeRecommendationExportJobsResponse = {}));
|
|
278
210
|
export var ExportableAutoScalingGroupField;
|
|
279
211
|
(function (ExportableAutoScalingGroupField) {
|
|
280
212
|
ExportableAutoScalingGroupField["ACCOUNT_ID"] = "AccountId";
|
|
@@ -342,26 +274,6 @@ export var FilterName;
|
|
|
342
274
|
FilterName["FINDING_REASON_CODES"] = "FindingReasonCodes";
|
|
343
275
|
FilterName["RECOMMENDATION_SOURCE_TYPE"] = "RecommendationSourceType";
|
|
344
276
|
})(FilterName || (FilterName = {}));
|
|
345
|
-
export var Filter;
|
|
346
|
-
(function (Filter) {
|
|
347
|
-
Filter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
348
|
-
})(Filter || (Filter = {}));
|
|
349
|
-
export var RecommendationPreferences;
|
|
350
|
-
(function (RecommendationPreferences) {
|
|
351
|
-
RecommendationPreferences.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
352
|
-
})(RecommendationPreferences || (RecommendationPreferences = {}));
|
|
353
|
-
export var S3DestinationConfig;
|
|
354
|
-
(function (S3DestinationConfig) {
|
|
355
|
-
S3DestinationConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
356
|
-
})(S3DestinationConfig || (S3DestinationConfig = {}));
|
|
357
|
-
export var ExportAutoScalingGroupRecommendationsRequest;
|
|
358
|
-
(function (ExportAutoScalingGroupRecommendationsRequest) {
|
|
359
|
-
ExportAutoScalingGroupRecommendationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
360
|
-
})(ExportAutoScalingGroupRecommendationsRequest || (ExportAutoScalingGroupRecommendationsRequest = {}));
|
|
361
|
-
export var ExportAutoScalingGroupRecommendationsResponse;
|
|
362
|
-
(function (ExportAutoScalingGroupRecommendationsResponse) {
|
|
363
|
-
ExportAutoScalingGroupRecommendationsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
364
|
-
})(ExportAutoScalingGroupRecommendationsResponse || (ExportAutoScalingGroupRecommendationsResponse = {}));
|
|
365
277
|
var LimitExceededException = (function (_super) {
|
|
366
278
|
__extends(LimitExceededException, _super);
|
|
367
279
|
function LimitExceededException(opts) {
|
|
@@ -409,18 +321,6 @@ export var EBSFilterName;
|
|
|
409
321
|
(function (EBSFilterName) {
|
|
410
322
|
EBSFilterName["FINDING"] = "Finding";
|
|
411
323
|
})(EBSFilterName || (EBSFilterName = {}));
|
|
412
|
-
export var EBSFilter;
|
|
413
|
-
(function (EBSFilter) {
|
|
414
|
-
EBSFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
415
|
-
})(EBSFilter || (EBSFilter = {}));
|
|
416
|
-
export var ExportEBSVolumeRecommendationsRequest;
|
|
417
|
-
(function (ExportEBSVolumeRecommendationsRequest) {
|
|
418
|
-
ExportEBSVolumeRecommendationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
419
|
-
})(ExportEBSVolumeRecommendationsRequest || (ExportEBSVolumeRecommendationsRequest = {}));
|
|
420
|
-
export var ExportEBSVolumeRecommendationsResponse;
|
|
421
|
-
(function (ExportEBSVolumeRecommendationsResponse) {
|
|
422
|
-
ExportEBSVolumeRecommendationsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
423
|
-
})(ExportEBSVolumeRecommendationsResponse || (ExportEBSVolumeRecommendationsResponse = {}));
|
|
424
324
|
export var ExportableInstanceField;
|
|
425
325
|
(function (ExportableInstanceField) {
|
|
426
326
|
ExportableInstanceField["ACCOUNT_ID"] = "AccountId";
|
|
@@ -476,14 +376,6 @@ export var ExportableInstanceField;
|
|
|
476
376
|
ExportableInstanceField["UTILIZATION_METRICS_NETWORK_PACKETS_IN_PER_SECOND_MAXIMUM"] = "UtilizationMetricsNetworkPacketsInPerSecondMaximum";
|
|
477
377
|
ExportableInstanceField["UTILIZATION_METRICS_NETWORK_PACKETS_OUT_PER_SECOND_MAXIMUM"] = "UtilizationMetricsNetworkPacketsOutPerSecondMaximum";
|
|
478
378
|
})(ExportableInstanceField || (ExportableInstanceField = {}));
|
|
479
|
-
export var ExportEC2InstanceRecommendationsRequest;
|
|
480
|
-
(function (ExportEC2InstanceRecommendationsRequest) {
|
|
481
|
-
ExportEC2InstanceRecommendationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
482
|
-
})(ExportEC2InstanceRecommendationsRequest || (ExportEC2InstanceRecommendationsRequest = {}));
|
|
483
|
-
export var ExportEC2InstanceRecommendationsResponse;
|
|
484
|
-
(function (ExportEC2InstanceRecommendationsResponse) {
|
|
485
|
-
ExportEC2InstanceRecommendationsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
486
|
-
})(ExportEC2InstanceRecommendationsResponse || (ExportEC2InstanceRecommendationsResponse = {}));
|
|
487
379
|
export var ExportableLambdaFunctionField;
|
|
488
380
|
(function (ExportableLambdaFunctionField) {
|
|
489
381
|
ExportableLambdaFunctionField["ACCOUNT_ID"] = "AccountId";
|
|
@@ -518,38 +410,6 @@ export var LambdaFunctionRecommendationFilterName;
|
|
|
518
410
|
LambdaFunctionRecommendationFilterName["FINDING"] = "Finding";
|
|
519
411
|
LambdaFunctionRecommendationFilterName["FINDING_REASON_CODE"] = "FindingReasonCode";
|
|
520
412
|
})(LambdaFunctionRecommendationFilterName || (LambdaFunctionRecommendationFilterName = {}));
|
|
521
|
-
export var LambdaFunctionRecommendationFilter;
|
|
522
|
-
(function (LambdaFunctionRecommendationFilter) {
|
|
523
|
-
LambdaFunctionRecommendationFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
524
|
-
})(LambdaFunctionRecommendationFilter || (LambdaFunctionRecommendationFilter = {}));
|
|
525
|
-
export var ExportLambdaFunctionRecommendationsRequest;
|
|
526
|
-
(function (ExportLambdaFunctionRecommendationsRequest) {
|
|
527
|
-
ExportLambdaFunctionRecommendationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
528
|
-
})(ExportLambdaFunctionRecommendationsRequest || (ExportLambdaFunctionRecommendationsRequest = {}));
|
|
529
|
-
export var ExportLambdaFunctionRecommendationsResponse;
|
|
530
|
-
(function (ExportLambdaFunctionRecommendationsResponse) {
|
|
531
|
-
ExportLambdaFunctionRecommendationsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
532
|
-
})(ExportLambdaFunctionRecommendationsResponse || (ExportLambdaFunctionRecommendationsResponse = {}));
|
|
533
|
-
export var GetAutoScalingGroupRecommendationsRequest;
|
|
534
|
-
(function (GetAutoScalingGroupRecommendationsRequest) {
|
|
535
|
-
GetAutoScalingGroupRecommendationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
536
|
-
})(GetAutoScalingGroupRecommendationsRequest || (GetAutoScalingGroupRecommendationsRequest = {}));
|
|
537
|
-
export var GetRecommendationError;
|
|
538
|
-
(function (GetRecommendationError) {
|
|
539
|
-
GetRecommendationError.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
540
|
-
})(GetRecommendationError || (GetRecommendationError = {}));
|
|
541
|
-
export var GetAutoScalingGroupRecommendationsResponse;
|
|
542
|
-
(function (GetAutoScalingGroupRecommendationsResponse) {
|
|
543
|
-
GetAutoScalingGroupRecommendationsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
544
|
-
})(GetAutoScalingGroupRecommendationsResponse || (GetAutoScalingGroupRecommendationsResponse = {}));
|
|
545
|
-
export var GetEBSVolumeRecommendationsRequest;
|
|
546
|
-
(function (GetEBSVolumeRecommendationsRequest) {
|
|
547
|
-
GetEBSVolumeRecommendationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
548
|
-
})(GetEBSVolumeRecommendationsRequest || (GetEBSVolumeRecommendationsRequest = {}));
|
|
549
|
-
export var VolumeConfiguration;
|
|
550
|
-
(function (VolumeConfiguration) {
|
|
551
|
-
VolumeConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
552
|
-
})(VolumeConfiguration || (VolumeConfiguration = {}));
|
|
553
413
|
export var EBSFinding;
|
|
554
414
|
(function (EBSFinding) {
|
|
555
415
|
EBSFinding["NOT_OPTIMIZED"] = "NotOptimized";
|
|
@@ -562,26 +422,6 @@ export var EBSMetricName;
|
|
|
562
422
|
EBSMetricName["VOLUME_WRITE_BYTES_PER_SECOND"] = "VolumeWriteBytesPerSecond";
|
|
563
423
|
EBSMetricName["VOLUME_WRITE_OPS_PER_SECOND"] = "VolumeWriteOpsPerSecond";
|
|
564
424
|
})(EBSMetricName || (EBSMetricName = {}));
|
|
565
|
-
export var EBSUtilizationMetric;
|
|
566
|
-
(function (EBSUtilizationMetric) {
|
|
567
|
-
EBSUtilizationMetric.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
568
|
-
})(EBSUtilizationMetric || (EBSUtilizationMetric = {}));
|
|
569
|
-
export var VolumeRecommendationOption;
|
|
570
|
-
(function (VolumeRecommendationOption) {
|
|
571
|
-
VolumeRecommendationOption.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
572
|
-
})(VolumeRecommendationOption || (VolumeRecommendationOption = {}));
|
|
573
|
-
export var VolumeRecommendation;
|
|
574
|
-
(function (VolumeRecommendation) {
|
|
575
|
-
VolumeRecommendation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
576
|
-
})(VolumeRecommendation || (VolumeRecommendation = {}));
|
|
577
|
-
export var GetEBSVolumeRecommendationsResponse;
|
|
578
|
-
(function (GetEBSVolumeRecommendationsResponse) {
|
|
579
|
-
GetEBSVolumeRecommendationsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
580
|
-
})(GetEBSVolumeRecommendationsResponse || (GetEBSVolumeRecommendationsResponse = {}));
|
|
581
|
-
export var GetEC2InstanceRecommendationsRequest;
|
|
582
|
-
(function (GetEC2InstanceRecommendationsRequest) {
|
|
583
|
-
GetEC2InstanceRecommendationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
584
|
-
})(GetEC2InstanceRecommendationsRequest || (GetEC2InstanceRecommendationsRequest = {}));
|
|
585
425
|
export var InstanceRecommendationFindingReasonCode;
|
|
586
426
|
(function (InstanceRecommendationFindingReasonCode) {
|
|
587
427
|
InstanceRecommendationFindingReasonCode["CPU_OVER_PROVISIONED"] = "CPUOverprovisioned";
|
|
@@ -610,10 +450,6 @@ export var PlatformDifference;
|
|
|
610
450
|
PlatformDifference["STORAGE_INTERFACE"] = "StorageInterface";
|
|
611
451
|
PlatformDifference["VIRTUALIZATION_TYPE"] = "VirtualizationType";
|
|
612
452
|
})(PlatformDifference || (PlatformDifference = {}));
|
|
613
|
-
export var InstanceRecommendationOption;
|
|
614
|
-
(function (InstanceRecommendationOption) {
|
|
615
|
-
InstanceRecommendationOption.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
616
|
-
})(InstanceRecommendationOption || (InstanceRecommendationOption = {}));
|
|
617
453
|
export var RecommendationSourceType;
|
|
618
454
|
(function (RecommendationSourceType) {
|
|
619
455
|
RecommendationSourceType["AUTO_SCALING_GROUP"] = "AutoScalingGroup";
|
|
@@ -621,70 +457,10 @@ export var RecommendationSourceType;
|
|
|
621
457
|
RecommendationSourceType["EC2_INSTANCE"] = "Ec2Instance";
|
|
622
458
|
RecommendationSourceType["LAMBDA_FUNCTION"] = "LambdaFunction";
|
|
623
459
|
})(RecommendationSourceType || (RecommendationSourceType = {}));
|
|
624
|
-
export var RecommendationSource;
|
|
625
|
-
(function (RecommendationSource) {
|
|
626
|
-
RecommendationSource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
627
|
-
})(RecommendationSource || (RecommendationSource = {}));
|
|
628
|
-
export var InstanceRecommendation;
|
|
629
|
-
(function (InstanceRecommendation) {
|
|
630
|
-
InstanceRecommendation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
631
|
-
})(InstanceRecommendation || (InstanceRecommendation = {}));
|
|
632
|
-
export var GetEC2InstanceRecommendationsResponse;
|
|
633
|
-
(function (GetEC2InstanceRecommendationsResponse) {
|
|
634
|
-
GetEC2InstanceRecommendationsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
635
|
-
})(GetEC2InstanceRecommendationsResponse || (GetEC2InstanceRecommendationsResponse = {}));
|
|
636
|
-
export var GetEC2RecommendationProjectedMetricsRequest;
|
|
637
|
-
(function (GetEC2RecommendationProjectedMetricsRequest) {
|
|
638
|
-
GetEC2RecommendationProjectedMetricsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
639
|
-
})(GetEC2RecommendationProjectedMetricsRequest || (GetEC2RecommendationProjectedMetricsRequest = {}));
|
|
640
|
-
export var ProjectedMetric;
|
|
641
|
-
(function (ProjectedMetric) {
|
|
642
|
-
ProjectedMetric.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
643
|
-
})(ProjectedMetric || (ProjectedMetric = {}));
|
|
644
|
-
export var RecommendedOptionProjectedMetric;
|
|
645
|
-
(function (RecommendedOptionProjectedMetric) {
|
|
646
|
-
RecommendedOptionProjectedMetric.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
647
|
-
})(RecommendedOptionProjectedMetric || (RecommendedOptionProjectedMetric = {}));
|
|
648
|
-
export var GetEC2RecommendationProjectedMetricsResponse;
|
|
649
|
-
(function (GetEC2RecommendationProjectedMetricsResponse) {
|
|
650
|
-
GetEC2RecommendationProjectedMetricsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
651
|
-
})(GetEC2RecommendationProjectedMetricsResponse || (GetEC2RecommendationProjectedMetricsResponse = {}));
|
|
652
|
-
export var GetEffectiveRecommendationPreferencesRequest;
|
|
653
|
-
(function (GetEffectiveRecommendationPreferencesRequest) {
|
|
654
|
-
GetEffectiveRecommendationPreferencesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
655
|
-
})(GetEffectiveRecommendationPreferencesRequest || (GetEffectiveRecommendationPreferencesRequest = {}));
|
|
656
|
-
export var GetEffectiveRecommendationPreferencesResponse;
|
|
657
|
-
(function (GetEffectiveRecommendationPreferencesResponse) {
|
|
658
|
-
GetEffectiveRecommendationPreferencesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
659
|
-
})(GetEffectiveRecommendationPreferencesResponse || (GetEffectiveRecommendationPreferencesResponse = {}));
|
|
660
|
-
export var GetEnrollmentStatusRequest;
|
|
661
|
-
(function (GetEnrollmentStatusRequest) {
|
|
662
|
-
GetEnrollmentStatusRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
663
|
-
})(GetEnrollmentStatusRequest || (GetEnrollmentStatusRequest = {}));
|
|
664
|
-
export var GetEnrollmentStatusResponse;
|
|
665
|
-
(function (GetEnrollmentStatusResponse) {
|
|
666
|
-
GetEnrollmentStatusResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
667
|
-
})(GetEnrollmentStatusResponse || (GetEnrollmentStatusResponse = {}));
|
|
668
460
|
export var EnrollmentFilterName;
|
|
669
461
|
(function (EnrollmentFilterName) {
|
|
670
462
|
EnrollmentFilterName["STATUS"] = "Status";
|
|
671
463
|
})(EnrollmentFilterName || (EnrollmentFilterName = {}));
|
|
672
|
-
export var EnrollmentFilter;
|
|
673
|
-
(function (EnrollmentFilter) {
|
|
674
|
-
EnrollmentFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
675
|
-
})(EnrollmentFilter || (EnrollmentFilter = {}));
|
|
676
|
-
export var GetEnrollmentStatusesForOrganizationRequest;
|
|
677
|
-
(function (GetEnrollmentStatusesForOrganizationRequest) {
|
|
678
|
-
GetEnrollmentStatusesForOrganizationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
679
|
-
})(GetEnrollmentStatusesForOrganizationRequest || (GetEnrollmentStatusesForOrganizationRequest = {}));
|
|
680
|
-
export var GetEnrollmentStatusesForOrganizationResponse;
|
|
681
|
-
(function (GetEnrollmentStatusesForOrganizationResponse) {
|
|
682
|
-
GetEnrollmentStatusesForOrganizationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
683
|
-
})(GetEnrollmentStatusesForOrganizationResponse || (GetEnrollmentStatusesForOrganizationResponse = {}));
|
|
684
|
-
export var GetLambdaFunctionRecommendationsRequest;
|
|
685
|
-
(function (GetLambdaFunctionRecommendationsRequest) {
|
|
686
|
-
GetLambdaFunctionRecommendationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
687
|
-
})(GetLambdaFunctionRecommendationsRequest || (GetLambdaFunctionRecommendationsRequest = {}));
|
|
688
464
|
export var LambdaFunctionRecommendationFinding;
|
|
689
465
|
(function (LambdaFunctionRecommendationFinding) {
|
|
690
466
|
LambdaFunctionRecommendationFinding["NOT_OPTIMIZED"] = "NotOptimized";
|
|
@@ -708,14 +484,6 @@ export var LambdaFunctionMemoryMetricStatistic;
|
|
|
708
484
|
LambdaFunctionMemoryMetricStatistic["LOWER_BOUND"] = "LowerBound";
|
|
709
485
|
LambdaFunctionMemoryMetricStatistic["UPPER_BOUND"] = "UpperBound";
|
|
710
486
|
})(LambdaFunctionMemoryMetricStatistic || (LambdaFunctionMemoryMetricStatistic = {}));
|
|
711
|
-
export var LambdaFunctionMemoryProjectedMetric;
|
|
712
|
-
(function (LambdaFunctionMemoryProjectedMetric) {
|
|
713
|
-
LambdaFunctionMemoryProjectedMetric.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
714
|
-
})(LambdaFunctionMemoryProjectedMetric || (LambdaFunctionMemoryProjectedMetric = {}));
|
|
715
|
-
export var LambdaFunctionMemoryRecommendationOption;
|
|
716
|
-
(function (LambdaFunctionMemoryRecommendationOption) {
|
|
717
|
-
LambdaFunctionMemoryRecommendationOption.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
718
|
-
})(LambdaFunctionMemoryRecommendationOption || (LambdaFunctionMemoryRecommendationOption = {}));
|
|
719
487
|
export var LambdaFunctionMetricName;
|
|
720
488
|
(function (LambdaFunctionMetricName) {
|
|
721
489
|
LambdaFunctionMetricName["DURATION"] = "Duration";
|
|
@@ -726,72 +494,82 @@ export var LambdaFunctionMetricStatistic;
|
|
|
726
494
|
LambdaFunctionMetricStatistic["AVERAGE"] = "Average";
|
|
727
495
|
LambdaFunctionMetricStatistic["MAXIMUM"] = "Maximum";
|
|
728
496
|
})(LambdaFunctionMetricStatistic || (LambdaFunctionMetricStatistic = {}));
|
|
729
|
-
export var LambdaFunctionUtilizationMetric;
|
|
730
|
-
(function (LambdaFunctionUtilizationMetric) {
|
|
731
|
-
LambdaFunctionUtilizationMetric.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
732
|
-
})(LambdaFunctionUtilizationMetric || (LambdaFunctionUtilizationMetric = {}));
|
|
733
|
-
export var LambdaFunctionRecommendation;
|
|
734
|
-
(function (LambdaFunctionRecommendation) {
|
|
735
|
-
LambdaFunctionRecommendation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
736
|
-
})(LambdaFunctionRecommendation || (LambdaFunctionRecommendation = {}));
|
|
737
|
-
export var GetLambdaFunctionRecommendationsResponse;
|
|
738
|
-
(function (GetLambdaFunctionRecommendationsResponse) {
|
|
739
|
-
GetLambdaFunctionRecommendationsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
740
|
-
})(GetLambdaFunctionRecommendationsResponse || (GetLambdaFunctionRecommendationsResponse = {}));
|
|
741
|
-
export var GetRecommendationPreferencesRequest;
|
|
742
|
-
(function (GetRecommendationPreferencesRequest) {
|
|
743
|
-
GetRecommendationPreferencesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
744
|
-
})(GetRecommendationPreferencesRequest || (GetRecommendationPreferencesRequest = {}));
|
|
745
|
-
export var RecommendationPreferencesDetail;
|
|
746
|
-
(function (RecommendationPreferencesDetail) {
|
|
747
|
-
RecommendationPreferencesDetail.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
748
|
-
})(RecommendationPreferencesDetail || (RecommendationPreferencesDetail = {}));
|
|
749
|
-
export var GetRecommendationPreferencesResponse;
|
|
750
|
-
(function (GetRecommendationPreferencesResponse) {
|
|
751
|
-
GetRecommendationPreferencesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
752
|
-
})(GetRecommendationPreferencesResponse || (GetRecommendationPreferencesResponse = {}));
|
|
753
|
-
export var GetRecommendationSummariesRequest;
|
|
754
|
-
(function (GetRecommendationSummariesRequest) {
|
|
755
|
-
GetRecommendationSummariesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
756
|
-
})(GetRecommendationSummariesRequest || (GetRecommendationSummariesRequest = {}));
|
|
757
|
-
export var CurrentPerformanceRiskRatings;
|
|
758
|
-
(function (CurrentPerformanceRiskRatings) {
|
|
759
|
-
CurrentPerformanceRiskRatings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
760
|
-
})(CurrentPerformanceRiskRatings || (CurrentPerformanceRiskRatings = {}));
|
|
761
497
|
export var FindingReasonCode;
|
|
762
498
|
(function (FindingReasonCode) {
|
|
763
499
|
FindingReasonCode["MEMORY_OVER_PROVISIONED"] = "MemoryOverprovisioned";
|
|
764
500
|
FindingReasonCode["MEMORY_UNDER_PROVISIONED"] = "MemoryUnderprovisioned";
|
|
765
501
|
})(FindingReasonCode || (FindingReasonCode = {}));
|
|
766
|
-
export var
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
export var
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
export var
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
export var
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
export var
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
export var
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
export var
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
export var
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
502
|
+
export var AccountEnrollmentStatusFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
503
|
+
export var AutoScalingGroupConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
504
|
+
export var EffectiveRecommendationPreferencesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
505
|
+
export var UtilizationMetricFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
506
|
+
export var EstimatedMonthlySavingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
507
|
+
export var SavingsOpportunityFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
508
|
+
export var AutoScalingGroupRecommendationOptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
509
|
+
export var AutoScalingGroupRecommendationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
510
|
+
export var ScopeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
511
|
+
export var DeleteRecommendationPreferencesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
512
|
+
export var DeleteRecommendationPreferencesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
513
|
+
export var JobFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
514
|
+
export var DescribeRecommendationExportJobsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
515
|
+
export var S3DestinationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
516
|
+
export var ExportDestinationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
517
|
+
export var RecommendationExportJobFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
518
|
+
export var DescribeRecommendationExportJobsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
519
|
+
export var FilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
520
|
+
export var RecommendationPreferencesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
521
|
+
export var S3DestinationConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
522
|
+
export var ExportAutoScalingGroupRecommendationsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
523
|
+
export var ExportAutoScalingGroupRecommendationsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
524
|
+
export var EBSFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
525
|
+
export var ExportEBSVolumeRecommendationsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
526
|
+
export var ExportEBSVolumeRecommendationsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
527
|
+
export var ExportEC2InstanceRecommendationsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
528
|
+
export var ExportEC2InstanceRecommendationsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
529
|
+
export var LambdaFunctionRecommendationFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
530
|
+
export var ExportLambdaFunctionRecommendationsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
531
|
+
export var ExportLambdaFunctionRecommendationsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
532
|
+
export var GetAutoScalingGroupRecommendationsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
533
|
+
export var GetRecommendationErrorFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
534
|
+
export var GetAutoScalingGroupRecommendationsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
535
|
+
export var GetEBSVolumeRecommendationsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
536
|
+
export var VolumeConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
537
|
+
export var EBSUtilizationMetricFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
538
|
+
export var VolumeRecommendationOptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
539
|
+
export var VolumeRecommendationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
540
|
+
export var GetEBSVolumeRecommendationsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
541
|
+
export var GetEC2InstanceRecommendationsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
542
|
+
export var InstanceRecommendationOptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
543
|
+
export var RecommendationSourceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
544
|
+
export var InstanceRecommendationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
545
|
+
export var GetEC2InstanceRecommendationsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
546
|
+
export var GetEC2RecommendationProjectedMetricsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
547
|
+
export var ProjectedMetricFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
548
|
+
export var RecommendedOptionProjectedMetricFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
549
|
+
export var GetEC2RecommendationProjectedMetricsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
550
|
+
export var GetEffectiveRecommendationPreferencesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
551
|
+
export var GetEffectiveRecommendationPreferencesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
552
|
+
export var GetEnrollmentStatusRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
553
|
+
export var GetEnrollmentStatusResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
554
|
+
export var EnrollmentFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
555
|
+
export var GetEnrollmentStatusesForOrganizationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
556
|
+
export var GetEnrollmentStatusesForOrganizationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
557
|
+
export var GetLambdaFunctionRecommendationsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
558
|
+
export var LambdaFunctionMemoryProjectedMetricFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
559
|
+
export var LambdaFunctionMemoryRecommendationOptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
560
|
+
export var LambdaFunctionUtilizationMetricFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
561
|
+
export var LambdaFunctionRecommendationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
562
|
+
export var GetLambdaFunctionRecommendationsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
563
|
+
export var GetRecommendationPreferencesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
564
|
+
export var RecommendationPreferencesDetailFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
565
|
+
export var GetRecommendationPreferencesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
566
|
+
export var GetRecommendationSummariesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
567
|
+
export var CurrentPerformanceRiskRatingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
568
|
+
export var ReasonCodeSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
569
|
+
export var SummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
570
|
+
export var RecommendationSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
571
|
+
export var GetRecommendationSummariesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
572
|
+
export var PutRecommendationPreferencesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
573
|
+
export var PutRecommendationPreferencesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
574
|
+
export var UpdateEnrollmentStatusRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
575
|
+
export var UpdateEnrollmentStatusResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|