aws-sdk-docdbelastic 1.103.0

AWS SDK for Amazon DocumentDB Elastic Clusters
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 [`GetClusterSnapshot`](crate::operation::get_cluster_snapshot::builders::GetClusterSnapshotFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`snapshot_arn(impl Into<String>)`](crate::operation::get_cluster_snapshot::builders::GetClusterSnapshotFluentBuilder::snapshot_arn) / [`set_snapshot_arn(Option<String>)`](crate::operation::get_cluster_snapshot::builders::GetClusterSnapshotFluentBuilder::set_snapshot_arn):<br>required: **true**<br><p>The ARN identifier of the elastic cluster snapshot.</p><br>
    /// - On success, responds with [`GetClusterSnapshotOutput`](crate::operation::get_cluster_snapshot::GetClusterSnapshotOutput) with field(s):
    ///   - [`snapshot(Option<ClusterSnapshot>)`](crate::operation::get_cluster_snapshot::GetClusterSnapshotOutput::snapshot): <p>Returns information about a specific elastic cluster snapshot.</p>
    /// - On failure, responds with [`SdkError<GetClusterSnapshotError>`](crate::operation::get_cluster_snapshot::GetClusterSnapshotError)
    pub fn get_cluster_snapshot(&self) -> crate::operation::get_cluster_snapshot::builders::GetClusterSnapshotFluentBuilder {
        crate::operation::get_cluster_snapshot::builders::GetClusterSnapshotFluentBuilder::new(self.handle.clone())
    }
}