@aws-sdk/client-kinesis

DescribeStreamCommandOutput Interface

The output of DescribeStreamCommand.

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
StreamDescription RequiredStreamDescription | undefined

The current status of the stream, the stream Amazon Resource Name (ARN), an array of shard objects that comprise the stream, and whether there are more shards available.

Full Signature

export interface DescribeStreamCommandOutput extends DescribeStreamOutput, MetadataBearer