aws-sdk-glue 1.200.0 → 1.201.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-glue/client.rb +2 -2
- data/lib/aws-sdk-glue/types.rb +11 -11
- 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: 5135b2a07562f57b190518e282be4e298f1da8477704d7733e88224fe4f15761
|
4
|
+
data.tar.gz: 619749936172b7f4aeaf25223734a8e2bd2770ae6a399dcf5de7ed34ba856842
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 14f2cb022bd539dae914a914db3be54545d1bd10b40a14232263eee0f44cc15c2b0ebe25fc379b5ca5a3387be4d668514a3c91dc31a8e5dd74a4d4147177e8a6
|
7
|
+
data.tar.gz: 4b8aacc6ed915e5bf89b8a5125321604483a735853b135973eaabc08047f1b368676aff9527a5ac991685fed39fbc43d5f44c5e4a30fe60c7e3b9a03a69b589a
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.201.0
|
data/lib/aws-sdk-glue/client.rb
CHANGED
@@ -10703,7 +10703,7 @@ module Aws::Glue
|
|
10703
10703
|
# false for the default script generated by an Glue job. For example,
|
10704
10704
|
# to set `inferSchema` to true, pass the following key value pair:
|
10705
10705
|
#
|
10706
|
-
# `--additional-plan-options-map '
|
10706
|
+
# `--additional-plan-options-map '{"inferSchema":"true"}'`
|
10707
10707
|
#
|
10708
10708
|
# @return [Types::GetPlanResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
10709
10709
|
#
|
@@ -18456,7 +18456,7 @@ module Aws::Glue
|
|
18456
18456
|
tracer: tracer
|
18457
18457
|
)
|
18458
18458
|
context[:gem_name] = 'aws-sdk-glue'
|
18459
|
-
context[:gem_version] = '1.
|
18459
|
+
context[:gem_version] = '1.201.0'
|
18460
18460
|
Seahorse::Client::Request.new(handlers, context)
|
18461
18461
|
end
|
18462
18462
|
|
data/lib/aws-sdk-glue/types.rb
CHANGED
@@ -11619,7 +11619,7 @@ module Aws::Glue
|
|
11619
11619
|
# example, to set `inferSchema` to true, pass the following key
|
11620
11620
|
# value pair:
|
11621
11621
|
#
|
11622
|
-
# `--additional-plan-options-map '
|
11622
|
+
# `--additional-plan-options-map '{"inferSchema":"true"}'`
|
11623
11623
|
# @return [Hash<String,String>]
|
11624
11624
|
#
|
11625
11625
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetPlanRequest AWS API Documentation
|
@@ -13937,8 +13937,8 @@ module Aws::Glue
|
|
13937
13937
|
# @!attribute [rw] data_type_mapping
|
13938
13938
|
# Custom data type mapping that builds a mapping from a JDBC data type
|
13939
13939
|
# to an Glue data type. For example, the option
|
13940
|
-
# `"dataTypeMapping"
|
13941
|
-
#
|
13940
|
+
# `"dataTypeMapping":{"FLOAT":"STRING"}` maps data fields of JDBC type
|
13941
|
+
# `FLOAT` into the Java `String` type by calling the
|
13942
13942
|
# `ResultSet.getString()` method of the driver, and uses it to build
|
13943
13943
|
# the Glue record. The `ResultSet` object is implemented by each
|
13944
13944
|
# driver, so the behavior is specific to the driver you use. Refer to
|
@@ -17085,17 +17085,17 @@ module Aws::Glue
|
|
17085
17085
|
#
|
17086
17086
|
# For the children part, suppose you have the structure:
|
17087
17087
|
#
|
17088
|
-
#
|
17089
|
-
# "ToType": "Struct", "Dropped": false, "Chidlren": [
|
17090
|
-
# "inner", "ToKey": "inner", "ToType": "Double", "Dropped": false,
|
17091
|
-
#
|
17088
|
+
# `{ "FromPath": "OuterStructure", "ToKey": "OuterStructure",
|
17089
|
+
# "ToType": "Struct", "Dropped": false, "Chidlren": [{ "FromPath":
|
17090
|
+
# "inner", "ToKey": "inner", "ToType": "Double", "Dropped": false, }]
|
17091
|
+
# }`
|
17092
17092
|
#
|
17093
17093
|
# You can specify a `Mapping` that looks like:
|
17094
17094
|
#
|
17095
|
-
#
|
17096
|
-
# "ToType": "Struct", "Dropped": false, "Chidlren": [
|
17097
|
-
# "inner", "ToKey": "inner", "ToType": "Double", "Dropped": false,
|
17098
|
-
#
|
17095
|
+
# `{ "FromPath": "OuterStructure", "ToKey": "OuterStructure",
|
17096
|
+
# "ToType": "Struct", "Dropped": false, "Chidlren": [{ "FromPath":
|
17097
|
+
# "inner", "ToKey": "inner", "ToType": "Double", "Dropped": false, }]
|
17098
|
+
# }`
|
17099
17099
|
# @return [Array<Types::Mapping>]
|
17100
17100
|
#
|
17101
17101
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/Mapping AWS API Documentation
|
data/lib/aws-sdk-glue.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-glue
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.201.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-11-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|