aws-sdk-glue 1.234.0 → 1.235.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-glue/client.rb +2 -2
- data/lib/aws-sdk-glue.rb +1 -1
- data/sig/client.rbs +1 -1
- data/sig/types.rbs +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 500009540b2c37fc6140730d79875f1c82ff8bde1d7dbf0544311e6a5f802e98
|
4
|
+
data.tar.gz: 9461a27ec0ad4b371b3a8efb48e619477eb6e18eb1c3c716da062897efc4aacd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e2f727bda43e5fb9a3027289b4db0615a82b1af141f0d9e3b86226087571de35ed6e653340b3af14a25b60e726d24b7321f5a6b7f02b8b50f5ad7d901f843330
|
7
|
+
data.tar.gz: 14cfdb0e78f4a1ad94d4906f219e8ae372132fe0e2153534bc0e6aa7bd7b5fdd8a3e4ddb94038d863218ca056ff93737586263a1668e7637d23ea83d172976a1
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.235.0
|
data/lib/aws-sdk-glue/client.rb
CHANGED
@@ -8025,7 +8025,7 @@ module Aws::Glue
|
|
8025
8025
|
# next_token: "Token",
|
8026
8026
|
# max_results: 1,
|
8027
8027
|
# resource_share_type: "FOREIGN", # accepts FOREIGN, ALL, FEDERATED
|
8028
|
-
# attributes_to_get: ["NAME"], # accepts NAME
|
8028
|
+
# attributes_to_get: ["NAME"], # accepts NAME, TARGET_DATABASE
|
8029
8029
|
# })
|
8030
8030
|
#
|
8031
8031
|
# @example Response structure
|
@@ -17918,7 +17918,7 @@ module Aws::Glue
|
|
17918
17918
|
tracer: tracer
|
17919
17919
|
)
|
17920
17920
|
context[:gem_name] = 'aws-sdk-glue'
|
17921
|
-
context[:gem_version] = '1.
|
17921
|
+
context[:gem_version] = '1.235.0'
|
17922
17922
|
Seahorse::Client::Request.new(handlers, context)
|
17923
17923
|
end
|
17924
17924
|
|
data/lib/aws-sdk-glue.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -3882,7 +3882,7 @@ module Aws
|
|
3882
3882
|
?next_token: ::String,
|
3883
3883
|
?max_results: ::Integer,
|
3884
3884
|
?resource_share_type: ("FOREIGN" | "ALL" | "FEDERATED"),
|
3885
|
-
?attributes_to_get: Array[("NAME")]
|
3885
|
+
?attributes_to_get: Array[("NAME" | "TARGET_DATABASE")]
|
3886
3886
|
) -> _GetDatabasesResponseSuccess
|
3887
3887
|
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetDatabasesResponseSuccess
|
3888
3888
|
|
data/sig/types.rbs
CHANGED
@@ -3152,7 +3152,7 @@ module Aws::Glue
|
|
3152
3152
|
attr_accessor next_token: ::String
|
3153
3153
|
attr_accessor max_results: ::Integer
|
3154
3154
|
attr_accessor resource_share_type: ("FOREIGN" | "ALL" | "FEDERATED")
|
3155
|
-
attr_accessor attributes_to_get: ::Array[("NAME")]
|
3155
|
+
attr_accessor attributes_to_get: ::Array[("NAME" | "TARGET_DATABASE")]
|
3156
3156
|
SENSITIVE: []
|
3157
3157
|
end
|
3158
3158
|
|