libZSservicesZSamazonka-wisdomZSamazonka-wisdom
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.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

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

  • maxResults :: Maybe Natural

    The maximum number of results to return per page.

Instances

Instances details
Eq ListAssistants Source # 
Instance details

Defined in Amazonka.Wisdom.ListAssistants

Read ListAssistants Source # 
Instance details

Defined in Amazonka.Wisdom.ListAssistants

Show ListAssistants Source # 
Instance details

Defined in Amazonka.Wisdom.ListAssistants

Generic ListAssistants Source # 
Instance details

Defined in Amazonka.Wisdom.ListAssistants

Associated Types

type Rep ListAssistants :: Type -> Type #

NFData ListAssistants Source # 
Instance details

Defined in Amazonka.Wisdom.ListAssistants

Methods

rnf :: ListAssistants -> () #

Hashable 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 #

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

type Rep ListAssistants Source # 
Instance details

Defined in Amazonka.Wisdom.ListAssistants

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

Defined in Amazonka.Wisdom.ListAssistants

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:nextToken: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.

$sel:maxResults:ListAssistants', listAssistants_maxResults - The maximum number of results to return per page.

Request Lenses

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.

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

The maximum number of results to return per page.

Destructuring the Response

data ListAssistantsResponse Source #

See: newListAssistantsResponse smart constructor.

Constructors

ListAssistantsResponse' 

Fields

Instances

Instances details
Eq ListAssistantsResponse Source # 
Instance details

Defined in Amazonka.Wisdom.ListAssistants

Read ListAssistantsResponse Source # 
Instance details

Defined in Amazonka.Wisdom.ListAssistants

Show ListAssistantsResponse Source # 
Instance details

Defined in Amazonka.Wisdom.ListAssistants

Generic ListAssistantsResponse Source # 
Instance details

Defined in Amazonka.Wisdom.ListAssistants

Associated Types

type Rep ListAssistantsResponse :: Type -> Type #

NFData ListAssistantsResponse Source # 
Instance details

Defined in Amazonka.Wisdom.ListAssistants

Methods

rnf :: ListAssistantsResponse -> () #

type Rep ListAssistantsResponse Source # 
Instance details

Defined in Amazonka.Wisdom.ListAssistants

type Rep ListAssistantsResponse = D1 ('MetaData "ListAssistantsResponse" "Amazonka.Wisdom.ListAssistants" "libZSservicesZSamazonka-wisdomZSamazonka-wisdom" '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:

$sel:nextToken: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.