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
Represents all of the data describing a particular stream.
See: newStream
smart constructor.
Stream' | |
|
Instances
Eq Stream Source # | |
Read Stream Source # | |
Show Stream Source # | |
Generic Stream Source # | |
NFData Stream Source # | |
Defined in Amazonka.DynamoDBStreams.Types.Stream | |
Hashable Stream Source # | |
Defined in Amazonka.DynamoDBStreams.Types.Stream | |
FromJSON Stream Source # | |
type Rep Stream Source # | |
Defined in Amazonka.DynamoDBStreams.Types.Stream type Rep Stream = D1 ('MetaData "Stream" "Amazonka.DynamoDBStreams.Types.Stream" "libZSservicesZSamazonka-dynamodb-streamsZSamazonka-dynamodb-streams" 'False) (C1 ('MetaCons "Stream'" 'PrefixI 'True) (S1 ('MetaSel ('Just "streamLabel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "streamArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tableName") '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:streamLabel:Stream'
, stream_streamLabel
- A timestamp, in ISO 8601 format, for this stream.
Note that LatestStreamLabel
is not a unique identifier for the stream,
because it is possible that a stream from another table might have the
same timestamp. However, the combination of the following three elements
is guaranteed to be unique:
- the AWS customer ID.
- the table name
- the
StreamLabel
$sel:streamArn:Stream'
, stream_streamArn
- The Amazon Resource Name (ARN) for the stream.
$sel:tableName:Stream'
, stream_tableName
- The DynamoDB table with which the stream is associated.
stream_streamLabel :: Lens' Stream (Maybe Text) Source #
A timestamp, in ISO 8601 format, for this stream.
Note that LatestStreamLabel
is not a unique identifier for the stream,
because it is possible that a stream from another table might have the
same timestamp. However, the combination of the following three elements
is guaranteed to be unique:
- the AWS customer ID.
- the table name
- the
StreamLabel