Skip to content

Commit

Permalink
chore: fix by the review
Browse files Browse the repository at this point in the history
  • Loading branch information
go-to-k committed Nov 2, 2023
1 parent 90b13e9 commit 8443817
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -659,11 +659,10 @@ export namespace EmrCreateCluster {
/**
* The defined duration for Spot instances (also known as Spot blocks) in minutes.
*
* This is no longer available to new customers from July 1, 2021.
* For customers who have previously used the feature, we will continue to support Spot Instances
* with a defined duration until December 31, 2022.
*
* @default - No blockDurationMinutes
*
* @deprecated - Spot Instances with a defined duration (also known as Spot blocks) are no longer available to new customers from July 1, 2021.
* For customers who have previously used the feature, we will continue to support Spot Instances with a defined duration until December 31, 2022.
*/
readonly blockDurationMinutes?: number;

Expand Down

0 comments on commit 8443817

Please sign in to comment.