@aws-sdk/client-compute-optimizer 3.1087.0 → 3.1088.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.
Files changed (48) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/ComputeOptimizer.d.ts +90 -140
  3. package/dist-types/ts3.4/ComputeOptimizerClient.d.ts +5 -15
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/DeleteRecommendationPreferencesCommand.d.ts +4 -6
  8. package/dist-types/ts3.4/commands/DescribeRecommendationExportJobsCommand.d.ts +3 -5
  9. package/dist-types/ts3.4/commands/ExportAutoScalingGroupRecommendationsCommand.d.ts +4 -6
  10. package/dist-types/ts3.4/commands/ExportEBSVolumeRecommendationsCommand.d.ts +4 -6
  11. package/dist-types/ts3.4/commands/ExportEC2InstanceRecommendationsCommand.d.ts +4 -6
  12. package/dist-types/ts3.4/commands/ExportECSServiceRecommendationsCommand.d.ts +4 -6
  13. package/dist-types/ts3.4/commands/ExportIdleRecommendationsCommand.d.ts +4 -6
  14. package/dist-types/ts3.4/commands/ExportLambdaFunctionRecommendationsCommand.d.ts +4 -6
  15. package/dist-types/ts3.4/commands/ExportLicenseRecommendationsCommand.d.ts +4 -6
  16. package/dist-types/ts3.4/commands/ExportRDSDatabaseRecommendationsCommand.d.ts +4 -6
  17. package/dist-types/ts3.4/commands/GetAutoScalingGroupRecommendationsCommand.d.ts +3 -5
  18. package/dist-types/ts3.4/commands/GetEBSVolumeRecommendationsCommand.d.ts +3 -5
  19. package/dist-types/ts3.4/commands/GetEC2InstanceRecommendationsCommand.d.ts +3 -5
  20. package/dist-types/ts3.4/commands/GetEC2RecommendationProjectedMetricsCommand.d.ts +4 -6
  21. package/dist-types/ts3.4/commands/GetECSServiceRecommendationProjectedMetricsCommand.d.ts +4 -6
  22. package/dist-types/ts3.4/commands/GetECSServiceRecommendationsCommand.d.ts +3 -5
  23. package/dist-types/ts3.4/commands/GetEffectiveRecommendationPreferencesCommand.d.ts +4 -6
  24. package/dist-types/ts3.4/commands/GetEnrollmentStatusCommand.d.ts +4 -9
  25. package/dist-types/ts3.4/commands/GetEnrollmentStatusesForOrganizationCommand.d.ts +3 -5
  26. package/dist-types/ts3.4/commands/GetIdleRecommendationsCommand.d.ts +4 -9
  27. package/dist-types/ts3.4/commands/GetLambdaFunctionRecommendationsCommand.d.ts +3 -5
  28. package/dist-types/ts3.4/commands/GetLicenseRecommendationsCommand.d.ts +3 -5
  29. package/dist-types/ts3.4/commands/GetRDSDatabaseRecommendationProjectedMetricsCommand.d.ts +4 -6
  30. package/dist-types/ts3.4/commands/GetRDSDatabaseRecommendationsCommand.d.ts +3 -5
  31. package/dist-types/ts3.4/commands/GetRecommendationPreferencesCommand.d.ts +4 -6
  32. package/dist-types/ts3.4/commands/GetRecommendationSummariesCommand.d.ts +3 -5
  33. package/dist-types/ts3.4/commands/PutRecommendationPreferencesCommand.d.ts +4 -6
  34. package/dist-types/ts3.4/commands/UpdateEnrollmentStatusCommand.d.ts +5 -10
  35. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  36. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  37. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  38. package/dist-types/ts3.4/models/enums.d.ts +19 -38
  39. package/dist-types/ts3.4/models/errors.d.ts +9 -27
  40. package/dist-types/ts3.4/models/models_0.d.ts +26 -78
  41. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  42. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
  43. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
  44. package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
  45. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
  46. package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
  47. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  48. package/package.json +38 -38
@@ -4,14 +4,12 @@ import {
4
4
  GetRDSDatabaseRecommendationProjectedMetricsResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface GetRDSDatabaseRecommendationProjectedMetricsCommandInput
8
- extends GetRDSDatabaseRecommendationProjectedMetricsRequest {}
7
+ export interface GetRDSDatabaseRecommendationProjectedMetricsCommandInput extends GetRDSDatabaseRecommendationProjectedMetricsRequest {}
9
8
  export interface GetRDSDatabaseRecommendationProjectedMetricsCommandOutput
10
- extends GetRDSDatabaseRecommendationProjectedMetricsResponse,
11
- __MetadataBearer {}
9
+ extends GetRDSDatabaseRecommendationProjectedMetricsResponse, __MetadataBearer {}
12
10
  declare const GetRDSDatabaseRecommendationProjectedMetricsCommand_base: {
13
11
  new (
14
- input: GetRDSDatabaseRecommendationProjectedMetricsCommandInput
12
+ input: GetRDSDatabaseRecommendationProjectedMetricsCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  GetRDSDatabaseRecommendationProjectedMetricsCommandInput,
17
15
  GetRDSDatabaseRecommendationProjectedMetricsCommandOutput,
@@ -20,7 +18,7 @@ declare const GetRDSDatabaseRecommendationProjectedMetricsCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: GetRDSDatabaseRecommendationProjectedMetricsCommandInput
21
+ input: GetRDSDatabaseRecommendationProjectedMetricsCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  GetRDSDatabaseRecommendationProjectedMetricsCommandInput,
26
24
  GetRDSDatabaseRecommendationProjectedMetricsCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  GetRDSDatabaseRecommendationsResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface GetRDSDatabaseRecommendationsCommandInput
8
- extends GetRDSDatabaseRecommendationsRequest {}
7
+ export interface GetRDSDatabaseRecommendationsCommandInput extends GetRDSDatabaseRecommendationsRequest {}
9
8
  export interface GetRDSDatabaseRecommendationsCommandOutput
10
- extends GetRDSDatabaseRecommendationsResponse,
11
- __MetadataBearer {}
9
+ extends GetRDSDatabaseRecommendationsResponse, __MetadataBearer {}
12
10
  declare const GetRDSDatabaseRecommendationsCommand_base: {
13
11
  new (
14
- input: GetRDSDatabaseRecommendationsCommandInput
12
+ input: GetRDSDatabaseRecommendationsCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  GetRDSDatabaseRecommendationsCommandInput,
17
15
  GetRDSDatabaseRecommendationsCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  GetRecommendationPreferencesResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface GetRecommendationPreferencesCommandInput
8
- extends GetRecommendationPreferencesRequest {}
7
+ export interface GetRecommendationPreferencesCommandInput extends GetRecommendationPreferencesRequest {}
9
8
  export interface GetRecommendationPreferencesCommandOutput
10
- extends GetRecommendationPreferencesResponse,
11
- __MetadataBearer {}
9
+ extends GetRecommendationPreferencesResponse, __MetadataBearer {}
12
10
  declare const GetRecommendationPreferencesCommand_base: {
13
11
  new (
14
- input: GetRecommendationPreferencesCommandInput
12
+ input: GetRecommendationPreferencesCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  GetRecommendationPreferencesCommandInput,
17
15
  GetRecommendationPreferencesCommandOutput,
@@ -20,7 +18,7 @@ declare const GetRecommendationPreferencesCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: GetRecommendationPreferencesCommandInput
21
+ input: GetRecommendationPreferencesCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  GetRecommendationPreferencesCommandInput,
26
24
  GetRecommendationPreferencesCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  GetRecommendationSummariesResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface GetRecommendationSummariesCommandInput
8
- extends GetRecommendationSummariesRequest {}
7
+ export interface GetRecommendationSummariesCommandInput extends GetRecommendationSummariesRequest {}
9
8
  export interface GetRecommendationSummariesCommandOutput
10
- extends GetRecommendationSummariesResponse,
11
- __MetadataBearer {}
9
+ extends GetRecommendationSummariesResponse, __MetadataBearer {}
12
10
  declare const GetRecommendationSummariesCommand_base: {
13
11
  new (
14
- input: GetRecommendationSummariesCommandInput
12
+ input: GetRecommendationSummariesCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  GetRecommendationSummariesCommandInput,
17
15
  GetRecommendationSummariesCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  PutRecommendationPreferencesResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface PutRecommendationPreferencesCommandInput
8
- extends PutRecommendationPreferencesRequest {}
7
+ export interface PutRecommendationPreferencesCommandInput extends PutRecommendationPreferencesRequest {}
9
8
  export interface PutRecommendationPreferencesCommandOutput
10
- extends PutRecommendationPreferencesResponse,
11
- __MetadataBearer {}
9
+ extends PutRecommendationPreferencesResponse, __MetadataBearer {}
12
10
  declare const PutRecommendationPreferencesCommand_base: {
13
11
  new (
14
- input: PutRecommendationPreferencesCommandInput
12
+ input: PutRecommendationPreferencesCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  PutRecommendationPreferencesCommandInput,
17
15
  PutRecommendationPreferencesCommandOutput,
@@ -20,7 +18,7 @@ declare const PutRecommendationPreferencesCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: PutRecommendationPreferencesCommandInput
21
+ input: PutRecommendationPreferencesCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  PutRecommendationPreferencesCommandInput,
26
24
  PutRecommendationPreferencesCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateEnrollmentStatusRequest,
4
- UpdateEnrollmentStatusResponse,
5
- } from "../models/models_0";
2
+ import { UpdateEnrollmentStatusRequest, UpdateEnrollmentStatusResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface UpdateEnrollmentStatusCommandInput
8
- extends UpdateEnrollmentStatusRequest {}
4
+ export interface UpdateEnrollmentStatusCommandInput extends UpdateEnrollmentStatusRequest {}
9
5
  export interface UpdateEnrollmentStatusCommandOutput
10
- extends UpdateEnrollmentStatusResponse,
11
- __MetadataBearer {}
6
+ extends UpdateEnrollmentStatusResponse, __MetadataBearer {}
12
7
  declare const UpdateEnrollmentStatusCommand_base: {
13
8
  new (
14
- input: UpdateEnrollmentStatusCommandInput
9
+ input: UpdateEnrollmentStatusCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  UpdateEnrollmentStatusCommandInput,
17
12
  UpdateEnrollmentStatusCommandOutput,
@@ -20,7 +15,7 @@ declare const UpdateEnrollmentStatusCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: UpdateEnrollmentStatusCommandInput
18
+ input: UpdateEnrollmentStatusCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  UpdateEnrollmentStatusCommandInput,
26
21
  UpdateEnrollmentStatusCommandOutput,
@@ -23,7 +23,7 @@ export type ClientResolvedEndpointParameters = Pick<
23
23
  defaultSigningName: string;
24
24
  };
25
25
  export declare const resolveClientEndpointParameters: <T>(
26
- options: T & ClientInputEndpointParameters
26
+ options: T & ClientInputEndpointParameters,
27
27
  ) => T & ClientResolvedEndpointParameters;
28
28
  export declare const commonParams: {
29
29
  readonly UseFIPS: {
@@ -4,5 +4,5 @@ export declare const defaultEndpointResolver: (
4
4
  endpointParams: EndpointParameters,
5
5
  context?: {
6
6
  logger?: Logger;
7
- }
7
+ },
8
8
  ) => EndpointV2;
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  export interface ComputeOptimizerExtensionConfiguration
6
- extends HttpHandlerExtensionConfiguration,
6
+ extends
7
+ HttpHandlerExtensionConfiguration,
7
8
  DefaultExtensionConfiguration,
8
9
  AwsRegionExtensionConfiguration,
9
10
  HttpAuthExtensionConfiguration {}
@@ -9,8 +9,7 @@ export declare const AllocationStrategy: {
9
9
  readonly LOWEST_PRICE: "LowestPrice";
10
10
  readonly PRIORITIZED: "Prioritized";
11
11
  };
12
- export type AllocationStrategy =
13
- (typeof AllocationStrategy)[keyof typeof AllocationStrategy];
12
+ export type AllocationStrategy = (typeof AllocationStrategy)[keyof typeof AllocationStrategy];
14
13
  export declare const AsgType: {
15
14
  readonly MIXED_INSTANCE_TYPE: "MixedInstanceTypes";
16
15
  readonly SINGLE_INSTANCE_TYPE: "SingleInstanceType";
@@ -119,16 +118,14 @@ export declare const InferredWorkloadType: {
119
118
  readonly REDIS: "Redis";
120
119
  readonly SQLSERVER: "SQLServer";
121
120
  };
122
- export type InferredWorkloadType =
123
- (typeof InferredWorkloadType)[keyof typeof InferredWorkloadType];
121
+ export type InferredWorkloadType = (typeof InferredWorkloadType)[keyof typeof InferredWorkloadType];
124
122
  export declare const MigrationEffort: {
125
123
  readonly HIGH: "High";
126
124
  readonly LOW: "Low";
127
125
  readonly MEDIUM: "Medium";
128
126
  readonly VERY_LOW: "VeryLow";
129
127
  };
130
- export type MigrationEffort =
131
- (typeof MigrationEffort)[keyof typeof MigrationEffort];
128
+ export type MigrationEffort = (typeof MigrationEffort)[keyof typeof MigrationEffort];
132
129
  export declare const MetricName: {
133
130
  readonly CPU: "Cpu";
134
131
  readonly DISK_READ_BYTES_PER_SECOND: "DISK_READ_BYTES_PER_SECOND";
@@ -152,8 +149,7 @@ export declare const MetricStatistic: {
152
149
  readonly AVERAGE: "Average";
153
150
  readonly MAXIMUM: "Maximum";
154
151
  };
155
- export type MetricStatistic =
156
- (typeof MetricStatistic)[keyof typeof MetricStatistic];
152
+ export type MetricStatistic = (typeof MetricStatistic)[keyof typeof MetricStatistic];
157
153
  export declare const RecommendationPreferenceName: {
158
154
  readonly ENHANCED_INFRASTRUCTURE_METRICS: "EnhancedInfrastructureMetrics";
159
155
  readonly EXTERNAL_METRICS_PREFERENCE: "ExternalMetricsPreference";
@@ -484,8 +480,7 @@ export declare const ExportableIdleField: {
484
480
  readonly UTILIZATION_METRICS_VOLUME_READ_OPS_PER_SECOND_MAXIMUM: "UtilizationMetricsVolumeReadOpsPerSecondMaximum";
485
481
  readonly UTILIZATION_METRICS_VOLUME_WRITE_OPS_PER_SECOND_MAXIMUM: "UtilizationMetricsVolumeWriteOpsPerSecondMaximum";
486
482
  };
487
- export type ExportableIdleField =
488
- (typeof ExportableIdleField)[keyof typeof ExportableIdleField];
483
+ export type ExportableIdleField = (typeof ExportableIdleField)[keyof typeof ExportableIdleField];
489
484
  export declare const IdleRecommendationFilterName: {
490
485
  readonly FINDING: "Finding";
491
486
  readonly RESOURCE_TYPE: "ResourceType";
@@ -649,8 +644,7 @@ export declare const ExportableRDSDBField: {
649
644
  readonly UTILIZATION_METRICS_VOLUME_WRITE_IOPS_AVERAGE: "UtilizationMetricsVolumeWriteIOPsAverage";
650
645
  readonly UTILIZATION_METRICS_WRITE_IOPS_EPHEMERAL_STORAGE_MAXIMUM: "UtilizationMetricsWriteIOPSEphemeralStorageMaximum";
651
646
  };
652
- export type ExportableRDSDBField =
653
- (typeof ExportableRDSDBField)[keyof typeof ExportableRDSDBField];
647
+ export type ExportableRDSDBField = (typeof ExportableRDSDBField)[keyof typeof ExportableRDSDBField];
654
648
  export declare const RDSDBRecommendationFilterName: {
655
649
  readonly IDLE: "Idle";
656
650
  readonly INSTANCE_FINDING: "InstanceFinding";
@@ -741,8 +735,7 @@ export declare const PlatformDifference: {
741
735
  readonly STORAGE_INTERFACE: "StorageInterface";
742
736
  readonly VIRTUALIZATION_TYPE: "VirtualizationType";
743
737
  };
744
- export type PlatformDifference =
745
- (typeof PlatformDifference)[keyof typeof PlatformDifference];
738
+ export type PlatformDifference = (typeof PlatformDifference)[keyof typeof PlatformDifference];
746
739
  export declare const RecommendationSourceType: {
747
740
  readonly AURORA_DB_CLUSTER_STORAGE: "AuroraDBClusterStorage";
748
741
  readonly AUTO_SCALING_GROUP: "AutoScalingGroup";
@@ -767,8 +760,7 @@ export declare const ECSServiceMetricName: {
767
760
  readonly CPU: "Cpu";
768
761
  readonly MEMORY: "Memory";
769
762
  };
770
- export type ECSServiceMetricName =
771
- (typeof ECSServiceMetricName)[keyof typeof ECSServiceMetricName];
763
+ export type ECSServiceMetricName = (typeof ECSServiceMetricName)[keyof typeof ECSServiceMetricName];
772
764
  export declare const ECSSavingsEstimationModeSource: {
773
765
  readonly COST_EXPLORER_RIGHTSIZING: "CostExplorerRightsizing";
774
766
  readonly COST_OPTIMIZATION_HUB: "CostOptimizationHub";
@@ -795,8 +787,7 @@ export declare const ECSServiceLaunchType: {
795
787
  readonly EC2: "EC2";
796
788
  readonly FARGATE: "Fargate";
797
789
  };
798
- export type ECSServiceLaunchType =
799
- (typeof ECSServiceLaunchType)[keyof typeof ECSServiceLaunchType];
790
+ export type ECSServiceLaunchType = (typeof ECSServiceLaunchType)[keyof typeof ECSServiceLaunchType];
800
791
  export declare const ECSServiceMetricStatistic: {
801
792
  readonly AVERAGE: "Average";
802
793
  readonly MAXIMUM: "Maximum";
@@ -806,8 +797,7 @@ export type ECSServiceMetricStatistic =
806
797
  export declare const EnrollmentFilterName: {
807
798
  readonly STATUS: "Status";
808
799
  };
809
- export type EnrollmentFilterName =
810
- (typeof EnrollmentFilterName)[keyof typeof EnrollmentFilterName];
800
+ export type EnrollmentFilterName = (typeof EnrollmentFilterName)[keyof typeof EnrollmentFilterName];
811
801
  export declare const Dimension: {
812
802
  readonly SAVINGS_VALUE: "SavingsValue";
813
803
  readonly SAVINGS_VALUE_AFTER_DISCOUNT: "SavingsValueAfterDiscount";
@@ -870,8 +860,7 @@ export declare const IdleMetricName: {
870
860
  readonly VOLUME_READ_OPS_PER_SECOND: "VolumeReadOpsPerSecond";
871
861
  readonly VOLUME_WRITE_OPS_PER_SECOND: "VolumeWriteOpsPerSecond";
872
862
  };
873
- export type IdleMetricName =
874
- (typeof IdleMetricName)[keyof typeof IdleMetricName];
863
+ export type IdleMetricName = (typeof IdleMetricName)[keyof typeof IdleMetricName];
875
864
  export declare const LambdaSavingsEstimationModeSource: {
876
865
  readonly COST_EXPLORER_RIGHTSIZING: "CostExplorerRightsizing";
877
866
  readonly COST_OPTIMIZATION_HUB: "CostOptimizationHub";
@@ -924,8 +913,7 @@ export declare const LicenseEdition: {
924
913
  readonly NO_LICENSE_EDITION_FOUND: "NoLicenseEditionFound";
925
914
  readonly STANDARD: "Standard";
926
915
  };
927
- export type LicenseEdition =
928
- (typeof LicenseEdition)[keyof typeof LicenseEdition];
916
+ export type LicenseEdition = (typeof LicenseEdition)[keyof typeof LicenseEdition];
929
917
  export declare const LicenseModel: {
930
918
  readonly BRING_YOUR_OWN_LICENSE: "BringYourOwnLicense";
931
919
  readonly LICENSE_INCLUDED: "LicenseIncluded";
@@ -938,15 +926,13 @@ export type LicenseName = (typeof LicenseName)[keyof typeof LicenseName];
938
926
  export declare const MetricSourceProvider: {
939
927
  readonly CloudWatchAppInsights: "CloudWatchApplicationInsights";
940
928
  };
941
- export type MetricSourceProvider =
942
- (typeof MetricSourceProvider)[keyof typeof MetricSourceProvider];
929
+ export type MetricSourceProvider = (typeof MetricSourceProvider)[keyof typeof MetricSourceProvider];
943
930
  export declare const LicenseFinding: {
944
931
  readonly INSUFFICIENT_METRICS: "InsufficientMetrics";
945
932
  readonly NOT_OPTIMIZED: "NotOptimized";
946
933
  readonly OPTIMIZED: "Optimized";
947
934
  };
948
- export type LicenseFinding =
949
- (typeof LicenseFinding)[keyof typeof LicenseFinding];
935
+ export type LicenseFinding = (typeof LicenseFinding)[keyof typeof LicenseFinding];
950
936
  export declare const LicenseFindingReasonCode: {
951
937
  readonly CW_APP_INSIGHTS_DISABLED: "InvalidCloudWatchApplicationInsightsSetup";
952
938
  readonly CW_APP_INSIGHTS_ERROR: "CloudWatchApplicationInsightsError";
@@ -978,8 +964,7 @@ export declare const RDSDBMetricName: {
978
964
  readonly VOLUME_WRITE_IOPS: "VolumeWriteIOPs";
979
965
  readonly WRITE_IOPS_EPHEMERAL_STORAGE: "WriteIOPSEphemeralStorage";
980
966
  };
981
- export type RDSDBMetricName =
982
- (typeof RDSDBMetricName)[keyof typeof RDSDBMetricName];
967
+ export type RDSDBMetricName = (typeof RDSDBMetricName)[keyof typeof RDSDBMetricName];
983
968
  export declare const RDSCurrentInstancePerformanceRisk: {
984
969
  readonly HIGH: "High";
985
970
  readonly LOW: "Low";
@@ -1013,8 +998,7 @@ export declare const RDSInstanceFinding: {
1013
998
  readonly OVER_PROVISIONED: "Overprovisioned";
1014
999
  readonly UNDER_PROVISIONED: "Underprovisioned";
1015
1000
  };
1016
- export type RDSInstanceFinding =
1017
- (typeof RDSInstanceFinding)[keyof typeof RDSInstanceFinding];
1001
+ export type RDSInstanceFinding = (typeof RDSInstanceFinding)[keyof typeof RDSInstanceFinding];
1018
1002
  export declare const RDSInstanceFindingReasonCode: {
1019
1003
  readonly CPU_OVER_PROVISIONED: "CPUOverprovisioned";
1020
1004
  readonly CPU_UNDER_PROVISIONED: "CPUUnderprovisioned";
@@ -1038,16 +1022,14 @@ export declare const RDSDBMetricStatistic: {
1038
1022
  readonly MAXIMUM: "Maximum";
1039
1023
  readonly MINIMUM: "Minimum";
1040
1024
  };
1041
- export type RDSDBMetricStatistic =
1042
- (typeof RDSDBMetricStatistic)[keyof typeof RDSDBMetricStatistic];
1025
+ export type RDSDBMetricStatistic = (typeof RDSDBMetricStatistic)[keyof typeof RDSDBMetricStatistic];
1043
1026
  export declare const RDSStorageFinding: {
1044
1027
  readonly NOT_OPTIMIZED: "NotOptimized";
1045
1028
  readonly OPTIMIZED: "Optimized";
1046
1029
  readonly OVER_PROVISIONED: "Overprovisioned";
1047
1030
  readonly UNDER_PROVISIONED: "Underprovisioned";
1048
1031
  };
1049
- export type RDSStorageFinding =
1050
- (typeof RDSStorageFinding)[keyof typeof RDSStorageFinding];
1032
+ export type RDSStorageFinding = (typeof RDSStorageFinding)[keyof typeof RDSStorageFinding];
1051
1033
  export declare const RDSStorageFindingReasonCode: {
1052
1034
  readonly DB_CLUSTER_STORAGE_OPTION_AVAILABLE: "DBClusterStorageOptionAvailable";
1053
1035
  readonly DB_CLUSTER_STORAGE_SAVINGS_AVAILABLE: "DBClusterStorageSavingsAvailable";
@@ -1069,5 +1051,4 @@ export declare const FindingReasonCode: {
1069
1051
  readonly MEMORY_OVER_PROVISIONED: "MemoryOverprovisioned";
1070
1052
  readonly MEMORY_UNDER_PROVISIONED: "MemoryUnderprovisioned";
1071
1053
  };
1072
- export type FindingReasonCode =
1073
- (typeof FindingReasonCode)[keyof typeof FindingReasonCode];
1054
+ export type FindingReasonCode = (typeof FindingReasonCode)[keyof typeof FindingReasonCode];
@@ -3,63 +3,45 @@ import { ComputeOptimizerServiceException as __BaseException } from "./ComputeOp
3
3
  export declare class AccessDeniedException extends __BaseException {
4
4
  readonly name: "AccessDeniedException";
5
5
  readonly $fault: "client";
6
- constructor(
7
- opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
8
- );
6
+ constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
9
7
  }
10
8
  export declare class InternalServerException extends __BaseException {
11
9
  readonly name: "InternalServerException";
12
10
  readonly $fault: "server";
13
- constructor(
14
- opts: __ExceptionOptionType<InternalServerException, __BaseException>
15
- );
11
+ constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
16
12
  }
17
13
  export declare class InvalidParameterValueException extends __BaseException {
18
14
  readonly name: "InvalidParameterValueException";
19
15
  readonly $fault: "client";
20
- constructor(
21
- opts: __ExceptionOptionType<InvalidParameterValueException, __BaseException>
22
- );
16
+ constructor(opts: __ExceptionOptionType<InvalidParameterValueException, __BaseException>);
23
17
  }
24
18
  export declare class MissingAuthenticationToken extends __BaseException {
25
19
  readonly name: "MissingAuthenticationToken";
26
20
  readonly $fault: "client";
27
- constructor(
28
- opts: __ExceptionOptionType<MissingAuthenticationToken, __BaseException>
29
- );
21
+ constructor(opts: __ExceptionOptionType<MissingAuthenticationToken, __BaseException>);
30
22
  }
31
23
  export declare class OptInRequiredException extends __BaseException {
32
24
  readonly name: "OptInRequiredException";
33
25
  readonly $fault: "client";
34
- constructor(
35
- opts: __ExceptionOptionType<OptInRequiredException, __BaseException>
36
- );
26
+ constructor(opts: __ExceptionOptionType<OptInRequiredException, __BaseException>);
37
27
  }
38
28
  export declare class ResourceNotFoundException extends __BaseException {
39
29
  readonly name: "ResourceNotFoundException";
40
30
  readonly $fault: "client";
41
- constructor(
42
- opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
43
- );
31
+ constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
44
32
  }
45
33
  export declare class ServiceUnavailableException extends __BaseException {
46
34
  readonly name: "ServiceUnavailableException";
47
35
  readonly $fault: "server";
48
- constructor(
49
- opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>
50
- );
36
+ constructor(opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>);
51
37
  }
52
38
  export declare class ThrottlingException extends __BaseException {
53
39
  readonly name: "ThrottlingException";
54
40
  readonly $fault: "client";
55
- constructor(
56
- opts: __ExceptionOptionType<ThrottlingException, __BaseException>
57
- );
41
+ constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
58
42
  }
59
43
  export declare class LimitExceededException extends __BaseException {
60
44
  readonly name: "LimitExceededException";
61
45
  readonly $fault: "client";
62
- constructor(
63
- opts: __ExceptionOptionType<LimitExceededException, __BaseException>
64
- );
46
+ constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
65
47
  }