@aws-sdk/client-compute-optimizer 3.427.0 → 3.429.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.
@@ -40,7 +40,7 @@ export interface AccountEnrollmentStatus {
40
40
  * @public
41
41
  * <p>The account enrollment status.</p>
42
42
  */
43
- status?: Status | string;
43
+ status?: Status;
44
44
  /**
45
45
  * @public
46
46
  * <p>The reason for the account enrollment status.</p>
@@ -194,7 +194,7 @@ export interface ExternalMetricsPreference {
194
194
  * @public
195
195
  * <p> Contains the source options for external metrics preferences. </p>
196
196
  */
197
- source?: ExternalMetricsSource | string;
197
+ source?: ExternalMetricsSource;
198
198
  }
199
199
  /**
200
200
  * @public
@@ -233,7 +233,7 @@ export interface EffectiveRecommendationPreferences {
233
233
  * </li>
234
234
  * </ul>
235
235
  */
236
- cpuVendorArchitectures?: (CpuVendorArchitecture | string)[];
236
+ cpuVendorArchitectures?: CpuVendorArchitecture[];
237
237
  /**
238
238
  * @public
239
239
  * <p>Describes the activation status of the enhanced infrastructure metrics
@@ -245,7 +245,7 @@ export interface EffectiveRecommendationPreferences {
245
245
  * infrastructure metrics</a> in the <i>Compute Optimizer User
246
246
  * Guide</i>.</p>
247
247
  */
248
- enhancedInfrastructureMetrics?: EnhancedInfrastructureMetrics | string;
248
+ enhancedInfrastructureMetrics?: EnhancedInfrastructureMetrics;
249
249
  /**
250
250
  * @public
251
251
  * <p>Describes the activation status of the inferred workload types preference.</p>
@@ -253,7 +253,7 @@ export interface EffectiveRecommendationPreferences {
253
253
  * recommendation refresh. A status of <code>Inactive</code> confirms that it's not yet
254
254
  * applied to recommendations.</p>
255
255
  */
256
- inferredWorkloadTypes?: InferredWorkloadTypesPreference | string;
256
+ inferredWorkloadTypes?: InferredWorkloadTypesPreference;
257
257
  /**
258
258
  * @public
259
259
  * <p> An object that describes the external metrics recommendation preference. </p>
@@ -485,7 +485,7 @@ export interface UtilizationMetric {
485
485
  * </li>
486
486
  * </ul>
487
487
  */
488
- name?: MetricName | string;
488
+ name?: MetricName;
489
489
  /**
490
490
  * @public
491
491
  * <p>The statistic of the utilization metric.</p>
@@ -501,7 +501,7 @@ export interface UtilizationMetric {
501
501
  * using Amazon CloudWatch. For more information, see the <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/WhatIsCloudWatch.html">Amazon CloudWatch
502
502
  * User Guide</a>.</p>
503
503
  */
504
- statistic?: MetricStatistic | string;
504
+ statistic?: MetricStatistic;
505
505
  /**
506
506
  * @public
507
507
  * <p>The value of the utilization metric.</p>
@@ -533,7 +533,7 @@ export interface EstimatedMonthlySavings {
533
533
  * <p>The currency of the estimated monthly
534
534
  * savings.</p>
535
535
  */
536
- currency?: Currency | string;
536
+ currency?: Currency;
537
537
  /**
538
538
  * @public
539
539
  * <p>The value of the estimated monthly savings.</p>
@@ -638,7 +638,7 @@ export interface AutoScalingGroupRecommendationOption {
638
638
  * <code>VeryLow</code> if both the current and recommended instance types are of the
639
639
  * same CPU architecture.</p>
640
640
  */
641
- migrationEffort?: MigrationEffort | string;
641
+ migrationEffort?: MigrationEffort;
642
642
  /**
643
643
  * @public
644
644
  * <p>
@@ -691,7 +691,7 @@ export interface AutoScalingGroupRecommendation {
691
691
  * </li>
692
692
  * </ul>
693
693
  */
694
- finding?: Finding | string;
694
+ finding?: Finding;
695
695
  /**
696
696
  * @public
697
697
  * <p>An array of objects that describe the utilization metrics of the Auto Scaling
@@ -727,7 +727,7 @@ export interface AutoScalingGroupRecommendation {
727
727
  * its workloads. The higher the risk, the more likely the current Auto Scaling group
728
728
  * configuration has insufficient capacity and cannot meet workload requirements.</p>
729
729
  */
730
- currentPerformanceRisk?: CurrentPerformanceRisk | string;
730
+ currentPerformanceRisk?: CurrentPerformanceRisk;
731
731
  /**
732
732
  * @public
733
733
  * <p>An object that describes the effective recommendation preferences for the Auto Scaling group.</p>
@@ -787,7 +787,7 @@ export interface AutoScalingGroupRecommendation {
787
787
  * </li>
788
788
  * </ul>
789
789
  */
790
- inferredWorkloadTypes?: (InferredWorkloadType | string)[];
790
+ inferredWorkloadTypes?: InferredWorkloadType[];
791
791
  /**
792
792
  * @public
793
793
  * <p>
@@ -883,7 +883,7 @@ export interface Scope {
883
883
  * </li>
884
884
  * </ul>
885
885
  */
886
- name?: ScopeName | string;
886
+ name?: ScopeName;
887
887
  /**
888
888
  * @public
889
889
  * <p>The value of the scope.</p>
@@ -923,7 +923,7 @@ export interface DeleteRecommendationPreferencesRequest {
923
923
  * <code>AutoScalingGroup</code>.</p>
924
924
  * </note>
925
925
  */
926
- resourceType: ResourceType | string | undefined;
926
+ resourceType: ResourceType | undefined;
927
927
  /**
928
928
  * @public
929
929
  * <p>An object that describes the scope of the recommendation preference to delete.</p>
@@ -938,7 +938,7 @@ export interface DeleteRecommendationPreferencesRequest {
938
938
  * @public
939
939
  * <p>The name of the recommendation preference to delete.</p>
940
940
  */
941
- recommendationPreferenceNames: (RecommendationPreferenceName | string)[] | undefined;
941
+ recommendationPreferenceNames: RecommendationPreferenceName[] | undefined;
942
942
  }
943
943
  /**
944
944
  * @public
@@ -1060,7 +1060,7 @@ export interface JobFilter {
1060
1060
  * <p>Specify <code>JobStatus</code> to return export jobs with a specific status (e.g,
1061
1061
  * <code>Complete</code>).</p>
1062
1062
  */
1063
- name?: JobFilterName | string;
1063
+ name?: JobFilterName;
1064
1064
  /**
1065
1065
  * @public
1066
1066
  * <p>The value of the filter.</p>
@@ -1188,12 +1188,12 @@ export interface RecommendationExportJob {
1188
1188
  * @public
1189
1189
  * <p>The resource type of the exported recommendations.</p>
1190
1190
  */
1191
- resourceType?: ResourceType | string;
1191
+ resourceType?: ResourceType;
1192
1192
  /**
1193
1193
  * @public
1194
1194
  * <p>The status of the export job.</p>
1195
1195
  */
1196
- status?: JobStatus | string;
1196
+ status?: JobStatus;
1197
1197
  /**
1198
1198
  * @public
1199
1199
  * <p>The timestamp of when the export job was created.</p>
@@ -1353,7 +1353,7 @@ export interface Filter {
1353
1353
  * your recommendations with a tag key value of <code>Owner</code> or without any tag
1354
1354
  * keys assigned.</p>
1355
1355
  */
1356
- name?: FilterName | string;
1356
+ name?: FilterName;
1357
1357
  /**
1358
1358
  * @public
1359
1359
  * <p>The value of the filter.</p>
@@ -1549,7 +1549,7 @@ export interface RecommendationPreferences {
1549
1549
  * </li>
1550
1550
  * </ul>
1551
1551
  */
1552
- cpuVendorArchitectures?: (CpuVendorArchitecture | string)[];
1552
+ cpuVendorArchitectures?: CpuVendorArchitecture[];
1553
1553
  }
1554
1554
  /**
1555
1555
  * @public
@@ -1604,7 +1604,7 @@ export interface ExportAutoScalingGroupRecommendationsRequest {
1604
1604
  * fields that can be exported, see <a href="https://docs.aws.amazon.com/compute-optimizer/latest/ug/exporting-recommendations.html#exported-files">Exported files</a> in the <i>Compute Optimizer User
1605
1605
  * Guide</i>.</p>
1606
1606
  */
1607
- fieldsToExport?: (ExportableAutoScalingGroupField | string)[];
1607
+ fieldsToExport?: ExportableAutoScalingGroupField[];
1608
1608
  /**
1609
1609
  * @public
1610
1610
  * <p>An object to specify the destination Amazon Simple Storage Service (Amazon S3) bucket
@@ -1623,7 +1623,7 @@ export interface ExportAutoScalingGroupRecommendationsRequest {
1623
1623
  * <p>The format of the export file.</p>
1624
1624
  * <p>The only export file format currently supported is <code>Csv</code>.</p>
1625
1625
  */
1626
- fileFormat?: FileFormat | string;
1626
+ fileFormat?: FileFormat;
1627
1627
  /**
1628
1628
  * @public
1629
1629
  * <p>Indicates whether to include recommendations for resources in all member accounts of
@@ -1756,7 +1756,7 @@ export interface EBSFilter {
1756
1756
  * your Amazon EBS volume recommendations with a tag key value of <code>Owner</code> or without any tag
1757
1757
  * keys assigned.</p>
1758
1758
  */
1759
- name?: EBSFilterName | string;
1759
+ name?: EBSFilterName;
1760
1760
  /**
1761
1761
  * @public
1762
1762
  * <p>The value of the filter.</p>
@@ -1792,7 +1792,7 @@ export interface ExportEBSVolumeRecommendationsRequest {
1792
1792
  * fields that can be exported, see <a href="https://docs.aws.amazon.com/compute-optimizer/latest/ug/exporting-recommendations.html#exported-files">Exported files</a> in the <i>Compute Optimizer User
1793
1793
  * Guide</i>.</p>
1794
1794
  */
1795
- fieldsToExport?: (ExportableVolumeField | string)[];
1795
+ fieldsToExport?: ExportableVolumeField[];
1796
1796
  /**
1797
1797
  * @public
1798
1798
  * <p>Describes the destination Amazon Simple Storage Service (Amazon S3) bucket name and
@@ -1811,7 +1811,7 @@ export interface ExportEBSVolumeRecommendationsRequest {
1811
1811
  * <p>The format of the export file.</p>
1812
1812
  * <p>The only export file format currently supported is <code>Csv</code>.</p>
1813
1813
  */
1814
- fileFormat?: FileFormat | string;
1814
+ fileFormat?: FileFormat;
1815
1815
  /**
1816
1816
  * @public
1817
1817
  * <p>Indicates whether to include recommendations for resources in all member accounts of
@@ -1950,7 +1950,7 @@ export interface ExportEC2InstanceRecommendationsRequest {
1950
1950
  * fields that can be exported, see <a href="https://docs.aws.amazon.com/compute-optimizer/latest/ug/exporting-recommendations.html#exported-files">Exported files</a> in the <i>Compute Optimizer User
1951
1951
  * Guide</i>.</p>
1952
1952
  */
1953
- fieldsToExport?: (ExportableInstanceField | string)[];
1953
+ fieldsToExport?: ExportableInstanceField[];
1954
1954
  /**
1955
1955
  * @public
1956
1956
  * <p>An object to specify the destination Amazon Simple Storage Service (Amazon S3) bucket
@@ -1970,7 +1970,7 @@ export interface ExportEC2InstanceRecommendationsRequest {
1970
1970
  * <p>The format of the export file.</p>
1971
1971
  * <p>The only export file format currently supported is <code>Csv</code>.</p>
1972
1972
  */
1973
- fileFormat?: FileFormat | string;
1973
+ fileFormat?: FileFormat;
1974
1974
  /**
1975
1975
  * @public
1976
1976
  * <p>Indicates whether to include recommendations for resources in all member accounts of
@@ -2088,7 +2088,7 @@ export interface ECSServiceRecommendationFilter {
2088
2088
  * your Amazon ECS service recommendations with a tag key value of <code>Owner</code> or without any tag
2089
2089
  * keys assigned.</p>
2090
2090
  */
2091
- name?: ECSServiceRecommendationFilterName | string;
2091
+ name?: ECSServiceRecommendationFilterName;
2092
2092
  /**
2093
2093
  * @public
2094
2094
  * <p>
@@ -2142,7 +2142,7 @@ export interface ExportECSServiceRecommendationsRequest {
2142
2142
  * fields that can be exported, see <a href="https://docs.aws.amazon.com/compute-optimizer/latest/ug/exporting-recommendations.html#exported-files">Exported files</a> in the <i>Compute Optimizer User
2143
2143
  * Guide</i>.</p>
2144
2144
  */
2145
- fieldsToExport?: (ExportableECSServiceField | string)[];
2145
+ fieldsToExport?: ExportableECSServiceField[];
2146
2146
  /**
2147
2147
  * @public
2148
2148
  * <p>Describes the destination Amazon Simple Storage Service (Amazon S3) bucket name and
@@ -2163,7 +2163,7 @@ export interface ExportECSServiceRecommendationsRequest {
2163
2163
  * </p>
2164
2164
  * <p>The CSV file is the only export file format currently supported.</p>
2165
2165
  */
2166
- fileFormat?: FileFormat | string;
2166
+ fileFormat?: FileFormat;
2167
2167
  /**
2168
2168
  * @public
2169
2169
  * <p>If your account is the management account or the delegated administrator of an organization,
@@ -2279,7 +2279,7 @@ export interface LambdaFunctionRecommendationFilter {
2279
2279
  * your Lambda function recommendations with a tag key value of <code>Owner</code> or without any tag
2280
2280
  * keys assigned.</p>
2281
2281
  */
2282
- name?: LambdaFunctionRecommendationFilterName | string;
2282
+ name?: LambdaFunctionRecommendationFilterName;
2283
2283
  /**
2284
2284
  * @public
2285
2285
  * <p>The value of the filter.</p>
@@ -2329,7 +2329,7 @@ export interface ExportLambdaFunctionRecommendationsRequest {
2329
2329
  * fields that can be exported, see <a href="https://docs.aws.amazon.com/compute-optimizer/latest/ug/exporting-recommendations.html#exported-files">Exported files</a> in the <i>Compute Optimizer User
2330
2330
  * Guide</i>.</p>
2331
2331
  */
2332
- fieldsToExport?: (ExportableLambdaFunctionField | string)[];
2332
+ fieldsToExport?: ExportableLambdaFunctionField[];
2333
2333
  /**
2334
2334
  * @public
2335
2335
  * <p>Describes the destination Amazon Simple Storage Service (Amazon S3) bucket name and
@@ -2348,7 +2348,7 @@ export interface ExportLambdaFunctionRecommendationsRequest {
2348
2348
  * <p>The format of the export file.</p>
2349
2349
  * <p>The only export file format currently supported is <code>Csv</code>.</p>
2350
2350
  */
2351
- fileFormat?: FileFormat | string;
2351
+ fileFormat?: FileFormat;
2352
2352
  /**
2353
2353
  * @public
2354
2354
  * <p>Indicates whether to include recommendations for resources in all member accounts of
@@ -2456,7 +2456,7 @@ export interface LicenseRecommendationFilter {
2456
2456
  * your license recommendations with a tag key value of <code>Owner</code> or without any tag
2457
2457
  * keys assigned.</p>
2458
2458
  */
2459
- name?: LicenseRecommendationFilterName | string;
2459
+ name?: LicenseRecommendationFilterName;
2460
2460
  /**
2461
2461
  * @public
2462
2462
  * <p>The value of the filter.</p>
@@ -2508,7 +2508,7 @@ export interface ExportLicenseRecommendationsRequest {
2508
2508
  * fields that can be exported, see <a href="https://docs.aws.amazon.com/compute-optimizer/latest/ug/exporting-recommendations.html#exported-files">Exported files</a> in the <i>Compute Optimizer User
2509
2509
  * Guide</i>.</p>
2510
2510
  */
2511
- fieldsToExport?: (ExportableLicenseField | string)[];
2511
+ fieldsToExport?: ExportableLicenseField[];
2512
2512
  /**
2513
2513
  * @public
2514
2514
  * <p>Describes the destination Amazon Simple Storage Service (Amazon S3) bucket name and
@@ -2527,7 +2527,7 @@ export interface ExportLicenseRecommendationsRequest {
2527
2527
  * <p>The format of the export file.</p>
2528
2528
  * <p>A CSV file is the only export format currently supported.</p>
2529
2529
  */
2530
- fileFormat?: FileFormat | string;
2530
+ fileFormat?: FileFormat;
2531
2531
  /**
2532
2532
  * @public
2533
2533
  * <p>Indicates whether to include recommendations for resources in all member accounts of
@@ -2834,7 +2834,7 @@ export interface EBSUtilizationMetric {
2834
2834
  * </li>
2835
2835
  * </ul>
2836
2836
  */
2837
- name?: EBSMetricName | string;
2837
+ name?: EBSMetricName;
2838
2838
  /**
2839
2839
  * @public
2840
2840
  * <p>The statistic of the utilization metric.</p>
@@ -2850,7 +2850,7 @@ export interface EBSUtilizationMetric {
2850
2850
  * using Amazon CloudWatch. For more information, see the <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/WhatIsCloudWatch.html">Amazon CloudWatch
2851
2851
  * User Guide</a>.</p>
2852
2852
  */
2853
- statistic?: MetricStatistic | string;
2853
+ statistic?: MetricStatistic;
2854
2854
  /**
2855
2855
  * @public
2856
2856
  * <p>The value of the utilization metric.</p>
@@ -2939,7 +2939,7 @@ export interface VolumeRecommendation {
2939
2939
  * </li>
2940
2940
  * </ul>
2941
2941
  */
2942
- finding?: EBSFinding | string;
2942
+ finding?: EBSFinding;
2943
2943
  /**
2944
2944
  * @public
2945
2945
  * <p>An array of objects that describe the utilization metrics of the volume.</p>
@@ -2966,7 +2966,7 @@ export interface VolumeRecommendation {
2966
2966
  * The higher the risk, the more likely the current EBS volume doesn't have sufficient
2967
2967
  * capacity.</p>
2968
2968
  */
2969
- currentPerformanceRisk?: CurrentPerformanceRisk | string;
2969
+ currentPerformanceRisk?: CurrentPerformanceRisk;
2970
2970
  /**
2971
2971
  * @public
2972
2972
  * <p>
@@ -3076,7 +3076,7 @@ export interface ExternalMetricStatus {
3076
3076
  * The status code for Compute Optimizer's integration with an external metrics provider.
3077
3077
  * </p>
3078
3078
  */
3079
- statusCode?: ExternalMetricStatusCode | string;
3079
+ statusCode?: ExternalMetricStatusCode;
3080
3080
  /**
3081
3081
  * @public
3082
3082
  * <p>
@@ -3281,7 +3281,7 @@ export interface InstanceRecommendationOption {
3281
3281
  * </li>
3282
3282
  * </ul>
3283
3283
  */
3284
- platformDifferences?: (PlatformDifference | string)[];
3284
+ platformDifferences?: PlatformDifference[];
3285
3285
  /**
3286
3286
  * @public
3287
3287
  * <p>The performance risk of the instance recommendation option.</p>
@@ -3324,7 +3324,7 @@ export interface InstanceRecommendationOption {
3324
3324
  * <code>VeryLow</code> if both the current and recommended instance types are of the
3325
3325
  * same CPU architecture.</p>
3326
3326
  */
3327
- migrationEffort?: MigrationEffort | string;
3327
+ migrationEffort?: MigrationEffort;
3328
3328
  /**
3329
3329
  * @public
3330
3330
  * <p>
@@ -3364,7 +3364,7 @@ export interface RecommendationSource {
3364
3364
  * @public
3365
3365
  * <p>The resource type of the recommendation source.</p>
3366
3366
  */
3367
- recommendationSourceType?: RecommendationSourceType | string;
3367
+ recommendationSourceType?: RecommendationSourceType;
3368
3368
  }
3369
3369
  /**
3370
3370
  * @public
@@ -3429,7 +3429,7 @@ export interface InstanceRecommendation {
3429
3429
  * </li>
3430
3430
  * </ul>
3431
3431
  */
3432
- finding?: Finding | string;
3432
+ finding?: Finding;
3433
3433
  /**
3434
3434
  * @public
3435
3435
  * <p>The reason for the finding classification of the instance.</p>
@@ -3628,7 +3628,7 @@ export interface InstanceRecommendation {
3628
3628
  * User Guide</i>.</p>
3629
3629
  * </note>
3630
3630
  */
3631
- findingReasonCodes?: (InstanceRecommendationFindingReasonCode | string)[];
3631
+ findingReasonCodes?: InstanceRecommendationFindingReasonCode[];
3632
3632
  /**
3633
3633
  * @public
3634
3634
  * <p>An array of objects that describe the utilization metrics of the instance.</p>
@@ -3661,7 +3661,7 @@ export interface InstanceRecommendation {
3661
3661
  * The higher the risk, the more likely the current instance cannot meet the performance
3662
3662
  * requirements of its workload.</p>
3663
3663
  */
3664
- currentPerformanceRisk?: CurrentPerformanceRisk | string;
3664
+ currentPerformanceRisk?: CurrentPerformanceRisk;
3665
3665
  /**
3666
3666
  * @public
3667
3667
  * <p>An object that describes the effective recommendation preferences for the
@@ -3721,14 +3721,14 @@ export interface InstanceRecommendation {
3721
3721
  * </li>
3722
3722
  * </ul>
3723
3723
  */
3724
- inferredWorkloadTypes?: (InferredWorkloadType | string)[];
3724
+ inferredWorkloadTypes?: InferredWorkloadType[];
3725
3725
  /**
3726
3726
  * @public
3727
3727
  * <p>
3728
3728
  * The state of the instance when the recommendation was generated.
3729
3729
  * </p>
3730
3730
  */
3731
- instanceState?: InstanceState | string;
3731
+ instanceState?: InstanceState;
3732
3732
  /**
3733
3733
  * @public
3734
3734
  * <p>
@@ -3756,7 +3756,7 @@ export interface InstanceRecommendation {
3756
3756
  * Describes if an Amazon EC2 instance is idle.
3757
3757
  * </p>
3758
3758
  */
3759
- idle?: InstanceIdle | string;
3759
+ idle?: InstanceIdle;
3760
3760
  }
3761
3761
  /**
3762
3762
  * @public
@@ -3796,7 +3796,7 @@ export interface GetEC2RecommendationProjectedMetricsRequest {
3796
3796
  * @public
3797
3797
  * <p>The statistic of the projected metrics.</p>
3798
3798
  */
3799
- stat: MetricStatistic | string | undefined;
3799
+ stat: MetricStatistic | undefined;
3800
3800
  /**
3801
3801
  * @public
3802
3802
  * <p>The granularity, in seconds, of the projected metrics data points.</p>
@@ -3884,7 +3884,7 @@ export interface ProjectedMetric {
3884
3884
  * </li>
3885
3885
  * </ul>
3886
3886
  */
3887
- name?: MetricName | string;
3887
+ name?: MetricName;
3888
3888
  /**
3889
3889
  * @public
3890
3890
  * <p>The timestamps of the projected utilization metric.</p>
@@ -3960,7 +3960,7 @@ export interface GetECSServiceRecommendationProjectedMetricsRequest {
3960
3960
  * The statistic of the projected metrics.
3961
3961
  * </p>
3962
3962
  */
3963
- stat: MetricStatistic | string | undefined;
3963
+ stat: MetricStatistic | undefined;
3964
3964
  /**
3965
3965
  * @public
3966
3966
  * <p>
@@ -4023,7 +4023,7 @@ export interface ECSServiceProjectedMetric {
4023
4023
  * </li>
4024
4024
  * </ul>
4025
4025
  */
4026
- name?: ECSServiceMetricName | string;
4026
+ name?: ECSServiceMetricName;
4027
4027
  /**
4028
4028
  * @public
4029
4029
  * <p>
@@ -4247,7 +4247,7 @@ export interface ServiceConfiguration {
4247
4247
  * Target tracking scaling policies for Application Auto Scaling</a> in the
4248
4248
  * <i>Application Auto Scaling User Guide</i>.</p>
4249
4249
  */
4250
- autoScalingConfiguration?: AutoScalingConfiguration | string;
4250
+ autoScalingConfiguration?: AutoScalingConfiguration;
4251
4251
  /**
4252
4252
  * @public
4253
4253
  * <p>
@@ -4364,7 +4364,7 @@ export interface ECSServiceProjectedUtilizationMetric {
4364
4364
  * </li>
4365
4365
  * </ul>
4366
4366
  */
4367
- name?: ECSServiceMetricName | string;
4367
+ name?: ECSServiceMetricName;
4368
4368
  /**
4369
4369
  * @public
4370
4370
  * <p>The statistic of the projected utilization metric.</p>
@@ -4380,7 +4380,7 @@ export interface ECSServiceProjectedUtilizationMetric {
4380
4380
  * using Amazon CloudWatch. For more information, see the <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/WhatIsCloudWatch.html">Amazon CloudWatch
4381
4381
  * User Guide</a>.</p>
4382
4382
  */
4383
- statistic?: ECSServiceMetricStatistic | string;
4383
+ statistic?: ECSServiceMetricStatistic;
4384
4384
  /**
4385
4385
  * @public
4386
4386
  * <p>
@@ -4478,7 +4478,7 @@ export interface ECSServiceUtilizationMetric {
4478
4478
  * </li>
4479
4479
  * </ul>
4480
4480
  */
4481
- name?: ECSServiceMetricName | string;
4481
+ name?: ECSServiceMetricName;
4482
4482
  /**
4483
4483
  * @public
4484
4484
  * <p>The statistic of the utilization metric.</p>
@@ -4494,7 +4494,7 @@ export interface ECSServiceUtilizationMetric {
4494
4494
  * using Amazon CloudWatch. For more information, see the <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/WhatIsCloudWatch.html">Amazon CloudWatch
4495
4495
  * User Guide</a>.</p>
4496
4496
  */
4497
- statistic?: ECSServiceMetricStatistic | string;
4497
+ statistic?: ECSServiceMetricStatistic;
4498
4498
  /**
4499
4499
  * @public
4500
4500
  * <p>
@@ -4560,7 +4560,7 @@ export interface ECSServiceRecommendation {
4560
4560
  * <p>Compute Optimizer only supports the Fargate launch type.</p>
4561
4561
  * </note>
4562
4562
  */
4563
- launchType?: ECSServiceLaunchType | string;
4563
+ launchType?: ECSServiceLaunchType;
4564
4564
  /**
4565
4565
  * @public
4566
4566
  * <p>
@@ -4603,7 +4603,7 @@ export interface ECSServiceRecommendation {
4603
4603
  * </li>
4604
4604
  * </ul>
4605
4605
  */
4606
- finding?: ECSServiceRecommendationFinding | string;
4606
+ finding?: ECSServiceRecommendationFinding;
4607
4607
  /**
4608
4608
  * @public
4609
4609
  * <p>
@@ -4649,7 +4649,7 @@ export interface ECSServiceRecommendation {
4649
4649
  * </li>
4650
4650
  * </ul>
4651
4651
  */
4652
- findingReasonCodes?: (ECSServiceRecommendationFindingReasonCode | string)[];
4652
+ findingReasonCodes?: ECSServiceRecommendationFindingReasonCode[];
4653
4653
  /**
4654
4654
  * @public
4655
4655
  * <p>
@@ -4665,7 +4665,7 @@ export interface ECSServiceRecommendation {
4665
4665
  * requirements of its workload.
4666
4666
  * </p>
4667
4667
  */
4668
- currentPerformanceRisk?: CurrentPerformanceRisk | string;
4668
+ currentPerformanceRisk?: CurrentPerformanceRisk;
4669
4669
  /**
4670
4670
  * @public
4671
4671
  * <p>
@@ -4731,7 +4731,7 @@ export interface GetEffectiveRecommendationPreferencesResponse {
4731
4731
  * infrastructure metrics</a> in the <i>Compute Optimizer User
4732
4732
  * Guide</i>.</p>
4733
4733
  */
4734
- enhancedInfrastructureMetrics?: EnhancedInfrastructureMetrics | string;
4734
+ enhancedInfrastructureMetrics?: EnhancedInfrastructureMetrics;
4735
4735
  /**
4736
4736
  * @public
4737
4737
  * <p>The provider of the external metrics recommendation preference. Considers all
@@ -4762,7 +4762,7 @@ export interface GetEnrollmentStatusResponse {
4762
4762
  * @public
4763
4763
  * <p>The enrollment status of the account.</p>
4764
4764
  */
4765
- status?: Status | string;
4765
+ status?: Status;
4766
4766
  /**
4767
4767
  * @public
4768
4768
  * <p>The reason for the enrollment status of the account.</p>
@@ -4813,7 +4813,7 @@ export interface EnrollmentFilter {
4813
4813
  * <p>Specify <code>Status</code> to return accounts with a specific enrollment status (for
4814
4814
  * example, <code>Active</code>).</p>
4815
4815
  */
4816
- name?: EnrollmentFilterName | string;
4816
+ name?: EnrollmentFilterName;
4817
4817
  /**
4818
4818
  * @public
4819
4819
  * <p>The value of the filter.</p>
@@ -4970,12 +4970,12 @@ export interface LambdaFunctionMemoryProjectedMetric {
4970
4970
  * @public
4971
4971
  * <p>The name of the projected utilization metric.</p>
4972
4972
  */
4973
- name?: LambdaFunctionMemoryMetricName | string;
4973
+ name?: LambdaFunctionMemoryMetricName;
4974
4974
  /**
4975
4975
  * @public
4976
4976
  * <p>The statistic of the projected utilization metric.</p>
4977
4977
  */
4978
- statistic?: LambdaFunctionMemoryMetricStatistic | string;
4978
+ statistic?: LambdaFunctionMemoryMetricStatistic;
4979
4979
  /**
4980
4980
  * @public
4981
4981
  * <p>The values of the projected utilization metrics.</p>
@@ -5057,7 +5057,7 @@ export interface LambdaFunctionUtilizationMetric {
5057
5057
  * </li>
5058
5058
  * </ul>
5059
5059
  */
5060
- name?: LambdaFunctionMetricName | string;
5060
+ name?: LambdaFunctionMetricName;
5061
5061
  /**
5062
5062
  * @public
5063
5063
  * <p>The statistic of the utilization metric.</p>
@@ -5073,7 +5073,7 @@ export interface LambdaFunctionUtilizationMetric {
5073
5073
  * using Amazon CloudWatch. For more information, see the <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/WhatIsCloudWatch.html">Amazon CloudWatch
5074
5074
  * User Guide</a>.</p>
5075
5075
  */
5076
- statistic?: LambdaFunctionMetricStatistic | string;
5076
+ statistic?: LambdaFunctionMetricStatistic;
5077
5077
  /**
5078
5078
  * @public
5079
5079
  * <p>The value of the utilization metric.</p>
@@ -5172,7 +5172,7 @@ export interface LambdaFunctionRecommendation {
5172
5172
  * </li>
5173
5173
  * </ul>
5174
5174
  */
5175
- finding?: LambdaFunctionRecommendationFinding | string;
5175
+ finding?: LambdaFunctionRecommendationFinding;
5176
5176
  /**
5177
5177
  * @public
5178
5178
  * <p>The reason for the finding classification of the function.</p>
@@ -5225,7 +5225,7 @@ export interface LambdaFunctionRecommendation {
5225
5225
  * </li>
5226
5226
  * </ul>
5227
5227
  */
5228
- findingReasonCodes?: (LambdaFunctionRecommendationFindingReasonCode | string)[];
5228
+ findingReasonCodes?: LambdaFunctionRecommendationFindingReasonCode[];
5229
5229
  /**
5230
5230
  * @public
5231
5231
  * <p>An array of objects that describe the memory configuration recommendation options for
@@ -5238,7 +5238,7 @@ export interface LambdaFunctionRecommendation {
5238
5238
  * of its workloads. The higher the risk, the more likely the current Lambda
5239
5239
  * function requires more memory.</p>
5240
5240
  */
5241
- currentPerformanceRisk?: CurrentPerformanceRisk | string;
5241
+ currentPerformanceRisk?: CurrentPerformanceRisk;
5242
5242
  /**
5243
5243
  * @public
5244
5244
  * <p>
@@ -5376,7 +5376,7 @@ export interface MetricSource {
5376
5376
  * The name of the metric source provider.
5377
5377
  * </p>
5378
5378
  */
5379
- provider?: MetricSourceProvider | string;
5379
+ provider?: MetricSourceProvider;
5380
5380
  /**
5381
5381
  * @public
5382
5382
  * <p>
@@ -5419,21 +5419,21 @@ export interface LicenseConfiguration {
5419
5419
  * The edition of the license for the application that runs on the instance.
5420
5420
  * </p>
5421
5421
  */
5422
- licenseEdition?: LicenseEdition | string;
5422
+ licenseEdition?: LicenseEdition;
5423
5423
  /**
5424
5424
  * @public
5425
5425
  * <p>
5426
5426
  * The name of the license for the application that runs on the instance.
5427
5427
  * </p>
5428
5428
  */
5429
- licenseName?: LicenseName | string;
5429
+ licenseName?: LicenseName;
5430
5430
  /**
5431
5431
  * @public
5432
5432
  * <p>
5433
5433
  * The license type associated with the instance.
5434
5434
  * </p>
5435
5435
  */
5436
- licenseModel?: LicenseModel | string;
5436
+ licenseModel?: LicenseModel;
5437
5437
  /**
5438
5438
  * @public
5439
5439
  * <p>
@@ -5506,14 +5506,14 @@ export interface LicenseRecommendationOption {
5506
5506
  * The recommended edition of the license for the application that runs on the instance.
5507
5507
  * </p>
5508
5508
  */
5509
- licenseEdition?: LicenseEdition | string;
5509
+ licenseEdition?: LicenseEdition;
5510
5510
  /**
5511
5511
  * @public
5512
5512
  * <p>
5513
5513
  * The recommended license type associated with the instance.
5514
5514
  * </p>
5515
5515
  */
5516
- licenseModel?: LicenseModel | string;
5516
+ licenseModel?: LicenseModel;
5517
5517
  /**
5518
5518
  * @public
5519
5519
  * <p>Describes the savings opportunity for recommendations of a given resource type or for
@@ -5602,7 +5602,7 @@ export interface LicenseRecommendation {
5602
5602
  * </li>
5603
5603
  * </ul>
5604
5604
  */
5605
- finding?: LicenseFinding | string;
5605
+ finding?: LicenseFinding;
5606
5606
  /**
5607
5607
  * @public
5608
5608
  * <p>
@@ -5632,7 +5632,7 @@ export interface LicenseRecommendation {
5632
5632
  * </li>
5633
5633
  * </ul>
5634
5634
  */
5635
- findingReasonCodes?: (LicenseFindingReasonCode | string)[];
5635
+ findingReasonCodes?: LicenseFindingReasonCode[];
5636
5636
  /**
5637
5637
  * @public
5638
5638
  * <p>
@@ -5690,7 +5690,7 @@ export interface GetRecommendationPreferencesRequest {
5690
5690
  * <code>AutoScalingGroup</code>.</p>
5691
5691
  * </note>
5692
5692
  */
5693
- resourceType: ResourceType | string | undefined;
5693
+ resourceType: ResourceType | undefined;
5694
5694
  /**
5695
5695
  * @public
5696
5696
  * <p>An object that describes the scope of the recommendation preference to return.</p>
@@ -5737,7 +5737,7 @@ export interface RecommendationPreferencesDetail {
5737
5737
  * that are part of Auto Scaling groups. The <code>AutoScalingGroup</code> option
5738
5738
  * encompasses only instances that are part of an Auto Scaling group.</p>
5739
5739
  */
5740
- resourceType?: ResourceType | string;
5740
+ resourceType?: ResourceType;
5741
5741
  /**
5742
5742
  * @public
5743
5743
  * <p>The status of the enhanced infrastructure metrics recommendation preference.</p>
@@ -5749,7 +5749,7 @@ export interface RecommendationPreferencesDetail {
5749
5749
  * infrastructure metrics</a> in the <i>Compute Optimizer User
5750
5750
  * Guide</i>.</p>
5751
5751
  */
5752
- enhancedInfrastructureMetrics?: EnhancedInfrastructureMetrics | string;
5752
+ enhancedInfrastructureMetrics?: EnhancedInfrastructureMetrics;
5753
5753
  /**
5754
5754
  * @public
5755
5755
  * <p>The status of the inferred workload types recommendation preference.</p>
@@ -5758,7 +5758,7 @@ export interface RecommendationPreferencesDetail {
5758
5758
  * <code>Inactive</code> confirms that the preference isn't yet applied to
5759
5759
  * recommendations.</p>
5760
5760
  */
5761
- inferredWorkloadTypes?: InferredWorkloadTypesPreference | string;
5761
+ inferredWorkloadTypes?: InferredWorkloadTypesPreference;
5762
5762
  /**
5763
5763
  * @public
5764
5764
  * <p> An object that describes the external metrics recommendation preference. </p>
@@ -5904,7 +5904,7 @@ export interface InferredWorkloadSaving {
5904
5904
  * </li>
5905
5905
  * </ul>
5906
5906
  */
5907
- inferredWorkloadTypes?: (InferredWorkloadType | string)[];
5907
+ inferredWorkloadTypes?: InferredWorkloadType[];
5908
5908
  /**
5909
5909
  * @public
5910
5910
  * <p>An object that describes the estimated monthly savings amount possible by adopting Compute Optimizer recommendations for a given
@@ -5933,7 +5933,7 @@ export interface ReasonCodeSummary {
5933
5933
  * @public
5934
5934
  * <p>The name of the finding reason code.</p>
5935
5935
  */
5936
- name?: FindingReasonCode | string;
5936
+ name?: FindingReasonCode;
5937
5937
  /**
5938
5938
  * @public
5939
5939
  * <p>The value of the finding reason code summary.</p>
@@ -5949,7 +5949,7 @@ export interface Summary {
5949
5949
  * @public
5950
5950
  * <p>The finding classification of the recommendation.</p>
5951
5951
  */
5952
- name?: Finding | string;
5952
+ name?: Finding;
5953
5953
  /**
5954
5954
  * @public
5955
5955
  * <p>The value of the recommendation summary.</p>
@@ -5975,7 +5975,7 @@ export interface RecommendationSummary {
5975
5975
  * @public
5976
5976
  * <p>The resource type that the recommendation summary applies to.</p>
5977
5977
  */
5978
- recommendationResourceType?: RecommendationSourceType | string;
5978
+ recommendationResourceType?: RecommendationSourceType;
5979
5979
  /**
5980
5980
  * @public
5981
5981
  * <p>The Amazon Web Services account ID of the recommendation summary.</p>
@@ -6035,7 +6035,7 @@ export interface PutRecommendationPreferencesRequest {
6035
6035
  * <code>AutoScalingGroup</code>.</p>
6036
6036
  * </note>
6037
6037
  */
6038
- resourceType: ResourceType | string | undefined;
6038
+ resourceType: ResourceType | undefined;
6039
6039
  /**
6040
6040
  * @public
6041
6041
  * <p>An object that describes the scope of the recommendation preference to create.</p>
@@ -6066,7 +6066,7 @@ export interface PutRecommendationPreferencesRequest {
6066
6066
  * infrastructure metrics</a> in the <i>Compute Optimizer User
6067
6067
  * Guide</i>.</p>
6068
6068
  */
6069
- enhancedInfrastructureMetrics?: EnhancedInfrastructureMetrics | string;
6069
+ enhancedInfrastructureMetrics?: EnhancedInfrastructureMetrics;
6070
6070
  /**
6071
6071
  * @public
6072
6072
  * <p>The status of the inferred workload types recommendation preference to create or
@@ -6080,7 +6080,7 @@ export interface PutRecommendationPreferencesRequest {
6080
6080
  * <p>For more information, see <a href="https://docs.aws.amazon.com/compute-optimizer/latest/ug/inferred-workload-types.html">Inferred workload
6081
6081
  * types</a> in the <i>Compute Optimizer User Guide</i>.</p>
6082
6082
  */
6083
- inferredWorkloadTypes?: InferredWorkloadTypesPreference | string;
6083
+ inferredWorkloadTypes?: InferredWorkloadTypesPreference;
6084
6084
  /**
6085
6085
  * @public
6086
6086
  * <p>The provider of the external metrics recommendation preference to create or
@@ -6129,7 +6129,7 @@ export interface UpdateEnrollmentStatusRequest {
6129
6129
  * to update the enrollment status of an account.</p>
6130
6130
  * </note>
6131
6131
  */
6132
- status: Status | string | undefined;
6132
+ status: Status | undefined;
6133
6133
  /**
6134
6134
  * @public
6135
6135
  * <p>Indicates whether to enroll member accounts of the organization if the account is the
@@ -6145,7 +6145,7 @@ export interface UpdateEnrollmentStatusResponse {
6145
6145
  * @public
6146
6146
  * <p>The enrollment status of the account.</p>
6147
6147
  */
6148
- status?: Status | string;
6148
+ status?: Status;
6149
6149
  /**
6150
6150
  * @public
6151
6151
  * <p>The reason for the enrollment status of the account. For example, an account might