aws-sdk-directconnect 1.90.0 → 1.91.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: eb012af1188560211e249767917ffaea877e884937ea982eb1ad6478e8bd8c8f
4
- data.tar.gz: e3df89151fdb5abbb0255a68f101348fa85b6c48971c0eff4e9381f5a15bab26
3
+ metadata.gz: bb8f04635ead4ff6b3faf57a060d390c6878c9bbd11942a4e329f8b19ffc459c
4
+ data.tar.gz: f5789c8a8cecf238975cdc5bc474e5e6e72ae36a954ed78d7f45d2c5d1eb2b34
5
5
  SHA512:
6
- metadata.gz: 99b4c1a2c9a6a08cd487c426428f2e21656107217f41ce789d80d2ab23e17d686b34f30665f145e5b0be1d208ebd9286bc7161b045644fdaa0e23ec04309a903
7
- data.tar.gz: b4e199961198fb361e0d8046fe287e04df6b0bf7abc3e1fc109d3fa094be1b9ac4418eec61383b800dba7a0c8beb0c34cf8d2ee65a7f46bbaf3064f8bd371665
6
+ metadata.gz: 179704395095cefaa94aecf4a696c9de67dc4af6e366d3f4917b64dbbfce807246e7f3cc0608586a8b86693d72db139e88a255e3c796e3ba733dc98c53360d53
7
+ data.tar.gz: 65ada1ad90cb915dcb7d3802a1f892fa0eaf6756c1f55ac8479c76364c01124738dc5b319cae3c085cd3a9b6ae032302fd0c2a28b3b5d1d5faa46d5f9d5c9952
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.91.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.90.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.90.0
1
+ 1.91.0
@@ -200,8 +200,7 @@ module Aws::DirectConnect
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
@@ -5078,7 +5077,7 @@ module Aws::DirectConnect
5078
5077
  tracer: tracer
5079
5078
  )
5080
5079
  context[:gem_name] = 'aws-sdk-directconnect'
5081
- context[:gem_version] = '1.90.0'
5080
+ context[:gem_version] = '1.91.0'
5082
5081
  Seahorse::Client::Request.new(handlers, context)
5083
5082
  end
5084
5083
 
@@ -54,7 +54,7 @@ module Aws::DirectConnect
54
54
  autoload :EndpointProvider, 'aws-sdk-directconnect/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-directconnect/endpoints'
56
56
 
57
- GEM_VERSION = '1.90.0'
57
+ GEM_VERSION = '1.91.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-directconnect
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.90.0
4
+ version: 1.91.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services