@aws-sdk/client-compute-optimizer 3.1070.0 → 3.1072.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.
- package/dist-cjs/index.js +4 -0
- package/dist-es/models/enums.js +4 -0
- package/dist-types/commands/ExportEBSVolumeRecommendationsCommand.d.ts +1 -1
- package/dist-types/commands/GetEBSVolumeRecommendationsCommand.d.ts +1 -1
- package/dist-types/models/enums.d.ts +4 -0
- package/dist-types/models/models_0.d.ts +16 -0
- package/dist-types/ts3.4/models/enums.d.ts +4 -0
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -768,8 +768,10 @@ const ExportableVolumeField = {
|
|
|
768
768
|
RECOMMENDATION_OPTIONS_SAVINGS_OPPORTUNITY_PERCENTAGE: "RecommendationOptionsSavingsOpportunityPercentage",
|
|
769
769
|
ROOT_VOLUME: "RootVolume",
|
|
770
770
|
TAGS: "Tags",
|
|
771
|
+
UTILIZATION_METRICS_VOLUME_IOPS_EXCEEDED_MAXIMUM: "UtilizationMetricsVolumeIOPSExceededMaximum",
|
|
771
772
|
UTILIZATION_METRICS_VOLUME_READ_BYTES_PER_SECOND_MAXIMUM: "UtilizationMetricsVolumeReadBytesPerSecondMaximum",
|
|
772
773
|
UTILIZATION_METRICS_VOLUME_READ_OPS_PER_SECOND_MAXIMUM: "UtilizationMetricsVolumeReadOpsPerSecondMaximum",
|
|
774
|
+
UTILIZATION_METRICS_VOLUME_THROUGHPUT_EXCEEDED_MAXIMUM: "UtilizationMetricsVolumeThroughputExceededMaximum",
|
|
773
775
|
UTILIZATION_METRICS_VOLUME_WRITE_BYTES_PER_SECOND_MAXIMUM: "UtilizationMetricsVolumeWriteBytesPerSecondMaximum",
|
|
774
776
|
UTILIZATION_METRICS_VOLUME_WRITE_OPS_PER_SECOND_MAXIMUM: "UtilizationMetricsVolumeWriteOpsPerSecondMaximum",
|
|
775
777
|
VOLUME_ARN: "VolumeArn",
|
|
@@ -1096,8 +1098,10 @@ const EBSFinding = {
|
|
|
1096
1098
|
OPTIMIZED: "Optimized",
|
|
1097
1099
|
};
|
|
1098
1100
|
const EBSMetricName = {
|
|
1101
|
+
VOLUME_IOPS_EXCEEDED: "VolumeIOPSExceeded",
|
|
1099
1102
|
VOLUME_READ_BYTES_PER_SECOND: "VolumeReadBytesPerSecond",
|
|
1100
1103
|
VOLUME_READ_OPS_PER_SECOND: "VolumeReadOpsPerSecond",
|
|
1104
|
+
VOLUME_THROUGHPUT_EXCEEDED: "VolumeThroughputExceeded",
|
|
1101
1105
|
VOLUME_WRITE_BYTES_PER_SECOND: "VolumeWriteBytesPerSecond",
|
|
1102
1106
|
VOLUME_WRITE_OPS_PER_SECOND: "VolumeWriteOpsPerSecond",
|
|
1103
1107
|
};
|
package/dist-es/models/enums.js
CHANGED
|
@@ -268,8 +268,10 @@ export const ExportableVolumeField = {
|
|
|
268
268
|
RECOMMENDATION_OPTIONS_SAVINGS_OPPORTUNITY_PERCENTAGE: "RecommendationOptionsSavingsOpportunityPercentage",
|
|
269
269
|
ROOT_VOLUME: "RootVolume",
|
|
270
270
|
TAGS: "Tags",
|
|
271
|
+
UTILIZATION_METRICS_VOLUME_IOPS_EXCEEDED_MAXIMUM: "UtilizationMetricsVolumeIOPSExceededMaximum",
|
|
271
272
|
UTILIZATION_METRICS_VOLUME_READ_BYTES_PER_SECOND_MAXIMUM: "UtilizationMetricsVolumeReadBytesPerSecondMaximum",
|
|
272
273
|
UTILIZATION_METRICS_VOLUME_READ_OPS_PER_SECOND_MAXIMUM: "UtilizationMetricsVolumeReadOpsPerSecondMaximum",
|
|
274
|
+
UTILIZATION_METRICS_VOLUME_THROUGHPUT_EXCEEDED_MAXIMUM: "UtilizationMetricsVolumeThroughputExceededMaximum",
|
|
273
275
|
UTILIZATION_METRICS_VOLUME_WRITE_BYTES_PER_SECOND_MAXIMUM: "UtilizationMetricsVolumeWriteBytesPerSecondMaximum",
|
|
274
276
|
UTILIZATION_METRICS_VOLUME_WRITE_OPS_PER_SECOND_MAXIMUM: "UtilizationMetricsVolumeWriteOpsPerSecondMaximum",
|
|
275
277
|
VOLUME_ARN: "VolumeArn",
|
|
@@ -596,8 +598,10 @@ export const EBSFinding = {
|
|
|
596
598
|
OPTIMIZED: "Optimized",
|
|
597
599
|
};
|
|
598
600
|
export const EBSMetricName = {
|
|
601
|
+
VOLUME_IOPS_EXCEEDED: "VolumeIOPSExceeded",
|
|
599
602
|
VOLUME_READ_BYTES_PER_SECOND: "VolumeReadBytesPerSecond",
|
|
600
603
|
VOLUME_READ_OPS_PER_SECOND: "VolumeReadOpsPerSecond",
|
|
604
|
+
VOLUME_THROUGHPUT_EXCEEDED: "VolumeThroughputExceeded",
|
|
601
605
|
VOLUME_WRITE_BYTES_PER_SECOND: "VolumeWriteBytesPerSecond",
|
|
602
606
|
VOLUME_WRITE_OPS_PER_SECOND: "VolumeWriteOpsPerSecond",
|
|
603
607
|
};
|
|
@@ -56,7 +56,7 @@ declare const ExportEBSVolumeRecommendationsCommand_base: {
|
|
|
56
56
|
* },
|
|
57
57
|
* ],
|
|
58
58
|
* fieldsToExport: [ // ExportableVolumeFields
|
|
59
|
-
* "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" || "Tags" || "RootVolume" || "CurrentConfigurationRootVolume" || "EffectiveRecommendationPreferencesSavingsEstimationMode" || "RecommendationOptionsSavingsOpportunityAfterDiscountsPercentage" || "RecommendationOptionsEstimatedMonthlySavingsCurrencyAfterDiscounts" || "RecommendationOptionsEstimatedMonthlySavingsValueAfterDiscounts" || "EffectiveRecommendationPreferencesLookBackPeriod",
|
|
59
|
+
* "AccountId" || "VolumeArn" || "Finding" || "UtilizationMetricsVolumeReadOpsPerSecondMaximum" || "UtilizationMetricsVolumeWriteOpsPerSecondMaximum" || "UtilizationMetricsVolumeReadBytesPerSecondMaximum" || "UtilizationMetricsVolumeWriteBytesPerSecondMaximum" || "UtilizationMetricsVolumeIOPSExceededMaximum" || "UtilizationMetricsVolumeThroughputExceededMaximum" || "LookbackPeriodInDays" || "CurrentConfigurationVolumeType" || "CurrentConfigurationVolumeBaselineIOPS" || "CurrentConfigurationVolumeBaselineThroughput" || "CurrentConfigurationVolumeBurstIOPS" || "CurrentConfigurationVolumeBurstThroughput" || "CurrentConfigurationVolumeSize" || "CurrentMonthlyPrice" || "RecommendationOptionsConfigurationVolumeType" || "RecommendationOptionsConfigurationVolumeBaselineIOPS" || "RecommendationOptionsConfigurationVolumeBaselineThroughput" || "RecommendationOptionsConfigurationVolumeBurstIOPS" || "RecommendationOptionsConfigurationVolumeBurstThroughput" || "RecommendationOptionsConfigurationVolumeSize" || "RecommendationOptionsMonthlyPrice" || "RecommendationOptionsPerformanceRisk" || "LastRefreshTimestamp" || "CurrentPerformanceRisk" || "RecommendationOptionsSavingsOpportunityPercentage" || "RecommendationOptionsEstimatedMonthlySavingsCurrency" || "RecommendationOptionsEstimatedMonthlySavingsValue" || "Tags" || "RootVolume" || "CurrentConfigurationRootVolume" || "EffectiveRecommendationPreferencesSavingsEstimationMode" || "RecommendationOptionsSavingsOpportunityAfterDiscountsPercentage" || "RecommendationOptionsEstimatedMonthlySavingsCurrencyAfterDiscounts" || "RecommendationOptionsEstimatedMonthlySavingsValueAfterDiscounts" || "EffectiveRecommendationPreferencesLookBackPeriod",
|
|
60
60
|
* ],
|
|
61
61
|
* s3DestinationConfig: { // S3DestinationConfig
|
|
62
62
|
* bucket: "STRING_VALUE",
|
|
@@ -80,7 +80,7 @@ declare const GetEBSVolumeRecommendationsCommand_base: {
|
|
|
80
80
|
* // finding: "Optimized" || "NotOptimized",
|
|
81
81
|
* // utilizationMetrics: [ // EBSUtilizationMetrics
|
|
82
82
|
* // { // EBSUtilizationMetric
|
|
83
|
-
* // name: "VolumeReadOpsPerSecond" || "VolumeWriteOpsPerSecond" || "VolumeReadBytesPerSecond" || "VolumeWriteBytesPerSecond",
|
|
83
|
+
* // name: "VolumeReadOpsPerSecond" || "VolumeWriteOpsPerSecond" || "VolumeReadBytesPerSecond" || "VolumeWriteBytesPerSecond" || "VolumeIOPSExceeded" || "VolumeThroughputExceeded",
|
|
84
84
|
* // statistic: "Maximum" || "Average",
|
|
85
85
|
* // value: Number("double"),
|
|
86
86
|
* // },
|
|
@@ -504,8 +504,10 @@ export declare const ExportableVolumeField: {
|
|
|
504
504
|
readonly RECOMMENDATION_OPTIONS_SAVINGS_OPPORTUNITY_PERCENTAGE: "RecommendationOptionsSavingsOpportunityPercentage";
|
|
505
505
|
readonly ROOT_VOLUME: "RootVolume";
|
|
506
506
|
readonly TAGS: "Tags";
|
|
507
|
+
readonly UTILIZATION_METRICS_VOLUME_IOPS_EXCEEDED_MAXIMUM: "UtilizationMetricsVolumeIOPSExceededMaximum";
|
|
507
508
|
readonly UTILIZATION_METRICS_VOLUME_READ_BYTES_PER_SECOND_MAXIMUM: "UtilizationMetricsVolumeReadBytesPerSecondMaximum";
|
|
508
509
|
readonly UTILIZATION_METRICS_VOLUME_READ_OPS_PER_SECOND_MAXIMUM: "UtilizationMetricsVolumeReadOpsPerSecondMaximum";
|
|
510
|
+
readonly UTILIZATION_METRICS_VOLUME_THROUGHPUT_EXCEEDED_MAXIMUM: "UtilizationMetricsVolumeThroughputExceededMaximum";
|
|
509
511
|
readonly UTILIZATION_METRICS_VOLUME_WRITE_BYTES_PER_SECOND_MAXIMUM: "UtilizationMetricsVolumeWriteBytesPerSecondMaximum";
|
|
510
512
|
readonly UTILIZATION_METRICS_VOLUME_WRITE_OPS_PER_SECOND_MAXIMUM: "UtilizationMetricsVolumeWriteOpsPerSecondMaximum";
|
|
511
513
|
readonly VOLUME_ARN: "VolumeArn";
|
|
@@ -952,8 +954,10 @@ export type EBSFinding = (typeof EBSFinding)[keyof typeof EBSFinding];
|
|
|
952
954
|
* @enum
|
|
953
955
|
*/
|
|
954
956
|
export declare const EBSMetricName: {
|
|
957
|
+
readonly VOLUME_IOPS_EXCEEDED: "VolumeIOPSExceeded";
|
|
955
958
|
readonly VOLUME_READ_BYTES_PER_SECOND: "VolumeReadBytesPerSecond";
|
|
956
959
|
readonly VOLUME_READ_OPS_PER_SECOND: "VolumeReadOpsPerSecond";
|
|
960
|
+
readonly VOLUME_THROUGHPUT_EXCEEDED: "VolumeThroughputExceeded";
|
|
957
961
|
readonly VOLUME_WRITE_BYTES_PER_SECOND: "VolumeWriteBytesPerSecond";
|
|
958
962
|
readonly VOLUME_WRITE_OPS_PER_SECOND: "VolumeWriteOpsPerSecond";
|
|
959
963
|
};
|
|
@@ -2614,6 +2614,22 @@ export interface EBSUtilizationMetric {
|
|
|
2614
2614
|
* specified period of time.</p>
|
|
2615
2615
|
* <p>Unit: Bytes</p>
|
|
2616
2616
|
* </li>
|
|
2617
|
+
* <li>
|
|
2618
|
+
* <p>
|
|
2619
|
+
* <code>VolumeIOPSExceeded</code> - Indicates whether the volume's
|
|
2620
|
+
* provisioned IOPS performance was exceeded in a specified period of time.
|
|
2621
|
+
* A value of <code>1</code> means the provisioned IOPS were exceeded; a value of
|
|
2622
|
+
* <code>0</code> means they were not.</p>
|
|
2623
|
+
* <p>Unit: None</p>
|
|
2624
|
+
* </li>
|
|
2625
|
+
* <li>
|
|
2626
|
+
* <p>
|
|
2627
|
+
* <code>VolumeThroughputExceeded</code> - Indicates whether the volume's
|
|
2628
|
+
* provisioned throughput performance was exceeded in a specified period of
|
|
2629
|
+
* time. A value of <code>1</code> means the provisioned throughput was exceeded;
|
|
2630
|
+
* a value of <code>0</code> means it was not.</p>
|
|
2631
|
+
* <p>Unit: None</p>
|
|
2632
|
+
* </li>
|
|
2617
2633
|
* </ul>
|
|
2618
2634
|
* @public
|
|
2619
2635
|
*/
|
|
@@ -315,8 +315,10 @@ export declare const ExportableVolumeField: {
|
|
|
315
315
|
readonly RECOMMENDATION_OPTIONS_SAVINGS_OPPORTUNITY_PERCENTAGE: "RecommendationOptionsSavingsOpportunityPercentage";
|
|
316
316
|
readonly ROOT_VOLUME: "RootVolume";
|
|
317
317
|
readonly TAGS: "Tags";
|
|
318
|
+
readonly UTILIZATION_METRICS_VOLUME_IOPS_EXCEEDED_MAXIMUM: "UtilizationMetricsVolumeIOPSExceededMaximum";
|
|
318
319
|
readonly UTILIZATION_METRICS_VOLUME_READ_BYTES_PER_SECOND_MAXIMUM: "UtilizationMetricsVolumeReadBytesPerSecondMaximum";
|
|
319
320
|
readonly UTILIZATION_METRICS_VOLUME_READ_OPS_PER_SECOND_MAXIMUM: "UtilizationMetricsVolumeReadOpsPerSecondMaximum";
|
|
321
|
+
readonly UTILIZATION_METRICS_VOLUME_THROUGHPUT_EXCEEDED_MAXIMUM: "UtilizationMetricsVolumeThroughputExceededMaximum";
|
|
320
322
|
readonly UTILIZATION_METRICS_VOLUME_WRITE_BYTES_PER_SECOND_MAXIMUM: "UtilizationMetricsVolumeWriteBytesPerSecondMaximum";
|
|
321
323
|
readonly UTILIZATION_METRICS_VOLUME_WRITE_OPS_PER_SECOND_MAXIMUM: "UtilizationMetricsVolumeWriteOpsPerSecondMaximum";
|
|
322
324
|
readonly VOLUME_ARN: "VolumeArn";
|
|
@@ -671,8 +673,10 @@ export declare const EBSFinding: {
|
|
|
671
673
|
};
|
|
672
674
|
export type EBSFinding = (typeof EBSFinding)[keyof typeof EBSFinding];
|
|
673
675
|
export declare const EBSMetricName: {
|
|
676
|
+
readonly VOLUME_IOPS_EXCEEDED: "VolumeIOPSExceeded";
|
|
674
677
|
readonly VOLUME_READ_BYTES_PER_SECOND: "VolumeReadBytesPerSecond";
|
|
675
678
|
readonly VOLUME_READ_OPS_PER_SECOND: "VolumeReadOpsPerSecond";
|
|
679
|
+
readonly VOLUME_THROUGHPUT_EXCEEDED: "VolumeThroughputExceeded";
|
|
676
680
|
readonly VOLUME_WRITE_BYTES_PER_SECOND: "VolumeWriteBytesPerSecond";
|
|
677
681
|
readonly VOLUME_WRITE_OPS_PER_SECOND: "VolumeWriteOpsPerSecond";
|
|
678
682
|
};
|
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.
|
|
4
|
+
"version": "3.1072.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline",
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.974.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.974.22",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.57",
|
|
26
26
|
"@aws-sdk/types": "^3.973.13",
|
|
27
27
|
"@smithy/core": "^3.24.6",
|
|
28
28
|
"@smithy/fetch-http-handler": "^5.4.6",
|