From 73febedf987eca45c6de3d793932867ec4ef8cf0 Mon Sep 17 00:00:00 2001 From: awstools Date: Thu, 27 Feb 2025 19:20:43 +0000 Subject: [PATCH] docs(client-emr): Definition update for EbsConfiguration. --- clients/client-emr/src/models/models_0.ts | 3 ++- codegen/sdk-codegen/aws-models/emr.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/clients/client-emr/src/models/models_0.ts b/clients/client-emr/src/models/models_0.ts index 1f4baf2f849f..363e2851b2ab 100644 --- a/clients/client-emr/src/models/models_0.ts +++ b/clients/client-emr/src/models/models_0.ts @@ -104,7 +104,8 @@ export interface EbsConfiguration { EbsBlockDeviceConfigs?: EbsBlockDeviceConfig[] | undefined; /** - *

Indicates whether an Amazon EBS volume is EBS-optimized.

+ *

Indicates whether an Amazon EBS volume is EBS-optimized. The default is false. You should explicitly set this value to true to enable the Amazon EBS-optimized setting + * for an EC2 instance.

* @public */ EbsOptimized?: boolean | undefined; diff --git a/codegen/sdk-codegen/aws-models/emr.json b/codegen/sdk-codegen/aws-models/emr.json index 29a6b43e599d..b3247f1c75ad 100644 --- a/codegen/sdk-codegen/aws-models/emr.json +++ b/codegen/sdk-codegen/aws-models/emr.json @@ -2562,7 +2562,7 @@ "EbsOptimized": { "target": "com.amazonaws.emr#BooleanObject", "traits": { - "smithy.api#documentation": "

Indicates whether an Amazon EBS volume is EBS-optimized.

" + "smithy.api#documentation": "

Indicates whether an Amazon EBS volume is EBS-optimized. The default is false. You should explicitly set this value to true to enable the Amazon EBS-optimized setting \n for an EC2 instance.

" } } },