372 372 | impl ::aws_smithy_types::error::metadata::ProvideErrorMetadata for DescribeConfigurationAggregatorSourcesStatusError {
|
373 373 | fn meta(&self) -> &::aws_smithy_types::error::ErrorMetadata {
|
374 374 | match self {
|
375 375 | Self::InvalidLimitException(_inner) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(_inner),
|
376 376 | Self::InvalidNextTokenException(_inner) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(_inner),
|
377 377 | Self::InvalidParameterValueException(_inner) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(_inner),
|
378 378 | Self::NoSuchConfigurationAggregatorException(_inner) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(_inner),
|
379 379 | Self::Unhandled(_inner) => &_inner.meta,
|
380 380 | }
|
381 381 | }
|
382 382 | }
|
383 383 | impl ::aws_smithy_runtime_api::client::result::CreateUnhandledError for DescribeConfigurationAggregatorSourcesStatusError {
|
384 384 | fn create_unhandled_error(
|
385 385 | source: ::std::boxed::Box<dyn ::std::error::Error + ::std::marker::Send + ::std::marker::Sync + 'static>,
|
386 386 | meta: ::std::option::Option<::aws_smithy_types::error::ErrorMetadata>,
|
387 387 | ) -> Self {
|
388 388 | Self::Unhandled(crate::error::sealed_unhandled::Unhandled {
|
389 389 | source,
|
390 390 | meta: meta.unwrap_or_default(),
|
391 391 | })
|
392 392 | }
|
393 393 | }
|
394 394 | impl ::aws_types::request_id::RequestId
|
395 395 | for crate::operation::describe_configuration_aggregator_sources_status::DescribeConfigurationAggregatorSourcesStatusError
|
396 396 | {
|
397 397 | fn request_id(&self) -> Option<&str> {
|
398 398 | self.meta().request_id()
|
399 399 | }
|
400 400 | }
|
401 401 |
|
402 - | pub use crate::operation::describe_configuration_aggregator_sources_status::_describe_configuration_aggregator_sources_status_output::DescribeConfigurationAggregatorSourcesStatusOutput;
|
403 - |
|
404 402 | pub use crate::operation::describe_configuration_aggregator_sources_status::_describe_configuration_aggregator_sources_status_input::DescribeConfigurationAggregatorSourcesStatusInput;
|
405 403 |
|
404 + | pub use crate::operation::describe_configuration_aggregator_sources_status::_describe_configuration_aggregator_sources_status_output::DescribeConfigurationAggregatorSourcesStatusOutput;
|
405 + |
|
406 406 | mod _describe_configuration_aggregator_sources_status_input;
|
407 407 |
|
408 408 | mod _describe_configuration_aggregator_sources_status_output;
|
409 409 |
|
410 410 | /// Builders
|
411 411 | pub mod builders;
|
412 412 |
|
413 413 | /// Paginator for this operation
|
414 414 | pub mod paginator;
|