libZSservicesZSamazonka-rdsZSamazonka-rds
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.RDS.DescribeDBProxyTargetGroups

Description

Returns information about DB proxy target groups, represented by DBProxyTargetGroup data structures.

This operation returns paginated results.

Synopsis

Creating a Request

data DescribeDBProxyTargetGroups Source #

See: newDescribeDBProxyTargetGroups smart constructor.

Constructors

DescribeDBProxyTargetGroups' 

Fields

  • filters :: Maybe [Filter]

    This parameter is not currently supported.

  • 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 Natural

    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.

  • targetGroupName :: Maybe Text

    The identifier of the DBProxyTargetGroup to describe.

  • dbProxyName :: Text

    The identifier of the DBProxy associated with the target group.

Instances

Instances details
Eq DescribeDBProxyTargetGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyTargetGroups

Read DescribeDBProxyTargetGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyTargetGroups

Show DescribeDBProxyTargetGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyTargetGroups

Generic DescribeDBProxyTargetGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyTargetGroups

Associated Types

type Rep DescribeDBProxyTargetGroups :: Type -> Type #

NFData DescribeDBProxyTargetGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyTargetGroups

Hashable DescribeDBProxyTargetGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyTargetGroups

AWSPager DescribeDBProxyTargetGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyTargetGroups

AWSRequest DescribeDBProxyTargetGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyTargetGroups

ToHeaders DescribeDBProxyTargetGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyTargetGroups

ToPath DescribeDBProxyTargetGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyTargetGroups

ToQuery DescribeDBProxyTargetGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyTargetGroups

type Rep DescribeDBProxyTargetGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyTargetGroups

type Rep DescribeDBProxyTargetGroups = D1 ('MetaData "DescribeDBProxyTargetGroups" "Amazonka.RDS.DescribeDBProxyTargetGroups" "libZSservicesZSamazonka-rdsZSamazonka-rds" 'False) (C1 ('MetaCons "DescribeDBProxyTargetGroups'" '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 Natural)) :*: (S1 ('MetaSel ('Just "targetGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dbProxyName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse DescribeDBProxyTargetGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyTargetGroups

newDescribeDBProxyTargetGroups Source #

Create a value of DescribeDBProxyTargetGroups 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:DescribeDBProxyTargetGroups', describeDBProxyTargetGroups_filters - This parameter is not currently supported.

$sel:marker:DescribeDBProxyTargetGroups', describeDBProxyTargetGroups_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:DescribeDBProxyTargetGroups', describeDBProxyTargetGroups_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.

$sel:targetGroupName:DescribeDBProxyTargetGroups', describeDBProxyTargetGroups_targetGroupName - The identifier of the DBProxyTargetGroup to describe.

$sel:dbProxyName:DescribeDBProxyTargetGroups', describeDBProxyTargetGroups_dbProxyName - The identifier of the DBProxy associated with the target group.

Request Lenses

describeDBProxyTargetGroups_marker :: Lens' DescribeDBProxyTargetGroups (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.

describeDBProxyTargetGroups_maxRecords :: Lens' DescribeDBProxyTargetGroups (Maybe Natural) 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.

describeDBProxyTargetGroups_targetGroupName :: Lens' DescribeDBProxyTargetGroups (Maybe Text) Source #

The identifier of the DBProxyTargetGroup to describe.

describeDBProxyTargetGroups_dbProxyName :: Lens' DescribeDBProxyTargetGroups Text Source #

The identifier of the DBProxy associated with the target group.

Destructuring the Response

data DescribeDBProxyTargetGroupsResponse Source #

Constructors

DescribeDBProxyTargetGroupsResponse' 

Fields

  • 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.

  • targetGroups :: Maybe [DBProxyTargetGroup]

    An arbitrary number of DBProxyTargetGroup objects, containing details of the corresponding target groups.

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Eq DescribeDBProxyTargetGroupsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyTargetGroups

Read DescribeDBProxyTargetGroupsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyTargetGroups

Show DescribeDBProxyTargetGroupsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyTargetGroups

Generic DescribeDBProxyTargetGroupsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyTargetGroups

NFData DescribeDBProxyTargetGroupsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyTargetGroups

type Rep DescribeDBProxyTargetGroupsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyTargetGroups

type Rep DescribeDBProxyTargetGroupsResponse = D1 ('MetaData "DescribeDBProxyTargetGroupsResponse" "Amazonka.RDS.DescribeDBProxyTargetGroups" "libZSservicesZSamazonka-rdsZSamazonka-rds" 'False) (C1 ('MetaCons "DescribeDBProxyTargetGroupsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "targetGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DBProxyTargetGroup])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeDBProxyTargetGroupsResponse Source #

Create a value of DescribeDBProxyTargetGroupsResponse 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:DescribeDBProxyTargetGroups', describeDBProxyTargetGroupsResponse_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:targetGroups:DescribeDBProxyTargetGroupsResponse', describeDBProxyTargetGroupsResponse_targetGroups - An arbitrary number of DBProxyTargetGroup objects, containing details of the corresponding target groups.

$sel:httpStatus:DescribeDBProxyTargetGroupsResponse', describeDBProxyTargetGroupsResponse_httpStatus - The response's http status code.

Response Lenses

describeDBProxyTargetGroupsResponse_marker :: Lens' DescribeDBProxyTargetGroupsResponse (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.

describeDBProxyTargetGroupsResponse_targetGroups :: Lens' DescribeDBProxyTargetGroupsResponse (Maybe [DBProxyTargetGroup]) Source #

An arbitrary number of DBProxyTargetGroup objects, containing details of the corresponding target groups.