aws-sdk-connect 1.201.0 → 1.203.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: 52860c3041a75eaa26943480def9f34aff25293333999a6905c2779570212100
4
+ data.tar.gz: 72f2850238df47b7ecddc98a36d335ffb2ac41746dc48d67a9de7feeb86202ef
5
5
  SHA512:
6
- metadata.gz: 12266c68b68b5a52082bd4e23e39fe1449cd1925a853bdb7777c818e39c6c21ac1c9d2ece0a34543f32f83d914742784d77376688a3820feb7a9e07605048d99
7
- data.tar.gz: 463aa2132f54d3a2591496ffa443d7cd18f7f025eabd4a899e86cd103ecd66909b45b5d3e979194148556beb10aec1faa3809e508a5486f52bdd79fd394796c0
6
+ metadata.gz: b146515222c9c733cc0879f44b4f22a62d410f19a787946868adcbd9e6ecd94a93e05625daef578d23e743a8c71c7497f05987850a86c5b8e71eeabf4b023bc2
7
+ data.tar.gz: eb27188099300579d4fa3e8bef916a029bb404181e556900c409f9dd8e663dfd45c0e8c18bef053cd59cfdbe43f869864495d59695437c0abe79b5ac1b9f5ba4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.203.0 (2025-05-29)
5
+ ------------------
6
+
7
+ * Feature - Amazon Connect Service Feature: Email Recipient Limit Increase
8
+
9
+ 1.202.0 (2025-05-12)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.201.0 (2025-05-01)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.201.0
1
+ 1.203.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.203.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.203.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.203.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services