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 |
Synopsis
- data OperationSummary = OperationSummary' {}
- newOperationSummary :: OperationSummary
- operationSummary_status :: Lens' OperationSummary (Maybe OperationStatus)
- operationSummary_targetArn :: Lens' OperationSummary (Maybe Text)
- operationSummary_endedAt :: Lens' OperationSummary (Maybe UTCTime)
- operationSummary_startedAt :: Lens' OperationSummary (Maybe UTCTime)
- operationSummary_id :: Lens' OperationSummary (Maybe Text)
- operationSummary_type :: Lens' OperationSummary (Maybe OperationType)
- operationSummary_updatedAt :: Lens' OperationSummary (Maybe UTCTime)
Documentation
data OperationSummary Source #
Provides summary information for an operation that occurred on an App Runner service.
See: newOperationSummary
smart constructor.
OperationSummary' | |
|
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:status:OperationSummary'
, operationSummary_status
- The current state of the operation.
$sel:targetArn:OperationSummary'
, operationSummary_targetArn
- The Amazon Resource Name (ARN) of the resource that the operation acted
on (for example, an App Runner service).
$sel:endedAt:OperationSummary'
, operationSummary_endedAt
- The time when the operation ended. It's in the Unix time stamp format.
$sel:startedAt:OperationSummary'
, operationSummary_startedAt
- The time when the operation started. It's in the Unix time stamp
format.
$sel:id:OperationSummary'
, operationSummary_id
- A unique ID of this operation. It's unique in the scope of the App
Runner service.
$sel:type':OperationSummary'
, operationSummary_type
- The type of operation. It indicates a specific action that occured.
$sel:updatedAt:OperationSummary'
, operationSummary_updatedAt
- The time when the operation was last updated. It's in the Unix time
stamp format.
operationSummary_status :: Lens' OperationSummary (Maybe OperationStatus) Source #
The current state of the operation.
operationSummary_targetArn :: Lens' OperationSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the resource that the operation acted on (for example, an App Runner service).
operationSummary_endedAt :: Lens' OperationSummary (Maybe UTCTime) Source #
The time when the operation ended. It's in the Unix time stamp format.
operationSummary_startedAt :: Lens' OperationSummary (Maybe UTCTime) Source #
The time when the operation started. It's in the Unix time stamp format.
operationSummary_id :: Lens' OperationSummary (Maybe Text) Source #
A unique ID of this operation. It's unique in the scope of the App Runner service.
operationSummary_type :: Lens' OperationSummary (Maybe OperationType) Source #
The type of operation. It indicates a specific action that occured.
operationSummary_updatedAt :: Lens' OperationSummary (Maybe UTCTime) Source #
The time when the operation was last updated. It's in the Unix time stamp format.