| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.Route53Domains.GetOperationDetail
Description
This operation returns the current status of an operation that is not completed.
http://docs.aws.amazon.com/Route53/latest/APIReference/api-GetOperationDetail.html
- data GetOperationDetail
- getOperationDetail :: Text -> GetOperationDetail
- godOperationId :: Lens' GetOperationDetail Text
- data GetOperationDetailResponse
- getOperationDetailResponse :: GetOperationDetailResponse
- godrDomainName :: Lens' GetOperationDetailResponse (Maybe Text)
- godrMessage :: Lens' GetOperationDetailResponse (Maybe Text)
- godrOperationId :: Lens' GetOperationDetailResponse (Maybe Text)
- godrStatus :: Lens' GetOperationDetailResponse (Maybe OperationStatus)
- godrSubmittedDate :: Lens' GetOperationDetailResponse (Maybe UTCTime)
- godrType :: Lens' GetOperationDetailResponse (Maybe OperationType)
Request
data GetOperationDetail Source
Instances
| Eq GetOperationDetail | |
| Ord GetOperationDetail | |
| Read GetOperationDetail | |
| Show GetOperationDetail | |
| IsString GetOperationDetail | |
| Monoid GetOperationDetail | |
| AWSRequest GetOperationDetail | |
| ToQuery GetOperationDetail | |
| ToPath GetOperationDetail | |
| ToHeaders GetOperationDetail | |
| ToJSON GetOperationDetail | |
| type Sv GetOperationDetail = Route53Domains | |
| type Rs GetOperationDetail = GetOperationDetailResponse |
Request constructor
Arguments
| :: Text | |
| -> GetOperationDetail |
GetOperationDetail constructor.
The fields accessible through corresponding lenses are:
godOperationId::Text
Request lenses
godOperationId :: Lens' GetOperationDetail Text Source
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.
Type: String
Default: None
Required: Yes
Response
Response constructor
getOperationDetailResponse :: GetOperationDetailResponse Source
GetOperationDetailResponse constructor.
The fields accessible through corresponding lenses are:
godrDomainName::MaybeTextgodrMessage::MaybeTextgodrOperationId::MaybeTextgodrStatus::MaybeOperationStatusgodrSubmittedDate::MaybeUTCTimegodrType::MaybeOperationType
Response lenses
godrDomainName :: Lens' GetOperationDetailResponse (Maybe Text) Source
The name of a domain.
Type: String
godrMessage :: Lens' GetOperationDetailResponse (Maybe Text) Source
Detailed information on the status including possible errors.
Type: String
godrOperationId :: Lens' GetOperationDetailResponse (Maybe Text) Source
The identifier for the operation.
Type: String
godrStatus :: Lens' GetOperationDetailResponse (Maybe OperationStatus) Source
The current status of the requested operation in the system.
Type: String
godrSubmittedDate :: Lens' GetOperationDetailResponse (Maybe UTCTime) Source
The date when the request was submitted.
godrType :: Lens' GetOperationDetailResponse (Maybe OperationType) Source
The type of operation that was requested.
Type: String