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.Types.OperationSummary

Description

 
Synopsis

Documentation

data OperationSummary Source #

A complex type that contains information about an operation that matches the criteria that you specified in a ListOperations request.

See: newOperationSummary smart constructor.

Constructors

OperationSummary' 

Fields

  • status :: Maybe OperationStatus

    The status of the operation. Values include the following:

    • SUBMITTED: This is the initial state immediately after you submit a request.
    • PENDING: Cloud Map is performing the operation.
    • SUCCESS: The operation succeeded.
    • FAIL: The operation failed. For the failure reason, see ErrorMessage.
  • id :: Maybe Text

    The ID for an operation.

Instances

Instances details
Eq OperationSummary Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationSummary

Read OperationSummary Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationSummary

Show OperationSummary Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationSummary

Generic OperationSummary Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationSummary

Associated Types

type Rep OperationSummary :: Type -> Type #

NFData OperationSummary Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationSummary

Methods

rnf :: OperationSummary -> () #

Hashable OperationSummary Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationSummary

FromJSON OperationSummary Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationSummary

type Rep OperationSummary Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationSummary

type Rep OperationSummary = D1 ('MetaData "OperationSummary" "Amazonka.Route53AutoNaming.Types.OperationSummary" "libZSservicesZSamazonka-route53-autonamingZSamazonka-route53-autonaming" 'False) (C1 ('MetaCons "OperationSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OperationStatus)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newOperationSummary :: OperationSummary Source #

Create a value of OperationSummary 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:status:OperationSummary', operationSummary_status - The status of the operation. Values include the following:

  • SUBMITTED: This is the initial state immediately after you submit a request.
  • PENDING: Cloud Map is performing the operation.
  • SUCCESS: The operation succeeded.
  • FAIL: The operation failed. For the failure reason, see ErrorMessage.

$sel:id:OperationSummary', operationSummary_id - The ID for an operation.

operationSummary_status :: Lens' OperationSummary (Maybe OperationStatus) Source #

The status of the operation. Values include the following:

  • SUBMITTED: This is the initial state immediately after you submit a request.
  • PENDING: Cloud Map is performing the operation.
  • SUCCESS: The operation succeeded.
  • FAIL: The operation failed. For the failure reason, see ErrorMessage.