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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e9f500eba05c7f45bcef9c609e603c71301c6ea3c116fc4a564cce5e10d5ba3c
4
- data.tar.gz: a0b8fe74ad689c1992a934d0bd6c3fcecc1aa4fc2a06a82654f19ceca48c432e
3
+ metadata.gz: 5c4a974707df626bf8a61443f233bc7c01667183c08276f26188610447814a64
4
+ data.tar.gz: 582d592212ec651529be2b9b8ba11038a0ac1923d87ba6a7d02b08b81e1b4d7d
5
5
  SHA512:
6
- metadata.gz: 60d5c84fa411d3eab681e71ca57691cf07c9168b3dc029cb9388abe03063fa6ab405c36bc119ce50212c77f85ab0d43443a933b0c420e71f2b2627324104cc29
7
- data.tar.gz: e357e95f6577655ce21426f2dbd356843afa89ea3cf784b78b7446f8df6566ed1f7a12189c556efcce45a3cfa20d6ee628cb61ce9d1e1dae750af5bda65a2d97
6
+ metadata.gz: 7ebd6045481faafdd5ecaf4c2b2e0b2845f945005d7f76795aa54040f93b47f7d5fac76e00b9d4b60529b600e23e3a730f8156ca01cb0ce3e7e1f6e0c526042c
7
+ data.tar.gz: cabf61c228430f4f9cfb1fbc11ea55c713510811ae7e80ae3051fba0e0a952ca2d6b1baacebed4f2927b80cd947c495a7388e3d7b6467af1a6c8d73164ecf2de
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-glue/customizations'
48
48
  # @!group service
49
49
  module Aws::Glue
50
50
 
51
- GEM_VERSION = '1.74.0'
51
+ GEM_VERSION = '1.75.0'
52
52
 
53
53
  end
@@ -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.74.0'
9134
+ context[:gem_version] = '1.75.0'
9126
9135
  Seahorse::Client::Request.new(handlers, context)
9127
9136
  end
9128
9137
 
@@ -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.74.0
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-05 00:00:00.000000000 Z
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