aws-sdk-emr 1.117.0 → 1.119.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-emr/client.rb +2 -2
- data/lib/aws-sdk-emr/customizations.rb +0 -8
- data/lib/aws-sdk-emr/endpoint_parameters.rb +4 -4
- data/lib/aws-sdk-emr.rb +1 -1
- data/sig/types.rbs +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 29f1e613c39ec8e1e822343099ffb55cf78beaa3160ab588e893327abd4b792c
|
|
4
|
+
data.tar.gz: dd3ebb1ee2ab272464b7b8a4c5743d54773708ea899cdd921fb324b8b7879333
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8e1cb2135d17b60fe2c69de0726f00091e6086e3a34425481d1099d49ae66f49852cadc840ca8bff90bd905f6fa1491877c12adba7491f1477c59a140e8572af
|
|
7
|
+
data.tar.gz: 7ccf8992f7e0a9dffeeaa119a0d8161a60c63fb598419f6cbaee782f2d06ba2c05401de6254427d83c714c0a9e3d39cec651d98203ad0f4d59ef712ae3ea5319
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.119.0 (2025-10-31)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Update endpoint ruleset parameters casing
|
|
8
|
+
|
|
9
|
+
1.118.0 (2025-10-21)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Added RECONFIGURING to the InstanceFleetState convenience enum.
|
|
13
|
+
|
|
4
14
|
1.117.0 (2025-08-28)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.119.0
|
data/lib/aws-sdk-emr/client.rb
CHANGED
|
@@ -2245,7 +2245,7 @@ module Aws::EMR
|
|
|
2245
2245
|
# resp.instance_fleets #=> Array
|
|
2246
2246
|
# resp.instance_fleets[0].id #=> String
|
|
2247
2247
|
# resp.instance_fleets[0].name #=> String
|
|
2248
|
-
# resp.instance_fleets[0].status.state #=> String, one of "PROVISIONING", "BOOTSTRAPPING", "RUNNING", "RESIZING", "SUSPENDED", "TERMINATING", "TERMINATED"
|
|
2248
|
+
# resp.instance_fleets[0].status.state #=> String, one of "PROVISIONING", "BOOTSTRAPPING", "RUNNING", "RESIZING", "RECONFIGURING", "SUSPENDED", "TERMINATING", "TERMINATED"
|
|
2249
2249
|
# resp.instance_fleets[0].status.state_change_reason.code #=> String, one of "INTERNAL_ERROR", "VALIDATION_ERROR", "INSTANCE_FAILURE", "CLUSTER_TERMINATED"
|
|
2250
2250
|
# resp.instance_fleets[0].status.state_change_reason.message #=> String
|
|
2251
2251
|
# resp.instance_fleets[0].status.timeline.creation_date_time #=> Time
|
|
@@ -4514,7 +4514,7 @@ module Aws::EMR
|
|
|
4514
4514
|
tracer: tracer
|
|
4515
4515
|
)
|
|
4516
4516
|
context[:gem_name] = 'aws-sdk-emr'
|
|
4517
|
-
context[:gem_version] = '1.
|
|
4517
|
+
context[:gem_version] = '1.119.0'
|
|
4518
4518
|
Seahorse::Client::Request.new(handlers, context)
|
|
4519
4519
|
end
|
|
4520
4520
|
|
|
@@ -13,22 +13,22 @@ module Aws::EMR
|
|
|
13
13
|
# @!attribute region
|
|
14
14
|
# The AWS region used to dispatch the request.
|
|
15
15
|
#
|
|
16
|
-
# @return [
|
|
16
|
+
# @return [string]
|
|
17
17
|
#
|
|
18
18
|
# @!attribute use_dual_stack
|
|
19
19
|
# When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
|
|
20
20
|
#
|
|
21
|
-
# @return [
|
|
21
|
+
# @return [boolean]
|
|
22
22
|
#
|
|
23
23
|
# @!attribute use_fips
|
|
24
24
|
# When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
|
|
25
25
|
#
|
|
26
|
-
# @return [
|
|
26
|
+
# @return [boolean]
|
|
27
27
|
#
|
|
28
28
|
# @!attribute endpoint
|
|
29
29
|
# Override the endpoint used to send this request
|
|
30
30
|
#
|
|
31
|
-
# @return [
|
|
31
|
+
# @return [string]
|
|
32
32
|
#
|
|
33
33
|
EndpointParameters = Struct.new(
|
|
34
34
|
:region,
|
data/lib/aws-sdk-emr.rb
CHANGED
data/sig/types.rbs
CHANGED
|
@@ -666,7 +666,7 @@ module Aws::EMR
|
|
|
666
666
|
end
|
|
667
667
|
|
|
668
668
|
class InstanceFleetStatus
|
|
669
|
-
attr_accessor state: ("PROVISIONING" | "BOOTSTRAPPING" | "RUNNING" | "RESIZING" | "SUSPENDED" | "TERMINATING" | "TERMINATED")
|
|
669
|
+
attr_accessor state: ("PROVISIONING" | "BOOTSTRAPPING" | "RUNNING" | "RESIZING" | "RECONFIGURING" | "SUSPENDED" | "TERMINATING" | "TERMINATED")
|
|
670
670
|
attr_accessor state_change_reason: Types::InstanceFleetStateChangeReason
|
|
671
671
|
attr_accessor timeline: Types::InstanceFleetTimeline
|
|
672
672
|
SENSITIVE: []
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.119.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
version: '3'
|
|
19
19
|
- - ">="
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 3.
|
|
21
|
+
version: 3.234.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -28,7 +28,7 @@ dependencies:
|
|
|
28
28
|
version: '3'
|
|
29
29
|
- - ">="
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: 3.
|
|
31
|
+
version: 3.234.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|