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

Description

 
Synopsis

Documentation

data StreamSummary Source #

A summary of a stream.

See: newStreamSummary smart constructor.

Constructors

StreamSummary' 

Fields

Instances

Instances details
FromJSON StreamSummary Source # 
Instance details

Defined in Amazonka.IoT.Types.StreamSummary

Generic StreamSummary Source # 
Instance details

Defined in Amazonka.IoT.Types.StreamSummary

Associated Types

type Rep StreamSummary :: Type -> Type #

Read StreamSummary Source # 
Instance details

Defined in Amazonka.IoT.Types.StreamSummary

Show StreamSummary Source # 
Instance details

Defined in Amazonka.IoT.Types.StreamSummary

NFData StreamSummary Source # 
Instance details

Defined in Amazonka.IoT.Types.StreamSummary

Methods

rnf :: StreamSummary -> () #

Eq StreamSummary Source # 
Instance details

Defined in Amazonka.IoT.Types.StreamSummary

Hashable StreamSummary Source # 
Instance details

Defined in Amazonka.IoT.Types.StreamSummary

type Rep StreamSummary Source # 
Instance details

Defined in Amazonka.IoT.Types.StreamSummary

type Rep StreamSummary = D1 ('MetaData "StreamSummary" "Amazonka.IoT.Types.StreamSummary" "amazonka-iot-2.0-6w03vgAfmrM1SG22OsNJXL" 'False) (C1 ('MetaCons "StreamSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "streamArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "streamId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "streamVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))

newStreamSummary :: StreamSummary Source #

Create a value of StreamSummary 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:description:StreamSummary', streamSummary_description - A description of the stream.

$sel:streamArn:StreamSummary', streamSummary_streamArn - The stream ARN.

$sel:streamId:StreamSummary', streamSummary_streamId - The stream ID.

$sel:streamVersion:StreamSummary', streamSummary_streamVersion - The stream version.