aws-sdk-glue 1.107.0 → 1.110.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +15 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-glue/client.rb +625 -1
- data/lib/aws-sdk-glue/client_api.rb +441 -0
- data/lib/aws-sdk-glue/errors.rb +16 -0
- data/lib/aws-sdk-glue/types.rb +928 -3
- 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: 7e9b80a404718fd45a16d159fb6757af8a725f009fd1b277c425699a7ade87a9
|
4
|
+
data.tar.gz: 705a3a07f1aee8322cb419661cb625ed552c7c0efd13c423b08cef31211c851a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 20956d1abe5f74687f444a8f77c92bb5dd4a306a52538f2d6077a8403a3c6623cacf892c5db3969cf9ac936a0f0938d354a43d17101470b97d9d1f756ff02be4
|
7
|
+
data.tar.gz: 723f78cd75599f8578151a31932d4d2c4d184ee0289e699b367a1b9b39d8b7f9d527b8daddddf514d4814adcaab0b72026de697401587c8c25afb3e1e9c4657f
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,21 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.110.0 (2022-04-21)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release adds APIs to create, read, delete, list, and batch read of Glue custom entity types
|
8
|
+
|
9
|
+
1.109.0 (2022-04-14)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Auto Scaling for Glue version 3.0 and later jobs to dynamically scale compute resources. This SDK change provides customers with the auto-scaled DPU usage
|
13
|
+
|
14
|
+
1.108.0 (2022-03-18)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Added 9 new APIs for AWS Glue Interactive Sessions: ListSessions, StopSession, CreateSession, GetSession, DeleteSession, RunStatement, GetStatement, ListStatements, CancelStatement
|
18
|
+
|
4
19
|
1.107.0 (2022-02-24)
|
5
20
|
------------------
|
6
21
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.110.0
|