aws-sdk-emr 1.98.0 → 1.99.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 +1 -3
- data/lib/aws-sdk-emr.rb +3 -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: 6d5aa11f006e97e3674fb7670a964d3f3bdda30a756cf49854d31091f1f2dcd9
|
|
4
|
+
data.tar.gz: 7322052a64a9d95021308b7f270bfb294b67e0a6caa1fdd9ef6183cb5be1e2d6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2cbfa022910045338a488b75f08fc4909b152f5ace2e658686befcfea87c37d459524f5784cfe745638878b9824d6b43ee5d233763427d3aa8a534d3c8ffd6e5
|
|
7
|
+
data.tar.gz: a02e60bdacf1adec7239c06a05937d7aeec13ac52faa4360eb703110dcefb1cbab4ceb430b538b253a78f0039cfa9ca581c7ca097b88b5abcc983b66ae59afdc
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.99.0
|
data/lib/aws-sdk-emr/client.rb
CHANGED
|
@@ -36,8 +36,6 @@ require 'aws-sdk-core/plugins/telemetry.rb'
|
|
|
36
36
|
require 'aws-sdk-core/plugins/sign.rb'
|
|
37
37
|
require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
|
|
38
38
|
|
|
39
|
-
Aws::Plugins::GlobalConfiguration.add_identifier(:emr)
|
|
40
|
-
|
|
41
39
|
module Aws::EMR
|
|
42
40
|
# An API client for EMR. To construct a client, you need to configure a `:region` and `:credentials`.
|
|
43
41
|
#
|
|
@@ -4274,7 +4272,7 @@ module Aws::EMR
|
|
|
4274
4272
|
tracer: tracer
|
|
4275
4273
|
)
|
|
4276
4274
|
context[:gem_name] = 'aws-sdk-emr'
|
|
4277
|
-
context[:gem_version] = '1.
|
|
4275
|
+
context[:gem_version] = '1.99.0'
|
|
4278
4276
|
Seahorse::Client::Request.new(handlers, context)
|
|
4279
4277
|
end
|
|
4280
4278
|
|
data/lib/aws-sdk-emr.rb
CHANGED
|
@@ -11,6 +11,8 @@
|
|
|
11
11
|
require 'aws-sdk-core'
|
|
12
12
|
require 'aws-sigv4'
|
|
13
13
|
|
|
14
|
+
Aws::Plugins::GlobalConfiguration.add_identifier(:emr)
|
|
15
|
+
|
|
14
16
|
# This module provides support for Amazon EMR. This module is available in the
|
|
15
17
|
# `aws-sdk-emr` gem.
|
|
16
18
|
#
|
|
@@ -53,7 +55,7 @@ module Aws::EMR
|
|
|
53
55
|
autoload :EndpointProvider, 'aws-sdk-emr/endpoint_provider'
|
|
54
56
|
autoload :Endpoints, 'aws-sdk-emr/endpoints'
|
|
55
57
|
|
|
56
|
-
GEM_VERSION = '1.
|
|
58
|
+
GEM_VERSION = '1.99.0'
|
|
57
59
|
|
|
58
60
|
end
|
|
59
61
|
|
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.99.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-09-
|
|
11
|
+
date: 2024-09-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|