aws-sdk-gluedatabrew 1.33.0 → 1.34.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: 1cfb22043cc318b15377e99fde51b7cb624a8a9446102e28943009bccd75f843
4
- data.tar.gz: ecbaab1ed3af2558f3aec12f7cf75b874373fd3956b7cb556605eebf11218e57
3
+ metadata.gz: ef21347f25ec514372eb8c74486a4f0e39d7334c91feea94f52543a9c559ffb9
4
+ data.tar.gz: a0b6c74819d6229370b66fec56efdfdb668ad4c27ae4ca580c3d78d7c841f86a
5
5
  SHA512:
6
- metadata.gz: ee6136c3d010727194a0af8a9e5ebd67c9e9437653c3a5a81be71e3c9f215b840e4aab30b33744c96f6f897cff0645706f3f7ae4088242856a788d1b1080932c
7
- data.tar.gz: 59a428944c4f911a8d744b379d6f2364b8e284112ff27d4a881554740d92b1e2c4c501a48b130bb0956c27e0b89ced28b704f3e0cb192b1fc96e96b86feacf01
6
+ metadata.gz: c0152669130d730cc5552bcb6b97db98415711b15a17a1ba63c319ebd6498c190d78d6fade86276a6735b35c4d6efc8e422e6e0df316c4cb9b34257592786a15
7
+ data.tar.gz: 6c853422a180dafe1769381fbf2e5d95de4dba0d1876c98731bb6c303f6763a6782a7fafe2e364115188b2d8a95d3122ae102ece955f8222924e777bca665e39
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.34.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.33.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.33.0
1
+ 1.34.0
@@ -3354,7 +3354,7 @@ module Aws::GlueDataBrew
3354
3354
  params: params,
3355
3355
  config: config)
3356
3356
  context[:gem_name] = 'aws-sdk-gluedatabrew'
3357
- context[:gem_version] = '1.33.0'
3357
+ context[:gem_version] = '1.34.0'
3358
3358
  Seahorse::Client::Request.new(handlers, context)
3359
3359
  end
3360
3360
 
@@ -25,16 +25,17 @@ module Aws::GlueDataBrew
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
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-gluedatabrew/customizations'
52
52
  # @!group service
53
53
  module Aws::GlueDataBrew
54
54
 
55
- GEM_VERSION = '1.33.0'
55
+ GEM_VERSION = '1.34.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-gluedatabrew
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.33.0
4
+ version: 1.34.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