@aws-sdk/client-emr 3.540.0 → 3.549.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -36,7 +36,7 @@ declare const SetUnhealthyNodeReplacementCommand_base: {
36
36
  * <p>If unhealthy node replacement is on, Amazon EMR
37
37
  * notifies YARN and other applications on the cluster to stop scheduling tasks
38
38
  * with these nodes, moves the data, and then terminates the nodes.</p>
39
- * <p>For more information, see <a href="https://docs.aws.amazon.com/emr/latest/ManagementGuide/UsingEMR_UnhealthyNodeReplacement.html">graceful
39
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-plan-node-replacement.html">graceful
40
40
  * node replacement</a> in the <i>Amazon EMR Management Guide</i>.</p>
41
41
  * @example
42
42
  * Use a bare-bones client and the command you need to make an API call.
@@ -5446,7 +5446,7 @@ export interface Cluster {
5446
5446
  */
5447
5447
  Id?: string;
5448
5448
  /**
5449
- * <p>The name of the cluster.</p>
5449
+ * <p>The name of the cluster. This parameter can't contain the characters <, >, $, |, or ` (backtick).</p>
5450
5450
  * @public
5451
5451
  */
5452
5452
  Name?: string;
@@ -6392,7 +6392,7 @@ export interface JobFlowInstancesConfig {
6392
6392
  Placement?: PlacementType;
6393
6393
  /**
6394
6394
  * <p>Specifies whether the cluster should remain available after completing all steps.
6395
- * Defaults to <code>true</code>. For more information about configuring cluster termination,
6395
+ * Defaults to <code>false</code>. For more information about configuring cluster termination,
6396
6396
  * see <a href="https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-plan-termination.html">Control Cluster Termination</a> in the <i>EMR Management
6397
6397
  * Guide</i>.</p>
6398
6398
  * @public
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-emr",
3
3
  "description": "AWS SDK for JavaScript Emr Client for Node.js, Browser and React Native",
4
- "version": "3.540.0",
4
+ "version": "3.549.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-emr",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.540.0",
24
- "@aws-sdk/core": "3.535.0",
25
- "@aws-sdk/credential-provider-node": "3.540.0",
23
+ "@aws-sdk/client-sts": "3.549.0",
24
+ "@aws-sdk/core": "3.549.0",
25
+ "@aws-sdk/credential-provider-node": "3.549.0",
26
26
  "@aws-sdk/middleware-host-header": "3.535.0",
27
27
  "@aws-sdk/middleware-logger": "3.535.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.535.0",
@@ -33,13 +33,13 @@
33
33
  "@aws-sdk/util-user-agent-browser": "3.535.0",
34
34
  "@aws-sdk/util-user-agent-node": "3.535.0",
35
35
  "@smithy/config-resolver": "^2.2.0",
36
- "@smithy/core": "^1.4.0",
36
+ "@smithy/core": "^1.4.1",
37
37
  "@smithy/fetch-http-handler": "^2.5.0",
38
38
  "@smithy/hash-node": "^2.2.0",
39
39
  "@smithy/invalid-dependency": "^2.2.0",
40
40
  "@smithy/middleware-content-length": "^2.2.0",
41
41
  "@smithy/middleware-endpoint": "^2.5.0",
42
- "@smithy/middleware-retry": "^2.2.0",
42
+ "@smithy/middleware-retry": "^2.3.0",
43
43
  "@smithy/middleware-serde": "^2.3.0",
44
44
  "@smithy/middleware-stack": "^2.2.0",
45
45
  "@smithy/node-config-provider": "^2.3.0",