aws-sdk-glue 1.191.0 → 1.192.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 +7 -1
- data/lib/aws-sdk-glue.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1f3b1f599c10b556c8f4cd8c37efda443c0692df29432579bf21b6cd12642761
|
|
4
|
+
data.tar.gz: a2b0fd99d1dc4545ffa55645ea5a3d3d40686ae33445db1c1bbcd1983090a9f4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d8e904e5df38bbcbe99627b327c086978bfda106aeb55a6feb9fba235c3edc9aceaf339ebc8ffa9be03364a14b7851570250591333308c5f1bb11c828cf0345f
|
|
7
|
+
data.tar.gz: c4abedeea89d976c5589e9df2f3c51fcb42ffbf2eaceed1bb0a40e8440f07e7ca3992b02160c6b9a1998f37892dc11d4e385fd154ad0856a056f41799807b626
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.192.0
|
data/lib/aws-sdk-glue/client.rb
CHANGED
|
@@ -432,6 +432,12 @@ module Aws::Glue
|
|
|
432
432
|
# @option options [String] :ssl_ca_store
|
|
433
433
|
# Sets the X509::Store to verify peer certificate.
|
|
434
434
|
#
|
|
435
|
+
# @option options [OpenSSL::X509::Certificate] :ssl_cert
|
|
436
|
+
# Sets a client certificate when creating http connections.
|
|
437
|
+
#
|
|
438
|
+
# @option options [OpenSSL::PKey] :ssl_key
|
|
439
|
+
# Sets a client key when creating http connections.
|
|
440
|
+
#
|
|
435
441
|
# @option options [Float] :ssl_timeout
|
|
436
442
|
# Sets the SSL timeout in seconds
|
|
437
443
|
#
|
|
@@ -18071,7 +18077,7 @@ module Aws::Glue
|
|
|
18071
18077
|
tracer: tracer
|
|
18072
18078
|
)
|
|
18073
18079
|
context[:gem_name] = 'aws-sdk-glue'
|
|
18074
|
-
context[:gem_version] = '1.
|
|
18080
|
+
context[:gem_version] = '1.192.0'
|
|
18075
18081
|
Seahorse::Client::Request.new(handlers, context)
|
|
18076
18082
|
end
|
|
18077
18083
|
|
data/lib/aws-sdk-glue.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-glue
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.192.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-09-
|
|
11
|
+
date: 2024-09-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|