aws-sdk-athena 1.77.0 → 1.78.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: 105c27ad590eb9c70b169f39ddd2e59837ba02bae15f128b8131a52c40538efb
4
- data.tar.gz: 27864bbb51799130c402183bdd40f930f38deb65110546c333110560145c7fe6
3
+ metadata.gz: 3eda6c357a295d394199d3cc0d956749850b9ea310d4fee029603c1ea508453f
4
+ data.tar.gz: 54a205ea13dd95798db7a5e8308d7f24cd0520d05d7dc2487ff030bf0dcc2375
5
5
  SHA512:
6
- metadata.gz: e70c117dfad095a1b17fd97032d2ee3382c417d57031df784532d1e71579e90f1a2736d473c45c3eebc948d53331ff3ffe78247ba9a445ea0cf733c5451d1c40
7
- data.tar.gz: ede6dd977d378d945cbb61cfedd3f9da68a94d0679ee298f8899542d04bb67dee4a46592432732d2596899ffad935d8f5d00454495e795bb5be9772ad2ba2e7d
6
+ metadata.gz: ea96580c3c2544ef050c4b1b0a28a04e012ccd43e15cd24f3368b80961b05541d5f5f247abec23c4662f3e7cf54f0079e1d028405a59732ea7a84d0623893e35
7
+ data.tar.gz: bba6def7c673ba6a2dcc3a981a5303b200a7734c07fc167ec05480d2537dd2a8cf93bcc5de078a5bb9c7701f0f36d94f9971f9852e567a78a2cf1bd5d0f51d58
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.78.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.77.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.77.0
1
+ 1.78.0
@@ -3586,7 +3586,7 @@ module Aws::Athena
3586
3586
  params: params,
3587
3587
  config: config)
3588
3588
  context[:gem_name] = 'aws-sdk-athena'
3589
- context[:gem_version] = '1.77.0'
3589
+ context[:gem_version] = '1.78.0'
3590
3590
  Seahorse::Client::Request.new(handlers, context)
3591
3591
  end
3592
3592
 
@@ -25,16 +25,17 @@ module Aws::Athena
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-athena/customizations'
52
52
  # @!group service
53
53
  module Aws::Athena
54
54
 
55
- GEM_VERSION = '1.77.0'
55
+ GEM_VERSION = '1.78.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-athena
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.77.0
4
+ version: 1.78.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