aws-sdk-bcmdataexports 1.34.0 → 1.35.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: 3e5e65f59c0016c05104fb041b4991a947307862e12447728d38ed7d672ca12d
4
- data.tar.gz: 90fca744edbeb7a02a83bc0bca306cb52dfd52dd09741c80f3030a563245e0d9
3
+ metadata.gz: 72e74809dc5f1d7ad034ffe15ee91edd9b20c851f4b9aad5e70c11238a3727d4
4
+ data.tar.gz: caf2511a6e725bde6c7b65b7089218b2f6013e14dadb7eba8789d0d3be91cfc0
5
5
  SHA512:
6
- metadata.gz: 5aed827961b50380ea31d7895ef98662bd51da46bd456c23b4f5207a3f56a844f3ab52063bfe482317ac8bcb9d0bffb3a403bf69e2b5ddafb2c004a015901e3e
7
- data.tar.gz: d9fbe11dbe721f47716317cff05067b22aefe4b6875eb64cbb88e7503b5409c91a5e0c9268fcf3bb078c70351d46df22d51ddbd595eebd0c18e0b5ace5e26a2e
6
+ metadata.gz: 7ede45676ebdf0e65ac3fbc8f99e2ea0befa342193a683a9483ca9943122196ca3ea748ebfe42e7b3726104fffe3118be7d0fb929ba7335031fccdca28e14e17
7
+ data.tar.gz: 26837355fc277efb62f93421a5605fc0139aeb707d31245513d5be7f507a021d3807b6c35c709960413394a1d1abe864a8a89c5aaf7e653dfafcab0f22c05343
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.35.0 (2026-05-07)
5
+ ------------------
6
+
7
+ * Feature - With this release, customers can configure their data exports to generate additional integration artifacts for Athena and Redshift.
8
+
4
9
  1.34.0 (2026-03-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.34.0
1
+ 1.35.0
@@ -546,7 +546,7 @@ module Aws::BCMDataExports
546
546
  # s3_prefix: "GenericString", # required
547
547
  # s3_region: "GenericString", # required
548
548
  # s3_output_configurations: { # required
549
- # output_type: "CUSTOM", # required, accepts CUSTOM
549
+ # output_type: "CUSTOM", # required, accepts CUSTOM, ATHENA, REDSHIFT
550
550
  # format: "TEXT_OR_CSV", # required, accepts TEXT_OR_CSV, PARQUET
551
551
  # compression: "GZIP", # required, accepts GZIP, PARQUET
552
552
  # overwrite: "CREATE_NEW_REPORT", # required, accepts CREATE_NEW_REPORT, OVERWRITE_REPORT
@@ -642,7 +642,7 @@ module Aws::BCMDataExports
642
642
  # resp.export.destination_configurations.s3_destination.s3_bucket_owner #=> String
643
643
  # resp.export.destination_configurations.s3_destination.s3_prefix #=> String
644
644
  # resp.export.destination_configurations.s3_destination.s3_region #=> String
645
- # resp.export.destination_configurations.s3_destination.s3_output_configurations.output_type #=> String, one of "CUSTOM"
645
+ # resp.export.destination_configurations.s3_destination.s3_output_configurations.output_type #=> String, one of "CUSTOM", "ATHENA", "REDSHIFT"
646
646
  # resp.export.destination_configurations.s3_destination.s3_output_configurations.format #=> String, one of "TEXT_OR_CSV", "PARQUET"
647
647
  # resp.export.destination_configurations.s3_destination.s3_output_configurations.compression #=> String, one of "GZIP", "PARQUET"
648
648
  # resp.export.destination_configurations.s3_destination.s3_output_configurations.overwrite #=> String, one of "CREATE_NEW_REPORT", "OVERWRITE_REPORT"
@@ -691,7 +691,7 @@ module Aws::BCMDataExports
691
691
  # resp.export.destination_configurations.s3_destination.s3_bucket_owner #=> String
692
692
  # resp.export.destination_configurations.s3_destination.s3_prefix #=> String
693
693
  # resp.export.destination_configurations.s3_destination.s3_region #=> String
694
- # resp.export.destination_configurations.s3_destination.s3_output_configurations.output_type #=> String, one of "CUSTOM"
694
+ # resp.export.destination_configurations.s3_destination.s3_output_configurations.output_type #=> String, one of "CUSTOM", "ATHENA", "REDSHIFT"
695
695
  # resp.export.destination_configurations.s3_destination.s3_output_configurations.format #=> String, one of "TEXT_OR_CSV", "PARQUET"
696
696
  # resp.export.destination_configurations.s3_destination.s3_output_configurations.compression #=> String, one of "GZIP", "PARQUET"
697
697
  # resp.export.destination_configurations.s3_destination.s3_output_configurations.overwrite #=> String, one of "CREATE_NEW_REPORT", "OVERWRITE_REPORT"
@@ -1028,7 +1028,7 @@ module Aws::BCMDataExports
1028
1028
  # s3_prefix: "GenericString", # required
1029
1029
  # s3_region: "GenericString", # required
1030
1030
  # s3_output_configurations: { # required
1031
- # output_type: "CUSTOM", # required, accepts CUSTOM
1031
+ # output_type: "CUSTOM", # required, accepts CUSTOM, ATHENA, REDSHIFT
1032
1032
  # format: "TEXT_OR_CSV", # required, accepts TEXT_OR_CSV, PARQUET
1033
1033
  # compression: "GZIP", # required, accepts GZIP, PARQUET
1034
1034
  # overwrite: "CREATE_NEW_REPORT", # required, accepts CREATE_NEW_REPORT, OVERWRITE_REPORT
@@ -1072,7 +1072,7 @@ module Aws::BCMDataExports
1072
1072
  tracer: tracer
1073
1073
  )
1074
1074
  context[:gem_name] = 'aws-sdk-bcmdataexports'
1075
- context[:gem_version] = '1.34.0'
1075
+ context[:gem_version] = '1.35.0'
1076
1076
  Seahorse::Client::Request.new(handlers, context)
1077
1077
  end
1078
1078
 
@@ -54,7 +54,7 @@ module Aws::BCMDataExports
54
54
  autoload :EndpointProvider, 'aws-sdk-bcmdataexports/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-bcmdataexports/endpoints'
56
56
 
57
- GEM_VERSION = '1.34.0'
57
+ GEM_VERSION = '1.35.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -100,7 +100,7 @@ module Aws
100
100
  s3_prefix: ::String,
101
101
  s3_region: ::String,
102
102
  s3_output_configurations: {
103
- output_type: ("CUSTOM"),
103
+ output_type: ("CUSTOM" | "ATHENA" | "REDSHIFT"),
104
104
  format: ("TEXT_OR_CSV" | "PARQUET"),
105
105
  compression: ("GZIP" | "PARQUET"),
106
106
  overwrite: ("CREATE_NEW_REPORT" | "OVERWRITE_REPORT")
@@ -265,7 +265,7 @@ module Aws
265
265
  s3_prefix: ::String,
266
266
  s3_region: ::String,
267
267
  s3_output_configurations: {
268
- output_type: ("CUSTOM"),
268
+ output_type: ("CUSTOM" | "ATHENA" | "REDSHIFT"),
269
269
  format: ("TEXT_OR_CSV" | "PARQUET"),
270
270
  compression: ("GZIP" | "PARQUET"),
271
271
  overwrite: ("CREATE_NEW_REPORT" | "OVERWRITE_REPORT")
data/sig/types.rbs CHANGED
@@ -214,7 +214,7 @@ module Aws::BCMDataExports
214
214
  end
215
215
 
216
216
  class S3OutputConfigurations
217
- attr_accessor output_type: ("CUSTOM")
217
+ attr_accessor output_type: ("CUSTOM" | "ATHENA" | "REDSHIFT")
218
218
  attr_accessor format: ("TEXT_OR_CSV" | "PARQUET")
219
219
  attr_accessor compression: ("GZIP" | "PARQUET")
220
220
  attr_accessor overwrite: ("CREATE_NEW_REPORT" | "OVERWRITE_REPORT")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-bcmdataexports
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.34.0
4
+ version: 1.35.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services