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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 49684204de36027b852d485f456ac9e686bb14fc78177ce47561ce70c8c2f9e4
4
- data.tar.gz: 55449a6da0b77b286bd7ff8f44391856b9a78333f7f2f1f780810fb2c1b2d69d
3
+ metadata.gz: 6e7e888d509ad51082a8f5cbf548a21945e5b35bac231e0555d00dfcc48ab06d
4
+ data.tar.gz: ee994cdaa1a237a7dcd7ee7e5dd34a397446732c4d2e31750978b6e78c2fc316
5
5
  SHA512:
6
- metadata.gz: 4de3f48805ce17b74b44ac8fab57f66c27a9ecd932b9f02dec2197dd465e8ffa6a0263b20eea884348a8978b7bc538a67e1e4575b318f8b4f905f7a9fbdfb428
7
- data.tar.gz: 667e7cef9f5daf06e45521b79c7a7290f7d8e80a89711a10535de23999e175c4ec4e9b727fc5e4b839216465abb9b251060ac665b9f481c277becb884ba5b4c3
6
+ metadata.gz: e44e1b8afd118a68bdf391d5a96599f1477d1483488c67264b31e253bc975b9b8138b011fcd3ed2074bcba2d88961308bf790e837f42c1fbc7fa0997b436ed36
7
+ data.tar.gz: 6fcf1d17928c8d63b804cdf14184d518e923763ca7c8a5c8bfc798da74fcfe19b2c79a146f7a727d84529db984696a6fc3306eee7442b045a5a22cfe70c0a2ec
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.87.0 (2021-04-26)
5
+ ------------------
6
+
7
+ * Feature - Adding Kafka Client Auth Related Parameters
8
+
4
9
  1.86.0 (2021-03-29)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.86.0
1
+ 1.87.0
data/lib/aws-sdk-glue.rb CHANGED
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-glue/customizations'
48
48
  # @!group service
49
49
  module Aws::Glue
50
50
 
51
- GEM_VERSION = '1.86.0'
51
+ GEM_VERSION = '1.87.0'
52
52
 
53
53
  end
@@ -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.86.0'
10602
+ context[:gem_version] = '1.87.0'
10603
10603
  Seahorse::Client::Request.new(handlers, context)
10604
10604
  end
10605
10605
 
@@ -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.86.0
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-03-29 00:00:00.000000000 Z
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
- rubyforge_project:
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