aws-sdk-drs 1.115.0

AWS SDK for Elastic Disaster Recovery Service
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`ReorderRecoveryPlanSteps`](crate::operation::reorder_recovery_plan_steps::builders::ReorderRecoveryPlanStepsFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`recovery_plan_arn(impl Into<String>)`](crate::operation::reorder_recovery_plan_steps::builders::ReorderRecoveryPlanStepsFluentBuilder::recovery_plan_arn) / [`set_recovery_plan_arn(Option<String>)`](crate::operation::reorder_recovery_plan_steps::builders::ReorderRecoveryPlanStepsFluentBuilder::set_recovery_plan_arn):<br>required: **true**<br><p>The ARN of the Recovery Plan.</p><br>
    ///   - [`ordered_step_arns(impl Into<String>)`](crate::operation::reorder_recovery_plan_steps::builders::ReorderRecoveryPlanStepsFluentBuilder::ordered_step_arns) / [`set_ordered_step_arns(Option<Vec::<String>>)`](crate::operation::reorder_recovery_plan_steps::builders::ReorderRecoveryPlanStepsFluentBuilder::set_ordered_step_arns):<br>required: **true**<br><p>Ordered list of all step ARNs representing the desired sequence.</p><br>
    /// - On success, responds with [`ReorderRecoveryPlanStepsOutput`](crate::operation::reorder_recovery_plan_steps::ReorderRecoveryPlanStepsOutput) with field(s):
    ///   - [`recovery_plan_steps(Vec::<RecoveryPlanStep>)`](crate::operation::reorder_recovery_plan_steps::ReorderRecoveryPlanStepsOutput::recovery_plan_steps): <p>The steps with updated order.</p>
    /// - On failure, responds with [`SdkError<ReorderRecoveryPlanStepsError>`](crate::operation::reorder_recovery_plan_steps::ReorderRecoveryPlanStepsError)
    pub fn reorder_recovery_plan_steps(&self) -> crate::operation::reorder_recovery_plan_steps::builders::ReorderRecoveryPlanStepsFluentBuilder {
        crate::operation::reorder_recovery_plan_steps::builders::ReorderRecoveryPlanStepsFluentBuilder::new(self.handle.clone())
    }
}