aws-sdk-emr 1.84.0 → 1.85.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d0ed5786de347a81e7a42fb51f4c30e606b1dfbdfca384a92e664b64944e0e03
4
- data.tar.gz: '09f23aea53b22b21bb08a3601c8f8a26ec1ec2108a9cf7f0040b1c16812592f7'
3
+ metadata.gz: fa374d5eb0a3a317d43bbea48997ca1baab5622091f4a971483d92322e310683
4
+ data.tar.gz: 48d6c31720404693b39acaf822ade07715eda1b86696a5a465d1171d3f976741
5
5
  SHA512:
6
- metadata.gz: 3126f0069b0a0e59bfd1e55073f75c74a763f09831d89f8d4e5b464486cd05bdfe9b63bafbb7ab17170ec7cac6304bef0fa4cfb8ab0dfd7fdec1b2a14a368d15
7
- data.tar.gz: fe242e30a2ee11a9c847f9860c926016db66f2d92cfd6bb5a595a86b90560586f94f1c055509be6bd59dd1b71b44cfb747a0213a2b7f7643f04e58fe6c91add3
6
+ metadata.gz: eeaa1bf0d32cc2cca2025ed32bfa6833e6d068dbc8c46e85cd0ed71d5a409b6f92a7345b4c4450cf546bf2d49ad6d887f325d55c5c21d747314890f54326ccd8
7
+ data.tar.gz: bee53343dfaaf3f96070e3aa734b0f517a799fe37532b6320f1ea6e827daca232785e06a64526e65530d268a37fc7c1916cafe8d4aa7e0aca7e26aa5c96d5163
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.85.0 (2024-04-01)
5
+ ------------------
6
+
7
+ * Feature - This release fixes a broken link in the documentation.
8
+
4
9
  1.84.0 (2024-02-16)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.84.0
1
+ 1.85.0
@@ -3787,7 +3787,7 @@ module Aws::EMR
3787
3787
  #
3788
3788
  #
3789
3789
  #
3790
- # [1]: https://docs.aws.amazon.com/emr/latest/ManagementGuide/UsingEMR_UnhealthyNodeReplacement.html
3790
+ # [1]: https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-plan-node-replacement.html
3791
3791
  #
3792
3792
  # @option params [required, Array<String>] :job_flow_ids
3793
3793
  # The list of strings that uniquely identify the clusters for which to
@@ -4147,7 +4147,7 @@ module Aws::EMR
4147
4147
  params: params,
4148
4148
  config: config)
4149
4149
  context[:gem_name] = 'aws-sdk-emr'
4150
- context[:gem_version] = '1.84.0'
4150
+ context[:gem_version] = '1.85.0'
4151
4151
  Seahorse::Client::Request.new(handlers, context)
4152
4152
  end
4153
4153
 
@@ -572,7 +572,8 @@ module Aws::EMR
572
572
  # @return [String]
573
573
  #
574
574
  # @!attribute [rw] name
575
- # The name of the cluster.
575
+ # The name of the cluster. This parameter can't contain the
576
+ # characters &lt;, &gt;, $, \|, or ` (backtick).
576
577
  # @return [String]
577
578
  #
578
579
  # @!attribute [rw] status
@@ -3566,8 +3567,8 @@ module Aws::EMR
3566
3567
  #
3567
3568
  # @!attribute [rw] keep_job_flow_alive_when_no_steps
3568
3569
  # Specifies whether the cluster should remain available after
3569
- # completing all steps. Defaults to `true`. For more information about
3570
- # configuring cluster termination, see [Control Cluster
3570
+ # completing all steps. Defaults to `false`. For more information
3571
+ # about configuring cluster termination, see [Control Cluster
3571
3572
  # Termination][1] in the *EMR Management Guide*.
3572
3573
  #
3573
3574
  #
data/lib/aws-sdk-emr.rb CHANGED
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-emr/customizations'
53
53
  # @!group service
54
54
  module Aws::EMR
55
55
 
56
- GEM_VERSION = '1.84.0'
56
+ GEM_VERSION = '1.85.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-emr
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.84.0
4
+ version: 1.85.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-02-16 00:00:00.000000000 Z
11
+ date: 2024-04-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core