amazonka-wisdom-2.0: Amazon Connect Wisdom Service 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.Wisdom.ListAssistants

Description

Lists information about assistants.

This operation returns paginated results.

Synopsis

Creating a Request

data ListAssistants Source #

See: newListAssistants smart constructor.

Constructors

ListAssistants' 

Fields

  • maxResults :: Maybe Natural

    The maximum number of results to return per page.

  • nextToken :: Maybe Text

    The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

Instances

Instances details
ToHeaders ListAssistants Source # 
Instance details

Defined in Amazonka.Wisdom.ListAssistants

ToPath ListAssistants Source # 
Instance details

Defined in Amazonka.Wisdom.ListAssistants

ToQuery ListAssistants Source # 
Instance details

Defined in Amazonka.Wisdom.ListAssistants

AWSPager ListAssistants Source # 
Instance details

Defined in Amazonka.Wisdom.ListAssistants

AWSRequest ListAssistants Source # 
Instance details

Defined in Amazonka.Wisdom.ListAssistants

Associated Types

type AWSResponse ListAssistants #

Generic ListAssistants Source # 
Instance details

Defined in Amazonka.Wisdom.ListAssistants

Associated Types

type Rep ListAssistants :: Type -> Type #

Read ListAssistants Source # 
Instance details

Defined in Amazonka.Wisdom.ListAssistants

Show ListAssistants Source # 
Instance details

Defined in Amazonka.Wisdom.ListAssistants

NFData ListAssistants Source # 
Instance details

Defined in Amazonka.Wisdom.ListAssistants

Methods

rnf :: ListAssistants -> () #

Eq ListAssistants Source # 
Instance details

Defined in Amazonka.Wisdom.ListAssistants

Hashable ListAssistants Source # 
Instance details

Defined in Amazonka.Wisdom.ListAssistants

type AWSResponse ListAssistants Source # 
Instance details

Defined in Amazonka.Wisdom.ListAssistants

type Rep ListAssistants Source # 
Instance details

Defined in Amazonka.Wisdom.ListAssistants

type Rep ListAssistants = D1 ('MetaData "ListAssistants" "Amazonka.Wisdom.ListAssistants" "amazonka-wisdom-2.0-D8ZGZ1sJNnDDHDNbH2yubp" 'False) (C1 ('MetaCons "ListAssistants'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newListAssistants :: ListAssistants Source #

Create a value of ListAssistants 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:ListAssistants', listAssistants_maxResults - The maximum number of results to return per page.

ListAssistants, listAssistants_nextToken - The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

Request Lenses

listAssistants_maxResults :: Lens' ListAssistants (Maybe Natural) Source #

The maximum number of results to return per page.

listAssistants_nextToken :: Lens' ListAssistants (Maybe Text) Source #

The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

Destructuring the Response

data ListAssistantsResponse Source #

See: newListAssistantsResponse smart constructor.

Constructors

ListAssistantsResponse' 

Fields

Instances

Instances details
Generic ListAssistantsResponse Source # 
Instance details

Defined in Amazonka.Wisdom.ListAssistants

Associated Types

type Rep ListAssistantsResponse :: Type -> Type #

Read ListAssistantsResponse Source # 
Instance details

Defined in Amazonka.Wisdom.ListAssistants

Show ListAssistantsResponse Source # 
Instance details

Defined in Amazonka.Wisdom.ListAssistants

NFData ListAssistantsResponse Source # 
Instance details

Defined in Amazonka.Wisdom.ListAssistants

Methods

rnf :: ListAssistantsResponse -> () #

Eq ListAssistantsResponse Source # 
Instance details

Defined in Amazonka.Wisdom.ListAssistants

type Rep ListAssistantsResponse Source # 
Instance details

Defined in Amazonka.Wisdom.ListAssistants

type Rep ListAssistantsResponse = D1 ('MetaData "ListAssistantsResponse" "Amazonka.Wisdom.ListAssistants" "amazonka-wisdom-2.0-D8ZGZ1sJNnDDHDNbH2yubp" 'False) (C1 ('MetaCons "ListAssistantsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "assistantSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [AssistantSummary]))))

newListAssistantsResponse Source #

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

ListAssistants, listAssistantsResponse_nextToken - If there are additional results, this is the token for the next set of results.

$sel:httpStatus:ListAssistantsResponse', listAssistantsResponse_httpStatus - The response's http status code.

$sel:assistantSummaries:ListAssistantsResponse', listAssistantsResponse_assistantSummaries - Information about the assistants.

Response Lenses

listAssistantsResponse_nextToken :: Lens' ListAssistantsResponse (Maybe Text) Source #

If there are additional results, this is the token for the next set of results.