aws-sdk-georoutes 1.6.0 → 1.7.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-georoutes/client.rb +2 -3
- data/lib/aws-sdk-georoutes.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: a88b903a6555ec3043190b9782748a60d1822a429bb919c77c1fe2ab7ddb63fd
|
4
|
+
data.tar.gz: 66a6e5c89e1ad00d5fd2d315c12aef6ea6f470b86e83561278a600bd12db15a7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0e9055bbe224287a06d8741883c694e94b50ad977adba27d28a504c914a8c355a7cfa4a235436219c922349b42204458e1c639ca5c87d3dfc1dec320a71fad56
|
7
|
+
data.tar.gz: 06ace5eab630a21c2209bf427f96f4253e335218c65334284fe49f2d4b22fbce1542a2f1dcca72bdda03626eb24d2edc37e3699611080c8e4eb43eb7129cf559
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.7.0
|
@@ -200,8 +200,7 @@ module Aws::GeoRoutes
|
|
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
|
@@ -2273,7 +2272,7 @@ module Aws::GeoRoutes
|
|
2273
2272
|
tracer: tracer
|
2274
2273
|
)
|
2275
2274
|
context[:gem_name] = 'aws-sdk-georoutes'
|
2276
|
-
context[:gem_version] = '1.
|
2275
|
+
context[:gem_version] = '1.7.0'
|
2277
2276
|
Seahorse::Client::Request.new(handlers, context)
|
2278
2277
|
end
|
2279
2278
|
|
data/lib/aws-sdk-georoutes.rb
CHANGED