aws-sdk-emr 1.84.0 → 1.85.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-emr/client.rb +2 -2
- data/lib/aws-sdk-emr/types.rb +4 -3
- data/lib/aws-sdk-emr.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fa374d5eb0a3a317d43bbea48997ca1baab5622091f4a971483d92322e310683
|
|
4
|
+
data.tar.gz: 48d6c31720404693b39acaf822ade07715eda1b86696a5a465d1171d3f976741
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: eeaa1bf0d32cc2cca2025ed32bfa6833e6d068dbc8c46e85cd0ed71d5a409b6f92a7345b4c4450cf546bf2d49ad6d887f325d55c5c21d747314890f54326ccd8
|
|
7
|
+
data.tar.gz: bee53343dfaaf3f96070e3aa734b0f517a799fe37532b6320f1ea6e827daca232785e06a64526e65530d268a37fc7c1916cafe8d4aa7e0aca7e26aa5c96d5163
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.85.0
|
data/lib/aws-sdk-emr/client.rb
CHANGED
|
@@ -3787,7 +3787,7 @@ module Aws::EMR
|
|
|
3787
3787
|
#
|
|
3788
3788
|
#
|
|
3789
3789
|
#
|
|
3790
|
-
# [1]: https://docs.aws.amazon.com/emr/latest/ManagementGuide/
|
|
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.
|
|
4150
|
+
context[:gem_version] = '1.85.0'
|
|
4151
4151
|
Seahorse::Client::Request.new(handlers, context)
|
|
4152
4152
|
end
|
|
4153
4153
|
|
data/lib/aws-sdk-emr/types.rb
CHANGED
|
@@ -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 <, >, $, \|, 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 `
|
|
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
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.
|
|
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-
|
|
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
|