aws-sdk-pricing 1.52.0 → 1.53.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: 0613afb42172be7594a583e716898816540207f5699bd5ba25f693c0f2ff68a4
4
- data.tar.gz: b2683464a0357bc966fa029494933dcb7067b8a9e6cdc5691acf7698944919e8
3
+ metadata.gz: 17c2cf4ebd580f24a26d7e8deacfa70f270174023937031fdff3210ebc92cdd7
4
+ data.tar.gz: f5d151a681aa78c57d23c68eb7067a0e55c291e6d1532712aed5d264913f2663
5
5
  SHA512:
6
- metadata.gz: 22d29f01fed5d35afaf49313f00f1f4648eb316bb38db05833e2641951a9e260521546583f25cd80f97c0b075f7742c8072429f562195c40b112a7588e110c06
7
- data.tar.gz: '081a50bcc5f3980dff80cc7958cde80911986ef1ef94e62d3b94d81af0ffbe99aa6f3ab26a4883c5502c240249b3963038b89d57b6ff6f64d558cbdbf8d416f4'
6
+ metadata.gz: 96a0b713fb6c47cb473cd7c5d66b8fa11498cd5e6cef42b990fab667e196de60b604c89603bca6d3c04d12149a7034e442b860c34af03bdf8de6ac635e1dffdc
7
+ data.tar.gz: c23d1d5f2ef92ee0a47223fa4e0f8dec7866075c61b9ef07d1837687b994ae27c62829447e415da8e89edb6931510455b803bb2aefc660325f9b158ca47088f6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.53.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.52.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.52.0
1
+ 1.53.0
@@ -743,7 +743,7 @@ module Aws::Pricing
743
743
  params: params,
744
744
  config: config)
745
745
  context[:gem_name] = 'aws-sdk-pricing'
746
- context[:gem_version] = '1.52.0'
746
+ context[:gem_version] = '1.53.0'
747
747
  Seahorse::Client::Request.new(handlers, context)
748
748
  end
749
749
 
@@ -25,16 +25,17 @@ module Aws::Pricing
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
 
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-pricing/customizations'
53
53
  # @!group service
54
54
  module Aws::Pricing
55
55
 
56
- GEM_VERSION = '1.52.0'
56
+ GEM_VERSION = '1.53.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-pricing
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.52.0
4
+ version: 1.53.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