aws-sdk-shield 1.59.0 → 1.60.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: 8bda72b8202c4f1e6116d865c8c4e240a24a17378167519f332a70d588588f2b
4
- data.tar.gz: d7d13487c827870b08c1400b8901e9efabf88d01b9ea3b42ad2f162a536f1336
3
+ metadata.gz: 182888a8379c202cc1d22793cb081f78324e2ddda5f88bb75e3b14012a79a01b
4
+ data.tar.gz: 825fc2fe7a3b8afaf5e33f7ac5987c80d71d9ce12e6851ebf638e5d803a941dc
5
5
  SHA512:
6
- metadata.gz: ea31f8e589d13142bc9ab1c658b5e94a572258fe30f3d7a6206449ea260597fdfe4b8853c3a690c4458badc302f5066ed154aa7965091eea3a4db86a775cd9bc
7
- data.tar.gz: 1ba816c6567a338a58139976f4967de71cf64cf70a1f502b9f2b0e5e852eaf2ed0b311b666f042871c04fd20ea0eb6b7a52aa20241b1f73b4d543c23196c85cf
6
+ metadata.gz: 590dc5eb82c3c0b2d2d68e3ece49caed56f05a1530a2ba41910a6ea77b0b2c7f4b0dd98c48943dbd4cc186e4481e59ecaf265fa26e0565e2ee7a83ad03d7c09f
7
+ data.tar.gz: 495a5571a4855d730c654d473fd4f59f8effb94d00acccff03074439fb88635569cdddf8d1775daf1a8624878ec728f357633549b51c9b949e7dbaf328da5869
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.60.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.59.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.59.0
1
+ 1.60.0
@@ -1928,7 +1928,7 @@ module Aws::Shield
1928
1928
  params: params,
1929
1929
  config: config)
1930
1930
  context[:gem_name] = 'aws-sdk-shield'
1931
- context[:gem_version] = '1.59.0'
1931
+ context[:gem_version] = '1.60.0'
1932
1932
  Seahorse::Client::Request.new(handlers, context)
1933
1933
  end
1934
1934
 
@@ -25,16 +25,17 @@ module Aws::Shield
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-shield/customizations'
52
52
  # @!group service
53
53
  module Aws::Shield
54
54
 
55
- GEM_VERSION = '1.59.0'
55
+ GEM_VERSION = '1.60.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-shield
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.59.0
4
+ version: 1.60.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