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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3166e5523cc5997716cddee9ad433887b497bda632204158f1bc377b671316f3
4
- data.tar.gz: f2d4fccb7dc3988e38c2504c89e8daaa3e7aff6359600bd65e8abf1b12df8cec
3
+ metadata.gz: c11903d4ab71e3604b12631c22efa4ba8cd8757e2e8ab441ba3214421eaed343
4
+ data.tar.gz: 51d5c85b5914290bcbe6966099f7e9311f8055360f94e7e07c10a169a0a577e9
5
5
  SHA512:
6
- metadata.gz: 75b0b27e5226044fc33ced3c92dcc1519e4d6a1743d96674767af17696fe3564987690de58ab18d0e6ae65ddf2274693ddc77def0ac1012bc2a5d0da299232c6
7
- data.tar.gz: 5d14da72231d34c58d1d1a61b452083182a3339820e7357d0b4c7ccfa02000884a7300422a4af7ce2aa0df78d33d97cb45f07241c826931b0c9565c1b3c8b195
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.109.0
1
+ 1.112.0