Skip to content

Commit

Permalink
docs(client-emr): Definition update for EbsConfiguration.
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Feb 27, 2025
1 parent 5850cdd commit 73febed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion clients/client-emr/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ export interface EbsConfiguration {
EbsBlockDeviceConfigs?: EbsBlockDeviceConfig[] | undefined;

/**
* <p>Indicates whether an Amazon EBS volume is EBS-optimized.</p>
* <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
* for an EC2 instance.</p>
* @public
*/
EbsOptimized?: boolean | undefined;
Expand Down
2 changes: 1 addition & 1 deletion codegen/sdk-codegen/aws-models/emr.json
Original file line number Diff line number Diff line change
Expand Up @@ -2562,7 +2562,7 @@
"EbsOptimized": {
"target": "com.amazonaws.emr#BooleanObject",
"traits": {
"smithy.api#documentation": "<p>Indicates whether an Amazon EBS volume is EBS-optimized.</p>"
"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>"
}
}
},
Expand Down

0 comments on commit 73febed

Please sign in to comment.