aws-sdk-waf 1.57.0 → 1.58.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: 2c51d161e91fdfe5aeec33f1fab0405a7fad773997f2b9dc7bc8443a919c0585
4
- data.tar.gz: b6e2bdb626797665efc590123c286c107e460a9639a34b460135fdf7d1cd9e60
3
+ metadata.gz: 981487a36afdaa1618ee5af1ec011ef04ac531589fdc500020d5a68ac1cc8b03
4
+ data.tar.gz: 22f857673c68136219f2629901095939ed7b28a7fee1e1a619086059bad33ddb
5
5
  SHA512:
6
- metadata.gz: 790350ad9ce94dbd186aa457b43e320795b78511c3d9899c61d49c2d32c5a9beec19333ad8ca940de341a9b4df0de5aa38504377bf76fa7b55c38800c24cbcc1
7
- data.tar.gz: 590efba140f8a2a4423e9bb369cd6c8c2a52abea24f9e9df32e6d2291acab14be3da8953976847d7bb9c49ec67635acdd7bc11bfad1d712af30771a415ab2445
6
+ metadata.gz: 02af3beb6d2fa67b116b50de9e991063e933992f8cc454799279e64d6fff657844b9d618f912a0005de0da806cf515df829ec8e9fd5b349fabbe43758cbb8d46
7
+ data.tar.gz: 4600ea81dc221885aa2e8fbfd600e8faed8a6d08212f52dccc2c5f9902230ebaed2bbb02710519873f2cfc7199002d21f1ec5ff42a5d55480a870523558e6cbf
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.58.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.57.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.57.0
1
+ 1.58.0
@@ -6731,7 +6731,7 @@ module Aws::WAF
6731
6731
  params: params,
6732
6732
  config: config)
6733
6733
  context[:gem_name] = 'aws-sdk-waf'
6734
- context[:gem_version] = '1.57.0'
6734
+ context[:gem_version] = '1.58.0'
6735
6735
  Seahorse::Client::Request.new(handlers, context)
6736
6736
  end
6737
6737
 
@@ -25,16 +25,17 @@ module Aws::WAF
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-waf.rb CHANGED
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-waf/customizations'
52
52
  # @!group service
53
53
  module Aws::WAF
54
54
 
55
- GEM_VERSION = '1.57.0'
55
+ GEM_VERSION = '1.58.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-waf
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.57.0
4
+ version: 1.58.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