AWS SDK Version 2 for .NET
API Reference

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.

.NET Framework 4.5
 
Returns an array of stream ARNs associated with the current account and endpoint. If the TableName parameter is present, then ListStreams will return only the streams ARNs for that table.

You can call ListStreams at a maximum rate of 5 times per second.

Namespace: Amazon.DynamoDBv2
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public virtual ListStreamsResponse ListStreams(
         ListStreamsRequest request
)

Parameters

request
Type: Amazon.DynamoDBv2.Model.ListStreamsRequest

Container for the necessary parameters to execute the ListStreams service method.

Return Value
Type: Amazon.DynamoDBv2.Model.ListStreamsResponse
The response from the ListStreams service method, as returned by DynamoDBStreams.

Exceptions

ExceptionCondition
InternalServerErrorException An error occurred on the server side.
ResourceNotFoundException The operation tried to access a nonexistent stream.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5