Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
Describes a group of files that can be streamed.
See: newStream
smart constructor.
Instances
Eq Stream Source # | |
Read Stream Source # | |
Show Stream Source # | |
Generic Stream Source # | |
NFData Stream Source # | |
Defined in Amazonka.IoT.Types.Stream | |
Hashable Stream Source # | |
Defined in Amazonka.IoT.Types.Stream | |
ToJSON Stream Source # | |
Defined in Amazonka.IoT.Types.Stream | |
FromJSON Stream Source # | |
type Rep Stream Source # | |
Defined in Amazonka.IoT.Types.Stream type Rep Stream = D1 ('MetaData "Stream" "Amazonka.IoT.Types.Stream" "libZSservicesZSamazonka-iotZSamazonka-iot" 'False) (C1 ('MetaCons "Stream'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fileId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "streamId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) |
Create a value of Stream
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:Stream'
, stream_fileId
- The ID of a file associated with a stream.
$sel:streamId:Stream'
, stream_streamId
- The stream ID.