aws-sdk-gluedatabrew 1.9.0 → 1.13.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: 97b0f8e55b3db7d09c04e29a290942d848be07288f239418d0c3542bb7b28ce8
4
- data.tar.gz: 2f78725963736670edb295acbb1c49cb0a76a9e7d86540f16f974faa999c5c78
3
+ metadata.gz: fdb140a3bde3b761d95eb61b7dffa27b6c412f8a43065f21db4008a4d263b148
4
+ data.tar.gz: ea5181ecbaf15122e06845a878163c879793eb49e08cce625285ae192da9084b
5
5
  SHA512:
6
- metadata.gz: '09dcdb81f2f6a6d9b68bccf8007c074f204a05d3d07b08dd5d476969768b0ec90f473b72eb63fc5edeb2e49d1e0611af24c51728e2fa026542117e5c181187a5'
7
- data.tar.gz: eb9ae3cf20197ea283856989c8cc80dd84c3deeb720b5f6f670531a7cbb3e59f6daba338fd970a5192f9c3ddb6028c65ee545c073dabad44797eaf1f615300c4
6
+ metadata.gz: 3ea42a587ec93c0ddd7d01036b9745c6c6d842d6721f2b84a0ee2063b82103d7e8e5ed96564b70e2fcb609418c30652d9f68ca24ec5e75ebee378890a1add7c9
7
+ data.tar.gz: c203f8886855220933b874509f323b1b1640a3ab0740cfd71132dfb3f40c708001057317edf37900788902a6c50259a20cf09616abde5eed31787f5c5bec1ffa
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.13.0 (2021-09-01)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.12.0 (2021-08-12)
10
+ ------------------
11
+
12
+ * Feature - This SDK release adds support for the output of a recipe job results to Tableau Hyper format.
13
+
14
+ 1.11.0 (2021-07-30)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.10.0 (2021-07-28)
20
+ ------------------
21
+
22
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
23
+
4
24
  1.9.0 (2021-07-22)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.9.0
1
+ 1.13.0
@@ -848,7 +848,7 @@ module Aws::GlueDataBrew
848
848
  # outputs: [
849
849
  # {
850
850
  # compression_format: "GZIP", # accepts GZIP, LZ4, SNAPPY, BZIP2, DEFLATE, LZO, BROTLI, ZSTD, ZLIB
851
- # format: "CSV", # accepts CSV, JSON, PARQUET, GLUEPARQUET, AVRO, ORC, XML
851
+ # format: "CSV", # accepts CSV, JSON, PARQUET, GLUEPARQUET, AVRO, ORC, XML, TABLEAUHYPER
852
852
  # partition_columns: ["ColumnName"],
853
853
  # location: { # required
854
854
  # bucket: "Bucket", # required
@@ -1255,7 +1255,7 @@ module Aws::GlueDataBrew
1255
1255
  # resp.max_retries #=> Integer
1256
1256
  # resp.outputs #=> Array
1257
1257
  # 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"
1258
+ # resp.outputs[0].format #=> String, one of "CSV", "JSON", "PARQUET", "GLUEPARQUET", "AVRO", "ORC", "XML", "TABLEAUHYPER"
1259
1259
  # resp.outputs[0].partition_columns #=> Array
1260
1260
  # resp.outputs[0].partition_columns[0] #=> String
1261
1261
  # resp.outputs[0].location.bucket #=> String
@@ -1386,7 +1386,7 @@ module Aws::GlueDataBrew
1386
1386
  # resp.log_group_name #=> String
1387
1387
  # resp.outputs #=> Array
1388
1388
  # 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"
1389
+ # resp.outputs[0].format #=> String, one of "CSV", "JSON", "PARQUET", "GLUEPARQUET", "AVRO", "ORC", "XML", "TABLEAUHYPER"
1390
1390
  # resp.outputs[0].partition_columns #=> Array
1391
1391
  # resp.outputs[0].partition_columns[0] #=> String
1392
1392
  # resp.outputs[0].location.bucket #=> String
@@ -1718,7 +1718,7 @@ module Aws::GlueDataBrew
1718
1718
  # resp.job_runs[0].log_group_name #=> String
1719
1719
  # resp.job_runs[0].outputs #=> Array
1720
1720
  # 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"
1721
+ # resp.job_runs[0].outputs[0].format #=> String, one of "CSV", "JSON", "PARQUET", "GLUEPARQUET", "AVRO", "ORC", "XML", "TABLEAUHYPER"
1722
1722
  # resp.job_runs[0].outputs[0].partition_columns #=> Array
1723
1723
  # resp.job_runs[0].outputs[0].partition_columns[0] #=> String
1724
1724
  # resp.job_runs[0].outputs[0].location.bucket #=> String
@@ -1811,7 +1811,7 @@ module Aws::GlueDataBrew
1811
1811
  # resp.jobs[0].max_retries #=> Integer
1812
1812
  # resp.jobs[0].outputs #=> Array
1813
1813
  # 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"
1814
+ # resp.jobs[0].outputs[0].format #=> String, one of "CSV", "JSON", "PARQUET", "GLUEPARQUET", "AVRO", "ORC", "XML", "TABLEAUHYPER"
1815
1815
  # resp.jobs[0].outputs[0].partition_columns #=> Array
1816
1816
  # resp.jobs[0].outputs[0].partition_columns[0] #=> String
1817
1817
  # resp.jobs[0].outputs[0].location.bucket #=> String
@@ -2783,7 +2783,7 @@ module Aws::GlueDataBrew
2783
2783
  # outputs: [
2784
2784
  # {
2785
2785
  # compression_format: "GZIP", # accepts GZIP, LZ4, SNAPPY, BZIP2, DEFLATE, LZO, BROTLI, ZSTD, ZLIB
2786
- # format: "CSV", # accepts CSV, JSON, PARQUET, GLUEPARQUET, AVRO, ORC, XML
2786
+ # format: "CSV", # accepts CSV, JSON, PARQUET, GLUEPARQUET, AVRO, ORC, XML, TABLEAUHYPER
2787
2787
  # partition_columns: ["ColumnName"],
2788
2788
  # location: { # required
2789
2789
  # bucket: "Bucket", # required
@@ -2903,7 +2903,7 @@ module Aws::GlueDataBrew
2903
2903
  params: params,
2904
2904
  config: config)
2905
2905
  context[:gem_name] = 'aws-sdk-gluedatabrew'
2906
- context[:gem_version] = '1.9.0'
2906
+ context[:gem_version] = '1.13.0'
2907
2907
  Seahorse::Client::Request.new(handlers, context)
2908
2908
  end
2909
2909
 
@@ -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.9.0'
51
+ GEM_VERSION = '1.13.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.9.0
4
+ version: 1.13.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-22 00:00:00.000000000 Z
11
+ date: 2021-09-01 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.112.0
22
+ version: 3.120.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.112.0
32
+ version: 3.120.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
  - - ">="