- Navigation Guide
@aws-sdk/client-kinesis
DescribeStreamCommandOutput Interface
The output of DescribeStreamCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
StreamDescription Required | StreamDescription | 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