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 [`GetRecoveryPlanExecution`](crate::operation::get_recovery_plan_execution::builders::GetRecoveryPlanExecutionFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`recovery_plan_execution_arn(impl Into<String>)`](crate::operation::get_recovery_plan_execution::builders::GetRecoveryPlanExecutionFluentBuilder::recovery_plan_execution_arn) / [`set_recovery_plan_execution_arn(Option<String>)`](crate::operation::get_recovery_plan_execution::builders::GetRecoveryPlanExecutionFluentBuilder::set_recovery_plan_execution_arn):<br>required: **true**<br><p>The ARN of the Recovery Plan execution.</p><br>
    /// - On success, responds with [`GetRecoveryPlanExecutionOutput`](crate::operation::get_recovery_plan_execution::GetRecoveryPlanExecutionOutput) with field(s):
    ///   - [`recovery_plan_execution(Option<RecoveryPlanExecution>)`](crate::operation::get_recovery_plan_execution::GetRecoveryPlanExecutionOutput::recovery_plan_execution): <p>The Recovery Plan execution details.</p>
    /// - On failure, responds with [`SdkError<GetRecoveryPlanExecutionError>`](crate::operation::get_recovery_plan_execution::GetRecoveryPlanExecutionError)
    pub fn get_recovery_plan_execution(&self) -> crate::operation::get_recovery_plan_execution::builders::GetRecoveryPlanExecutionFluentBuilder {
        crate::operation::get_recovery_plan_execution::builders::GetRecoveryPlanExecutionFluentBuilder::new(self.handle.clone())
    }
}