libZSservicesZSamazonka-apigatewayZSamazonka-apigateway
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.APIGateway.GetClientCertificates

Description

Gets a collection of ClientCertificate resources.

This operation returns paginated results.

Synopsis

Creating a Request

data GetClientCertificates Source #

A request to get information about a collection of ClientCertificate resources.

See: newGetClientCertificates smart constructor.

Constructors

GetClientCertificates' 

Fields

  • limit :: Maybe Int

    The maximum number of returned results per page. The default value is 25 and the maximum value is 500.

  • position :: Maybe Text

    The current pagination position in the paged result set.

Instances

Instances details
Eq GetClientCertificates Source # 
Instance details

Defined in Amazonka.APIGateway.GetClientCertificates

Read GetClientCertificates Source # 
Instance details

Defined in Amazonka.APIGateway.GetClientCertificates

Show GetClientCertificates Source # 
Instance details

Defined in Amazonka.APIGateway.GetClientCertificates

Generic GetClientCertificates Source # 
Instance details

Defined in Amazonka.APIGateway.GetClientCertificates

Associated Types

type Rep GetClientCertificates :: Type -> Type #

NFData GetClientCertificates Source # 
Instance details

Defined in Amazonka.APIGateway.GetClientCertificates

Methods

rnf :: GetClientCertificates -> () #

Hashable GetClientCertificates Source # 
Instance details

Defined in Amazonka.APIGateway.GetClientCertificates

AWSPager GetClientCertificates Source # 
Instance details

Defined in Amazonka.APIGateway.GetClientCertificates

AWSRequest GetClientCertificates Source # 
Instance details

Defined in Amazonka.APIGateway.GetClientCertificates

Associated Types

type AWSResponse GetClientCertificates #

ToHeaders GetClientCertificates Source # 
Instance details

Defined in Amazonka.APIGateway.GetClientCertificates

ToPath GetClientCertificates Source # 
Instance details

Defined in Amazonka.APIGateway.GetClientCertificates

ToQuery GetClientCertificates Source # 
Instance details

Defined in Amazonka.APIGateway.GetClientCertificates

type Rep GetClientCertificates Source # 
Instance details

Defined in Amazonka.APIGateway.GetClientCertificates

type Rep GetClientCertificates = D1 ('MetaData "GetClientCertificates" "Amazonka.APIGateway.GetClientCertificates" "libZSservicesZSamazonka-apigatewayZSamazonka-apigateway" 'False) (C1 ('MetaCons "GetClientCertificates'" 'PrefixI 'True) (S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "position") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
type AWSResponse GetClientCertificates Source # 
Instance details

Defined in Amazonka.APIGateway.GetClientCertificates

newGetClientCertificates :: GetClientCertificates Source #

Create a value of GetClientCertificates 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:limit:GetClientCertificates', getClientCertificates_limit - The maximum number of returned results per page. The default value is 25 and the maximum value is 500.

$sel:position:GetClientCertificates', getClientCertificates_position - The current pagination position in the paged result set.

Request Lenses

getClientCertificates_limit :: Lens' GetClientCertificates (Maybe Int) Source #

The maximum number of returned results per page. The default value is 25 and the maximum value is 500.

getClientCertificates_position :: Lens' GetClientCertificates (Maybe Text) Source #

The current pagination position in the paged result set.

Destructuring the Response

data GetClientCertificatesResponse Source #

Represents a collection of ClientCertificate resources.

Use Client-Side Certificate

See: newGetClientCertificatesResponse smart constructor.

Constructors

GetClientCertificatesResponse' 

Fields

Instances

Instances details
Eq GetClientCertificatesResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetClientCertificates

Read GetClientCertificatesResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetClientCertificates

Show GetClientCertificatesResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetClientCertificates

Generic GetClientCertificatesResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetClientCertificates

Associated Types

type Rep GetClientCertificatesResponse :: Type -> Type #

NFData GetClientCertificatesResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetClientCertificates

type Rep GetClientCertificatesResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetClientCertificates

type Rep GetClientCertificatesResponse = D1 ('MetaData "GetClientCertificatesResponse" "Amazonka.APIGateway.GetClientCertificates" "libZSservicesZSamazonka-apigatewayZSamazonka-apigateway" 'False) (C1 ('MetaCons "GetClientCertificatesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "items") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ClientCertificate])) :*: (S1 ('MetaSel ('Just "position") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetClientCertificatesResponse Source #

Create a value of GetClientCertificatesResponse 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:items:GetClientCertificatesResponse', getClientCertificatesResponse_items - The current page of elements from this collection.

$sel:position:GetClientCertificates', getClientCertificatesResponse_position - Undocumented member.

$sel:httpStatus:GetClientCertificatesResponse', getClientCertificatesResponse_httpStatus - The response's http status code.

Response Lenses