aws-sdk-emr 1.80.0 → 1.81.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6aaf4484974d5ef47d8b2ff5be96a69580005d09b29d8dd08eb0587a1cc7b400
4
- data.tar.gz: b4b25605d15149611f884da31f6a674dd6f3815d9797e25e589e282d63679094
3
+ metadata.gz: cbd82a56d684b2a871aff7048996771a3d6f4fb509d14404f4fa437e7eb61548
4
+ data.tar.gz: 7f14c7ddee38971af71e0680d1b3fa7ed8ae9e74c6defe6178f073bd9373bb27
5
5
  SHA512:
6
- metadata.gz: 0edcbb3160d13ff91b3c48673da851eb9a9b4aa5f672407908c6c2f11f4b3040c25863064764cff664c45670856e4b0d0430aa5b34188d50fe6a884c72f861e7
7
- data.tar.gz: 3fe17f19d841600cf96bd8b5657683c2e1a3f948895ab74dde765b97cc6cf15b5813798567f1afc642ea9cf3a371babb58426d0b0e76467ede8b83d1fea065e7
6
+ metadata.gz: 8ac719387dd439694fca3f460f6c6c4705f4251b3fd24fe51e739af2a70dacb7aba31d553f2156fa5e090fc9b6384481266556b30d0da4ff02c87edf578ae2a9
7
+ data.tar.gz: 17c67ff6b203420c4fe363a1665a292af55982a845e411d778ef3a1b96d286517545f920a27cadbc5295b9f169a0323766220a40e6f2132b783037699928d756
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.81.0 (2023-11-28)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.80.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.80.0
1
+ 1.81.0
@@ -4049,7 +4049,7 @@ module Aws::EMR
4049
4049
  params: params,
4050
4050
  config: config)
4051
4051
  context[:gem_name] = 'aws-sdk-emr'
4052
- context[:gem_version] = '1.80.0'
4052
+ context[:gem_version] = '1.81.0'
4053
4053
  Seahorse::Client::Request.new(handlers, context)
4054
4054
  end
4055
4055
 
@@ -25,16 +25,17 @@ module Aws::EMR
25
25
  # @api private
26
26
  class Handler < Seahorse::Client::Handler
27
27
  def call(context)
28
- # If endpoint was discovered, do not resolve or apply the endpoint.
29
28
  unless context[:discovered_endpoint]
30
29
  params = parameters_for_operation(context)
31
30
  endpoint = context.config.endpoint_provider.resolve_endpoint(params)
32
31
 
33
32
  context.http_request.endpoint = endpoint.url
34
33
  apply_endpoint_headers(context, endpoint.headers)
34
+
35
+ context[:endpoint_params] = params
36
+ context[:endpoint_properties] = endpoint.properties
35
37
  end
36
38
 
37
- context[:endpoint_params] = params
38
39
  context[:auth_scheme] =
39
40
  Aws::Endpoints.resolve_auth_scheme(context, endpoint)
40
41
 
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.80.0'
56
+ GEM_VERSION = '1.81.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.80.0
4
+ version: 1.81.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: 2023-11-22 00:00:00.000000000 Z
11
+ date: 2023-11-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core