aws-sdk-ivs 1.68.0 → 1.69.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-ivs/client.rb +2 -3
- data/lib/aws-sdk-ivs.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: f384e16435eae3f4747225582a632a161c9684adc72b6cfc53c5eeac3ade4555
|
4
|
+
data.tar.gz: 68629f0db3d8ee948f6856dc146e89dc6afe0b09bdc488c08357e80308483b53
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4cbc5dc36d6b51fc0fc3868595b73c6c728db09a69a4f2e54e762a6c78d257e723d59dfb5a3d85492d4755016e2a231699386f294f96a47c4e1246b8d31ffbed
|
7
|
+
data.tar.gz: 3a4c666838ac21ca6f3bf4ddea2216e144b944adf97bb5cf62ec45755bf2affe6eb271ab0f793d144ace2ea11b2f2300faf30f02f9a44967e75ccd9ec5b5eae4
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.69.0
|
data/lib/aws-sdk-ivs/client.rb
CHANGED
@@ -200,8 +200,7 @@ module Aws::IVS
|
|
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
|
@@ -2256,7 +2255,7 @@ module Aws::IVS
|
|
2256
2255
|
tracer: tracer
|
2257
2256
|
)
|
2258
2257
|
context[:gem_name] = 'aws-sdk-ivs'
|
2259
|
-
context[:gem_version] = '1.
|
2258
|
+
context[:gem_version] = '1.69.0'
|
2260
2259
|
Seahorse::Client::Request.new(handlers, context)
|
2261
2260
|
end
|
2262
2261
|
|
data/lib/aws-sdk-ivs.rb
CHANGED