397 397 | impl ::aws_smithy_types::error::metadata::ProvideErrorMetadata for DeleteFunctionCodeSigningConfigError {
|
398 398 | fn meta(&self) -> &::aws_smithy_types::error::ErrorMetadata {
|
399 399 | match self {
|
400 400 | Self::CodeSigningConfigNotFoundException(_inner) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(_inner),
|
401 401 | Self::InvalidParameterValueException(_inner) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(_inner),
|
402 402 | Self::ResourceConflictException(_inner) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(_inner),
|
403 403 | Self::ResourceNotFoundException(_inner) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(_inner),
|
404 404 | Self::ServiceException(_inner) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(_inner),
|
405 405 | Self::TooManyRequestsException(_inner) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(_inner),
|
406 406 | Self::Unhandled(_inner) => &_inner.meta,
|
407 407 | }
|
408 408 | }
|
409 409 | }
|
410 410 | impl ::aws_smithy_runtime_api::client::result::CreateUnhandledError for DeleteFunctionCodeSigningConfigError {
|
411 411 | fn create_unhandled_error(
|
412 412 | source: ::std::boxed::Box<dyn ::std::error::Error + ::std::marker::Send + ::std::marker::Sync + 'static>,
|
413 413 | meta: ::std::option::Option<::aws_smithy_types::error::ErrorMetadata>,
|
414 414 | ) -> Self {
|
415 415 | Self::Unhandled(crate::error::sealed_unhandled::Unhandled {
|
416 416 | source,
|
417 417 | meta: meta.unwrap_or_default(),
|
418 418 | })
|
419 419 | }
|
420 420 | }
|
421 421 | impl ::aws_types::request_id::RequestId for crate::operation::delete_function_code_signing_config::DeleteFunctionCodeSigningConfigError {
|
422 422 | fn request_id(&self) -> Option<&str> {
|
423 423 | self.meta().request_id()
|
424 424 | }
|
425 425 | }
|
426 426 |
|
427 - | pub use crate::operation::delete_function_code_signing_config::_delete_function_code_signing_config_output::DeleteFunctionCodeSigningConfigOutput;
|
428 - |
|
429 427 | pub use crate::operation::delete_function_code_signing_config::_delete_function_code_signing_config_input::DeleteFunctionCodeSigningConfigInput;
|
430 428 |
|
429 + | pub use crate::operation::delete_function_code_signing_config::_delete_function_code_signing_config_output::DeleteFunctionCodeSigningConfigOutput;
|
430 + |
|
431 431 | mod _delete_function_code_signing_config_input;
|
432 432 |
|
433 433 | mod _delete_function_code_signing_config_output;
|
434 434 |
|
435 435 | /// Builders
|
436 436 | pub mod builders;
|