aws-sdk-gluedatabrew 1.11.0 → 1.15.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: 535688ec47b0e96ac78ceae9ae85e310a0414596327cc7c4cc4abe4a0f5c503e
4
- data.tar.gz: f87e345b0afe3ef5366baa37eedc86c23ff1caa12133648a2352b192793e786f
3
+ metadata.gz: 1e990962dee9e14a25fa9c6c343a8079553cb750457deeaca36aa397f5d778cb
4
+ data.tar.gz: 924224bb39fdcccc2f369acfcd5c5bfe275988e082538317249f7c7ad956879b
5
5
  SHA512:
6
- metadata.gz: f2bff24cf1be3e4b0b5b27d79629ff1954f0b2ea3fea6485ade15cf86ba6b97d0bbc63dd02eccbb811783164bb32870aea1e6428d19783f0fac062b36b22de11
7
- data.tar.gz: 5a1ae18df9dce33d952facbaf9da0b53164de3447c3f6b6f766bd7280f6000096bac0f86266fd06b9a17137187c237d98bd71d0c85ad6e63aaf57346902788c9
6
+ metadata.gz: 815e40e898631ebdc272a477e886bbe7c3ba930d05891fee272e19c7ac51abe9f644d5cb5383ad712092c461064ea6ee833427ae12c2f7e64910dad42c7ffdf2
7
+ data.tar.gz: 1decb5c7eac309c1af3c7e5a725e109932cf426a9d8fdd1633be81d66cea21a3ec35b0ba0d66e1cad773022851c64be723868cf82c07c8bef3a2f3e85525cee7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.15.0 (2021-11-04)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.14.0 (2021-10-18)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.13.0 (2021-09-01)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.12.0 (2021-08-12)
20
+ ------------------
21
+
22
+ * Feature - This SDK release adds support for the output of a recipe job results to Tableau Hyper format.
23
+
4
24
  1.11.0 (2021-07-30)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.11.0
1
+ 1.15.0
@@ -275,6 +275,15 @@ module Aws::GlueDataBrew
275
275
  # ** Please note ** When response stubbing is enabled, no HTTP
276
276
  # requests are made, and retries are disabled.
277
277
  #
278
+ # @option options [Boolean] :use_dualstack_endpoint
279
+ # When set to `true`, dualstack enabled endpoints (with `.aws` TLD)
280
+ # will be used if available.
281
+ #
282
+ # @option options [Boolean] :use_fips_endpoint
283
+ # When set to `true`, fips compatible endpoints will be used if available.
284
+ # When a `fips` region is used, the region is normalized and this config
285
+ # is set to `true`.
286
+ #
278
287
  # @option options [Boolean] :validate_params (true)
279
288
  # When `true`, request parameters are validated before
280
289
  # sending the request.
@@ -848,7 +857,7 @@ module Aws::GlueDataBrew
848
857
  # outputs: [
849
858
  # {
850
859
  # compression_format: "GZIP", # accepts GZIP, LZ4, SNAPPY, BZIP2, DEFLATE, LZO, BROTLI, ZSTD, ZLIB
851
- # format: "CSV", # accepts CSV, JSON, PARQUET, GLUEPARQUET, AVRO, ORC, XML
860
+ # format: "CSV", # accepts CSV, JSON, PARQUET, GLUEPARQUET, AVRO, ORC, XML, TABLEAUHYPER
852
861
  # partition_columns: ["ColumnName"],
853
862
  # location: { # required
854
863
  # bucket: "Bucket", # required
@@ -1255,7 +1264,7 @@ module Aws::GlueDataBrew
1255
1264
  # resp.max_retries #=> Integer
1256
1265
  # resp.outputs #=> Array
1257
1266
  # resp.outputs[0].compression_format #=> String, one of "GZIP", "LZ4", "SNAPPY", "BZIP2", "DEFLATE", "LZO", "BROTLI", "ZSTD", "ZLIB"
1258
- # resp.outputs[0].format #=> String, one of "CSV", "JSON", "PARQUET", "GLUEPARQUET", "AVRO", "ORC", "XML"
1267
+ # resp.outputs[0].format #=> String, one of "CSV", "JSON", "PARQUET", "GLUEPARQUET", "AVRO", "ORC", "XML", "TABLEAUHYPER"
1259
1268
  # resp.outputs[0].partition_columns #=> Array
1260
1269
  # resp.outputs[0].partition_columns[0] #=> String
1261
1270
  # resp.outputs[0].location.bucket #=> String
@@ -1386,7 +1395,7 @@ module Aws::GlueDataBrew
1386
1395
  # resp.log_group_name #=> String
1387
1396
  # resp.outputs #=> Array
1388
1397
  # resp.outputs[0].compression_format #=> String, one of "GZIP", "LZ4", "SNAPPY", "BZIP2", "DEFLATE", "LZO", "BROTLI", "ZSTD", "ZLIB"
1389
- # resp.outputs[0].format #=> String, one of "CSV", "JSON", "PARQUET", "GLUEPARQUET", "AVRO", "ORC", "XML"
1398
+ # resp.outputs[0].format #=> String, one of "CSV", "JSON", "PARQUET", "GLUEPARQUET", "AVRO", "ORC", "XML", "TABLEAUHYPER"
1390
1399
  # resp.outputs[0].partition_columns #=> Array
1391
1400
  # resp.outputs[0].partition_columns[0] #=> String
1392
1401
  # resp.outputs[0].location.bucket #=> String
@@ -1718,7 +1727,7 @@ module Aws::GlueDataBrew
1718
1727
  # resp.job_runs[0].log_group_name #=> String
1719
1728
  # resp.job_runs[0].outputs #=> Array
1720
1729
  # resp.job_runs[0].outputs[0].compression_format #=> String, one of "GZIP", "LZ4", "SNAPPY", "BZIP2", "DEFLATE", "LZO", "BROTLI", "ZSTD", "ZLIB"
1721
- # resp.job_runs[0].outputs[0].format #=> String, one of "CSV", "JSON", "PARQUET", "GLUEPARQUET", "AVRO", "ORC", "XML"
1730
+ # resp.job_runs[0].outputs[0].format #=> String, one of "CSV", "JSON", "PARQUET", "GLUEPARQUET", "AVRO", "ORC", "XML", "TABLEAUHYPER"
1722
1731
  # resp.job_runs[0].outputs[0].partition_columns #=> Array
1723
1732
  # resp.job_runs[0].outputs[0].partition_columns[0] #=> String
1724
1733
  # resp.job_runs[0].outputs[0].location.bucket #=> String
@@ -1811,7 +1820,7 @@ module Aws::GlueDataBrew
1811
1820
  # resp.jobs[0].max_retries #=> Integer
1812
1821
  # resp.jobs[0].outputs #=> Array
1813
1822
  # resp.jobs[0].outputs[0].compression_format #=> String, one of "GZIP", "LZ4", "SNAPPY", "BZIP2", "DEFLATE", "LZO", "BROTLI", "ZSTD", "ZLIB"
1814
- # resp.jobs[0].outputs[0].format #=> String, one of "CSV", "JSON", "PARQUET", "GLUEPARQUET", "AVRO", "ORC", "XML"
1823
+ # resp.jobs[0].outputs[0].format #=> String, one of "CSV", "JSON", "PARQUET", "GLUEPARQUET", "AVRO", "ORC", "XML", "TABLEAUHYPER"
1815
1824
  # resp.jobs[0].outputs[0].partition_columns #=> Array
1816
1825
  # resp.jobs[0].outputs[0].partition_columns[0] #=> String
1817
1826
  # resp.jobs[0].outputs[0].location.bucket #=> String
@@ -2783,7 +2792,7 @@ module Aws::GlueDataBrew
2783
2792
  # outputs: [
2784
2793
  # {
2785
2794
  # compression_format: "GZIP", # accepts GZIP, LZ4, SNAPPY, BZIP2, DEFLATE, LZO, BROTLI, ZSTD, ZLIB
2786
- # format: "CSV", # accepts CSV, JSON, PARQUET, GLUEPARQUET, AVRO, ORC, XML
2795
+ # format: "CSV", # accepts CSV, JSON, PARQUET, GLUEPARQUET, AVRO, ORC, XML, TABLEAUHYPER
2787
2796
  # partition_columns: ["ColumnName"],
2788
2797
  # location: { # required
2789
2798
  # bucket: "Bucket", # required
@@ -2903,7 +2912,7 @@ module Aws::GlueDataBrew
2903
2912
  params: params,
2904
2913
  config: config)
2905
2914
  context[:gem_name] = 'aws-sdk-gluedatabrew'
2906
- context[:gem_version] = '1.11.0'
2915
+ context[:gem_version] = '1.15.0'
2907
2916
  Seahorse::Client::Request.new(handlers, context)
2908
2917
  end
2909
2918
 
@@ -590,7 +590,7 @@ module Aws::GlueDataBrew
590
590
  # outputs: [
591
591
  # {
592
592
  # compression_format: "GZIP", # accepts GZIP, LZ4, SNAPPY, BZIP2, DEFLATE, LZO, BROTLI, ZSTD, ZLIB
593
- # format: "CSV", # accepts CSV, JSON, PARQUET, GLUEPARQUET, AVRO, ORC, XML
593
+ # format: "CSV", # accepts CSV, JSON, PARQUET, GLUEPARQUET, AVRO, ORC, XML, TABLEAUHYPER
594
594
  # partition_columns: ["ColumnName"],
595
595
  # location: { # required
596
596
  # bucket: "Bucket", # required
@@ -3131,7 +3131,7 @@ module Aws::GlueDataBrew
3131
3131
  #
3132
3132
  # {
3133
3133
  # compression_format: "GZIP", # accepts GZIP, LZ4, SNAPPY, BZIP2, DEFLATE, LZO, BROTLI, ZSTD, ZLIB
3134
- # format: "CSV", # accepts CSV, JSON, PARQUET, GLUEPARQUET, AVRO, ORC, XML
3134
+ # format: "CSV", # accepts CSV, JSON, PARQUET, GLUEPARQUET, AVRO, ORC, XML, TABLEAUHYPER
3135
3135
  # partition_columns: ["ColumnName"],
3136
3136
  # location: { # required
3137
3137
  # bucket: "Bucket", # required
@@ -4546,7 +4546,7 @@ module Aws::GlueDataBrew
4546
4546
  # outputs: [
4547
4547
  # {
4548
4548
  # compression_format: "GZIP", # accepts GZIP, LZ4, SNAPPY, BZIP2, DEFLATE, LZO, BROTLI, ZSTD, ZLIB
4549
- # format: "CSV", # accepts CSV, JSON, PARQUET, GLUEPARQUET, AVRO, ORC, XML
4549
+ # format: "CSV", # accepts CSV, JSON, PARQUET, GLUEPARQUET, AVRO, ORC, XML, TABLEAUHYPER
4550
4550
  # partition_columns: ["ColumnName"],
4551
4551
  # location: { # required
4552
4552
  # bucket: "Bucket", # required
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-gluedatabrew/customizations'
48
48
  # @!group service
49
49
  module Aws::GlueDataBrew
50
50
 
51
- GEM_VERSION = '1.11.0'
51
+ GEM_VERSION = '1.15.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-gluedatabrew
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.11.0
4
+ version: 1.15.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: 2021-07-30 00:00:00.000000000 Z
11
+ date: 2021-11-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.119.0
22
+ version: 3.122.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.119.0
32
+ version: 3.122.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -76,7 +76,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
76
76
  requirements:
77
77
  - - ">="
78
78
  - !ruby/object:Gem::Version
79
- version: '0'
79
+ version: '2.3'
80
80
  required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  requirements:
82
82
  - - ">="