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 Model = Model' {}
- newModel :: Model
- model_modelType :: Lens' Model (Maybe ModelTypeEnum)
- model_lastUpdatedTime :: Lens' Model (Maybe Text)
- model_modelId :: Lens' Model (Maybe Text)
- model_arn :: Lens' Model (Maybe Text)
- model_createdTime :: Lens' Model (Maybe Text)
- model_eventTypeName :: Lens' Model (Maybe Text)
- model_description :: Lens' Model (Maybe Text)
Documentation
The model.
See: newModel
smart constructor.
Model' | |
|
Instances
Create a value of Model
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:modelType:Model'
, model_modelType
- The model type.
$sel:lastUpdatedTime:Model'
, model_lastUpdatedTime
- Timestamp of last time the model was updated.
$sel:modelId:Model'
, model_modelId
- The model ID.
$sel:arn:Model'
, model_arn
- The ARN of the model.
$sel:createdTime:Model'
, model_createdTime
- Timestamp of when the model was created.
$sel:eventTypeName:Model'
, model_eventTypeName
- The name of the event type.
$sel:description:Model'
, model_description
- The model description.
model_modelType :: Lens' Model (Maybe ModelTypeEnum) Source #
The model type.