aws-sdk-glue 1.110.0 → 1.113.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: 7e9b80a404718fd45a16d159fb6757af8a725f009fd1b277c425699a7ade87a9
4
- data.tar.gz: 705a3a07f1aee8322cb419661cb625ed552c7c0efd13c423b08cef31211c851a
3
+ metadata.gz: 6065e9a0fc007d0334336d2f6f42742413791ef331a14b1a23b73ebc8f312146
4
+ data.tar.gz: 00c6f62650b2bb5ef96b1728b0a385abee42537f729797af10a1a1ffca31bf87
5
5
  SHA512:
6
- metadata.gz: 20956d1abe5f74687f444a8f77c92bb5dd4a306a52538f2d6077a8403a3c6623cacf892c5db3969cf9ac936a0f0938d354a43d17101470b97d9d1f756ff02be4
7
- data.tar.gz: 723f78cd75599f8578151a31932d4d2c4d184ee0289e699b367a1b9b39d8b7f9d527b8daddddf514d4814adcaab0b72026de697401587c8c25afb3e1e9c4657f
6
+ metadata.gz: e619fd7f484606b16cd9f19af05c4e5eca57c54f84674bab7c7bca929ffebcf86b340da331e0c948b33d81a51483104ff41e178c28ba03e3b7af6459133100cf
7
+ data.tar.gz: 8017c1b8673ba22d72ef3df8fc1f47d12223da5a0a1f1b06d3c9f6df2224aea860bc6e57de0b8d2782ba8fce522948ce1d59dcec126f47a222eb36837a44238f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.113.0 (2022-06-24)
5
+ ------------------
6
+
7
+ * Feature - This release enables the new ListCrawls API for viewing the AWS Glue Crawler run history.
8
+
9
+ 1.112.0 (2022-05-17)
10
+ ------------------
11
+
12
+ * 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.
13
+
14
+ 1.111.0 (2022-04-26)
15
+ ------------------
16
+
17
+ * 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.
18
+
4
19
  1.110.0 (2022-04-21)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.110.0
1
+ 1.113.0