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 ::aws_types::request_id::RequestId;

/// Types for the `BatchGetSecretValue` operation.
pub mod batch_get_secret_value;

/// Types for the `CancelRotateSecret` operation.
pub mod cancel_rotate_secret;

/// Types for the `CreateSecret` operation.
pub mod create_secret;

/// Types for the `DeleteResourcePolicy` operation.
pub mod delete_resource_policy;

/// Types for the `DeleteSecret` operation.
pub mod delete_secret;

/// Types for the `DescribeSecret` operation.
pub mod describe_secret;

/// Types for the `GetRandomPassword` operation.
pub mod get_random_password;

/// Types for the `GetResourcePolicy` operation.
pub mod get_resource_policy;

/// Types for the `GetSecretValue` operation.
pub mod get_secret_value;

/// Types for the `ListSecretVersionIds` operation.
pub mod list_secret_version_ids;

/// Types for the `ListSecrets` operation.
pub mod list_secrets;

/// Types for the `PutResourcePolicy` operation.
pub mod put_resource_policy;

/// Types for the `PutSecretValue` operation.
pub mod put_secret_value;

/// Types for the `RemoveRegionsFromReplication` operation.
pub mod remove_regions_from_replication;

/// Types for the `ReplicateSecretToRegions` operation.
pub mod replicate_secret_to_regions;

/// Types for the `RestoreSecret` operation.
pub mod restore_secret;

/// Types for the `RotateSecret` operation.
pub mod rotate_secret;

/// Types for the `StopReplicationToReplica` operation.
pub mod stop_replication_to_replica;

/// Types for the `TagResource` operation.
pub mod tag_resource;

/// Types for the `UntagResource` operation.
pub mod untag_resource;

/// Types for the `UpdateSecret` operation.
pub mod update_secret;

/// Types for the `UpdateSecretVersionStage` operation.
pub mod update_secret_version_stage;

/// Types for the `ValidateResourcePolicy` operation.
pub mod validate_resource_policy;