aws-sdk-cloudcontrolapi 1.18.0 → 1.19.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: a94a4e8f85a6649555d773b6f015b26c06bdb8356547c7fe582bd621c0df0590
4
- data.tar.gz: 6b13b9d92be6376c2e8b1faa57259f125e52da26d1d5cce099dd64f7a726fcd9
3
+ metadata.gz: 86f4200f190853ef91e2cb52ba8af9a67c9eb7a0b3ae0e291b3bad51d4b6b080
4
+ data.tar.gz: 122e7b2137d3dd86048a5788b956d311f9eca6e2b540ce806a630255738f579b
5
5
  SHA512:
6
- metadata.gz: 56f781bac4ab9fa9b0757a4f7eebf6a2c43c351ce0eaab7d1d72495998b8f2a08af82c87c76ce8ead0005a54444b745aa33120a0107f3e71b9e80a999177a269
7
- data.tar.gz: 73103c6d7bbea463d8e50e74d56957d4d54ad408f2570ed5604b30ee6dc20703812d9e764d2bb912f2414418488d10a54599d216847488be8e69a295a9220411
6
+ metadata.gz: b02dc78076f0c3421f79d1e444c4afc819649f65e2a372bd77fd151d77f24b8fd238a2a28eb8073403cbb6ce295fa7c18b300c541e1fbb6e38a261f0d3a11b14
7
+ data.tar.gz: 73e40214a87f946cded7d58a384aabfe5f6b85bcd5e576c7221fb6d009a7c842bc0e01542143be3b8418713be335a92c43f32c0cde263a19d2458ea6d274bcc2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.19.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.18.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.18.0
1
+ 1.19.0
@@ -1151,7 +1151,7 @@ module Aws::CloudControlApi
1151
1151
  params: params,
1152
1152
  config: config)
1153
1153
  context[:gem_name] = 'aws-sdk-cloudcontrolapi'
1154
- context[:gem_version] = '1.18.0'
1154
+ context[:gem_version] = '1.19.0'
1155
1155
  Seahorse::Client::Request.new(handlers, context)
1156
1156
  end
1157
1157
 
@@ -25,16 +25,17 @@ module Aws::CloudControlApi
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-cloudcontrolapi/customizations'
53
53
  # @!group service
54
54
  module Aws::CloudControlApi
55
55
 
56
- GEM_VERSION = '1.18.0'
56
+ GEM_VERSION = '1.19.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudcontrolapi
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.18.0
4
+ version: 1.19.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