| Copyright | (c) 2013-2021 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
Amazonka.Route53Domains.Types.OperationSummary
Description
Synopsis
- data OperationSummary = OperationSummary' {}
- newOperationSummary :: Text -> OperationStatus -> OperationType -> UTCTime -> OperationSummary
- operationSummary_operationId :: Lens' OperationSummary Text
- operationSummary_status :: Lens' OperationSummary OperationStatus
- operationSummary_type :: Lens' OperationSummary OperationType
- operationSummary_submittedDate :: Lens' OperationSummary UTCTime
Documentation
data OperationSummary Source #
OperationSummary includes the following elements.
See: newOperationSummary smart constructor.
Constructors
| OperationSummary' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> OperationStatus | |
| -> OperationType | |
| -> UTCTime | |
| -> OperationSummary |
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: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:type':OperationSummary', operationSummary_type - Type of the action requested.
$sel:submittedDate:OperationSummary', operationSummary_submittedDate - The date when the request was submitted.
operationSummary_operationId :: Lens' OperationSummary Text Source #
Identifier returned to track the requested action.
operationSummary_status :: Lens' OperationSummary OperationStatus Source #
The current status of the requested operation in the system.
operationSummary_type :: Lens' OperationSummary OperationType Source #
Type of the action requested.
operationSummary_submittedDate :: Lens' OperationSummary UTCTime Source #
The date when the request was submitted.