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 information about the replication subnet groups.
This operation returns paginated results.
Synopsis
- data DescribeReplicationSubnetGroups = DescribeReplicationSubnetGroups' {}
- newDescribeReplicationSubnetGroups :: DescribeReplicationSubnetGroups
- describeReplicationSubnetGroups_filters :: Lens' DescribeReplicationSubnetGroups (Maybe [Filter])
- describeReplicationSubnetGroups_marker :: Lens' DescribeReplicationSubnetGroups (Maybe Text)
- describeReplicationSubnetGroups_maxRecords :: Lens' DescribeReplicationSubnetGroups (Maybe Int)
- data DescribeReplicationSubnetGroupsResponse = DescribeReplicationSubnetGroupsResponse' {}
- newDescribeReplicationSubnetGroupsResponse :: Int -> DescribeReplicationSubnetGroupsResponse
- describeReplicationSubnetGroupsResponse_marker :: Lens' DescribeReplicationSubnetGroupsResponse (Maybe Text)
- describeReplicationSubnetGroupsResponse_replicationSubnetGroups :: Lens' DescribeReplicationSubnetGroupsResponse (Maybe [ReplicationSubnetGroup])
- describeReplicationSubnetGroupsResponse_httpStatus :: Lens' DescribeReplicationSubnetGroupsResponse Int
Creating a Request
data DescribeReplicationSubnetGroups Source #
See: newDescribeReplicationSubnetGroups
smart constructor.
DescribeReplicationSubnetGroups' | |
|
Instances
newDescribeReplicationSubnetGroups :: DescribeReplicationSubnetGroups Source #
Create a value of DescribeReplicationSubnetGroups
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:filters:DescribeReplicationSubnetGroups'
, describeReplicationSubnetGroups_filters
- Filters applied to replication subnet groups.
Valid filter names: replication-subnet-group-id
$sel:marker:DescribeReplicationSubnetGroups'
, describeReplicationSubnetGroups_marker
- An optional pagination token provided by a previous request. If this
parameter is specified, the response includes only records beyond the
marker, up to the value specified by MaxRecords
.
$sel:maxRecords:DescribeReplicationSubnetGroups'
, describeReplicationSubnetGroups_maxRecords
- The maximum number of records to include in the response. If more
records exist than the specified MaxRecords
value, a pagination token
called a marker is included in the response so that the remaining
results can be retrieved.
Default: 100
Constraints: Minimum 20, maximum 100.
Request Lenses
describeReplicationSubnetGroups_filters :: Lens' DescribeReplicationSubnetGroups (Maybe [Filter]) Source #
Filters applied to replication subnet groups.
Valid filter names: replication-subnet-group-id
describeReplicationSubnetGroups_marker :: Lens' DescribeReplicationSubnetGroups (Maybe Text) Source #
An optional pagination token provided by a previous request. If this
parameter is specified, the response includes only records beyond the
marker, up to the value specified by MaxRecords
.
describeReplicationSubnetGroups_maxRecords :: Lens' DescribeReplicationSubnetGroups (Maybe Int) Source #
The maximum number of records to include in the response. If more
records exist than the specified MaxRecords
value, a pagination token
called a marker is included in the response so that the remaining
results can be retrieved.
Default: 100
Constraints: Minimum 20, maximum 100.
Destructuring the Response
data DescribeReplicationSubnetGroupsResponse Source #
See: newDescribeReplicationSubnetGroupsResponse
smart constructor.
DescribeReplicationSubnetGroupsResponse' | |
|
Instances
newDescribeReplicationSubnetGroupsResponse Source #
Create a value of DescribeReplicationSubnetGroupsResponse
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:marker:DescribeReplicationSubnetGroups'
, describeReplicationSubnetGroupsResponse_marker
- An optional pagination token provided by a previous request. If this
parameter is specified, the response includes only records beyond the
marker, up to the value specified by MaxRecords
.
$sel:replicationSubnetGroups:DescribeReplicationSubnetGroupsResponse'
, describeReplicationSubnetGroupsResponse_replicationSubnetGroups
- A description of the replication subnet groups.
$sel:httpStatus:DescribeReplicationSubnetGroupsResponse'
, describeReplicationSubnetGroupsResponse_httpStatus
- The response's http status code.
Response Lenses
describeReplicationSubnetGroupsResponse_marker :: Lens' DescribeReplicationSubnetGroupsResponse (Maybe Text) Source #
An optional pagination token provided by a previous request. If this
parameter is specified, the response includes only records beyond the
marker, up to the value specified by MaxRecords
.
describeReplicationSubnetGroupsResponse_replicationSubnetGroups :: Lens' DescribeReplicationSubnetGroupsResponse (Maybe [ReplicationSubnetGroup]) Source #
A description of the replication subnet groups.
describeReplicationSubnetGroupsResponse_httpStatus :: Lens' DescribeReplicationSubnetGroupsResponse Int Source #
The response's http status code.