aws-sdk-applicationcostprofiler 1.19.0 → 1.20.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: 13404fc964c9b366d51c2d4cca0b28ef2778dac2b79ea9be0724e992d8e433e1
4
- data.tar.gz: cb72ab45a87c2828e7665d9dc210ea38409747fa5f0a5da07487f6d98642d7d5
3
+ metadata.gz: d5d93c44a6c7bc188266a2e994129d51f4598195e8d1ae2cb0b331c66314a416
4
+ data.tar.gz: 026066d85421eead422db974b853bc56f213ab99b198bd454f2af448da3b33d2
5
5
  SHA512:
6
- metadata.gz: 247dcebf1b0cbf237d81c9c10a97e4312d72e53000393abbaa42d36649d3f6d64ac0c3205d61ced337b364c46cf7e46ea7f8e777f36c23e2b864429a0dfef5e3
7
- data.tar.gz: 2295784be4a0ae43612d566558349676ca7559cea3583f730b0f535495a761124f306aa4590d6510b581ce0b07cb599bc769289f2aea22924d9098afb69d7a62
6
+ metadata.gz: ab536b7535b1dfc8b0faecc3957fa4819cfea22f2dbb81bce033d5ad31388e0f7db5f498cae6752e7bac86b9d0c054bd86edc460f107cf3a020d71215b044ef7
7
+ data.tar.gz: 96bb215b1469cf1b4347402d1180de2b73c0e12bbbeaab75c432907ac9ae1550cc66d0d412b644e40613a62559b939d80fc1c1fbc9eb4e5a82f6d7af77ea645d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.20.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.19.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.19.0
1
+ 1.20.0
@@ -655,7 +655,7 @@ module Aws::ApplicationCostProfiler
655
655
  params: params,
656
656
  config: config)
657
657
  context[:gem_name] = 'aws-sdk-applicationcostprofiler'
658
- context[:gem_version] = '1.19.0'
658
+ context[:gem_version] = '1.20.0'
659
659
  Seahorse::Client::Request.new(handlers, context)
660
660
  end
661
661
 
@@ -25,16 +25,17 @@ module Aws::ApplicationCostProfiler
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-applicationcostprofiler/customizations'
52
52
  # @!group service
53
53
  module Aws::ApplicationCostProfiler
54
54
 
55
- GEM_VERSION = '1.19.0'
55
+ GEM_VERSION = '1.20.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-applicationcostprofiler
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.19.0
4
+ version: 1.20.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