amazonka-route53-domains-2.0: Amazon Route 53 Domains SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Route53Domains.Types.OperationSummary

Description

 
Synopsis

Documentation

data OperationSummary Source #

OperationSummary includes the following elements.

See: newOperationSummary smart constructor.

Constructors

OperationSummary' 

Fields

  • domainName :: Maybe Text

    Name of the domain.

  • lastUpdatedDate :: Maybe POSIX

    The date when the last change was made in Unix time format and Coordinated Universal Time (UTC).

  • message :: Maybe Text

    Message about the operation.

  • operationId :: Maybe Text

    Identifier returned to track the requested action.

  • status :: Maybe OperationStatus

    The current status of the requested operation in the system.

  • statusFlag :: Maybe StatusFlag

    Automatically checks whether there are no outstanding operations on domains that need customer attention.

    Valid values are:

    • PENDING_ACCEPTANCE: The operation is waiting for acceptance from the account that is receiving the domain.
    • PENDING_CUSTOMER_ACTION: The operation is waiting for customer action, for example, returning an email.
    • PENDING_AUTHORIZATION: The operation is waiting for the form of authorization. For more information, see ResendOperationAuthorization.
    • PENDING_PAYMENT_VERIFICATION: The operation is waiting for the payment method to validate.
    • PENDING_SUPPORT_CASE: The operation includes a support case and is waiting for its resolution.
  • submittedDate :: Maybe POSIX

    The date when the request was submitted.

  • type' :: Maybe OperationType

    Type of the action requested.

Instances

Instances details
FromJSON OperationSummary Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationSummary

Generic OperationSummary Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationSummary

Associated Types

type Rep OperationSummary :: Type -> Type #

Read OperationSummary Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationSummary

Show OperationSummary Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationSummary

NFData OperationSummary Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationSummary

Methods

rnf :: OperationSummary -> () #

Eq OperationSummary Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationSummary

Hashable OperationSummary Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationSummary

type Rep OperationSummary Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.OperationSummary

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:domainName:OperationSummary', operationSummary_domainName - Name of the domain.

$sel:lastUpdatedDate:OperationSummary', operationSummary_lastUpdatedDate - The date when the last change was made in Unix time format and Coordinated Universal Time (UTC).

$sel:message:OperationSummary', operationSummary_message - Message about the operation.

$sel:operationId:OperationSummary', operationSummary_operationId - Identifier returned to track the requested action.

$sel:status:OperationSummary', operationSummary_status - The current status of the requested operation in the system.

$sel:statusFlag:OperationSummary', operationSummary_statusFlag - Automatically checks whether there are no outstanding operations on domains that need customer attention.

Valid values are:

  • PENDING_ACCEPTANCE: The operation is waiting for acceptance from the account that is receiving the domain.
  • PENDING_CUSTOMER_ACTION: The operation is waiting for customer action, for example, returning an email.
  • PENDING_AUTHORIZATION: The operation is waiting for the form of authorization. For more information, see ResendOperationAuthorization.
  • PENDING_PAYMENT_VERIFICATION: The operation is waiting for the payment method to validate.
  • PENDING_SUPPORT_CASE: The operation includes a support case and is waiting for its resolution.

$sel:submittedDate:OperationSummary', operationSummary_submittedDate - The date when the request was submitted.

$sel:type':OperationSummary', operationSummary_type - Type of the action requested.

operationSummary_lastUpdatedDate :: Lens' OperationSummary (Maybe UTCTime) Source #

The date when the last change was made in Unix time format and Coordinated Universal Time (UTC).

operationSummary_operationId :: Lens' OperationSummary (Maybe Text) Source #

Identifier returned to track the requested action.

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

The current status of the requested operation in the system.

operationSummary_statusFlag :: Lens' OperationSummary (Maybe StatusFlag) Source #

Automatically checks whether there are no outstanding operations on domains that need customer attention.

Valid values are:

  • PENDING_ACCEPTANCE: The operation is waiting for acceptance from the account that is receiving the domain.
  • PENDING_CUSTOMER_ACTION: The operation is waiting for customer action, for example, returning an email.
  • PENDING_AUTHORIZATION: The operation is waiting for the form of authorization. For more information, see ResendOperationAuthorization.
  • PENDING_PAYMENT_VERIFICATION: The operation is waiting for the payment method to validate.
  • PENDING_SUPPORT_CASE: The operation includes a support case and is waiting for its resolution.

operationSummary_submittedDate :: Lens' OperationSummary (Maybe UTCTime) Source #

The date when the request was submitted.