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

Description

Lists all skills in the Alexa skill store by category.

This operation returns paginated results.

Synopsis

Creating a Request

data ListSkillsStoreSkillsByCategory Source #

See: newListSkillsStoreSkillsByCategory smart constructor.

Constructors

ListSkillsStoreSkillsByCategory' 

Fields

Instances

Instances details
Eq ListSkillsStoreSkillsByCategory Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListSkillsStoreSkillsByCategory

Read ListSkillsStoreSkillsByCategory Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListSkillsStoreSkillsByCategory

Show ListSkillsStoreSkillsByCategory Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListSkillsStoreSkillsByCategory

Generic ListSkillsStoreSkillsByCategory Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListSkillsStoreSkillsByCategory

Associated Types

type Rep ListSkillsStoreSkillsByCategory :: Type -> Type #

NFData ListSkillsStoreSkillsByCategory Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListSkillsStoreSkillsByCategory

Hashable ListSkillsStoreSkillsByCategory Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListSkillsStoreSkillsByCategory

ToJSON ListSkillsStoreSkillsByCategory Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListSkillsStoreSkillsByCategory

AWSPager ListSkillsStoreSkillsByCategory Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListSkillsStoreSkillsByCategory

AWSRequest ListSkillsStoreSkillsByCategory Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListSkillsStoreSkillsByCategory

ToHeaders ListSkillsStoreSkillsByCategory Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListSkillsStoreSkillsByCategory

ToPath ListSkillsStoreSkillsByCategory Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListSkillsStoreSkillsByCategory

ToQuery ListSkillsStoreSkillsByCategory Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListSkillsStoreSkillsByCategory

type Rep ListSkillsStoreSkillsByCategory Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListSkillsStoreSkillsByCategory

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

Defined in Amazonka.AlexaBusiness.ListSkillsStoreSkillsByCategory

newListSkillsStoreSkillsByCategory Source #

Create a value of ListSkillsStoreSkillsByCategory 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:ListSkillsStoreSkillsByCategory', listSkillsStoreSkillsByCategory_nextToken - The tokens used for pagination.

$sel:maxResults:ListSkillsStoreSkillsByCategory', listSkillsStoreSkillsByCategory_maxResults - The maximum number of skills returned per paginated calls.

$sel:categoryId:ListSkillsStoreSkillsByCategory', listSkillsStoreSkillsByCategory_categoryId - The category ID for which the skills are being retrieved from the skill store.

Request Lenses

listSkillsStoreSkillsByCategory_maxResults :: Lens' ListSkillsStoreSkillsByCategory (Maybe Natural) Source #

The maximum number of skills returned per paginated calls.

listSkillsStoreSkillsByCategory_categoryId :: Lens' ListSkillsStoreSkillsByCategory Natural Source #

The category ID for which the skills are being retrieved from the skill store.

Destructuring the Response

data ListSkillsStoreSkillsByCategoryResponse Source #

Constructors

ListSkillsStoreSkillsByCategoryResponse' 

Fields

Instances

Instances details
Eq ListSkillsStoreSkillsByCategoryResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListSkillsStoreSkillsByCategory

Read ListSkillsStoreSkillsByCategoryResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListSkillsStoreSkillsByCategory

Show ListSkillsStoreSkillsByCategoryResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListSkillsStoreSkillsByCategory

Generic ListSkillsStoreSkillsByCategoryResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListSkillsStoreSkillsByCategory

NFData ListSkillsStoreSkillsByCategoryResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListSkillsStoreSkillsByCategory

type Rep ListSkillsStoreSkillsByCategoryResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListSkillsStoreSkillsByCategory

type Rep ListSkillsStoreSkillsByCategoryResponse = D1 ('MetaData "ListSkillsStoreSkillsByCategoryResponse" "Amazonka.AlexaBusiness.ListSkillsStoreSkillsByCategory" "libZSservicesZSamazonka-alexa-businessZSamazonka-alexa-business" 'False) (C1 ('MetaCons "ListSkillsStoreSkillsByCategoryResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "skillsStoreSkills") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SkillsStoreSkill])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

Response Lenses