aws-sdk-bcmdataexports 1.35.0 → 1.37.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: 72e74809dc5f1d7ad034ffe15ee91edd9b20c851f4b9aad5e70c11238a3727d4
4
- data.tar.gz: caf2511a6e725bde6c7b65b7089218b2f6013e14dadb7eba8789d0d3be91cfc0
3
+ metadata.gz: bbf1760fe151cf5fc584c168d84eeb45193736fb67ec72a196aeb639697cdc4b
4
+ data.tar.gz: e56af26217e544fe4fbc78adc6f90e68bdfc623080d6d5075dd3505bd43c2841
5
5
  SHA512:
6
- metadata.gz: 7ede45676ebdf0e65ac3fbc8f99e2ea0befa342193a683a9483ca9943122196ca3ea748ebfe42e7b3726104fffe3118be7d0fb929ba7335031fccdca28e14e17
7
- data.tar.gz: 26837355fc277efb62f93421a5605fc0139aeb707d31245513d5be7f507a021d3807b6c35c709960413394a1d1abe864a8a89c5aaf7e653dfafcab0f22c05343
6
+ metadata.gz: 167c7d5952482c2838bc473c3ca3e0ef0ab20a6e300cd0a0186388d87a24ef0be546a9b607a590705dca032afab944ba1cfb802e4c5fbfdaf55d21043b7731e1
7
+ data.tar.gz: 9c29de5b664e5b680aa9817c104fb5d6e4525d8934d1cb27a6e141683b056e393056c26cef40a44ed698091ff7836c9da38a0fe895a81b26cb43b7e52e3c96f4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.37.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.36.0 (2026-05-13)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.35.0 (2026-05-07)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.35.0
1
+ 1.37.0
@@ -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.35.0'
1075
+ context[:gem_version] = '1.37.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.35.0'
57
+ GEM_VERSION = '1.37.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -85,37 +85,12 @@ module Aws
85
85
  end
86
86
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/BCMDataExports/Client.html#create_export-instance_method
87
87
  def create_export: (
88
- export: {
89
- export_arn: ::String?,
90
- name: ::String,
91
- description: ::String?,
92
- data_query: {
93
- query_statement: ::String,
94
- table_configurations: Hash[::String, Hash[::String, ::String]]?
95
- },
96
- destination_configurations: {
97
- s3_destination: {
98
- s3_bucket: ::String,
99
- s3_bucket_owner: ::String?,
100
- s3_prefix: ::String,
101
- s3_region: ::String,
102
- s3_output_configurations: {
103
- output_type: ("CUSTOM" | "ATHENA" | "REDSHIFT"),
104
- format: ("TEXT_OR_CSV" | "PARQUET"),
105
- compression: ("GZIP" | "PARQUET"),
106
- overwrite: ("CREATE_NEW_REPORT" | "OVERWRITE_REPORT")
107
- }
108
- }
109
- },
110
- refresh_cadence: {
111
- frequency: ("SYNCHRONOUS")
112
- }
113
- },
88
+ export: Params::export,
114
89
  ?resource_tags: Array[
115
90
  {
116
91
  key: ::String,
117
92
  value: ::String
118
- },
93
+ }
119
94
  ]
120
95
  ) -> _CreateExportResponseSuccess
121
96
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateExportResponseSuccess
@@ -228,7 +203,7 @@ module Aws
228
203
  {
229
204
  key: ::String,
230
205
  value: ::String
231
- },
206
+ }
232
207
  ]
233
208
  ) -> _TagResourceResponseSuccess
234
209
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
@@ -250,32 +225,7 @@ module Aws
250
225
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/BCMDataExports/Client.html#update_export-instance_method
251
226
  def update_export: (
252
227
  export_arn: ::String,
253
- export: {
254
- export_arn: ::String?,
255
- name: ::String,
256
- description: ::String?,
257
- data_query: {
258
- query_statement: ::String,
259
- table_configurations: Hash[::String, Hash[::String, ::String]]?
260
- },
261
- destination_configurations: {
262
- s3_destination: {
263
- s3_bucket: ::String,
264
- s3_bucket_owner: ::String?,
265
- s3_prefix: ::String,
266
- s3_region: ::String,
267
- s3_output_configurations: {
268
- output_type: ("CUSTOM" | "ATHENA" | "REDSHIFT"),
269
- format: ("TEXT_OR_CSV" | "PARQUET"),
270
- compression: ("GZIP" | "PARQUET"),
271
- overwrite: ("CREATE_NEW_REPORT" | "OVERWRITE_REPORT")
272
- }
273
- }
274
- },
275
- refresh_cadence: {
276
- frequency: ("SYNCHRONOUS")
277
- }
278
- }
228
+ export: Params::export
279
229
  ) -> _UpdateExportResponseSuccess
280
230
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateExportResponseSuccess
281
231
  end
data/sig/params.rbs ADDED
@@ -0,0 +1,44 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module BCMDataExports
10
+ module Params
11
+ type s3_destination = {
12
+ s3_bucket: ::String,
13
+ s3_bucket_owner: ::String?,
14
+ s3_prefix: ::String,
15
+ s3_region: ::String,
16
+ s3_output_configurations: {
17
+ output_type: ("CUSTOM" | "ATHENA" | "REDSHIFT"),
18
+ format: ("TEXT_OR_CSV" | "PARQUET"),
19
+ compression: ("GZIP" | "PARQUET"),
20
+ overwrite: ("CREATE_NEW_REPORT" | "OVERWRITE_REPORT")
21
+ }
22
+ }
23
+
24
+ type destination_configurations = {
25
+ s3_destination: Params::s3_destination
26
+ }
27
+
28
+ type export = {
29
+ export_arn: ::String?,
30
+ name: ::String,
31
+ description: ::String?,
32
+ data_query: {
33
+ query_statement: ::String,
34
+ table_configurations: Hash[::String, Hash[::String, ::String]]?
35
+ },
36
+ destination_configurations: Params::destination_configurations,
37
+ refresh_cadence: {
38
+ frequency: ("SYNCHRONOUS")
39
+ }
40
+ }
41
+
42
+ end
43
+ end
44
+ end
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.35.0
4
+ version: 1.37.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.244.0
21
+ version: 3.247.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.244.0
31
+ version: 3.247.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement
@@ -67,6 +67,7 @@ files:
67
67
  - lib/aws-sdk-bcmdataexports/types.rb
68
68
  - sig/client.rbs
69
69
  - sig/errors.rbs
70
+ - sig/params.rbs
70
71
  - sig/resource.rbs
71
72
  - sig/types.rbs
72
73
  - sig/waiters.rbs