aws-sdk-lightsail 1.107.0

AWS SDK for Amazon Lightsail
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 [`GetDiskSnapshot`](crate::operation::get_disk_snapshot::builders::GetDiskSnapshotFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`disk_snapshot_name(impl Into<String>)`](crate::operation::get_disk_snapshot::builders::GetDiskSnapshotFluentBuilder::disk_snapshot_name) / [`set_disk_snapshot_name(Option<String>)`](crate::operation::get_disk_snapshot::builders::GetDiskSnapshotFluentBuilder::set_disk_snapshot_name):<br>required: **true**<br><p>The name of the disk snapshot (<code>my-disk-snapshot</code>).</p><br>
    /// - On success, responds with [`GetDiskSnapshotOutput`](crate::operation::get_disk_snapshot::GetDiskSnapshotOutput) with field(s):
    ///   - [`disk_snapshot(Option<DiskSnapshot>)`](crate::operation::get_disk_snapshot::GetDiskSnapshotOutput::disk_snapshot): <p>An object containing information about the disk snapshot.</p>
    /// - On failure, responds with [`SdkError<GetDiskSnapshotError>`](crate::operation::get_disk_snapshot::GetDiskSnapshotError)
    pub fn get_disk_snapshot(&self) -> crate::operation::get_disk_snapshot::builders::GetDiskSnapshotFluentBuilder {
        crate::operation::get_disk_snapshot::builders::GetDiskSnapshotFluentBuilder::new(self.handle.clone())
    }
}