Skip to content

Commit 46420e1

Browse files
author
AWS
committed
Amazon Elastic MapReduce Update: Amazon EMR customers can now specify Resource Group to target Capacity Reservations in their EMR clusters with instance fleets using allocation strategy.
1 parent 872ccd4 commit 46420e1

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Elastic MapReduce",
4+
"contributor": "",
5+
"description": "Amazon EMR customers can now specify Resource Group to target Capacity Reservations in their EMR clusters with instance fleets using allocation strategy."
6+
}

services/emr/src/main/resources/codegen-resources/service-2.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1493,7 +1493,7 @@
14931493
},
14941494
"DefaultS3Location":{
14951495
"shape":"XmlString",
1496-
"documentation":"<p>The default Amazon S3 location to back up Amazon EMR Studio Workspaces and notebook files. A Studio user can select an alternative Amazon S3 location when creating a Workspace.</p>"
1496+
"documentation":"<p>The Amazon S3 location to back up Amazon EMR Studio Workspaces and notebook files.</p>"
14971497
},
14981498
"Tags":{
14991499
"shape":"TagList",
@@ -3695,6 +3695,10 @@
36953695
"CapacityReservationPreference":{
36963696
"shape":"OnDemandCapacityReservationPreference",
36973697
"documentation":"<p>Indicates the instance's Capacity Reservation preferences. Possible preferences include:</p> <ul> <li> <p> <code>open</code> - The instance can run in any open Capacity Reservation that has matching attributes (instance type, platform, Availability Zone).</p> </li> <li> <p> <code>none</code> - The instance avoids running in a Capacity Reservation even if one is available. The instance runs as an On-Demand Instance.</p> </li> </ul>"
3698+
},
3699+
"CapacityReservationResourceGroupArn":{
3700+
"shape":"XmlStringMaxLen256",
3701+
"documentation":"<p>The ARN of the Capacity Reservation resource group in which to run the instance.</p>"
36983702
}
36993703
},
37003704
"documentation":"<p>Describes the strategy for using unused Capacity Reservations for fulfilling On-Demand capacity.</p>"
@@ -4745,7 +4749,7 @@
47454749
},
47464750
"DefaultS3Location":{
47474751
"shape":"XmlString",
4748-
"documentation":"<p>The default Amazon S3 location to back up Amazon EMR Studio Workspaces and notebook files.</p>"
4752+
"documentation":"<p>The Amazon S3 location to back up Amazon EMR Studio Workspaces and notebook files.</p>"
47494753
},
47504754
"Tags":{
47514755
"shape":"TagList",
@@ -4893,7 +4897,7 @@
48934897
},
48944898
"DefaultS3Location":{
48954899
"shape":"XmlString",
4896-
"documentation":"<p>A default Amazon S3 location to back up Workspaces and notebook files for the Amazon EMR Studio. A Studio user can select an alternative Amazon S3 location when creating a Workspace.</p>"
4900+
"documentation":"<p>The Amazon S3 location to back up Workspaces and notebook files for the Amazon EMR Studio.</p>"
48974901
}
48984902
}
48994903
},

0 commit comments

Comments
 (0)