libZSservicesZSamazonka-route53-autonamingZSamazonka-route53-autonaming
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Route53AutoNaming.GetOperation

Description

Gets information about any operation that returns an operation ID in the response, such as a CreateService request.

To get a list of operations that match specified criteria, see ListOperations.

Synopsis

Creating a Request

data GetOperation Source #

See: newGetOperation smart constructor.

Constructors

GetOperation' 

Fields

  • operationId :: Text

    The ID of the operation that you want to get more information about.

Instances

Instances details
Eq GetOperation Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.GetOperation

Read GetOperation Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.GetOperation

Show GetOperation Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.GetOperation

Generic GetOperation Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.GetOperation

Associated Types

type Rep GetOperation :: Type -> Type #

NFData GetOperation Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.GetOperation

Methods

rnf :: GetOperation -> () #

Hashable GetOperation Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.GetOperation

ToJSON GetOperation Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.GetOperation

AWSRequest GetOperation Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.GetOperation

Associated Types

type AWSResponse GetOperation #

ToHeaders GetOperation Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.GetOperation

ToPath GetOperation Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.GetOperation

ToQuery GetOperation Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.GetOperation

type Rep GetOperation Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.GetOperation

type Rep GetOperation = D1 ('MetaData "GetOperation" "Amazonka.Route53AutoNaming.GetOperation" "libZSservicesZSamazonka-route53-autonamingZSamazonka-route53-autonaming" 'False) (C1 ('MetaCons "GetOperation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "operationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetOperation Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.GetOperation

newGetOperation Source #

Create a value of GetOperation with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:operationId:GetOperation', getOperation_operationId - The ID of the operation that you want to get more information about.

Request Lenses

getOperation_operationId :: Lens' GetOperation Text Source #

The ID of the operation that you want to get more information about.

Destructuring the Response

data GetOperationResponse Source #

See: newGetOperationResponse smart constructor.

Constructors

GetOperationResponse' 

Fields

Instances

Instances details
Eq GetOperationResponse Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.GetOperation

Read GetOperationResponse Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.GetOperation

Show GetOperationResponse Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.GetOperation

Generic GetOperationResponse Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.GetOperation

Associated Types

type Rep GetOperationResponse :: Type -> Type #

NFData GetOperationResponse Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.GetOperation

Methods

rnf :: GetOperationResponse -> () #

type Rep GetOperationResponse Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.GetOperation

type Rep GetOperationResponse = D1 ('MetaData "GetOperationResponse" "Amazonka.Route53AutoNaming.GetOperation" "libZSservicesZSamazonka-route53-autonamingZSamazonka-route53-autonaming" 'False) (C1 ('MetaCons "GetOperationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "operation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Operation)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetOperationResponse Source #

Create a value of GetOperationResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:operation:GetOperationResponse', getOperationResponse_operation - A complex type that contains information about the operation.

$sel:httpStatus:GetOperationResponse', getOperationResponse_httpStatus - The response's http status code.

Response Lenses

getOperationResponse_operation :: Lens' GetOperationResponse (Maybe Operation) Source #

A complex type that contains information about the operation.