aws-sdk-gluedatabrew 1.10.0 → 1.14.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: cc1f3fc3bd42af8f70693f28f0f1198d6285516dc1962f603e0f7007c38e844c
4
- data.tar.gz: 1f0b4f18ff9488027b1013faaf88cae96b70fa337420468512d4b5f1c78731d8
3
+ metadata.gz: ee9706cbc76542d270f5b45aa52f0fbdc9959e8348e2f4fcbe5499222ecfd54e
4
+ data.tar.gz: cc6c9d04823989d840eac306e49fe993ae60017b3fa49966d70296b7bac51b60
5
5
  SHA512:
6
- metadata.gz: 87f31759e8d1b453cd365cd2d1ae0f4546ffb12ac9563952a84711e10fdc1fd5850f4ab6aa30325b5044704f056accef378573c43a857c2afa346a9f9437cc00
7
- data.tar.gz: d3a627e5ebc30234bc1af682fd9a72be6e0a67a816015a707e3ab1912c6786e89f3266a66c73aaf9ace0a4a4802bff422ecb6388be032e7eaf4d80c6802fd70d
6
+ metadata.gz: ce7f12bf3f6f1198ce6f12c7f743e1aac8667a3d97e0417310eca41f6dc2587e2e5099683b8d3a3fdc490cf490f547ba177371da374f8d3396fc31e02bfe9e78
7
+ data.tar.gz: 6f806ca8f0c3ff3a41dbe08ad242e2c883790ce9404ccbbbbc902ca01410e5a0145db8cf4ecf9b216a91f690c97cc319f1a397aa02981d5c13502665ce64beaa
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.14.0 (2021-10-18)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.13.0 (2021-09-01)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.12.0 (2021-08-12)
15
+ ------------------
16
+
17
+ * Feature - This SDK release adds support for the output of a recipe job results to Tableau Hyper format.
18
+
19
+ 1.11.0 (2021-07-30)
20
+ ------------------
21
+
22
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
23
+
4
24
  1.10.0 (2021-07-28)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.10.0
1
+ 1.14.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.10.0'
2906
+ context[:gem_version] = '1.14.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.10.0'
51
+ GEM_VERSION = '1.14.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.10.0
4
+ version: 1.14.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-28 00:00:00.000000000 Z
11
+ date: 2021-10-18 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.118.0
22
+ version: 3.121.2
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.118.0
32
+ version: 3.121.2
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
  - - ">="