aws-sdk-costoptimizationhub 1.0.0 → 1.1.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: 49baae5d6b61451f873fcc9ba7b5cae645f261672f1412a12affcd975035c609
4
- data.tar.gz: 3f9af48672f2307f27780e560e007545e1ffa6040e13bed55bcf7f352fbf7aad
3
+ metadata.gz: bba3da1dece777ec2b94aba6a4f3a2284bf94f8ac292bafe4cc26b988c9f79b7
4
+ data.tar.gz: 37d1e0f83cdf4fb9ed77cd5f85a52d982b9a85a52bf7a624a4174e816eec3e23
5
5
  SHA512:
6
- metadata.gz: 1bc75de4f3d36744cbccf3ada599d5b3c2c8da7095125e3502c018b7d8cc09df19b2ae0ea5e2eb70694e24b416d18d68a669f7d27cf3cbe93c1a660c9138ddf6
7
- data.tar.gz: fef92b029b015519dd0743a4f9ac19f25d462fe7e62a56f7692749e400619ff0b291d4bb039d33d203ef18dedb494609a00052d805f650bdd12dae9ffe0ab384
6
+ metadata.gz: fb3c93cb4933f343b4a054774292f5d91831924f2223850919c37c0c0a9a447be482a5fc58c32b9df9495b71cfa2b761ab383eaa96eb256f19b608a39e35f6ce
7
+ data.tar.gz: aa8bf2dfb67b2905b86bcb0df14fd53a37dd0347e945546bab9897f1a57b700d01316dde268bbf27e5e12cb0440a8ca320cb30d1a9a324c614b95ff38f306325
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1.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.0.0 (2023-11-27)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0
1
+ 1.1.0
@@ -1197,7 +1197,7 @@ module Aws::CostOptimizationHub
1197
1197
  params: params,
1198
1198
  config: config)
1199
1199
  context[:gem_name] = 'aws-sdk-costoptimizationhub'
1200
- context[:gem_version] = '1.0.0'
1200
+ context[:gem_version] = '1.1.0'
1201
1201
  Seahorse::Client::Request.new(handlers, context)
1202
1202
  end
1203
1203
 
@@ -25,16 +25,17 @@ module Aws::CostOptimizationHub
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-costoptimizationhub/customizations'
52
52
  # @!group service
53
53
  module Aws::CostOptimizationHub
54
54
 
55
- GEM_VERSION = '1.0.0'
55
+ GEM_VERSION = '1.1.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-costoptimizationhub
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.1.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-27 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