aws-sdk-resourceexplorer2 1.102.0

AWS SDK for AWS Resource Explorer
Documentation
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use crate::types::_org_configuration::OrgConfiguration;

pub use crate::types::_index_type::IndexType;

pub use crate::types::_index_state::IndexState;

pub use crate::types::_managed_view::ManagedView;

pub use crate::types::_service_view::ServiceView;

pub use crate::types::_search_filter::SearchFilter;

pub use crate::types::_resource_count::ResourceCount;

pub use crate::types::_view::View;

pub use crate::types::_batch_get_view_error::BatchGetViewError;

pub use crate::types::_validation_exception_field::ValidationExceptionField;

pub use crate::types::_aws_service_access_status::AwsServiceAccessStatus;

pub use crate::types::_region_status::RegionStatus;

pub use crate::types::_member_index::MemberIndex;

pub use crate::types::_resource::Resource;

pub use crate::types::_index::Index;

pub use crate::types::_streaming_access_details::StreamingAccessDetails;

pub use crate::types::_supported_resource_type::SupportedResourceType;

pub use crate::types::_included_property::IncludedProperty;

pub use crate::types::_index_status::IndexStatus;

pub use crate::types::_view_status::ViewStatus;

pub use crate::types::_operation_status::OperationStatus;

pub use crate::types::_error_details::ErrorDetails;

pub use crate::types::_resource_property::ResourceProperty;

mod _aws_service_access_status;

mod _batch_get_view_error;

mod _error_details;

mod _included_property;

mod _index;

mod _index_state;

mod _index_status;

mod _index_type;

mod _managed_view;

mod _member_index;

mod _operation_status;

mod _org_configuration;

mod _region_status;

mod _resource;

mod _resource_count;

mod _resource_property;

mod _search_filter;

mod _service_view;

mod _streaming_access_details;

mod _supported_resource_type;

mod _validation_exception_field;

mod _view;

mod _view_status;

/// Builders
pub mod builders;

/// Error types that AWS Resource Explorer can respond with.
pub mod error;