amazonka-alexa-business-2.0: Amazon Alexa For Business 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.AlexaBusiness.ListSkillsStoreCategories

Description

Lists all categories in the Alexa skill store.

This operation returns paginated results.

Synopsis

Creating a Request

data ListSkillsStoreCategories Source #

See: newListSkillsStoreCategories smart constructor.

Constructors

ListSkillsStoreCategories' 

Fields

Instances

Instances details
ToJSON ListSkillsStoreCategories Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListSkillsStoreCategories

ToHeaders ListSkillsStoreCategories Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListSkillsStoreCategories

ToPath ListSkillsStoreCategories Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListSkillsStoreCategories

ToQuery ListSkillsStoreCategories Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListSkillsStoreCategories

AWSPager ListSkillsStoreCategories Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListSkillsStoreCategories

AWSRequest ListSkillsStoreCategories Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListSkillsStoreCategories

Generic ListSkillsStoreCategories Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListSkillsStoreCategories

Associated Types

type Rep ListSkillsStoreCategories :: Type -> Type #

Read ListSkillsStoreCategories Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListSkillsStoreCategories

Show ListSkillsStoreCategories Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListSkillsStoreCategories

NFData ListSkillsStoreCategories Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListSkillsStoreCategories

Eq ListSkillsStoreCategories Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListSkillsStoreCategories

Hashable ListSkillsStoreCategories Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListSkillsStoreCategories

type AWSResponse ListSkillsStoreCategories Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListSkillsStoreCategories

type Rep ListSkillsStoreCategories Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListSkillsStoreCategories

type Rep ListSkillsStoreCategories = D1 ('MetaData "ListSkillsStoreCategories" "Amazonka.AlexaBusiness.ListSkillsStoreCategories" "amazonka-alexa-business-2.0-BWvKfxFukoyBarGovAkdOS" 'False) (C1 ('MetaCons "ListSkillsStoreCategories'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newListSkillsStoreCategories :: ListSkillsStoreCategories Source #

Create a value of ListSkillsStoreCategories 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:ListSkillsStoreCategories', listSkillsStoreCategories_maxResults - The maximum number of categories returned, per paginated calls.

ListSkillsStoreCategories, listSkillsStoreCategories_nextToken - The tokens used for pagination.

Request Lenses

listSkillsStoreCategories_maxResults :: Lens' ListSkillsStoreCategories (Maybe Natural) Source #

The maximum number of categories returned, per paginated calls.

Destructuring the Response

data ListSkillsStoreCategoriesResponse Source #

See: newListSkillsStoreCategoriesResponse smart constructor.

Constructors

ListSkillsStoreCategoriesResponse' 

Fields

Instances

Instances details
Generic ListSkillsStoreCategoriesResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListSkillsStoreCategories

Associated Types

type Rep ListSkillsStoreCategoriesResponse :: Type -> Type #

Read ListSkillsStoreCategoriesResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListSkillsStoreCategories

Show ListSkillsStoreCategoriesResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListSkillsStoreCategories

NFData ListSkillsStoreCategoriesResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListSkillsStoreCategories

Eq ListSkillsStoreCategoriesResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListSkillsStoreCategories

type Rep ListSkillsStoreCategoriesResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListSkillsStoreCategories

type Rep ListSkillsStoreCategoriesResponse = D1 ('MetaData "ListSkillsStoreCategoriesResponse" "Amazonka.AlexaBusiness.ListSkillsStoreCategories" "amazonka-alexa-business-2.0-BWvKfxFukoyBarGovAkdOS" 'False) (C1 ('MetaCons "ListSkillsStoreCategoriesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "categoryList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Category])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListSkillsStoreCategoriesResponse Source #

Create a value of ListSkillsStoreCategoriesResponse 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:categoryList:ListSkillsStoreCategoriesResponse', listSkillsStoreCategoriesResponse_categoryList - The list of categories.

ListSkillsStoreCategories, listSkillsStoreCategoriesResponse_nextToken - The tokens used for pagination.

$sel:httpStatus:ListSkillsStoreCategoriesResponse', listSkillsStoreCategoriesResponse_httpStatus - The response's http status code.

Response Lenses