aws-sdk-bcmdataexports 1.33.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: fa017366270bc283c34529db33d52b2bd8a1ed0bd968d891fbf83a9442776824
4
- data.tar.gz: eb291dbaf18660f8005d7ef0027bcaae2cf85f0b518f11d861f64031947c0525
3
+ metadata.gz: 72e74809dc5f1d7ad034ffe15ee91edd9b20c851f4b9aad5e70c11238a3727d4
4
+ data.tar.gz: caf2511a6e725bde6c7b65b7089218b2f6013e14dadb7eba8789d0d3be91cfc0
5
5
  SHA512:
6
- metadata.gz: 5a2bd32db8f9151e67ef810637fa7db1a6a36442ad27acb73ef4152d8b810a7af43cf59715995d01fe4ac8b566aaa36ad08a3c0ea3263ef6b71c159afe5181bd
7
- data.tar.gz: 0432aae763f8648577df2a5f9b46ed52a40ec543b549fe0dde16355c5f7e8253b882dcd435099777ae96ecdbb220bb66499cc32cf7f06991704a31ce98aa63f1
6
+ metadata.gz: 7ede45676ebdf0e65ac3fbc8f99e2ea0befa342193a683a9483ca9943122196ca3ea748ebfe42e7b3726104fffe3118be7d0fb929ba7335031fccdca28e14e17
7
+ data.tar.gz: 26837355fc277efb62f93421a5605fc0139aeb707d31245513d5be7f507a021d3807b6c35c709960413394a1d1abe864a8a89c5aaf7e653dfafcab0f22c05343
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.34.0 (2026-03-26)
10
+ ------------------
11
+
12
+ * Feature - With this release we are providing an option to accounts to have their export delivered to an S3 bucket that is not owned by the account.
13
+
4
14
  1.33.0 (2026-03-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.33.0
1
+ 1.35.0
@@ -542,10 +542,11 @@ module Aws::BCMDataExports
542
542
  # destination_configurations: { # required
543
543
  # s3_destination: { # required
544
544
  # s3_bucket: "GenericString", # required
545
+ # s3_bucket_owner: "AccountId",
545
546
  # s3_prefix: "GenericString", # required
546
547
  # s3_region: "GenericString", # required
547
548
  # s3_output_configurations: { # required
548
- # output_type: "CUSTOM", # required, accepts CUSTOM
549
+ # output_type: "CUSTOM", # required, accepts CUSTOM, ATHENA, REDSHIFT
549
550
  # format: "TEXT_OR_CSV", # required, accepts TEXT_OR_CSV, PARQUET
550
551
  # compression: "GZIP", # required, accepts GZIP, PARQUET
551
552
  # overwrite: "CREATE_NEW_REPORT", # required, accepts CREATE_NEW_REPORT, OVERWRITE_REPORT
@@ -638,9 +639,10 @@ module Aws::BCMDataExports
638
639
  # resp.export.data_query.table_configurations["TableName"] #=> Hash
639
640
  # resp.export.data_query.table_configurations["TableName"]["TableProperty"] #=> String
640
641
  # resp.export.destination_configurations.s3_destination.s3_bucket #=> String
642
+ # resp.export.destination_configurations.s3_destination.s3_bucket_owner #=> String
641
643
  # resp.export.destination_configurations.s3_destination.s3_prefix #=> String
642
644
  # resp.export.destination_configurations.s3_destination.s3_region #=> String
643
- # 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"
644
646
  # resp.export.destination_configurations.s3_destination.s3_output_configurations.format #=> String, one of "TEXT_OR_CSV", "PARQUET"
645
647
  # resp.export.destination_configurations.s3_destination.s3_output_configurations.compression #=> String, one of "GZIP", "PARQUET"
646
648
  # resp.export.destination_configurations.s3_destination.s3_output_configurations.overwrite #=> String, one of "CREATE_NEW_REPORT", "OVERWRITE_REPORT"
@@ -686,9 +688,10 @@ module Aws::BCMDataExports
686
688
  # resp.export.data_query.table_configurations["TableName"] #=> Hash
687
689
  # resp.export.data_query.table_configurations["TableName"]["TableProperty"] #=> String
688
690
  # resp.export.destination_configurations.s3_destination.s3_bucket #=> String
691
+ # resp.export.destination_configurations.s3_destination.s3_bucket_owner #=> String
689
692
  # resp.export.destination_configurations.s3_destination.s3_prefix #=> String
690
693
  # resp.export.destination_configurations.s3_destination.s3_region #=> String
691
- # 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"
692
695
  # resp.export.destination_configurations.s3_destination.s3_output_configurations.format #=> String, one of "TEXT_OR_CSV", "PARQUET"
693
696
  # resp.export.destination_configurations.s3_destination.s3_output_configurations.compression #=> String, one of "GZIP", "PARQUET"
694
697
  # resp.export.destination_configurations.s3_destination.s3_output_configurations.overwrite #=> String, one of "CREATE_NEW_REPORT", "OVERWRITE_REPORT"
@@ -1021,10 +1024,11 @@ module Aws::BCMDataExports
1021
1024
  # destination_configurations: { # required
1022
1025
  # s3_destination: { # required
1023
1026
  # s3_bucket: "GenericString", # required
1027
+ # s3_bucket_owner: "AccountId",
1024
1028
  # s3_prefix: "GenericString", # required
1025
1029
  # s3_region: "GenericString", # required
1026
1030
  # s3_output_configurations: { # required
1027
- # output_type: "CUSTOM", # required, accepts CUSTOM
1031
+ # output_type: "CUSTOM", # required, accepts CUSTOM, ATHENA, REDSHIFT
1028
1032
  # format: "TEXT_OR_CSV", # required, accepts TEXT_OR_CSV, PARQUET
1029
1033
  # compression: "GZIP", # required, accepts GZIP, PARQUET
1030
1034
  # overwrite: "CREATE_NEW_REPORT", # required, accepts CREATE_NEW_REPORT, OVERWRITE_REPORT
@@ -1068,7 +1072,7 @@ module Aws::BCMDataExports
1068
1072
  tracer: tracer
1069
1073
  )
1070
1074
  context[:gem_name] = 'aws-sdk-bcmdataexports'
1071
- context[:gem_version] = '1.33.0'
1075
+ context[:gem_version] = '1.35.0'
1072
1076
  Seahorse::Client::Request.new(handlers, context)
1073
1077
  end
1074
1078
 
@@ -15,6 +15,7 @@ module Aws::BCMDataExports
15
15
  include Seahorse::Model
16
16
 
17
17
  AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
18
+ AccountId = Shapes::StringShape.new(name: 'AccountId')
18
19
  Arn = Shapes::StringShape.new(name: 'Arn')
19
20
  Column = Shapes::StructureShape.new(name: 'Column')
20
21
  ColumnList = Shapes::ListShape.new(name: 'ColumnList')
@@ -239,6 +240,7 @@ module Aws::BCMDataExports
239
240
  ResourceTagList.member = Shapes::ShapeRef.new(shape: ResourceTag)
240
241
 
241
242
  S3Destination.add_member(:s3_bucket, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "S3Bucket"))
243
+ S3Destination.add_member(:s3_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location_name: "S3BucketOwner"))
242
244
  S3Destination.add_member(:s3_prefix, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "S3Prefix"))
243
245
  S3Destination.add_member(:s3_region, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "S3Region"))
244
246
  S3Destination.add_member(:s3_output_configurations, Shapes::ShapeRef.new(shape: S3OutputConfigurations, required: true, location_name: "S3OutputConfigurations"))
@@ -642,6 +642,11 @@ module Aws::BCMDataExports
642
642
  # export file.
643
643
  # @return [String]
644
644
  #
645
+ # @!attribute [rw] s3_bucket_owner
646
+ # The AWS Account ID that owns the S3 bucket used as the destination
647
+ # for the data export.
648
+ # @return [String]
649
+ #
645
650
  # @!attribute [rw] s3_prefix
646
651
  # The S3 path prefix you want prepended to the name of your data
647
652
  # export.
@@ -659,6 +664,7 @@ module Aws::BCMDataExports
659
664
  #
660
665
  class S3Destination < Struct.new(
661
666
  :s3_bucket,
667
+ :s3_bucket_owner,
662
668
  :s3_prefix,
663
669
  :s3_region,
664
670
  :s3_output_configurations)
@@ -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.33.0'
57
+ GEM_VERSION = '1.35.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -96,10 +96,11 @@ module Aws
96
96
  destination_configurations: {
97
97
  s3_destination: {
98
98
  s3_bucket: ::String,
99
+ s3_bucket_owner: ::String?,
99
100
  s3_prefix: ::String,
100
101
  s3_region: ::String,
101
102
  s3_output_configurations: {
102
- output_type: ("CUSTOM"),
103
+ output_type: ("CUSTOM" | "ATHENA" | "REDSHIFT"),
103
104
  format: ("TEXT_OR_CSV" | "PARQUET"),
104
105
  compression: ("GZIP" | "PARQUET"),
105
106
  overwrite: ("CREATE_NEW_REPORT" | "OVERWRITE_REPORT")
@@ -260,10 +261,11 @@ module Aws
260
261
  destination_configurations: {
261
262
  s3_destination: {
262
263
  s3_bucket: ::String,
264
+ s3_bucket_owner: ::String?,
263
265
  s3_prefix: ::String,
264
266
  s3_region: ::String,
265
267
  s3_output_configurations: {
266
- output_type: ("CUSTOM"),
268
+ output_type: ("CUSTOM" | "ATHENA" | "REDSHIFT"),
267
269
  format: ("TEXT_OR_CSV" | "PARQUET"),
268
270
  compression: ("GZIP" | "PARQUET"),
269
271
  overwrite: ("CREATE_NEW_REPORT" | "OVERWRITE_REPORT")
data/sig/types.rbs CHANGED
@@ -206,6 +206,7 @@ module Aws::BCMDataExports
206
206
 
207
207
  class S3Destination
208
208
  attr_accessor s3_bucket: ::String
209
+ attr_accessor s3_bucket_owner: ::String
209
210
  attr_accessor s3_prefix: ::String
210
211
  attr_accessor s3_region: ::String
211
212
  attr_accessor s3_output_configurations: Types::S3OutputConfigurations
@@ -213,7 +214,7 @@ module Aws::BCMDataExports
213
214
  end
214
215
 
215
216
  class S3OutputConfigurations
216
- attr_accessor output_type: ("CUSTOM")
217
+ attr_accessor output_type: ("CUSTOM" | "ATHENA" | "REDSHIFT")
217
218
  attr_accessor format: ("TEXT_OR_CSV" | "PARQUET")
218
219
  attr_accessor compression: ("GZIP" | "PARQUET")
219
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.33.0
4
+ version: 1.35.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services