libZSservicesZSamazonka-dmsZSamazonka-dms
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.DMS.DescribeReplicationSubnetGroups

Description

Returns information about the replication subnet groups.

This operation returns paginated results.

Synopsis

Creating a Request

data DescribeReplicationSubnetGroups Source #

See: newDescribeReplicationSubnetGroups smart constructor.

Constructors

DescribeReplicationSubnetGroups' 

Fields

  • filters :: Maybe [Filter]

    Filters applied to replication subnet groups.

    Valid filter names: replication-subnet-group-id

  • marker :: Maybe Text

    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.

  • maxRecords :: Maybe Int

    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.

Instances

Instances details
Eq DescribeReplicationSubnetGroups Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationSubnetGroups

Read DescribeReplicationSubnetGroups Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationSubnetGroups

Show DescribeReplicationSubnetGroups Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationSubnetGroups

Generic DescribeReplicationSubnetGroups Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationSubnetGroups

Associated Types

type Rep DescribeReplicationSubnetGroups :: Type -> Type #

NFData DescribeReplicationSubnetGroups Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationSubnetGroups

Hashable DescribeReplicationSubnetGroups Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationSubnetGroups

ToJSON DescribeReplicationSubnetGroups Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationSubnetGroups

AWSPager DescribeReplicationSubnetGroups Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationSubnetGroups

AWSRequest DescribeReplicationSubnetGroups Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationSubnetGroups

ToHeaders DescribeReplicationSubnetGroups Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationSubnetGroups

ToPath DescribeReplicationSubnetGroups Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationSubnetGroups

ToQuery DescribeReplicationSubnetGroups Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationSubnetGroups

type Rep DescribeReplicationSubnetGroups Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationSubnetGroups

type Rep DescribeReplicationSubnetGroups = D1 ('MetaData "DescribeReplicationSubnetGroups" "Amazonka.DMS.DescribeReplicationSubnetGroups" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'False) (C1 ('MetaCons "DescribeReplicationSubnetGroups'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))
type AWSResponse DescribeReplicationSubnetGroups Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationSubnetGroups

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 #

Constructors

DescribeReplicationSubnetGroupsResponse' 

Fields

Instances

Instances details
Eq DescribeReplicationSubnetGroupsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationSubnetGroups

Read DescribeReplicationSubnetGroupsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationSubnetGroups

Show DescribeReplicationSubnetGroupsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationSubnetGroups

Generic DescribeReplicationSubnetGroupsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationSubnetGroups

NFData DescribeReplicationSubnetGroupsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationSubnetGroups

type Rep DescribeReplicationSubnetGroupsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationSubnetGroups

type Rep DescribeReplicationSubnetGroupsResponse = D1 ('MetaData "DescribeReplicationSubnetGroupsResponse" "Amazonka.DMS.DescribeReplicationSubnetGroups" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'False) (C1 ('MetaCons "DescribeReplicationSubnetGroupsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "replicationSubnetGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ReplicationSubnetGroup])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

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.