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 |
Documentation
data AssetModelStatus Source #
Contains current status information for an asset model. For more information, see Asset and model states in the IoT SiteWise User Guide.
See: newAssetModelStatus
smart constructor.
AssetModelStatus' | |
|
Instances
Create a value of AssetModelStatus
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:AssetModelStatus'
, assetModelStatus_error
- Contains associated error information, if any.
$sel:state:AssetModelStatus'
, assetModelStatus_state
- The current state of the asset model.
assetModelStatus_error :: Lens' AssetModelStatus (Maybe ErrorDetails) Source #
Contains associated error information, if any.
assetModelStatus_state :: Lens' AssetModelStatus AssetModelState Source #
The current state of the asset model.