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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-gluedatabrew.rb +1 -1
- data/lib/aws-sdk-gluedatabrew/client.rb +7 -7
- data/lib/aws-sdk-gluedatabrew/types.rb +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3fe0139409e2711b53f4b5993c1da3d05ecc71c677514d39f52ba8fa444288c2
|
|
4
|
+
data.tar.gz: 4ed36ec9c21485ebad60ec02e05731dbfd9c8e4bf1bbdc6416c6416600107c39
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b814988abaa6637a906a32d9037e38d414c8761155780747536ed09a940046ab939a0be24a859f86b888f3e32ec95e8b939c66d4daa8f2fd2ec41741342d1bb6
|
|
7
|
+
data.tar.gz: e4cd275ee35994ef59298981fa44a0e86cae68212f33bac3756be8c4332dc2698e62a9b922c68da16f306110af40b419635ea308999c29f300a87885ff751aed
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.12.0
|
data/lib/aws-sdk-gluedatabrew.rb
CHANGED
|
@@ -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.
|
|
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.
|
|
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-
|
|
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
|