| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.IoT.Types.Stream
Description
Documentation
Describes a group of files that can be streamed.
See: newStream smart constructor.
Constructors
| Stream' | |
Instances
| FromJSON Stream Source # | |
| ToJSON Stream Source # | |
Defined in Amazonka.IoT.Types.Stream | |
| Generic Stream Source # | |
| Read Stream Source # | |
| Show Stream Source # | |
| NFData Stream Source # | |
Defined in Amazonka.IoT.Types.Stream | |
| Eq Stream Source # | |
| Hashable Stream Source # | |
Defined in Amazonka.IoT.Types.Stream | |
| type Rep Stream Source # | |
Defined in Amazonka.IoT.Types.Stream type Rep Stream = D1 ('MetaData "Stream" "Amazonka.IoT.Types.Stream" "amazonka-iot-2.0-6w03vgAfmrM1SG22OsNJXL" '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.