| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.MigrationHub.ListProgressUpdateStreams
Description
Lists progress update streams associated with the user account making this call.
Synopsis
- listProgressUpdateStreams :: ListProgressUpdateStreams
- data ListProgressUpdateStreams
- lpusNextToken :: Lens' ListProgressUpdateStreams (Maybe Text)
- lpusMaxResults :: Lens' ListProgressUpdateStreams (Maybe Natural)
- listProgressUpdateStreamsResponse :: Int -> ListProgressUpdateStreamsResponse
- data ListProgressUpdateStreamsResponse
- lpusrsProgressUpdateStreamSummaryList :: Lens' ListProgressUpdateStreamsResponse [ProgressUpdateStreamSummary]
- lpusrsNextToken :: Lens' ListProgressUpdateStreamsResponse (Maybe Text)
- lpusrsResponseStatus :: Lens' ListProgressUpdateStreamsResponse Int
Creating a Request
listProgressUpdateStreams :: ListProgressUpdateStreams Source #
Creates a value of ListProgressUpdateStreams with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
lpusNextToken- If aNextTokenwas returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token inNextToken.lpusMaxResults- Filter to limit the maximum number of results to list per page.
data ListProgressUpdateStreams Source #
See: listProgressUpdateStreams smart constructor.
Instances
Request Lenses
lpusNextToken :: Lens' ListProgressUpdateStreams (Maybe Text) Source #
If a NextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken .
lpusMaxResults :: Lens' ListProgressUpdateStreams (Maybe Natural) Source #
Filter to limit the maximum number of results to list per page.
Destructuring the Response
listProgressUpdateStreamsResponse Source #
Arguments
| :: Int | |
| -> ListProgressUpdateStreamsResponse |
Creates a value of ListProgressUpdateStreamsResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
lpusrsProgressUpdateStreamSummaryList- List of progress update streams up to the max number of results passed in the input.lpusrsNextToken- If there are more streams created than the max result, return the next token to be passed to the next call as a bookmark of where to start from.lpusrsResponseStatus- -- | The response status code.
data ListProgressUpdateStreamsResponse Source #
See: listProgressUpdateStreamsResponse smart constructor.
Instances
Response Lenses
lpusrsProgressUpdateStreamSummaryList :: Lens' ListProgressUpdateStreamsResponse [ProgressUpdateStreamSummary] Source #
List of progress update streams up to the max number of results passed in the input.
lpusrsNextToken :: Lens' ListProgressUpdateStreamsResponse (Maybe Text) Source #
If there are more streams created than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
lpusrsResponseStatus :: Lens' ListProgressUpdateStreamsResponse Int Source #
- - | The response status code.