libZSservicesZSamazonka-cloudfrontZSamazonka-cloudfront
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.CloudFront.ListPublicKeys

Description

List all public keys that have been added to CloudFront for this account.

Synopsis

Creating a Request

data ListPublicKeys Source #

See: newListPublicKeys smart constructor.

Constructors

ListPublicKeys' 

Fields

  • marker :: Maybe Text

    Use this when paginating results to indicate where to begin in your list of public keys. The results include public keys in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last public key on that page).

  • maxItems :: Maybe Text

    The maximum number of public keys you want in the response body.

Instances

Instances details
Eq ListPublicKeys Source # 
Instance details

Defined in Amazonka.CloudFront.ListPublicKeys

Read ListPublicKeys Source # 
Instance details

Defined in Amazonka.CloudFront.ListPublicKeys

Show ListPublicKeys Source # 
Instance details

Defined in Amazonka.CloudFront.ListPublicKeys

Generic ListPublicKeys Source # 
Instance details

Defined in Amazonka.CloudFront.ListPublicKeys

Associated Types

type Rep ListPublicKeys :: Type -> Type #

NFData ListPublicKeys Source # 
Instance details

Defined in Amazonka.CloudFront.ListPublicKeys

Methods

rnf :: ListPublicKeys -> () #

Hashable ListPublicKeys Source # 
Instance details

Defined in Amazonka.CloudFront.ListPublicKeys

AWSRequest ListPublicKeys Source # 
Instance details

Defined in Amazonka.CloudFront.ListPublicKeys

Associated Types

type AWSResponse ListPublicKeys #

ToHeaders ListPublicKeys Source # 
Instance details

Defined in Amazonka.CloudFront.ListPublicKeys

ToPath ListPublicKeys Source # 
Instance details

Defined in Amazonka.CloudFront.ListPublicKeys

ToQuery ListPublicKeys Source # 
Instance details

Defined in Amazonka.CloudFront.ListPublicKeys

type Rep ListPublicKeys Source # 
Instance details

Defined in Amazonka.CloudFront.ListPublicKeys

type Rep ListPublicKeys = D1 ('MetaData "ListPublicKeys" "Amazonka.CloudFront.ListPublicKeys" "libZSservicesZSamazonka-cloudfrontZSamazonka-cloudfront" 'False) (C1 ('MetaCons "ListPublicKeys'" 'PrefixI 'True) (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxItems") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
type AWSResponse ListPublicKeys Source # 
Instance details

Defined in Amazonka.CloudFront.ListPublicKeys

newListPublicKeys :: ListPublicKeys Source #

Create a value of ListPublicKeys 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:ListPublicKeys', listPublicKeys_marker - Use this when paginating results to indicate where to begin in your list of public keys. The results include public keys in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last public key on that page).

$sel:maxItems:ListPublicKeys', listPublicKeys_maxItems - The maximum number of public keys you want in the response body.

Request Lenses

listPublicKeys_marker :: Lens' ListPublicKeys (Maybe Text) Source #

Use this when paginating results to indicate where to begin in your list of public keys. The results include public keys in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last public key on that page).

listPublicKeys_maxItems :: Lens' ListPublicKeys (Maybe Text) Source #

The maximum number of public keys you want in the response body.

Destructuring the Response

data ListPublicKeysResponse Source #

See: newListPublicKeysResponse smart constructor.

Constructors

ListPublicKeysResponse' 

Fields

Instances

Instances details
Eq ListPublicKeysResponse Source # 
Instance details

Defined in Amazonka.CloudFront.ListPublicKeys

Read ListPublicKeysResponse Source # 
Instance details

Defined in Amazonka.CloudFront.ListPublicKeys

Show ListPublicKeysResponse Source # 
Instance details

Defined in Amazonka.CloudFront.ListPublicKeys

Generic ListPublicKeysResponse Source # 
Instance details

Defined in Amazonka.CloudFront.ListPublicKeys

Associated Types

type Rep ListPublicKeysResponse :: Type -> Type #

NFData ListPublicKeysResponse Source # 
Instance details

Defined in Amazonka.CloudFront.ListPublicKeys

Methods

rnf :: ListPublicKeysResponse -> () #

type Rep ListPublicKeysResponse Source # 
Instance details

Defined in Amazonka.CloudFront.ListPublicKeys

type Rep ListPublicKeysResponse = D1 ('MetaData "ListPublicKeysResponse" "Amazonka.CloudFront.ListPublicKeys" "libZSservicesZSamazonka-cloudfrontZSamazonka-cloudfront" 'False) (C1 ('MetaCons "ListPublicKeysResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "publicKeyList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PublicKeyList)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newListPublicKeysResponse Source #

Create a value of ListPublicKeysResponse 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:publicKeyList:ListPublicKeysResponse', listPublicKeysResponse_publicKeyList - Returns a list of all public keys that have been added to CloudFront for this account.

$sel:httpStatus:ListPublicKeysResponse', listPublicKeysResponse_httpStatus - The response's http status code.

Response Lenses

listPublicKeysResponse_publicKeyList :: Lens' ListPublicKeysResponse (Maybe PublicKeyList) Source #

Returns a list of all public keys that have been added to CloudFront for this account.