aws-sdk-costexplorer 1.93.0 → 1.94.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: e8b325309dc298deef32e74ad4a0df188b22a2b38c8a98897e7e3fdda413e179
4
- data.tar.gz: b70c2f0e9bcbb74527c0391efb9286e0bcaf686ec15a6cec4f07be9d6a954749
3
+ metadata.gz: 42dc7fefc7f5e973c7227f68ec51667b0998c568f437173bae569da169b654d4
4
+ data.tar.gz: c26ecb63a0027a52c0d3ed16914bcbe0b46060cb57066becbdc23d83fe450f7d
5
5
  SHA512:
6
- metadata.gz: 92b2d7078039227aa0ddd10390fda6ed384ce65750f494e9d1058b969ffcbae1d83639724a153f23144ab294154676e598e6dd08a115b8a8bc86484a0ded0e25
7
- data.tar.gz: 60f7883039db16e3c43400244fce931555dcf1893b568b45ecd83a7ffbf56697e491cba18145fc2a2973f78b4f1ddb99497d770944c54906d1b54ec17bb0de56
6
+ metadata.gz: 06aa7df30f8b9f11d259870d7a9897e94b78533844a18c75e9d949974e07d57b3bf5e8805ff3daa5cb4b646a037e1afe5da472ed9c6bd0bf86c0f4c3acf19290
7
+ data.tar.gz: 88ac9453d3420a74ace9630d000a05600b4105ca2e22e7084be5179b6f3db17181c5ed5f41d3d99c2ab4744404d071d93ff10b79461ab62dce6ecced2a742428
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.94.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.93.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.93.0
1
+ 1.94.0
@@ -5157,7 +5157,7 @@ module Aws::CostExplorer
5157
5157
  params: params,
5158
5158
  config: config)
5159
5159
  context[:gem_name] = 'aws-sdk-costexplorer'
5160
- context[:gem_version] = '1.93.0'
5160
+ context[:gem_version] = '1.94.0'
5161
5161
  Seahorse::Client::Request.new(handlers, context)
5162
5162
  end
5163
5163
 
@@ -25,16 +25,17 @@ module Aws::CostExplorer
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-costexplorer/customizations'
52
52
  # @!group service
53
53
  module Aws::CostExplorer
54
54
 
55
- GEM_VERSION = '1.93.0'
55
+ GEM_VERSION = '1.94.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-costexplorer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.93.0
4
+ version: 1.94.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