libZSservicesZSamazonka-panoramaZSamazonka-panorama
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.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
Eq OTAJobConfig Source # 
Instance details

Defined in Amazonka.Panorama.Types.OTAJobConfig

Read OTAJobConfig Source # 
Instance details

Defined in Amazonka.Panorama.Types.OTAJobConfig

Show 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 #

NFData OTAJobConfig Source # 
Instance details

Defined in Amazonka.Panorama.Types.OTAJobConfig

Methods

rnf :: OTAJobConfig -> () #

Hashable OTAJobConfig Source # 
Instance details

Defined in Amazonka.Panorama.Types.OTAJobConfig

ToJSON 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" "libZSservicesZSamazonka-panoramaZSamazonka-panorama" '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.