aws-sdk-gluedatabrew 1.11.0 → 1.12.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: 535688ec47b0e96ac78ceae9ae85e310a0414596327cc7c4cc4abe4a0f5c503e
4
- data.tar.gz: f87e345b0afe3ef5366baa37eedc86c23ff1caa12133648a2352b192793e786f
3
+ metadata.gz: 3fe0139409e2711b53f4b5993c1da3d05ecc71c677514d39f52ba8fa444288c2
4
+ data.tar.gz: 4ed36ec9c21485ebad60ec02e05731dbfd9c8e4bf1bbdc6416c6416600107c39
5
5
  SHA512:
6
- metadata.gz: f2bff24cf1be3e4b0b5b27d79629ff1954f0b2ea3fea6485ade15cf86ba6b97d0bbc63dd02eccbb811783164bb32870aea1e6428d19783f0fac062b36b22de11
7
- data.tar.gz: 5a1ae18df9dce33d952facbaf9da0b53164de3447c3f6b6f766bd7280f6000096bac0f86266fd06b9a17137187c237d98bd71d0c85ad6e63aaf57346902788c9
6
+ metadata.gz: b814988abaa6637a906a32d9037e38d414c8761155780747536ed09a940046ab939a0be24a859f86b888f3e32ec95e8b939c66d4daa8f2fd2ec41741342d1bb6
7
+ data.tar.gz: e4cd275ee35994ef59298981fa44a0e86cae68212f33bac3756be8c4332dc2698e62a9b922c68da16f306110af40b419635ea308999c29f300a87885ff751aed
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.12.0 (2021-08-12)
5
+ ------------------
6
+
7
+ * Feature - This SDK release adds support for the output of a recipe job results to Tableau Hyper format.
8
+
4
9
  1.11.0 (2021-07-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.11.0
1
+ 1.12.0
@@ -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.12.0'
52
52
 
53
53
  end
@@ -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.11.0'
2906
+ context[:gem_version] = '1.12.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
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.12.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-08-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core