aws-sdk-globalaccelerator 1.54.0 → 1.55.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: 4cc328066dcd73a01bde0b2cac5791cc6aae2ec048cb849869c5c68b14c876e8
4
- data.tar.gz: 2af79b296614844a77c5e662ce664581393c3501ab99b49f891d65d94c398c6b
3
+ metadata.gz: 69d84493ffeffb3af711702129f1f289a78c3b9ad64380ea88c3aed30bf02034
4
+ data.tar.gz: edbd053d7295ccfae12063bdb2acd2e1256acd823ce0b5624c3930bfad115bb4
5
5
  SHA512:
6
- metadata.gz: c8ecd8aade7b114b523f3188b9db334a1a8d82af68ec54d68d88d6c657745b5fcaf9c82923936cc8bc0c3a1e44d8f7096bb9243e773a5d87db3f6509d495062d
7
- data.tar.gz: 27e26dad7dabad7758375e35802ae8d9f106a955ade96fb530d370e336933a4542ad608747d6a34aec186de0bed93996b46b917b29516d36a41d5968e6f8417e
6
+ metadata.gz: 1fa58e6880af0b25f2fec76458b6c0c31aaa54cd49b12008ed7f34819b36b4089d1288ccf1ce46c1cbbdd851fb705938651e5760ce039bb924bf411abd512cdb
7
+ data.tar.gz: b4932549d8939082081822c87c9b463082632ed01d5f7ebe68b5b210a49f7477d417b5decd045e35cec2a146b78d1a84cf9fb56fe2fd7164374816b69826817c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.55.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.54.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.54.0
1
+ 1.55.0
@@ -3531,7 +3531,7 @@ module Aws::GlobalAccelerator
3531
3531
  params: params,
3532
3532
  config: config)
3533
3533
  context[:gem_name] = 'aws-sdk-globalaccelerator'
3534
- context[:gem_version] = '1.54.0'
3534
+ context[:gem_version] = '1.55.0'
3535
3535
  Seahorse::Client::Request.new(handlers, context)
3536
3536
  end
3537
3537
 
@@ -25,16 +25,17 @@ module Aws::GlobalAccelerator
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-globalaccelerator/customizations'
52
52
  # @!group service
53
53
  module Aws::GlobalAccelerator
54
54
 
55
- GEM_VERSION = '1.54.0'
55
+ GEM_VERSION = '1.55.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-globalaccelerator
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.54.0
4
+ version: 1.55.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