aws-sdk-glue 1.74.0 → 1.75.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/lib/aws-sdk-glue.rb +1 -1
- data/lib/aws-sdk-glue/client.rb +10 -1
- data/lib/aws-sdk-glue/types.rb +9 -0
- 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: 5c4a974707df626bf8a61443f233bc7c01667183c08276f26188610447814a64
|
|
4
|
+
data.tar.gz: 582d592212ec651529be2b9b8ba11038a0ac1923d87ba6a7d02b08b81e1b4d7d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7ebd6045481faafdd5ecaf4c2b2e0b2845f945005d7f76795aa54040f93b47f7d5fac76e00b9d4b60529b600e23e3a730f8156ca01cb0ce3e7e1f6e0c526042c
|
|
7
|
+
data.tar.gz: cabf61c228430f4f9cfb1fbc11ea55c713510811ae7e80ae3051fba0e0a952ca2d6b1baacebed4f2927b80cd947c495a7388e3d7b6467af1a6c8d73164ecf2de
|
data/lib/aws-sdk-glue.rb
CHANGED
data/lib/aws-sdk-glue/client.rb
CHANGED
|
@@ -5248,6 +5248,15 @@ module Aws::Glue
|
|
|
5248
5248
|
# @option params [Hash<String,String>] :additional_plan_options_map
|
|
5249
5249
|
# A map to hold additional optional key-value parameters.
|
|
5250
5250
|
#
|
|
5251
|
+
# Currently, these key-value pairs are supported:
|
|
5252
|
+
#
|
|
5253
|
+
# * `inferSchema` — Specifies whether to set `inferSchema` to true or
|
|
5254
|
+
# false for the default script generated by an AWS Glue job. For
|
|
5255
|
+
# example, to set `inferSchema` to true, pass the following key value
|
|
5256
|
+
# pair:
|
|
5257
|
+
#
|
|
5258
|
+
# `--additional-plan-options-map '\{"inferSchema":"true"\}'`
|
|
5259
|
+
#
|
|
5251
5260
|
# @return [Types::GetPlanResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
5252
5261
|
#
|
|
5253
5262
|
# * {Types::GetPlanResponse#python_script #python_script} => String
|
|
@@ -9122,7 +9131,7 @@ module Aws::Glue
|
|
|
9122
9131
|
params: params,
|
|
9123
9132
|
config: config)
|
|
9124
9133
|
context[:gem_name] = 'aws-sdk-glue'
|
|
9125
|
-
context[:gem_version] = '1.
|
|
9134
|
+
context[:gem_version] = '1.75.0'
|
|
9126
9135
|
Seahorse::Client::Request.new(handlers, context)
|
|
9127
9136
|
end
|
|
9128
9137
|
|
data/lib/aws-sdk-glue/types.rb
CHANGED
|
@@ -7573,6 +7573,15 @@ module Aws::Glue
|
|
|
7573
7573
|
#
|
|
7574
7574
|
# @!attribute [rw] additional_plan_options_map
|
|
7575
7575
|
# A map to hold additional optional key-value parameters.
|
|
7576
|
+
#
|
|
7577
|
+
# Currently, these key-value pairs are supported:
|
|
7578
|
+
#
|
|
7579
|
+
# * `inferSchema` — Specifies whether to set `inferSchema` to true
|
|
7580
|
+
# or false for the default script generated by an AWS Glue job. For
|
|
7581
|
+
# example, to set `inferSchema` to true, pass the following key
|
|
7582
|
+
# value pair:
|
|
7583
|
+
#
|
|
7584
|
+
# `--additional-plan-options-map '\{"inferSchema":"true"\}'`
|
|
7576
7585
|
# @return [Hash<String,String>]
|
|
7577
7586
|
#
|
|
7578
7587
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetPlanRequest AWS API Documentation
|
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.75.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: 2020-10-
|
|
11
|
+
date: 2020-10-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|