Copyright | (c) 2013-2015 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Gets information about suites.
See: AWS API Reference for ListSuites.
- listSuites :: Text -> ListSuites
- data ListSuites
- lNextToken :: Lens' ListSuites (Maybe Text)
- lArn :: Lens' ListSuites Text
- listSuitesResponse :: Int -> ListSuitesResponse
- data ListSuitesResponse
- lsrsNextToken :: Lens' ListSuitesResponse (Maybe Text)
- lsrsSuites :: Lens' ListSuitesResponse [Suite]
- lsrsResponseStatus :: Lens' ListSuitesResponse Int
Creating a Request
:: Text | |
-> ListSuites |
Creates a value of ListSuites
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ListSuites Source
Represents a request to the list suites operation.
See: listSuites
smart constructor.
Request Lenses
lNextToken :: Lens' ListSuites (Maybe Text) Source
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
lArn :: Lens' ListSuites Text Source
The suites' ARNs.
Destructuring the Response
Creates a value of ListSuitesResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ListSuitesResponse Source
Represents the result of a list suites request.
See: listSuitesResponse
smart constructor.
Response Lenses
lsrsNextToken :: Lens' ListSuitesResponse (Maybe Text) Source
If the number of items that are returned is significantly large, this is an identifier that is also returned, which can be used in a subsequent call to this operation to return the next set of items in the list.
lsrsSuites :: Lens' ListSuitesResponse [Suite] Source
Information about the suites.
lsrsResponseStatus :: Lens' ListSuitesResponse Int Source
The response status code.