Skip to content

Commit 73febed

Browse files
author
awstools
committed
docs(client-emr): Definition update for EbsConfiguration.
1 parent 5850cdd commit 73febed

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

clients/client-emr/src/models/models_0.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ export interface EbsConfiguration {
104104
EbsBlockDeviceConfigs?: EbsBlockDeviceConfig[] | undefined;
105105

106106
/**
107-
* <p>Indicates whether an Amazon EBS volume is EBS-optimized.</p>
107+
* <p>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
108+
* for an EC2 instance.</p>
108109
* @public
109110
*/
110111
EbsOptimized?: boolean | undefined;

codegen/sdk-codegen/aws-models/emr.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2562,7 +2562,7 @@
25622562
"EbsOptimized": {
25632563
"target": "com.amazonaws.emr#BooleanObject",
25642564
"traits": {
2565-
"smithy.api#documentation": "<p>Indicates whether an Amazon EBS volume is EBS-optimized.</p>"
2565+
"smithy.api#documentation": "<p>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.</p>"
25662566
}
25672567
}
25682568
},

0 commit comments

Comments
 (0)