aws-sdk-drs 1.116.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 [`GetRecoveryPlanStep`](crate::operation::get_recovery_plan_step::builders::GetRecoveryPlanStepFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`recovery_plan_step_arn(impl Into<String>)`](crate::operation::get_recovery_plan_step::builders::GetRecoveryPlanStepFluentBuilder::recovery_plan_step_arn) / [`set_recovery_plan_step_arn(Option<String>)`](crate::operation::get_recovery_plan_step::builders::GetRecoveryPlanStepFluentBuilder::set_recovery_plan_step_arn):<br>required: **true**<br><p>The ARN of the Recovery Plan step to retrieve.</p><br>
    /// - On success, responds with [`GetRecoveryPlanStepOutput`](crate::operation::get_recovery_plan_step::GetRecoveryPlanStepOutput) with field(s):
    ///   - [`recovery_plan_step(Option<RecoveryPlanStep>)`](crate::operation::get_recovery_plan_step::GetRecoveryPlanStepOutput::recovery_plan_step): A Recovery Plan Step resource.
    /// - On failure, responds with [`SdkError<GetRecoveryPlanStepError>`](crate::operation::get_recovery_plan_step::GetRecoveryPlanStepError)
    pub fn get_recovery_plan_step(&self) -> crate::operation::get_recovery_plan_step::builders::GetRecoveryPlanStepFluentBuilder {
        crate::operation::get_recovery_plan_step::builders::GetRecoveryPlanStepFluentBuilder::new(self.handle.clone())
    }
}