Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Lists all skills in the Alexa skill store by category.
This operation returns paginated results.
Synopsis
- data ListSkillsStoreSkillsByCategory = ListSkillsStoreSkillsByCategory' {}
- newListSkillsStoreSkillsByCategory :: Natural -> ListSkillsStoreSkillsByCategory
- listSkillsStoreSkillsByCategory_nextToken :: Lens' ListSkillsStoreSkillsByCategory (Maybe Text)
- listSkillsStoreSkillsByCategory_maxResults :: Lens' ListSkillsStoreSkillsByCategory (Maybe Natural)
- listSkillsStoreSkillsByCategory_categoryId :: Lens' ListSkillsStoreSkillsByCategory Natural
- data ListSkillsStoreSkillsByCategoryResponse = ListSkillsStoreSkillsByCategoryResponse' {}
- newListSkillsStoreSkillsByCategoryResponse :: Int -> ListSkillsStoreSkillsByCategoryResponse
- listSkillsStoreSkillsByCategoryResponse_nextToken :: Lens' ListSkillsStoreSkillsByCategoryResponse (Maybe Text)
- listSkillsStoreSkillsByCategoryResponse_skillsStoreSkills :: Lens' ListSkillsStoreSkillsByCategoryResponse (Maybe [SkillsStoreSkill])
- listSkillsStoreSkillsByCategoryResponse_httpStatus :: Lens' ListSkillsStoreSkillsByCategoryResponse Int
Creating a Request
data ListSkillsStoreSkillsByCategory Source #
See: newListSkillsStoreSkillsByCategory
smart constructor.
ListSkillsStoreSkillsByCategory' | |
|
Instances
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_nextToken :: Lens' ListSkillsStoreSkillsByCategory (Maybe Text) Source #
The tokens used for pagination.
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 #
See: newListSkillsStoreSkillsByCategoryResponse
smart constructor.
ListSkillsStoreSkillsByCategoryResponse' | |
|
Instances
newListSkillsStoreSkillsByCategoryResponse Source #
Create a value of ListSkillsStoreSkillsByCategoryResponse
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'
, listSkillsStoreSkillsByCategoryResponse_nextToken
- The tokens used for pagination.
$sel:skillsStoreSkills:ListSkillsStoreSkillsByCategoryResponse'
, listSkillsStoreSkillsByCategoryResponse_skillsStoreSkills
- The skill store skills.
$sel:httpStatus:ListSkillsStoreSkillsByCategoryResponse'
, listSkillsStoreSkillsByCategoryResponse_httpStatus
- The response's http status code.
Response Lenses
listSkillsStoreSkillsByCategoryResponse_nextToken :: Lens' ListSkillsStoreSkillsByCategoryResponse (Maybe Text) Source #
The tokens used for pagination.
listSkillsStoreSkillsByCategoryResponse_skillsStoreSkills :: Lens' ListSkillsStoreSkillsByCategoryResponse (Maybe [SkillsStoreSkill]) Source #
The skill store skills.
listSkillsStoreSkillsByCategoryResponse_httpStatus :: Lens' ListSkillsStoreSkillsByCategoryResponse Int Source #
The response's http status code.