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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-bcmdataexports/client.rb +5 -5
- data/lib/aws-sdk-bcmdataexports.rb +1 -1
- data/sig/client.rbs +2 -2
- data/sig/types.rbs +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 72e74809dc5f1d7ad034ffe15ee91edd9b20c851f4b9aad5e70c11238a3727d4
|
|
4
|
+
data.tar.gz: caf2511a6e725bde6c7b65b7089218b2f6013e14dadb7eba8789d0d3be91cfc0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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.
|
|
1075
|
+
context[:gem_version] = '1.35.0'
|
|
1076
1076
|
Seahorse::Client::Request.new(handlers, context)
|
|
1077
1077
|
end
|
|
1078
1078
|
|
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")
|