|
1265 | 1265 | "PlacementGroups":{
|
1266 | 1266 | "shape":"PlacementGroupConfigList",
|
1267 | 1267 | "documentation":"<p>Placement group configured for an Amazon EMR cluster.</p>"
|
| 1268 | + }, |
| 1269 | + "OSReleaseLabel":{ |
| 1270 | + "shape":"String", |
| 1271 | + "documentation":"<p>The Amazon Linux release specified in a cluster launch RunJobFlow request. If no Amazon Linux release was specified, the default Amazon Linux release is shown in the response.</p>" |
1268 | 1272 | }
|
1269 | 1273 | },
|
1270 | 1274 | "documentation":"<p>The detailed description of the cluster.</p>"
|
|
1773 | 1777 | "NextToken":{
|
1774 | 1778 | "shape":"String",
|
1775 | 1779 | "documentation":"<p>The pagination token. Reserved for future use. Currently set to null.</p>"
|
| 1780 | + }, |
| 1781 | + "AvailableOSReleases":{ |
| 1782 | + "shape":"OSReleaseList", |
| 1783 | + "documentation":"<p>The list of available Amazon Linux release versions for an Amazon EMR release. Contains a Label field that is formatted as shown in <a href=\"https://docs.aws.amazon.com/AL2/latest/relnotes/relnotes-al2.html\"> <i>Amazon Linux 2 Release Notes</i> </a>. For example, <a href=\"https://docs.aws.amazon.com/AL2/latest/relnotes/relnotes-20220218.html\">2.0.20220218.1</a>.</p>" |
1776 | 1784 | }
|
1777 | 1785 | }
|
1778 | 1786 | },
|
|
2670 | 2678 | "shape":"ShrinkPolicy",
|
2671 | 2679 | "documentation":"<p>Policy for customizing shrink operations.</p>"
|
2672 | 2680 | },
|
| 2681 | + "ReconfigurationType":{ |
| 2682 | + "shape":"ReconfigurationType", |
| 2683 | + "documentation":"<p>Type of reconfiguration requested. Valid values are MERGE and OVERWRITE.</p>" |
| 2684 | + }, |
2673 | 2685 | "Configurations":{
|
2674 | 2686 | "shape":"ConfigurationList",
|
2675 | 2687 | "documentation":"<p>A list of new or modified configurations to apply for an instance group.</p>"
|
|
3868 | 3880 | "type":"list",
|
3869 | 3881 | "member":{"shape":"NotebookExecutionSummary"}
|
3870 | 3882 | },
|
| 3883 | + "OSRelease":{ |
| 3884 | + "type":"structure", |
| 3885 | + "members":{ |
| 3886 | + "Label":{ |
| 3887 | + "shape":"String", |
| 3888 | + "documentation":"<p>The Amazon Linux release specified for a cluster in the RunJobFlow request. The format is as shown in <a href=\"https://docs.aws.amazon.com/AL2/latest/relnotes/relnotes-20220218.html\"> <i>Amazon Linux 2 Release Notes</i> </a>. For example, 2.0.20220218.1.</p>" |
| 3889 | + } |
| 3890 | + }, |
| 3891 | + "documentation":"<p>The Amazon Linux release specified for a cluster in the RunJobFlow request.</p>" |
| 3892 | + }, |
| 3893 | + "OSReleaseList":{ |
| 3894 | + "type":"list", |
| 3895 | + "member":{"shape":"OSRelease"} |
| 3896 | + }, |
3871 | 3897 | "OnDemandCapacityReservationOptions":{
|
3872 | 3898 | "type":"structure",
|
3873 | 3899 | "members":{
|
|
4086 | 4112 | "members":{
|
4087 | 4113 | }
|
4088 | 4114 | },
|
| 4115 | + "ReconfigurationType":{ |
| 4116 | + "type":"string", |
| 4117 | + "enum":[ |
| 4118 | + "OVERWRITE", |
| 4119 | + "MERGE" |
| 4120 | + ] |
| 4121 | + }, |
4089 | 4122 | "ReleaseLabelFilter":{
|
4090 | 4123 | "type":"structure",
|
4091 | 4124 | "members":{
|
|
4299 | 4332 | "shape":"PlacementGroupConfigList",
|
4300 | 4333 | "documentation":"<p>The specified placement group configuration for an Amazon EMR cluster.</p>"
|
4301 | 4334 | },
|
4302 |
| - "AutoTerminationPolicy":{"shape":"AutoTerminationPolicy"} |
| 4335 | + "AutoTerminationPolicy":{"shape":"AutoTerminationPolicy"}, |
| 4336 | + "OSReleaseLabel":{ |
| 4337 | + "shape":"XmlStringMaxLen256", |
| 4338 | + "documentation":"<p>Specifies a particular Amazon Linux release for all nodes in a cluster launch RunJobFlow request. If a release is not specified, Amazon EMR uses the latest validated Amazon Linux release for cluster launch.</p>" |
| 4339 | + } |
4303 | 4340 | },
|
4304 | 4341 | "documentation":"<p> Input to the <a>RunJobFlow</a> operation. </p>"
|
4305 | 4342 | },
|
|
0 commit comments