384 384 | }
|
385 385 | impl ::aws_smithy_types::error::metadata::ProvideErrorMetadata for DescribeConformancePackComplianceError {
|
386 386 | fn meta(&self) -> &::aws_smithy_types::error::ErrorMetadata {
|
387 387 | match self {
|
388 388 | Self::InvalidLimitException(_inner) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(_inner),
|
389 389 | Self::InvalidNextTokenException(_inner) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(_inner),
|
390 390 | Self::InvalidParameterValueException(_inner) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(_inner),
|
391 391 | Self::NoSuchConfigRuleInConformancePackException(_inner) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(_inner),
|
392 392 | Self::NoSuchConformancePackException(_inner) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(_inner),
|
393 393 | Self::Unhandled(_inner) => &_inner.meta,
|
394 394 | }
|
395 395 | }
|
396 396 | }
|
397 397 | impl ::aws_smithy_runtime_api::client::result::CreateUnhandledError for DescribeConformancePackComplianceError {
|
398 398 | fn create_unhandled_error(
|
399 399 | source: ::std::boxed::Box<dyn ::std::error::Error + ::std::marker::Send + ::std::marker::Sync + 'static>,
|
400 400 | meta: ::std::option::Option<::aws_smithy_types::error::ErrorMetadata>,
|
401 401 | ) -> Self {
|
402 402 | Self::Unhandled(crate::error::sealed_unhandled::Unhandled {
|
403 403 | source,
|
404 404 | meta: meta.unwrap_or_default(),
|
405 405 | })
|
406 406 | }
|
407 407 | }
|
408 408 | impl ::aws_types::request_id::RequestId for crate::operation::describe_conformance_pack_compliance::DescribeConformancePackComplianceError {
|
409 409 | fn request_id(&self) -> Option<&str> {
|
410 410 | self.meta().request_id()
|
411 411 | }
|
412 412 | }
|
413 413 |
|
414 - | pub use crate::operation::describe_conformance_pack_compliance::_describe_conformance_pack_compliance_output::DescribeConformancePackComplianceOutput;
|
415 - |
|
416 414 | pub use crate::operation::describe_conformance_pack_compliance::_describe_conformance_pack_compliance_input::DescribeConformancePackComplianceInput;
|
417 415 |
|
416 + | pub use crate::operation::describe_conformance_pack_compliance::_describe_conformance_pack_compliance_output::DescribeConformancePackComplianceOutput;
|
417 + |
|
418 418 | mod _describe_conformance_pack_compliance_input;
|
419 419 |
|
420 420 | mod _describe_conformance_pack_compliance_output;
|
421 421 |
|
422 422 | /// Builders
|
423 423 | pub mod builders;
|
424 424 |
|
425 425 | /// Paginator for this operation
|
426 426 | pub mod paginator;
|