libZSservicesZSamazonka-worklinkZSamazonka-worklink
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.WorkLink.ListWebsiteCertificateAuthorities

Description

Retrieves a list of certificate authorities added for the current account and Region.

Synopsis

Creating a Request

data ListWebsiteCertificateAuthorities Source #

See: newListWebsiteCertificateAuthorities smart constructor.

Constructors

ListWebsiteCertificateAuthorities' 

Fields

  • nextToken :: Maybe Text

    The pagination token used to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

  • maxResults :: Maybe Natural

    The maximum number of results to be included in the next page.

  • fleetArn :: Text

    The ARN of the fleet.

Instances

Instances details
Eq ListWebsiteCertificateAuthorities Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteCertificateAuthorities

Read ListWebsiteCertificateAuthorities Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteCertificateAuthorities

Show ListWebsiteCertificateAuthorities Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteCertificateAuthorities

Generic ListWebsiteCertificateAuthorities Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteCertificateAuthorities

Associated Types

type Rep ListWebsiteCertificateAuthorities :: Type -> Type #

NFData ListWebsiteCertificateAuthorities Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteCertificateAuthorities

Hashable ListWebsiteCertificateAuthorities Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteCertificateAuthorities

ToJSON ListWebsiteCertificateAuthorities Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteCertificateAuthorities

AWSRequest ListWebsiteCertificateAuthorities Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteCertificateAuthorities

ToHeaders ListWebsiteCertificateAuthorities Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteCertificateAuthorities

ToPath ListWebsiteCertificateAuthorities Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteCertificateAuthorities

ToQuery ListWebsiteCertificateAuthorities Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteCertificateAuthorities

type Rep ListWebsiteCertificateAuthorities Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteCertificateAuthorities

type Rep ListWebsiteCertificateAuthorities = D1 ('MetaData "ListWebsiteCertificateAuthorities" "Amazonka.WorkLink.ListWebsiteCertificateAuthorities" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "ListWebsiteCertificateAuthorities'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "fleetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListWebsiteCertificateAuthorities Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteCertificateAuthorities

newListWebsiteCertificateAuthorities Source #

Create a value of ListWebsiteCertificateAuthorities 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:nextToken:ListWebsiteCertificateAuthorities', listWebsiteCertificateAuthorities_nextToken - The pagination token used to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

$sel:maxResults:ListWebsiteCertificateAuthorities', listWebsiteCertificateAuthorities_maxResults - The maximum number of results to be included in the next page.

$sel:fleetArn:ListWebsiteCertificateAuthorities', listWebsiteCertificateAuthorities_fleetArn - The ARN of the fleet.

Request Lenses

listWebsiteCertificateAuthorities_nextToken :: Lens' ListWebsiteCertificateAuthorities (Maybe Text) Source #

The pagination token used to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

listWebsiteCertificateAuthorities_maxResults :: Lens' ListWebsiteCertificateAuthorities (Maybe Natural) Source #

The maximum number of results to be included in the next page.

Destructuring the Response

data ListWebsiteCertificateAuthoritiesResponse Source #

Constructors

ListWebsiteCertificateAuthoritiesResponse' 

Fields

Instances

Instances details
Eq ListWebsiteCertificateAuthoritiesResponse Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteCertificateAuthorities

Read ListWebsiteCertificateAuthoritiesResponse Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteCertificateAuthorities

Show ListWebsiteCertificateAuthoritiesResponse Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteCertificateAuthorities

Generic ListWebsiteCertificateAuthoritiesResponse Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteCertificateAuthorities

NFData ListWebsiteCertificateAuthoritiesResponse Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteCertificateAuthorities

type Rep ListWebsiteCertificateAuthoritiesResponse Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteCertificateAuthorities

type Rep ListWebsiteCertificateAuthoritiesResponse = D1 ('MetaData "ListWebsiteCertificateAuthoritiesResponse" "Amazonka.WorkLink.ListWebsiteCertificateAuthorities" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "ListWebsiteCertificateAuthoritiesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "websiteCertificateAuthorities") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [WebsiteCaSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListWebsiteCertificateAuthoritiesResponse Source #

Create a value of ListWebsiteCertificateAuthoritiesResponse 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:websiteCertificateAuthorities:ListWebsiteCertificateAuthoritiesResponse', listWebsiteCertificateAuthoritiesResponse_websiteCertificateAuthorities - Information about the certificates.

$sel:nextToken:ListWebsiteCertificateAuthorities', listWebsiteCertificateAuthoritiesResponse_nextToken - The pagination token used to retrieve the next page of results for this operation. If there are no more pages, this value is null.

$sel:httpStatus:ListWebsiteCertificateAuthoritiesResponse', listWebsiteCertificateAuthoritiesResponse_httpStatus - The response's http status code.

Response Lenses

listWebsiteCertificateAuthoritiesResponse_nextToken :: Lens' ListWebsiteCertificateAuthoritiesResponse (Maybe Text) Source #

The pagination token used to retrieve the next page of results for this operation. If there are no more pages, this value is null.