aws-sdk-bcmdataexports 1.40.0 → 1.41.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 +9 -9
- data/lib/aws-sdk-bcmdataexports/types.rb +2 -2
- data/lib/aws-sdk-bcmdataexports.rb +1 -1
- data/sig/params.rbs +1 -1
- data/sig/types.rbs +3 -3
- 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: 62de0369dcba6f752e0a353f6093c430e983fc11aa45f357c30d0427b044a668
|
|
4
|
+
data.tar.gz: ce49bdfa33d972ada561416213bd45c2d868a6cd9e769dcac06711cce73bbb28
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0553d549538555f404fdfdd9d6c44b3a8ce029977054552bc158f45ed68359a1ea1f6e71e7172149bd97338b3b4bda16de8beafba4f68c2796034342878443e8
|
|
7
|
+
data.tar.gz: aa1a6a09370d2475c3e943c46a3395595d01cca5a3766aa059157fea08f55dd44c28c7d2d25ef2fb2ad9260a7ee18e60600210e10f3b00328e516dbf8fe3108c
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.41.0 (2026-07-27)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - With this release, customers can configure their data exports to deliver CSV reports in ZIP compressed format.
|
|
8
|
+
|
|
4
9
|
1.40.0 (2026-07-09)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.41.0
|
|
@@ -546,7 +546,7 @@ module Aws::BCMDataExports
|
|
|
546
546
|
# s3_output_configurations: { # required
|
|
547
547
|
# output_type: "CUSTOM", # required, accepts CUSTOM, ATHENA, REDSHIFT
|
|
548
548
|
# format: "TEXT_OR_CSV", # required, accepts TEXT_OR_CSV, PARQUET
|
|
549
|
-
# compression: "GZIP", # required, accepts GZIP, PARQUET
|
|
549
|
+
# compression: "GZIP", # required, accepts GZIP, PARQUET, ZIP
|
|
550
550
|
# overwrite: "CREATE_NEW_REPORT", # required, accepts CREATE_NEW_REPORT, OVERWRITE_REPORT
|
|
551
551
|
# },
|
|
552
552
|
# },
|
|
@@ -642,11 +642,11 @@ module Aws::BCMDataExports
|
|
|
642
642
|
# resp.export.destination_configurations.s3_destination.s3_region #=> String
|
|
643
643
|
# resp.export.destination_configurations.s3_destination.s3_output_configurations.output_type #=> String, one of "CUSTOM", "ATHENA", "REDSHIFT"
|
|
644
644
|
# resp.export.destination_configurations.s3_destination.s3_output_configurations.format #=> String, one of "TEXT_OR_CSV", "PARQUET"
|
|
645
|
-
# resp.export.destination_configurations.s3_destination.s3_output_configurations.compression #=> String, one of "GZIP", "PARQUET"
|
|
645
|
+
# resp.export.destination_configurations.s3_destination.s3_output_configurations.compression #=> String, one of "GZIP", "PARQUET", "ZIP"
|
|
646
646
|
# resp.export.destination_configurations.s3_destination.s3_output_configurations.overwrite #=> String, one of "CREATE_NEW_REPORT", "OVERWRITE_REPORT"
|
|
647
647
|
# resp.export.refresh_cadence.frequency #=> String, one of "SYNCHRONOUS"
|
|
648
648
|
# resp.execution_status.status_code #=> String, one of "INITIATION_IN_PROCESS", "QUERY_QUEUED", "QUERY_IN_PROCESS", "QUERY_FAILURE", "DELIVERY_IN_PROCESS", "DELIVERY_SUCCESS", "DELIVERY_FAILURE"
|
|
649
|
-
# resp.execution_status.status_reason #=> String, one of "INSUFFICIENT_PERMISSION", "BILL_OWNER_CHANGED", "INTERNAL_FAILURE"
|
|
649
|
+
# resp.execution_status.status_reason #=> String, one of "INSUFFICIENT_PERMISSION", "BILL_OWNER_CHANGED", "INTERNAL_FAILURE", "DEPRECATED"
|
|
650
650
|
# resp.execution_status.created_at #=> Time
|
|
651
651
|
# resp.execution_status.completed_at #=> Time
|
|
652
652
|
# resp.execution_status.last_updated_at #=> Time
|
|
@@ -691,11 +691,11 @@ module Aws::BCMDataExports
|
|
|
691
691
|
# resp.export.destination_configurations.s3_destination.s3_region #=> String
|
|
692
692
|
# resp.export.destination_configurations.s3_destination.s3_output_configurations.output_type #=> String, one of "CUSTOM", "ATHENA", "REDSHIFT"
|
|
693
693
|
# resp.export.destination_configurations.s3_destination.s3_output_configurations.format #=> String, one of "TEXT_OR_CSV", "PARQUET"
|
|
694
|
-
# resp.export.destination_configurations.s3_destination.s3_output_configurations.compression #=> String, one of "GZIP", "PARQUET"
|
|
694
|
+
# resp.export.destination_configurations.s3_destination.s3_output_configurations.compression #=> String, one of "GZIP", "PARQUET", "ZIP"
|
|
695
695
|
# resp.export.destination_configurations.s3_destination.s3_output_configurations.overwrite #=> String, one of "CREATE_NEW_REPORT", "OVERWRITE_REPORT"
|
|
696
696
|
# resp.export.refresh_cadence.frequency #=> String, one of "SYNCHRONOUS"
|
|
697
697
|
# resp.export_status.status_code #=> String, one of "HEALTHY", "UNHEALTHY"
|
|
698
|
-
# resp.export_status.status_reason #=> String, one of "INSUFFICIENT_PERMISSION", "BILL_OWNER_CHANGED", "INTERNAL_FAILURE"
|
|
698
|
+
# resp.export_status.status_reason #=> String, one of "INSUFFICIENT_PERMISSION", "BILL_OWNER_CHANGED", "INTERNAL_FAILURE", "DEPRECATED"
|
|
699
699
|
# resp.export_status.created_at #=> Time
|
|
700
700
|
# resp.export_status.last_updated_at #=> Time
|
|
701
701
|
# resp.export_status.last_refreshed_at #=> Time
|
|
@@ -790,7 +790,7 @@ module Aws::BCMDataExports
|
|
|
790
790
|
# resp.executions #=> Array
|
|
791
791
|
# resp.executions[0].execution_id #=> String
|
|
792
792
|
# resp.executions[0].execution_status.status_code #=> String, one of "INITIATION_IN_PROCESS", "QUERY_QUEUED", "QUERY_IN_PROCESS", "QUERY_FAILURE", "DELIVERY_IN_PROCESS", "DELIVERY_SUCCESS", "DELIVERY_FAILURE"
|
|
793
|
-
# resp.executions[0].execution_status.status_reason #=> String, one of "INSUFFICIENT_PERMISSION", "BILL_OWNER_CHANGED", "INTERNAL_FAILURE"
|
|
793
|
+
# resp.executions[0].execution_status.status_reason #=> String, one of "INSUFFICIENT_PERMISSION", "BILL_OWNER_CHANGED", "INTERNAL_FAILURE", "DEPRECATED"
|
|
794
794
|
# resp.executions[0].execution_status.created_at #=> Time
|
|
795
795
|
# resp.executions[0].execution_status.completed_at #=> Time
|
|
796
796
|
# resp.executions[0].execution_status.last_updated_at #=> Time
|
|
@@ -833,7 +833,7 @@ module Aws::BCMDataExports
|
|
|
833
833
|
# resp.exports[0].export_arn #=> String
|
|
834
834
|
# resp.exports[0].export_name #=> String
|
|
835
835
|
# resp.exports[0].export_status.status_code #=> String, one of "HEALTHY", "UNHEALTHY"
|
|
836
|
-
# resp.exports[0].export_status.status_reason #=> String, one of "INSUFFICIENT_PERMISSION", "BILL_OWNER_CHANGED", "INTERNAL_FAILURE"
|
|
836
|
+
# resp.exports[0].export_status.status_reason #=> String, one of "INSUFFICIENT_PERMISSION", "BILL_OWNER_CHANGED", "INTERNAL_FAILURE", "DEPRECATED"
|
|
837
837
|
# resp.exports[0].export_status.created_at #=> Time
|
|
838
838
|
# resp.exports[0].export_status.last_updated_at #=> Time
|
|
839
839
|
# resp.exports[0].export_status.last_refreshed_at #=> Time
|
|
@@ -1028,7 +1028,7 @@ module Aws::BCMDataExports
|
|
|
1028
1028
|
# s3_output_configurations: { # required
|
|
1029
1029
|
# output_type: "CUSTOM", # required, accepts CUSTOM, ATHENA, REDSHIFT
|
|
1030
1030
|
# format: "TEXT_OR_CSV", # required, accepts TEXT_OR_CSV, PARQUET
|
|
1031
|
-
# compression: "GZIP", # required, accepts GZIP, PARQUET
|
|
1031
|
+
# compression: "GZIP", # required, accepts GZIP, PARQUET, ZIP
|
|
1032
1032
|
# overwrite: "CREATE_NEW_REPORT", # required, accepts CREATE_NEW_REPORT, OVERWRITE_REPORT
|
|
1033
1033
|
# },
|
|
1034
1034
|
# },
|
|
@@ -1070,7 +1070,7 @@ module Aws::BCMDataExports
|
|
|
1070
1070
|
tracer: tracer
|
|
1071
1071
|
)
|
|
1072
1072
|
context[:gem_name] = 'aws-sdk-bcmdataexports'
|
|
1073
|
-
context[:gem_version] = '1.
|
|
1073
|
+
context[:gem_version] = '1.41.0'
|
|
1074
1074
|
Seahorse::Client::Request.new(handlers, context)
|
|
1075
1075
|
end
|
|
1076
1076
|
|
|
@@ -643,8 +643,8 @@ module Aws::BCMDataExports
|
|
|
643
643
|
# @return [String]
|
|
644
644
|
#
|
|
645
645
|
# @!attribute [rw] s3_bucket_owner
|
|
646
|
-
# The
|
|
647
|
-
# for the data export.
|
|
646
|
+
# The Amazon Web Services account ID that owns the S3 bucket used as
|
|
647
|
+
# the destination for the data export.
|
|
648
648
|
# @return [String]
|
|
649
649
|
#
|
|
650
650
|
# @!attribute [rw] s3_prefix
|
data/sig/params.rbs
CHANGED
|
@@ -16,7 +16,7 @@ module Aws
|
|
|
16
16
|
s3_output_configurations: {
|
|
17
17
|
output_type: ("CUSTOM" | "ATHENA" | "REDSHIFT"),
|
|
18
18
|
format: ("TEXT_OR_CSV" | "PARQUET"),
|
|
19
|
-
compression: ("GZIP" | "PARQUET"),
|
|
19
|
+
compression: ("GZIP" | "PARQUET" | "ZIP"),
|
|
20
20
|
overwrite: ("CREATE_NEW_REPORT" | "OVERWRITE_REPORT")
|
|
21
21
|
}
|
|
22
22
|
}
|
data/sig/types.rbs
CHANGED
|
@@ -60,7 +60,7 @@ module Aws::BCMDataExports
|
|
|
60
60
|
|
|
61
61
|
class ExecutionStatus
|
|
62
62
|
attr_accessor status_code: ("INITIATION_IN_PROCESS" | "QUERY_QUEUED" | "QUERY_IN_PROCESS" | "QUERY_FAILURE" | "DELIVERY_IN_PROCESS" | "DELIVERY_SUCCESS" | "DELIVERY_FAILURE")
|
|
63
|
-
attr_accessor status_reason: ("INSUFFICIENT_PERMISSION" | "BILL_OWNER_CHANGED" | "INTERNAL_FAILURE")
|
|
63
|
+
attr_accessor status_reason: ("INSUFFICIENT_PERMISSION" | "BILL_OWNER_CHANGED" | "INTERNAL_FAILURE" | "DEPRECATED")
|
|
64
64
|
attr_accessor created_at: ::Time
|
|
65
65
|
attr_accessor completed_at: ::Time
|
|
66
66
|
attr_accessor last_updated_at: ::Time
|
|
@@ -86,7 +86,7 @@ module Aws::BCMDataExports
|
|
|
86
86
|
|
|
87
87
|
class ExportStatus
|
|
88
88
|
attr_accessor status_code: ("HEALTHY" | "UNHEALTHY")
|
|
89
|
-
attr_accessor status_reason: ("INSUFFICIENT_PERMISSION" | "BILL_OWNER_CHANGED" | "INTERNAL_FAILURE")
|
|
89
|
+
attr_accessor status_reason: ("INSUFFICIENT_PERMISSION" | "BILL_OWNER_CHANGED" | "INTERNAL_FAILURE" | "DEPRECATED")
|
|
90
90
|
attr_accessor created_at: ::Time
|
|
91
91
|
attr_accessor last_updated_at: ::Time
|
|
92
92
|
attr_accessor last_refreshed_at: ::Time
|
|
@@ -216,7 +216,7 @@ module Aws::BCMDataExports
|
|
|
216
216
|
class S3OutputConfigurations
|
|
217
217
|
attr_accessor output_type: ("CUSTOM" | "ATHENA" | "REDSHIFT")
|
|
218
218
|
attr_accessor format: ("TEXT_OR_CSV" | "PARQUET")
|
|
219
|
-
attr_accessor compression: ("GZIP" | "PARQUET")
|
|
219
|
+
attr_accessor compression: ("GZIP" | "PARQUET" | "ZIP")
|
|
220
220
|
attr_accessor overwrite: ("CREATE_NEW_REPORT" | "OVERWRITE_REPORT")
|
|
221
221
|
SENSITIVE: []
|
|
222
222
|
end
|