aws-sdk-drs 1.114.0

AWS SDK for Elastic Disaster Recovery Service
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`RetryRecoveryPlanExecutionStep`](crate::operation::retry_recovery_plan_execution_step::builders::RetryRecoveryPlanExecutionStepFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`recovery_plan_execution_step_arn(impl Into<String>)`](crate::operation::retry_recovery_plan_execution_step::builders::RetryRecoveryPlanExecutionStepFluentBuilder::recovery_plan_execution_step_arn) / [`set_recovery_plan_execution_step_arn(Option<String>)`](crate::operation::retry_recovery_plan_execution_step::builders::RetryRecoveryPlanExecutionStepFluentBuilder::set_recovery_plan_execution_step_arn):<br>required: **true**<br><p>The ARN of the execution step to retry.</p><br>
    /// - On success, responds with [`RetryRecoveryPlanExecutionStepOutput`](crate::operation::retry_recovery_plan_execution_step::RetryRecoveryPlanExecutionStepOutput) with field(s):
    ///   - [`recovery_plan_execution_step(Option<RecoveryPlanExecutionStep>)`](crate::operation::retry_recovery_plan_execution_step::RetryRecoveryPlanExecutionStepOutput::recovery_plan_execution_step): A Recovery Plan Execution Step resource.
    /// - On failure, responds with [`SdkError<RetryRecoveryPlanExecutionStepError>`](crate::operation::retry_recovery_plan_execution_step::RetryRecoveryPlanExecutionStepError)
    pub fn retry_recovery_plan_execution_step(
        &self,
    ) -> crate::operation::retry_recovery_plan_execution_step::builders::RetryRecoveryPlanExecutionStepFluentBuilder {
        crate::operation::retry_recovery_plan_execution_step::builders::RetryRecoveryPlanExecutionStepFluentBuilder::new(self.handle.clone())
    }
}