aws-sdk-glue 1.160.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: 80a8b29c4f58ab290db80cb32b18783743668b5f7b767b4993310912a878c393
4
- data.tar.gz: d2c710ec83eeb974dd230c74f3c2746fefef7cc965ab4774dc5e8a5219a0b799
3
+ metadata.gz: de7088f01376469882deb638f7d9f1647768cc2fc5bcf0d968746da0cbf2a0dc
4
+ data.tar.gz: 1ccc6a6ab43654f659abdc805540a95a8f93ca12a4e261f861cd062235cbef8a
5
5
  SHA512:
6
- metadata.gz: 03c481a690d8ca2592e25c67b2ef32228f25843e263b9d37c4789d446b4b539953ca7a071b68e3dcd2dcf4693502eaf7f5e58896fda1c87c1cfb6b10c315359b
7
- data.tar.gz: 686d624dba3119011680b57acad5c88836887e22daa14d763a3c5c2a3f787913c3f6f694d2edebfa109a3ba3cd59f248d76235e753d0c8cc7a64342ff3ac460a
6
+ metadata.gz: c322312e389e27f97df04b2db68517dd96996a8fc5b46499e62c6cf7a604041b96f9ab9d25b06cbc52c3c73b824b1050334a98ae4294b71cfca44f3b68c40b25
7
+ data.tar.gz: bc232b56f19a97a8e492ed28345bdd246eaac09a74eb0db56bae94ae2300461dd4f1c973da54dfaae6a0645fc6c1fc4733252f949c0d90347debf7f03bc83493
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.161.0 (2023-11-22)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.160.0 (2023-11-16)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.160.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.160.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.160.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.160.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-16 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
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.184.0
22
+ version: 3.188.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.184.0
32
+ version: 3.188.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -80,7 +80,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
80
80
  requirements:
81
81
  - - ">="
82
82
  - !ruby/object:Gem::Version
83
- version: '2.3'
83
+ version: '2.5'
84
84
  required_rubygems_version: !ruby/object:Gem::Requirement
85
85
  requirements:
86
86
  - - ">="