amazonka-route53-domains-0.1.2: Amazon Route 53 Domains SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.Route53Domains.ListOperations

Contents

Description

This operation returns the operation IDs of operations that are not yet complete.

http://docs.aws.amazon.com/Route53/latest/APIReference/api-ListOperations.html

Synopsis

Request

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

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