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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e977c6324a34a18feb97ff7fa7f67cca488c6e29844b8b4e4c715b5b3d56a56c
4
- data.tar.gz: 779c4084264ba0a204c0db68bc3fa5ba9733def32fa3afe012305447f9a7c933
3
+ metadata.gz: 5135b2a07562f57b190518e282be4e298f1da8477704d7733e88224fe4f15761
4
+ data.tar.gz: 619749936172b7f4aeaf25223734a8e2bd2770ae6a399dcf5de7ed34ba856842
5
5
  SHA512:
6
- metadata.gz: 22e97e24874dd46576a213881f8ac47a64ed04509cdccd0dd57b16f625b71bb41d7f476905d17a65676340a356b77028080d9acea7387cd261f1515174534772
7
- data.tar.gz: df103bf07d67b4649879b53e07472124829ff7c819002dcf98db28ea457f9ec6e41a1e25e18953ca796a9029e57fc15ebc6d419764726becebb72ca0c02f87f0
6
+ metadata.gz: 14f2cb022bd539dae914a914db3be54545d1bd10b40a14232263eee0f44cc15c2b0ebe25fc379b5ca5a3387be4d668514a3c91dc31a8e5dd74a4d4147177e8a6
7
+ data.tar.gz: 4b8aacc6ed915e5bf89b8a5125321604483a735853b135973eaabc08047f1b368676aff9527a5ac991685fed39fbc43d5f44c5e4a30fe60c7e3b9a03a69b589a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.201.0 (2024-11-06)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.200.0 (2024-10-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.200.0
1
+ 1.201.0
@@ -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 '\{"inferSchema":"true"\}'`
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.200.0'
18459
+ context[:gem_version] = '1.201.0'
18460
18460
  Seahorse::Client::Request.new(handlers, context)
18461
18461
  end
18462
18462
 
@@ -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 '\{"inferSchema":"true"\}'`
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":\{"FLOAT":"STRING"\}` maps data fields of JDBC
13941
- # type `FLOAT` into the Java `String` type by calling the
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
- # `\{ "FromPath": "OuterStructure", "ToKey": "OuterStructure",
17089
- # "ToType": "Struct", "Dropped": false, "Chidlren": [\{ "FromPath":
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
- # `\{ "FromPath": "OuterStructure", "ToKey": "OuterStructure",
17096
- # "ToType": "Struct", "Dropped": false, "Chidlren": [\{ "FromPath":
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
@@ -54,7 +54,7 @@ module Aws::Glue
54
54
  autoload :EndpointProvider, 'aws-sdk-glue/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-glue/endpoints'
56
56
 
57
- GEM_VERSION = '1.200.0'
57
+ GEM_VERSION = '1.201.0'
58
58
 
59
59
  end
60
60
 
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.200.0
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-10-31 00:00:00.000000000 Z
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