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
Documentation
data LastUpdate Source #
The status of the last update on the environment, and any errors that were encountered.
See: newLastUpdate
smart constructor.
LastUpdate' | |
|
Instances
newLastUpdate :: LastUpdate Source #
Create a value of LastUpdate
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:LastUpdate'
, lastUpdate_status
- The status of the last update on the environment. Valid values:
SUCCESS
, PENDING
, FAILED
.
$sel:createdAt:LastUpdate'
, lastUpdate_createdAt
- The day and time of the last update on the environment.
$sel:error:LastUpdate'
, lastUpdate_error
- The error that was encountered during the last update of the
environment.
lastUpdate_status :: Lens' LastUpdate (Maybe UpdateStatus) Source #
The status of the last update on the environment. Valid values:
SUCCESS
, PENDING
, FAILED
.
lastUpdate_createdAt :: Lens' LastUpdate (Maybe UTCTime) Source #
The day and time of the last update on the environment.
lastUpdate_error :: Lens' LastUpdate (Maybe UpdateError) Source #
The error that was encountered during the last update of the environment.