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

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.Route53Domains.ListOperations

Contents

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.

Synopsis

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:

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

Destructuring the Response

listOperationsResponse Source

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:

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

lorsOperations :: Lens' ListOperationsResponse [OperationSummary] Source

Lists summaries of the operations.

Type: Complex type containing a list of operation summaries

Children: OperationId, Status, SubmittedDate, Type