390 390 | impl ::aws_smithy_types::error::metadata::ProvideErrorMetadata for UpdateDeliveryConfigurationError {
|
391 391 | fn meta(&self) -> &::aws_smithy_types::error::ErrorMetadata {
|
392 392 | match self {
|
393 393 | Self::AccessDeniedException(_inner) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(_inner),
|
394 394 | Self::ConflictException(_inner) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(_inner),
|
395 395 | Self::ResourceNotFoundException(_inner) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(_inner),
|
396 396 | Self::ServiceUnavailableException(_inner) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(_inner),
|
397 397 | Self::ThrottlingException(_inner) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(_inner),
|
398 398 | Self::ValidationException(_inner) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(_inner),
|
399 399 | Self::Unhandled(_inner) => &_inner.meta,
|
400 400 | }
|
401 401 | }
|
402 402 | }
|
403 403 | impl ::aws_smithy_runtime_api::client::result::CreateUnhandledError for UpdateDeliveryConfigurationError {
|
404 404 | fn create_unhandled_error(
|
405 405 | source: ::std::boxed::Box<dyn ::std::error::Error + ::std::marker::Send + ::std::marker::Sync + 'static>,
|
406 406 | meta: ::std::option::Option<::aws_smithy_types::error::ErrorMetadata>,
|
407 407 | ) -> Self {
|
408 408 | Self::Unhandled(crate::error::sealed_unhandled::Unhandled {
|
409 409 | source,
|
410 410 | meta: meta.unwrap_or_default(),
|
411 411 | })
|
412 412 | }
|
413 413 | }
|
414 414 | impl ::aws_types::request_id::RequestId for crate::operation::update_delivery_configuration::UpdateDeliveryConfigurationError {
|
415 415 | fn request_id(&self) -> Option<&str> {
|
416 416 | self.meta().request_id()
|
417 417 | }
|
418 418 | }
|
419 419 |
|
420 - | pub use crate::operation::update_delivery_configuration::_update_delivery_configuration_output::UpdateDeliveryConfigurationOutput;
|
421 - |
|
422 420 | pub use crate::operation::update_delivery_configuration::_update_delivery_configuration_input::UpdateDeliveryConfigurationInput;
|
423 421 |
|
422 + | pub use crate::operation::update_delivery_configuration::_update_delivery_configuration_output::UpdateDeliveryConfigurationOutput;
|
423 + |
|
424 424 | mod _update_delivery_configuration_input;
|
425 425 |
|
426 426 | mod _update_delivery_configuration_output;
|
427 427 |
|
428 428 | /// Builders
|
429 429 | pub mod builders;
|