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.S3Destination

Description

 
Synopsis

Documentation

data S3Destination Source #

Describes the location of updated firmware in S3.

See: newS3Destination smart constructor.

Constructors

S3Destination' 

Fields

Instances

Instances details
Eq S3Destination Source # 
Instance details

Defined in Amazonka.IoT.Types.S3Destination

Read S3Destination Source # 
Instance details

Defined in Amazonka.IoT.Types.S3Destination

Show S3Destination Source # 
Instance details

Defined in Amazonka.IoT.Types.S3Destination

Generic S3Destination Source # 
Instance details

Defined in Amazonka.IoT.Types.S3Destination

Associated Types

type Rep S3Destination :: Type -> Type #

NFData S3Destination Source # 
Instance details

Defined in Amazonka.IoT.Types.S3Destination

Methods

rnf :: S3Destination -> () #

Hashable S3Destination Source # 
Instance details

Defined in Amazonka.IoT.Types.S3Destination

ToJSON S3Destination Source # 
Instance details

Defined in Amazonka.IoT.Types.S3Destination

FromJSON S3Destination Source # 
Instance details

Defined in Amazonka.IoT.Types.S3Destination

type Rep S3Destination Source # 
Instance details

Defined in Amazonka.IoT.Types.S3Destination

type Rep S3Destination = D1 ('MetaData "S3Destination" "Amazonka.IoT.Types.S3Destination" "libZSservicesZSamazonka-iotZSamazonka-iot" 'False) (C1 ('MetaCons "S3Destination'" 'PrefixI 'True) (S1 ('MetaSel ('Just "prefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newS3Destination :: S3Destination Source #

Create a value of S3Destination 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:prefix:S3Destination', s3Destination_prefix - The S3 prefix.

$sel:bucket:S3Destination', s3Destination_bucket - The S3 bucket that contains the updated firmware.

s3Destination_bucket :: Lens' S3Destination (Maybe Text) Source #

The S3 bucket that contains the updated firmware.