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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e6bf1224d6ce0cd249e0ff371d49bb8f396777023e4dc3c6d8eda2d31e2e3440
4
- data.tar.gz: 23d0f5906e17b992b19eb9395f1de35d6c9ca866fb418e1d1052b0e2f7e97079
3
+ metadata.gz: de7088f01376469882deb638f7d9f1647768cc2fc5bcf0d968746da0cbf2a0dc
4
+ data.tar.gz: 1ccc6a6ab43654f659abdc805540a95a8f93ca12a4e261f861cd062235cbef8a
5
5
  SHA512:
6
- metadata.gz: f772d9af37b746fcfb403caa4920ccd088eb1cc13c3d99ccb2cd094c09b23edb3ef01529672adc12e26c2bd69de9656c445664ffa6ff99c9606c7e4a8c15e4c3
7
- data.tar.gz: edf18d144a01953166e42088df6bb4d0fe8ce7a603cf7a3b77554cf1d6ead06b66a6ccdeaa5a1a2ed4e56a6fa791f24d748c25976be6c64438ede604ed1c2c98
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.161.0
1
+ 1.162.0
@@ -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.161.0'
16894
+ context[:gem_version] = '1.162.0'
16895
16895
  Seahorse::Client::Request.new(handlers, context)
16896
16896
  end
16897
16897
 
@@ -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
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-glue/customizations'
52
52
  # @!group service
53
53
  module Aws::Glue
54
54
 
55
- GEM_VERSION = '1.161.0'
55
+ GEM_VERSION = '1.162.0'
56
56
 
57
57
  end
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.161.0
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-22 00:00:00.000000000 Z
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