| 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.UpdateLabelGroup
Description
Updates the label group.
Synopsis
- data UpdateLabelGroup = UpdateLabelGroup' {
- faultCodes :: Maybe [Text]
- labelGroupName :: Text
- newUpdateLabelGroup :: Text -> UpdateLabelGroup
- updateLabelGroup_faultCodes :: Lens' UpdateLabelGroup (Maybe [Text])
- updateLabelGroup_labelGroupName :: Lens' UpdateLabelGroup Text
- data UpdateLabelGroupResponse = UpdateLabelGroupResponse' {
- newUpdateLabelGroupResponse :: UpdateLabelGroupResponse
Creating a Request
data UpdateLabelGroup Source #
See: newUpdateLabelGroup smart constructor.
Constructors
| UpdateLabelGroup' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> UpdateLabelGroup |
Create a value of UpdateLabelGroup 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:faultCodes:UpdateLabelGroup', updateLabelGroup_faultCodes - Updates the code indicating 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.
UpdateLabelGroup, updateLabelGroup_labelGroupName - The name of the label group to be updated.
Request Lenses
updateLabelGroup_faultCodes :: Lens' UpdateLabelGroup (Maybe [Text]) Source #
Updates the code indicating 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.
updateLabelGroup_labelGroupName :: Lens' UpdateLabelGroup Text Source #
The name of the label group to be updated.
Destructuring the Response
data UpdateLabelGroupResponse Source #
See: newUpdateLabelGroupResponse smart constructor.
Constructors
| UpdateLabelGroupResponse' | |
Instances
newUpdateLabelGroupResponse :: UpdateLabelGroupResponse Source #
Create a value of UpdateLabelGroupResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.