libZSservicesZSamazonka-iotZSamazonka-iot
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.IoT.Types.FileLocation

Description

 
Synopsis

Documentation

data FileLocation Source #

The location of the OTA update.

See: newFileLocation smart constructor.

Constructors

FileLocation' 

Fields

Instances

Instances details
Eq FileLocation Source # 
Instance details

Defined in Amazonka.IoT.Types.FileLocation

Read FileLocation Source # 
Instance details

Defined in Amazonka.IoT.Types.FileLocation

Show FileLocation Source # 
Instance details

Defined in Amazonka.IoT.Types.FileLocation

Generic FileLocation Source # 
Instance details

Defined in Amazonka.IoT.Types.FileLocation

Associated Types

type Rep FileLocation :: Type -> Type #

NFData FileLocation Source # 
Instance details

Defined in Amazonka.IoT.Types.FileLocation

Methods

rnf :: FileLocation -> () #

Hashable FileLocation Source # 
Instance details

Defined in Amazonka.IoT.Types.FileLocation

ToJSON FileLocation Source # 
Instance details

Defined in Amazonka.IoT.Types.FileLocation

FromJSON FileLocation Source # 
Instance details

Defined in Amazonka.IoT.Types.FileLocation

type Rep FileLocation Source # 
Instance details

Defined in Amazonka.IoT.Types.FileLocation

type Rep FileLocation = D1 ('MetaData "FileLocation" "Amazonka.IoT.Types.FileLocation" "libZSservicesZSamazonka-iotZSamazonka-iot" 'False) (C1 ('MetaCons "FileLocation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "stream") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Stream)) :*: S1 ('MetaSel ('Just "s3Location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3Location))))

newFileLocation :: FileLocation Source #

Create a value of FileLocation 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:stream:FileLocation', fileLocation_stream - The stream that contains the OTA update.

$sel:s3Location:FileLocation', fileLocation_s3Location - The location of the updated firmware in S3.

fileLocation_stream :: Lens' FileLocation (Maybe Stream) Source #

The stream that contains the OTA update.

fileLocation_s3Location :: Lens' FileLocation (Maybe S3Location) Source #

The location of the updated firmware in S3.