aws-sdk-emr 1.98.0 → 1.99.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: 6de6dbb9361f052b48478cbb83e443327859456866c55858170f4441e6b47e11
4
- data.tar.gz: e90559f2e077fcab5d66bcea59eb40986971c7a0c7380e1ea839186160d1b44d
3
+ metadata.gz: 6d5aa11f006e97e3674fb7670a964d3f3bdda30a756cf49854d31091f1f2dcd9
4
+ data.tar.gz: 7322052a64a9d95021308b7f270bfb294b67e0a6caa1fdd9ef6183cb5be1e2d6
5
5
  SHA512:
6
- metadata.gz: 0ffc1dcac681916860a8ebc73d71e99117189ce05cd25a47ed04aec1920c59b438ada80e88557960a56fab8a8bdcf3d5422cdc3386b8df839bf8ff109864b84b
7
- data.tar.gz: e9415401738e99aeb83710dd912ed4bf556a500c2690c396f44aef63e464387c1caf5ed86d6852ab1c5631b566d6a10779644dec43790a91fd196cbef5a09adc
6
+ metadata.gz: 2cbfa022910045338a488b75f08fc4909b152f5ace2e658686befcfea87c37d459524f5784cfe745638878b9824d6b43ee5d233763427d3aa8a534d3c8ffd6e5
7
+ data.tar.gz: a02e60bdacf1adec7239c06a05937d7aeec13ac52faa4360eb703110dcefb1cbab4ceb430b538b253a78f0039cfa9ca581c7ca097b88b5abcc983b66ae59afdc
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.99.0 (2024-09-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.98.0 (2024-09-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.98.0
1
+ 1.99.0
@@ -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.98.0'
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.98.0'
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.98.0
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-23 00:00:00.000000000 Z
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