libZSservicesZSamazonka-alexa-businessZSamazonka-alexa-business
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.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
Eq ListSkillsStoreCategories Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListSkillsStoreCategories

Read ListSkillsStoreCategories Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListSkillsStoreCategories

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

NFData ListSkillsStoreCategories Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListSkillsStoreCategories

Hashable ListSkillsStoreCategories Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListSkillsStoreCategories

ToJSON 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

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

type Rep ListSkillsStoreCategories Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListSkillsStoreCategories

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

Defined in Amazonka.AlexaBusiness.ListSkillsStoreCategories

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:nextToken:ListSkillsStoreCategories', listSkillsStoreCategories_nextToken - The tokens used for pagination.

$sel:maxResults:ListSkillsStoreCategories', listSkillsStoreCategories_maxResults - The maximum number of categories returned, per paginated calls.

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
Eq ListSkillsStoreCategoriesResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListSkillsStoreCategories

Read ListSkillsStoreCategoriesResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListSkillsStoreCategories

Show ListSkillsStoreCategoriesResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListSkillsStoreCategories

Generic ListSkillsStoreCategoriesResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListSkillsStoreCategories

Associated Types

type Rep ListSkillsStoreCategoriesResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-alexa-businessZSamazonka-alexa-business" '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.

$sel:nextToken:ListSkillsStoreCategories', listSkillsStoreCategoriesResponse_nextToken - The tokens used for pagination.

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

Response Lenses