pub enum SecretsManagerOperation {
Show 23 variants
CreateSecret,
DescribeSecret,
GetSecretValue,
PutSecretValue,
UpdateSecret,
DeleteSecret,
RestoreSecret,
ListSecrets,
ListSecretVersionIds,
GetRandomPassword,
TagResource,
UntagResource,
UpdateSecretVersionStage,
RotateSecret,
CancelRotateSecret,
BatchGetSecretValue,
GetResourcePolicy,
PutResourcePolicy,
DeleteResourcePolicy,
ValidateResourcePolicy,
ReplicateSecretToRegions,
RemoveRegionsFromReplication,
StopReplicationToReplica,
}Expand description
All supported SecretsManager operations.
Variants§
CreateSecret
The CreateSecret operation.
DescribeSecret
The DescribeSecret operation.
GetSecretValue
The GetSecretValue operation.
PutSecretValue
The PutSecretValue operation.
UpdateSecret
The UpdateSecret operation.
DeleteSecret
The DeleteSecret operation.
RestoreSecret
The RestoreSecret operation.
ListSecrets
The ListSecrets operation.
ListSecretVersionIds
The ListSecretVersionIds operation.
GetRandomPassword
The GetRandomPassword operation.
TagResource
The TagResource operation.
UntagResource
The UntagResource operation.
UpdateSecretVersionStage
The UpdateSecretVersionStage operation.
RotateSecret
The RotateSecret operation.
CancelRotateSecret
The CancelRotateSecret operation.
BatchGetSecretValue
The BatchGetSecretValue operation.
GetResourcePolicy
The GetResourcePolicy operation.
PutResourcePolicy
The PutResourcePolicy operation.
DeleteResourcePolicy
The DeleteResourcePolicy operation.
ValidateResourcePolicy
The ValidateResourcePolicy operation.
ReplicateSecretToRegions
The ReplicateSecretToRegions operation.
RemoveRegionsFromReplication
The RemoveRegionsFromReplication operation.
StopReplicationToReplica
The StopReplicationToReplica operation.
Implementations§
Trait Implementations§
Source§impl Clone for SecretsManagerOperation
impl Clone for SecretsManagerOperation
Source§fn clone(&self) -> SecretsManagerOperation
fn clone(&self) -> SecretsManagerOperation
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Debug for SecretsManagerOperation
impl Debug for SecretsManagerOperation
Source§impl Display for SecretsManagerOperation
impl Display for SecretsManagerOperation
Source§impl Hash for SecretsManagerOperation
impl Hash for SecretsManagerOperation
Source§impl PartialEq for SecretsManagerOperation
impl PartialEq for SecretsManagerOperation
Source§fn eq(&self, other: &SecretsManagerOperation) -> bool
fn eq(&self, other: &SecretsManagerOperation) -> bool
self and other values to be equal, and is used by ==.