amazonka-iot-2.0: Amazon IoT 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.IoT.Types.StreamFile

Description

 
Synopsis

Documentation

data StreamFile Source #

Represents a file to stream.

See: newStreamFile smart constructor.

Constructors

StreamFile' 

Fields

Instances

Instances details
FromJSON StreamFile Source # 
Instance details

Defined in Amazonka.IoT.Types.StreamFile

ToJSON StreamFile Source # 
Instance details

Defined in Amazonka.IoT.Types.StreamFile

Generic StreamFile Source # 
Instance details

Defined in Amazonka.IoT.Types.StreamFile

Associated Types

type Rep StreamFile :: Type -> Type #

Read StreamFile Source # 
Instance details

Defined in Amazonka.IoT.Types.StreamFile

Show StreamFile Source # 
Instance details

Defined in Amazonka.IoT.Types.StreamFile

NFData StreamFile Source # 
Instance details

Defined in Amazonka.IoT.Types.StreamFile

Methods

rnf :: StreamFile -> () #

Eq StreamFile Source # 
Instance details

Defined in Amazonka.IoT.Types.StreamFile

Hashable StreamFile Source # 
Instance details

Defined in Amazonka.IoT.Types.StreamFile

type Rep StreamFile Source # 
Instance details

Defined in Amazonka.IoT.Types.StreamFile

type Rep StreamFile = D1 ('MetaData "StreamFile" "Amazonka.IoT.Types.StreamFile" "amazonka-iot-2.0-6w03vgAfmrM1SG22OsNJXL" 'False) (C1 ('MetaCons "StreamFile'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fileId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "s3Location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3Location))))

newStreamFile :: StreamFile Source #

Create a value of StreamFile 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:fileId:StreamFile', streamFile_fileId - The file ID.

$sel:s3Location:StreamFile', streamFile_s3Location - The location of the file in S3.

streamFile_s3Location :: Lens' StreamFile (Maybe S3Location) Source #

The location of the file in S3.