amazonka-panorama-2.0: Amazon Panorama 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.Panorama.Types.OTAJobConfig

Description

 
Synopsis

Documentation

data OTAJobConfig Source #

An over-the-air update (OTA) job configuration.

See: newOTAJobConfig smart constructor.

Constructors

OTAJobConfig' 

Fields

Instances

Instances details
ToJSON OTAJobConfig Source # 
Instance details

Defined in Amazonka.Panorama.Types.OTAJobConfig

Generic OTAJobConfig Source # 
Instance details

Defined in Amazonka.Panorama.Types.OTAJobConfig

Associated Types

type Rep OTAJobConfig :: Type -> Type #

Read OTAJobConfig Source # 
Instance details

Defined in Amazonka.Panorama.Types.OTAJobConfig

Show OTAJobConfig Source # 
Instance details

Defined in Amazonka.Panorama.Types.OTAJobConfig

NFData OTAJobConfig Source # 
Instance details

Defined in Amazonka.Panorama.Types.OTAJobConfig

Methods

rnf :: OTAJobConfig -> () #

Eq OTAJobConfig Source # 
Instance details

Defined in Amazonka.Panorama.Types.OTAJobConfig

Hashable OTAJobConfig Source # 
Instance details

Defined in Amazonka.Panorama.Types.OTAJobConfig

type Rep OTAJobConfig Source # 
Instance details

Defined in Amazonka.Panorama.Types.OTAJobConfig

type Rep OTAJobConfig = D1 ('MetaData "OTAJobConfig" "Amazonka.Panorama.Types.OTAJobConfig" "amazonka-panorama-2.0-9Y2Sxd8ToqsBjPczgPI6n1" 'False) (C1 ('MetaCons "OTAJobConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "imageVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newOTAJobConfig Source #

Create a value of OTAJobConfig 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:imageVersion:OTAJobConfig', oTAJobConfig_imageVersion - The target version of the device software.

oTAJobConfig_imageVersion :: Lens' OTAJobConfig Text Source #

The target version of the device software.