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

Description

Retrieves a list of trust stores.

Synopsis

Creating a Request

data ListTrustStores Source #

See: newListTrustStores smart constructor.

Constructors

ListTrustStores' 

Fields

Instances

Instances details
ToHeaders ListTrustStores Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTrustStores

ToPath ListTrustStores Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTrustStores

ToQuery ListTrustStores Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTrustStores

AWSRequest ListTrustStores Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTrustStores

Associated Types

type AWSResponse ListTrustStores #

Generic ListTrustStores Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTrustStores

Associated Types

type Rep ListTrustStores :: Type -> Type #

Read ListTrustStores Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTrustStores

Show ListTrustStores Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTrustStores

NFData ListTrustStores Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTrustStores

Methods

rnf :: ListTrustStores -> () #

Eq ListTrustStores Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTrustStores

Hashable ListTrustStores Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTrustStores

type AWSResponse ListTrustStores Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTrustStores

type Rep ListTrustStores Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTrustStores

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

newListTrustStores :: ListTrustStores Source #

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

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

Request Lenses

listTrustStores_maxResults :: Lens' ListTrustStores (Maybe Natural) Source #

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

listTrustStores_nextToken :: Lens' ListTrustStores (Maybe Text) Source #

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

Destructuring the Response

data ListTrustStoresResponse Source #

See: newListTrustStoresResponse smart constructor.

Constructors

ListTrustStoresResponse' 

Fields

Instances

Instances details
Generic ListTrustStoresResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTrustStores

Associated Types

type Rep ListTrustStoresResponse :: Type -> Type #

Read ListTrustStoresResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTrustStores

Show ListTrustStoresResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTrustStores

NFData ListTrustStoresResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTrustStores

Methods

rnf :: ListTrustStoresResponse -> () #

Eq ListTrustStoresResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTrustStores

type Rep ListTrustStoresResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.ListTrustStores

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

newListTrustStoresResponse Source #

Create a value of ListTrustStoresResponse 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:

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

$sel:trustStores:ListTrustStoresResponse', listTrustStoresResponse_trustStores - The trust stores.

$sel:httpStatus:ListTrustStoresResponse', listTrustStoresResponse_httpStatus - The response's http status code.

Response Lenses

listTrustStoresResponse_nextToken :: Lens' ListTrustStoresResponse (Maybe Text) Source #

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