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 [`DeleteRecoveryPlanStep`](crate::operation::delete_recovery_plan_step::builders::DeleteRecoveryPlanStepFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`recovery_plan_step_arn(impl Into<String>)`](crate::operation::delete_recovery_plan_step::builders::DeleteRecoveryPlanStepFluentBuilder::recovery_plan_step_arn) / [`set_recovery_plan_step_arn(Option<String>)`](crate::operation::delete_recovery_plan_step::builders::DeleteRecoveryPlanStepFluentBuilder::set_recovery_plan_step_arn):<br>required: **true**<br><p>The ARN of the Recovery Plan step to delete.</p><br>
    /// - On success, responds with [`DeleteRecoveryPlanStepOutput`](crate::operation::delete_recovery_plan_step::DeleteRecoveryPlanStepOutput) with field(s):
    ///   - [`recovery_plan_step_arn(String)`](crate::operation::delete_recovery_plan_step::DeleteRecoveryPlanStepOutput::recovery_plan_step_arn): <p>The ARN of the deleted Recovery Plan step.</p>
    /// - On failure, responds with [`SdkError<DeleteRecoveryPlanStepError>`](crate::operation::delete_recovery_plan_step::DeleteRecoveryPlanStepError)
    pub fn delete_recovery_plan_step(&self) -> crate::operation::delete_recovery_plan_step::builders::DeleteRecoveryPlanStepFluentBuilder {
        crate::operation::delete_recovery_plan_step::builders::DeleteRecoveryPlanStepFluentBuilder::new(self.handle.clone())
    }
}