@aws-sdk/client-compute-optimizer 3.319.0 → 3.324.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.
@@ -65,6 +65,7 @@ exports.InferredWorkloadType = {
65
65
  NGINX: "Nginx",
66
66
  POSTGRE_SQL: "PostgreSql",
67
67
  REDIS: "Redis",
68
+ SQLSERVER: "SQLServer",
68
69
  };
69
70
  exports.MigrationEffort = {
70
71
  HIGH: "High",
@@ -277,6 +278,7 @@ exports.FileFormat = {
277
278
  exports.FilterName = {
278
279
  FINDING: "Finding",
279
280
  FINDING_REASON_CODES: "FindingReasonCodes",
281
+ INFERRED_WORKLOAD_TYPES: "InferredWorkloadTypes",
280
282
  RECOMMENDATION_SOURCE_TYPE: "RecommendationSourceType",
281
283
  };
282
284
  class LimitExceededException extends ComputeOptimizerServiceException_1.ComputeOptimizerServiceException {
@@ -317,6 +319,7 @@ exports.ExportableVolumeField = {
317
319
  RECOMMENDATION_OPTIONS_PERFORMANCE_RISK: "RecommendationOptionsPerformanceRisk",
318
320
  RECOMMENDATION_OPTIONS_SAVINGS_OPPORTUNITY_PERCENTAGE: "RecommendationOptionsSavingsOpportunityPercentage",
319
321
  ROOT_VOLUME: "RootVolume",
322
+ TAGS: "Tags",
320
323
  UTILIZATION_METRICS_VOLUME_READ_BYTES_PER_SECOND_MAXIMUM: "UtilizationMetricsVolumeReadBytesPerSecondMaximum",
321
324
  UTILIZATION_METRICS_VOLUME_READ_OPS_PER_SECOND_MAXIMUM: "UtilizationMetricsVolumeReadOpsPerSecondMaximum",
322
325
  UTILIZATION_METRICS_VOLUME_WRITE_BYTES_PER_SECOND_MAXIMUM: "UtilizationMetricsVolumeWriteBytesPerSecondMaximum",
@@ -367,6 +370,7 @@ exports.ExportableInstanceField = {
367
370
  RECOMMENDATION_OPTIONS_STANDARD_THREE_YEAR_NO_UPFRONT_RESERVED_PRICE: "RecommendationOptionsStandardThreeYearNoUpfrontReservedPrice",
368
371
  RECOMMENDATION_OPTIONS_STORAGE: "RecommendationOptionsStorage",
369
372
  RECOMMENDATION_OPTIONS_VCPUS: "RecommendationOptionsVcpus",
373
+ TAGS: "Tags",
370
374
  UTILIZATION_METRICS_CPU_MAXIMUM: "UtilizationMetricsCpuMaximum",
371
375
  UTILIZATION_METRICS_DISK_READ_BYTES_PER_SECOND_MAXIMUM: "UtilizationMetricsDiskReadBytesPerSecondMaximum",
372
376
  UTILIZATION_METRICS_DISK_READ_OPS_PER_SECOND_MAXIMUM: "UtilizationMetricsDiskReadOpsPerSecondMaximum",
@@ -404,6 +408,7 @@ exports.ExportableECSServiceField = {
404
408
  RECOMMENDATION_OPTIONS_PROJECTED_UTILIZATION_METRICS_MEMORY_MAXIMUM: "RecommendationOptionsProjectedUtilizationMetricsMemoryMaximum",
405
409
  RECOMMENDATION_OPTIONS_SAVINGS_OPPORTUNITY_PERCENTAGE: "RecommendationOptionsSavingsOpportunityPercentage",
406
410
  SERVICE_ARN: "ServiceArn",
411
+ TAGS: "Tags",
407
412
  UTILIZATION_METRICS_CPU_MAXIMUM: "UtilizationMetricsCpuMaximum",
408
413
  UTILIZATION_METRICS_MEMORY_MAXIMUM: "UtilizationMetricsMemoryMaximum",
409
414
  };
@@ -434,6 +439,7 @@ exports.ExportableLambdaFunctionField = {
434
439
  RECOMMENDATION_OPTIONS_PROJECTED_UTILIZATION_METRICS_DURATION_LOWER_BOUND: "RecommendationOptionsProjectedUtilizationMetricsDurationLowerBound",
435
440
  RECOMMENDATION_OPTIONS_PROJECTED_UTILIZATION_METRICS_DURATION_UPPER_BOUND: "RecommendationOptionsProjectedUtilizationMetricsDurationUpperBound",
436
441
  RECOMMENDATION_OPTIONS_SAVINGS_OPPORTUNITY_PERCENTAGE: "RecommendationOptionsSavingsOpportunityPercentage",
442
+ TAGS: "Tags",
437
443
  UTILIZATION_METRICS_DURATION_AVERAGE: "UtilizationMetricsDurationAverage",
438
444
  UTILIZATION_METRICS_DURATION_MAXIMUM: "UtilizationMetricsDurationMaximum",
439
445
  UTILIZATION_METRICS_MEMORY_AVERAGE: "UtilizationMetricsMemoryAverage",
@@ -1488,6 +1488,7 @@ const de_ECSServiceRecommendation = (output, context) => {
1488
1488
  lookbackPeriodInDays: smithy_client_1.limitedParseDouble,
1489
1489
  serviceArn: smithy_client_1.expectString,
1490
1490
  serviceRecommendationOptions: (_) => de_ECSServiceRecommendationOptions(_, context),
1491
+ tags: smithy_client_1._json,
1491
1492
  utilizationMetrics: (_) => de_ECSServiceUtilizationMetrics(_, context),
1492
1493
  });
1493
1494
  };
@@ -1617,6 +1618,20 @@ const de_GetRecommendationSummariesResponse = (output, context) => {
1617
1618
  recommendationSummaries: (_) => de_RecommendationSummaries(_, context),
1618
1619
  });
1619
1620
  };
1621
+ const de_InferredWorkloadSaving = (output, context) => {
1622
+ return (0, smithy_client_1.take)(output, {
1623
+ estimatedMonthlySavings: (_) => de_EstimatedMonthlySavings(_, context),
1624
+ inferredWorkloadTypes: smithy_client_1._json,
1625
+ });
1626
+ };
1627
+ const de_InferredWorkloadSavings = (output, context) => {
1628
+ const retVal = (output || [])
1629
+ .filter((e) => e != null)
1630
+ .map((entry) => {
1631
+ return de_InferredWorkloadSaving(entry, context);
1632
+ });
1633
+ return retVal;
1634
+ };
1620
1635
  const de_InstanceRecommendation = (output, context) => {
1621
1636
  return (0, smithy_client_1.take)(output, {
1622
1637
  accountId: smithy_client_1.expectString,
@@ -1633,6 +1648,7 @@ const de_InstanceRecommendation = (output, context) => {
1633
1648
  lookBackPeriodInDays: smithy_client_1.limitedParseDouble,
1634
1649
  recommendationOptions: (_) => de_RecommendationOptions(_, context),
1635
1650
  recommendationSources: smithy_client_1._json,
1651
+ tags: smithy_client_1._json,
1636
1652
  utilizationMetrics: (_) => de_UtilizationMetrics(_, context),
1637
1653
  });
1638
1654
  };
@@ -1699,6 +1715,7 @@ const de_LambdaFunctionRecommendation = (output, context) => {
1699
1715
  lookbackPeriodInDays: smithy_client_1.limitedParseDouble,
1700
1716
  memorySizeRecommendationOptions: (_) => de_LambdaFunctionMemoryRecommendationOptions(_, context),
1701
1717
  numberOfInvocations: smithy_client_1.expectLong,
1718
+ tags: smithy_client_1._json,
1702
1719
  utilizationMetrics: (_) => de_LambdaFunctionUtilizationMetrics(_, context),
1703
1720
  });
1704
1721
  };
@@ -1809,6 +1826,7 @@ const de_RecommendationSummary = (output, context) => {
1809
1826
  return (0, smithy_client_1.take)(output, {
1810
1827
  accountId: smithy_client_1.expectString,
1811
1828
  currentPerformanceRiskRatings: smithy_client_1._json,
1829
+ inferredWorkloadSavings: (_) => de_InferredWorkloadSavings(_, context),
1812
1830
  recommendationResourceType: smithy_client_1.expectString,
1813
1831
  savingsOpportunity: (_) => de_SavingsOpportunity(_, context),
1814
1832
  summaries: (_) => de_Summaries(_, context),
@@ -1881,6 +1899,7 @@ const de_VolumeRecommendation = (output, context) => {
1881
1899
  finding: smithy_client_1.expectString,
1882
1900
  lastRefreshTimestamp: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
1883
1901
  lookBackPeriodInDays: smithy_client_1.limitedParseDouble,
1902
+ tags: smithy_client_1._json,
1884
1903
  utilizationMetrics: (_) => de_EBSUtilizationMetrics(_, context),
1885
1904
  volumeArn: smithy_client_1.expectString,
1886
1905
  volumeRecommendationOptions: (_) => de_VolumeRecommendationOptions(_, context),
@@ -60,6 +60,7 @@ export const InferredWorkloadType = {
60
60
  NGINX: "Nginx",
61
61
  POSTGRE_SQL: "PostgreSql",
62
62
  REDIS: "Redis",
63
+ SQLSERVER: "SQLServer",
63
64
  };
64
65
  export const MigrationEffort = {
65
66
  HIGH: "High",
@@ -265,6 +266,7 @@ export const FileFormat = {
265
266
  export const FilterName = {
266
267
  FINDING: "Finding",
267
268
  FINDING_REASON_CODES: "FindingReasonCodes",
269
+ INFERRED_WORKLOAD_TYPES: "InferredWorkloadTypes",
268
270
  RECOMMENDATION_SOURCE_TYPE: "RecommendationSourceType",
269
271
  };
270
272
  export class LimitExceededException extends __BaseException {
@@ -304,6 +306,7 @@ export const ExportableVolumeField = {
304
306
  RECOMMENDATION_OPTIONS_PERFORMANCE_RISK: "RecommendationOptionsPerformanceRisk",
305
307
  RECOMMENDATION_OPTIONS_SAVINGS_OPPORTUNITY_PERCENTAGE: "RecommendationOptionsSavingsOpportunityPercentage",
306
308
  ROOT_VOLUME: "RootVolume",
309
+ TAGS: "Tags",
307
310
  UTILIZATION_METRICS_VOLUME_READ_BYTES_PER_SECOND_MAXIMUM: "UtilizationMetricsVolumeReadBytesPerSecondMaximum",
308
311
  UTILIZATION_METRICS_VOLUME_READ_OPS_PER_SECOND_MAXIMUM: "UtilizationMetricsVolumeReadOpsPerSecondMaximum",
309
312
  UTILIZATION_METRICS_VOLUME_WRITE_BYTES_PER_SECOND_MAXIMUM: "UtilizationMetricsVolumeWriteBytesPerSecondMaximum",
@@ -354,6 +357,7 @@ export const ExportableInstanceField = {
354
357
  RECOMMENDATION_OPTIONS_STANDARD_THREE_YEAR_NO_UPFRONT_RESERVED_PRICE: "RecommendationOptionsStandardThreeYearNoUpfrontReservedPrice",
355
358
  RECOMMENDATION_OPTIONS_STORAGE: "RecommendationOptionsStorage",
356
359
  RECOMMENDATION_OPTIONS_VCPUS: "RecommendationOptionsVcpus",
360
+ TAGS: "Tags",
357
361
  UTILIZATION_METRICS_CPU_MAXIMUM: "UtilizationMetricsCpuMaximum",
358
362
  UTILIZATION_METRICS_DISK_READ_BYTES_PER_SECOND_MAXIMUM: "UtilizationMetricsDiskReadBytesPerSecondMaximum",
359
363
  UTILIZATION_METRICS_DISK_READ_OPS_PER_SECOND_MAXIMUM: "UtilizationMetricsDiskReadOpsPerSecondMaximum",
@@ -391,6 +395,7 @@ export const ExportableECSServiceField = {
391
395
  RECOMMENDATION_OPTIONS_PROJECTED_UTILIZATION_METRICS_MEMORY_MAXIMUM: "RecommendationOptionsProjectedUtilizationMetricsMemoryMaximum",
392
396
  RECOMMENDATION_OPTIONS_SAVINGS_OPPORTUNITY_PERCENTAGE: "RecommendationOptionsSavingsOpportunityPercentage",
393
397
  SERVICE_ARN: "ServiceArn",
398
+ TAGS: "Tags",
394
399
  UTILIZATION_METRICS_CPU_MAXIMUM: "UtilizationMetricsCpuMaximum",
395
400
  UTILIZATION_METRICS_MEMORY_MAXIMUM: "UtilizationMetricsMemoryMaximum",
396
401
  };
@@ -421,6 +426,7 @@ export const ExportableLambdaFunctionField = {
421
426
  RECOMMENDATION_OPTIONS_PROJECTED_UTILIZATION_METRICS_DURATION_LOWER_BOUND: "RecommendationOptionsProjectedUtilizationMetricsDurationLowerBound",
422
427
  RECOMMENDATION_OPTIONS_PROJECTED_UTILIZATION_METRICS_DURATION_UPPER_BOUND: "RecommendationOptionsProjectedUtilizationMetricsDurationUpperBound",
423
428
  RECOMMENDATION_OPTIONS_SAVINGS_OPPORTUNITY_PERCENTAGE: "RecommendationOptionsSavingsOpportunityPercentage",
429
+ TAGS: "Tags",
424
430
  UTILIZATION_METRICS_DURATION_AVERAGE: "UtilizationMetricsDurationAverage",
425
431
  UTILIZATION_METRICS_DURATION_MAXIMUM: "UtilizationMetricsDurationMaximum",
426
432
  UTILIZATION_METRICS_MEMORY_AVERAGE: "UtilizationMetricsMemoryAverage",
@@ -1443,6 +1443,7 @@ const de_ECSServiceRecommendation = (output, context) => {
1443
1443
  lookbackPeriodInDays: __limitedParseDouble,
1444
1444
  serviceArn: __expectString,
1445
1445
  serviceRecommendationOptions: (_) => de_ECSServiceRecommendationOptions(_, context),
1446
+ tags: _json,
1446
1447
  utilizationMetrics: (_) => de_ECSServiceUtilizationMetrics(_, context),
1447
1448
  });
1448
1449
  };
@@ -1572,6 +1573,20 @@ const de_GetRecommendationSummariesResponse = (output, context) => {
1572
1573
  recommendationSummaries: (_) => de_RecommendationSummaries(_, context),
1573
1574
  });
1574
1575
  };
1576
+ const de_InferredWorkloadSaving = (output, context) => {
1577
+ return take(output, {
1578
+ estimatedMonthlySavings: (_) => de_EstimatedMonthlySavings(_, context),
1579
+ inferredWorkloadTypes: _json,
1580
+ });
1581
+ };
1582
+ const de_InferredWorkloadSavings = (output, context) => {
1583
+ const retVal = (output || [])
1584
+ .filter((e) => e != null)
1585
+ .map((entry) => {
1586
+ return de_InferredWorkloadSaving(entry, context);
1587
+ });
1588
+ return retVal;
1589
+ };
1575
1590
  const de_InstanceRecommendation = (output, context) => {
1576
1591
  return take(output, {
1577
1592
  accountId: __expectString,
@@ -1588,6 +1603,7 @@ const de_InstanceRecommendation = (output, context) => {
1588
1603
  lookBackPeriodInDays: __limitedParseDouble,
1589
1604
  recommendationOptions: (_) => de_RecommendationOptions(_, context),
1590
1605
  recommendationSources: _json,
1606
+ tags: _json,
1591
1607
  utilizationMetrics: (_) => de_UtilizationMetrics(_, context),
1592
1608
  });
1593
1609
  };
@@ -1654,6 +1670,7 @@ const de_LambdaFunctionRecommendation = (output, context) => {
1654
1670
  lookbackPeriodInDays: __limitedParseDouble,
1655
1671
  memorySizeRecommendationOptions: (_) => de_LambdaFunctionMemoryRecommendationOptions(_, context),
1656
1672
  numberOfInvocations: __expectLong,
1673
+ tags: _json,
1657
1674
  utilizationMetrics: (_) => de_LambdaFunctionUtilizationMetrics(_, context),
1658
1675
  });
1659
1676
  };
@@ -1764,6 +1781,7 @@ const de_RecommendationSummary = (output, context) => {
1764
1781
  return take(output, {
1765
1782
  accountId: __expectString,
1766
1783
  currentPerformanceRiskRatings: _json,
1784
+ inferredWorkloadSavings: (_) => de_InferredWorkloadSavings(_, context),
1767
1785
  recommendationResourceType: __expectString,
1768
1786
  savingsOpportunity: (_) => de_SavingsOpportunity(_, context),
1769
1787
  summaries: (_) => de_Summaries(_, context),
@@ -1836,6 +1854,7 @@ const de_VolumeRecommendation = (output, context) => {
1836
1854
  finding: __expectString,
1837
1855
  lastRefreshTimestamp: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
1838
1856
  lookBackPeriodInDays: __limitedParseDouble,
1857
+ tags: _json,
1839
1858
  utilizationMetrics: (_) => de_EBSUtilizationMetrics(_, context),
1840
1859
  volumeArn: __expectString,
1841
1860
  volumeRecommendationOptions: (_) => de_VolumeRecommendationOptions(_, context),
@@ -37,7 +37,7 @@ export interface ExportAutoScalingGroupRecommendationsCommandOutput extends Expo
37
37
  * ],
38
38
  * filters: [ // Filters
39
39
  * { // Filter
40
- * name: "Finding" || "FindingReasonCodes" || "RecommendationSourceType",
40
+ * name: "Finding" || "FindingReasonCodes" || "RecommendationSourceType" || "InferredWorkloadTypes",
41
41
  * values: [ // FilterValues
42
42
  * "STRING_VALUE",
43
43
  * ],
@@ -44,7 +44,7 @@ export interface ExportEBSVolumeRecommendationsCommandOutput extends ExportEBSVo
44
44
  * },
45
45
  * ],
46
46
  * fieldsToExport: [ // ExportableVolumeFields
47
- * "AccountId" || "VolumeArn" || "Finding" || "UtilizationMetricsVolumeReadOpsPerSecondMaximum" || "UtilizationMetricsVolumeWriteOpsPerSecondMaximum" || "UtilizationMetricsVolumeReadBytesPerSecondMaximum" || "UtilizationMetricsVolumeWriteBytesPerSecondMaximum" || "LookbackPeriodInDays" || "CurrentConfigurationVolumeType" || "CurrentConfigurationVolumeBaselineIOPS" || "CurrentConfigurationVolumeBaselineThroughput" || "CurrentConfigurationVolumeBurstIOPS" || "CurrentConfigurationVolumeBurstThroughput" || "CurrentConfigurationVolumeSize" || "CurrentMonthlyPrice" || "RecommendationOptionsConfigurationVolumeType" || "RecommendationOptionsConfigurationVolumeBaselineIOPS" || "RecommendationOptionsConfigurationVolumeBaselineThroughput" || "RecommendationOptionsConfigurationVolumeBurstIOPS" || "RecommendationOptionsConfigurationVolumeBurstThroughput" || "RecommendationOptionsConfigurationVolumeSize" || "RecommendationOptionsMonthlyPrice" || "RecommendationOptionsPerformanceRisk" || "LastRefreshTimestamp" || "CurrentPerformanceRisk" || "RecommendationOptionsSavingsOpportunityPercentage" || "RecommendationOptionsEstimatedMonthlySavingsCurrency" || "RecommendationOptionsEstimatedMonthlySavingsValue" || "RootVolume",
47
+ * "AccountId" || "VolumeArn" || "Finding" || "UtilizationMetricsVolumeReadOpsPerSecondMaximum" || "UtilizationMetricsVolumeWriteOpsPerSecondMaximum" || "UtilizationMetricsVolumeReadBytesPerSecondMaximum" || "UtilizationMetricsVolumeWriteBytesPerSecondMaximum" || "LookbackPeriodInDays" || "CurrentConfigurationVolumeType" || "CurrentConfigurationVolumeBaselineIOPS" || "CurrentConfigurationVolumeBaselineThroughput" || "CurrentConfigurationVolumeBurstIOPS" || "CurrentConfigurationVolumeBurstThroughput" || "CurrentConfigurationVolumeSize" || "CurrentMonthlyPrice" || "RecommendationOptionsConfigurationVolumeType" || "RecommendationOptionsConfigurationVolumeBaselineIOPS" || "RecommendationOptionsConfigurationVolumeBaselineThroughput" || "RecommendationOptionsConfigurationVolumeBurstIOPS" || "RecommendationOptionsConfigurationVolumeBurstThroughput" || "RecommendationOptionsConfigurationVolumeSize" || "RecommendationOptionsMonthlyPrice" || "RecommendationOptionsPerformanceRisk" || "LastRefreshTimestamp" || "CurrentPerformanceRisk" || "RecommendationOptionsSavingsOpportunityPercentage" || "RecommendationOptionsEstimatedMonthlySavingsCurrency" || "RecommendationOptionsEstimatedMonthlySavingsValue" || "RootVolume" || "Tags",
48
48
  * ],
49
49
  * s3DestinationConfig: { // S3DestinationConfig
50
50
  * bucket: "STRING_VALUE",
@@ -37,14 +37,14 @@ export interface ExportEC2InstanceRecommendationsCommandOutput extends ExportEC2
37
37
  * ],
38
38
  * filters: [ // Filters
39
39
  * { // Filter
40
- * name: "Finding" || "FindingReasonCodes" || "RecommendationSourceType",
40
+ * name: "Finding" || "FindingReasonCodes" || "RecommendationSourceType" || "InferredWorkloadTypes",
41
41
  * values: [ // FilterValues
42
42
  * "STRING_VALUE",
43
43
  * ],
44
44
  * },
45
45
  * ],
46
46
  * fieldsToExport: [ // ExportableInstanceFields
47
- * "AccountId" || "InstanceArn" || "InstanceName" || "Finding" || "FindingReasonCodes" || "LookbackPeriodInDays" || "CurrentInstanceType" || "UtilizationMetricsCpuMaximum" || "UtilizationMetricsMemoryMaximum" || "UtilizationMetricsEbsReadOpsPerSecondMaximum" || "UtilizationMetricsEbsWriteOpsPerSecondMaximum" || "UtilizationMetricsEbsReadBytesPerSecondMaximum" || "UtilizationMetricsEbsWriteBytesPerSecondMaximum" || "UtilizationMetricsDiskReadOpsPerSecondMaximum" || "UtilizationMetricsDiskWriteOpsPerSecondMaximum" || "UtilizationMetricsDiskReadBytesPerSecondMaximum" || "UtilizationMetricsDiskWriteBytesPerSecondMaximum" || "UtilizationMetricsNetworkInBytesPerSecondMaximum" || "UtilizationMetricsNetworkOutBytesPerSecondMaximum" || "UtilizationMetricsNetworkPacketsInPerSecondMaximum" || "UtilizationMetricsNetworkPacketsOutPerSecondMaximum" || "CurrentOnDemandPrice" || "CurrentStandardOneYearNoUpfrontReservedPrice" || "CurrentStandardThreeYearNoUpfrontReservedPrice" || "CurrentVCpus" || "CurrentMemory" || "CurrentStorage" || "CurrentNetwork" || "RecommendationOptionsInstanceType" || "RecommendationOptionsProjectedUtilizationMetricsCpuMaximum" || "RecommendationOptionsProjectedUtilizationMetricsMemoryMaximum" || "RecommendationOptionsPlatformDifferences" || "RecommendationOptionsPerformanceRisk" || "RecommendationOptionsVcpus" || "RecommendationOptionsMemory" || "RecommendationOptionsStorage" || "RecommendationOptionsNetwork" || "RecommendationOptionsOnDemandPrice" || "RecommendationOptionsStandardOneYearNoUpfrontReservedPrice" || "RecommendationOptionsStandardThreeYearNoUpfrontReservedPrice" || "RecommendationsSourcesRecommendationSourceArn" || "RecommendationsSourcesRecommendationSourceType" || "LastRefreshTimestamp" || "CurrentPerformanceRisk" || "RecommendationOptionsSavingsOpportunityPercentage" || "RecommendationOptionsEstimatedMonthlySavingsCurrency" || "RecommendationOptionsEstimatedMonthlySavingsValue" || "EffectiveRecommendationPreferencesCpuVendorArchitectures" || "EffectiveRecommendationPreferencesEnhancedInfrastructureMetrics" || "EffectiveRecommendationPreferencesInferredWorkloadTypes" || "InferredWorkloadTypes" || "RecommendationOptionsMigrationEffort" || "EffectiveRecommendationPreferencesExternalMetricsSource" || "InstanceState",
47
+ * "AccountId" || "InstanceArn" || "InstanceName" || "Finding" || "FindingReasonCodes" || "LookbackPeriodInDays" || "CurrentInstanceType" || "UtilizationMetricsCpuMaximum" || "UtilizationMetricsMemoryMaximum" || "UtilizationMetricsEbsReadOpsPerSecondMaximum" || "UtilizationMetricsEbsWriteOpsPerSecondMaximum" || "UtilizationMetricsEbsReadBytesPerSecondMaximum" || "UtilizationMetricsEbsWriteBytesPerSecondMaximum" || "UtilizationMetricsDiskReadOpsPerSecondMaximum" || "UtilizationMetricsDiskWriteOpsPerSecondMaximum" || "UtilizationMetricsDiskReadBytesPerSecondMaximum" || "UtilizationMetricsDiskWriteBytesPerSecondMaximum" || "UtilizationMetricsNetworkInBytesPerSecondMaximum" || "UtilizationMetricsNetworkOutBytesPerSecondMaximum" || "UtilizationMetricsNetworkPacketsInPerSecondMaximum" || "UtilizationMetricsNetworkPacketsOutPerSecondMaximum" || "CurrentOnDemandPrice" || "CurrentStandardOneYearNoUpfrontReservedPrice" || "CurrentStandardThreeYearNoUpfrontReservedPrice" || "CurrentVCpus" || "CurrentMemory" || "CurrentStorage" || "CurrentNetwork" || "RecommendationOptionsInstanceType" || "RecommendationOptionsProjectedUtilizationMetricsCpuMaximum" || "RecommendationOptionsProjectedUtilizationMetricsMemoryMaximum" || "RecommendationOptionsPlatformDifferences" || "RecommendationOptionsPerformanceRisk" || "RecommendationOptionsVcpus" || "RecommendationOptionsMemory" || "RecommendationOptionsStorage" || "RecommendationOptionsNetwork" || "RecommendationOptionsOnDemandPrice" || "RecommendationOptionsStandardOneYearNoUpfrontReservedPrice" || "RecommendationOptionsStandardThreeYearNoUpfrontReservedPrice" || "RecommendationsSourcesRecommendationSourceArn" || "RecommendationsSourcesRecommendationSourceType" || "LastRefreshTimestamp" || "CurrentPerformanceRisk" || "RecommendationOptionsSavingsOpportunityPercentage" || "RecommendationOptionsEstimatedMonthlySavingsCurrency" || "RecommendationOptionsEstimatedMonthlySavingsValue" || "EffectiveRecommendationPreferencesCpuVendorArchitectures" || "EffectiveRecommendationPreferencesEnhancedInfrastructureMetrics" || "EffectiveRecommendationPreferencesInferredWorkloadTypes" || "InferredWorkloadTypes" || "RecommendationOptionsMigrationEffort" || "EffectiveRecommendationPreferencesExternalMetricsSource" || "InstanceState" || "Tags",
48
48
  * ],
49
49
  * s3DestinationConfig: { // S3DestinationConfig
50
50
  * bucket: "STRING_VALUE",
@@ -46,7 +46,7 @@ export interface ExportECSServiceRecommendationsCommandOutput extends ExportECSS
46
46
  * },
47
47
  * ],
48
48
  * fieldsToExport: [ // ExportableECSServiceFields
49
- * "AccountId" || "ServiceArn" || "LookbackPeriodInDays" || "LastRefreshTimestamp" || "LaunchType" || "CurrentPerformanceRisk" || "CurrentServiceConfigurationMemory" || "CurrentServiceConfigurationCpu" || "CurrentServiceConfigurationTaskDefinitionArn" || "CurrentServiceConfigurationAutoScalingConfiguration" || "CurrentServiceContainerConfigurations" || "UtilizationMetricsCpuMaximum" || "UtilizationMetricsMemoryMaximum" || "Finding" || "FindingReasonCodes" || "RecommendationOptionsMemory" || "RecommendationOptionsCpu" || "RecommendationOptionsSavingsOpportunityPercentage" || "RecommendationOptionsEstimatedMonthlySavingsCurrency" || "RecommendationOptionsEstimatedMonthlySavingsValue" || "RecommendationOptionsContainerRecommendations" || "RecommendationOptionsProjectedUtilizationMetricsCpuMaximum" || "RecommendationOptionsProjectedUtilizationMetricsMemoryMaximum",
49
+ * "AccountId" || "ServiceArn" || "LookbackPeriodInDays" || "LastRefreshTimestamp" || "LaunchType" || "CurrentPerformanceRisk" || "CurrentServiceConfigurationMemory" || "CurrentServiceConfigurationCpu" || "CurrentServiceConfigurationTaskDefinitionArn" || "CurrentServiceConfigurationAutoScalingConfiguration" || "CurrentServiceContainerConfigurations" || "UtilizationMetricsCpuMaximum" || "UtilizationMetricsMemoryMaximum" || "Finding" || "FindingReasonCodes" || "RecommendationOptionsMemory" || "RecommendationOptionsCpu" || "RecommendationOptionsSavingsOpportunityPercentage" || "RecommendationOptionsEstimatedMonthlySavingsCurrency" || "RecommendationOptionsEstimatedMonthlySavingsValue" || "RecommendationOptionsContainerRecommendations" || "RecommendationOptionsProjectedUtilizationMetricsCpuMaximum" || "RecommendationOptionsProjectedUtilizationMetricsMemoryMaximum" || "Tags",
50
50
  * ],
51
51
  * s3DestinationConfig: { // S3DestinationConfig
52
52
  * bucket: "STRING_VALUE",
@@ -44,7 +44,7 @@ export interface ExportLambdaFunctionRecommendationsCommandOutput extends Export
44
44
  * },
45
45
  * ],
46
46
  * fieldsToExport: [ // ExportableLambdaFunctionFields
47
- * "AccountId" || "FunctionArn" || "FunctionVersion" || "Finding" || "FindingReasonCodes" || "NumberOfInvocations" || "UtilizationMetricsDurationMaximum" || "UtilizationMetricsDurationAverage" || "UtilizationMetricsMemoryMaximum" || "UtilizationMetricsMemoryAverage" || "LookbackPeriodInDays" || "CurrentConfigurationMemorySize" || "CurrentConfigurationTimeout" || "CurrentCostTotal" || "CurrentCostAverage" || "RecommendationOptionsConfigurationMemorySize" || "RecommendationOptionsCostLow" || "RecommendationOptionsCostHigh" || "RecommendationOptionsProjectedUtilizationMetricsDurationLowerBound" || "RecommendationOptionsProjectedUtilizationMetricsDurationUpperBound" || "RecommendationOptionsProjectedUtilizationMetricsDurationExpected" || "LastRefreshTimestamp" || "CurrentPerformanceRisk" || "RecommendationOptionsSavingsOpportunityPercentage" || "RecommendationOptionsEstimatedMonthlySavingsCurrency" || "RecommendationOptionsEstimatedMonthlySavingsValue",
47
+ * "AccountId" || "FunctionArn" || "FunctionVersion" || "Finding" || "FindingReasonCodes" || "NumberOfInvocations" || "UtilizationMetricsDurationMaximum" || "UtilizationMetricsDurationAverage" || "UtilizationMetricsMemoryMaximum" || "UtilizationMetricsMemoryAverage" || "LookbackPeriodInDays" || "CurrentConfigurationMemorySize" || "CurrentConfigurationTimeout" || "CurrentCostTotal" || "CurrentCostAverage" || "RecommendationOptionsConfigurationMemorySize" || "RecommendationOptionsCostLow" || "RecommendationOptionsCostHigh" || "RecommendationOptionsProjectedUtilizationMetricsDurationLowerBound" || "RecommendationOptionsProjectedUtilizationMetricsDurationUpperBound" || "RecommendationOptionsProjectedUtilizationMetricsDurationExpected" || "LastRefreshTimestamp" || "CurrentPerformanceRisk" || "RecommendationOptionsSavingsOpportunityPercentage" || "RecommendationOptionsEstimatedMonthlySavingsCurrency" || "RecommendationOptionsEstimatedMonthlySavingsValue" || "Tags",
48
48
  * ],
49
49
  * s3DestinationConfig: { // S3DestinationConfig
50
50
  * bucket: "STRING_VALUE",
@@ -41,7 +41,7 @@ export interface GetAutoScalingGroupRecommendationsCommandOutput extends GetAuto
41
41
  * maxResults: Number("int"),
42
42
  * filters: [ // Filters
43
43
  * { // Filter
44
- * name: "Finding" || "FindingReasonCodes" || "RecommendationSourceType",
44
+ * name: "Finding" || "FindingReasonCodes" || "RecommendationSourceType" || "InferredWorkloadTypes",
45
45
  * values: [ // FilterValues
46
46
  * "STRING_VALUE",
47
47
  * ],
@@ -38,7 +38,7 @@ export interface GetEC2InstanceRecommendationsCommandOutput extends GetEC2Instan
38
38
  * maxResults: Number("int"),
39
39
  * filters: [ // Filters
40
40
  * { // Filter
41
- * name: "Finding" || "FindingReasonCodes" || "RecommendationSourceType",
41
+ * name: "Finding" || "FindingReasonCodes" || "RecommendationSourceType" || "InferredWorkloadTypes",
42
42
  * values: [ // FilterValues
43
43
  * "STRING_VALUE",
44
44
  * ],
@@ -240,6 +240,7 @@ export declare const InferredWorkloadType: {
240
240
  readonly NGINX: "Nginx";
241
241
  readonly POSTGRE_SQL: "PostgreSql";
242
242
  readonly REDIS: "Redis";
243
+ readonly SQLSERVER: "SQLServer";
243
244
  };
244
245
  /**
245
246
  * @public
@@ -492,9 +493,8 @@ export interface SavingsOpportunity {
492
493
  */
493
494
  savingsOpportunityPercentage?: number;
494
495
  /**
495
- * <p>An object that describes the estimated monthly savings amount possible, based on
496
- * On-Demand instance pricing, by adopting Compute Optimizer recommendations for a given
497
- * resource.</p>
496
+ * <p>An object that describes the estimated monthly savings amount possible by adopting Compute Optimizer recommendations for a given
497
+ * resource. This is based on the On-Demand instance pricing..</p>
498
498
  */
499
499
  estimatedMonthlySavings?: EstimatedMonthlySavings;
500
500
  }
@@ -675,6 +675,16 @@ export interface AutoScalingGroupRecommendation {
675
675
  * <code>Redis</code> - Infers that Redis might be running on the
676
676
  * instances.</p>
677
677
  * </li>
678
+ * <li>
679
+ * <p>
680
+ * <code>Kafka</code> - Infers that Kafka might be running on the
681
+ * instance.</p>
682
+ * </li>
683
+ * <li>
684
+ * <p>
685
+ * <code>SQLServer</code> - Infers that SQLServer might be running on the
686
+ * instance.</p>
687
+ * </li>
678
688
  * </ul>
679
689
  */
680
690
  inferredWorkloadTypes?: (InferredWorkloadType | string)[];
@@ -1166,6 +1176,7 @@ export type FileFormat = (typeof FileFormat)[keyof typeof FileFormat];
1166
1176
  export declare const FilterName: {
1167
1177
  readonly FINDING: "Finding";
1168
1178
  readonly FINDING_REASON_CODES: "FindingReasonCodes";
1179
+ readonly INFERRED_WORKLOAD_TYPES: "InferredWorkloadTypes";
1169
1180
  readonly RECOMMENDATION_SOURCE_TYPE: "RecommendationSourceType";
1170
1181
  };
1171
1182
  /**
@@ -1184,11 +1195,24 @@ export interface Filter {
1184
1195
  /**
1185
1196
  * <p>The name of the filter.</p>
1186
1197
  * <p>Specify <code>Finding</code> to return recommendations with a specific finding
1187
- * classification (for example, <code>Underprovisioned</code>).</p>
1198
+ * classification. For example, <code>Underprovisioned</code>.</p>
1188
1199
  * <p>Specify <code>RecommendationSourceType</code> to return recommendations of a specific
1189
- * resource type (for example, <code>Ec2Instance</code>).</p>
1200
+ * resource type. For example, <code>Ec2Instance</code>.</p>
1190
1201
  * <p>Specify <code>FindingReasonCodes</code> to return recommendations with a specific
1191
- * finding reason code (for example, <code>CPUUnderprovisioned</code>).</p>
1202
+ * finding reason code. For example, <code>CPUUnderprovisioned</code>.</p>
1203
+ * <p>Specify <code>InferredWorkloadTypes</code> to return recommendations of a specific
1204
+ * inferred workload. For example, <code>Redis</code>.</p>
1205
+ * <p>You can filter your EC2 instance recommendations by <code>tag:key</code> and <code>tag-key</code> tags.</p>
1206
+ * <p>A <code>tag:key</code> is a key and value combination of a tag assigned to your
1207
+ * recommendations. Use the tag key in the filter name and the tag value
1208
+ * as the filter value. For example, to find all recommendations that have
1209
+ * a tag with the key of <code>Owner</code> and the value of <code>TeamA</code>,
1210
+ * specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
1211
+ * <p>A <code>tag-key</code> is the key of a tag assigned to your recommendations. Use
1212
+ * this filter to find all of your recommendations that have a tag with a
1213
+ * specific key. This doesn’t consider the tag value. For example, you can find
1214
+ * your recommendations with a tag key value of <code>Owner</code> or without any tag
1215
+ * keys assigned.</p>
1192
1216
  */
1193
1217
  name?: FilterName | string;
1194
1218
  /**
@@ -1530,6 +1554,7 @@ export declare const ExportableVolumeField: {
1530
1554
  readonly RECOMMENDATION_OPTIONS_PERFORMANCE_RISK: "RecommendationOptionsPerformanceRisk";
1531
1555
  readonly RECOMMENDATION_OPTIONS_SAVINGS_OPPORTUNITY_PERCENTAGE: "RecommendationOptionsSavingsOpportunityPercentage";
1532
1556
  readonly ROOT_VOLUME: "RootVolume";
1557
+ readonly TAGS: "Tags";
1533
1558
  readonly UTILIZATION_METRICS_VOLUME_READ_BYTES_PER_SECOND_MAXIMUM: "UtilizationMetricsVolumeReadBytesPerSecondMaximum";
1534
1559
  readonly UTILIZATION_METRICS_VOLUME_READ_OPS_PER_SECOND_MAXIMUM: "UtilizationMetricsVolumeReadOpsPerSecondMaximum";
1535
1560
  readonly UTILIZATION_METRICS_VOLUME_WRITE_BYTES_PER_SECOND_MAXIMUM: "UtilizationMetricsVolumeWriteBytesPerSecondMaximum";
@@ -1564,6 +1589,18 @@ export interface EBSFilter {
1564
1589
  * <p>The name of the filter.</p>
1565
1590
  * <p>Specify <code>Finding</code> to return recommendations with a specific finding
1566
1591
  * classification (for example, <code>NotOptimized</code>).</p>
1592
+ * <p>You can filter your Amazon EBS volume recommendations by <code>tag:key</code>
1593
+ * and <code>tag-key</code> tags.</p>
1594
+ * <p>A <code>tag:key</code> is a key and value combination of a tag assigned to your
1595
+ * Amazon EBS volume recommendations. Use the tag key in the filter name and the tag value
1596
+ * as the filter value. For example, to find all Amazon EBS volume recommendations that have
1597
+ * a tag with the key of <code>Owner</code> and the value of <code>TeamA</code>,
1598
+ * specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
1599
+ * <p>A <code>tag-key</code> is the key of a tag assigned to your Amazon EBS volume recommendations. Use
1600
+ * this filter to find all of your Amazon EBS volume recommendations that have a tag with a
1601
+ * specific key. This doesn’t consider the tag value. For example, you can find
1602
+ * your Amazon EBS volume recommendations with a tag key value of <code>Owner</code> or without any tag
1603
+ * keys assigned.</p>
1567
1604
  */
1568
1605
  name?: EBSFilterName | string;
1569
1606
  /**
@@ -1692,6 +1729,7 @@ export declare const ExportableInstanceField: {
1692
1729
  readonly RECOMMENDATION_OPTIONS_STANDARD_THREE_YEAR_NO_UPFRONT_RESERVED_PRICE: "RecommendationOptionsStandardThreeYearNoUpfrontReservedPrice";
1693
1730
  readonly RECOMMENDATION_OPTIONS_STORAGE: "RecommendationOptionsStorage";
1694
1731
  readonly RECOMMENDATION_OPTIONS_VCPUS: "RecommendationOptionsVcpus";
1732
+ readonly TAGS: "Tags";
1695
1733
  readonly UTILIZATION_METRICS_CPU_MAXIMUM: "UtilizationMetricsCpuMaximum";
1696
1734
  readonly UTILIZATION_METRICS_DISK_READ_BYTES_PER_SECOND_MAXIMUM: "UtilizationMetricsDiskReadBytesPerSecondMaximum";
1697
1735
  readonly UTILIZATION_METRICS_DISK_READ_OPS_PER_SECOND_MAXIMUM: "UtilizationMetricsDiskReadOpsPerSecondMaximum";
@@ -1817,6 +1855,7 @@ export declare const ExportableECSServiceField: {
1817
1855
  readonly RECOMMENDATION_OPTIONS_PROJECTED_UTILIZATION_METRICS_MEMORY_MAXIMUM: "RecommendationOptionsProjectedUtilizationMetricsMemoryMaximum";
1818
1856
  readonly RECOMMENDATION_OPTIONS_SAVINGS_OPPORTUNITY_PERCENTAGE: "RecommendationOptionsSavingsOpportunityPercentage";
1819
1857
  readonly SERVICE_ARN: "ServiceArn";
1858
+ readonly TAGS: "Tags";
1820
1859
  readonly UTILIZATION_METRICS_CPU_MAXIMUM: "UtilizationMetricsCpuMaximum";
1821
1860
  readonly UTILIZATION_METRICS_MEMORY_MAXIMUM: "UtilizationMetricsMemoryMaximum";
1822
1861
  };
@@ -1854,6 +1893,18 @@ export interface ECSServiceRecommendationFilter {
1854
1893
  * <p>
1855
1894
  * Specify <code>FindingReasonCode</code> to return recommendations with a specific finding reason code.
1856
1895
  * </p>
1896
+ * <p>You can filter your Amazon ECS service recommendations by <code>tag:key</code>
1897
+ * and <code>tag-key</code> tags.</p>
1898
+ * <p>A <code>tag:key</code> is a key and value combination of a tag assigned to your
1899
+ * Amazon ECS service recommendations. Use the tag key in the filter name and the tag value
1900
+ * as the filter value. For example, to find all Amazon ECS service recommendations that have
1901
+ * a tag with the key of <code>Owner</code> and the value of <code>TeamA</code>,
1902
+ * specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
1903
+ * <p>A <code>tag-key</code> is the key of a tag assigned to your Amazon ECS service recommendations. Use
1904
+ * this filter to find all of your Amazon ECS service recommendations that have a tag with a
1905
+ * specific key. This doesn’t consider the tag value. For example, you can find
1906
+ * your Amazon ECS service recommendations with a tag key value of <code>Owner</code> or without any tag
1907
+ * keys assigned.</p>
1857
1908
  */
1858
1909
  name?: ECSServiceRecommendationFilterName | string;
1859
1910
  /**
@@ -1986,6 +2037,7 @@ export declare const ExportableLambdaFunctionField: {
1986
2037
  readonly RECOMMENDATION_OPTIONS_PROJECTED_UTILIZATION_METRICS_DURATION_LOWER_BOUND: "RecommendationOptionsProjectedUtilizationMetricsDurationLowerBound";
1987
2038
  readonly RECOMMENDATION_OPTIONS_PROJECTED_UTILIZATION_METRICS_DURATION_UPPER_BOUND: "RecommendationOptionsProjectedUtilizationMetricsDurationUpperBound";
1988
2039
  readonly RECOMMENDATION_OPTIONS_SAVINGS_OPPORTUNITY_PERCENTAGE: "RecommendationOptionsSavingsOpportunityPercentage";
2040
+ readonly TAGS: "Tags";
1989
2041
  readonly UTILIZATION_METRICS_DURATION_AVERAGE: "UtilizationMetricsDurationAverage";
1990
2042
  readonly UTILIZATION_METRICS_DURATION_MAXIMUM: "UtilizationMetricsDurationMaximum";
1991
2043
  readonly UTILIZATION_METRICS_MEMORY_AVERAGE: "UtilizationMetricsMemoryAverage";
@@ -2022,6 +2074,18 @@ export interface LambdaFunctionRecommendationFilter {
2022
2074
  * classification (for example, <code>NotOptimized</code>).</p>
2023
2075
  * <p>Specify <code>FindingReasonCode</code> to return recommendations with a specific
2024
2076
  * finding reason code (for example, <code>MemoryUnderprovisioned</code>).</p>
2077
+ * <p>You can filter your Lambda function recommendations by <code>tag:key</code>
2078
+ * and <code>tag-key</code> tags.</p>
2079
+ * <p>A <code>tag:key</code> is a key and value combination of a tag assigned to your
2080
+ * Lambda function recommendations. Use the tag key in the filter name and the tag value
2081
+ * as the filter value. For example, to find all Lambda function recommendations that have
2082
+ * a tag with the key of <code>Owner</code> and the value of <code>TeamA</code>,
2083
+ * specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
2084
+ * <p>A <code>tag-key</code> is the key of a tag assigned to your Lambda function recommendations. Use
2085
+ * this filter to find all of your Lambda function recommendations that have a tag with a
2086
+ * specific key. This doesn’t consider the tag value. For example, you can find
2087
+ * your Lambda function recommendations with a tag key value of <code>Owner</code> or without any tag
2088
+ * keys assigned.</p>
2025
2089
  */
2026
2090
  name?: LambdaFunctionRecommendationFilterName | string;
2027
2091
  /**
@@ -2288,6 +2352,28 @@ export declare const EBSFinding: {
2288
2352
  * @public
2289
2353
  */
2290
2354
  export type EBSFinding = (typeof EBSFinding)[keyof typeof EBSFinding];
2355
+ /**
2356
+ * @public
2357
+ * <p>
2358
+ * A list of tag key and value pairs that you define.
2359
+ * </p>
2360
+ */
2361
+ export interface Tag {
2362
+ /**
2363
+ * <p>
2364
+ * One part of a key-value pair that makes up a tag. A key is a general
2365
+ * label that acts like a category for more specific tag values.
2366
+ * </p>
2367
+ */
2368
+ key?: string;
2369
+ /**
2370
+ * <p>
2371
+ * One part of a key-value pair that make up a tag. A value acts as a descriptor
2372
+ * within a tag category (key). The value can be empty or null.
2373
+ * </p>
2374
+ */
2375
+ value?: string;
2376
+ }
2291
2377
  /**
2292
2378
  * @public
2293
2379
  * @enum
@@ -2459,6 +2545,12 @@ export interface VolumeRecommendation {
2459
2545
  * capacity.</p>
2460
2546
  */
2461
2547
  currentPerformanceRisk?: CurrentPerformanceRisk | string;
2548
+ /**
2549
+ * <p>
2550
+ * A list of tags assigned to your Amazon EBS volume recommendations.
2551
+ * </p>
2552
+ */
2553
+ tags?: Tag[];
2462
2554
  }
2463
2555
  /**
2464
2556
  * @public
@@ -2902,7 +2994,7 @@ export interface InstanceRecommendation {
2902
2994
  * The instance’s EBS throughput configuration doesn't meet the performance
2903
2995
  * requirements of your workload and there is an alternative instance type that
2904
2996
  * provides better EBS throughput performance. This is identified by analyzing the
2905
- * <code>VolumeReadBytes</code> and <code>VolumeWriteBytes</code>> metrics of EBS
2997
+ * <code>VolumeReadBytes</code> and <code>VolumeWriteBytes</code> metrics of EBS
2906
2998
  * volumes attached to the current instance during the look-back period.</p>
2907
2999
  * </li>
2908
3000
  * <li>
@@ -3101,6 +3193,11 @@ export interface InstanceRecommendation {
3101
3193
  * <code>Kafka</code> - Infers that Kafka might be running on the
3102
3194
  * instance.</p>
3103
3195
  * </li>
3196
+ * <li>
3197
+ * <p>
3198
+ * <code>SQLServer</code> - Infers that SQLServer might be running on the
3199
+ * instance.</p>
3200
+ * </li>
3104
3201
  * </ul>
3105
3202
  */
3106
3203
  inferredWorkloadTypes?: (InferredWorkloadType | string)[];
@@ -3110,6 +3207,12 @@ export interface InstanceRecommendation {
3110
3207
  * </p>
3111
3208
  */
3112
3209
  instanceState?: InstanceState | string;
3210
+ /**
3211
+ * <p>
3212
+ * A list of tags assigned to your Amazon EC2 instance recommendations.
3213
+ * </p>
3214
+ */
3215
+ tags?: Tag[];
3113
3216
  }
3114
3217
  /**
3115
3218
  * @public
@@ -3932,6 +4035,12 @@ export interface ECSServiceRecommendation {
3932
4035
  * </p>
3933
4036
  */
3934
4037
  currentPerformanceRisk?: CurrentPerformanceRisk | string;
4038
+ /**
4039
+ * <p>
4040
+ * A list of tags assigned to your Amazon ECS service recommendations.
4041
+ * </p>
4042
+ */
4043
+ tags?: Tag[];
3935
4044
  }
3936
4045
  /**
3937
4046
  * @public
@@ -4453,6 +4562,12 @@ export interface LambdaFunctionRecommendation {
4453
4562
  * function requires more memory.</p>
4454
4563
  */
4455
4564
  currentPerformanceRisk?: CurrentPerformanceRisk | string;
4565
+ /**
4566
+ * <p>
4567
+ * A list of tags assigned to your Lambda function recommendations.
4568
+ * </p>
4569
+ */
4570
+ tags?: Tag[];
4456
4571
  }
4457
4572
  /**
4458
4573
  * @public
@@ -4618,6 +4733,75 @@ export interface CurrentPerformanceRiskRatings {
4618
4733
  */
4619
4734
  veryLow?: number;
4620
4735
  }
4736
+ /**
4737
+ * @public
4738
+ * <p>
4739
+ * The estimated monthly savings after you adjust the configurations of your instances running on the
4740
+ * inferred workload types to the recommended configurations. If the <code>inferredWorkloadTypes</code>
4741
+ * list contains multiple entries, then the savings are the sum of the monthly savings from instances
4742
+ * that run the exact combination of the inferred workload types.
4743
+ * </p>
4744
+ */
4745
+ export interface InferredWorkloadSaving {
4746
+ /**
4747
+ * <p>The applications that might be running on the instance as inferred by Compute Optimizer.</p>
4748
+ * <p>Compute Optimizer can infer if one of the following applications might be running on
4749
+ * the instance:</p>
4750
+ * <ul>
4751
+ * <li>
4752
+ * <p>
4753
+ * <code>AmazonEmr</code> - Infers that Amazon EMR might be running on
4754
+ * the instance.</p>
4755
+ * </li>
4756
+ * <li>
4757
+ * <p>
4758
+ * <code>ApacheCassandra</code> - Infers that Apache Cassandra might be running
4759
+ * on the instance.</p>
4760
+ * </li>
4761
+ * <li>
4762
+ * <p>
4763
+ * <code>ApacheHadoop</code> - Infers that Apache Hadoop might be running on the
4764
+ * instance.</p>
4765
+ * </li>
4766
+ * <li>
4767
+ * <p>
4768
+ * <code>Memcached</code> - Infers that Memcached might be running on the
4769
+ * instance.</p>
4770
+ * </li>
4771
+ * <li>
4772
+ * <p>
4773
+ * <code>NGINX</code> - Infers that NGINX might be running on the
4774
+ * instance.</p>
4775
+ * </li>
4776
+ * <li>
4777
+ * <p>
4778
+ * <code>PostgreSql</code> - Infers that PostgreSQL might be running on the
4779
+ * instance.</p>
4780
+ * </li>
4781
+ * <li>
4782
+ * <p>
4783
+ * <code>Redis</code> - Infers that Redis might be running on the
4784
+ * instance.</p>
4785
+ * </li>
4786
+ * <li>
4787
+ * <p>
4788
+ * <code>Kafka</code> - Infers that Kafka might be running on the
4789
+ * instance.</p>
4790
+ * </li>
4791
+ * <li>
4792
+ * <p>
4793
+ * <code>SQLServer</code> - Infers that SQLServer might be running on the
4794
+ * instance.</p>
4795
+ * </li>
4796
+ * </ul>
4797
+ */
4798
+ inferredWorkloadTypes?: (InferredWorkloadType | string)[];
4799
+ /**
4800
+ * <p>An object that describes the estimated monthly savings amount possible by adopting Compute Optimizer recommendations for a given
4801
+ * resource. This is based on the On-Demand instance pricing.</p>
4802
+ */
4803
+ estimatedMonthlySavings?: EstimatedMonthlySavings;
4804
+ }
4621
4805
  /**
4622
4806
  * @public
4623
4807
  * @enum
@@ -4689,6 +4873,14 @@ export interface RecommendationSummary {
4689
4873
  * type.</p>
4690
4874
  */
4691
4875
  currentPerformanceRiskRatings?: CurrentPerformanceRiskRatings;
4876
+ /**
4877
+ * <p>
4878
+ * An array of objects that describes the estimated monthly saving amounts for the instances running on the specified
4879
+ * <code>inferredWorkloadTypes</code>. The array contains the top three savings opportunites for the instances running
4880
+ * inferred workload types.
4881
+ * </p>
4882
+ */
4883
+ inferredWorkloadSavings?: InferredWorkloadSaving[];
4692
4884
  }
4693
4885
  /**
4694
4886
  * @public
@@ -91,6 +91,7 @@ export declare const InferredWorkloadType: {
91
91
  readonly NGINX: "Nginx";
92
92
  readonly POSTGRE_SQL: "PostgreSql";
93
93
  readonly REDIS: "Redis";
94
+ readonly SQLSERVER: "SQLServer";
94
95
  };
95
96
  export type InferredWorkloadType =
96
97
  (typeof InferredWorkloadType)[keyof typeof InferredWorkloadType];
@@ -356,6 +357,7 @@ export type FileFormat = (typeof FileFormat)[keyof typeof FileFormat];
356
357
  export declare const FilterName: {
357
358
  readonly FINDING: "Finding";
358
359
  readonly FINDING_REASON_CODES: "FindingReasonCodes";
360
+ readonly INFERRED_WORKLOAD_TYPES: "InferredWorkloadTypes";
359
361
  readonly RECOMMENDATION_SOURCE_TYPE: "RecommendationSourceType";
360
362
  };
361
363
  export type FilterName = (typeof FilterName)[keyof typeof FilterName];
@@ -415,6 +417,7 @@ export declare const ExportableVolumeField: {
415
417
  readonly RECOMMENDATION_OPTIONS_PERFORMANCE_RISK: "RecommendationOptionsPerformanceRisk";
416
418
  readonly RECOMMENDATION_OPTIONS_SAVINGS_OPPORTUNITY_PERCENTAGE: "RecommendationOptionsSavingsOpportunityPercentage";
417
419
  readonly ROOT_VOLUME: "RootVolume";
420
+ readonly TAGS: "Tags";
418
421
  readonly UTILIZATION_METRICS_VOLUME_READ_BYTES_PER_SECOND_MAXIMUM: "UtilizationMetricsVolumeReadBytesPerSecondMaximum";
419
422
  readonly UTILIZATION_METRICS_VOLUME_READ_OPS_PER_SECOND_MAXIMUM: "UtilizationMetricsVolumeReadOpsPerSecondMaximum";
420
423
  readonly UTILIZATION_METRICS_VOLUME_WRITE_BYTES_PER_SECOND_MAXIMUM: "UtilizationMetricsVolumeWriteBytesPerSecondMaximum";
@@ -484,6 +487,7 @@ export declare const ExportableInstanceField: {
484
487
  readonly RECOMMENDATION_OPTIONS_STANDARD_THREE_YEAR_NO_UPFRONT_RESERVED_PRICE: "RecommendationOptionsStandardThreeYearNoUpfrontReservedPrice";
485
488
  readonly RECOMMENDATION_OPTIONS_STORAGE: "RecommendationOptionsStorage";
486
489
  readonly RECOMMENDATION_OPTIONS_VCPUS: "RecommendationOptionsVcpus";
490
+ readonly TAGS: "Tags";
487
491
  readonly UTILIZATION_METRICS_CPU_MAXIMUM: "UtilizationMetricsCpuMaximum";
488
492
  readonly UTILIZATION_METRICS_DISK_READ_BYTES_PER_SECOND_MAXIMUM: "UtilizationMetricsDiskReadBytesPerSecondMaximum";
489
493
  readonly UTILIZATION_METRICS_DISK_READ_OPS_PER_SECOND_MAXIMUM: "UtilizationMetricsDiskReadOpsPerSecondMaximum";
@@ -536,6 +540,7 @@ export declare const ExportableECSServiceField: {
536
540
  readonly RECOMMENDATION_OPTIONS_PROJECTED_UTILIZATION_METRICS_MEMORY_MAXIMUM: "RecommendationOptionsProjectedUtilizationMetricsMemoryMaximum";
537
541
  readonly RECOMMENDATION_OPTIONS_SAVINGS_OPPORTUNITY_PERCENTAGE: "RecommendationOptionsSavingsOpportunityPercentage";
538
542
  readonly SERVICE_ARN: "ServiceArn";
543
+ readonly TAGS: "Tags";
539
544
  readonly UTILIZATION_METRICS_CPU_MAXIMUM: "UtilizationMetricsCpuMaximum";
540
545
  readonly UTILIZATION_METRICS_MEMORY_MAXIMUM: "UtilizationMetricsMemoryMaximum";
541
546
  };
@@ -586,6 +591,7 @@ export declare const ExportableLambdaFunctionField: {
586
591
  readonly RECOMMENDATION_OPTIONS_PROJECTED_UTILIZATION_METRICS_DURATION_LOWER_BOUND: "RecommendationOptionsProjectedUtilizationMetricsDurationLowerBound";
587
592
  readonly RECOMMENDATION_OPTIONS_PROJECTED_UTILIZATION_METRICS_DURATION_UPPER_BOUND: "RecommendationOptionsProjectedUtilizationMetricsDurationUpperBound";
588
593
  readonly RECOMMENDATION_OPTIONS_SAVINGS_OPPORTUNITY_PERCENTAGE: "RecommendationOptionsSavingsOpportunityPercentage";
594
+ readonly TAGS: "Tags";
589
595
  readonly UTILIZATION_METRICS_DURATION_AVERAGE: "UtilizationMetricsDurationAverage";
590
596
  readonly UTILIZATION_METRICS_DURATION_MAXIMUM: "UtilizationMetricsDurationMaximum";
591
597
  readonly UTILIZATION_METRICS_MEMORY_AVERAGE: "UtilizationMetricsMemoryAverage";
@@ -654,6 +660,10 @@ export declare const EBSFinding: {
654
660
  readonly OPTIMIZED: "Optimized";
655
661
  };
656
662
  export type EBSFinding = (typeof EBSFinding)[keyof typeof EBSFinding];
663
+ export interface Tag {
664
+ key?: string;
665
+ value?: string;
666
+ }
657
667
  export declare const EBSMetricName: {
658
668
  readonly VOLUME_READ_BYTES_PER_SECOND: "VolumeReadBytesPerSecond";
659
669
  readonly VOLUME_READ_OPS_PER_SECOND: "VolumeReadOpsPerSecond";
@@ -682,6 +692,7 @@ export interface VolumeRecommendation {
682
692
  volumeRecommendationOptions?: VolumeRecommendationOption[];
683
693
  lastRefreshTimestamp?: Date;
684
694
  currentPerformanceRisk?: CurrentPerformanceRisk | string;
695
+ tags?: Tag[];
685
696
  }
686
697
  export interface GetEBSVolumeRecommendationsResponse {
687
698
  nextToken?: string;
@@ -773,6 +784,7 @@ export interface InstanceRecommendation {
773
784
  effectiveRecommendationPreferences?: EffectiveRecommendationPreferences;
774
785
  inferredWorkloadTypes?: (InferredWorkloadType | string)[];
775
786
  instanceState?: InstanceState | string;
787
+ tags?: Tag[];
776
788
  }
777
789
  export interface GetEC2InstanceRecommendationsResponse {
778
790
  nextToken?: string;
@@ -912,6 +924,7 @@ export interface ECSServiceRecommendation {
912
924
  findingReasonCodes?: (ECSServiceRecommendationFindingReasonCode | string)[];
913
925
  serviceRecommendationOptions?: ECSServiceRecommendationOption[];
914
926
  currentPerformanceRisk?: CurrentPerformanceRisk | string;
927
+ tags?: Tag[];
915
928
  }
916
929
  export interface GetECSServiceRecommendationsResponse {
917
930
  nextToken?: string;
@@ -1029,6 +1042,7 @@ export interface LambdaFunctionRecommendation {
1029
1042
  )[];
1030
1043
  memorySizeRecommendationOptions?: LambdaFunctionMemoryRecommendationOption[];
1031
1044
  currentPerformanceRisk?: CurrentPerformanceRisk | string;
1045
+ tags?: Tag[];
1032
1046
  }
1033
1047
  export interface GetLambdaFunctionRecommendationsResponse {
1034
1048
  nextToken?: string;
@@ -1062,6 +1076,10 @@ export interface CurrentPerformanceRiskRatings {
1062
1076
  low?: number;
1063
1077
  veryLow?: number;
1064
1078
  }
1079
+ export interface InferredWorkloadSaving {
1080
+ inferredWorkloadTypes?: (InferredWorkloadType | string)[];
1081
+ estimatedMonthlySavings?: EstimatedMonthlySavings;
1082
+ }
1065
1083
  export declare const FindingReasonCode: {
1066
1084
  readonly MEMORY_OVER_PROVISIONED: "MemoryOverprovisioned";
1067
1085
  readonly MEMORY_UNDER_PROVISIONED: "MemoryUnderprovisioned";
@@ -1083,6 +1101,7 @@ export interface RecommendationSummary {
1083
1101
  accountId?: string;
1084
1102
  savingsOpportunity?: SavingsOpportunity;
1085
1103
  currentPerformanceRiskRatings?: CurrentPerformanceRiskRatings;
1104
+ inferredWorkloadSavings?: InferredWorkloadSaving[];
1086
1105
  }
1087
1106
  export interface GetRecommendationSummariesResponse {
1088
1107
  nextToken?: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-compute-optimizer",
3
3
  "description": "AWS SDK for JavaScript Compute Optimizer Client for Node.js, Browser and React Native",
4
- "version": "3.319.0",
4
+ "version": "3.324.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.319.0",
24
+ "@aws-sdk/client-sts": "3.321.1",
25
25
  "@aws-sdk/config-resolver": "3.310.0",
26
- "@aws-sdk/credential-provider-node": "3.319.0",
26
+ "@aws-sdk/credential-provider-node": "3.321.1",
27
27
  "@aws-sdk/fetch-http-handler": "3.310.0",
28
28
  "@aws-sdk/hash-node": "3.310.0",
29
29
  "@aws-sdk/invalid-dependency": "3.310.0",
@@ -38,7 +38,7 @@
38
38
  "@aws-sdk/middleware-stack": "3.310.0",
39
39
  "@aws-sdk/middleware-user-agent": "3.319.0",
40
40
  "@aws-sdk/node-config-provider": "3.310.0",
41
- "@aws-sdk/node-http-handler": "3.310.0",
41
+ "@aws-sdk/node-http-handler": "3.321.1",
42
42
  "@aws-sdk/protocol-http": "3.310.0",
43
43
  "@aws-sdk/smithy-client": "3.316.0",
44
44
  "@aws-sdk/types": "3.310.0",