Safe Haskell | None |
---|---|
Language | Haskell2010 |
This operation returns the operation IDs of operations that are not yet complete.
http://docs.aws.amazon.com/Route53/latest/APIReference/api-ListOperations.html
- data ListOperations
- listOperations :: ListOperations
- loMarker :: Lens' ListOperations (Maybe Text)
- loMaxItems :: Lens' ListOperations (Maybe Int)
- data ListOperationsResponse
- listOperationsResponse :: ListOperationsResponse
- lorNextPageMarker :: Lens' ListOperationsResponse (Maybe Text)
- lorOperations :: Lens' ListOperationsResponse [OperationSummary]
Request
data ListOperations Source
Request constructor
listOperations :: ListOperations Source
ListOperations
constructor.
The fields accessible through corresponding lenses are:
Request lenses
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
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
Response
Response constructor
listOperationsResponse :: ListOperationsResponse Source
ListOperationsResponse
constructor.
The fields accessible through corresponding lenses are:
Response lenses
lorNextPageMarker :: 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
lorOperations :: Lens' ListOperationsResponse [OperationSummary] Source
Lists summaries of the operations.
Type: Complex type containing a list of operation summaries
Children: OperationId
, Status
, SubmittedDate
, Type