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 categories in the Alexa skill store.
This operation returns paginated results.
Synopsis
- data ListSkillsStoreCategories = ListSkillsStoreCategories' {}
- newListSkillsStoreCategories :: ListSkillsStoreCategories
- listSkillsStoreCategories_nextToken :: Lens' ListSkillsStoreCategories (Maybe Text)
- listSkillsStoreCategories_maxResults :: Lens' ListSkillsStoreCategories (Maybe Natural)
- data ListSkillsStoreCategoriesResponse = ListSkillsStoreCategoriesResponse' {
- categoryList :: Maybe [Category]
- nextToken :: Maybe Text
- httpStatus :: Int
- newListSkillsStoreCategoriesResponse :: Int -> ListSkillsStoreCategoriesResponse
- listSkillsStoreCategoriesResponse_categoryList :: Lens' ListSkillsStoreCategoriesResponse (Maybe [Category])
- listSkillsStoreCategoriesResponse_nextToken :: Lens' ListSkillsStoreCategoriesResponse (Maybe Text)
- listSkillsStoreCategoriesResponse_httpStatus :: Lens' ListSkillsStoreCategoriesResponse Int
Creating a Request
data ListSkillsStoreCategories Source #
See: newListSkillsStoreCategories
smart constructor.
Instances
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_nextToken :: Lens' ListSkillsStoreCategories (Maybe Text) Source #
The tokens used for pagination.
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.
ListSkillsStoreCategoriesResponse' | |
|
Instances
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
listSkillsStoreCategoriesResponse_categoryList :: Lens' ListSkillsStoreCategoriesResponse (Maybe [Category]) Source #
The list of categories.
listSkillsStoreCategoriesResponse_nextToken :: Lens' ListSkillsStoreCategoriesResponse (Maybe Text) Source #
The tokens used for pagination.
listSkillsStoreCategoriesResponse_httpStatus :: Lens' ListSkillsStoreCategoriesResponse Int Source #
The response's http status code.