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

Description

Returns information about DB proxy endpoints.

This operation returns paginated results.

Synopsis

Creating a Request

data DescribeDBProxyEndpoints Source #

See: newDescribeDBProxyEndpoints smart constructor.

Constructors

DescribeDBProxyEndpoints' 

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.

  • dbProxyName :: Maybe Text

    The name of the DB proxy whose endpoints you want to describe. If you omit this parameter, the output includes information about all DB proxy endpoints associated with all your DB proxies.

  • dbProxyEndpointName :: Maybe Text

    The name of a DB proxy endpoint to describe. If you omit this parameter, the output includes information about all DB proxy endpoints associated with the specified proxy.

Instances

Instances details
Eq DescribeDBProxyEndpoints Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyEndpoints

Read DescribeDBProxyEndpoints Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyEndpoints

Show DescribeDBProxyEndpoints Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyEndpoints

Generic DescribeDBProxyEndpoints Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyEndpoints

Associated Types

type Rep DescribeDBProxyEndpoints :: Type -> Type #

NFData DescribeDBProxyEndpoints Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyEndpoints

Hashable DescribeDBProxyEndpoints Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyEndpoints

AWSPager DescribeDBProxyEndpoints Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyEndpoints

AWSRequest DescribeDBProxyEndpoints Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyEndpoints

ToHeaders DescribeDBProxyEndpoints Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyEndpoints

ToPath DescribeDBProxyEndpoints Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyEndpoints

ToQuery DescribeDBProxyEndpoints Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyEndpoints

type Rep DescribeDBProxyEndpoints Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyEndpoints

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

Defined in Amazonka.RDS.DescribeDBProxyEndpoints

newDescribeDBProxyEndpoints :: DescribeDBProxyEndpoints Source #

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

$sel:marker:DescribeDBProxyEndpoints', describeDBProxyEndpoints_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:DescribeDBProxyEndpoints', describeDBProxyEndpoints_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:dbProxyName:DescribeDBProxyEndpoints', describeDBProxyEndpoints_dbProxyName - The name of the DB proxy whose endpoints you want to describe. If you omit this parameter, the output includes information about all DB proxy endpoints associated with all your DB proxies.

$sel:dbProxyEndpointName:DescribeDBProxyEndpoints', describeDBProxyEndpoints_dbProxyEndpointName - The name of a DB proxy endpoint to describe. If you omit this parameter, the output includes information about all DB proxy endpoints associated with the specified proxy.

Request Lenses

describeDBProxyEndpoints_filters :: Lens' DescribeDBProxyEndpoints (Maybe [Filter]) Source #

This parameter is not currently supported.

describeDBProxyEndpoints_marker :: Lens' DescribeDBProxyEndpoints (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.

describeDBProxyEndpoints_maxRecords :: Lens' DescribeDBProxyEndpoints (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.

describeDBProxyEndpoints_dbProxyName :: Lens' DescribeDBProxyEndpoints (Maybe Text) Source #

The name of the DB proxy whose endpoints you want to describe. If you omit this parameter, the output includes information about all DB proxy endpoints associated with all your DB proxies.

describeDBProxyEndpoints_dbProxyEndpointName :: Lens' DescribeDBProxyEndpoints (Maybe Text) Source #

The name of a DB proxy endpoint to describe. If you omit this parameter, the output includes information about all DB proxy endpoints associated with the specified proxy.

Destructuring the Response

data DescribeDBProxyEndpointsResponse Source #

See: newDescribeDBProxyEndpointsResponse smart constructor.

Constructors

DescribeDBProxyEndpointsResponse' 

Fields

  • dbProxyEndpoints :: Maybe [DBProxyEndpoint]

    The list of ProxyEndpoint objects returned by the API operation.

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

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Eq DescribeDBProxyEndpointsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyEndpoints

Read DescribeDBProxyEndpointsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyEndpoints

Show DescribeDBProxyEndpointsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyEndpoints

Generic DescribeDBProxyEndpointsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyEndpoints

Associated Types

type Rep DescribeDBProxyEndpointsResponse :: Type -> Type #

NFData DescribeDBProxyEndpointsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyEndpoints

type Rep DescribeDBProxyEndpointsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyEndpoints

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

newDescribeDBProxyEndpointsResponse Source #

Create a value of DescribeDBProxyEndpointsResponse 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:dbProxyEndpoints:DescribeDBProxyEndpointsResponse', describeDBProxyEndpointsResponse_dbProxyEndpoints - The list of ProxyEndpoint objects returned by the API operation.

$sel:marker:DescribeDBProxyEndpoints', describeDBProxyEndpointsResponse_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:httpStatus:DescribeDBProxyEndpointsResponse', describeDBProxyEndpointsResponse_httpStatus - The response's http status code.

Response Lenses

describeDBProxyEndpointsResponse_dbProxyEndpoints :: Lens' DescribeDBProxyEndpointsResponse (Maybe [DBProxyEndpoint]) Source #

The list of ProxyEndpoint objects returned by the API operation.

describeDBProxyEndpointsResponse_marker :: Lens' DescribeDBProxyEndpointsResponse (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.