@patternmeshjs/streams
Preparing search index...
DynamoDBStreamRecord
Interface DynamoDBStreamRecord
interface
DynamoDBStreamRecord
{
ApproximateCreationDateTime
?:
number
;
Keys
?:
DynamoDBStreamImage
;
NewImage
?:
DynamoDBStreamImage
;
OldImage
?:
DynamoDBStreamImage
;
SequenceNumber
?:
string
;
SizeBytes
?:
number
;
StreamViewType
?:
|
"KEYS_ONLY"
|
"NEW_IMAGE"
|
"OLD_IMAGE"
|
"NEW_AND_OLD_IMAGES"
;
}
Index
Properties
Approximate
Creation
Date
Time?
Keys?
New
Image?
Old
Image?
Sequence
Number?
Size
Bytes?
Stream
View
Type?
Properties
Optional
Readonly
Approximate
Creation
Date
Time
ApproximateCreationDateTime
?:
number
Optional
Readonly
Keys
Keys
?:
DynamoDBStreamImage
Optional
Readonly
New
Image
NewImage
?:
DynamoDBStreamImage
Optional
Readonly
Old
Image
OldImage
?:
DynamoDBStreamImage
Optional
Readonly
Sequence
Number
SequenceNumber
?:
string
Optional
Readonly
Size
Bytes
SizeBytes
?:
number
Optional
Readonly
Stream
View
Type
StreamViewType
?:
"KEYS_ONLY"
|
"NEW_IMAGE"
|
"OLD_IMAGE"
|
"NEW_AND_OLD_IMAGES"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
Approximate
Creation
Date
Time
Keys
New
Image
Old
Image
Sequence
Number
Size
Bytes
Stream
View
Type
@patternmeshjs/streams
Loading...