aws-sdk-billingconductor 1.16.0 → 1.17.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: 94895612b06abb86d75d2d3af07d144df05b32c667815d09f3f2c5c8afa71022
4
- data.tar.gz: e9584febeaaa4f78eff3ed5aea248262962f26d40f9ee3228b2683a846147532
3
+ metadata.gz: 7f938856c5ad9eb17255ab658ea49935ce68472e9c3eacb96d7ab8660ccddaef
4
+ data.tar.gz: 7353a191067127cd3b8480a616132be9322141a75bfe939e986b3e21d7b777ac
5
5
  SHA512:
6
- metadata.gz: 88ae4f58f9f007c20c031b6a48a56a59a62bb2caf36573e55d6c5537839802558e52e5e0c1be7681fdfef0df2debe24101e4fe1d4c43efcdaab5ed7bd2314b34
7
- data.tar.gz: 6db7b421d6439073fca93d94d8234f9c9f22cd72371358829017996a0e68b617fd04b39c5ae7a3fd54edd3a805a09b5d26659830e9b81e1437210d4963ef9a1a
6
+ metadata.gz: 452f58c84c9818629aa8caa24b809986ede32d9aae611ee5f9338aa35164a792216751108a0b70abea9f9ace03bb6b46a627378680f8fe246de6e086c22625fc
7
+ data.tar.gz: ddad6051c852f245c021fe92c12b0cf76d014c2da53f4fde929e132cb4c2b0b2d03610a9df9ae441461243572d7404d9f9ce56d515b49f6cd5d63427e2dcf9e7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.17.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.16.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.16.0
1
+ 1.17.0
@@ -2041,7 +2041,7 @@ module Aws::BillingConductor
2041
2041
  params: params,
2042
2042
  config: config)
2043
2043
  context[:gem_name] = 'aws-sdk-billingconductor'
2044
- context[:gem_version] = '1.16.0'
2044
+ context[:gem_version] = '1.17.0'
2045
2045
  Seahorse::Client::Request.new(handlers, context)
2046
2046
  end
2047
2047
 
@@ -25,16 +25,17 @@ module Aws::BillingConductor
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-billingconductor/customizations'
53
53
  # @!group service
54
54
  module Aws::BillingConductor
55
55
 
56
- GEM_VERSION = '1.16.0'
56
+ GEM_VERSION = '1.17.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-billingconductor
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.16.0
4
+ version: 1.17.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