aws-sdk-drs 1.117.0

AWS SDK for Elastic Disaster Recovery Service
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeleteRecoveryPlan`](crate::operation::delete_recovery_plan::builders::DeleteRecoveryPlanFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`recovery_plan_arn(impl Into<String>)`](crate::operation::delete_recovery_plan::builders::DeleteRecoveryPlanFluentBuilder::recovery_plan_arn) / [`set_recovery_plan_arn(Option<String>)`](crate::operation::delete_recovery_plan::builders::DeleteRecoveryPlanFluentBuilder::set_recovery_plan_arn):<br>required: **true**<br><p>The ARN of the Recovery Plan to delete.</p><br>
    /// - On success, responds with [`DeleteRecoveryPlanOutput`](crate::operation::delete_recovery_plan::DeleteRecoveryPlanOutput) with field(s):
    ///   - [`recovery_plan_arn(String)`](crate::operation::delete_recovery_plan::DeleteRecoveryPlanOutput::recovery_plan_arn): <p>The ARN of the deleted Recovery Plan.</p>
    /// - On failure, responds with [`SdkError<DeleteRecoveryPlanError>`](crate::operation::delete_recovery_plan::DeleteRecoveryPlanError)
    pub fn delete_recovery_plan(&self) -> crate::operation::delete_recovery_plan::builders::DeleteRecoveryPlanFluentBuilder {
        crate::operation::delete_recovery_plan::builders::DeleteRecoveryPlanFluentBuilder::new(self.handle.clone())
    }
}