| 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.LookoutEquipment.Types.LabelSummary
Description
Synopsis
- data LabelSummary = LabelSummary' {}
- newLabelSummary :: LabelSummary
- labelSummary_createdAt :: Lens' LabelSummary (Maybe UTCTime)
- labelSummary_endTime :: Lens' LabelSummary (Maybe UTCTime)
- labelSummary_equipment :: Lens' LabelSummary (Maybe Text)
- labelSummary_faultCode :: Lens' LabelSummary (Maybe Text)
- labelSummary_labelGroupArn :: Lens' LabelSummary (Maybe Text)
- labelSummary_labelGroupName :: Lens' LabelSummary (Maybe Text)
- labelSummary_labelId :: Lens' LabelSummary (Maybe Text)
- labelSummary_rating :: Lens' LabelSummary (Maybe LabelRating)
- labelSummary_startTime :: Lens' LabelSummary (Maybe UTCTime)
Documentation
data LabelSummary Source #
Information about the label.
See: newLabelSummary smart constructor.
Constructors
| LabelSummary' | |
Fields
| |
Instances
newLabelSummary :: LabelSummary Source #
Create a value of LabelSummary 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:LabelSummary', labelSummary_createdAt - The time at which the label was created.
$sel:endTime:LabelSummary', labelSummary_endTime - The timestamp indicating the end of the label.
$sel:equipment:LabelSummary', labelSummary_equipment - Indicates that a label pertains to a particular piece of equipment.
$sel:faultCode:LabelSummary', labelSummary_faultCode - Indicates the type of anomaly associated with the label.
Data in this field will be retained for service usage. Follow best practices for the security of your data.
$sel:labelGroupArn:LabelSummary', labelSummary_labelGroupArn - The ARN of the label group.
$sel:labelGroupName:LabelSummary', labelSummary_labelGroupName - The name of the label group.
$sel:labelId:LabelSummary', labelSummary_labelId - The ID of the label.
$sel:rating:LabelSummary', labelSummary_rating - Indicates whether a labeled event represents an anomaly.
$sel:startTime:LabelSummary', labelSummary_startTime - The timestamp indicating the start of the label.
labelSummary_createdAt :: Lens' LabelSummary (Maybe UTCTime) Source #
The time at which the label was created.
labelSummary_endTime :: Lens' LabelSummary (Maybe UTCTime) Source #
The timestamp indicating the end of the label.
labelSummary_equipment :: Lens' LabelSummary (Maybe Text) Source #
Indicates that a label pertains to a particular piece of equipment.
labelSummary_faultCode :: Lens' LabelSummary (Maybe Text) Source #
Indicates the type of anomaly associated with the label.
Data in this field will be retained for service usage. Follow best practices for the security of your data.
labelSummary_labelGroupArn :: Lens' LabelSummary (Maybe Text) Source #
The ARN of the label group.
labelSummary_labelGroupName :: Lens' LabelSummary (Maybe Text) Source #
The name of the label group.
labelSummary_labelId :: Lens' LabelSummary (Maybe Text) Source #
The ID of the label.
labelSummary_rating :: Lens' LabelSummary (Maybe LabelRating) Source #
Indicates whether a labeled event represents an anomaly.
labelSummary_startTime :: Lens' LabelSummary (Maybe UTCTime) Source #
The timestamp indicating the start of the label.