@aws-sdk/client-compute-optimizer 3.300.0 → 3.303.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 (31) hide show
  1. package/dist-cjs/endpoint/ruleset.js +3 -3
  2. package/dist-cjs/models/models_0.js +433 -469
  3. package/dist-cjs/protocols/Aws_json1_0.js +2 -0
  4. package/dist-es/endpoint/ruleset.js +3 -3
  5. package/dist-es/models/models_0.js +431 -467
  6. package/dist-es/protocols/Aws_json1_0.js +2 -0
  7. package/dist-types/commands/DeleteRecommendationPreferencesCommand.d.ts +3 -3
  8. package/dist-types/commands/DescribeRecommendationExportJobsCommand.d.ts +5 -5
  9. package/dist-types/commands/ExportAutoScalingGroupRecommendationsCommand.d.ts +9 -9
  10. package/dist-types/commands/ExportEBSVolumeRecommendationsCommand.d.ts +8 -8
  11. package/dist-types/commands/ExportEC2InstanceRecommendationsCommand.d.ts +10 -10
  12. package/dist-types/commands/ExportECSServiceRecommendationsCommand.d.ts +7 -7
  13. package/dist-types/commands/ExportLambdaFunctionRecommendationsCommand.d.ts +7 -7
  14. package/dist-types/commands/GetAutoScalingGroupRecommendationsCommand.d.ts +8 -8
  15. package/dist-types/commands/GetEBSVolumeRecommendationsCommand.d.ts +6 -6
  16. package/dist-types/commands/GetEC2InstanceRecommendationsCommand.d.ts +8 -8
  17. package/dist-types/commands/GetEC2RecommendationProjectedMetricsCommand.d.ts +3 -3
  18. package/dist-types/commands/GetECSServiceRecommendationProjectedMetricsCommand.d.ts +1 -1
  19. package/dist-types/commands/GetECSServiceRecommendationsCommand.d.ts +6 -6
  20. package/dist-types/commands/GetEffectiveRecommendationPreferencesCommand.d.ts +1 -1
  21. package/dist-types/commands/GetEnrollmentStatusesForOrganizationCommand.d.ts +4 -4
  22. package/dist-types/commands/GetLambdaFunctionRecommendationsCommand.d.ts +6 -6
  23. package/dist-types/commands/GetRecommendationPreferencesCommand.d.ts +2 -2
  24. package/dist-types/commands/GetRecommendationSummariesCommand.d.ts +2 -2
  25. package/dist-types/commands/PutRecommendationPreferencesCommand.d.ts +3 -3
  26. package/dist-types/commands/UpdateEnrollmentStatusCommand.d.ts +1 -1
  27. package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  28. package/dist-types/models/models_0.d.ts +693 -433
  29. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  30. package/dist-types/ts3.4/models/models_0.d.ts +514 -422
  31. package/package.json +34 -34
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.LambdaFunctionRecommendationFindingReasonCode = exports.LambdaFunctionRecommendationFinding = exports.EnrollmentFilterName = exports.ECSServiceMetricStatistic = exports.ECSServiceLaunchType = exports.ECSServiceRecommendationFindingReasonCode = exports.ECSServiceRecommendationFinding = exports.ECSServiceMetricName = exports.RecommendationSourceType = exports.PlatformDifference = exports.InstanceRecommendationFindingReasonCode = exports.EBSMetricName = exports.EBSFinding = exports.LambdaFunctionRecommendationFilterName = exports.ExportableLambdaFunctionField = exports.ECSServiceRecommendationFilterName = exports.ExportableECSServiceField = exports.ExportableInstanceField = exports.EBSFilterName = exports.ExportableVolumeField = exports.LimitExceededException = exports.FilterName = exports.FileFormat = exports.ExportableAutoScalingGroupField = exports.JobStatus = exports.JobFilterName = exports.ThrottlingException = exports.ServiceUnavailableException = exports.ResourceNotFoundException = exports.OptInRequiredException = exports.MissingAuthenticationToken = exports.InvalidParameterValueException = exports.InternalServerException = exports.ScopeName = exports.ResourceType = exports.RecommendationPreferenceName = exports.Currency = exports.MetricStatistic = exports.MetricName = exports.MigrationEffort = exports.InferredWorkloadType = exports.Finding = exports.InferredWorkloadTypesPreference = exports.ExternalMetricsSource = exports.EnhancedInfrastructureMetrics = exports.CpuVendorArchitecture = exports.CurrentPerformanceRisk = exports.AutoScalingConfiguration = exports.Status = exports.AccessDeniedException = void 0;
4
- exports.FindingReasonCode = exports.LambdaFunctionMetricStatistic = exports.LambdaFunctionMetricName = exports.LambdaFunctionMemoryMetricStatistic = exports.LambdaFunctionMemoryMetricName = void 0;
3
+ exports.LambdaFunctionRecommendationFinding = exports.EnrollmentFilterName = exports.ECSServiceMetricStatistic = exports.ECSServiceLaunchType = exports.ECSServiceRecommendationFindingReasonCode = exports.ECSServiceRecommendationFinding = exports.ECSServiceMetricName = exports.RecommendationSourceType = exports.PlatformDifference = exports.InstanceState = exports.InstanceRecommendationFindingReasonCode = exports.EBSMetricName = exports.EBSFinding = exports.LambdaFunctionRecommendationFilterName = exports.ExportableLambdaFunctionField = exports.ECSServiceRecommendationFilterName = exports.ExportableECSServiceField = exports.ExportableInstanceField = exports.EBSFilterName = exports.ExportableVolumeField = exports.LimitExceededException = exports.FilterName = exports.FileFormat = exports.ExportableAutoScalingGroupField = exports.JobStatus = exports.JobFilterName = exports.ThrottlingException = exports.ServiceUnavailableException = exports.ResourceNotFoundException = exports.OptInRequiredException = exports.MissingAuthenticationToken = exports.InvalidParameterValueException = exports.InternalServerException = exports.ScopeName = exports.ResourceType = exports.RecommendationPreferenceName = exports.Currency = exports.MetricStatistic = exports.MetricName = exports.MigrationEffort = exports.InferredWorkloadType = exports.Finding = exports.InferredWorkloadTypesPreference = exports.ExternalMetricsSource = exports.EnhancedInfrastructureMetrics = exports.CpuVendorArchitecture = exports.CurrentPerformanceRisk = exports.AutoScalingConfiguration = exports.Status = exports.AccessDeniedException = void 0;
4
+ exports.FindingReasonCode = exports.LambdaFunctionMetricStatistic = exports.LambdaFunctionMetricName = exports.LambdaFunctionMemoryMetricStatistic = exports.LambdaFunctionMemoryMetricName = exports.LambdaFunctionRecommendationFindingReasonCode = void 0;
5
5
  const ComputeOptimizerServiceException_1 = require("./ComputeOptimizerServiceException");
6
6
  class AccessDeniedException extends ComputeOptimizerServiceException_1.ComputeOptimizerServiceException {
7
7
  constructor(opts) {
@@ -16,120 +16,104 @@ class AccessDeniedException extends ComputeOptimizerServiceException_1.ComputeOp
16
16
  }
17
17
  }
18
18
  exports.AccessDeniedException = AccessDeniedException;
19
- var Status;
20
- (function (Status) {
21
- Status["ACTIVE"] = "Active";
22
- Status["FAILED"] = "Failed";
23
- Status["INACTIVE"] = "Inactive";
24
- Status["PENDING"] = "Pending";
25
- })(Status = exports.Status || (exports.Status = {}));
26
- var AutoScalingConfiguration;
27
- (function (AutoScalingConfiguration) {
28
- AutoScalingConfiguration["TARGET_TRACKING_SCALING_CPU"] = "TargetTrackingScalingCpu";
29
- AutoScalingConfiguration["TARGET_TRACKING_SCALING_MEMORY"] = "TargetTrackingScalingMemory";
30
- })(AutoScalingConfiguration = exports.AutoScalingConfiguration || (exports.AutoScalingConfiguration = {}));
31
- var CurrentPerformanceRisk;
32
- (function (CurrentPerformanceRisk) {
33
- CurrentPerformanceRisk["HIGH"] = "High";
34
- CurrentPerformanceRisk["LOW"] = "Low";
35
- CurrentPerformanceRisk["MEDIUM"] = "Medium";
36
- CurrentPerformanceRisk["VERY_LOW"] = "VeryLow";
37
- })(CurrentPerformanceRisk = exports.CurrentPerformanceRisk || (exports.CurrentPerformanceRisk = {}));
38
- var CpuVendorArchitecture;
39
- (function (CpuVendorArchitecture) {
40
- CpuVendorArchitecture["AWS_ARM64"] = "AWS_ARM64";
41
- CpuVendorArchitecture["CURRENT"] = "CURRENT";
42
- })(CpuVendorArchitecture = exports.CpuVendorArchitecture || (exports.CpuVendorArchitecture = {}));
43
- var EnhancedInfrastructureMetrics;
44
- (function (EnhancedInfrastructureMetrics) {
45
- EnhancedInfrastructureMetrics["ACTIVE"] = "Active";
46
- EnhancedInfrastructureMetrics["INACTIVE"] = "Inactive";
47
- })(EnhancedInfrastructureMetrics = exports.EnhancedInfrastructureMetrics || (exports.EnhancedInfrastructureMetrics = {}));
48
- var ExternalMetricsSource;
49
- (function (ExternalMetricsSource) {
50
- ExternalMetricsSource["DATADOG"] = "Datadog";
51
- ExternalMetricsSource["DYNATRACE"] = "Dynatrace";
52
- ExternalMetricsSource["INSTANA"] = "Instana";
53
- ExternalMetricsSource["NEWRELIC"] = "NewRelic";
54
- })(ExternalMetricsSource = exports.ExternalMetricsSource || (exports.ExternalMetricsSource = {}));
55
- var InferredWorkloadTypesPreference;
56
- (function (InferredWorkloadTypesPreference) {
57
- InferredWorkloadTypesPreference["ACTIVE"] = "Active";
58
- InferredWorkloadTypesPreference["INACTIVE"] = "Inactive";
59
- })(InferredWorkloadTypesPreference = exports.InferredWorkloadTypesPreference || (exports.InferredWorkloadTypesPreference = {}));
60
- var Finding;
61
- (function (Finding) {
62
- Finding["NOT_OPTIMIZED"] = "NotOptimized";
63
- Finding["OPTIMIZED"] = "Optimized";
64
- Finding["OVER_PROVISIONED"] = "Overprovisioned";
65
- Finding["UNDER_PROVISIONED"] = "Underprovisioned";
66
- })(Finding = exports.Finding || (exports.Finding = {}));
67
- var InferredWorkloadType;
68
- (function (InferredWorkloadType) {
69
- InferredWorkloadType["AMAZON_EMR"] = "AmazonEmr";
70
- InferredWorkloadType["APACHE_CASSANDRA"] = "ApacheCassandra";
71
- InferredWorkloadType["APACHE_HADOOP"] = "ApacheHadoop";
72
- InferredWorkloadType["KAFKA"] = "Kafka";
73
- InferredWorkloadType["MEMCACHED"] = "Memcached";
74
- InferredWorkloadType["NGINX"] = "Nginx";
75
- InferredWorkloadType["POSTGRE_SQL"] = "PostgreSql";
76
- InferredWorkloadType["REDIS"] = "Redis";
77
- })(InferredWorkloadType = exports.InferredWorkloadType || (exports.InferredWorkloadType = {}));
78
- var MigrationEffort;
79
- (function (MigrationEffort) {
80
- MigrationEffort["HIGH"] = "High";
81
- MigrationEffort["LOW"] = "Low";
82
- MigrationEffort["MEDIUM"] = "Medium";
83
- MigrationEffort["VERY_LOW"] = "VeryLow";
84
- })(MigrationEffort = exports.MigrationEffort || (exports.MigrationEffort = {}));
85
- var MetricName;
86
- (function (MetricName) {
87
- MetricName["CPU"] = "Cpu";
88
- MetricName["DISK_READ_BYTES_PER_SECOND"] = "DISK_READ_BYTES_PER_SECOND";
89
- MetricName["DISK_READ_OPS_PER_SECOND"] = "DISK_READ_OPS_PER_SECOND";
90
- MetricName["DISK_WRITE_BYTES_PER_SECOND"] = "DISK_WRITE_BYTES_PER_SECOND";
91
- MetricName["DISK_WRITE_OPS_PER_SECOND"] = "DISK_WRITE_OPS_PER_SECOND";
92
- MetricName["EBS_READ_BYTES_PER_SECOND"] = "EBS_READ_BYTES_PER_SECOND";
93
- MetricName["EBS_READ_OPS_PER_SECOND"] = "EBS_READ_OPS_PER_SECOND";
94
- MetricName["EBS_WRITE_BYTES_PER_SECOND"] = "EBS_WRITE_BYTES_PER_SECOND";
95
- MetricName["EBS_WRITE_OPS_PER_SECOND"] = "EBS_WRITE_OPS_PER_SECOND";
96
- MetricName["MEMORY"] = "Memory";
97
- MetricName["NETWORK_IN_BYTES_PER_SECOND"] = "NETWORK_IN_BYTES_PER_SECOND";
98
- MetricName["NETWORK_OUT_BYTES_PER_SECOND"] = "NETWORK_OUT_BYTES_PER_SECOND";
99
- MetricName["NETWORK_PACKETS_IN_PER_SECOND"] = "NETWORK_PACKETS_IN_PER_SECOND";
100
- MetricName["NETWORK_PACKETS_OUT_PER_SECOND"] = "NETWORK_PACKETS_OUT_PER_SECOND";
101
- })(MetricName = exports.MetricName || (exports.MetricName = {}));
102
- var MetricStatistic;
103
- (function (MetricStatistic) {
104
- MetricStatistic["AVERAGE"] = "Average";
105
- MetricStatistic["MAXIMUM"] = "Maximum";
106
- })(MetricStatistic = exports.MetricStatistic || (exports.MetricStatistic = {}));
107
- var Currency;
108
- (function (Currency) {
109
- Currency["CNY"] = "CNY";
110
- Currency["USD"] = "USD";
111
- })(Currency = exports.Currency || (exports.Currency = {}));
112
- var RecommendationPreferenceName;
113
- (function (RecommendationPreferenceName) {
114
- RecommendationPreferenceName["ENHANCED_INFRASTRUCTURE_METRICS"] = "EnhancedInfrastructureMetrics";
115
- RecommendationPreferenceName["EXTERNAL_METRICS_PREFERENCE"] = "ExternalMetricsPreference";
116
- RecommendationPreferenceName["INFERRED_WORKLOAD_TYPES"] = "InferredWorkloadTypes";
117
- })(RecommendationPreferenceName = exports.RecommendationPreferenceName || (exports.RecommendationPreferenceName = {}));
118
- var ResourceType;
119
- (function (ResourceType) {
120
- ResourceType["AUTO_SCALING_GROUP"] = "AutoScalingGroup";
121
- ResourceType["EBS_VOLUME"] = "EbsVolume";
122
- ResourceType["EC2_INSTANCE"] = "Ec2Instance";
123
- ResourceType["ECS_SERVICE"] = "EcsService";
124
- ResourceType["LAMBDA_FUNCTION"] = "LambdaFunction";
125
- ResourceType["NOT_APPLICABLE"] = "NotApplicable";
126
- })(ResourceType = exports.ResourceType || (exports.ResourceType = {}));
127
- var ScopeName;
128
- (function (ScopeName) {
129
- ScopeName["ACCOUNT_ID"] = "AccountId";
130
- ScopeName["ORGANIZATION"] = "Organization";
131
- ScopeName["RESOURCE_ARN"] = "ResourceArn";
132
- })(ScopeName = exports.ScopeName || (exports.ScopeName = {}));
19
+ exports.Status = {
20
+ ACTIVE: "Active",
21
+ FAILED: "Failed",
22
+ INACTIVE: "Inactive",
23
+ PENDING: "Pending",
24
+ };
25
+ exports.AutoScalingConfiguration = {
26
+ TARGET_TRACKING_SCALING_CPU: "TargetTrackingScalingCpu",
27
+ TARGET_TRACKING_SCALING_MEMORY: "TargetTrackingScalingMemory",
28
+ };
29
+ exports.CurrentPerformanceRisk = {
30
+ HIGH: "High",
31
+ LOW: "Low",
32
+ MEDIUM: "Medium",
33
+ VERY_LOW: "VeryLow",
34
+ };
35
+ exports.CpuVendorArchitecture = {
36
+ AWS_ARM64: "AWS_ARM64",
37
+ CURRENT: "CURRENT",
38
+ };
39
+ exports.EnhancedInfrastructureMetrics = {
40
+ ACTIVE: "Active",
41
+ INACTIVE: "Inactive",
42
+ };
43
+ exports.ExternalMetricsSource = {
44
+ DATADOG: "Datadog",
45
+ DYNATRACE: "Dynatrace",
46
+ INSTANA: "Instana",
47
+ NEWRELIC: "NewRelic",
48
+ };
49
+ exports.InferredWorkloadTypesPreference = {
50
+ ACTIVE: "Active",
51
+ INACTIVE: "Inactive",
52
+ };
53
+ exports.Finding = {
54
+ NOT_OPTIMIZED: "NotOptimized",
55
+ OPTIMIZED: "Optimized",
56
+ OVER_PROVISIONED: "Overprovisioned",
57
+ UNDER_PROVISIONED: "Underprovisioned",
58
+ };
59
+ exports.InferredWorkloadType = {
60
+ AMAZON_EMR: "AmazonEmr",
61
+ APACHE_CASSANDRA: "ApacheCassandra",
62
+ APACHE_HADOOP: "ApacheHadoop",
63
+ KAFKA: "Kafka",
64
+ MEMCACHED: "Memcached",
65
+ NGINX: "Nginx",
66
+ POSTGRE_SQL: "PostgreSql",
67
+ REDIS: "Redis",
68
+ };
69
+ exports.MigrationEffort = {
70
+ HIGH: "High",
71
+ LOW: "Low",
72
+ MEDIUM: "Medium",
73
+ VERY_LOW: "VeryLow",
74
+ };
75
+ exports.MetricName = {
76
+ CPU: "Cpu",
77
+ DISK_READ_BYTES_PER_SECOND: "DISK_READ_BYTES_PER_SECOND",
78
+ DISK_READ_OPS_PER_SECOND: "DISK_READ_OPS_PER_SECOND",
79
+ DISK_WRITE_BYTES_PER_SECOND: "DISK_WRITE_BYTES_PER_SECOND",
80
+ DISK_WRITE_OPS_PER_SECOND: "DISK_WRITE_OPS_PER_SECOND",
81
+ EBS_READ_BYTES_PER_SECOND: "EBS_READ_BYTES_PER_SECOND",
82
+ EBS_READ_OPS_PER_SECOND: "EBS_READ_OPS_PER_SECOND",
83
+ EBS_WRITE_BYTES_PER_SECOND: "EBS_WRITE_BYTES_PER_SECOND",
84
+ EBS_WRITE_OPS_PER_SECOND: "EBS_WRITE_OPS_PER_SECOND",
85
+ MEMORY: "Memory",
86
+ NETWORK_IN_BYTES_PER_SECOND: "NETWORK_IN_BYTES_PER_SECOND",
87
+ NETWORK_OUT_BYTES_PER_SECOND: "NETWORK_OUT_BYTES_PER_SECOND",
88
+ NETWORK_PACKETS_IN_PER_SECOND: "NETWORK_PACKETS_IN_PER_SECOND",
89
+ NETWORK_PACKETS_OUT_PER_SECOND: "NETWORK_PACKETS_OUT_PER_SECOND",
90
+ };
91
+ exports.MetricStatistic = {
92
+ AVERAGE: "Average",
93
+ MAXIMUM: "Maximum",
94
+ };
95
+ exports.Currency = {
96
+ CNY: "CNY",
97
+ USD: "USD",
98
+ };
99
+ exports.RecommendationPreferenceName = {
100
+ ENHANCED_INFRASTRUCTURE_METRICS: "EnhancedInfrastructureMetrics",
101
+ EXTERNAL_METRICS_PREFERENCE: "ExternalMetricsPreference",
102
+ INFERRED_WORKLOAD_TYPES: "InferredWorkloadTypes",
103
+ };
104
+ exports.ResourceType = {
105
+ AUTO_SCALING_GROUP: "AutoScalingGroup",
106
+ EBS_VOLUME: "EbsVolume",
107
+ EC2_INSTANCE: "Ec2Instance",
108
+ ECS_SERVICE: "EcsService",
109
+ LAMBDA_FUNCTION: "LambdaFunction",
110
+ NOT_APPLICABLE: "NotApplicable",
111
+ };
112
+ exports.ScopeName = {
113
+ ACCOUNT_ID: "AccountId",
114
+ ORGANIZATION: "Organization",
115
+ RESOURCE_ARN: "ResourceArn",
116
+ };
133
117
  class InternalServerException extends ComputeOptimizerServiceException_1.ComputeOptimizerServiceException {
134
118
  constructor(opts) {
135
119
  super({
@@ -221,85 +205,80 @@ class ThrottlingException extends ComputeOptimizerServiceException_1.ComputeOpti
221
205
  }
222
206
  }
223
207
  exports.ThrottlingException = ThrottlingException;
224
- var JobFilterName;
225
- (function (JobFilterName) {
226
- JobFilterName["JOB_STATUS"] = "JobStatus";
227
- JobFilterName["RESOURCE_TYPE"] = "ResourceType";
228
- })(JobFilterName = exports.JobFilterName || (exports.JobFilterName = {}));
229
- var JobStatus;
230
- (function (JobStatus) {
231
- JobStatus["COMPLETE"] = "Complete";
232
- JobStatus["FAILED"] = "Failed";
233
- JobStatus["IN_PROGRESS"] = "InProgress";
234
- JobStatus["QUEUED"] = "Queued";
235
- })(JobStatus = exports.JobStatus || (exports.JobStatus = {}));
236
- var ExportableAutoScalingGroupField;
237
- (function (ExportableAutoScalingGroupField) {
238
- ExportableAutoScalingGroupField["ACCOUNT_ID"] = "AccountId";
239
- ExportableAutoScalingGroupField["AUTO_SCALING_GROUP_ARN"] = "AutoScalingGroupArn";
240
- ExportableAutoScalingGroupField["AUTO_SCALING_GROUP_NAME"] = "AutoScalingGroupName";
241
- ExportableAutoScalingGroupField["CURRENT_CONFIGURATION_DESIRED_CAPACITY"] = "CurrentConfigurationDesiredCapacity";
242
- ExportableAutoScalingGroupField["CURRENT_CONFIGURATION_INSTANCE_TYPE"] = "CurrentConfigurationInstanceType";
243
- ExportableAutoScalingGroupField["CURRENT_CONFIGURATION_MAX_SIZE"] = "CurrentConfigurationMaxSize";
244
- ExportableAutoScalingGroupField["CURRENT_CONFIGURATION_MIN_SIZE"] = "CurrentConfigurationMinSize";
245
- ExportableAutoScalingGroupField["CURRENT_MEMORY"] = "CurrentMemory";
246
- ExportableAutoScalingGroupField["CURRENT_NETWORK"] = "CurrentNetwork";
247
- ExportableAutoScalingGroupField["CURRENT_ON_DEMAND_PRICE"] = "CurrentOnDemandPrice";
248
- ExportableAutoScalingGroupField["CURRENT_PERFORMANCE_RISK"] = "CurrentPerformanceRisk";
249
- ExportableAutoScalingGroupField["CURRENT_STANDARD_ONE_YEAR_NO_UPFRONT_RESERVED_PRICE"] = "CurrentStandardOneYearNoUpfrontReservedPrice";
250
- ExportableAutoScalingGroupField["CURRENT_STANDARD_THREE_YEAR_NO_UPFRONT_RESERVED_PRICE"] = "CurrentStandardThreeYearNoUpfrontReservedPrice";
251
- ExportableAutoScalingGroupField["CURRENT_STORAGE"] = "CurrentStorage";
252
- ExportableAutoScalingGroupField["CURRENT_VCPUS"] = "CurrentVCpus";
253
- ExportableAutoScalingGroupField["EFFECTIVE_RECOMMENDATION_PREFERENCES_CPU_VENDOR_ARCHITECTURES"] = "EffectiveRecommendationPreferencesCpuVendorArchitectures";
254
- ExportableAutoScalingGroupField["EFFECTIVE_RECOMMENDATION_PREFERENCES_ENHANCED_INFRASTRUCTURE_METRICS"] = "EffectiveRecommendationPreferencesEnhancedInfrastructureMetrics";
255
- ExportableAutoScalingGroupField["EFFECTIVE_RECOMMENDATION_PREFERENCES_INFERRED_WORKLOAD_TYPES"] = "EffectiveRecommendationPreferencesInferredWorkloadTypes";
256
- ExportableAutoScalingGroupField["FINDING"] = "Finding";
257
- ExportableAutoScalingGroupField["INFERRED_WORKLOAD_TYPES"] = "InferredWorkloadTypes";
258
- ExportableAutoScalingGroupField["LAST_REFRESH_TIMESTAMP"] = "LastRefreshTimestamp";
259
- ExportableAutoScalingGroupField["LOOKBACK_PERIOD_IN_DAYS"] = "LookbackPeriodInDays";
260
- ExportableAutoScalingGroupField["RECOMMENDATION_OPTIONS_CONFIGURATION_DESIRED_CAPACITY"] = "RecommendationOptionsConfigurationDesiredCapacity";
261
- ExportableAutoScalingGroupField["RECOMMENDATION_OPTIONS_CONFIGURATION_INSTANCE_TYPE"] = "RecommendationOptionsConfigurationInstanceType";
262
- ExportableAutoScalingGroupField["RECOMMENDATION_OPTIONS_CONFIGURATION_MAX_SIZE"] = "RecommendationOptionsConfigurationMaxSize";
263
- ExportableAutoScalingGroupField["RECOMMENDATION_OPTIONS_CONFIGURATION_MIN_SIZE"] = "RecommendationOptionsConfigurationMinSize";
264
- ExportableAutoScalingGroupField["RECOMMENDATION_OPTIONS_ESTIMATED_MONTHLY_SAVINGS_CURRENCY"] = "RecommendationOptionsEstimatedMonthlySavingsCurrency";
265
- ExportableAutoScalingGroupField["RECOMMENDATION_OPTIONS_ESTIMATED_MONTHLY_SAVINGS_VALUE"] = "RecommendationOptionsEstimatedMonthlySavingsValue";
266
- ExportableAutoScalingGroupField["RECOMMENDATION_OPTIONS_MEMORY"] = "RecommendationOptionsMemory";
267
- ExportableAutoScalingGroupField["RECOMMENDATION_OPTIONS_MIGRATION_EFFORT"] = "RecommendationOptionsMigrationEffort";
268
- ExportableAutoScalingGroupField["RECOMMENDATION_OPTIONS_NETWORK"] = "RecommendationOptionsNetwork";
269
- ExportableAutoScalingGroupField["RECOMMENDATION_OPTIONS_ON_DEMAND_PRICE"] = "RecommendationOptionsOnDemandPrice";
270
- ExportableAutoScalingGroupField["RECOMMENDATION_OPTIONS_PERFORMANCE_RISK"] = "RecommendationOptionsPerformanceRisk";
271
- ExportableAutoScalingGroupField["RECOMMENDATION_OPTIONS_PROJECTED_UTILIZATION_METRICS_CPU_MAXIMUM"] = "RecommendationOptionsProjectedUtilizationMetricsCpuMaximum";
272
- ExportableAutoScalingGroupField["RECOMMENDATION_OPTIONS_PROJECTED_UTILIZATION_METRICS_MEMORY_MAXIMUM"] = "RecommendationOptionsProjectedUtilizationMetricsMemoryMaximum";
273
- ExportableAutoScalingGroupField["RECOMMENDATION_OPTIONS_SAVINGS_OPPORTUNITY_PERCENTAGE"] = "RecommendationOptionsSavingsOpportunityPercentage";
274
- ExportableAutoScalingGroupField["RECOMMENDATION_OPTIONS_STANDARD_ONE_YEAR_NO_UPFRONT_RESERVED_PRICE"] = "RecommendationOptionsStandardOneYearNoUpfrontReservedPrice";
275
- ExportableAutoScalingGroupField["RECOMMENDATION_OPTIONS_STANDARD_THREE_YEAR_NO_UPFRONT_RESERVED_PRICE"] = "RecommendationOptionsStandardThreeYearNoUpfrontReservedPrice";
276
- ExportableAutoScalingGroupField["RECOMMENDATION_OPTIONS_STORAGE"] = "RecommendationOptionsStorage";
277
- ExportableAutoScalingGroupField["RECOMMENDATION_OPTIONS_VCPUS"] = "RecommendationOptionsVcpus";
278
- ExportableAutoScalingGroupField["UTILIZATION_METRICS_CPU_MAXIMUM"] = "UtilizationMetricsCpuMaximum";
279
- ExportableAutoScalingGroupField["UTILIZATION_METRICS_DISK_READ_BYTES_PER_SECOND_MAXIMUM"] = "UtilizationMetricsDiskReadBytesPerSecondMaximum";
280
- ExportableAutoScalingGroupField["UTILIZATION_METRICS_DISK_READ_OPS_PER_SECOND_MAXIMUM"] = "UtilizationMetricsDiskReadOpsPerSecondMaximum";
281
- ExportableAutoScalingGroupField["UTILIZATION_METRICS_DISK_WRITE_BYTES_PER_SECOND_MAXIMUM"] = "UtilizationMetricsDiskWriteBytesPerSecondMaximum";
282
- ExportableAutoScalingGroupField["UTILIZATION_METRICS_DISK_WRITE_OPS_PER_SECOND_MAXIMUM"] = "UtilizationMetricsDiskWriteOpsPerSecondMaximum";
283
- ExportableAutoScalingGroupField["UTILIZATION_METRICS_EBS_READ_BYTES_PER_SECOND_MAXIMUM"] = "UtilizationMetricsEbsReadBytesPerSecondMaximum";
284
- ExportableAutoScalingGroupField["UTILIZATION_METRICS_EBS_READ_OPS_PER_SECOND_MAXIMUM"] = "UtilizationMetricsEbsReadOpsPerSecondMaximum";
285
- ExportableAutoScalingGroupField["UTILIZATION_METRICS_EBS_WRITE_BYTES_PER_SECOND_MAXIMUM"] = "UtilizationMetricsEbsWriteBytesPerSecondMaximum";
286
- ExportableAutoScalingGroupField["UTILIZATION_METRICS_EBS_WRITE_OPS_PER_SECOND_MAXIMUM"] = "UtilizationMetricsEbsWriteOpsPerSecondMaximum";
287
- ExportableAutoScalingGroupField["UTILIZATION_METRICS_MEMORY_MAXIMUM"] = "UtilizationMetricsMemoryMaximum";
288
- ExportableAutoScalingGroupField["UTILIZATION_METRICS_NETWORK_IN_BYTES_PER_SECOND_MAXIMUM"] = "UtilizationMetricsNetworkInBytesPerSecondMaximum";
289
- ExportableAutoScalingGroupField["UTILIZATION_METRICS_NETWORK_OUT_BYTES_PER_SECOND_MAXIMUM"] = "UtilizationMetricsNetworkOutBytesPerSecondMaximum";
290
- ExportableAutoScalingGroupField["UTILIZATION_METRICS_NETWORK_PACKETS_IN_PER_SECOND_MAXIMUM"] = "UtilizationMetricsNetworkPacketsInPerSecondMaximum";
291
- ExportableAutoScalingGroupField["UTILIZATION_METRICS_NETWORK_PACKETS_OUT_PER_SECOND_MAXIMUM"] = "UtilizationMetricsNetworkPacketsOutPerSecondMaximum";
292
- })(ExportableAutoScalingGroupField = exports.ExportableAutoScalingGroupField || (exports.ExportableAutoScalingGroupField = {}));
293
- var FileFormat;
294
- (function (FileFormat) {
295
- FileFormat["CSV"] = "Csv";
296
- })(FileFormat = exports.FileFormat || (exports.FileFormat = {}));
297
- var FilterName;
298
- (function (FilterName) {
299
- FilterName["FINDING"] = "Finding";
300
- FilterName["FINDING_REASON_CODES"] = "FindingReasonCodes";
301
- FilterName["RECOMMENDATION_SOURCE_TYPE"] = "RecommendationSourceType";
302
- })(FilterName = exports.FilterName || (exports.FilterName = {}));
208
+ exports.JobFilterName = {
209
+ JOB_STATUS: "JobStatus",
210
+ RESOURCE_TYPE: "ResourceType",
211
+ };
212
+ exports.JobStatus = {
213
+ COMPLETE: "Complete",
214
+ FAILED: "Failed",
215
+ IN_PROGRESS: "InProgress",
216
+ QUEUED: "Queued",
217
+ };
218
+ exports.ExportableAutoScalingGroupField = {
219
+ ACCOUNT_ID: "AccountId",
220
+ AUTO_SCALING_GROUP_ARN: "AutoScalingGroupArn",
221
+ AUTO_SCALING_GROUP_NAME: "AutoScalingGroupName",
222
+ CURRENT_CONFIGURATION_DESIRED_CAPACITY: "CurrentConfigurationDesiredCapacity",
223
+ CURRENT_CONFIGURATION_INSTANCE_TYPE: "CurrentConfigurationInstanceType",
224
+ CURRENT_CONFIGURATION_MAX_SIZE: "CurrentConfigurationMaxSize",
225
+ CURRENT_CONFIGURATION_MIN_SIZE: "CurrentConfigurationMinSize",
226
+ CURRENT_MEMORY: "CurrentMemory",
227
+ CURRENT_NETWORK: "CurrentNetwork",
228
+ CURRENT_ON_DEMAND_PRICE: "CurrentOnDemandPrice",
229
+ CURRENT_PERFORMANCE_RISK: "CurrentPerformanceRisk",
230
+ CURRENT_STANDARD_ONE_YEAR_NO_UPFRONT_RESERVED_PRICE: "CurrentStandardOneYearNoUpfrontReservedPrice",
231
+ CURRENT_STANDARD_THREE_YEAR_NO_UPFRONT_RESERVED_PRICE: "CurrentStandardThreeYearNoUpfrontReservedPrice",
232
+ CURRENT_STORAGE: "CurrentStorage",
233
+ CURRENT_VCPUS: "CurrentVCpus",
234
+ EFFECTIVE_RECOMMENDATION_PREFERENCES_CPU_VENDOR_ARCHITECTURES: "EffectiveRecommendationPreferencesCpuVendorArchitectures",
235
+ EFFECTIVE_RECOMMENDATION_PREFERENCES_ENHANCED_INFRASTRUCTURE_METRICS: "EffectiveRecommendationPreferencesEnhancedInfrastructureMetrics",
236
+ EFFECTIVE_RECOMMENDATION_PREFERENCES_INFERRED_WORKLOAD_TYPES: "EffectiveRecommendationPreferencesInferredWorkloadTypes",
237
+ FINDING: "Finding",
238
+ INFERRED_WORKLOAD_TYPES: "InferredWorkloadTypes",
239
+ LAST_REFRESH_TIMESTAMP: "LastRefreshTimestamp",
240
+ LOOKBACK_PERIOD_IN_DAYS: "LookbackPeriodInDays",
241
+ RECOMMENDATION_OPTIONS_CONFIGURATION_DESIRED_CAPACITY: "RecommendationOptionsConfigurationDesiredCapacity",
242
+ RECOMMENDATION_OPTIONS_CONFIGURATION_INSTANCE_TYPE: "RecommendationOptionsConfigurationInstanceType",
243
+ RECOMMENDATION_OPTIONS_CONFIGURATION_MAX_SIZE: "RecommendationOptionsConfigurationMaxSize",
244
+ RECOMMENDATION_OPTIONS_CONFIGURATION_MIN_SIZE: "RecommendationOptionsConfigurationMinSize",
245
+ RECOMMENDATION_OPTIONS_ESTIMATED_MONTHLY_SAVINGS_CURRENCY: "RecommendationOptionsEstimatedMonthlySavingsCurrency",
246
+ RECOMMENDATION_OPTIONS_ESTIMATED_MONTHLY_SAVINGS_VALUE: "RecommendationOptionsEstimatedMonthlySavingsValue",
247
+ RECOMMENDATION_OPTIONS_MEMORY: "RecommendationOptionsMemory",
248
+ RECOMMENDATION_OPTIONS_MIGRATION_EFFORT: "RecommendationOptionsMigrationEffort",
249
+ RECOMMENDATION_OPTIONS_NETWORK: "RecommendationOptionsNetwork",
250
+ RECOMMENDATION_OPTIONS_ON_DEMAND_PRICE: "RecommendationOptionsOnDemandPrice",
251
+ RECOMMENDATION_OPTIONS_PERFORMANCE_RISK: "RecommendationOptionsPerformanceRisk",
252
+ RECOMMENDATION_OPTIONS_PROJECTED_UTILIZATION_METRICS_CPU_MAXIMUM: "RecommendationOptionsProjectedUtilizationMetricsCpuMaximum",
253
+ RECOMMENDATION_OPTIONS_PROJECTED_UTILIZATION_METRICS_MEMORY_MAXIMUM: "RecommendationOptionsProjectedUtilizationMetricsMemoryMaximum",
254
+ RECOMMENDATION_OPTIONS_SAVINGS_OPPORTUNITY_PERCENTAGE: "RecommendationOptionsSavingsOpportunityPercentage",
255
+ RECOMMENDATION_OPTIONS_STANDARD_ONE_YEAR_NO_UPFRONT_RESERVED_PRICE: "RecommendationOptionsStandardOneYearNoUpfrontReservedPrice",
256
+ RECOMMENDATION_OPTIONS_STANDARD_THREE_YEAR_NO_UPFRONT_RESERVED_PRICE: "RecommendationOptionsStandardThreeYearNoUpfrontReservedPrice",
257
+ RECOMMENDATION_OPTIONS_STORAGE: "RecommendationOptionsStorage",
258
+ RECOMMENDATION_OPTIONS_VCPUS: "RecommendationOptionsVcpus",
259
+ UTILIZATION_METRICS_CPU_MAXIMUM: "UtilizationMetricsCpuMaximum",
260
+ UTILIZATION_METRICS_DISK_READ_BYTES_PER_SECOND_MAXIMUM: "UtilizationMetricsDiskReadBytesPerSecondMaximum",
261
+ UTILIZATION_METRICS_DISK_READ_OPS_PER_SECOND_MAXIMUM: "UtilizationMetricsDiskReadOpsPerSecondMaximum",
262
+ UTILIZATION_METRICS_DISK_WRITE_BYTES_PER_SECOND_MAXIMUM: "UtilizationMetricsDiskWriteBytesPerSecondMaximum",
263
+ UTILIZATION_METRICS_DISK_WRITE_OPS_PER_SECOND_MAXIMUM: "UtilizationMetricsDiskWriteOpsPerSecondMaximum",
264
+ UTILIZATION_METRICS_EBS_READ_BYTES_PER_SECOND_MAXIMUM: "UtilizationMetricsEbsReadBytesPerSecondMaximum",
265
+ UTILIZATION_METRICS_EBS_READ_OPS_PER_SECOND_MAXIMUM: "UtilizationMetricsEbsReadOpsPerSecondMaximum",
266
+ UTILIZATION_METRICS_EBS_WRITE_BYTES_PER_SECOND_MAXIMUM: "UtilizationMetricsEbsWriteBytesPerSecondMaximum",
267
+ UTILIZATION_METRICS_EBS_WRITE_OPS_PER_SECOND_MAXIMUM: "UtilizationMetricsEbsWriteOpsPerSecondMaximum",
268
+ UTILIZATION_METRICS_MEMORY_MAXIMUM: "UtilizationMetricsMemoryMaximum",
269
+ UTILIZATION_METRICS_NETWORK_IN_BYTES_PER_SECOND_MAXIMUM: "UtilizationMetricsNetworkInBytesPerSecondMaximum",
270
+ UTILIZATION_METRICS_NETWORK_OUT_BYTES_PER_SECOND_MAXIMUM: "UtilizationMetricsNetworkOutBytesPerSecondMaximum",
271
+ UTILIZATION_METRICS_NETWORK_PACKETS_IN_PER_SECOND_MAXIMUM: "UtilizationMetricsNetworkPacketsInPerSecondMaximum",
272
+ UTILIZATION_METRICS_NETWORK_PACKETS_OUT_PER_SECOND_MAXIMUM: "UtilizationMetricsNetworkPacketsOutPerSecondMaximum",
273
+ };
274
+ exports.FileFormat = {
275
+ CSV: "Csv",
276
+ };
277
+ exports.FilterName = {
278
+ FINDING: "Finding",
279
+ FINDING_REASON_CODES: "FindingReasonCodes",
280
+ RECOMMENDATION_SOURCE_TYPE: "RecommendationSourceType",
281
+ };
303
282
  class LimitExceededException extends ComputeOptimizerServiceException_1.ComputeOptimizerServiceException {
304
283
  constructor(opts) {
305
284
  super({
@@ -313,277 +292,262 @@ class LimitExceededException extends ComputeOptimizerServiceException_1.ComputeO
313
292
  }
314
293
  }
315
294
  exports.LimitExceededException = LimitExceededException;
316
- var ExportableVolumeField;
317
- (function (ExportableVolumeField) {
318
- ExportableVolumeField["ACCOUNT_ID"] = "AccountId";
319
- ExportableVolumeField["CURRENT_CONFIGURATION_VOLUME_BASELINE_IOPS"] = "CurrentConfigurationVolumeBaselineIOPS";
320
- ExportableVolumeField["CURRENT_CONFIGURATION_VOLUME_BASELINE_THROUGHPUT"] = "CurrentConfigurationVolumeBaselineThroughput";
321
- ExportableVolumeField["CURRENT_CONFIGURATION_VOLUME_BURST_IOPS"] = "CurrentConfigurationVolumeBurstIOPS";
322
- ExportableVolumeField["CURRENT_CONFIGURATION_VOLUME_BURST_THROUGHPUT"] = "CurrentConfigurationVolumeBurstThroughput";
323
- ExportableVolumeField["CURRENT_CONFIGURATION_VOLUME_SIZE"] = "CurrentConfigurationVolumeSize";
324
- ExportableVolumeField["CURRENT_CONFIGURATION_VOLUME_TYPE"] = "CurrentConfigurationVolumeType";
325
- ExportableVolumeField["CURRENT_MONTHLY_PRICE"] = "CurrentMonthlyPrice";
326
- ExportableVolumeField["CURRENT_PERFORMANCE_RISK"] = "CurrentPerformanceRisk";
327
- ExportableVolumeField["FINDING"] = "Finding";
328
- ExportableVolumeField["LAST_REFRESH_TIMESTAMP"] = "LastRefreshTimestamp";
329
- ExportableVolumeField["LOOKBACK_PERIOD_IN_DAYS"] = "LookbackPeriodInDays";
330
- ExportableVolumeField["RECOMMENDATION_OPTIONS_CONFIGURATION_VOLUME_BASELINE_IOPS"] = "RecommendationOptionsConfigurationVolumeBaselineIOPS";
331
- ExportableVolumeField["RECOMMENDATION_OPTIONS_CONFIGURATION_VOLUME_BASELINE_THROUGHPUT"] = "RecommendationOptionsConfigurationVolumeBaselineThroughput";
332
- ExportableVolumeField["RECOMMENDATION_OPTIONS_CONFIGURATION_VOLUME_BURST_IOPS"] = "RecommendationOptionsConfigurationVolumeBurstIOPS";
333
- ExportableVolumeField["RECOMMENDATION_OPTIONS_CONFIGURATION_VOLUME_BURST_THROUGHPUT"] = "RecommendationOptionsConfigurationVolumeBurstThroughput";
334
- ExportableVolumeField["RECOMMENDATION_OPTIONS_CONFIGURATION_VOLUME_SIZE"] = "RecommendationOptionsConfigurationVolumeSize";
335
- ExportableVolumeField["RECOMMENDATION_OPTIONS_CONFIGURATION_VOLUME_TYPE"] = "RecommendationOptionsConfigurationVolumeType";
336
- ExportableVolumeField["RECOMMENDATION_OPTIONS_ESTIMATED_MONTHLY_SAVINGS_CURRENCY"] = "RecommendationOptionsEstimatedMonthlySavingsCurrency";
337
- ExportableVolumeField["RECOMMENDATION_OPTIONS_ESTIMATED_MONTHLY_SAVINGS_VALUE"] = "RecommendationOptionsEstimatedMonthlySavingsValue";
338
- ExportableVolumeField["RECOMMENDATION_OPTIONS_MONTHLY_PRICE"] = "RecommendationOptionsMonthlyPrice";
339
- ExportableVolumeField["RECOMMENDATION_OPTIONS_PERFORMANCE_RISK"] = "RecommendationOptionsPerformanceRisk";
340
- ExportableVolumeField["RECOMMENDATION_OPTIONS_SAVINGS_OPPORTUNITY_PERCENTAGE"] = "RecommendationOptionsSavingsOpportunityPercentage";
341
- ExportableVolumeField["UTILIZATION_METRICS_VOLUME_READ_BYTES_PER_SECOND_MAXIMUM"] = "UtilizationMetricsVolumeReadBytesPerSecondMaximum";
342
- ExportableVolumeField["UTILIZATION_METRICS_VOLUME_READ_OPS_PER_SECOND_MAXIMUM"] = "UtilizationMetricsVolumeReadOpsPerSecondMaximum";
343
- ExportableVolumeField["UTILIZATION_METRICS_VOLUME_WRITE_BYTES_PER_SECOND_MAXIMUM"] = "UtilizationMetricsVolumeWriteBytesPerSecondMaximum";
344
- ExportableVolumeField["UTILIZATION_METRICS_VOLUME_WRITE_OPS_PER_SECOND_MAXIMUM"] = "UtilizationMetricsVolumeWriteOpsPerSecondMaximum";
345
- ExportableVolumeField["VOLUME_ARN"] = "VolumeArn";
346
- })(ExportableVolumeField = exports.ExportableVolumeField || (exports.ExportableVolumeField = {}));
347
- var EBSFilterName;
348
- (function (EBSFilterName) {
349
- EBSFilterName["FINDING"] = "Finding";
350
- })(EBSFilterName = exports.EBSFilterName || (exports.EBSFilterName = {}));
351
- var ExportableInstanceField;
352
- (function (ExportableInstanceField) {
353
- ExportableInstanceField["ACCOUNT_ID"] = "AccountId";
354
- ExportableInstanceField["CURRENT_INSTANCE_TYPE"] = "CurrentInstanceType";
355
- ExportableInstanceField["CURRENT_MEMORY"] = "CurrentMemory";
356
- ExportableInstanceField["CURRENT_NETWORK"] = "CurrentNetwork";
357
- ExportableInstanceField["CURRENT_ON_DEMAND_PRICE"] = "CurrentOnDemandPrice";
358
- ExportableInstanceField["CURRENT_PERFORMANCE_RISK"] = "CurrentPerformanceRisk";
359
- ExportableInstanceField["CURRENT_STANDARD_ONE_YEAR_NO_UPFRONT_RESERVED_PRICE"] = "CurrentStandardOneYearNoUpfrontReservedPrice";
360
- ExportableInstanceField["CURRENT_STANDARD_THREE_YEAR_NO_UPFRONT_RESERVED_PRICE"] = "CurrentStandardThreeYearNoUpfrontReservedPrice";
361
- ExportableInstanceField["CURRENT_STORAGE"] = "CurrentStorage";
362
- ExportableInstanceField["CURRENT_VCPUS"] = "CurrentVCpus";
363
- ExportableInstanceField["EFFECTIVE_RECOMMENDATION_PREFERENCES_CPU_VENDOR_ARCHITECTURES"] = "EffectiveRecommendationPreferencesCpuVendorArchitectures";
364
- ExportableInstanceField["EFFECTIVE_RECOMMENDATION_PREFERENCES_ENHANCED_INFRASTRUCTURE_METRICS"] = "EffectiveRecommendationPreferencesEnhancedInfrastructureMetrics";
365
- ExportableInstanceField["EFFECTIVE_RECOMMENDATION_PREFERENCES_EXTERNAL_METRICS_SOURCE"] = "EffectiveRecommendationPreferencesExternalMetricsSource";
366
- ExportableInstanceField["EFFECTIVE_RECOMMENDATION_PREFERENCES_INFERRED_WORKLOAD_TYPES"] = "EffectiveRecommendationPreferencesInferredWorkloadTypes";
367
- ExportableInstanceField["FINDING"] = "Finding";
368
- ExportableInstanceField["Finding_Reason_Codes"] = "FindingReasonCodes";
369
- ExportableInstanceField["INFERRED_WORKLOAD_TYPES"] = "InferredWorkloadTypes";
370
- ExportableInstanceField["INSTANCE_ARN"] = "InstanceArn";
371
- ExportableInstanceField["INSTANCE_NAME"] = "InstanceName";
372
- ExportableInstanceField["LAST_REFRESH_TIMESTAMP"] = "LastRefreshTimestamp";
373
- ExportableInstanceField["LOOKBACK_PERIOD_IN_DAYS"] = "LookbackPeriodInDays";
374
- ExportableInstanceField["RECOMMENDATIONS_SOURCES_RECOMMENDATION_SOURCE_ARN"] = "RecommendationsSourcesRecommendationSourceArn";
375
- ExportableInstanceField["RECOMMENDATIONS_SOURCES_RECOMMENDATION_SOURCE_TYPE"] = "RecommendationsSourcesRecommendationSourceType";
376
- ExportableInstanceField["RECOMMENDATION_OPTIONS_ESTIMATED_MONTHLY_SAVINGS_CURRENCY"] = "RecommendationOptionsEstimatedMonthlySavingsCurrency";
377
- ExportableInstanceField["RECOMMENDATION_OPTIONS_ESTIMATED_MONTHLY_SAVINGS_VALUE"] = "RecommendationOptionsEstimatedMonthlySavingsValue";
378
- ExportableInstanceField["RECOMMENDATION_OPTIONS_INSTANCE_TYPE"] = "RecommendationOptionsInstanceType";
379
- ExportableInstanceField["RECOMMENDATION_OPTIONS_MEMORY"] = "RecommendationOptionsMemory";
380
- ExportableInstanceField["RECOMMENDATION_OPTIONS_MIGRATION_EFFORT"] = "RecommendationOptionsMigrationEffort";
381
- ExportableInstanceField["RECOMMENDATION_OPTIONS_NETWORK"] = "RecommendationOptionsNetwork";
382
- ExportableInstanceField["RECOMMENDATION_OPTIONS_ON_DEMAND_PRICE"] = "RecommendationOptionsOnDemandPrice";
383
- ExportableInstanceField["RECOMMENDATION_OPTIONS_PERFORMANCE_RISK"] = "RecommendationOptionsPerformanceRisk";
384
- ExportableInstanceField["RECOMMENDATION_OPTIONS_PLATFORM_DIFFERENCES"] = "RecommendationOptionsPlatformDifferences";
385
- ExportableInstanceField["RECOMMENDATION_OPTIONS_PROJECTED_UTILIZATION_METRICS_CPU_MAXIMUM"] = "RecommendationOptionsProjectedUtilizationMetricsCpuMaximum";
386
- ExportableInstanceField["RECOMMENDATION_OPTIONS_PROJECTED_UTILIZATION_METRICS_MEMORY_MAXIMUM"] = "RecommendationOptionsProjectedUtilizationMetricsMemoryMaximum";
387
- ExportableInstanceField["RECOMMENDATION_OPTIONS_SAVINGS_OPPORTUNITY_PERCENTAGE"] = "RecommendationOptionsSavingsOpportunityPercentage";
388
- ExportableInstanceField["RECOMMENDATION_OPTIONS_STANDARD_ONE_YEAR_NO_UPFRONT_RESERVED_PRICE"] = "RecommendationOptionsStandardOneYearNoUpfrontReservedPrice";
389
- ExportableInstanceField["RECOMMENDATION_OPTIONS_STANDARD_THREE_YEAR_NO_UPFRONT_RESERVED_PRICE"] = "RecommendationOptionsStandardThreeYearNoUpfrontReservedPrice";
390
- ExportableInstanceField["RECOMMENDATION_OPTIONS_STORAGE"] = "RecommendationOptionsStorage";
391
- ExportableInstanceField["RECOMMENDATION_OPTIONS_VCPUS"] = "RecommendationOptionsVcpus";
392
- ExportableInstanceField["UTILIZATION_METRICS_CPU_MAXIMUM"] = "UtilizationMetricsCpuMaximum";
393
- ExportableInstanceField["UTILIZATION_METRICS_DISK_READ_BYTES_PER_SECOND_MAXIMUM"] = "UtilizationMetricsDiskReadBytesPerSecondMaximum";
394
- ExportableInstanceField["UTILIZATION_METRICS_DISK_READ_OPS_PER_SECOND_MAXIMUM"] = "UtilizationMetricsDiskReadOpsPerSecondMaximum";
395
- ExportableInstanceField["UTILIZATION_METRICS_DISK_WRITE_BYTES_PER_SECOND_MAXIMUM"] = "UtilizationMetricsDiskWriteBytesPerSecondMaximum";
396
- ExportableInstanceField["UTILIZATION_METRICS_DISK_WRITE_OPS_PER_SECOND_MAXIMUM"] = "UtilizationMetricsDiskWriteOpsPerSecondMaximum";
397
- ExportableInstanceField["UTILIZATION_METRICS_EBS_READ_BYTES_PER_SECOND_MAXIMUM"] = "UtilizationMetricsEbsReadBytesPerSecondMaximum";
398
- ExportableInstanceField["UTILIZATION_METRICS_EBS_READ_OPS_PER_SECOND_MAXIMUM"] = "UtilizationMetricsEbsReadOpsPerSecondMaximum";
399
- ExportableInstanceField["UTILIZATION_METRICS_EBS_WRITE_BYTES_PER_SECOND_MAXIMUM"] = "UtilizationMetricsEbsWriteBytesPerSecondMaximum";
400
- ExportableInstanceField["UTILIZATION_METRICS_EBS_WRITE_OPS_PER_SECOND_MAXIMUM"] = "UtilizationMetricsEbsWriteOpsPerSecondMaximum";
401
- ExportableInstanceField["UTILIZATION_METRICS_MEMORY_MAXIMUM"] = "UtilizationMetricsMemoryMaximum";
402
- ExportableInstanceField["UTILIZATION_METRICS_NETWORK_IN_BYTES_PER_SECOND_MAXIMUM"] = "UtilizationMetricsNetworkInBytesPerSecondMaximum";
403
- ExportableInstanceField["UTILIZATION_METRICS_NETWORK_OUT_BYTES_PER_SECOND_MAXIMUM"] = "UtilizationMetricsNetworkOutBytesPerSecondMaximum";
404
- ExportableInstanceField["UTILIZATION_METRICS_NETWORK_PACKETS_IN_PER_SECOND_MAXIMUM"] = "UtilizationMetricsNetworkPacketsInPerSecondMaximum";
405
- ExportableInstanceField["UTILIZATION_METRICS_NETWORK_PACKETS_OUT_PER_SECOND_MAXIMUM"] = "UtilizationMetricsNetworkPacketsOutPerSecondMaximum";
406
- })(ExportableInstanceField = exports.ExportableInstanceField || (exports.ExportableInstanceField = {}));
407
- var ExportableECSServiceField;
408
- (function (ExportableECSServiceField) {
409
- ExportableECSServiceField["ACCOUNT_ID"] = "AccountId";
410
- ExportableECSServiceField["CURRENT_PERFORMANCE_RISK"] = "CurrentPerformanceRisk";
411
- ExportableECSServiceField["CURRENT_SERVICE_CONFIGURATION_AUTO_SCALING_CONFIGURATION"] = "CurrentServiceConfigurationAutoScalingConfiguration";
412
- ExportableECSServiceField["CURRENT_SERVICE_CONFIGURATION_CPU"] = "CurrentServiceConfigurationCpu";
413
- ExportableECSServiceField["CURRENT_SERVICE_CONFIGURATION_MEMORY"] = "CurrentServiceConfigurationMemory";
414
- ExportableECSServiceField["CURRENT_SERVICE_CONFIGURATION_TASK_DEFINITION_ARN"] = "CurrentServiceConfigurationTaskDefinitionArn";
415
- ExportableECSServiceField["CURRENT_SERVICE_CONTAINER_CONFIGURATIONS"] = "CurrentServiceContainerConfigurations";
416
- ExportableECSServiceField["FINDING"] = "Finding";
417
- ExportableECSServiceField["FINDING_REASON_CODES"] = "FindingReasonCodes";
418
- ExportableECSServiceField["LAST_REFRESH_TIMESTAMP"] = "LastRefreshTimestamp";
419
- ExportableECSServiceField["LAUNCH_TYPE"] = "LaunchType";
420
- ExportableECSServiceField["LOOKBACK_PERIOD_IN_DAYS"] = "LookbackPeriodInDays";
421
- ExportableECSServiceField["RECOMMENDATION_OPTIONS_CONTAINER_RECOMMENDATIONS"] = "RecommendationOptionsContainerRecommendations";
422
- ExportableECSServiceField["RECOMMENDATION_OPTIONS_CPU"] = "RecommendationOptionsCpu";
423
- ExportableECSServiceField["RECOMMENDATION_OPTIONS_ESTIMATED_MONTHLY_SAVINGS_CURRENCY"] = "RecommendationOptionsEstimatedMonthlySavingsCurrency";
424
- ExportableECSServiceField["RECOMMENDATION_OPTIONS_ESTIMATED_MONTHLY_SAVINGS_VALUE"] = "RecommendationOptionsEstimatedMonthlySavingsValue";
425
- ExportableECSServiceField["RECOMMENDATION_OPTIONS_MEMORY"] = "RecommendationOptionsMemory";
426
- ExportableECSServiceField["RECOMMENDATION_OPTIONS_PROJECTED_UTILIZATION_METRICS_CPU_MAXIMUM"] = "RecommendationOptionsProjectedUtilizationMetricsCpuMaximum";
427
- ExportableECSServiceField["RECOMMENDATION_OPTIONS_PROJECTED_UTILIZATION_METRICS_MEMORY_MAXIMUM"] = "RecommendationOptionsProjectedUtilizationMetricsMemoryMaximum";
428
- ExportableECSServiceField["RECOMMENDATION_OPTIONS_SAVINGS_OPPORTUNITY_PERCENTAGE"] = "RecommendationOptionsSavingsOpportunityPercentage";
429
- ExportableECSServiceField["SERVICE_ARN"] = "ServiceArn";
430
- ExportableECSServiceField["UTILIZATION_METRICS_CPU_MAXIMUM"] = "UtilizationMetricsCpuMaximum";
431
- ExportableECSServiceField["UTILIZATION_METRICS_MEMORY_MAXIMUM"] = "UtilizationMetricsMemoryMaximum";
432
- })(ExportableECSServiceField = exports.ExportableECSServiceField || (exports.ExportableECSServiceField = {}));
433
- var ECSServiceRecommendationFilterName;
434
- (function (ECSServiceRecommendationFilterName) {
435
- ECSServiceRecommendationFilterName["FINDING"] = "Finding";
436
- ECSServiceRecommendationFilterName["FINDING_REASON_CODE"] = "FindingReasonCode";
437
- })(ECSServiceRecommendationFilterName = exports.ECSServiceRecommendationFilterName || (exports.ECSServiceRecommendationFilterName = {}));
438
- var ExportableLambdaFunctionField;
439
- (function (ExportableLambdaFunctionField) {
440
- ExportableLambdaFunctionField["ACCOUNT_ID"] = "AccountId";
441
- ExportableLambdaFunctionField["CURRENT_CONFIGURATION_MEMORY_SIZE"] = "CurrentConfigurationMemorySize";
442
- ExportableLambdaFunctionField["CURRENT_CONFIGURATION_TIMEOUT"] = "CurrentConfigurationTimeout";
443
- ExportableLambdaFunctionField["CURRENT_COST_AVERAGE"] = "CurrentCostAverage";
444
- ExportableLambdaFunctionField["CURRENT_COST_TOTAL"] = "CurrentCostTotal";
445
- ExportableLambdaFunctionField["CURRENT_PERFORMANCE_RISK"] = "CurrentPerformanceRisk";
446
- ExportableLambdaFunctionField["FINDING"] = "Finding";
447
- ExportableLambdaFunctionField["FINDING_REASON_CODES"] = "FindingReasonCodes";
448
- ExportableLambdaFunctionField["FUNCTION_ARN"] = "FunctionArn";
449
- ExportableLambdaFunctionField["FUNCTION_VERSION"] = "FunctionVersion";
450
- ExportableLambdaFunctionField["LAST_REFRESH_TIMESTAMP"] = "LastRefreshTimestamp";
451
- ExportableLambdaFunctionField["LOOKBACK_PERIOD_IN_DAYS"] = "LookbackPeriodInDays";
452
- ExportableLambdaFunctionField["NUMBER_OF_INVOCATIONS"] = "NumberOfInvocations";
453
- ExportableLambdaFunctionField["RECOMMENDATION_OPTIONS_CONFIGURATION_MEMORY_SIZE"] = "RecommendationOptionsConfigurationMemorySize";
454
- ExportableLambdaFunctionField["RECOMMENDATION_OPTIONS_COST_HIGH"] = "RecommendationOptionsCostHigh";
455
- ExportableLambdaFunctionField["RECOMMENDATION_OPTIONS_COST_LOW"] = "RecommendationOptionsCostLow";
456
- ExportableLambdaFunctionField["RECOMMENDATION_OPTIONS_ESTIMATED_MONTHLY_SAVINGS_CURRENCY"] = "RecommendationOptionsEstimatedMonthlySavingsCurrency";
457
- ExportableLambdaFunctionField["RECOMMENDATION_OPTIONS_ESTIMATED_MONTHLY_SAVINGS_VALUE"] = "RecommendationOptionsEstimatedMonthlySavingsValue";
458
- ExportableLambdaFunctionField["RECOMMENDATION_OPTIONS_PROJECTED_UTILIZATION_METRICS_DURATION_EXPECTED"] = "RecommendationOptionsProjectedUtilizationMetricsDurationExpected";
459
- ExportableLambdaFunctionField["RECOMMENDATION_OPTIONS_PROJECTED_UTILIZATION_METRICS_DURATION_LOWER_BOUND"] = "RecommendationOptionsProjectedUtilizationMetricsDurationLowerBound";
460
- ExportableLambdaFunctionField["RECOMMENDATION_OPTIONS_PROJECTED_UTILIZATION_METRICS_DURATION_UPPER_BOUND"] = "RecommendationOptionsProjectedUtilizationMetricsDurationUpperBound";
461
- ExportableLambdaFunctionField["RECOMMENDATION_OPTIONS_SAVINGS_OPPORTUNITY_PERCENTAGE"] = "RecommendationOptionsSavingsOpportunityPercentage";
462
- ExportableLambdaFunctionField["UTILIZATION_METRICS_DURATION_AVERAGE"] = "UtilizationMetricsDurationAverage";
463
- ExportableLambdaFunctionField["UTILIZATION_METRICS_DURATION_MAXIMUM"] = "UtilizationMetricsDurationMaximum";
464
- ExportableLambdaFunctionField["UTILIZATION_METRICS_MEMORY_AVERAGE"] = "UtilizationMetricsMemoryAverage";
465
- ExportableLambdaFunctionField["UTILIZATION_METRICS_MEMORY_MAXIMUM"] = "UtilizationMetricsMemoryMaximum";
466
- })(ExportableLambdaFunctionField = exports.ExportableLambdaFunctionField || (exports.ExportableLambdaFunctionField = {}));
467
- var LambdaFunctionRecommendationFilterName;
468
- (function (LambdaFunctionRecommendationFilterName) {
469
- LambdaFunctionRecommendationFilterName["FINDING"] = "Finding";
470
- LambdaFunctionRecommendationFilterName["FINDING_REASON_CODE"] = "FindingReasonCode";
471
- })(LambdaFunctionRecommendationFilterName = exports.LambdaFunctionRecommendationFilterName || (exports.LambdaFunctionRecommendationFilterName = {}));
472
- var EBSFinding;
473
- (function (EBSFinding) {
474
- EBSFinding["NOT_OPTIMIZED"] = "NotOptimized";
475
- EBSFinding["OPTIMIZED"] = "Optimized";
476
- })(EBSFinding = exports.EBSFinding || (exports.EBSFinding = {}));
477
- var EBSMetricName;
478
- (function (EBSMetricName) {
479
- EBSMetricName["VOLUME_READ_BYTES_PER_SECOND"] = "VolumeReadBytesPerSecond";
480
- EBSMetricName["VOLUME_READ_OPS_PER_SECOND"] = "VolumeReadOpsPerSecond";
481
- EBSMetricName["VOLUME_WRITE_BYTES_PER_SECOND"] = "VolumeWriteBytesPerSecond";
482
- EBSMetricName["VOLUME_WRITE_OPS_PER_SECOND"] = "VolumeWriteOpsPerSecond";
483
- })(EBSMetricName = exports.EBSMetricName || (exports.EBSMetricName = {}));
484
- var InstanceRecommendationFindingReasonCode;
485
- (function (InstanceRecommendationFindingReasonCode) {
486
- InstanceRecommendationFindingReasonCode["CPU_OVER_PROVISIONED"] = "CPUOverprovisioned";
487
- InstanceRecommendationFindingReasonCode["CPU_UNDER_PROVISIONED"] = "CPUUnderprovisioned";
488
- InstanceRecommendationFindingReasonCode["DISK_IOPS_OVER_PROVISIONED"] = "DiskIOPSOverprovisioned";
489
- InstanceRecommendationFindingReasonCode["DISK_IOPS_UNDER_PROVISIONED"] = "DiskIOPSUnderprovisioned";
490
- InstanceRecommendationFindingReasonCode["DISK_THROUGHPUT_OVER_PROVISIONED"] = "DiskThroughputOverprovisioned";
491
- InstanceRecommendationFindingReasonCode["DISK_THROUGHPUT_UNDER_PROVISIONED"] = "DiskThroughputUnderprovisioned";
492
- InstanceRecommendationFindingReasonCode["EBS_IOPS_OVER_PROVISIONED"] = "EBSIOPSOverprovisioned";
493
- InstanceRecommendationFindingReasonCode["EBS_IOPS_UNDER_PROVISIONED"] = "EBSIOPSUnderprovisioned";
494
- InstanceRecommendationFindingReasonCode["EBS_THROUGHPUT_OVER_PROVISIONED"] = "EBSThroughputOverprovisioned";
495
- InstanceRecommendationFindingReasonCode["EBS_THROUGHPUT_UNDER_PROVISIONED"] = "EBSThroughputUnderprovisioned";
496
- InstanceRecommendationFindingReasonCode["MEMORY_OVER_PROVISIONED"] = "MemoryOverprovisioned";
497
- InstanceRecommendationFindingReasonCode["MEMORY_UNDER_PROVISIONED"] = "MemoryUnderprovisioned";
498
- InstanceRecommendationFindingReasonCode["NETWORK_BANDWIDTH_OVER_PROVISIONED"] = "NetworkBandwidthOverprovisioned";
499
- InstanceRecommendationFindingReasonCode["NETWORK_BANDWIDTH_UNDER_PROVISIONED"] = "NetworkBandwidthUnderprovisioned";
500
- InstanceRecommendationFindingReasonCode["NETWORK_PPS_OVER_PROVISIONED"] = "NetworkPPSOverprovisioned";
501
- InstanceRecommendationFindingReasonCode["NETWORK_PPS_UNDER_PROVISIONED"] = "NetworkPPSUnderprovisioned";
502
- })(InstanceRecommendationFindingReasonCode = exports.InstanceRecommendationFindingReasonCode || (exports.InstanceRecommendationFindingReasonCode = {}));
503
- var PlatformDifference;
504
- (function (PlatformDifference) {
505
- PlatformDifference["ARCHITECTURE"] = "Architecture";
506
- PlatformDifference["HYPERVISOR"] = "Hypervisor";
507
- PlatformDifference["INSTANCE_STORE_AVAILABILITY"] = "InstanceStoreAvailability";
508
- PlatformDifference["NETWORK_INTERFACE"] = "NetworkInterface";
509
- PlatformDifference["STORAGE_INTERFACE"] = "StorageInterface";
510
- PlatformDifference["VIRTUALIZATION_TYPE"] = "VirtualizationType";
511
- })(PlatformDifference = exports.PlatformDifference || (exports.PlatformDifference = {}));
512
- var RecommendationSourceType;
513
- (function (RecommendationSourceType) {
514
- RecommendationSourceType["AUTO_SCALING_GROUP"] = "AutoScalingGroup";
515
- RecommendationSourceType["EBS_VOLUME"] = "EbsVolume";
516
- RecommendationSourceType["EC2_INSTANCE"] = "Ec2Instance";
517
- RecommendationSourceType["ECS_SERVICE"] = "EcsService";
518
- RecommendationSourceType["LAMBDA_FUNCTION"] = "LambdaFunction";
519
- })(RecommendationSourceType = exports.RecommendationSourceType || (exports.RecommendationSourceType = {}));
520
- var ECSServiceMetricName;
521
- (function (ECSServiceMetricName) {
522
- ECSServiceMetricName["CPU"] = "Cpu";
523
- ECSServiceMetricName["MEMORY"] = "Memory";
524
- })(ECSServiceMetricName = exports.ECSServiceMetricName || (exports.ECSServiceMetricName = {}));
525
- var ECSServiceRecommendationFinding;
526
- (function (ECSServiceRecommendationFinding) {
527
- ECSServiceRecommendationFinding["OPTIMIZED"] = "Optimized";
528
- ECSServiceRecommendationFinding["OVER_PROVISIONED"] = "Overprovisioned";
529
- ECSServiceRecommendationFinding["UNDER_PROVISIONED"] = "Underprovisioned";
530
- })(ECSServiceRecommendationFinding = exports.ECSServiceRecommendationFinding || (exports.ECSServiceRecommendationFinding = {}));
531
- var ECSServiceRecommendationFindingReasonCode;
532
- (function (ECSServiceRecommendationFindingReasonCode) {
533
- ECSServiceRecommendationFindingReasonCode["CPU_OVER_PROVISIONED"] = "CPUOverprovisioned";
534
- ECSServiceRecommendationFindingReasonCode["CPU_UNDER_PROVISIONED"] = "CPUUnderprovisioned";
535
- ECSServiceRecommendationFindingReasonCode["MEMORY_OVER_PROVISIONED"] = "MemoryOverprovisioned";
536
- ECSServiceRecommendationFindingReasonCode["MEMORY_UNDER_PROVISIONED"] = "MemoryUnderprovisioned";
537
- })(ECSServiceRecommendationFindingReasonCode = exports.ECSServiceRecommendationFindingReasonCode || (exports.ECSServiceRecommendationFindingReasonCode = {}));
538
- var ECSServiceLaunchType;
539
- (function (ECSServiceLaunchType) {
540
- ECSServiceLaunchType["EC2"] = "EC2";
541
- ECSServiceLaunchType["FARGATE"] = "Fargate";
542
- })(ECSServiceLaunchType = exports.ECSServiceLaunchType || (exports.ECSServiceLaunchType = {}));
543
- var ECSServiceMetricStatistic;
544
- (function (ECSServiceMetricStatistic) {
545
- ECSServiceMetricStatistic["AVERAGE"] = "Average";
546
- ECSServiceMetricStatistic["MAXIMUM"] = "Maximum";
547
- })(ECSServiceMetricStatistic = exports.ECSServiceMetricStatistic || (exports.ECSServiceMetricStatistic = {}));
548
- var EnrollmentFilterName;
549
- (function (EnrollmentFilterName) {
550
- EnrollmentFilterName["STATUS"] = "Status";
551
- })(EnrollmentFilterName = exports.EnrollmentFilterName || (exports.EnrollmentFilterName = {}));
552
- var LambdaFunctionRecommendationFinding;
553
- (function (LambdaFunctionRecommendationFinding) {
554
- LambdaFunctionRecommendationFinding["NOT_OPTIMIZED"] = "NotOptimized";
555
- LambdaFunctionRecommendationFinding["OPTIMIZED"] = "Optimized";
556
- LambdaFunctionRecommendationFinding["UNAVAILABLE"] = "Unavailable";
557
- })(LambdaFunctionRecommendationFinding = exports.LambdaFunctionRecommendationFinding || (exports.LambdaFunctionRecommendationFinding = {}));
558
- var LambdaFunctionRecommendationFindingReasonCode;
559
- (function (LambdaFunctionRecommendationFindingReasonCode) {
560
- LambdaFunctionRecommendationFindingReasonCode["INCONCLUSIVE"] = "Inconclusive";
561
- LambdaFunctionRecommendationFindingReasonCode["INSUFFICIENT_DATA"] = "InsufficientData";
562
- LambdaFunctionRecommendationFindingReasonCode["MEMORY_OVER_PROVISIONED"] = "MemoryOverprovisioned";
563
- LambdaFunctionRecommendationFindingReasonCode["MEMORY_UNDER_PROVISIONED"] = "MemoryUnderprovisioned";
564
- })(LambdaFunctionRecommendationFindingReasonCode = exports.LambdaFunctionRecommendationFindingReasonCode || (exports.LambdaFunctionRecommendationFindingReasonCode = {}));
565
- var LambdaFunctionMemoryMetricName;
566
- (function (LambdaFunctionMemoryMetricName) {
567
- LambdaFunctionMemoryMetricName["DURATION"] = "Duration";
568
- })(LambdaFunctionMemoryMetricName = exports.LambdaFunctionMemoryMetricName || (exports.LambdaFunctionMemoryMetricName = {}));
569
- var LambdaFunctionMemoryMetricStatistic;
570
- (function (LambdaFunctionMemoryMetricStatistic) {
571
- LambdaFunctionMemoryMetricStatistic["EXPECTED"] = "Expected";
572
- LambdaFunctionMemoryMetricStatistic["LOWER_BOUND"] = "LowerBound";
573
- LambdaFunctionMemoryMetricStatistic["UPPER_BOUND"] = "UpperBound";
574
- })(LambdaFunctionMemoryMetricStatistic = exports.LambdaFunctionMemoryMetricStatistic || (exports.LambdaFunctionMemoryMetricStatistic = {}));
575
- var LambdaFunctionMetricName;
576
- (function (LambdaFunctionMetricName) {
577
- LambdaFunctionMetricName["DURATION"] = "Duration";
578
- LambdaFunctionMetricName["MEMORY"] = "Memory";
579
- })(LambdaFunctionMetricName = exports.LambdaFunctionMetricName || (exports.LambdaFunctionMetricName = {}));
580
- var LambdaFunctionMetricStatistic;
581
- (function (LambdaFunctionMetricStatistic) {
582
- LambdaFunctionMetricStatistic["AVERAGE"] = "Average";
583
- LambdaFunctionMetricStatistic["MAXIMUM"] = "Maximum";
584
- })(LambdaFunctionMetricStatistic = exports.LambdaFunctionMetricStatistic || (exports.LambdaFunctionMetricStatistic = {}));
585
- var FindingReasonCode;
586
- (function (FindingReasonCode) {
587
- FindingReasonCode["MEMORY_OVER_PROVISIONED"] = "MemoryOverprovisioned";
588
- FindingReasonCode["MEMORY_UNDER_PROVISIONED"] = "MemoryUnderprovisioned";
589
- })(FindingReasonCode = exports.FindingReasonCode || (exports.FindingReasonCode = {}));
295
+ exports.ExportableVolumeField = {
296
+ ACCOUNT_ID: "AccountId",
297
+ CURRENT_CONFIGURATION_VOLUME_BASELINE_IOPS: "CurrentConfigurationVolumeBaselineIOPS",
298
+ CURRENT_CONFIGURATION_VOLUME_BASELINE_THROUGHPUT: "CurrentConfigurationVolumeBaselineThroughput",
299
+ CURRENT_CONFIGURATION_VOLUME_BURST_IOPS: "CurrentConfigurationVolumeBurstIOPS",
300
+ CURRENT_CONFIGURATION_VOLUME_BURST_THROUGHPUT: "CurrentConfigurationVolumeBurstThroughput",
301
+ CURRENT_CONFIGURATION_VOLUME_SIZE: "CurrentConfigurationVolumeSize",
302
+ CURRENT_CONFIGURATION_VOLUME_TYPE: "CurrentConfigurationVolumeType",
303
+ CURRENT_MONTHLY_PRICE: "CurrentMonthlyPrice",
304
+ CURRENT_PERFORMANCE_RISK: "CurrentPerformanceRisk",
305
+ FINDING: "Finding",
306
+ LAST_REFRESH_TIMESTAMP: "LastRefreshTimestamp",
307
+ LOOKBACK_PERIOD_IN_DAYS: "LookbackPeriodInDays",
308
+ RECOMMENDATION_OPTIONS_CONFIGURATION_VOLUME_BASELINE_IOPS: "RecommendationOptionsConfigurationVolumeBaselineIOPS",
309
+ RECOMMENDATION_OPTIONS_CONFIGURATION_VOLUME_BASELINE_THROUGHPUT: "RecommendationOptionsConfigurationVolumeBaselineThroughput",
310
+ RECOMMENDATION_OPTIONS_CONFIGURATION_VOLUME_BURST_IOPS: "RecommendationOptionsConfigurationVolumeBurstIOPS",
311
+ RECOMMENDATION_OPTIONS_CONFIGURATION_VOLUME_BURST_THROUGHPUT: "RecommendationOptionsConfigurationVolumeBurstThroughput",
312
+ RECOMMENDATION_OPTIONS_CONFIGURATION_VOLUME_SIZE: "RecommendationOptionsConfigurationVolumeSize",
313
+ RECOMMENDATION_OPTIONS_CONFIGURATION_VOLUME_TYPE: "RecommendationOptionsConfigurationVolumeType",
314
+ RECOMMENDATION_OPTIONS_ESTIMATED_MONTHLY_SAVINGS_CURRENCY: "RecommendationOptionsEstimatedMonthlySavingsCurrency",
315
+ RECOMMENDATION_OPTIONS_ESTIMATED_MONTHLY_SAVINGS_VALUE: "RecommendationOptionsEstimatedMonthlySavingsValue",
316
+ RECOMMENDATION_OPTIONS_MONTHLY_PRICE: "RecommendationOptionsMonthlyPrice",
317
+ RECOMMENDATION_OPTIONS_PERFORMANCE_RISK: "RecommendationOptionsPerformanceRisk",
318
+ RECOMMENDATION_OPTIONS_SAVINGS_OPPORTUNITY_PERCENTAGE: "RecommendationOptionsSavingsOpportunityPercentage",
319
+ ROOT_VOLUME: "RootVolume",
320
+ UTILIZATION_METRICS_VOLUME_READ_BYTES_PER_SECOND_MAXIMUM: "UtilizationMetricsVolumeReadBytesPerSecondMaximum",
321
+ UTILIZATION_METRICS_VOLUME_READ_OPS_PER_SECOND_MAXIMUM: "UtilizationMetricsVolumeReadOpsPerSecondMaximum",
322
+ UTILIZATION_METRICS_VOLUME_WRITE_BYTES_PER_SECOND_MAXIMUM: "UtilizationMetricsVolumeWriteBytesPerSecondMaximum",
323
+ UTILIZATION_METRICS_VOLUME_WRITE_OPS_PER_SECOND_MAXIMUM: "UtilizationMetricsVolumeWriteOpsPerSecondMaximum",
324
+ VOLUME_ARN: "VolumeArn",
325
+ };
326
+ exports.EBSFilterName = {
327
+ FINDING: "Finding",
328
+ };
329
+ exports.ExportableInstanceField = {
330
+ ACCOUNT_ID: "AccountId",
331
+ CURRENT_INSTANCE_TYPE: "CurrentInstanceType",
332
+ CURRENT_MEMORY: "CurrentMemory",
333
+ CURRENT_NETWORK: "CurrentNetwork",
334
+ CURRENT_ON_DEMAND_PRICE: "CurrentOnDemandPrice",
335
+ CURRENT_PERFORMANCE_RISK: "CurrentPerformanceRisk",
336
+ CURRENT_STANDARD_ONE_YEAR_NO_UPFRONT_RESERVED_PRICE: "CurrentStandardOneYearNoUpfrontReservedPrice",
337
+ CURRENT_STANDARD_THREE_YEAR_NO_UPFRONT_RESERVED_PRICE: "CurrentStandardThreeYearNoUpfrontReservedPrice",
338
+ CURRENT_STORAGE: "CurrentStorage",
339
+ CURRENT_VCPUS: "CurrentVCpus",
340
+ EFFECTIVE_RECOMMENDATION_PREFERENCES_CPU_VENDOR_ARCHITECTURES: "EffectiveRecommendationPreferencesCpuVendorArchitectures",
341
+ EFFECTIVE_RECOMMENDATION_PREFERENCES_ENHANCED_INFRASTRUCTURE_METRICS: "EffectiveRecommendationPreferencesEnhancedInfrastructureMetrics",
342
+ EFFECTIVE_RECOMMENDATION_PREFERENCES_EXTERNAL_METRICS_SOURCE: "EffectiveRecommendationPreferencesExternalMetricsSource",
343
+ EFFECTIVE_RECOMMENDATION_PREFERENCES_INFERRED_WORKLOAD_TYPES: "EffectiveRecommendationPreferencesInferredWorkloadTypes",
344
+ FINDING: "Finding",
345
+ Finding_Reason_Codes: "FindingReasonCodes",
346
+ INFERRED_WORKLOAD_TYPES: "InferredWorkloadTypes",
347
+ INSTANCE_ARN: "InstanceArn",
348
+ INSTANCE_NAME: "InstanceName",
349
+ INSTANCE_STATE: "InstanceState",
350
+ LAST_REFRESH_TIMESTAMP: "LastRefreshTimestamp",
351
+ LOOKBACK_PERIOD_IN_DAYS: "LookbackPeriodInDays",
352
+ RECOMMENDATIONS_SOURCES_RECOMMENDATION_SOURCE_ARN: "RecommendationsSourcesRecommendationSourceArn",
353
+ RECOMMENDATIONS_SOURCES_RECOMMENDATION_SOURCE_TYPE: "RecommendationsSourcesRecommendationSourceType",
354
+ RECOMMENDATION_OPTIONS_ESTIMATED_MONTHLY_SAVINGS_CURRENCY: "RecommendationOptionsEstimatedMonthlySavingsCurrency",
355
+ RECOMMENDATION_OPTIONS_ESTIMATED_MONTHLY_SAVINGS_VALUE: "RecommendationOptionsEstimatedMonthlySavingsValue",
356
+ RECOMMENDATION_OPTIONS_INSTANCE_TYPE: "RecommendationOptionsInstanceType",
357
+ RECOMMENDATION_OPTIONS_MEMORY: "RecommendationOptionsMemory",
358
+ RECOMMENDATION_OPTIONS_MIGRATION_EFFORT: "RecommendationOptionsMigrationEffort",
359
+ RECOMMENDATION_OPTIONS_NETWORK: "RecommendationOptionsNetwork",
360
+ RECOMMENDATION_OPTIONS_ON_DEMAND_PRICE: "RecommendationOptionsOnDemandPrice",
361
+ RECOMMENDATION_OPTIONS_PERFORMANCE_RISK: "RecommendationOptionsPerformanceRisk",
362
+ RECOMMENDATION_OPTIONS_PLATFORM_DIFFERENCES: "RecommendationOptionsPlatformDifferences",
363
+ RECOMMENDATION_OPTIONS_PROJECTED_UTILIZATION_METRICS_CPU_MAXIMUM: "RecommendationOptionsProjectedUtilizationMetricsCpuMaximum",
364
+ RECOMMENDATION_OPTIONS_PROJECTED_UTILIZATION_METRICS_MEMORY_MAXIMUM: "RecommendationOptionsProjectedUtilizationMetricsMemoryMaximum",
365
+ RECOMMENDATION_OPTIONS_SAVINGS_OPPORTUNITY_PERCENTAGE: "RecommendationOptionsSavingsOpportunityPercentage",
366
+ RECOMMENDATION_OPTIONS_STANDARD_ONE_YEAR_NO_UPFRONT_RESERVED_PRICE: "RecommendationOptionsStandardOneYearNoUpfrontReservedPrice",
367
+ RECOMMENDATION_OPTIONS_STANDARD_THREE_YEAR_NO_UPFRONT_RESERVED_PRICE: "RecommendationOptionsStandardThreeYearNoUpfrontReservedPrice",
368
+ RECOMMENDATION_OPTIONS_STORAGE: "RecommendationOptionsStorage",
369
+ RECOMMENDATION_OPTIONS_VCPUS: "RecommendationOptionsVcpus",
370
+ UTILIZATION_METRICS_CPU_MAXIMUM: "UtilizationMetricsCpuMaximum",
371
+ UTILIZATION_METRICS_DISK_READ_BYTES_PER_SECOND_MAXIMUM: "UtilizationMetricsDiskReadBytesPerSecondMaximum",
372
+ UTILIZATION_METRICS_DISK_READ_OPS_PER_SECOND_MAXIMUM: "UtilizationMetricsDiskReadOpsPerSecondMaximum",
373
+ UTILIZATION_METRICS_DISK_WRITE_BYTES_PER_SECOND_MAXIMUM: "UtilizationMetricsDiskWriteBytesPerSecondMaximum",
374
+ UTILIZATION_METRICS_DISK_WRITE_OPS_PER_SECOND_MAXIMUM: "UtilizationMetricsDiskWriteOpsPerSecondMaximum",
375
+ UTILIZATION_METRICS_EBS_READ_BYTES_PER_SECOND_MAXIMUM: "UtilizationMetricsEbsReadBytesPerSecondMaximum",
376
+ UTILIZATION_METRICS_EBS_READ_OPS_PER_SECOND_MAXIMUM: "UtilizationMetricsEbsReadOpsPerSecondMaximum",
377
+ UTILIZATION_METRICS_EBS_WRITE_BYTES_PER_SECOND_MAXIMUM: "UtilizationMetricsEbsWriteBytesPerSecondMaximum",
378
+ UTILIZATION_METRICS_EBS_WRITE_OPS_PER_SECOND_MAXIMUM: "UtilizationMetricsEbsWriteOpsPerSecondMaximum",
379
+ UTILIZATION_METRICS_MEMORY_MAXIMUM: "UtilizationMetricsMemoryMaximum",
380
+ UTILIZATION_METRICS_NETWORK_IN_BYTES_PER_SECOND_MAXIMUM: "UtilizationMetricsNetworkInBytesPerSecondMaximum",
381
+ UTILIZATION_METRICS_NETWORK_OUT_BYTES_PER_SECOND_MAXIMUM: "UtilizationMetricsNetworkOutBytesPerSecondMaximum",
382
+ UTILIZATION_METRICS_NETWORK_PACKETS_IN_PER_SECOND_MAXIMUM: "UtilizationMetricsNetworkPacketsInPerSecondMaximum",
383
+ UTILIZATION_METRICS_NETWORK_PACKETS_OUT_PER_SECOND_MAXIMUM: "UtilizationMetricsNetworkPacketsOutPerSecondMaximum",
384
+ };
385
+ exports.ExportableECSServiceField = {
386
+ ACCOUNT_ID: "AccountId",
387
+ CURRENT_PERFORMANCE_RISK: "CurrentPerformanceRisk",
388
+ CURRENT_SERVICE_CONFIGURATION_AUTO_SCALING_CONFIGURATION: "CurrentServiceConfigurationAutoScalingConfiguration",
389
+ CURRENT_SERVICE_CONFIGURATION_CPU: "CurrentServiceConfigurationCpu",
390
+ CURRENT_SERVICE_CONFIGURATION_MEMORY: "CurrentServiceConfigurationMemory",
391
+ CURRENT_SERVICE_CONFIGURATION_TASK_DEFINITION_ARN: "CurrentServiceConfigurationTaskDefinitionArn",
392
+ CURRENT_SERVICE_CONTAINER_CONFIGURATIONS: "CurrentServiceContainerConfigurations",
393
+ FINDING: "Finding",
394
+ FINDING_REASON_CODES: "FindingReasonCodes",
395
+ LAST_REFRESH_TIMESTAMP: "LastRefreshTimestamp",
396
+ LAUNCH_TYPE: "LaunchType",
397
+ LOOKBACK_PERIOD_IN_DAYS: "LookbackPeriodInDays",
398
+ RECOMMENDATION_OPTIONS_CONTAINER_RECOMMENDATIONS: "RecommendationOptionsContainerRecommendations",
399
+ RECOMMENDATION_OPTIONS_CPU: "RecommendationOptionsCpu",
400
+ RECOMMENDATION_OPTIONS_ESTIMATED_MONTHLY_SAVINGS_CURRENCY: "RecommendationOptionsEstimatedMonthlySavingsCurrency",
401
+ RECOMMENDATION_OPTIONS_ESTIMATED_MONTHLY_SAVINGS_VALUE: "RecommendationOptionsEstimatedMonthlySavingsValue",
402
+ RECOMMENDATION_OPTIONS_MEMORY: "RecommendationOptionsMemory",
403
+ RECOMMENDATION_OPTIONS_PROJECTED_UTILIZATION_METRICS_CPU_MAXIMUM: "RecommendationOptionsProjectedUtilizationMetricsCpuMaximum",
404
+ RECOMMENDATION_OPTIONS_PROJECTED_UTILIZATION_METRICS_MEMORY_MAXIMUM: "RecommendationOptionsProjectedUtilizationMetricsMemoryMaximum",
405
+ RECOMMENDATION_OPTIONS_SAVINGS_OPPORTUNITY_PERCENTAGE: "RecommendationOptionsSavingsOpportunityPercentage",
406
+ SERVICE_ARN: "ServiceArn",
407
+ UTILIZATION_METRICS_CPU_MAXIMUM: "UtilizationMetricsCpuMaximum",
408
+ UTILIZATION_METRICS_MEMORY_MAXIMUM: "UtilizationMetricsMemoryMaximum",
409
+ };
410
+ exports.ECSServiceRecommendationFilterName = {
411
+ FINDING: "Finding",
412
+ FINDING_REASON_CODE: "FindingReasonCode",
413
+ };
414
+ exports.ExportableLambdaFunctionField = {
415
+ ACCOUNT_ID: "AccountId",
416
+ CURRENT_CONFIGURATION_MEMORY_SIZE: "CurrentConfigurationMemorySize",
417
+ CURRENT_CONFIGURATION_TIMEOUT: "CurrentConfigurationTimeout",
418
+ CURRENT_COST_AVERAGE: "CurrentCostAverage",
419
+ CURRENT_COST_TOTAL: "CurrentCostTotal",
420
+ CURRENT_PERFORMANCE_RISK: "CurrentPerformanceRisk",
421
+ FINDING: "Finding",
422
+ FINDING_REASON_CODES: "FindingReasonCodes",
423
+ FUNCTION_ARN: "FunctionArn",
424
+ FUNCTION_VERSION: "FunctionVersion",
425
+ LAST_REFRESH_TIMESTAMP: "LastRefreshTimestamp",
426
+ LOOKBACK_PERIOD_IN_DAYS: "LookbackPeriodInDays",
427
+ NUMBER_OF_INVOCATIONS: "NumberOfInvocations",
428
+ RECOMMENDATION_OPTIONS_CONFIGURATION_MEMORY_SIZE: "RecommendationOptionsConfigurationMemorySize",
429
+ RECOMMENDATION_OPTIONS_COST_HIGH: "RecommendationOptionsCostHigh",
430
+ RECOMMENDATION_OPTIONS_COST_LOW: "RecommendationOptionsCostLow",
431
+ RECOMMENDATION_OPTIONS_ESTIMATED_MONTHLY_SAVINGS_CURRENCY: "RecommendationOptionsEstimatedMonthlySavingsCurrency",
432
+ RECOMMENDATION_OPTIONS_ESTIMATED_MONTHLY_SAVINGS_VALUE: "RecommendationOptionsEstimatedMonthlySavingsValue",
433
+ RECOMMENDATION_OPTIONS_PROJECTED_UTILIZATION_METRICS_DURATION_EXPECTED: "RecommendationOptionsProjectedUtilizationMetricsDurationExpected",
434
+ RECOMMENDATION_OPTIONS_PROJECTED_UTILIZATION_METRICS_DURATION_LOWER_BOUND: "RecommendationOptionsProjectedUtilizationMetricsDurationLowerBound",
435
+ RECOMMENDATION_OPTIONS_PROJECTED_UTILIZATION_METRICS_DURATION_UPPER_BOUND: "RecommendationOptionsProjectedUtilizationMetricsDurationUpperBound",
436
+ RECOMMENDATION_OPTIONS_SAVINGS_OPPORTUNITY_PERCENTAGE: "RecommendationOptionsSavingsOpportunityPercentage",
437
+ UTILIZATION_METRICS_DURATION_AVERAGE: "UtilizationMetricsDurationAverage",
438
+ UTILIZATION_METRICS_DURATION_MAXIMUM: "UtilizationMetricsDurationMaximum",
439
+ UTILIZATION_METRICS_MEMORY_AVERAGE: "UtilizationMetricsMemoryAverage",
440
+ UTILIZATION_METRICS_MEMORY_MAXIMUM: "UtilizationMetricsMemoryMaximum",
441
+ };
442
+ exports.LambdaFunctionRecommendationFilterName = {
443
+ FINDING: "Finding",
444
+ FINDING_REASON_CODE: "FindingReasonCode",
445
+ };
446
+ exports.EBSFinding = {
447
+ NOT_OPTIMIZED: "NotOptimized",
448
+ OPTIMIZED: "Optimized",
449
+ };
450
+ exports.EBSMetricName = {
451
+ VOLUME_READ_BYTES_PER_SECOND: "VolumeReadBytesPerSecond",
452
+ VOLUME_READ_OPS_PER_SECOND: "VolumeReadOpsPerSecond",
453
+ VOLUME_WRITE_BYTES_PER_SECOND: "VolumeWriteBytesPerSecond",
454
+ VOLUME_WRITE_OPS_PER_SECOND: "VolumeWriteOpsPerSecond",
455
+ };
456
+ exports.InstanceRecommendationFindingReasonCode = {
457
+ CPU_OVER_PROVISIONED: "CPUOverprovisioned",
458
+ CPU_UNDER_PROVISIONED: "CPUUnderprovisioned",
459
+ DISK_IOPS_OVER_PROVISIONED: "DiskIOPSOverprovisioned",
460
+ DISK_IOPS_UNDER_PROVISIONED: "DiskIOPSUnderprovisioned",
461
+ DISK_THROUGHPUT_OVER_PROVISIONED: "DiskThroughputOverprovisioned",
462
+ DISK_THROUGHPUT_UNDER_PROVISIONED: "DiskThroughputUnderprovisioned",
463
+ EBS_IOPS_OVER_PROVISIONED: "EBSIOPSOverprovisioned",
464
+ EBS_IOPS_UNDER_PROVISIONED: "EBSIOPSUnderprovisioned",
465
+ EBS_THROUGHPUT_OVER_PROVISIONED: "EBSThroughputOverprovisioned",
466
+ EBS_THROUGHPUT_UNDER_PROVISIONED: "EBSThroughputUnderprovisioned",
467
+ MEMORY_OVER_PROVISIONED: "MemoryOverprovisioned",
468
+ MEMORY_UNDER_PROVISIONED: "MemoryUnderprovisioned",
469
+ NETWORK_BANDWIDTH_OVER_PROVISIONED: "NetworkBandwidthOverprovisioned",
470
+ NETWORK_BANDWIDTH_UNDER_PROVISIONED: "NetworkBandwidthUnderprovisioned",
471
+ NETWORK_PPS_OVER_PROVISIONED: "NetworkPPSOverprovisioned",
472
+ NETWORK_PPS_UNDER_PROVISIONED: "NetworkPPSUnderprovisioned",
473
+ };
474
+ exports.InstanceState = {
475
+ PENDING: "pending",
476
+ RUNNING: "running",
477
+ SHUTTING_DOWN: "shutting-down",
478
+ STOPPED: "stopped",
479
+ STOPPING: "stopping",
480
+ TERMINATED: "terminated",
481
+ };
482
+ exports.PlatformDifference = {
483
+ ARCHITECTURE: "Architecture",
484
+ HYPERVISOR: "Hypervisor",
485
+ INSTANCE_STORE_AVAILABILITY: "InstanceStoreAvailability",
486
+ NETWORK_INTERFACE: "NetworkInterface",
487
+ STORAGE_INTERFACE: "StorageInterface",
488
+ VIRTUALIZATION_TYPE: "VirtualizationType",
489
+ };
490
+ exports.RecommendationSourceType = {
491
+ AUTO_SCALING_GROUP: "AutoScalingGroup",
492
+ EBS_VOLUME: "EbsVolume",
493
+ EC2_INSTANCE: "Ec2Instance",
494
+ ECS_SERVICE: "EcsService",
495
+ LAMBDA_FUNCTION: "LambdaFunction",
496
+ };
497
+ exports.ECSServiceMetricName = {
498
+ CPU: "Cpu",
499
+ MEMORY: "Memory",
500
+ };
501
+ exports.ECSServiceRecommendationFinding = {
502
+ OPTIMIZED: "Optimized",
503
+ OVER_PROVISIONED: "Overprovisioned",
504
+ UNDER_PROVISIONED: "Underprovisioned",
505
+ };
506
+ exports.ECSServiceRecommendationFindingReasonCode = {
507
+ CPU_OVER_PROVISIONED: "CPUOverprovisioned",
508
+ CPU_UNDER_PROVISIONED: "CPUUnderprovisioned",
509
+ MEMORY_OVER_PROVISIONED: "MemoryOverprovisioned",
510
+ MEMORY_UNDER_PROVISIONED: "MemoryUnderprovisioned",
511
+ };
512
+ exports.ECSServiceLaunchType = {
513
+ EC2: "EC2",
514
+ FARGATE: "Fargate",
515
+ };
516
+ exports.ECSServiceMetricStatistic = {
517
+ AVERAGE: "Average",
518
+ MAXIMUM: "Maximum",
519
+ };
520
+ exports.EnrollmentFilterName = {
521
+ STATUS: "Status",
522
+ };
523
+ exports.LambdaFunctionRecommendationFinding = {
524
+ NOT_OPTIMIZED: "NotOptimized",
525
+ OPTIMIZED: "Optimized",
526
+ UNAVAILABLE: "Unavailable",
527
+ };
528
+ exports.LambdaFunctionRecommendationFindingReasonCode = {
529
+ INCONCLUSIVE: "Inconclusive",
530
+ INSUFFICIENT_DATA: "InsufficientData",
531
+ MEMORY_OVER_PROVISIONED: "MemoryOverprovisioned",
532
+ MEMORY_UNDER_PROVISIONED: "MemoryUnderprovisioned",
533
+ };
534
+ exports.LambdaFunctionMemoryMetricName = {
535
+ DURATION: "Duration",
536
+ };
537
+ exports.LambdaFunctionMemoryMetricStatistic = {
538
+ EXPECTED: "Expected",
539
+ LOWER_BOUND: "LowerBound",
540
+ UPPER_BOUND: "UpperBound",
541
+ };
542
+ exports.LambdaFunctionMetricName = {
543
+ DURATION: "Duration",
544
+ MEMORY: "Memory",
545
+ };
546
+ exports.LambdaFunctionMetricStatistic = {
547
+ AVERAGE: "Average",
548
+ MAXIMUM: "Maximum",
549
+ };
550
+ exports.FindingReasonCode = {
551
+ MEMORY_OVER_PROVISIONED: "MemoryOverprovisioned",
552
+ MEMORY_UNDER_PROVISIONED: "MemoryUnderprovisioned",
553
+ };