amazonka-lookoutequipment-2.0: Amazon Lookout for Equipment SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.LookoutEquipment.UpdateLabelGroup

Description

Updates the label group.

Synopsis

Creating a Request

data UpdateLabelGroup Source #

See: newUpdateLabelGroup smart constructor.

Constructors

UpdateLabelGroup' 

Fields

  • faultCodes :: Maybe [Text]

    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.

  • labelGroupName :: Text

    The name of the label group to be updated.

Instances

Instances details
ToJSON UpdateLabelGroup Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UpdateLabelGroup

ToHeaders UpdateLabelGroup Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UpdateLabelGroup

ToPath UpdateLabelGroup Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UpdateLabelGroup

ToQuery UpdateLabelGroup Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UpdateLabelGroup

AWSRequest UpdateLabelGroup Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UpdateLabelGroup

Associated Types

type AWSResponse UpdateLabelGroup #

Generic UpdateLabelGroup Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UpdateLabelGroup

Associated Types

type Rep UpdateLabelGroup :: Type -> Type #

Read UpdateLabelGroup Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UpdateLabelGroup

Show UpdateLabelGroup Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UpdateLabelGroup

NFData UpdateLabelGroup Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UpdateLabelGroup

Methods

rnf :: UpdateLabelGroup -> () #

Eq UpdateLabelGroup Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UpdateLabelGroup

Hashable UpdateLabelGroup Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UpdateLabelGroup

type AWSResponse UpdateLabelGroup Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UpdateLabelGroup

type Rep UpdateLabelGroup Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UpdateLabelGroup

type Rep UpdateLabelGroup = D1 ('MetaData "UpdateLabelGroup" "Amazonka.LookoutEquipment.UpdateLabelGroup" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "UpdateLabelGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "faultCodes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "labelGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newUpdateLabelGroup Source #

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.

Instances

Instances details
Generic UpdateLabelGroupResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UpdateLabelGroup

Associated Types

type Rep UpdateLabelGroupResponse :: Type -> Type #

Read UpdateLabelGroupResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UpdateLabelGroup

Show UpdateLabelGroupResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UpdateLabelGroup

NFData UpdateLabelGroupResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UpdateLabelGroup

Eq UpdateLabelGroupResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UpdateLabelGroup

type Rep UpdateLabelGroupResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.UpdateLabelGroup

type Rep UpdateLabelGroupResponse = D1 ('MetaData "UpdateLabelGroupResponse" "Amazonka.LookoutEquipment.UpdateLabelGroup" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "UpdateLabelGroupResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newUpdateLabelGroupResponse :: UpdateLabelGroupResponse Source #

Create a value of UpdateLabelGroupResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.