418 418 | Self::ConditionalCheckFailedException(_inner) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(_inner),
|
419 419 | Self::DuplicateItemException(_inner) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(_inner),
|
420 420 | Self::InternalServerError(_inner) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(_inner),
|
421 421 | Self::ItemCollectionSizeLimitExceededException(_inner) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(_inner),
|
422 422 | Self::ProvisionedThroughputExceededException(_inner) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(_inner),
|
423 423 | Self::RequestLimitExceeded(_inner) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(_inner),
|
424 424 | Self::ResourceNotFoundException(_inner) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(_inner),
|
425 425 | Self::ThrottlingException(_inner) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(_inner),
|
426 426 | Self::TransactionConflictException(_inner) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(_inner),
|
427 427 | Self::Unhandled(_inner) => &_inner.meta,
|
428 428 | }
|
429 429 | }
|
430 430 | }
|
431 431 | impl ::aws_smithy_runtime_api::client::result::CreateUnhandledError for ExecuteStatementError {
|
432 432 | fn create_unhandled_error(
|
433 433 | source: ::std::boxed::Box<dyn ::std::error::Error + ::std::marker::Send + ::std::marker::Sync + 'static>,
|
434 434 | meta: ::std::option::Option<::aws_smithy_types::error::ErrorMetadata>,
|
435 435 | ) -> Self {
|
436 436 | Self::Unhandled(crate::error::sealed_unhandled::Unhandled {
|
437 437 | source,
|
438 438 | meta: meta.unwrap_or_default(),
|
439 439 | })
|
440 440 | }
|
441 441 | }
|
442 442 | impl ::aws_types::request_id::RequestId for crate::operation::execute_statement::ExecuteStatementError {
|
443 443 | fn request_id(&self) -> Option<&str> {
|
444 444 | self.meta().request_id()
|
445 445 | }
|
446 446 | }
|
447 447 |
|
448 - | pub use crate::operation::execute_statement::_execute_statement_output::ExecuteStatementOutput;
|
449 - |
|
450 448 | pub use crate::operation::execute_statement::_execute_statement_input::ExecuteStatementInput;
|
451 449 |
|
450 + | pub use crate::operation::execute_statement::_execute_statement_output::ExecuteStatementOutput;
|
451 + |
|
452 452 | mod _execute_statement_input;
|
453 453 |
|
454 454 | mod _execute_statement_output;
|
455 455 |
|
456 456 | /// Builders
|
457 457 | pub mod builders;
|