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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.Route53Domains.GetOperationDetail

Contents

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

Synopsis

Request

Request constructor

getOperationDetail Source

GetOperationDetail constructor.

The fields accessible through corresponding lenses are:

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

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