@aws-sdk/client-compute-optimizer 3.821.0 → 3.823.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.
@@ -277,6 +277,7 @@ export declare const RecommendationPreferenceName: {
277
277
  export type RecommendationPreferenceName =
278
278
  (typeof RecommendationPreferenceName)[keyof typeof RecommendationPreferenceName];
279
279
  export declare const ResourceType: {
280
+ readonly AURORA_DB_CLUSTER_STORAGE: "AuroraDBClusterStorage";
280
281
  readonly AUTO_SCALING_GROUP: "AutoScalingGroup";
281
282
  readonly EBS_VOLUME: "EbsVolume";
282
283
  readonly EC2_INSTANCE: "Ec2Instance";
@@ -869,6 +870,7 @@ export interface ExportLicenseRecommendationsResponse {
869
870
  }
870
871
  export declare const ExportableRDSDBField: {
871
872
  readonly ACCOUNT_ID: "AccountId";
873
+ readonly CLUSTER_WRITER: "ClusterWriter";
872
874
  readonly CURRENT_DB_INSTANCE_CLASS: "CurrentDBInstanceClass";
873
875
  readonly CURRENT_INSTANCE_ON_DEMAND_HOURLY_PRICE: "CurrentInstanceOnDemandHourlyPrice";
874
876
  readonly CURRENT_INSTANCE_PERFORMANCE_RISK: "CurrentInstancePerformanceRisk";
@@ -877,6 +879,10 @@ export declare const ExportableRDSDBField: {
877
879
  readonly CURRENT_STORAGE_CONFIGURATION_MAX_ALLOCATED_STORAGE: "CurrentStorageConfigurationMaxAllocatedStorage";
878
880
  readonly CURRENT_STORAGE_CONFIGURATION_STORAGE_THROUGHPUT: "CurrentStorageConfigurationStorageThroughput";
879
881
  readonly CURRENT_STORAGE_CONFIGURATION_STORAGE_TYPE: "CurrentStorageConfigurationStorageType";
882
+ readonly CURRENT_STORAGE_ESTIMATED_CLUSTER_INSTANCE_ON_DEMAND_MONTHLY_COST: "CurrentStorageEstimatedClusterInstanceOnDemandMonthlyCost";
883
+ readonly CURRENT_STORAGE_ESTIMATED_CLUSTER_STORAGE_IO_ON_DEMAND_MONTHLY_COST: "CurrentStorageEstimatedClusterStorageIOOnDemandMonthlyCost";
884
+ readonly CURRENT_STORAGE_ESTIMATED_CLUSTER_STORAGE_ON_DEMAND_MONTHLY_COST: "CurrentStorageEstimatedClusterStorageOnDemandMonthlyCost";
885
+ readonly CURRENT_STORAGE_ESTIMATED_MONTHLY_VOLUME_IOPS_COST_VARIATION: "CurrentStorageEstimatedMonthlyVolumeIOPsCostVariation";
880
886
  readonly CURRENT_STORAGE_ON_DEMAND_MONTHLY_PRICE: "CurrentStorageOnDemandMonthlyPrice";
881
887
  readonly DB_CLUSTER_IDENTIFIER: "DBClusterIdentifier";
882
888
  readonly EFFECTIVE_RECOMMENDATION_PREFERENCES_CPU_VENDOR_ARCHITECTURES: "EffectiveRecommendationPreferencesCpuVendorArchitectures";
@@ -907,10 +913,14 @@ export declare const ExportableRDSDBField: {
907
913
  readonly STORAGE_FINDING: "StorageFinding";
908
914
  readonly STORAGE_FINDING_REASON_CODES: "StorageFindingReasonCodes";
909
915
  readonly STORAGE_RECOMMENDATION_OPTIONS_ALLOCATED_STORAGE: "StorageRecommendationOptionsAllocatedStorage";
916
+ readonly STORAGE_RECOMMENDATION_OPTIONS_ESTIMATED_CLUSTER_INSTANCE_ON_DEMAND_MONTHLY_COST: "StorageRecommendationOptionsEstimatedClusterInstanceOnDemandMonthlyCost";
917
+ readonly STORAGE_RECOMMENDATION_OPTIONS_ESTIMATED_CLUSTER_STORAGE_IO_ON_DEMAND_MONTHLY_COST: "StorageRecommendationOptionsEstimatedClusterStorageIOOnDemandMonthlyCost";
918
+ readonly STORAGE_RECOMMENDATION_OPTIONS_ESTIMATED_CLUSTER_STORAGE_ON_DEMAND_MONTHLY_COST: "StorageRecommendationOptionsEstimatedClusterStorageOnDemandMonthlyCost";
910
919
  readonly STORAGE_RECOMMENDATION_OPTIONS_ESTIMATED_MONTHLY_SAVINGS_CURRENCY: "StorageRecommendationOptionsEstimatedMonthlySavingsCurrency";
911
920
  readonly STORAGE_RECOMMENDATION_OPTIONS_ESTIMATED_MONTHLY_SAVINGS_CURRENCY_AFTER_DISCOUNTS: "StorageRecommendationOptionsEstimatedMonthlySavingsCurrencyAfterDiscounts";
912
921
  readonly STORAGE_RECOMMENDATION_OPTIONS_ESTIMATED_MONTHLY_SAVINGS_VALUE: "StorageRecommendationOptionsEstimatedMonthlySavingsValue";
913
922
  readonly STORAGE_RECOMMENDATION_OPTIONS_ESTIMATED_MONTHLY_SAVINGS_VALUE_AFTER_DISCOUNTS: "StorageRecommendationOptionsEstimatedMonthlySavingsValueAfterDiscounts";
923
+ readonly STORAGE_RECOMMENDATION_OPTIONS_ESTIMATED_MONTHLY_VOLUME_IOPS_COST_VARIATION: "StorageRecommendationOptionsEstimatedMonthlyVolumeIOPsCostVariation";
914
924
  readonly STORAGE_RECOMMENDATION_OPTIONS_IOPS: "StorageRecommendationOptionsIOPS";
915
925
  readonly STORAGE_RECOMMENDATION_OPTIONS_MAX_ALLOCATED_STORAGE: "StorageRecommendationOptionsMaxAllocatedStorage";
916
926
  readonly STORAGE_RECOMMENDATION_OPTIONS_ON_DEMAND_MONTHLY_PRICE: "StorageRecommendationOptionsOnDemandMonthlyPrice";
@@ -937,6 +947,9 @@ export declare const ExportableRDSDBField: {
937
947
  readonly UTILIZATION_METRICS_READ_IOPS_EPHEMERAL_STORAGE_MAXIMUM: "UtilizationMetricsReadIOPSEphemeralStorageMaximum";
938
948
  readonly UTILIZATION_METRICS_STORAGE_NETWORK_RECEIVE_THROUGHPUT_MAXIMUM: "UtilizationMetricsStorageNetworkReceiveThroughputMaximum";
939
949
  readonly UTILIZATION_METRICS_STORAGE_NETWORK_TRANSMIT_THROUGHPUT_MAXIMUM: "UtilizationMetricsStorageNetworkTransmitThroughputMaximum";
950
+ readonly UTILIZATION_METRICS_VOLUME_BYTES_USED_AVERAGE: "UtilizationMetricsVolumeBytesUsedAverage";
951
+ readonly UTILIZATION_METRICS_VOLUME_READ_IOPS_AVERAGE: "UtilizationMetricsVolumeReadIOPsAverage";
952
+ readonly UTILIZATION_METRICS_VOLUME_WRITE_IOPS_AVERAGE: "UtilizationMetricsVolumeWriteIOPsAverage";
940
953
  readonly UTILIZATION_METRICS_WRITE_IOPS_EPHEMERAL_STORAGE_MAXIMUM: "UtilizationMetricsWriteIOPSEphemeralStorageMaximum";
941
954
  };
942
955
  export type ExportableRDSDBField =
@@ -1170,6 +1183,7 @@ export interface InstanceRecommendationOption {
1170
1183
  migrationEffort?: MigrationEffort | undefined;
1171
1184
  }
1172
1185
  export declare const RecommendationSourceType: {
1186
+ readonly AURORA_DB_CLUSTER_STORAGE: "AuroraDBClusterStorage";
1173
1187
  readonly AUTO_SCALING_GROUP: "AutoScalingGroup";
1174
1188
  readonly EBS_VOLUME: "EbsVolume";
1175
1189
  readonly EC2_INSTANCE: "Ec2Instance";
@@ -1736,6 +1750,9 @@ export declare const RDSDBMetricName: {
1736
1750
  readonly READ_IOPS_EPHEMERAL_STORAGE: "ReadIOPSEphemeralStorage";
1737
1751
  readonly STORAGE_NETWORK_RECEIVE_THROUGHPUT: "StorageNetworkReceiveThroughput";
1738
1752
  readonly STORAGE_NETWORK_TRANSMIT_THROUGHPUT: "StorageNetworkTransmitThroughput";
1753
+ readonly VOLUME_BYTES_USED: "VolumeBytesUsed";
1754
+ readonly VOLUME_READ_IOPS: "VolumeReadIOPs";
1755
+ readonly VOLUME_WRITE_IOPS: "VolumeWriteIOPs";
1739
1756
  readonly WRITE_IOPS_EPHEMERAL_STORAGE: "WriteIOPSEphemeralStorage";
1740
1757
  };
1741
1758
  export type RDSDBMetricName =
@@ -1778,6 +1795,14 @@ export interface DBStorageConfiguration {
1778
1795
  maxAllocatedStorage?: number | undefined;
1779
1796
  storageThroughput?: number | undefined;
1780
1797
  }
1798
+ export declare const RDSEstimatedMonthlyVolumeIOPsCostVariation: {
1799
+ readonly HIGH: "High";
1800
+ readonly LOW: "Low";
1801
+ readonly MEDIUM: "Medium";
1802
+ readonly NONE: "None";
1803
+ };
1804
+ export type RDSEstimatedMonthlyVolumeIOPsCostVariation =
1805
+ (typeof RDSEstimatedMonthlyVolumeIOPsCostVariation)[keyof typeof RDSEstimatedMonthlyVolumeIOPsCostVariation];
1781
1806
  export declare const RDSSavingsEstimationModeSource: {
1782
1807
  readonly COST_EXPLORER_RIGHTSIZING: "CostExplorerRightsizing";
1783
1808
  readonly COST_OPTIMIZATION_HUB: "CostOptimizationHub";
@@ -1855,6 +1880,7 @@ export interface RDSDBInstanceRecommendationOption {
1855
1880
  | undefined;
1856
1881
  }
1857
1882
  export declare const RDSStorageFinding: {
1883
+ readonly NOT_OPTIMIZED: "NotOptimized";
1858
1884
  readonly OPTIMIZED: "Optimized";
1859
1885
  readonly OVER_PROVISIONED: "Overprovisioned";
1860
1886
  readonly UNDER_PROVISIONED: "Underprovisioned";
@@ -1862,6 +1888,8 @@ export declare const RDSStorageFinding: {
1862
1888
  export type RDSStorageFinding =
1863
1889
  (typeof RDSStorageFinding)[keyof typeof RDSStorageFinding];
1864
1890
  export declare const RDSStorageFindingReasonCode: {
1891
+ readonly DB_CLUSTER_STORAGE_OPTION_AVAILABLE: "DBClusterStorageOptionAvailable";
1892
+ readonly DB_CLUSTER_STORAGE_SAVINGS_AVAILABLE: "DBClusterStorageSavingsAvailable";
1865
1893
  readonly EBS_VOLUME_ALLOCATED_STORAGE_UNDER_PROVISIONED: "EBSVolumeAllocatedStorageUnderprovisioned";
1866
1894
  readonly EBS_VOLUME_IOPS_OVER_PROVISIONED: "EBSVolumeIOPSOverprovisioned";
1867
1895
  readonly EBS_VOLUME_THROUGHPUT_OVER_PROVISIONED: "EBSVolumeThroughputOverprovisioned";
@@ -1885,6 +1913,9 @@ export interface RDSDBStorageRecommendationOption {
1885
1913
  savingsOpportunityAfterDiscounts?:
1886
1914
  | RDSStorageSavingsOpportunityAfterDiscounts
1887
1915
  | undefined;
1916
+ estimatedMonthlyVolumeIOPsCostVariation?:
1917
+ | RDSEstimatedMonthlyVolumeIOPsCostVariation
1918
+ | undefined;
1888
1919
  }
1889
1920
  export interface RDSDBRecommendation {
1890
1921
  resourceArn?: string | undefined;
@@ -1902,6 +1933,9 @@ export interface RDSDBRecommendation {
1902
1933
  currentInstancePerformanceRisk?:
1903
1934
  | RDSCurrentInstancePerformanceRisk
1904
1935
  | undefined;
1936
+ currentStorageEstimatedMonthlyVolumeIOPsCostVariation?:
1937
+ | RDSEstimatedMonthlyVolumeIOPsCostVariation
1938
+ | undefined;
1905
1939
  storageFindingReasonCodes?: RDSStorageFindingReasonCode[] | undefined;
1906
1940
  instanceRecommendationOptions?:
1907
1941
  | RDSDBInstanceRecommendationOption[]
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.821.0",
4
+ "version": "3.823.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-compute-optimizer",
@@ -20,17 +20,17 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.821.0",
24
- "@aws-sdk/credential-provider-node": "3.821.0",
23
+ "@aws-sdk/core": "3.823.0",
24
+ "@aws-sdk/credential-provider-node": "3.823.0",
25
25
  "@aws-sdk/middleware-host-header": "3.821.0",
26
26
  "@aws-sdk/middleware-logger": "3.821.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.821.0",
28
- "@aws-sdk/middleware-user-agent": "3.821.0",
28
+ "@aws-sdk/middleware-user-agent": "3.823.0",
29
29
  "@aws-sdk/region-config-resolver": "3.821.0",
30
30
  "@aws-sdk/types": "3.821.0",
31
31
  "@aws-sdk/util-endpoints": "3.821.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.821.0",
33
- "@aws-sdk/util-user-agent-node": "3.821.0",
33
+ "@aws-sdk/util-user-agent-node": "3.823.0",
34
34
  "@smithy/config-resolver": "^4.1.4",
35
35
  "@smithy/core": "^3.5.1",
36
36
  "@smithy/fetch-http-handler": "^5.0.4",