| Copyright | (c) 2013-2016 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.
This operation returns paginated results.
- listOperations :: ListOperations
- data ListOperations
- loMarker :: Lens' ListOperations (Maybe Text)
- loMaxItems :: Lens' ListOperations (Maybe Int)
- listOperationsResponse :: Int -> ListOperationsResponse
- data ListOperationsResponse
- lorsNextPageMarker :: Lens' ListOperationsResponse (Maybe Text)
- lorsResponseStatus :: 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:
loMarker- 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 forMaxItems, you can useMarkerto return additional operations. Get the value ofNextPageMarkerfrom the previous response, and submit another request that includes the value ofNextPageMarkerin theMarkerelement. Type: String Default: None Required: NoloMaxItems- Number of domains to be returned. Type: Integer Default: 20 Constraints: A value between 1 and 100. Required: No
data ListOperations Source #
The ListOperations request includes the following elements.
See: listOperations smart constructor.
Instances
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 #
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:
lorsNextPageMarker- If there are more operations than you specified forMaxItemsin the request, submit another request and include the value ofNextPageMarkerin the value ofMarker. Type: String Parent:OperationslorsResponseStatus- -- | The response status code.lorsOperations- Lists summaries of the operations. Type: Complex type containing a list of operation summaries Children:OperationId,Status,SubmittedDate,Type
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
lorsResponseStatus :: 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