aws-sdk-chimesdkmeetings 1.48.0 → 1.49.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-chimesdkmeetings/client.rb +2 -3
- data/lib/aws-sdk-chimesdkmeetings.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: 1eb0041726b02cbfda3e5209bd06aa21506da6385da080e9d0ecb8034eb58cc6
|
4
|
+
data.tar.gz: c028d27a961f10bbc9ad14093b0ef6c3f039fc10c37c0bfa4e124584c5ddb7a6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cf4b12e17fa5794b88f892c7ff55e6b6ef233a353a1e241f05be6a7ace6fcf5fc7f15f7bad49a4da1998dbc5b3e34bdf8feaf7fd69a59ff2635421df9390a39e
|
7
|
+
data.tar.gz: 14c30a51b72b89889799eff8f3bdb21286c09e7524bfe39ac2d1176cd1199dcb3230132c5f319d7ca65cd055487d5f6dfaa3bb4c1dc7cb613813687af0c7b146
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.49.0
|
@@ -200,8 +200,7 @@ module Aws::ChimeSDKMeetings
|
|
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
|
@@ -1589,7 +1588,7 @@ module Aws::ChimeSDKMeetings
|
|
1589
1588
|
tracer: tracer
|
1590
1589
|
)
|
1591
1590
|
context[:gem_name] = 'aws-sdk-chimesdkmeetings'
|
1592
|
-
context[:gem_version] = '1.
|
1591
|
+
context[:gem_version] = '1.49.0'
|
1593
1592
|
Seahorse::Client::Request.new(handlers, context)
|
1594
1593
|
end
|
1595
1594
|
|