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 [`GetRecoveryPlanExecutionStep`](crate::operation::get_recovery_plan_execution_step::builders::GetRecoveryPlanExecutionStepFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`recovery_plan_execution_step_arn(impl Into<String>)`](crate::operation::get_recovery_plan_execution_step::builders::GetRecoveryPlanExecutionStepFluentBuilder::recovery_plan_execution_step_arn) / [`set_recovery_plan_execution_step_arn(Option<String>)`](crate::operation::get_recovery_plan_execution_step::builders::GetRecoveryPlanExecutionStepFluentBuilder::set_recovery_plan_execution_step_arn):<br>required: **true**<br><p>The ARN of the execution step.</p><br>
    /// - On success, responds with [`GetRecoveryPlanExecutionStepOutput`](crate::operation::get_recovery_plan_execution_step::GetRecoveryPlanExecutionStepOutput) with field(s):
    ///   - [`recovery_plan_execution_step(Option<RecoveryPlanExecutionStep>)`](crate::operation::get_recovery_plan_execution_step::GetRecoveryPlanExecutionStepOutput::recovery_plan_execution_step): A Recovery Plan Execution Step resource.
    /// - On failure, responds with [`SdkError<GetRecoveryPlanExecutionStepError>`](crate::operation::get_recovery_plan_execution_step::GetRecoveryPlanExecutionStepError)
    pub fn get_recovery_plan_execution_step(
        &self,
    ) -> crate::operation::get_recovery_plan_execution_step::builders::GetRecoveryPlanExecutionStepFluentBuilder {
        crate::operation::get_recovery_plan_execution_step::builders::GetRecoveryPlanExecutionStepFluentBuilder::new(self.handle.clone())
    }
}