| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.DMS.DescribeReplicationSubnetGroups
Description
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.
Constructors
| DescribeReplicationSubnetGroups' | |
Fields
| |
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
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.
Constructors
| DescribeReplicationSubnetGroupsResponse' | |
Fields
| |
Instances
newDescribeReplicationSubnetGroupsResponse Source #
Arguments
| :: Int | |
| -> DescribeReplicationSubnetGroupsResponse |
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:
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.