Struct aws_sdk_backup::client::fluent_builders::DisassociateRecoveryPoint [−][src]
pub struct DisassociateRecoveryPoint<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* fields omitted */ }
Expand description
Fluent builder constructing a request to DisassociateRecoveryPoint
.
Deletes the specified continuous backup recovery point from Backup and releases control of that continuous backup to the source service, such as Amazon RDS. The source service will continue to create and retain continuous backups using the lifecycle that you specified in your original backup plan.
Does not support snapshot backup recovery points.
Implementations
impl<C, M, R> DisassociateRecoveryPoint<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> DisassociateRecoveryPoint<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<DisassociateRecoveryPointOutput, SdkError<DisassociateRecoveryPointError>> where
R::Policy: SmithyRetryPolicy<DisassociateRecoveryPointInputOperationOutputAlias, DisassociateRecoveryPointOutput, DisassociateRecoveryPointError, DisassociateRecoveryPointInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<DisassociateRecoveryPointOutput, SdkError<DisassociateRecoveryPointError>> where
R::Policy: SmithyRetryPolicy<DisassociateRecoveryPointInputOperationOutputAlias, DisassociateRecoveryPointOutput, DisassociateRecoveryPointError, DisassociateRecoveryPointInputOperationRetryAlias>,
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
The unique name of an Backup vault.
The unique name of an Backup vault.
An Amazon Resource Name (ARN) that uniquely identifies an Backup recovery point.
An Amazon Resource Name (ARN) that uniquely identifies an Backup recovery point.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for DisassociateRecoveryPoint<C, M, R>
impl<C, M, R> Send for DisassociateRecoveryPoint<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for DisassociateRecoveryPoint<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for DisassociateRecoveryPoint<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for DisassociateRecoveryPoint<C, M, R>
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more