370 370 | }
|
371 371 | fn retryable_error_kind(&self) -> ::std::option::Option<::aws_smithy_types::retry::ErrorKind> {
|
372 372 | ::std::option::Option::None
|
373 373 | }
|
374 374 | }
|
375 375 | impl ::aws_smithy_types::error::metadata::ProvideErrorMetadata for ExportTableToPointInTimeError {
|
376 376 | fn meta(&self) -> &::aws_smithy_types::error::ErrorMetadata {
|
377 377 | match self {
|
378 378 | Self::ExportConflictError(_inner) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(_inner),
|
379 379 | Self::InternalServerError(_inner) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(_inner),
|
380 380 | Self::InvalidExportTimeError(_inner) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(_inner),
|
381 381 | Self::LimitExceededError(_inner) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(_inner),
|
382 382 | Self::PointInTimeRecoveryUnavailableError(_inner) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(_inner),
|
383 383 | Self::TableNotFoundError(_inner) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(_inner),
|
384 384 | Self::Unhandled(_inner) => &_inner.meta,
|
385 385 | }
|
386 386 | }
|
387 387 | }
|
388 388 | impl ::aws_smithy_runtime_api::client::result::CreateUnhandledError for ExportTableToPointInTimeError {
|
389 389 | fn create_unhandled_error(
|
390 390 | source: ::std::boxed::Box<dyn ::std::error::Error + ::std::marker::Send + ::std::marker::Sync + 'static>,
|
391 391 | meta: ::std::option::Option<::aws_smithy_types::error::ErrorMetadata>,
|
392 392 | ) -> Self {
|
393 393 | Self::Unhandled(crate::error::sealed_unhandled::Unhandled {
|
394 394 | source,
|
395 395 | meta: meta.unwrap_or_default(),
|
396 396 | })
|
397 397 | }
|
398 398 | }
|
399 399 |
|
400 - | pub use crate::operation::export_table_to_point_in_time::_export_table_to_point_in_time_output::ExportTableToPointInTimeOutput;
|
401 - |
|
402 400 | pub use crate::operation::export_table_to_point_in_time::_export_table_to_point_in_time_input::ExportTableToPointInTimeInput;
|
403 401 |
|
402 + | pub use crate::operation::export_table_to_point_in_time::_export_table_to_point_in_time_output::ExportTableToPointInTimeOutput;
|
403 + |
|
404 404 | mod _export_table_to_point_in_time_input;
|
405 405 |
|
406 406 | mod _export_table_to_point_in_time_output;
|
407 407 |
|
408 408 | /// Builders
|
409 409 | pub mod builders;
|