export * from "./types/ExpiredIteratorException"; export * from "./types/InternalServerError"; export * from "./types/LimitExceededException"; export * from "./types/ResourceNotFoundException"; export * from "./types/TrimmedDataAccessException"; export * from "./types/_AttributeValue"; export * from "./types/_Identity"; export * from "./types/_KeySchemaElement"; export * from "./types/_Record"; export * from "./types/_SequenceNumberRange"; export * from "./types/_Shard"; export * from "./types/_Stream"; export * from "./types/_StreamDescription"; export * from "./types/_StreamRecord"; export * from "./types/DescribeStreamInput"; export * from "./types/DescribeStreamOutput"; export * from "./types/GetRecordsInput"; export * from "./types/GetRecordsOutput"; export * from "./types/GetShardIteratorInput"; export * from "./types/GetShardIteratorOutput"; export * from "./types/ListStreamsInput"; export * from "./types/ListStreamsOutput"; export * from "./types/InputTypesUnion"; export * from "./types/OutputTypesUnion"; export * from "./types/DescribeStreamExceptionsUnion"; export * from "./types/GetRecordsExceptionsUnion"; export * from "./types/GetShardIteratorExceptionsUnion"; export * from "./types/ListStreamsExceptionsUnion"; export * from "./DynamoDBStreamsClient"; export * from "./DynamoDBStreamsConfiguration"; export * from "./DynamoDBStreams"; export * from "./commands/DescribeStreamCommand"; export * from "./commands/GetRecordsCommand"; export * from "./commands/GetShardIteratorCommand"; export * from "./commands/ListStreamsCommand";