| 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 |
Network.AWS.Route53Domains.ListOperations
Description
This operation returns the operation IDs of operations that are not yet complete.
See: AWS API Reference for ListOperations.
This operation returns paginated results.
- listOperations :: ListOperations
- data ListOperations
- loMaxItems :: Lens' ListOperations (Maybe Int)
- loMarker :: Lens' ListOperations (Maybe Text)
- listOperationsResponse :: Int -> ListOperationsResponse
- data ListOperationsResponse
- lorsNextPageMarker :: Lens' ListOperationsResponse (Maybe Text)
- lorsStatus :: Lens' ListOperationsResponse Int
- lorsOperations :: Lens' ListOperationsResponse [OperationSummary]
Creating a Request
listOperations :: ListOperations Source
Creates a value of ListOperations with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ListOperations Source
The ListOperations request includes the following elements.
See: listOperations smart constructor.
Instances
Request Lenses
loMaxItems :: Lens' ListOperations (Maybe Int) Source
Number of domains to be returned.
Type: Integer
Default: 20
Constraints: A value between 1 and 100.
Required: No
loMarker :: Lens' ListOperations (Maybe Text) Source
For an initial request for a list of operations, omit this element. If
the number of operations that are not yet complete is greater than the
value that you specified for MaxItems, you can use Marker to return
additional operations. Get the value of NextPageMarker from the
previous response, and submit another request that includes the value of
NextPageMarker in the Marker element.
Type: String
Default: None
Required: No
Destructuring the Response
Arguments
| :: Int | |
| -> ListOperationsResponse |
Creates a value of ListOperationsResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ListOperationsResponse Source
The ListOperations response includes the following elements.
See: listOperationsResponse smart constructor.
Response Lenses
lorsNextPageMarker :: Lens' ListOperationsResponse (Maybe Text) Source
If there are more operations than you specified for MaxItems in the
request, submit another request and include the value of
NextPageMarker in the value of Marker.
Type: String
Parent: Operations
lorsStatus :: Lens' ListOperationsResponse Int Source
The response status code.
lorsOperations :: Lens' ListOperationsResponse [OperationSummary] Source
Lists summaries of the operations.
Type: Complex type containing a list of operation summaries
Children: OperationId, Status, SubmittedDate, Type