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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connect/client.rb +2 -3
- data/lib/aws-sdk-connect.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 02c6faf9a5ba6b9cd96c9f00f4484898e2fa8bf0ce22e7f7f9228134901ddb9a
|
4
|
+
data.tar.gz: eea1dc42ccec2430ac3794b01a178624388ec7d80673b21aa85d4db021c42fa6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 74e0d6a46d48fec0d8b86ba24d88744c8b5883a7c7ae183bb0983235d33c0ecf068e718cae82f37880c1c6eb7274b4172fcdccb7892c0b48a81cda0d8302c488
|
7
|
+
data.tar.gz: eb5643710ecf4c164a1d6bba791550d265dbcd90ad2797d05e37c4555bf0bedc1687d9eafaae6dc62839a866fa41b87fd939a775b9e9b47646cf89260523d8a3
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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
|
-
#
|
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.
|
21117
|
+
context[:gem_version] = '1.202.0'
|
21119
21118
|
Seahorse::Client::Request.new(handlers, context)
|
21120
21119
|
end
|
21121
21120
|
|
data/lib/aws-sdk-connect.rb
CHANGED