| 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.MwAA.Types.LastUpdate
Description
Synopsis
Documentation
data LastUpdate Source #
Describes the status of the last update on the environment, and any errors that were encountered.
See: newLastUpdate smart constructor.
Constructors
| LastUpdate' | |
Fields
| |
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: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.
$sel:source:LastUpdate', lastUpdate_source - The source of the last update to the environment. Includes internal
processes by Amazon MWAA, such as an environment maintenance update.
$sel:status:LastUpdate', lastUpdate_status - The status of the last update on the environment.
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.
lastUpdate_source :: Lens' LastUpdate (Maybe Text) Source #
The source of the last update to the environment. Includes internal processes by Amazon MWAA, such as an environment maintenance update.
lastUpdate_status :: Lens' LastUpdate (Maybe UpdateStatus) Source #
The status of the last update on the environment.