aws-sdk-sqs 1.94.0 → 1.95.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-sqs/client.rb +2 -3
- data/lib/aws-sdk-sqs.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: c11db6928cca2ed835b6cc61c1096ee00c44d412fac9fda5b63b2d37e4eaf93f
|
4
|
+
data.tar.gz: 37802e254d394a8cd0ac36127920c30e8221a32a10f1e80195a3dff54ff8f780
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b3b7fd19f2970429d3ef5ac87cd14549bca023eb75dacc9a906116f2601ca10995bdd9c7af149adcf27fa1995a03c538bf271eabf46238a7821a27c2eee62a3e
|
7
|
+
data.tar.gz: b86a80118d1d65d749c171b405fedf860a7e4feaec649aaed54cb96a0d806ad7b82bcb393f518295d0710db20073c87f907a729e9f1110cadd09d43ea09bfc34
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.95.0
|
data/lib/aws-sdk-sqs/client.rb
CHANGED
@@ -204,8 +204,7 @@ module Aws::SQS
|
|
204
204
|
# accepted modes and the configuration defaults that are included.
|
205
205
|
#
|
206
206
|
# @option options [Boolean] :disable_host_prefix_injection (false)
|
207
|
-
#
|
208
|
-
# to default service endpoint when available.
|
207
|
+
# When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
|
209
208
|
#
|
210
209
|
# @option options [Boolean] :disable_request_compression (false)
|
211
210
|
# When set to 'true' the request body will not be compressed
|
@@ -2958,7 +2957,7 @@ module Aws::SQS
|
|
2958
2957
|
tracer: tracer
|
2959
2958
|
)
|
2960
2959
|
context[:gem_name] = 'aws-sdk-sqs'
|
2961
|
-
context[:gem_version] = '1.
|
2960
|
+
context[:gem_version] = '1.95.0'
|
2962
2961
|
Seahorse::Client::Request.new(handlers, context)
|
2963
2962
|
end
|
2964
2963
|
|
data/lib/aws-sdk-sqs.rb
CHANGED