aws-sdk-chimesdkmessaging 1.47.0 → 1.48.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-chimesdkmessaging/client.rb +2 -3
- data/lib/aws-sdk-chimesdkmessaging.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: b82a7ca1ac091780079e6a7524e3b54b98fca8bab9d970a607a99cbb0759f1d6
|
4
|
+
data.tar.gz: c7ec07a315ac081407541ff320f2d65322c65de6e78c15c2d940efa8b81288d4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3c1fcc36dd4383f84141846dfed47e9f5982697bd2363e7588013b3995c7b0140c2f09d9e7b5ae15f519e34da61fb32de659f58d7ed0b03c74e861dadb54000c
|
7
|
+
data.tar.gz: 514530f6710d9b09ebda15189db7d3117451ee59093b78fd3131e6cf98e407a99f851bbccb207ed7f66eb5c064cc638dccd4c2737fa43b827b68b30d62cb1734
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.48.0
|
@@ -200,8 +200,7 @@ module Aws::ChimeSDKMessaging
|
|
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
|
@@ -3306,7 +3305,7 @@ module Aws::ChimeSDKMessaging
|
|
3306
3305
|
tracer: tracer
|
3307
3306
|
)
|
3308
3307
|
context[:gem_name] = 'aws-sdk-chimesdkmessaging'
|
3309
|
-
context[:gem_version] = '1.
|
3308
|
+
context[:gem_version] = '1.48.0'
|
3310
3309
|
Seahorse::Client::Request.new(handlers, context)
|
3311
3310
|
end
|
3312
3311
|
|