aws-sdk-secretsmanager 1.104.0

AWS SDK for AWS Secrets Manager
Documentation
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use crate::types::_rotation_rules_type::RotationRulesType;

pub use crate::types::_sort_order_type::SortOrderType;

pub use crate::types::_sort_by_type::SortByType;

pub use crate::types::_filter::Filter;

pub use crate::types::_secret_value_entry::SecretValueEntry;

pub use crate::types::_api_error_type::ApiErrorType;

pub use crate::types::_tag::Tag;

pub use crate::types::_replica_region_type::ReplicaRegionType;

pub use crate::types::_replication_status_type::ReplicationStatusType;

pub use crate::types::_external_secret_rotation_metadata_item::ExternalSecretRotationMetadataItem;

pub use crate::types::_secret_list_entry::SecretListEntry;

pub use crate::types::_secret_versions_list_entry::SecretVersionsListEntry;

pub use crate::types::_validation_errors_entry::ValidationErrorsEntry;

pub use crate::types::_filter_name_string_type::FilterNameStringType;

pub use crate::types::_status_type::StatusType;

mod _api_error_type;

mod _external_secret_rotation_metadata_item;

mod _filter;

mod _filter_name_string_type;

mod _replica_region_type;

mod _replication_status_type;

mod _rotation_rules_type;

mod _secret_list_entry;

mod _secret_value_entry;

mod _secret_versions_list_entry;

mod _sort_by_type;

mod _sort_order_type;

mod _status_type;

mod _tag;

mod _validation_errors_entry;

/// Builders
pub mod builders;

/// Error types that AWS Secrets Manager can respond with.
pub mod error;