aws-sdk-glue 1.109.0 → 1.112.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 +15 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-glue/client.rb +2968 -1
- data/lib/aws-sdk-glue/client_api.rb +844 -0
- data/lib/aws-sdk-glue/types.rb +9008 -2020
- 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: c11903d4ab71e3604b12631c22efa4ba8cd8757e2e8ab441ba3214421eaed343
|
4
|
+
data.tar.gz: 51d5c85b5914290bcbe6966099f7e9311f8055360f94e7e07c10a169a0a577e9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b2c3b92cff61acdf2cb4419751ac74ccf629faaf65c2ce0315d908b4af6f641af8719d603b0112ace130ebc0c3dcd29379b5cca9092ded0beb1ba72749d9a45e
|
7
|
+
data.tar.gz: 2b5c597710062a4cde5b922e69046b835ecc79c52667c4f11a0221713e24cdbeaaf057f93d85eb3ea012598b5c4508117eb41aa4e7e0b72422d878cdd0f7e2dd
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,21 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.112.0 (2022-05-17)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release adds a new optional parameter called codeGenNodeConfiguration to CRUD job APIs that allows users to manage visual jobs via APIs. The updated CreateJob and UpdateJob will create jobs that can be viewed in Glue Studio as a visual graph. GetJob can be used to get codeGenNodeConfiguration.
|
8
|
+
|
9
|
+
1.111.0 (2022-04-26)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - This release adds documentation for the APIs to create, read, delete, list, and batch read of AWS Glue custom patterns, and for Lake Formation configuration settings in the AWS Glue crawler.
|
13
|
+
|
14
|
+
1.110.0 (2022-04-21)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - This release adds APIs to create, read, delete, list, and batch read of Glue custom entity types
|
18
|
+
|
4
19
|
1.109.0 (2022-04-14)
|
5
20
|
------------------
|
6
21
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.112.0
|