408 408 | }
|
409 409 | impl ::aws_smithy_types::error::metadata::ProvideErrorMetadata for DeleteProvisionedConcurrencyConfigError {
|
410 410 | fn meta(&self) -> &::aws_smithy_types::error::ErrorMetadata {
|
411 411 | match self {
|
412 412 | Self::InvalidParameterValueException(_inner) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(_inner),
|
413 413 | Self::ResourceConflictException(_inner) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(_inner),
|
414 414 | Self::ResourceNotFoundException(_inner) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(_inner),
|
415 415 | Self::ServiceException(_inner) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(_inner),
|
416 416 | Self::TooManyRequestsException(_inner) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(_inner),
|
417 417 | Self::Unhandled(_inner) => &_inner.meta,
|
418 418 | }
|
419 419 | }
|
420 420 | }
|
421 421 | impl ::aws_smithy_runtime_api::client::result::CreateUnhandledError for DeleteProvisionedConcurrencyConfigError {
|
422 422 | fn create_unhandled_error(
|
423 423 | source: ::std::boxed::Box<dyn ::std::error::Error + ::std::marker::Send + ::std::marker::Sync + 'static>,
|
424 424 | meta: ::std::option::Option<::aws_smithy_types::error::ErrorMetadata>,
|
425 425 | ) -> Self {
|
426 426 | Self::Unhandled(crate::error::sealed_unhandled::Unhandled {
|
427 427 | source,
|
428 428 | meta: meta.unwrap_or_default(),
|
429 429 | })
|
430 430 | }
|
431 431 | }
|
432 432 | impl ::aws_types::request_id::RequestId for crate::operation::delete_provisioned_concurrency_config::DeleteProvisionedConcurrencyConfigError {
|
433 433 | fn request_id(&self) -> Option<&str> {
|
434 434 | self.meta().request_id()
|
435 435 | }
|
436 436 | }
|
437 437 |
|
438 - | pub use crate::operation::delete_provisioned_concurrency_config::_delete_provisioned_concurrency_config_output::DeleteProvisionedConcurrencyConfigOutput;
|
439 - |
|
440 438 | pub use crate::operation::delete_provisioned_concurrency_config::_delete_provisioned_concurrency_config_input::DeleteProvisionedConcurrencyConfigInput;
|
441 439 |
|
440 + | pub use crate::operation::delete_provisioned_concurrency_config::_delete_provisioned_concurrency_config_output::DeleteProvisionedConcurrencyConfigOutput;
|
441 + |
|
442 442 | mod _delete_provisioned_concurrency_config_input;
|
443 443 |
|
444 444 | mod _delete_provisioned_concurrency_config_output;
|
445 445 |
|
446 446 | /// Builders
|
447 447 | pub mod builders;
|