1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DescribeClusterSnapshots`](crate::operation::describe_cluster_snapshots::builders::DescribeClusterSnapshotsFluentBuilder) operation.
    /// This operation supports pagination; See [`into_paginator()`](crate::operation::describe_cluster_snapshots::builders::DescribeClusterSnapshotsFluentBuilder::into_paginator).
    ///
    /// - The fluent builder is configurable:
    ///   - [`cluster_identifier(impl Into<String>)`](crate::operation::describe_cluster_snapshots::builders::DescribeClusterSnapshotsFluentBuilder::cluster_identifier) / [`set_cluster_identifier(Option<String>)`](crate::operation::describe_cluster_snapshots::builders::DescribeClusterSnapshotsFluentBuilder::set_cluster_identifier):<br>required: **false**<br><p>The identifier of the cluster which generated the requested snapshots.</p><br>
    ///   - [`snapshot_identifier(impl Into<String>)`](crate::operation::describe_cluster_snapshots::builders::DescribeClusterSnapshotsFluentBuilder::snapshot_identifier) / [`set_snapshot_identifier(Option<String>)`](crate::operation::describe_cluster_snapshots::builders::DescribeClusterSnapshotsFluentBuilder::set_snapshot_identifier):<br>required: **false**<br><p>The snapshot identifier of the snapshot about which to return information.</p><br>
    ///   - [`snapshot_arn(impl Into<String>)`](crate::operation::describe_cluster_snapshots::builders::DescribeClusterSnapshotsFluentBuilder::snapshot_arn) / [`set_snapshot_arn(Option<String>)`](crate::operation::describe_cluster_snapshots::builders::DescribeClusterSnapshotsFluentBuilder::set_snapshot_arn):<br>required: **false**<br><p>The Amazon Resource Name (ARN) of the snapshot associated with the message to describe cluster snapshots.</p><br>
    ///   - [`snapshot_type(impl Into<String>)`](crate::operation::describe_cluster_snapshots::builders::DescribeClusterSnapshotsFluentBuilder::snapshot_type) / [`set_snapshot_type(Option<String>)`](crate::operation::describe_cluster_snapshots::builders::DescribeClusterSnapshotsFluentBuilder::set_snapshot_type):<br>required: **false**<br><p>The type of snapshots for which you are requesting information. By default, snapshots of all types are returned.</p> <p>Valid Values: <code>automated</code> | <code>manual</code></p><br>
    ///   - [`start_time(DateTime)`](crate::operation::describe_cluster_snapshots::builders::DescribeClusterSnapshotsFluentBuilder::start_time) / [`set_start_time(Option<DateTime>)`](crate::operation::describe_cluster_snapshots::builders::DescribeClusterSnapshotsFluentBuilder::set_start_time):<br>required: **false**<br><p>A value that requests only snapshots created at or after the specified time. The time value is specified in ISO 8601 format. For more information about ISO 8601, go to the <a href="http://en.wikipedia.org/wiki/ISO_8601">ISO8601 Wikipedia page.</a></p> <p>Example: <code>2012-07-16T18:00:00Z</code></p><br>
    ///   - [`end_time(DateTime)`](crate::operation::describe_cluster_snapshots::builders::DescribeClusterSnapshotsFluentBuilder::end_time) / [`set_end_time(Option<DateTime>)`](crate::operation::describe_cluster_snapshots::builders::DescribeClusterSnapshotsFluentBuilder::set_end_time):<br>required: **false**<br><p>A time value that requests only snapshots created at or before the specified time. The time value is specified in ISO 8601 format. For more information about ISO 8601, go to the <a href="http://en.wikipedia.org/wiki/ISO_8601">ISO8601 Wikipedia page.</a></p> <p>Example: <code>2012-07-16T18:00:00Z</code></p><br>
    ///   - [`max_records(i32)`](crate::operation::describe_cluster_snapshots::builders::DescribeClusterSnapshotsFluentBuilder::max_records) / [`set_max_records(Option<i32>)`](crate::operation::describe_cluster_snapshots::builders::DescribeClusterSnapshotsFluentBuilder::set_max_records):<br>required: **false**<br><p>The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified <code>MaxRecords</code> value, a value is returned in a <code>marker</code> field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.</p> <p>Default: <code>100</code></p> <p>Constraints: minimum 20, maximum 100.</p><br>
    ///   - [`marker(impl Into<String>)`](crate::operation::describe_cluster_snapshots::builders::DescribeClusterSnapshotsFluentBuilder::marker) / [`set_marker(Option<String>)`](crate::operation::describe_cluster_snapshots::builders::DescribeClusterSnapshotsFluentBuilder::set_marker):<br>required: **false**<br><p>An optional parameter that specifies the starting point to return a set of response records. When the results of a <code>DescribeClusterSnapshots</code> request exceed the value specified in <code>MaxRecords</code>, Amazon Web Services returns a value in the <code>Marker</code> field of the response. You can retrieve the next set of response records by providing the returned marker value in the <code>Marker</code> parameter and retrying the request.</p><br>
    ///   - [`owner_account(impl Into<String>)`](crate::operation::describe_cluster_snapshots::builders::DescribeClusterSnapshotsFluentBuilder::owner_account) / [`set_owner_account(Option<String>)`](crate::operation::describe_cluster_snapshots::builders::DescribeClusterSnapshotsFluentBuilder::set_owner_account):<br>required: **false**<br><p>The Amazon Web Services account used to create or copy the snapshot. Use this field to filter the results to snapshots owned by a particular account. To describe snapshots you own, either specify your Amazon Web Services account, or do not specify the parameter.</p><br>
    ///   - [`tag_keys(impl Into<String>)`](crate::operation::describe_cluster_snapshots::builders::DescribeClusterSnapshotsFluentBuilder::tag_keys) / [`set_tag_keys(Option<Vec::<String>>)`](crate::operation::describe_cluster_snapshots::builders::DescribeClusterSnapshotsFluentBuilder::set_tag_keys):<br>required: **false**<br><p>A tag key or keys for which you want to return all matching cluster snapshots that are associated with the specified key or keys. For example, suppose that you have snapshots that are tagged with keys called <code>owner</code> and <code>environment</code>. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the snapshots that have either or both of these tag keys associated with them.</p><br>
    ///   - [`tag_values(impl Into<String>)`](crate::operation::describe_cluster_snapshots::builders::DescribeClusterSnapshotsFluentBuilder::tag_values) / [`set_tag_values(Option<Vec::<String>>)`](crate::operation::describe_cluster_snapshots::builders::DescribeClusterSnapshotsFluentBuilder::set_tag_values):<br>required: **false**<br><p>A tag value or values for which you want to return all matching cluster snapshots that are associated with the specified tag value or values. For example, suppose that you have snapshots that are tagged with values called <code>admin</code> and <code>test</code>. If you specify both of these tag values in the request, Amazon Redshift returns a response with the snapshots that have either or both of these tag values associated with them.</p><br>
    ///   - [`cluster_exists(bool)`](crate::operation::describe_cluster_snapshots::builders::DescribeClusterSnapshotsFluentBuilder::cluster_exists) / [`set_cluster_exists(Option<bool>)`](crate::operation::describe_cluster_snapshots::builders::DescribeClusterSnapshotsFluentBuilder::set_cluster_exists):<br>required: **false**<br><p>A value that indicates whether to return snapshots only for an existing cluster. You can perform table-level restore only by using a snapshot of an existing cluster, that is, a cluster that has not been deleted. Values for this parameter work as follows:</p> <ul>  <li>   <p>If <code>ClusterExists</code> is set to <code>true</code>, <code>ClusterIdentifier</code> is required.</p></li>  <li>   <p>If <code>ClusterExists</code> is set to <code>false</code> and <code>ClusterIdentifier</code> isn't specified, all snapshots associated with deleted clusters (orphaned snapshots) are returned.</p></li>  <li>   <p>If <code>ClusterExists</code> is set to <code>false</code> and <code>ClusterIdentifier</code> is specified for a deleted cluster, snapshots associated with that cluster are returned.</p></li>  <li>   <p>If <code>ClusterExists</code> is set to <code>false</code> and <code>ClusterIdentifier</code> is specified for an existing cluster, no snapshots are returned.</p></li> </ul><br>
    ///   - [`sorting_entities(SnapshotSortingEntity)`](crate::operation::describe_cluster_snapshots::builders::DescribeClusterSnapshotsFluentBuilder::sorting_entities) / [`set_sorting_entities(Option<Vec::<SnapshotSortingEntity>>)`](crate::operation::describe_cluster_snapshots::builders::DescribeClusterSnapshotsFluentBuilder::set_sorting_entities):<br>required: **false**<br><p></p><br>
    /// - On success, responds with [`DescribeClusterSnapshotsOutput`](crate::operation::describe_cluster_snapshots::DescribeClusterSnapshotsOutput) with field(s):
    ///   - [`marker(Option<String>)`](crate::operation::describe_cluster_snapshots::DescribeClusterSnapshotsOutput::marker): <p>A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the <code>Marker</code> parameter and retrying the command. If the <code>Marker</code> field is empty, all response records have been retrieved for the request.</p>
    ///   - [`snapshots(Option<Vec::<Snapshot>>)`](crate::operation::describe_cluster_snapshots::DescribeClusterSnapshotsOutput::snapshots): <p>A list of <code>Snapshot</code> instances.</p>
    /// - On failure, responds with [`SdkError<DescribeClusterSnapshotsError>`](crate::operation::describe_cluster_snapshots::DescribeClusterSnapshotsError)
    pub fn describe_cluster_snapshots(&self) -> crate::operation::describe_cluster_snapshots::builders::DescribeClusterSnapshotsFluentBuilder {
        crate::operation::describe_cluster_snapshots::builders::DescribeClusterSnapshotsFluentBuilder::new(self.handle.clone())
    }
}