aws-sdk-glue 1.161.0 → 1.162.0
Sign up to get free protection for your applications and to get access to all the features.
- 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 +22 -2
- 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: de7088f01376469882deb638f7d9f1647768cc2fc5bcf0d968746da0cbf2a0dc
|
4
|
+
data.tar.gz: 1ccc6a6ab43654f659abdc805540a95a8f93ca12a4e261f861cd062235cbef8a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c322312e389e27f97df04b2db68517dd96996a8fc5b46499e62c6cf7a604041b96f9ab9d25b06cbc52c3c73b824b1050334a98ae4294b71cfca44f3b68c40b25
|
7
|
+
data.tar.gz: bc232b56f19a97a8e492ed28345bdd246eaac09a74eb0db56bae94ae2300461dd4f1c973da54dfaae6a0645fc6c1fc4733252f949c0d90347debf7f03bc83493
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.162.0 (2023-11-27)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - add observations support to DQ CodeGen config model + update document for connectiontypes supported by ConnectorData entities
|
8
|
+
|
4
9
|
1.161.0 (2023-11-22)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.162.0
|
data/lib/aws-sdk-glue/client.rb
CHANGED
@@ -16891,7 +16891,7 @@ module Aws::Glue
|
|
16891
16891
|
params: params,
|
16892
16892
|
config: config)
|
16893
16893
|
context[:gem_name] = 'aws-sdk-glue'
|
16894
|
-
context[:gem_version] = '1.
|
16894
|
+
context[:gem_version] = '1.162.0'
|
16895
16895
|
Seahorse::Client::Request.new(handlers, context)
|
16896
16896
|
end
|
16897
16897
|
|
data/lib/aws-sdk-glue/types.rb
CHANGED
@@ -3407,9 +3407,19 @@ module Aws::Glue
|
|
3407
3407
|
# The `connectionType`, as provided to the underlying Glue library.
|
3408
3408
|
# This node type supports the following connection types:
|
3409
3409
|
#
|
3410
|
+
# * `opensearch`
|
3411
|
+
#
|
3412
|
+
# * `azuresql`
|
3413
|
+
#
|
3414
|
+
# * `azurecosmos`
|
3415
|
+
#
|
3410
3416
|
# * `bigquery`
|
3411
3417
|
#
|
3412
|
-
#
|
3418
|
+
# * `saphana`
|
3419
|
+
#
|
3420
|
+
# * `teradata`
|
3421
|
+
#
|
3422
|
+
# * `vertica`
|
3413
3423
|
# @return [String]
|
3414
3424
|
#
|
3415
3425
|
# @!attribute [rw] data
|
@@ -3447,9 +3457,19 @@ module Aws::Glue
|
|
3447
3457
|
# The `connectionType`, as provided to the underlying Glue library.
|
3448
3458
|
# This node type supports the following connection types:
|
3449
3459
|
#
|
3460
|
+
# * `opensearch`
|
3461
|
+
#
|
3462
|
+
# * `azuresql`
|
3463
|
+
#
|
3464
|
+
# * `azurecosmos`
|
3465
|
+
#
|
3450
3466
|
# * `bigquery`
|
3451
3467
|
#
|
3452
|
-
#
|
3468
|
+
# * `saphana`
|
3469
|
+
#
|
3470
|
+
# * `teradata`
|
3471
|
+
#
|
3472
|
+
# * `vertica`
|
3453
3473
|
# @return [String]
|
3454
3474
|
#
|
3455
3475
|
# @!attribute [rw] data
|
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.162.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-
|
11
|
+
date: 2023-11-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|