libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.LookoutEquipment.Types.LabelsInputConfiguration

Description

 
Synopsis

Documentation

data LabelsInputConfiguration Source #

Contains the configuration information for the S3 location being used to hold label data.

See: newLabelsInputConfiguration smart constructor.

Constructors

LabelsInputConfiguration' 

Fields

Instances

Instances details
Eq LabelsInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelsInputConfiguration

Read LabelsInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelsInputConfiguration

Show LabelsInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelsInputConfiguration

Generic LabelsInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelsInputConfiguration

Associated Types

type Rep LabelsInputConfiguration :: Type -> Type #

NFData LabelsInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelsInputConfiguration

Hashable LabelsInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelsInputConfiguration

ToJSON LabelsInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelsInputConfiguration

FromJSON LabelsInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelsInputConfiguration

type Rep LabelsInputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelsInputConfiguration

type Rep LabelsInputConfiguration = D1 ('MetaData "LabelsInputConfiguration" "Amazonka.LookoutEquipment.Types.LabelsInputConfiguration" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" 'False) (C1 ('MetaCons "LabelsInputConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3InputConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 LabelsS3InputConfiguration)))

newLabelsInputConfiguration Source #

Create a value of LabelsInputConfiguration 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:s3InputConfiguration:LabelsInputConfiguration', labelsInputConfiguration_s3InputConfiguration - Contains location information for the S3 location being used for label data.

labelsInputConfiguration_s3InputConfiguration :: Lens' LabelsInputConfiguration LabelsS3InputConfiguration Source #

Contains location information for the S3 location being used for label data.