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
14
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`GetExportSnapshotRecords`](crate::operation::get_export_snapshot_records::builders::GetExportSnapshotRecordsFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`page_token(impl Into<String>)`](crate::operation::get_export_snapshot_records::builders::GetExportSnapshotRecordsFluentBuilder::page_token) / [`set_page_token(Option<String>)`](crate::operation::get_export_snapshot_records::builders::GetExportSnapshotRecordsFluentBuilder::set_page_token):<br>required: **false**<br><p>The token to advance to the next page of results from your request.</p> <p>To get a page token, perform an initial <code>GetExportSnapshotRecords</code> request. If your results are paginated, the response will return a next page token that you can specify as the page token in a subsequent request.</p><br>
    /// - On success, responds with [`GetExportSnapshotRecordsOutput`](crate::operation::get_export_snapshot_records::GetExportSnapshotRecordsOutput) with field(s):
    ///   - [`export_snapshot_records(Option<Vec::<ExportSnapshotRecord>>)`](crate::operation::get_export_snapshot_records::GetExportSnapshotRecordsOutput::export_snapshot_records): <p>A list of objects describing the export snapshot records.</p>
    ///   - [`next_page_token(Option<String>)`](crate::operation::get_export_snapshot_records::GetExportSnapshotRecordsOutput::next_page_token): <p>The token to advance to the next page of results from your request.</p> <p>A next page token is not returned if there are no more results to display.</p> <p>To get the next page of results, perform another <code>GetExportSnapshotRecords</code> request and specify the next page token using the <code>pageToken</code> parameter.</p>
    /// - On failure, responds with [`SdkError<GetExportSnapshotRecordsError>`](crate::operation::get_export_snapshot_records::GetExportSnapshotRecordsError)
    pub fn get_export_snapshot_records(&self) -> crate::operation::get_export_snapshot_records::builders::GetExportSnapshotRecordsFluentBuilder {
        crate::operation::get_export_snapshot_records::builders::GetExportSnapshotRecordsFluentBuilder::new(self.handle.clone())
    }
}