@aws-sdk/client-compute-optimizer 3.1059.0 → 3.1061.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 CHANGED
@@ -744,6 +744,7 @@ const ExportableVolumeField = {
744
744
  CURRENT_CONFIGURATION_VOLUME_TYPE: "CurrentConfigurationVolumeType",
745
745
  CURRENT_MONTHLY_PRICE: "CurrentMonthlyPrice",
746
746
  CURRENT_PERFORMANCE_RISK: "CurrentPerformanceRisk",
747
+ EFFECTIVE_RECOMMENDATION_PREFERENCES_LOOKBACK_PERIOD: "EffectiveRecommendationPreferencesLookBackPeriod",
747
748
  EFFECTIVE_RECOMMENDATION_PREFERENCES_SAVINGS_ESTIMATION_MODE: "EffectiveRecommendationPreferencesSavingsEstimationMode",
748
749
  FINDING: "Finding",
749
750
  LAST_REFRESH_TIMESTAMP: "LastRefreshTimestamp",
@@ -854,6 +855,7 @@ const ExportableECSServiceField = {
854
855
  CURRENT_SERVICE_CONFIGURATION_MEMORY: "CurrentServiceConfigurationMemory",
855
856
  CURRENT_SERVICE_CONFIGURATION_TASK_DEFINITION_ARN: "CurrentServiceConfigurationTaskDefinitionArn",
856
857
  CURRENT_SERVICE_CONTAINER_CONFIGURATIONS: "CurrentServiceContainerConfigurations",
858
+ EFFECTIVE_RECOMMENDATION_PREFERENCES_LOOKBACK_PERIOD: "EffectiveRecommendationPreferencesLookBackPeriod",
857
859
  EFFECTIVE_RECOMMENDATION_PREFERENCES_SAVINGS_ESTIMATION_MODE: "EffectiveRecommendationPreferencesSavingsEstimationMode",
858
860
  FINDING: "Finding",
859
861
  FINDING_REASON_CODES: "FindingReasonCodes",
@@ -621,8 +621,8 @@ exports.DescribeRecommendationExportJobsResponse$ = [3, n0, _DREJRe,
621
621
  ];
622
622
  exports.EBSEffectiveRecommendationPreferences$ = [3, n0, _EBSERP,
623
623
  0,
624
- [_sEM],
625
- [() => exports.EBSSavingsEstimationMode$]
624
+ [_sEM, _lBP],
625
+ [() => exports.EBSSavingsEstimationMode$, 0]
626
626
  ];
627
627
  exports.EBSEstimatedMonthlySavings$ = [3, n0, _EBSEMS,
628
628
  0,
@@ -651,8 +651,8 @@ exports.EBSUtilizationMetric$ = [3, n0, _EBSUM,
651
651
  ];
652
652
  exports.ECSEffectiveRecommendationPreferences$ = [3, n0, _ECSERP,
653
653
  0,
654
- [_sEM],
655
- [() => exports.ECSSavingsEstimationMode$]
654
+ [_sEM, _lBP],
655
+ [() => exports.ECSSavingsEstimationMode$, 0]
656
656
  ];
657
657
  exports.ECSEstimatedMonthlySavings$ = [3, n0, _ECSEMS,
658
658
  0,
@@ -247,6 +247,7 @@ export const ExportableVolumeField = {
247
247
  CURRENT_CONFIGURATION_VOLUME_TYPE: "CurrentConfigurationVolumeType",
248
248
  CURRENT_MONTHLY_PRICE: "CurrentMonthlyPrice",
249
249
  CURRENT_PERFORMANCE_RISK: "CurrentPerformanceRisk",
250
+ EFFECTIVE_RECOMMENDATION_PREFERENCES_LOOKBACK_PERIOD: "EffectiveRecommendationPreferencesLookBackPeriod",
250
251
  EFFECTIVE_RECOMMENDATION_PREFERENCES_SAVINGS_ESTIMATION_MODE: "EffectiveRecommendationPreferencesSavingsEstimationMode",
251
252
  FINDING: "Finding",
252
253
  LAST_REFRESH_TIMESTAMP: "LastRefreshTimestamp",
@@ -357,6 +358,7 @@ export const ExportableECSServiceField = {
357
358
  CURRENT_SERVICE_CONFIGURATION_MEMORY: "CurrentServiceConfigurationMemory",
358
359
  CURRENT_SERVICE_CONFIGURATION_TASK_DEFINITION_ARN: "CurrentServiceConfigurationTaskDefinitionArn",
359
360
  CURRENT_SERVICE_CONTAINER_CONFIGURATIONS: "CurrentServiceContainerConfigurations",
361
+ EFFECTIVE_RECOMMENDATION_PREFERENCES_LOOKBACK_PERIOD: "EffectiveRecommendationPreferencesLookBackPeriod",
360
362
  EFFECTIVE_RECOMMENDATION_PREFERENCES_SAVINGS_ESTIMATION_MODE: "EffectiveRecommendationPreferencesSavingsEstimationMode",
361
363
  FINDING: "Finding",
362
364
  FINDING_REASON_CODES: "FindingReasonCodes",
@@ -615,8 +615,8 @@ export var DescribeRecommendationExportJobsResponse$ = [3, n0, _DREJRe,
615
615
  ];
616
616
  export var EBSEffectiveRecommendationPreferences$ = [3, n0, _EBSERP,
617
617
  0,
618
- [_sEM],
619
- [() => EBSSavingsEstimationMode$]
618
+ [_sEM, _lBP],
619
+ [() => EBSSavingsEstimationMode$, 0]
620
620
  ];
621
621
  export var EBSEstimatedMonthlySavings$ = [3, n0, _EBSEMS,
622
622
  0,
@@ -645,8 +645,8 @@ export var EBSUtilizationMetric$ = [3, n0, _EBSUM,
645
645
  ];
646
646
  export var ECSEffectiveRecommendationPreferences$ = [3, n0, _ECSERP,
647
647
  0,
648
- [_sEM],
649
- [() => ECSSavingsEstimationMode$]
648
+ [_sEM, _lBP],
649
+ [() => ECSSavingsEstimationMode$, 0]
650
650
  ];
651
651
  export var ECSEstimatedMonthlySavings$ = [3, n0, _ECSEMS,
652
652
  0,
@@ -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",
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",
60
60
  * ],
61
61
  * s3DestinationConfig: { // S3DestinationConfig
62
62
  * bucket: "STRING_VALUE",
@@ -58,7 +58,7 @@ declare const ExportECSServiceRecommendationsCommand_base: {
58
58
  * },
59
59
  * ],
60
60
  * fieldsToExport: [ // ExportableECSServiceFields
61
- * "AccountId" || "ServiceArn" || "LookbackPeriodInDays" || "LastRefreshTimestamp" || "LaunchType" || "CurrentPerformanceRisk" || "CurrentServiceConfigurationMemory" || "CurrentServiceConfigurationCpu" || "CurrentServiceConfigurationTaskDefinitionArn" || "CurrentServiceConfigurationAutoScalingConfiguration" || "CurrentServiceContainerConfigurations" || "UtilizationMetricsCpuMaximum" || "UtilizationMetricsMemoryMaximum" || "Finding" || "FindingReasonCodes" || "RecommendationOptionsMemory" || "RecommendationOptionsCpu" || "RecommendationOptionsSavingsOpportunityPercentage" || "RecommendationOptionsEstimatedMonthlySavingsCurrency" || "RecommendationOptionsEstimatedMonthlySavingsValue" || "RecommendationOptionsContainerRecommendations" || "RecommendationOptionsProjectedUtilizationMetricsCpuMaximum" || "RecommendationOptionsProjectedUtilizationMetricsMemoryMaximum" || "Tags" || "EffectiveRecommendationPreferencesSavingsEstimationMode" || "RecommendationOptionsSavingsOpportunityAfterDiscountsPercentage" || "RecommendationOptionsEstimatedMonthlySavingsCurrencyAfterDiscounts" || "RecommendationOptionsEstimatedMonthlySavingsValueAfterDiscounts",
61
+ * "AccountId" || "ServiceArn" || "LookbackPeriodInDays" || "LastRefreshTimestamp" || "LaunchType" || "CurrentPerformanceRisk" || "CurrentServiceConfigurationMemory" || "CurrentServiceConfigurationCpu" || "CurrentServiceConfigurationTaskDefinitionArn" || "CurrentServiceConfigurationAutoScalingConfiguration" || "CurrentServiceContainerConfigurations" || "UtilizationMetricsCpuMaximum" || "UtilizationMetricsMemoryMaximum" || "Finding" || "FindingReasonCodes" || "RecommendationOptionsMemory" || "RecommendationOptionsCpu" || "RecommendationOptionsSavingsOpportunityPercentage" || "RecommendationOptionsEstimatedMonthlySavingsCurrency" || "RecommendationOptionsEstimatedMonthlySavingsValue" || "RecommendationOptionsContainerRecommendations" || "RecommendationOptionsProjectedUtilizationMetricsCpuMaximum" || "RecommendationOptionsProjectedUtilizationMetricsMemoryMaximum" || "Tags" || "EffectiveRecommendationPreferencesSavingsEstimationMode" || "RecommendationOptionsSavingsOpportunityAfterDiscountsPercentage" || "RecommendationOptionsEstimatedMonthlySavingsCurrencyAfterDiscounts" || "RecommendationOptionsEstimatedMonthlySavingsValueAfterDiscounts" || "EffectiveRecommendationPreferencesLookBackPeriod",
62
62
  * ],
63
63
  * s3DestinationConfig: { // S3DestinationConfig
64
64
  * bucket: "STRING_VALUE",
@@ -121,6 +121,7 @@ declare const GetEBSVolumeRecommendationsCommand_base: {
121
121
  * // savingsEstimationMode: { // EBSSavingsEstimationMode
122
122
  * // source: "PublicPricing" || "CostExplorerRightsizing" || "CostOptimizationHub",
123
123
  * // },
124
+ * // lookBackPeriod: "DAYS_14" || "DAYS_32" || "DAYS_93",
124
125
  * // },
125
126
  * // tags: [ // Tags
126
127
  * // { // Tag
@@ -146,6 +146,7 @@ declare const GetECSServiceRecommendationsCommand_base: {
146
146
  * // savingsEstimationMode: { // ECSSavingsEstimationMode
147
147
  * // source: "PublicPricing" || "CostExplorerRightsizing" || "CostOptimizationHub",
148
148
  * // },
149
+ * // lookBackPeriod: "DAYS_14" || "DAYS_32" || "DAYS_93",
149
150
  * // },
150
151
  * // tags: [ // Tags
151
152
  * // { // Tag
@@ -483,6 +483,7 @@ export declare const ExportableVolumeField: {
483
483
  readonly CURRENT_CONFIGURATION_VOLUME_TYPE: "CurrentConfigurationVolumeType";
484
484
  readonly CURRENT_MONTHLY_PRICE: "CurrentMonthlyPrice";
485
485
  readonly CURRENT_PERFORMANCE_RISK: "CurrentPerformanceRisk";
486
+ readonly EFFECTIVE_RECOMMENDATION_PREFERENCES_LOOKBACK_PERIOD: "EffectiveRecommendationPreferencesLookBackPeriod";
486
487
  readonly EFFECTIVE_RECOMMENDATION_PREFERENCES_SAVINGS_ESTIMATION_MODE: "EffectiveRecommendationPreferencesSavingsEstimationMode";
487
488
  readonly FINDING: "Finding";
488
489
  readonly LAST_REFRESH_TIMESTAMP: "LastRefreshTimestamp";
@@ -617,6 +618,7 @@ export declare const ExportableECSServiceField: {
617
618
  readonly CURRENT_SERVICE_CONFIGURATION_MEMORY: "CurrentServiceConfigurationMemory";
618
619
  readonly CURRENT_SERVICE_CONFIGURATION_TASK_DEFINITION_ARN: "CurrentServiceConfigurationTaskDefinitionArn";
619
620
  readonly CURRENT_SERVICE_CONTAINER_CONFIGURATIONS: "CurrentServiceContainerConfigurations";
621
+ readonly EFFECTIVE_RECOMMENDATION_PREFERENCES_LOOKBACK_PERIOD: "EffectiveRecommendationPreferencesLookBackPeriod";
620
622
  readonly EFFECTIVE_RECOMMENDATION_PREFERENCES_SAVINGS_ESTIMATION_MODE: "EffectiveRecommendationPreferencesSavingsEstimationMode";
621
623
  readonly FINDING: "Finding";
622
624
  readonly FINDING_REASON_CODES: "FindingReasonCodes";
@@ -2547,6 +2547,11 @@ export interface EBSEffectiveRecommendationPreferences {
2547
2547
  * @public
2548
2548
  */
2549
2549
  savingsEstimationMode?: EBSSavingsEstimationMode | undefined;
2550
+ /**
2551
+ * <p>The number of days for which utilization metrics were analyzed for the volume.</p>
2552
+ * @public
2553
+ */
2554
+ lookBackPeriod?: LookBackPeriodPreference | undefined;
2550
2555
  }
2551
2556
  /**
2552
2557
  * <p>
@@ -4063,6 +4068,13 @@ export interface ECSEffectiveRecommendationPreferences {
4063
4068
  * @public
4064
4069
  */
4065
4070
  savingsEstimationMode?: ECSSavingsEstimationMode | undefined;
4071
+ /**
4072
+ * <p>
4073
+ * The number of days the Amazon ECS service utilization metrics were analyzed.
4074
+ * </p>
4075
+ * @public
4076
+ */
4077
+ lookBackPeriod?: LookBackPeriodPreference | undefined;
4066
4078
  }
4067
4079
  /**
4068
4080
  * <p>
@@ -4576,7 +4588,8 @@ export interface GetEffectiveRecommendationPreferencesResponse {
4576
4588
  * </p>
4577
4589
  * <p>To validate that the preference is applied to your last generated set of recommendations, review
4578
4590
  * the <code>effectiveRecommendationPreferences</code> value in the response of the
4579
- * GetAutoScalingGroupRecommendations or GetEC2InstanceRecommendations actions.</p>
4591
+ * GetAutoScalingGroupRecommendations, GetEC2InstanceRecommendations, GetEBSVolumeRecommendations,
4592
+ * GetECSServiceRecommendations, or GetRDSDatabaseRecommendations actions.</p>
4580
4593
  * @public
4581
4594
  */
4582
4595
  lookBackPeriod?: LookBackPeriodPreference | undefined;
@@ -7027,16 +7040,31 @@ export interface PutRecommendationPreferencesRequest {
7027
7040
  * The preference to control the number of days the utilization metrics of the Amazon Web Services resource are analyzed.
7028
7041
  * When this preference isn't specified, we use the default value <code>DAYS_14</code>.
7029
7042
  * </p>
7030
- * <p>You can only set this preference for the Amazon EC2 instance and Auto Scaling group resource types.
7043
+ * <p>You can only set this preference for the Amazon EC2 instance, Auto Scaling group, Amazon EBS volume, Amazon ECS service on Fargate, Amazon RDS DB instance, and Aurora DB cluster storage resource types.
7031
7044
  * </p>
7032
7045
  * <note>
7033
7046
  * <ul>
7034
7047
  * <li>
7035
- * <p>Amazon EC2 instance lookback preferences can be set at the organization, account, and resource levels.</p>
7048
+ * <p>Lookback period preferences for Amazon EC2 instances, Amazon EBS volumes, Amazon ECS services, Amazon RDS DB instances, and Aurora DB cluster storage resource types can be set at the organization, account, and resource levels.</p>
7036
7049
  * </li>
7037
7050
  * <li>
7038
7051
  * <p>Auto Scaling group lookback preferences can only be set at the resource level.</p>
7039
7052
  * </li>
7053
+ * <li>
7054
+ * <p>Amazon EBS volume lookback preferences can be set at the organization, account, and resource levels.</p>
7055
+ * </li>
7056
+ * <li>
7057
+ * <p>Amazon ECS service on Fargate lookback preferences can be set at the organization, account, and resource levels.</p>
7058
+ * </li>
7059
+ * <li>
7060
+ * <p>Amazon RDS DB instance lookback preferences can be set at the organization, account, and resource levels.</p>
7061
+ * </li>
7062
+ * <li>
7063
+ * <p>Aurora DB cluster storage lookback preferences can be set at the organization, account, and resource levels.</p>
7064
+ * </li>
7065
+ * <li>
7066
+ * <p>Changing the lookback period for Amazon EBS volumes to 14 days does not affect the 32-day lookback period used to determine whether an Amazon EBS volume is unattached.</p>
7067
+ * </li>
7040
7068
  * </ul>
7041
7069
  * </note>
7042
7070
  * @public
@@ -7086,7 +7114,7 @@ export interface PutRecommendationPreferencesRequest {
7086
7114
  * an error occurs.
7087
7115
  * </p>
7088
7116
  * <note>
7089
- * <p>You can only set this preference for the Amazon EC2 instance and Auto Scaling group resource types.</p>
7117
+ * <p>You can only set this preference for the Amazon EC2 instance, Auto Scaling group, Amazon EBS volume, Amazon ECS service, Amazon RDS DB instance, and Aurora DB cluster storage resource types.</p>
7090
7118
  * </note>
7091
7119
  * @public
7092
7120
  */
@@ -294,6 +294,7 @@ export declare const ExportableVolumeField: {
294
294
  readonly CURRENT_CONFIGURATION_VOLUME_TYPE: "CurrentConfigurationVolumeType";
295
295
  readonly CURRENT_MONTHLY_PRICE: "CurrentMonthlyPrice";
296
296
  readonly CURRENT_PERFORMANCE_RISK: "CurrentPerformanceRisk";
297
+ readonly EFFECTIVE_RECOMMENDATION_PREFERENCES_LOOKBACK_PERIOD: "EffectiveRecommendationPreferencesLookBackPeriod";
297
298
  readonly EFFECTIVE_RECOMMENDATION_PREFERENCES_SAVINGS_ESTIMATION_MODE: "EffectiveRecommendationPreferencesSavingsEstimationMode";
298
299
  readonly FINDING: "Finding";
299
300
  readonly LAST_REFRESH_TIMESTAMP: "LastRefreshTimestamp";
@@ -409,6 +410,7 @@ export declare const ExportableECSServiceField: {
409
410
  readonly CURRENT_SERVICE_CONFIGURATION_MEMORY: "CurrentServiceConfigurationMemory";
410
411
  readonly CURRENT_SERVICE_CONFIGURATION_TASK_DEFINITION_ARN: "CurrentServiceConfigurationTaskDefinitionArn";
411
412
  readonly CURRENT_SERVICE_CONTAINER_CONFIGURATIONS: "CurrentServiceContainerConfigurations";
413
+ readonly EFFECTIVE_RECOMMENDATION_PREFERENCES_LOOKBACK_PERIOD: "EffectiveRecommendationPreferencesLookBackPeriod";
412
414
  readonly EFFECTIVE_RECOMMENDATION_PREFERENCES_SAVINGS_ESTIMATION_MODE: "EffectiveRecommendationPreferencesSavingsEstimationMode";
413
415
  readonly FINDING: "Finding";
414
416
  readonly FINDING_REASON_CODES: "FindingReasonCodes";
@@ -407,6 +407,7 @@ export interface EBSSavingsEstimationMode {
407
407
  }
408
408
  export interface EBSEffectiveRecommendationPreferences {
409
409
  savingsEstimationMode?: EBSSavingsEstimationMode | undefined;
410
+ lookBackPeriod?: LookBackPeriodPreference | undefined;
410
411
  }
411
412
  export interface Tag {
412
413
  key?: string | undefined;
@@ -593,6 +594,7 @@ export interface ECSSavingsEstimationMode {
593
594
  }
594
595
  export interface ECSEffectiveRecommendationPreferences {
595
596
  savingsEstimationMode?: ECSSavingsEstimationMode | undefined;
597
+ lookBackPeriod?: LookBackPeriodPreference | undefined;
596
598
  }
597
599
  export interface ContainerRecommendation {
598
600
  containerName?: string | undefined;
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.1059.0",
4
+ "version": "3.1061.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 client-compute-optimizer",
@@ -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.16",
25
- "@aws-sdk/credential-provider-node": "^3.972.49",
24
+ "@aws-sdk/core": "^3.974.17",
25
+ "@aws-sdk/credential-provider-node": "^3.972.50",
26
26
  "@aws-sdk/types": "^3.973.10",
27
27
  "@smithy/core": "^3.24.6",
28
28
  "@smithy/fetch-http-handler": "^5.4.6",