aws-sdk-bcmdataexports 1.1.0 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ea998d1c34ae5667016e61c056c2ee9af215a2feb87a7ebfefa2bdb9f7e17662
4
- data.tar.gz: 3ee18a97a600932d431a05b8a88afe15cc24d136dcd66bf25d53a20ff09206a3
3
+ metadata.gz: 99784d68e8982ec8d2aa5a723f0dc2bf7c4f4aec4dc72af50fcfbc696873b258
4
+ data.tar.gz: ae2898f44c8d5a7356c0984e1839dc210a78ad49a68083dd1b056eaf16abd49b
5
5
  SHA512:
6
- metadata.gz: d7609b72c223b3c791c8003e841d55cc82e5eb5e83b41bdf128ab0e4da2f5f8c070b436d85b385ae9003cd8a154e89d218fa30e0698bf07a0c47c289b6fe79c2
7
- data.tar.gz: 0b191edcca7939b9355d9ac39dd2b63eb6f91cde65d3073166a4734bdcfeca68d6ae837fb4efac6ce35077d0c79db9863c2760fd6b9ba2412bf3332e0290b8ea
6
+ metadata.gz: 3e8e9ed768eaffba7f2726f426a8999fb80ea5edb6dc0156c03025ebf0b1bb78b50ce024b73ef7c3fe07763004fb09653d127b37a8f83960c2586687b681706d
7
+ data.tar.gz: 4f5e6fd1d99877df2770460068f9298a0d093a4c885595183246ab4f3941e78e577ef030af608e67d371219a003a6e2614e38b5b18b11fef2f7cd6d9b031ff75
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.2.0 (2024-01-26)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.1.0 (2023-11-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.0
1
+ 1.2.0
@@ -978,7 +978,7 @@ module Aws::BCMDataExports
978
978
  params: params,
979
979
  config: config)
980
980
  context[:gem_name] = 'aws-sdk-bcmdataexports'
981
- context[:gem_version] = '1.1.0'
981
+ context[:gem_version] = '1.2.0'
982
982
  Seahorse::Client::Request.new(handlers, context)
983
983
  end
984
984
 
@@ -14,6 +14,7 @@ module Aws::BCMDataExports
14
14
  option(
15
15
  :endpoint_provider,
16
16
  doc_type: 'Aws::BCMDataExports::EndpointProvider',
17
+ rbs_type: 'untyped',
17
18
  docstring: 'The endpoint provider used to resolve endpoints. Any '\
18
19
  'object that responds to `#resolve_endpoint(parameters)` '\
19
20
  'where `parameters` is a Struct similar to '\
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-bcmdataexports/customizations'
52
52
  # @!group service
53
53
  module Aws::BCMDataExports
54
54
 
55
- GEM_VERSION = '1.1.0'
55
+ GEM_VERSION = '1.2.0'
56
56
 
57
57
  end
data/sig/client.rbs ADDED
@@ -0,0 +1,276 @@
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
+ class Client < ::Seahorse::Client::Base
11
+ include ::Aws::ClientStubs
12
+
13
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/BCMDataExports/Client.html#initialize-instance_method
14
+ def self.new: (
15
+ ?credentials: untyped,
16
+ ?region: String,
17
+ ?access_key_id: String,
18
+ ?active_endpoint_cache: bool,
19
+ ?adaptive_retry_wait_to_fill: bool,
20
+ ?client_side_monitoring: bool,
21
+ ?client_side_monitoring_client_id: String,
22
+ ?client_side_monitoring_host: String,
23
+ ?client_side_monitoring_port: Integer,
24
+ ?client_side_monitoring_publisher: untyped,
25
+ ?convert_params: bool,
26
+ ?correct_clock_skew: bool,
27
+ ?defaults_mode: String,
28
+ ?disable_host_prefix_injection: bool,
29
+ ?disable_request_compression: bool,
30
+ ?endpoint: String,
31
+ ?endpoint_cache_max_entries: Integer,
32
+ ?endpoint_cache_max_threads: Integer,
33
+ ?endpoint_cache_poll_interval: Integer,
34
+ ?endpoint_discovery: bool,
35
+ ?ignore_configured_endpoint_urls: bool,
36
+ ?log_formatter: untyped,
37
+ ?log_level: Symbol,
38
+ ?logger: untyped,
39
+ ?max_attempts: Integer,
40
+ ?profile: String,
41
+ ?request_min_compression_size_bytes: Integer,
42
+ ?retry_backoff: Proc,
43
+ ?retry_base_delay: Float,
44
+ ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
45
+ ?retry_limit: Integer,
46
+ ?retry_max_delay: Integer,
47
+ ?retry_mode: ("legacy" | "standard" | "adaptive"),
48
+ ?sdk_ua_app_id: String,
49
+ ?secret_access_key: String,
50
+ ?session_token: String,
51
+ ?simple_json: bool,
52
+ ?stub_responses: untyped,
53
+ ?token_provider: untyped,
54
+ ?use_dualstack_endpoint: bool,
55
+ ?use_fips_endpoint: bool,
56
+ ?validate_params: bool,
57
+ ?endpoint_provider: untyped,
58
+ ?http_proxy: String,
59
+ ?http_open_timeout: (Float | Integer),
60
+ ?http_read_timeout: (Float | Integer),
61
+ ?http_idle_timeout: (Float | Integer),
62
+ ?http_continue_timeout: (Float | Integer),
63
+ ?ssl_timeout: (Float | Integer | nil),
64
+ ?http_wire_trace: bool,
65
+ ?ssl_verify_peer: bool,
66
+ ?ssl_ca_bundle: String,
67
+ ?ssl_ca_directory: String,
68
+ ?ssl_ca_store: String,
69
+ ?on_chunk_received: Proc,
70
+ ?on_chunk_sent: Proc,
71
+ ?raise_response_errors: bool
72
+ ) -> instance
73
+ | (?Hash[Symbol, untyped]) -> instance
74
+
75
+
76
+ interface _CreateExportResponseSuccess
77
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateExportResponse]
78
+ def export_arn: () -> ::String
79
+ end
80
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/BCMDataExports/Client.html#create_export-instance_method
81
+ def create_export: (
82
+ export: {
83
+ data_query: {
84
+ query_statement: ::String,
85
+ table_configurations: Hash[::String, Hash[::String, ::String]]?
86
+ },
87
+ description: ::String?,
88
+ destination_configurations: {
89
+ s3_destination: {
90
+ s3_bucket: ::String,
91
+ s3_output_configurations: {
92
+ compression: ("GZIP" | "PARQUET"),
93
+ format: ("TEXT_OR_CSV" | "PARQUET"),
94
+ output_type: ("CUSTOM"),
95
+ overwrite: ("CREATE_NEW_REPORT" | "OVERWRITE_REPORT")
96
+ },
97
+ s3_prefix: ::String,
98
+ s3_region: ::String
99
+ }
100
+ },
101
+ export_arn: ::String?,
102
+ name: ::String,
103
+ refresh_cadence: {
104
+ frequency: ("SYNCHRONOUS")
105
+ }
106
+ },
107
+ ?resource_tags: Array[
108
+ {
109
+ key: ::String,
110
+ value: ::String
111
+ },
112
+ ]
113
+ ) -> _CreateExportResponseSuccess
114
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateExportResponseSuccess
115
+
116
+ interface _DeleteExportResponseSuccess
117
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteExportResponse]
118
+ def export_arn: () -> ::String
119
+ end
120
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/BCMDataExports/Client.html#delete_export-instance_method
121
+ def delete_export: (
122
+ export_arn: ::String
123
+ ) -> _DeleteExportResponseSuccess
124
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteExportResponseSuccess
125
+
126
+ interface _GetExecutionResponseSuccess
127
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetExecutionResponse]
128
+ def execution_id: () -> ::String
129
+ def execution_status: () -> Types::ExecutionStatus
130
+ def export: () -> Types::Export
131
+ end
132
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/BCMDataExports/Client.html#get_execution-instance_method
133
+ def get_execution: (
134
+ execution_id: ::String,
135
+ export_arn: ::String
136
+ ) -> _GetExecutionResponseSuccess
137
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetExecutionResponseSuccess
138
+
139
+ interface _GetExportResponseSuccess
140
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetExportResponse]
141
+ def export: () -> Types::Export
142
+ def export_status: () -> Types::ExportStatus
143
+ end
144
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/BCMDataExports/Client.html#get_export-instance_method
145
+ def get_export: (
146
+ export_arn: ::String
147
+ ) -> _GetExportResponseSuccess
148
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetExportResponseSuccess
149
+
150
+ interface _GetTableResponseSuccess
151
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetTableResponse]
152
+ def description: () -> ::String
153
+ def schema: () -> ::Array[Types::Column]
154
+ def table_name: () -> ::String
155
+ def table_properties: () -> ::Hash[::String, ::String]
156
+ end
157
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/BCMDataExports/Client.html#get_table-instance_method
158
+ def get_table: (
159
+ table_name: ::String,
160
+ ?table_properties: Hash[::String, ::String]
161
+ ) -> _GetTableResponseSuccess
162
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetTableResponseSuccess
163
+
164
+ interface _ListExecutionsResponseSuccess
165
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListExecutionsResponse]
166
+ def executions: () -> ::Array[Types::ExecutionReference]
167
+ def next_token: () -> ::String
168
+ end
169
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/BCMDataExports/Client.html#list_executions-instance_method
170
+ def list_executions: (
171
+ export_arn: ::String,
172
+ ?max_results: ::Integer,
173
+ ?next_token: ::String
174
+ ) -> _ListExecutionsResponseSuccess
175
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListExecutionsResponseSuccess
176
+
177
+ interface _ListExportsResponseSuccess
178
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListExportsResponse]
179
+ def exports: () -> ::Array[Types::ExportReference]
180
+ def next_token: () -> ::String
181
+ end
182
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/BCMDataExports/Client.html#list_exports-instance_method
183
+ def list_exports: (
184
+ ?max_results: ::Integer,
185
+ ?next_token: ::String
186
+ ) -> _ListExportsResponseSuccess
187
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListExportsResponseSuccess
188
+
189
+ interface _ListTablesResponseSuccess
190
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListTablesResponse]
191
+ def next_token: () -> ::String
192
+ def tables: () -> ::Array[Types::Table]
193
+ end
194
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/BCMDataExports/Client.html#list_tables-instance_method
195
+ def list_tables: (
196
+ ?max_results: ::Integer,
197
+ ?next_token: ::String
198
+ ) -> _ListTablesResponseSuccess
199
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTablesResponseSuccess
200
+
201
+ interface _ListTagsForResourceResponseSuccess
202
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListTagsForResourceResponse]
203
+ def next_token: () -> ::String
204
+ def resource_tags: () -> ::Array[Types::ResourceTag]
205
+ end
206
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/BCMDataExports/Client.html#list_tags_for_resource-instance_method
207
+ def list_tags_for_resource: (
208
+ ?max_results: ::Integer,
209
+ ?next_token: ::String,
210
+ resource_arn: ::String
211
+ ) -> _ListTagsForResourceResponseSuccess
212
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsForResourceResponseSuccess
213
+
214
+ interface _TagResourceResponseSuccess
215
+ include ::Seahorse::Client::_ResponseSuccess[Types::TagResourceResponse]
216
+ end
217
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/BCMDataExports/Client.html#tag_resource-instance_method
218
+ def tag_resource: (
219
+ resource_arn: ::String,
220
+ resource_tags: Array[
221
+ {
222
+ key: ::String,
223
+ value: ::String
224
+ },
225
+ ]
226
+ ) -> _TagResourceResponseSuccess
227
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
228
+
229
+ interface _UntagResourceResponseSuccess
230
+ include ::Seahorse::Client::_ResponseSuccess[Types::UntagResourceResponse]
231
+ end
232
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/BCMDataExports/Client.html#untag_resource-instance_method
233
+ def untag_resource: (
234
+ resource_arn: ::String,
235
+ resource_tag_keys: Array[::String]
236
+ ) -> _UntagResourceResponseSuccess
237
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UntagResourceResponseSuccess
238
+
239
+ interface _UpdateExportResponseSuccess
240
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateExportResponse]
241
+ def export_arn: () -> ::String
242
+ end
243
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/BCMDataExports/Client.html#update_export-instance_method
244
+ def update_export: (
245
+ export: {
246
+ data_query: {
247
+ query_statement: ::String,
248
+ table_configurations: Hash[::String, Hash[::String, ::String]]?
249
+ },
250
+ description: ::String?,
251
+ destination_configurations: {
252
+ s3_destination: {
253
+ s3_bucket: ::String,
254
+ s3_output_configurations: {
255
+ compression: ("GZIP" | "PARQUET"),
256
+ format: ("TEXT_OR_CSV" | "PARQUET"),
257
+ output_type: ("CUSTOM"),
258
+ overwrite: ("CREATE_NEW_REPORT" | "OVERWRITE_REPORT")
259
+ },
260
+ s3_prefix: ::String,
261
+ s3_region: ::String
262
+ }
263
+ },
264
+ export_arn: ::String?,
265
+ name: ::String,
266
+ refresh_cadence: {
267
+ frequency: ("SYNCHRONOUS")
268
+ }
269
+ },
270
+ export_arn: ::String
271
+ ) -> _UpdateExportResponseSuccess
272
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateExportResponseSuccess
273
+ end
274
+ end
275
+ end
276
+
data/sig/errors.rbs ADDED
@@ -0,0 +1,41 @@
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 Errors
11
+ class ServiceError < ::Aws::Errors::ServiceError
12
+ end
13
+
14
+ class InternalServerException < ::Aws::Errors::ServiceError
15
+ def message: () -> ::String
16
+ end
17
+ class ResourceNotFoundException < ::Aws::Errors::ServiceError
18
+ def message: () -> ::String
19
+ def resource_id: () -> ::String
20
+ def resource_type: () -> ::String
21
+ end
22
+ class ServiceQuotaExceededException < ::Aws::Errors::ServiceError
23
+ def message: () -> ::String
24
+ def quota_code: () -> ::String
25
+ def resource_id: () -> ::String
26
+ def resource_type: () -> ::String
27
+ def service_code: () -> ::String
28
+ end
29
+ class ThrottlingException < ::Aws::Errors::ServiceError
30
+ def message: () -> ::String
31
+ def quota_code: () -> ::String
32
+ def service_code: () -> ::String
33
+ end
34
+ class ValidationException < ::Aws::Errors::ServiceError
35
+ def fields: () -> ::String
36
+ def message: () -> ::String
37
+ def reason: () -> ::String
38
+ end
39
+ end
40
+ end
41
+ end
data/sig/resource.rbs ADDED
@@ -0,0 +1,80 @@
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
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/BCMDataExports/Resource.html
11
+ class Resource
12
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/BCMDataExports/Resource.html#initialize-instance_method
13
+ def initialize: (
14
+ ?client: Client,
15
+ ?credentials: untyped,
16
+ ?region: String,
17
+ ?access_key_id: String,
18
+ ?active_endpoint_cache: bool,
19
+ ?adaptive_retry_wait_to_fill: bool,
20
+ ?client_side_monitoring: bool,
21
+ ?client_side_monitoring_client_id: String,
22
+ ?client_side_monitoring_host: String,
23
+ ?client_side_monitoring_port: Integer,
24
+ ?client_side_monitoring_publisher: untyped,
25
+ ?convert_params: bool,
26
+ ?correct_clock_skew: bool,
27
+ ?defaults_mode: String,
28
+ ?disable_host_prefix_injection: bool,
29
+ ?disable_request_compression: bool,
30
+ ?endpoint: String,
31
+ ?endpoint_cache_max_entries: Integer,
32
+ ?endpoint_cache_max_threads: Integer,
33
+ ?endpoint_cache_poll_interval: Integer,
34
+ ?endpoint_discovery: bool,
35
+ ?ignore_configured_endpoint_urls: bool,
36
+ ?log_formatter: untyped,
37
+ ?log_level: Symbol,
38
+ ?logger: untyped,
39
+ ?max_attempts: Integer,
40
+ ?profile: String,
41
+ ?request_min_compression_size_bytes: Integer,
42
+ ?retry_backoff: Proc,
43
+ ?retry_base_delay: Float,
44
+ ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
45
+ ?retry_limit: Integer,
46
+ ?retry_max_delay: Integer,
47
+ ?retry_mode: ("legacy" | "standard" | "adaptive"),
48
+ ?sdk_ua_app_id: String,
49
+ ?secret_access_key: String,
50
+ ?session_token: String,
51
+ ?simple_json: bool,
52
+ ?stub_responses: untyped,
53
+ ?token_provider: untyped,
54
+ ?use_dualstack_endpoint: bool,
55
+ ?use_fips_endpoint: bool,
56
+ ?validate_params: bool,
57
+ ?endpoint_provider: untyped,
58
+ ?http_proxy: String,
59
+ ?http_open_timeout: (Float | Integer),
60
+ ?http_read_timeout: (Float | Integer),
61
+ ?http_idle_timeout: (Float | Integer),
62
+ ?http_continue_timeout: (Float | Integer),
63
+ ?ssl_timeout: (Float | Integer | nil),
64
+ ?http_wire_trace: bool,
65
+ ?ssl_verify_peer: bool,
66
+ ?ssl_ca_bundle: String,
67
+ ?ssl_ca_directory: String,
68
+ ?ssl_ca_store: String,
69
+ ?on_chunk_received: Proc,
70
+ ?on_chunk_sent: Proc,
71
+ ?raise_response_errors: bool
72
+ ) -> void
73
+ | (?Hash[Symbol, untyped]) -> void
74
+
75
+ def client: () -> Client
76
+
77
+
78
+ end
79
+ end
80
+ end
data/sig/types.rbs ADDED
@@ -0,0 +1,291 @@
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::BCMDataExports
9
+ module Types
10
+
11
+ class Column
12
+ attr_accessor description: ::String
13
+ attr_accessor name: ::String
14
+ attr_accessor type: ::String
15
+ SENSITIVE: []
16
+ end
17
+
18
+ class CreateExportRequest
19
+ attr_accessor export: Types::Export
20
+ attr_accessor resource_tags: ::Array[Types::ResourceTag]
21
+ SENSITIVE: []
22
+ end
23
+
24
+ class CreateExportResponse
25
+ attr_accessor export_arn: ::String
26
+ SENSITIVE: []
27
+ end
28
+
29
+ class DataQuery
30
+ attr_accessor query_statement: ::String
31
+ attr_accessor table_configurations: ::Hash[::String, ::Hash[::String, ::String]]
32
+ SENSITIVE: []
33
+ end
34
+
35
+ class DeleteExportRequest
36
+ attr_accessor export_arn: ::String
37
+ SENSITIVE: []
38
+ end
39
+
40
+ class DeleteExportResponse
41
+ attr_accessor export_arn: ::String
42
+ SENSITIVE: []
43
+ end
44
+
45
+ class DestinationConfigurations
46
+ attr_accessor s3_destination: Types::S3Destination
47
+ SENSITIVE: []
48
+ end
49
+
50
+ class ExecutionReference
51
+ attr_accessor execution_id: ::String
52
+ attr_accessor execution_status: Types::ExecutionStatus
53
+ SENSITIVE: []
54
+ end
55
+
56
+ class ExecutionStatus
57
+ attr_accessor completed_at: ::Time
58
+ attr_accessor created_at: ::Time
59
+ attr_accessor last_updated_at: ::Time
60
+ attr_accessor status_code: ("INITIATION_IN_PROCESS" | "QUERY_QUEUED" | "QUERY_IN_PROCESS" | "QUERY_FAILURE" | "DELIVERY_IN_PROCESS" | "DELIVERY_SUCCESS" | "DELIVERY_FAILURE")
61
+ attr_accessor status_reason: ("INSUFFICIENT_PERMISSION" | "BILL_OWNER_CHANGED" | "INTERNAL_FAILURE")
62
+ SENSITIVE: []
63
+ end
64
+
65
+ class Export
66
+ attr_accessor data_query: Types::DataQuery
67
+ attr_accessor description: ::String
68
+ attr_accessor destination_configurations: Types::DestinationConfigurations
69
+ attr_accessor export_arn: ::String
70
+ attr_accessor name: ::String
71
+ attr_accessor refresh_cadence: Types::RefreshCadence
72
+ SENSITIVE: []
73
+ end
74
+
75
+ class ExportReference
76
+ attr_accessor export_arn: ::String
77
+ attr_accessor export_name: ::String
78
+ attr_accessor export_status: Types::ExportStatus
79
+ SENSITIVE: []
80
+ end
81
+
82
+ class ExportStatus
83
+ attr_accessor created_at: ::Time
84
+ attr_accessor last_refreshed_at: ::Time
85
+ attr_accessor last_updated_at: ::Time
86
+ attr_accessor status_code: ("HEALTHY" | "UNHEALTHY")
87
+ attr_accessor status_reason: ("INSUFFICIENT_PERMISSION" | "BILL_OWNER_CHANGED" | "INTERNAL_FAILURE")
88
+ SENSITIVE: []
89
+ end
90
+
91
+ class GetExecutionRequest
92
+ attr_accessor execution_id: ::String
93
+ attr_accessor export_arn: ::String
94
+ SENSITIVE: []
95
+ end
96
+
97
+ class GetExecutionResponse
98
+ attr_accessor execution_id: ::String
99
+ attr_accessor execution_status: Types::ExecutionStatus
100
+ attr_accessor export: Types::Export
101
+ SENSITIVE: []
102
+ end
103
+
104
+ class GetExportRequest
105
+ attr_accessor export_arn: ::String
106
+ SENSITIVE: []
107
+ end
108
+
109
+ class GetExportResponse
110
+ attr_accessor export: Types::Export
111
+ attr_accessor export_status: Types::ExportStatus
112
+ SENSITIVE: []
113
+ end
114
+
115
+ class GetTableRequest
116
+ attr_accessor table_name: ::String
117
+ attr_accessor table_properties: ::Hash[::String, ::String]
118
+ SENSITIVE: []
119
+ end
120
+
121
+ class GetTableResponse
122
+ attr_accessor description: ::String
123
+ attr_accessor schema: ::Array[Types::Column]
124
+ attr_accessor table_name: ::String
125
+ attr_accessor table_properties: ::Hash[::String, ::String]
126
+ SENSITIVE: []
127
+ end
128
+
129
+ class InternalServerException
130
+ attr_accessor message: ::String
131
+ SENSITIVE: []
132
+ end
133
+
134
+ class ListExecutionsRequest
135
+ attr_accessor export_arn: ::String
136
+ attr_accessor max_results: ::Integer
137
+ attr_accessor next_token: ::String
138
+ SENSITIVE: []
139
+ end
140
+
141
+ class ListExecutionsResponse
142
+ attr_accessor executions: ::Array[Types::ExecutionReference]
143
+ attr_accessor next_token: ::String
144
+ SENSITIVE: []
145
+ end
146
+
147
+ class ListExportsRequest
148
+ attr_accessor max_results: ::Integer
149
+ attr_accessor next_token: ::String
150
+ SENSITIVE: []
151
+ end
152
+
153
+ class ListExportsResponse
154
+ attr_accessor exports: ::Array[Types::ExportReference]
155
+ attr_accessor next_token: ::String
156
+ SENSITIVE: []
157
+ end
158
+
159
+ class ListTablesRequest
160
+ attr_accessor max_results: ::Integer
161
+ attr_accessor next_token: ::String
162
+ SENSITIVE: []
163
+ end
164
+
165
+ class ListTablesResponse
166
+ attr_accessor next_token: ::String
167
+ attr_accessor tables: ::Array[Types::Table]
168
+ SENSITIVE: []
169
+ end
170
+
171
+ class ListTagsForResourceRequest
172
+ attr_accessor max_results: ::Integer
173
+ attr_accessor next_token: ::String
174
+ attr_accessor resource_arn: ::String
175
+ SENSITIVE: []
176
+ end
177
+
178
+ class ListTagsForResourceResponse
179
+ attr_accessor next_token: ::String
180
+ attr_accessor resource_tags: ::Array[Types::ResourceTag]
181
+ SENSITIVE: []
182
+ end
183
+
184
+ class RefreshCadence
185
+ attr_accessor frequency: ("SYNCHRONOUS")
186
+ SENSITIVE: []
187
+ end
188
+
189
+ class ResourceNotFoundException
190
+ attr_accessor message: ::String
191
+ attr_accessor resource_id: ::String
192
+ attr_accessor resource_type: ::String
193
+ SENSITIVE: []
194
+ end
195
+
196
+ class ResourceTag
197
+ attr_accessor key: ::String
198
+ attr_accessor value: ::String
199
+ SENSITIVE: []
200
+ end
201
+
202
+ class S3Destination
203
+ attr_accessor s3_bucket: ::String
204
+ attr_accessor s3_output_configurations: Types::S3OutputConfigurations
205
+ attr_accessor s3_prefix: ::String
206
+ attr_accessor s3_region: ::String
207
+ SENSITIVE: []
208
+ end
209
+
210
+ class S3OutputConfigurations
211
+ attr_accessor compression: ("GZIP" | "PARQUET")
212
+ attr_accessor format: ("TEXT_OR_CSV" | "PARQUET")
213
+ attr_accessor output_type: ("CUSTOM")
214
+ attr_accessor overwrite: ("CREATE_NEW_REPORT" | "OVERWRITE_REPORT")
215
+ SENSITIVE: []
216
+ end
217
+
218
+ class ServiceQuotaExceededException
219
+ attr_accessor message: ::String
220
+ attr_accessor quota_code: ::String
221
+ attr_accessor resource_id: ::String
222
+ attr_accessor resource_type: ::String
223
+ attr_accessor service_code: ::String
224
+ SENSITIVE: []
225
+ end
226
+
227
+ class Table
228
+ attr_accessor description: ::String
229
+ attr_accessor table_name: ::String
230
+ attr_accessor table_properties: ::Array[Types::TablePropertyDescription]
231
+ SENSITIVE: []
232
+ end
233
+
234
+ class TablePropertyDescription
235
+ attr_accessor default_value: ::String
236
+ attr_accessor description: ::String
237
+ attr_accessor name: ::String
238
+ attr_accessor valid_values: ::Array[::String]
239
+ SENSITIVE: []
240
+ end
241
+
242
+ class TagResourceRequest
243
+ attr_accessor resource_arn: ::String
244
+ attr_accessor resource_tags: ::Array[Types::ResourceTag]
245
+ SENSITIVE: []
246
+ end
247
+
248
+ class TagResourceResponse < Aws::EmptyStructure
249
+ end
250
+
251
+ class ThrottlingException
252
+ attr_accessor message: ::String
253
+ attr_accessor quota_code: ::String
254
+ attr_accessor service_code: ::String
255
+ SENSITIVE: []
256
+ end
257
+
258
+ class UntagResourceRequest
259
+ attr_accessor resource_arn: ::String
260
+ attr_accessor resource_tag_keys: ::Array[::String]
261
+ SENSITIVE: []
262
+ end
263
+
264
+ class UntagResourceResponse < Aws::EmptyStructure
265
+ end
266
+
267
+ class UpdateExportRequest
268
+ attr_accessor export: Types::Export
269
+ attr_accessor export_arn: ::String
270
+ SENSITIVE: []
271
+ end
272
+
273
+ class UpdateExportResponse
274
+ attr_accessor export_arn: ::String
275
+ SENSITIVE: []
276
+ end
277
+
278
+ class ValidationException
279
+ attr_accessor fields: ::Array[Types::ValidationExceptionField]
280
+ attr_accessor message: ::String
281
+ attr_accessor reason: ("unknownOperation" | "cannotParse" | "fieldValidationFailed" | "other")
282
+ SENSITIVE: []
283
+ end
284
+
285
+ class ValidationExceptionField
286
+ attr_accessor message: ::String
287
+ attr_accessor name: ::String
288
+ SENSITIVE: []
289
+ end
290
+ end
291
+ end
data/sig/waiters.rbs ADDED
@@ -0,0 +1,13 @@
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 Waiters
11
+ end
12
+ end
13
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-bcmdataexports
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-28 00:00:00.000000000 Z
11
+ date: 2024-01-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.188.0
22
+ version: 3.191.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.188.0
32
+ version: 3.191.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -66,13 +66,18 @@ files:
66
66
  - lib/aws-sdk-bcmdataexports/plugins/endpoints.rb
67
67
  - lib/aws-sdk-bcmdataexports/resource.rb
68
68
  - lib/aws-sdk-bcmdataexports/types.rb
69
+ - sig/client.rbs
70
+ - sig/errors.rbs
71
+ - sig/resource.rbs
72
+ - sig/types.rbs
73
+ - sig/waiters.rbs
69
74
  homepage: https://github.com/aws/aws-sdk-ruby
70
75
  licenses:
71
76
  - Apache-2.0
72
77
  metadata:
73
78
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-bcmdataexports
74
79
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-bcmdataexports/CHANGELOG.md
75
- post_install_message:
80
+ post_install_message:
76
81
  rdoc_options: []
77
82
  require_paths:
78
83
  - lib
@@ -87,8 +92,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
87
92
  - !ruby/object:Gem::Version
88
93
  version: '0'
89
94
  requirements: []
90
- rubygems_version: 3.1.6
91
- signing_key:
95
+ rubygems_version: 3.4.10
96
+ signing_key:
92
97
  specification_version: 4
93
98
  summary: AWS SDK for Ruby - AWS Billing and Cost Management Data Exports
94
99
  test_files: []