amazonka-route53-domains-1.3.1: 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.GetOperationDetail

Contents

Description

This operation returns the current status of an operation that is not completed.

See: AWS API Reference for GetOperationDetail.

Synopsis

Creating a Request

getOperationDetail Source

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:

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

Destructuring the Response

getOperationDetailResponse Source

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:

Response Lenses

godrsStatus :: Lens' GetOperationDetailResponse (Maybe OperationStatus) Source

The current status of the requested operation in the system.

Type: String

godrsSubmittedDate :: Lens' GetOperationDetailResponse (Maybe UTCTime) Source

The date when the request was submitted.

godrsDomainName :: Lens' GetOperationDetailResponse (Maybe Text) Source

The name of a domain.

Type: String

godrsOperationId :: Lens' GetOperationDetailResponse (Maybe Text) Source

The identifier for the operation.

Type: String

godrsType :: Lens' GetOperationDetailResponse (Maybe OperationType) Source

The type of operation that was requested.

Type: String

godrsMessage :: Lens' GetOperationDetailResponse (Maybe Text) Source

Detailed information on the status including possible errors.

Type: String