| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.DMS.DescribeReplicationSubnetGroups
Description
Returns information about the replication subnet groups.
This operation returns paginated results.
- describeReplicationSubnetGroups :: DescribeReplicationSubnetGroups
- data DescribeReplicationSubnetGroups
- drsgFilters :: Lens' DescribeReplicationSubnetGroups [Filter]
- drsgMarker :: Lens' DescribeReplicationSubnetGroups (Maybe Text)
- drsgMaxRecords :: Lens' DescribeReplicationSubnetGroups (Maybe Int)
- describeReplicationSubnetGroupsResponse :: Int -> DescribeReplicationSubnetGroupsResponse
- data DescribeReplicationSubnetGroupsResponse
- drsgsrsMarker :: Lens' DescribeReplicationSubnetGroupsResponse (Maybe Text)
- drsgsrsReplicationSubnetGroups :: Lens' DescribeReplicationSubnetGroupsResponse [ReplicationSubnetGroup]
- drsgsrsResponseStatus :: Lens' DescribeReplicationSubnetGroupsResponse Int
Creating a Request
describeReplicationSubnetGroups :: DescribeReplicationSubnetGroups Source #
Creates a value of DescribeReplicationSubnetGroups with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
drsgFilters- Filters applied to the describe action.drsgMarker- 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 byMaxRecords.drsgMaxRecords- The maximum number of records to include in the response. If more records exist than the specifiedMaxRecordsvalue, 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.
data DescribeReplicationSubnetGroups Source #
See: describeReplicationSubnetGroups smart constructor.
Instances
Request Lenses
drsgFilters :: Lens' DescribeReplicationSubnetGroups [Filter] Source #
Filters applied to the describe action.
drsgMarker :: 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 .
drsgMaxRecords :: 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
describeReplicationSubnetGroupsResponse Source #
Creates a value of DescribeReplicationSubnetGroupsResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
drsgsrsMarker- 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 byMaxRecords.drsgsrsReplicationSubnetGroups- A description of the replication subnet groups.drsgsrsResponseStatus- -- | The response status code.
data DescribeReplicationSubnetGroupsResponse Source #
See: describeReplicationSubnetGroupsResponse smart constructor.
Instances
Response Lenses
drsgsrsMarker :: 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 .
drsgsrsReplicationSubnetGroups :: Lens' DescribeReplicationSubnetGroupsResponse [ReplicationSubnetGroup] Source #
A description of the replication subnet groups.
drsgsrsResponseStatus :: Lens' DescribeReplicationSubnetGroupsResponse Int Source #
- - | The response status code.