| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Route53Domains.Types.OperationSummary
Description
Synopsis
- data OperationSummary = OperationSummary' {}
- newOperationSummary :: OperationSummary
- operationSummary_domainName :: Lens' OperationSummary (Maybe Text)
- operationSummary_lastUpdatedDate :: Lens' OperationSummary (Maybe UTCTime)
- operationSummary_message :: Lens' OperationSummary (Maybe Text)
- operationSummary_operationId :: Lens' OperationSummary (Maybe Text)
- operationSummary_status :: Lens' OperationSummary (Maybe OperationStatus)
- operationSummary_statusFlag :: Lens' OperationSummary (Maybe StatusFlag)
- operationSummary_submittedDate :: Lens' OperationSummary (Maybe UTCTime)
- operationSummary_type :: Lens' OperationSummary (Maybe OperationType)
Documentation
data OperationSummary Source #
OperationSummary includes the following elements.
See: newOperationSummary smart constructor.
Constructors
| OperationSummary' | |
Fields
| |
Instances
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_domainName :: Lens' OperationSummary (Maybe Text) Source #
Name of the domain.
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_message :: Lens' OperationSummary (Maybe Text) Source #
Message about the operation.
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.
operationSummary_type :: Lens' OperationSummary (Maybe OperationType) Source #
Type of the action requested.