Copyright | (c) 2013-2018 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Network.AWS.Route53Domains.GetOperationDetail
Description
This operation returns the current status of an operation that is not completed.
- getOperationDetail :: Text -> GetOperationDetail
- data GetOperationDetail
- godOperationId :: Lens' GetOperationDetail Text
- getOperationDetailResponse :: Int -> GetOperationDetailResponse
- data GetOperationDetailResponse
- godrsStatus :: Lens' GetOperationDetailResponse (Maybe OperationStatus)
- godrsSubmittedDate :: Lens' GetOperationDetailResponse (Maybe UTCTime)
- godrsDomainName :: Lens' GetOperationDetailResponse (Maybe Text)
- godrsOperationId :: Lens' GetOperationDetailResponse (Maybe Text)
- godrsType :: Lens' GetOperationDetailResponse (Maybe OperationType)
- godrsMessage :: Lens' GetOperationDetailResponse (Maybe Text)
- godrsResponseStatus :: Lens' GetOperationDetailResponse Int
Creating a Request
Arguments
:: Text | |
-> GetOperationDetail |
Creates a value of GetOperationDetail
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
godOperationId
- The identifier for the operation for which you want to get the status. Amazon Route 53 returned the identifier in the response to the original request.
data GetOperationDetail #
The GetOperationDetail
request includes the following element.
See: getOperationDetail
smart constructor.
Instances
Request Lenses
godOperationId :: Lens' GetOperationDetail Text #
The identifier for the operation for which you want to get the status. Amazon Route 53 returned the identifier in the response to the original request.
Destructuring the Response
Arguments
:: Int | |
-> GetOperationDetailResponse |
Creates a value of GetOperationDetailResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
godrsStatus
- The current status of the requested operation in the system.godrsSubmittedDate
- The date when the request was submitted.godrsDomainName
- The name of a domain.godrsOperationId
- The identifier for the operation.godrsType
- The type of operation that was requested.godrsMessage
- Detailed information on the status including possible errors.godrsResponseStatus
- -- | The response status code.
data GetOperationDetailResponse #
The GetOperationDetail response includes the following elements.
See: getOperationDetailResponse
smart constructor.
Response Lenses
godrsStatus :: Lens' GetOperationDetailResponse (Maybe OperationStatus) #
The current status of the requested operation in the system.
godrsSubmittedDate :: Lens' GetOperationDetailResponse (Maybe UTCTime) #
The date when the request was submitted.
godrsDomainName :: Lens' GetOperationDetailResponse (Maybe Text) #
The name of a domain.
godrsOperationId :: Lens' GetOperationDetailResponse (Maybe Text) #
The identifier for the operation.
godrsType :: Lens' GetOperationDetailResponse (Maybe OperationType) #
The type of operation that was requested.
godrsMessage :: Lens' GetOperationDetailResponse (Maybe Text) #
Detailed information on the status including possible errors.
godrsResponseStatus :: Lens' GetOperationDetailResponse Int #
- - | The response status code.