Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Returns a list of snapshot schedules.
This operation returns paginated results.
Synopsis
- data DescribeSnapshotSchedules = DescribeSnapshotSchedules' {}
- newDescribeSnapshotSchedules :: DescribeSnapshotSchedules
- describeSnapshotSchedules_tagValues :: Lens' DescribeSnapshotSchedules (Maybe [Text])
- describeSnapshotSchedules_tagKeys :: Lens' DescribeSnapshotSchedules (Maybe [Text])
- describeSnapshotSchedules_clusterIdentifier :: Lens' DescribeSnapshotSchedules (Maybe Text)
- describeSnapshotSchedules_marker :: Lens' DescribeSnapshotSchedules (Maybe Text)
- describeSnapshotSchedules_maxRecords :: Lens' DescribeSnapshotSchedules (Maybe Int)
- describeSnapshotSchedules_scheduleIdentifier :: Lens' DescribeSnapshotSchedules (Maybe Text)
- data DescribeSnapshotSchedulesResponse = DescribeSnapshotSchedulesResponse' {}
- newDescribeSnapshotSchedulesResponse :: Int -> DescribeSnapshotSchedulesResponse
- describeSnapshotSchedulesResponse_snapshotSchedules :: Lens' DescribeSnapshotSchedulesResponse (Maybe [SnapshotSchedule])
- describeSnapshotSchedulesResponse_marker :: Lens' DescribeSnapshotSchedulesResponse (Maybe Text)
- describeSnapshotSchedulesResponse_httpStatus :: Lens' DescribeSnapshotSchedulesResponse Int
Creating a Request
data DescribeSnapshotSchedules Source #
See: newDescribeSnapshotSchedules
smart constructor.
DescribeSnapshotSchedules' | |
|
Instances
newDescribeSnapshotSchedules :: DescribeSnapshotSchedules Source #
Create a value of DescribeSnapshotSchedules
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:tagValues:DescribeSnapshotSchedules'
, describeSnapshotSchedules_tagValues
- The value corresponding to the key of the snapshot schedule tag.
$sel:tagKeys:DescribeSnapshotSchedules'
, describeSnapshotSchedules_tagKeys
- The key value for a snapshot schedule tag.
$sel:clusterIdentifier:DescribeSnapshotSchedules'
, describeSnapshotSchedules_clusterIdentifier
- The unique identifier for the cluster whose snapshot schedules you want
to view.
$sel:marker:DescribeSnapshotSchedules'
, describeSnapshotSchedules_marker
- 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 marker
parameter and retrying the command. If the
marker
field is empty, all response records have been retrieved for
the request.
$sel:maxRecords:DescribeSnapshotSchedules'
, describeSnapshotSchedules_maxRecords
- The maximum number or response records to return in each call. If the
number of remaining response records exceeds the specified MaxRecords
value, a value is returned in a marker
field of the response. You can
retrieve the next set of records by retrying the command with the
returned marker
value.
$sel:scheduleIdentifier:DescribeSnapshotSchedules'
, describeSnapshotSchedules_scheduleIdentifier
- A unique identifier for a snapshot schedule.
Request Lenses
describeSnapshotSchedules_tagValues :: Lens' DescribeSnapshotSchedules (Maybe [Text]) Source #
The value corresponding to the key of the snapshot schedule tag.
describeSnapshotSchedules_tagKeys :: Lens' DescribeSnapshotSchedules (Maybe [Text]) Source #
The key value for a snapshot schedule tag.
describeSnapshotSchedules_clusterIdentifier :: Lens' DescribeSnapshotSchedules (Maybe Text) Source #
The unique identifier for the cluster whose snapshot schedules you want to view.
describeSnapshotSchedules_marker :: Lens' DescribeSnapshotSchedules (Maybe Text) Source #
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 marker
parameter and retrying the command. If the
marker
field is empty, all response records have been retrieved for
the request.
describeSnapshotSchedules_maxRecords :: Lens' DescribeSnapshotSchedules (Maybe Int) Source #
The maximum number or response records to return in each call. If the
number of remaining response records exceeds the specified MaxRecords
value, a value is returned in a marker
field of the response. You can
retrieve the next set of records by retrying the command with the
returned marker
value.
describeSnapshotSchedules_scheduleIdentifier :: Lens' DescribeSnapshotSchedules (Maybe Text) Source #
A unique identifier for a snapshot schedule.
Destructuring the Response
data DescribeSnapshotSchedulesResponse Source #
See: newDescribeSnapshotSchedulesResponse
smart constructor.
DescribeSnapshotSchedulesResponse' | |
|
Instances
newDescribeSnapshotSchedulesResponse Source #
Create a value of DescribeSnapshotSchedulesResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:snapshotSchedules:DescribeSnapshotSchedulesResponse'
, describeSnapshotSchedulesResponse_snapshotSchedules
- A list of SnapshotSchedules.
$sel:marker:DescribeSnapshotSchedules'
, describeSnapshotSchedulesResponse_marker
- 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 marker
parameter and retrying the command. If the
marker
field is empty, all response records have been retrieved for
the request.
$sel:httpStatus:DescribeSnapshotSchedulesResponse'
, describeSnapshotSchedulesResponse_httpStatus
- The response's http status code.
Response Lenses
describeSnapshotSchedulesResponse_snapshotSchedules :: Lens' DescribeSnapshotSchedulesResponse (Maybe [SnapshotSchedule]) Source #
A list of SnapshotSchedules.
describeSnapshotSchedulesResponse_marker :: Lens' DescribeSnapshotSchedulesResponse (Maybe Text) Source #
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 marker
parameter and retrying the command. If the
marker
field is empty, all response records have been retrieved for
the request.
describeSnapshotSchedulesResponse_httpStatus :: Lens' DescribeSnapshotSchedulesResponse Int Source #
The response's http status code.