aws-sdk-glue 1.215.0 → 1.216.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-glue/client.rb +2 -3
- data/lib/aws-sdk-glue.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: 51d7d6f1e6d22b4f112912eec356cbc5c68d3a67fbc9978b45aad028347f9d8f
|
4
|
+
data.tar.gz: 8228bc4f899077de0e9d720fc1335f8a5031c3c5337caa9a9ceba343148aaa1e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4b3637e2138a22abd541bc2892a3912a41a19b34a5ed54587b0d48ec27a1a3b1bfec9455dd4a500a525f944688a7a542891f2d214df821d1b12eda27bb62106f
|
7
|
+
data.tar.gz: a6dd461be1835e5a56688cdb03ef5757f60d06c37223267d661eee555debf3ab59b237202ca91cabaa691e25fcc64424a5337d44031aa7237c042cbd443726ad
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.216.0
|
data/lib/aws-sdk-glue/client.rb
CHANGED
@@ -200,8 +200,7 @@ module Aws::Glue
|
|
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
|
@@ -20106,7 +20105,7 @@ module Aws::Glue
|
|
20106
20105
|
tracer: tracer
|
20107
20106
|
)
|
20108
20107
|
context[:gem_name] = 'aws-sdk-glue'
|
20109
|
-
context[:gem_version] = '1.
|
20108
|
+
context[:gem_version] = '1.216.0'
|
20110
20109
|
Seahorse::Client::Request.new(handlers, context)
|
20111
20110
|
end
|
20112
20111
|
|
data/lib/aws-sdk-glue.rb
CHANGED