| 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.IotTwinMaker.Types.SyncJobStatus
Description
Documentation
data SyncJobStatus Source #
The SyncJob status.
See: newSyncJobStatus smart constructor.
Constructors
| SyncJobStatus' | |
Fields
| |
Instances
newSyncJobStatus :: SyncJobStatus Source #
Create a value of SyncJobStatus 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:error:SyncJobStatus', syncJobStatus_error - The SyncJob error.
$sel:state:SyncJobStatus', syncJobStatus_state - The SyncJob status state.
syncJobStatus_error :: Lens' SyncJobStatus (Maybe ErrorDetails) Source #
The SyncJob error.
syncJobStatus_state :: Lens' SyncJobStatus (Maybe SyncJobState) Source #
The SyncJob status state.