Skip to content

Commit 7796a60

Browse files
author
awstools
committed
docs(client-emr): This release fixes a broken link in the documentation.
1 parent 8b556b0 commit 7796a60

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

clients/client-emr/src/commands/SetUnhealthyNodeReplacementCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export interface SetUnhealthyNodeReplacementCommandOutput extends __MetadataBear
3737
* <p>If unhealthy node replacement is on, Amazon EMR
3838
* notifies YARN and other applications on the cluster to stop scheduling tasks
3939
* with these nodes, moves the data, and then terminates the nodes.</p>
40-
* <p>For more information, see <a href="https://docs.aws.amazon.com/emr/latest/ManagementGuide/UsingEMR_UnhealthyNodeReplacement.html">graceful
40+
* <p>For more information, see <a href="https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-plan-node-replacement.html">graceful
4141
* node replacement</a> in the <i>Amazon EMR Management Guide</i>.</p>
4242
* @example
4343
* Use a bare-bones client and the command you need to make an API call.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6153,7 +6153,7 @@ export interface Cluster {
61536153
Id?: string;
61546154

61556155
/**
6156-
* <p>The name of the cluster.</p>
6156+
* <p>The name of the cluster. This parameter can't contain the characters <, >, $, |, or ` (backtick).</p>
61576157
* @public
61586158
*/
61596159
Name?: string;
@@ -7220,7 +7220,7 @@ export interface JobFlowInstancesConfig {
72207220

72217221
/**
72227222
* <p>Specifies whether the cluster should remain available after completing all steps.
7223-
* Defaults to <code>true</code>. For more information about configuring cluster termination,
7223+
* Defaults to <code>false</code>. For more information about configuring cluster termination,
72247224
* see <a href="https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-plan-termination.html">Control Cluster Termination</a> in the <i>EMR Management
72257225
* Guide</i>.</p>
72267226
* @public

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,7 @@
885885
"Name": {
886886
"target": "com.amazonaws.emr#String",
887887
"traits": {
888-
"smithy.api#documentation": "<p>The name of the cluster.</p>"
888+
"smithy.api#documentation": "<p>The name of the cluster. This parameter can't contain the characters <, >, $, |, or ` (backtick).</p>"
889889
}
890890
},
891891
"Status": {
@@ -6111,7 +6111,7 @@
61116111
"KeepJobFlowAliveWhenNoSteps": {
61126112
"target": "com.amazonaws.emr#Boolean",
61136113
"traits": {
6114-
"smithy.api#documentation": "<p>Specifies whether the cluster should remain available after completing all steps.\n Defaults to <code>true</code>. For more information about configuring cluster termination,\n see <a href=\"https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-plan-termination.html\">Control Cluster Termination</a> in the <i>EMR Management\n Guide</i>.</p>"
6114+
"smithy.api#documentation": "<p>Specifies whether the cluster should remain available after completing all steps.\n Defaults to <code>false</code>. For more information about configuring cluster termination,\n see <a href=\"https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-plan-termination.html\">Control Cluster Termination</a> in the <i>EMR Management\n Guide</i>.</p>"
61156115
}
61166116
},
61176117
"TerminationProtected": {
@@ -9056,7 +9056,7 @@
90569056
}
90579057
],
90589058
"traits": {
9059-
"smithy.api#documentation": "<p>Specify whether to enable unhealthy node replacement, which lets Amazon EMR gracefully \n replace core nodes on a cluster if any nodes become unhealthy. For example, a node becomes \n unhealthy if disk usage is above 90%. If unhealthy node replacement is on and <code>TerminationProtected</code> are off, \n Amazon EMR immediately terminates the unhealthy core nodes. To use unhealthy node replacement \n and retain unhealthy core nodes, use to turn on\n termination protection. In such cases, Amazon EMR adds \n the unhealthy nodes to a denylist, reducing job interruptions and failures.</p>\n <p>If unhealthy node replacement is on, Amazon EMR \n notifies YARN and other applications on the cluster to stop scheduling tasks \n with these nodes, moves the data, and then terminates the nodes.</p>\n <p>For more information, see <a href=\"https://docs.aws.amazon.com/emr/latest/ManagementGuide/UsingEMR_UnhealthyNodeReplacement.html\">graceful \n node replacement</a> in the <i>Amazon EMR Management Guide</i>.</p>"
9059+
"smithy.api#documentation": "<p>Specify whether to enable unhealthy node replacement, which lets Amazon EMR gracefully \n replace core nodes on a cluster if any nodes become unhealthy. For example, a node becomes \n unhealthy if disk usage is above 90%. If unhealthy node replacement is on and <code>TerminationProtected</code> are off, \n Amazon EMR immediately terminates the unhealthy core nodes. To use unhealthy node replacement \n and retain unhealthy core nodes, use to turn on\n termination protection. In such cases, Amazon EMR adds \n the unhealthy nodes to a denylist, reducing job interruptions and failures.</p>\n <p>If unhealthy node replacement is on, Amazon EMR \n notifies YARN and other applications on the cluster to stop scheduling tasks \n with these nodes, moves the data, and then terminates the nodes.</p>\n <p>For more information, see <a href=\"https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-plan-node-replacement.html\">graceful \n node replacement</a> in the <i>Amazon EMR Management Guide</i>.</p>"
90609060
}
90619061
},
90629062
"com.amazonaws.emr#SetUnhealthyNodeReplacementInput": {

0 commit comments

Comments
 (0)