aws-sdk-docdbelastic 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-docdbelastic/client.rb +2 -3
- data/lib/aws-sdk-docdbelastic.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: c1fc040dd0e9b3f2501aaab5a00697e6d587bb96f85efb851b066aa562713be5
|
4
|
+
data.tar.gz: 0623154adea9b8e7f3fdd62c6888a50c0f48252a218a69b8cf70b1f4bec625e4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e31bbbebc5373a0725755ffb4fa8862a05618243adf40a74d8d1eaee22527c30c522562c580d41bb95e774ec5b1b604e2262e30c878de805926b15f7abc88870
|
7
|
+
data.tar.gz: '0792c58f1ce68119bd67c01cfe43e0063ab8f85bfe0ef44af5c4e0d6dbfe7c6255490a99425e9dd60ab82e4ee7f25de5fec6abebd53e3064707df39b9f3070a8'
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.31.0
|
@@ -200,8 +200,7 @@ module Aws::DocDBElastic
|
|
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
|
@@ -1632,7 +1631,7 @@ module Aws::DocDBElastic
|
|
1632
1631
|
tracer: tracer
|
1633
1632
|
)
|
1634
1633
|
context[:gem_name] = 'aws-sdk-docdbelastic'
|
1635
|
-
context[:gem_version] = '1.
|
1634
|
+
context[:gem_version] = '1.31.0'
|
1636
1635
|
Seahorse::Client::Request.new(handlers, context)
|
1637
1636
|
end
|
1638
1637
|
|
data/lib/aws-sdk-docdbelastic.rb
CHANGED