aws-sdk-kinesisvideowebrtcstorage 1.30.0 → 1.31.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-kinesisvideowebrtcstorage/client.rb +2 -3
- data/lib/aws-sdk-kinesisvideowebrtcstorage.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: 3ee2e3006747cd97b32dda7fdf5411e79b90665933988a60a75df41f3cc22de8
|
4
|
+
data.tar.gz: 161ae1dea4100ddbf356f0bd928ed7b05020540900feed4b33be4db491af9d86
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6f0752d26e401d8a8c4d5d9d2ceea42d922e9bc9d57d2852124abe56ee1417314b348921c380e4355f55e90cfd593424c1681fef268bbeed0db23169ee5f5d4f
|
7
|
+
data.tar.gz: 331ce4be9a5b877bf0eead7fd628f69f544bc7d5a7df2288ce6cb1b7d01bb81ebe2fcc7d03a894b051025136daca0b78f54c3293f266b7db07325c0881aeb91f
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.31.0
|
@@ -200,8 +200,7 @@ module Aws::KinesisVideoWebRTCStorage
|
|
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
|
@@ -613,7 +612,7 @@ module Aws::KinesisVideoWebRTCStorage
|
|
613
612
|
tracer: tracer
|
614
613
|
)
|
615
614
|
context[:gem_name] = 'aws-sdk-kinesisvideowebrtcstorage'
|
616
|
-
context[:gem_version] = '1.
|
615
|
+
context[:gem_version] = '1.31.0'
|
617
616
|
Seahorse::Client::Request.new(handlers, context)
|
618
617
|
end
|
619
618
|
|
@@ -54,7 +54,7 @@ module Aws::KinesisVideoWebRTCStorage
|
|
54
54
|
autoload :EndpointProvider, 'aws-sdk-kinesisvideowebrtcstorage/endpoint_provider'
|
55
55
|
autoload :Endpoints, 'aws-sdk-kinesisvideowebrtcstorage/endpoints'
|
56
56
|
|
57
|
-
GEM_VERSION = '1.
|
57
|
+
GEM_VERSION = '1.31.0'
|
58
58
|
|
59
59
|
end
|
60
60
|
|