aws-sdk-connect 1.201.0 → 1.202.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: 8042dff53760e25e680c90c0f05bf4214c85148a35171859bf96e4b2381ed0c9
4
- data.tar.gz: 1e3aedb8075d9b7b42c40c54afd71fa69f487b2e593c9a1a76d8d075f7b009f4
3
+ metadata.gz: 02c6faf9a5ba6b9cd96c9f00f4484898e2fa8bf0ce22e7f7f9228134901ddb9a
4
+ data.tar.gz: eea1dc42ccec2430ac3794b01a178624388ec7d80673b21aa85d4db021c42fa6
5
5
  SHA512:
6
- metadata.gz: 12266c68b68b5a52082bd4e23e39fe1449cd1925a853bdb7777c818e39c6c21ac1c9d2ece0a34543f32f83d914742784d77376688a3820feb7a9e07605048d99
7
- data.tar.gz: 463aa2132f54d3a2591496ffa443d7cd18f7f025eabd4a899e86cd103ecd66909b45b5d3e979194148556beb10aec1faa3809e508a5486f52bdd79fd394796c0
6
+ metadata.gz: 74e0d6a46d48fec0d8b86ba24d88744c8b5883a7c7ae183bb0983235d33c0ecf068e718cae82f37880c1c6eb7274b4172fcdccb7892c0b48a81cda0d8302c488
7
+ data.tar.gz: eb5643710ecf4c164a1d6bba791550d265dbcd90ad2797d05e37c4555bf0bedc1687d9eafaae6dc62839a866fa41b87fd939a775b9e9b47646cf89260523d8a3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.202.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.201.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.201.0
1
+ 1.202.0
@@ -200,8 +200,7 @@ module Aws::Connect
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
@@ -21115,7 +21114,7 @@ module Aws::Connect
21115
21114
  tracer: tracer
21116
21115
  )
21117
21116
  context[:gem_name] = 'aws-sdk-connect'
21118
- context[:gem_version] = '1.201.0'
21117
+ context[:gem_version] = '1.202.0'
21119
21118
  Seahorse::Client::Request.new(handlers, context)
21120
21119
  end
21121
21120
 
@@ -54,7 +54,7 @@ module Aws::Connect
54
54
  autoload :EndpointProvider, 'aws-sdk-connect/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-connect/endpoints'
56
56
 
57
- GEM_VERSION = '1.201.0'
57
+ GEM_VERSION = '1.202.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-connect
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.201.0
4
+ version: 1.202.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services