@aws-sdk/client-dynamodb-streams
Advanced tools
Comparing version 3.687.0 to 3.691.0
@@ -17,3 +17,3 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; | ||
*/ | ||
Limit?: number; | ||
Limit?: number | undefined; | ||
/** | ||
@@ -24,3 +24,3 @@ * <p>The shard ID of the first item that this operation will evaluate. Use the value that was | ||
*/ | ||
ExclusiveStartShardId?: string; | ||
ExclusiveStartShardId?: string | undefined; | ||
} | ||
@@ -94,3 +94,3 @@ /** | ||
*/ | ||
StartingSequenceNumber?: string; | ||
StartingSequenceNumber?: string | undefined; | ||
/** | ||
@@ -100,3 +100,3 @@ * <p>The last sequence number for the stream records contained within a shard. String contains numeric characters only.</p> | ||
*/ | ||
EndingSequenceNumber?: string; | ||
EndingSequenceNumber?: string | undefined; | ||
} | ||
@@ -112,3 +112,3 @@ /** | ||
*/ | ||
ShardId?: string; | ||
ShardId?: string | undefined; | ||
/** | ||
@@ -118,3 +118,3 @@ * <p>The range of possible sequence numbers for the shard.</p> | ||
*/ | ||
SequenceNumberRange?: SequenceNumberRange; | ||
SequenceNumberRange?: SequenceNumberRange | undefined; | ||
/** | ||
@@ -124,3 +124,3 @@ * <p>The shard ID of the current shard's parent.</p> | ||
*/ | ||
ParentShardId?: string; | ||
ParentShardId?: string | undefined; | ||
} | ||
@@ -164,3 +164,3 @@ /** | ||
*/ | ||
StreamArn?: string; | ||
StreamArn?: string | undefined; | ||
/** | ||
@@ -185,3 +185,3 @@ * <p>A timestamp, in ISO 8601 format, for this stream.</p> | ||
*/ | ||
StreamLabel?: string; | ||
StreamLabel?: string | undefined; | ||
/** | ||
@@ -209,3 +209,3 @@ * <p>Indicates the current status of the stream:</p> | ||
*/ | ||
StreamStatus?: StreamStatus; | ||
StreamStatus?: StreamStatus | undefined; | ||
/** | ||
@@ -233,3 +233,3 @@ * <p>Indicates the format of the records within this stream:</p> | ||
*/ | ||
StreamViewType?: StreamViewType; | ||
StreamViewType?: StreamViewType | undefined; | ||
/** | ||
@@ -239,3 +239,3 @@ * <p>The date and time when the request to create this stream was issued.</p> | ||
*/ | ||
CreationRequestDateTime?: Date; | ||
CreationRequestDateTime?: Date | undefined; | ||
/** | ||
@@ -245,3 +245,3 @@ * <p>The DynamoDB table with which the stream is associated.</p> | ||
*/ | ||
TableName?: string; | ||
TableName?: string | undefined; | ||
/** | ||
@@ -251,3 +251,3 @@ * <p>The key attribute(s) of the stream's DynamoDB table.</p> | ||
*/ | ||
KeySchema?: KeySchemaElement[]; | ||
KeySchema?: KeySchemaElement[] | undefined; | ||
/** | ||
@@ -257,3 +257,3 @@ * <p>The shards that comprise the stream.</p> | ||
*/ | ||
Shards?: Shard[]; | ||
Shards?: Shard[] | undefined; | ||
/** | ||
@@ -268,3 +268,3 @@ * <p>The shard ID of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request.</p> | ||
*/ | ||
LastEvaluatedShardId?: string; | ||
LastEvaluatedShardId?: string | undefined; | ||
} | ||
@@ -280,3 +280,3 @@ /** | ||
*/ | ||
StreamDescription?: StreamDescription; | ||
StreamDescription?: StreamDescription | undefined; | ||
} | ||
@@ -337,3 +337,3 @@ /** | ||
*/ | ||
Limit?: number; | ||
Limit?: number | undefined; | ||
} | ||
@@ -363,3 +363,3 @@ /** | ||
*/ | ||
PrincipalId?: string; | ||
PrincipalId?: string | undefined; | ||
/** | ||
@@ -369,3 +369,3 @@ * <p>The type of the identity. For Time To Live, the type is "Service".</p> | ||
*/ | ||
Type?: string; | ||
Type?: string | undefined; | ||
} | ||
@@ -482,3 +482,3 @@ /** | ||
*/ | ||
SequenceNumber?: string; | ||
SequenceNumber?: string | undefined; | ||
} | ||
@@ -494,3 +494,3 @@ /** | ||
*/ | ||
ShardIterator?: string; | ||
ShardIterator?: string | undefined; | ||
} | ||
@@ -506,3 +506,3 @@ /** | ||
*/ | ||
TableName?: string; | ||
TableName?: string | undefined; | ||
/** | ||
@@ -512,3 +512,3 @@ * <p>The maximum number of streams to return. The upper limit is 100.</p> | ||
*/ | ||
Limit?: number; | ||
Limit?: number | undefined; | ||
/** | ||
@@ -520,3 +520,3 @@ * <p>The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the | ||
*/ | ||
ExclusiveStartStreamArn?: string; | ||
ExclusiveStartStreamArn?: string | undefined; | ||
} | ||
@@ -532,3 +532,3 @@ /** | ||
*/ | ||
StreamArn?: string; | ||
StreamArn?: string | undefined; | ||
/** | ||
@@ -538,3 +538,3 @@ * <p>The DynamoDB table with which the stream is associated.</p> | ||
*/ | ||
TableName?: string; | ||
TableName?: string | undefined; | ||
/** | ||
@@ -559,3 +559,3 @@ * <p>A timestamp, in ISO 8601 format, for this stream.</p> | ||
*/ | ||
StreamLabel?: string; | ||
StreamLabel?: string | undefined; | ||
} | ||
@@ -571,3 +571,3 @@ /** | ||
*/ | ||
Streams?: _Stream[]; | ||
Streams?: _Stream[] | undefined; | ||
/** | ||
@@ -582,3 +582,3 @@ * <p>The stream ARN of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request.</p> | ||
*/ | ||
LastEvaluatedStreamArn?: string; | ||
LastEvaluatedStreamArn?: string | undefined; | ||
} | ||
@@ -839,3 +839,3 @@ /** | ||
*/ | ||
ApproximateCreationDateTime?: Date; | ||
ApproximateCreationDateTime?: Date | undefined; | ||
/** | ||
@@ -845,3 +845,3 @@ * <p>The primary key attribute(s) for the DynamoDB item that was modified.</p> | ||
*/ | ||
Keys?: Record<string, AttributeValue>; | ||
Keys?: Record<string, AttributeValue> | undefined; | ||
/** | ||
@@ -851,3 +851,3 @@ * <p>The item in the DynamoDB table as it appeared after it was modified.</p> | ||
*/ | ||
NewImage?: Record<string, AttributeValue>; | ||
NewImage?: Record<string, AttributeValue> | undefined; | ||
/** | ||
@@ -857,3 +857,3 @@ * <p>The item in the DynamoDB table as it appeared before it was modified.</p> | ||
*/ | ||
OldImage?: Record<string, AttributeValue>; | ||
OldImage?: Record<string, AttributeValue> | undefined; | ||
/** | ||
@@ -863,3 +863,3 @@ * <p>The sequence number of the stream record.</p> | ||
*/ | ||
SequenceNumber?: string; | ||
SequenceNumber?: string | undefined; | ||
/** | ||
@@ -869,3 +869,3 @@ * <p>The size of the stream record, in bytes.</p> | ||
*/ | ||
SizeBytes?: number; | ||
SizeBytes?: number | undefined; | ||
/** | ||
@@ -893,3 +893,3 @@ * <p>The type of data from the modified DynamoDB item that was captured in this stream record:</p> | ||
*/ | ||
StreamViewType?: StreamViewType; | ||
StreamViewType?: StreamViewType | undefined; | ||
} | ||
@@ -905,3 +905,3 @@ /** | ||
*/ | ||
eventID?: string; | ||
eventID?: string | undefined; | ||
/** | ||
@@ -925,3 +925,3 @@ * <p>The type of data modification that was performed on the DynamoDB table:</p> | ||
*/ | ||
eventName?: OperationType; | ||
eventName?: OperationType | undefined; | ||
/** | ||
@@ -934,3 +934,3 @@ * <p>The version number of the stream record format. This number is updated whenever the structure of <code>Record</code> is modified.</p> | ||
*/ | ||
eventVersion?: string; | ||
eventVersion?: string | undefined; | ||
/** | ||
@@ -940,3 +940,3 @@ * <p>The Amazon Web Services service from which the stream record originated. For DynamoDB Streams, this is <code>aws:dynamodb</code>.</p> | ||
*/ | ||
eventSource?: string; | ||
eventSource?: string | undefined; | ||
/** | ||
@@ -946,3 +946,3 @@ * <p>The region in which the <code>GetRecords</code> request was received.</p> | ||
*/ | ||
awsRegion?: string; | ||
awsRegion?: string | undefined; | ||
/** | ||
@@ -952,3 +952,3 @@ * <p>The main body of the stream record, containing all of the DynamoDB-specific fields.</p> | ||
*/ | ||
dynamodb?: StreamRecord; | ||
dynamodb?: StreamRecord | undefined; | ||
/** | ||
@@ -968,3 +968,3 @@ * <p>Items that are deleted by the Time to Live process after expiration have the following fields: </p> | ||
*/ | ||
userIdentity?: Identity; | ||
userIdentity?: Identity | undefined; | ||
} | ||
@@ -980,3 +980,3 @@ /** | ||
*/ | ||
Records?: _Record[]; | ||
Records?: _Record[] | undefined; | ||
/** | ||
@@ -988,3 +988,3 @@ * <p>The next position in the shard from which to start sequentially reading stream records. If | ||
*/ | ||
NextShardIterator?: string; | ||
NextShardIterator?: string | undefined; | ||
} |
@@ -5,4 +5,4 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; | ||
StreamArn: string | undefined; | ||
Limit?: number; | ||
ExclusiveStartShardId?: string; | ||
Limit?: number | undefined; | ||
ExclusiveStartShardId?: string | undefined; | ||
} | ||
@@ -19,9 +19,9 @@ export declare const KeyType: { | ||
export interface SequenceNumberRange { | ||
StartingSequenceNumber?: string; | ||
EndingSequenceNumber?: string; | ||
StartingSequenceNumber?: string | undefined; | ||
EndingSequenceNumber?: string | undefined; | ||
} | ||
export interface Shard { | ||
ShardId?: string; | ||
SequenceNumberRange?: SequenceNumberRange; | ||
ParentShardId?: string; | ||
ShardId?: string | undefined; | ||
SequenceNumberRange?: SequenceNumberRange | undefined; | ||
ParentShardId?: string | undefined; | ||
} | ||
@@ -44,14 +44,14 @@ export declare const StreamStatus: { | ||
export interface StreamDescription { | ||
StreamArn?: string; | ||
StreamLabel?: string; | ||
StreamStatus?: StreamStatus; | ||
StreamViewType?: StreamViewType; | ||
CreationRequestDateTime?: Date; | ||
TableName?: string; | ||
KeySchema?: KeySchemaElement[]; | ||
Shards?: Shard[]; | ||
LastEvaluatedShardId?: string; | ||
StreamArn?: string | undefined; | ||
StreamLabel?: string | undefined; | ||
StreamStatus?: StreamStatus | undefined; | ||
StreamViewType?: StreamViewType | undefined; | ||
CreationRequestDateTime?: Date | undefined; | ||
TableName?: string | undefined; | ||
KeySchema?: KeySchemaElement[] | undefined; | ||
Shards?: Shard[] | undefined; | ||
LastEvaluatedShardId?: string | undefined; | ||
} | ||
export interface DescribeStreamOutput { | ||
StreamDescription?: StreamDescription; | ||
StreamDescription?: StreamDescription | undefined; | ||
} | ||
@@ -81,3 +81,3 @@ export declare class InternalServerError extends __BaseException { | ||
ShardIterator: string | undefined; | ||
Limit?: number; | ||
Limit?: number | undefined; | ||
} | ||
@@ -91,4 +91,4 @@ export declare const OperationType: { | ||
export interface Identity { | ||
PrincipalId?: string; | ||
Type?: string; | ||
PrincipalId?: string | undefined; | ||
Type?: string | undefined; | ||
} | ||
@@ -121,20 +121,20 @@ export declare class LimitExceededException extends __BaseException { | ||
ShardIteratorType: ShardIteratorType | undefined; | ||
SequenceNumber?: string; | ||
SequenceNumber?: string | undefined; | ||
} | ||
export interface GetShardIteratorOutput { | ||
ShardIterator?: string; | ||
ShardIterator?: string | undefined; | ||
} | ||
export interface ListStreamsInput { | ||
TableName?: string; | ||
Limit?: number; | ||
ExclusiveStartStreamArn?: string; | ||
TableName?: string | undefined; | ||
Limit?: number | undefined; | ||
ExclusiveStartStreamArn?: string | undefined; | ||
} | ||
export interface _Stream { | ||
StreamArn?: string; | ||
TableName?: string; | ||
StreamLabel?: string; | ||
StreamArn?: string | undefined; | ||
TableName?: string | undefined; | ||
StreamLabel?: string | undefined; | ||
} | ||
export interface ListStreamsOutput { | ||
Streams?: _Stream[]; | ||
LastEvaluatedStreamArn?: string; | ||
Streams?: _Stream[] | undefined; | ||
LastEvaluatedStreamArn?: string | undefined; | ||
} | ||
@@ -313,22 +313,22 @@ export type AttributeValue = | ||
export interface StreamRecord { | ||
ApproximateCreationDateTime?: Date; | ||
Keys?: Record<string, AttributeValue>; | ||
NewImage?: Record<string, AttributeValue>; | ||
OldImage?: Record<string, AttributeValue>; | ||
SequenceNumber?: string; | ||
SizeBytes?: number; | ||
StreamViewType?: StreamViewType; | ||
ApproximateCreationDateTime?: Date | undefined; | ||
Keys?: Record<string, AttributeValue> | undefined; | ||
NewImage?: Record<string, AttributeValue> | undefined; | ||
OldImage?: Record<string, AttributeValue> | undefined; | ||
SequenceNumber?: string | undefined; | ||
SizeBytes?: number | undefined; | ||
StreamViewType?: StreamViewType | undefined; | ||
} | ||
export interface _Record { | ||
eventID?: string; | ||
eventName?: OperationType; | ||
eventVersion?: string; | ||
eventSource?: string; | ||
awsRegion?: string; | ||
dynamodb?: StreamRecord; | ||
userIdentity?: Identity; | ||
eventID?: string | undefined; | ||
eventName?: OperationType | undefined; | ||
eventVersion?: string | undefined; | ||
eventSource?: string | undefined; | ||
awsRegion?: string | undefined; | ||
dynamodb?: StreamRecord | undefined; | ||
userIdentity?: Identity | undefined; | ||
} | ||
export interface GetRecordsOutput { | ||
Records?: _Record[]; | ||
NextShardIterator?: string; | ||
Records?: _Record[] | undefined; | ||
NextShardIterator?: string | undefined; | ||
} |
{ | ||
"name": "@aws-sdk/client-dynamodb-streams", | ||
"description": "AWS SDK for JavaScript Dynamodb Streams Client for Node.js, Browser and React Native", | ||
"version": "3.687.0", | ||
"version": "3.691.0", | ||
"scripts": { | ||
@@ -23,10 +23,10 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", | ||
"@aws-crypto/sha256-js": "5.2.0", | ||
"@aws-sdk/client-sso-oidc": "3.687.0", | ||
"@aws-sdk/client-sts": "3.687.0", | ||
"@aws-sdk/core": "3.686.0", | ||
"@aws-sdk/credential-provider-node": "3.687.0", | ||
"@aws-sdk/client-sso-oidc": "3.691.0", | ||
"@aws-sdk/client-sts": "3.691.0", | ||
"@aws-sdk/core": "3.691.0", | ||
"@aws-sdk/credential-provider-node": "3.691.0", | ||
"@aws-sdk/middleware-host-header": "3.686.0", | ||
"@aws-sdk/middleware-logger": "3.686.0", | ||
"@aws-sdk/middleware-recursion-detection": "3.686.0", | ||
"@aws-sdk/middleware-user-agent": "3.687.0", | ||
"@aws-sdk/middleware-user-agent": "3.691.0", | ||
"@aws-sdk/region-config-resolver": "3.686.0", | ||
@@ -36,3 +36,3 @@ "@aws-sdk/types": "3.686.0", | ||
"@aws-sdk/util-user-agent-browser": "3.686.0", | ||
"@aws-sdk/util-user-agent-node": "3.687.0", | ||
"@aws-sdk/util-user-agent-node": "3.691.0", | ||
"@smithy/config-resolver": "^3.0.10", | ||
@@ -39,0 +39,0 @@ "@smithy/core": "^2.5.1", |
245247
+ Added@aws-sdk/client-sso@3.691.0(transitive)
+ Added@aws-sdk/client-sso-oidc@3.691.0(transitive)
+ Added@aws-sdk/client-sts@3.691.0(transitive)
+ Added@aws-sdk/core@3.691.0(transitive)
+ Added@aws-sdk/credential-provider-env@3.691.0(transitive)
+ Added@aws-sdk/credential-provider-http@3.691.0(transitive)
+ Added@aws-sdk/credential-provider-ini@3.691.0(transitive)
+ Added@aws-sdk/credential-provider-node@3.691.0(transitive)
+ Added@aws-sdk/credential-provider-process@3.691.0(transitive)
+ Added@aws-sdk/credential-provider-sso@3.691.0(transitive)
+ Added@aws-sdk/credential-provider-web-identity@3.691.0(transitive)
+ Added@aws-sdk/middleware-user-agent@3.691.0(transitive)
+ Added@aws-sdk/token-providers@3.691.0(transitive)
+ Added@aws-sdk/util-user-agent-node@3.691.0(transitive)
- Removed@aws-sdk/client-sso@3.687.0(transitive)
- Removed@aws-sdk/client-sso-oidc@3.687.0(transitive)
- Removed@aws-sdk/client-sts@3.687.0(transitive)
- Removed@aws-sdk/core@3.686.0(transitive)
- Removed@aws-sdk/credential-provider-env@3.686.0(transitive)
- Removed@aws-sdk/credential-provider-http@3.686.0(transitive)
- Removed@aws-sdk/credential-provider-ini@3.687.0(transitive)
- Removed@aws-sdk/credential-provider-node@3.687.0(transitive)
- Removed@aws-sdk/credential-provider-process@3.686.0(transitive)
- Removed@aws-sdk/credential-provider-sso@3.687.0(transitive)
- Removed@aws-sdk/credential-provider-web-identity@3.686.0(transitive)
- Removed@aws-sdk/middleware-user-agent@3.687.0(transitive)
- Removed@aws-sdk/token-providers@3.686.0(transitive)
- Removed@aws-sdk/util-user-agent-node@3.687.0(transitive)
Updated@aws-sdk/client-sts@3.691.0
Updated@aws-sdk/core@3.691.0