Skip to content

Commit f6dccc2

Browse files
author
AWS
committed
Amazon EMR Update: This release provides new parameter "Context" in instance fleet clusters.
1 parent 631ebf7 commit f6dccc2

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
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 EMR",
4+
"contributor": "",
5+
"description": "This release provides new parameter \"Context\" in instance fleet clusters."
6+
}

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2462,6 +2462,10 @@
24622462
"ResizeSpecifications":{
24632463
"shape":"InstanceFleetResizingSpecifications",
24642464
"documentation":"<p>The resize specification for the instance fleet.</p>"
2465+
},
2466+
"Context":{
2467+
"shape":"XmlStringMaxLen256",
2468+
"documentation":"<p>Reserved.</p>"
24652469
}
24662470
},
24672471
"documentation":"<p>Describes an instance fleet, which is a group of Amazon EC2 instances that host a particular node type (master, core, or task) in an Amazon EMR cluster. Instance fleets can consist of a mix of instance types and On-Demand and Spot Instances, which are provisioned to meet a defined target capacity. </p> <note> <p>The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and later, excluding 5.0.x versions.</p> </note>"
@@ -2497,6 +2501,10 @@
24972501
"ResizeSpecifications":{
24982502
"shape":"InstanceFleetResizingSpecifications",
24992503
"documentation":"<p>The resize specification for the instance fleet.</p>"
2504+
},
2505+
"Context":{
2506+
"shape":"XmlStringMaxLen256",
2507+
"documentation":"<p>Reserved.</p>"
25002508
}
25012509
},
25022510
"documentation":"<p>The configuration that defines an instance fleet.</p> <note> <p>The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and later, excluding 5.0.x versions.</p> </note>"
@@ -2533,6 +2541,10 @@
25332541
"InstanceTypeConfigs":{
25342542
"shape":"InstanceTypeConfigList",
25352543
"documentation":"<p>An array of InstanceTypeConfig objects that specify how Amazon EMR provisions Amazon EC2 instances when it fulfills On-Demand and Spot capacities. For more information, see <a href=\"https://docs.aws.amazon.com/emr/latest/APIReference/API_InstanceTypeConfig.html\">InstanceTypeConfig</a>.</p>"
2544+
},
2545+
"Context":{
2546+
"shape":"XmlStringMaxLen256",
2547+
"documentation":"<p>Reserved.</p>"
25362548
}
25372549
},
25382550
"documentation":"<p>Configuration parameters for an instance fleet modification request.</p> <note> <p>The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and later, excluding 5.0.x versions.</p> </note>"

0 commit comments

Comments
 (0)