aws-sdk-glue 1.152.0 → 1.153.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 +1 -1
- data/lib/aws-sdk-glue/types.rb +3 -0
- 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: b37aba6ee7897fa1b3740bd35a7df4cb1b56e2adc72051015b97b986df347562
|
|
4
|
+
data.tar.gz: 4b20a31231748022cdc264633bc34ca10bfeb6b32683d2fe79a83ea55c32ca77
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1a715fbd2b02662c222d3aa1d1bc393d741cbe92868d194b56c8fdd8f48e9132ab7be57f0f9942efc4f1e09c8d16c9194844dbd7d8b8757b2a88b91410308865
|
|
7
|
+
data.tar.gz: 366918fa79792b23afa29b5844162d2b2ee452404dd735d1b1cc5de54d43a9eecdf27d6e9d1444505c8dcb3fcecec95752e12bfd0ae7dfbd81cc1e651494631d
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.153.0
|
data/lib/aws-sdk-glue/client.rb
CHANGED
|
@@ -16284,7 +16284,7 @@ module Aws::Glue
|
|
|
16284
16284
|
params: params,
|
|
16285
16285
|
config: config)
|
|
16286
16286
|
context[:gem_name] = 'aws-sdk-glue'
|
|
16287
|
-
context[:gem_version] = '1.
|
|
16287
|
+
context[:gem_version] = '1.153.0'
|
|
16288
16288
|
Seahorse::Client::Request.new(handlers, context)
|
|
16289
16289
|
end
|
|
16290
16290
|
|
data/lib/aws-sdk-glue/types.rb
CHANGED
|
@@ -2856,6 +2856,9 @@ module Aws::Glue
|
|
|
2856
2856
|
# the Kafka SASL SCRAM password (if the user has the Glue encrypt
|
|
2857
2857
|
# passwords setting selected).
|
|
2858
2858
|
#
|
|
2859
|
+
# * `KAFKA_SASL_SCRAM_SECRETS_ARN` - The Amazon Resource Name of a
|
|
2860
|
+
# secret in Amazon Web Services Secrets Manager.
|
|
2861
|
+
#
|
|
2859
2862
|
# * `KAFKA_SASL_GSSAPI_KEYTAB` - The S3 location of a Kerberos
|
|
2860
2863
|
# `keytab` file. A keytab stores long-term keys for one or more
|
|
2861
2864
|
# principals. For more information, see [MIT Kerberos Documentation:
|
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.153.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: 2023-
|
|
11
|
+
date: 2023-08-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|