amazonka-workspaces-web-2.0: Amazon WorkSpaces Web SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.WorkSpacesWeb.ListTrustStoreCertificates

Description

Retrieves a list of trust store certificates.

Synopsis

Creating a Request

data ListTrustStoreCertificates Source #

See: newListTrustStoreCertificates smart constructor.

Constructors

ListTrustStoreCertificates' 

Fields

Instances

Instances details
ToHeaders ListTrustStoreCertificates Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTrustStoreCertificates

ToPath ListTrustStoreCertificates Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTrustStoreCertificates

ToQuery ListTrustStoreCertificates Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTrustStoreCertificates

AWSRequest ListTrustStoreCertificates Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTrustStoreCertificates

Generic ListTrustStoreCertificates Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTrustStoreCertificates

Associated Types

type Rep ListTrustStoreCertificates :: Type -> Type #

Read ListTrustStoreCertificates Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTrustStoreCertificates

Show ListTrustStoreCertificates Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTrustStoreCertificates

NFData ListTrustStoreCertificates Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTrustStoreCertificates

Eq ListTrustStoreCertificates Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTrustStoreCertificates

Hashable ListTrustStoreCertificates Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTrustStoreCertificates

type AWSResponse ListTrustStoreCertificates Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTrustStoreCertificates

type Rep ListTrustStoreCertificates Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTrustStoreCertificates

type Rep ListTrustStoreCertificates = D1 ('MetaData "ListTrustStoreCertificates" "Amazonka.WorkSpacesWeb.ListTrustStoreCertificates" "amazonka-workspaces-web-2.0-7elUOg7oNE07CClY3TuUcU" 'False) (C1 ('MetaCons "ListTrustStoreCertificates'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "trustStoreArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListTrustStoreCertificates Source #

Create a value of ListTrustStoreCertificates 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:maxResults:ListTrustStoreCertificates', listTrustStoreCertificates_maxResults - The maximum number of results to be included in the next page.

ListTrustStoreCertificates, listTrustStoreCertificates_nextToken - The pagination token used to retrieve the next page of results for this operation.

ListTrustStoreCertificates, listTrustStoreCertificates_trustStoreArn - The ARN of the trust store

Request Lenses

listTrustStoreCertificates_maxResults :: Lens' ListTrustStoreCertificates (Maybe Natural) Source #

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

listTrustStoreCertificates_nextToken :: Lens' ListTrustStoreCertificates (Maybe Text) Source #

The pagination token used to retrieve the next page of results for this operation.

Destructuring the Response

data ListTrustStoreCertificatesResponse Source #

Constructors

ListTrustStoreCertificatesResponse' 

Fields

Instances

Instances details
Generic ListTrustStoreCertificatesResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTrustStoreCertificates

Associated Types

type Rep ListTrustStoreCertificatesResponse :: Type -> Type #

Read ListTrustStoreCertificatesResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTrustStoreCertificates

Show ListTrustStoreCertificatesResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTrustStoreCertificates

NFData ListTrustStoreCertificatesResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTrustStoreCertificates

Eq ListTrustStoreCertificatesResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTrustStoreCertificates

type Rep ListTrustStoreCertificatesResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTrustStoreCertificates

type Rep ListTrustStoreCertificatesResponse = D1 ('MetaData "ListTrustStoreCertificatesResponse" "Amazonka.WorkSpacesWeb.ListTrustStoreCertificates" "amazonka-workspaces-web-2.0-7elUOg7oNE07CClY3TuUcU" 'False) (C1 ('MetaCons "ListTrustStoreCertificatesResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "certificateList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CertificateSummary])) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "trustStoreArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListTrustStoreCertificatesResponse Source #

Create a value of ListTrustStoreCertificatesResponse 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:certificateList:ListTrustStoreCertificatesResponse', listTrustStoreCertificatesResponse_certificateList - The certificate list.

ListTrustStoreCertificates, listTrustStoreCertificatesResponse_nextToken - The pagination token used to retrieve the next page of results for this operation.>

ListTrustStoreCertificates, listTrustStoreCertificatesResponse_trustStoreArn - The ARN of the trust store.

$sel:httpStatus:ListTrustStoreCertificatesResponse', listTrustStoreCertificatesResponse_httpStatus - The response's http status code.

Response Lenses

listTrustStoreCertificatesResponse_nextToken :: Lens' ListTrustStoreCertificatesResponse (Maybe Text) Source #

The pagination token used to retrieve the next page of results for this operation.>