AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
You can call DescribeStream at a maximum rate of 10 times per second.
Each shard in the stream has a SequenceNumberRange associated with it.
If the SequenceNumberRange has a StartingSequenceNumber
but no EndingSequenceNumber, then the shard is still open (able to receive
more stream records). If both StartingSequenceNumber and EndingSequenceNumber
are present, the that shared is closed and can no longer receive more data.
Namespace: Amazon.DynamoDBv2
Assembly: AWSSDK.dll
Version: (assembly version)
public virtual DescribeStreamResponse DescribeStream( String streamArn )
The Amazon Resource Name (ARN) for the stream.
| Exception | Condition |
|---|---|
| InternalServerErrorException | An error occurred on the server side. |
| ResourceNotFoundException | The operation tried to access a nonexistent stream. |
.NET Framework:
Supported in: 4.5, 4.0, 3.5