aws-sdk-glue 1.86.0 → 1.87.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.rb +1 -1
- data/lib/aws-sdk-glue/client.rb +1 -1
- data/lib/aws-sdk-glue/types.rb +18 -0
- metadata +3 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6e7e888d509ad51082a8f5cbf548a21945e5b35bac231e0555d00dfcc48ab06d
|
4
|
+
data.tar.gz: ee994cdaa1a237a7dcd7ee7e5dd34a397446732c4d2e31750978b6e78c2fc316
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e44e1b8afd118a68bdf391d5a96599f1477d1483488c67264b31e253bc975b9b8138b011fcd3ed2074bcba2d88961308bf790e837f42c1fbc7fa0997b436ed36
|
7
|
+
data.tar.gz: 6fcf1d17928c8d63b804cdf14184d518e923763ca7c8a5c8bfc798da74fcfe19b2c79a146f7a727d84529db984696a6fc3306eee7442b045a5a22cfe70c0a2ec
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.87.0
|
data/lib/aws-sdk-glue.rb
CHANGED
data/lib/aws-sdk-glue/client.rb
CHANGED
@@ -10599,7 +10599,7 @@ module Aws::Glue
|
|
10599
10599
|
params: params,
|
10600
10600
|
config: config)
|
10601
10601
|
context[:gem_name] = 'aws-sdk-glue'
|
10602
|
-
context[:gem_version] = '1.
|
10602
|
+
context[:gem_version] = '1.87.0'
|
10603
10603
|
Seahorse::Client::Request.new(handlers, context)
|
10604
10604
|
end
|
10605
10605
|
|
data/lib/aws-sdk-glue/types.rb
CHANGED
@@ -1999,6 +1999,24 @@ module Aws::Glue
|
|
1999
1999
|
#
|
2000
2000
|
# * `CONNECTOR_CLASS_NAME` - The connector class name for a
|
2001
2001
|
# MARKETPLACE or CUSTOM connection.
|
2002
|
+
#
|
2003
|
+
# * `KAFKA_CLIENT_KEYSTORE` - The Amazon S3 location of the client
|
2004
|
+
# keystore file for Kafka client side authentication (Optional).
|
2005
|
+
#
|
2006
|
+
# * `KAFKA_CLIENT_KEYSTORE_PASSWORD` - The password to access the
|
2007
|
+
# provided keystore (Optional).
|
2008
|
+
#
|
2009
|
+
# * `KAFKA_CLIENT_KEY_PASSWORD` - A keystore can consist of multiple
|
2010
|
+
# keys, so this is the password to access the client key to be used
|
2011
|
+
# with the Kafka server side key (Optional).
|
2012
|
+
#
|
2013
|
+
# * `ENCRYPTED_KAFKA_CLIENT_KEYSTORE_PASSWORD` - The encrypted version
|
2014
|
+
# of the Kafka client keystore password (if the user has the AWS
|
2015
|
+
# Glue encrypt passwords setting selected).
|
2016
|
+
#
|
2017
|
+
# * `ENCRYPTED_KAFKA_CLIENT_KEY_PASSWORD` - The encrypted version of
|
2018
|
+
# the Kafka client key password (if the user has the AWS Glue
|
2019
|
+
# encrypt passwords setting selected).
|
2002
2020
|
# @return [Hash<String,String>]
|
2003
2021
|
#
|
2004
2022
|
# @!attribute [rw] physical_connection_requirements
|
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.87.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: 2021-
|
11
|
+
date: 2021-04-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -83,8 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
83
83
|
- !ruby/object:Gem::Version
|
84
84
|
version: '0'
|
85
85
|
requirements: []
|
86
|
-
|
87
|
-
rubygems_version: 2.7.6.2
|
86
|
+
rubygems_version: 3.1.6
|
88
87
|
signing_key:
|
89
88
|
specification_version: 4
|
90
89
|
summary: AWS SDK for Ruby - AWS Glue
|