aws-sdk-cloudcontrolapi 1.38.0 → 1.39.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: dac3e7caa97123ebd87b3c9b303f70dca7311ee7e47603d04723ed52e9b84bff
4
- data.tar.gz: 56bc9db0d20bf68a8446d996269e0fe997284f70d8a528d4009ebdd0b6ffd23e
3
+ metadata.gz: c7e7d0454210c1810daea1ff6460ba8fdff1c279b8ed92fab247eddf2b2c18f2
4
+ data.tar.gz: b53c274181158ce3dfa7bd78588ad6401e3ce666a37022086ed1575620e90f24
5
5
  SHA512:
6
- metadata.gz: '09f379b388266a1e9d9a328dbd3de7ea43601f8049df05196696c9115dffcfb9632cde9f5e6482fc09f8e22e14fc89a591225f5ec65edc3380a048f99b6c2e62'
7
- data.tar.gz: 815b2a9504cced7efd96a70ee8ac69280bbce1abeb3a3e8eafa7669ccc915ed19d996d3ec3401dba2f886c1441b20d677298d0b975661b55b9842205a66797f6
6
+ metadata.gz: a62771d6f321281c4f12b4d25538a9becb47eedbf5e48ed872e1a89f20091adfb96ae0a42013adcb542a6bca5c0f126b7669e90a5a1abe5d5d6269ae6dc6b446
7
+ data.tar.gz: 18f4134c69de03b3ef3c37d5c956d4c43547577f758daa038e190eff3b7f956c90d6cb413556fb51e3bd311978a704b8b0f44bfa22cb01e1794e21101bf7fc8c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.39.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.38.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.38.0
1
+ 1.39.0
@@ -200,8 +200,7 @@ module Aws::CloudControlApi
200
200
  # accepted modes and the configuration defaults that are included.
201
201
  #
202
202
  # @option options [Boolean] :disable_host_prefix_injection (false)
203
- # Set to true to disable SDK automatically adding host prefix
204
- # to default service endpoint when available.
203
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
205
204
  #
206
205
  # @option options [Boolean] :disable_request_compression (false)
207
206
  # When set to 'true' the request body will not be compressed
@@ -1251,7 +1250,7 @@ module Aws::CloudControlApi
1251
1250
  tracer: tracer
1252
1251
  )
1253
1252
  context[:gem_name] = 'aws-sdk-cloudcontrolapi'
1254
- context[:gem_version] = '1.38.0'
1253
+ context[:gem_version] = '1.39.0'
1255
1254
  Seahorse::Client::Request.new(handlers, context)
1256
1255
  end
1257
1256
 
@@ -55,7 +55,7 @@ module Aws::CloudControlApi
55
55
  autoload :EndpointProvider, 'aws-sdk-cloudcontrolapi/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-cloudcontrolapi/endpoints'
57
57
 
58
- GEM_VERSION = '1.38.0'
58
+ GEM_VERSION = '1.39.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudcontrolapi
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.38.0
4
+ version: 1.39.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services