DescribeStreamRequest Class

(QtAws::DynamoDBStreams::DescribeStreamRequest)

The DescribeStreamRequest class provides an interface for DynamoDBStreams DescribeStream requests. More...

Header: #include <DescribeStreamRequest>
Inherits: QtAws::DynamoDBStreams::DynamoDBStreamsRequest

Public Functions

DescribeStreamRequest(const DescribeStreamRequest &other)
DescribeStreamRequest()

Reimplemented Public Functions

virtual bool isValid() const override

Reimplemented Protected Functions

virtual QtAws::Core::AwsAbstractResponse *response(QNetworkReply * const reply) const override

Detailed Description

The DescribeStreamRequest class provides an interface for DynamoDBStreams DescribeStream requests.

<fullname>Amazon DynamoDB Streams</fullname>

This is the Amazon DynamoDB Streams API Reference. This guide describes the low-level API actions for accessing streams and processing stream records. For information about application development with DynamoDB Streams, see the <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide//Streams.html">Amazon DynamoDB Developer

Guide</a>>

Note that this document is intended for use with the following DynamoDB

documentation> <ul> <li>

<a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/">Amazon DynamoDB Developer Guide</a>

</p </li> <li>

<a href="http://docs.aws.amazon.com/amazondynamodb/latest/APIReference/">Amazon DynamoDB API Reference</a>

</p </li> </ul>

The following are short descriptions of each low-level DynamoDB Streams API action, organized by

function> <ul> <li><p><i>DescribeStream</i> - Returns detailed information about a particular stream.</p></li> <li>

<i>GetRecords</i> - Retrieves the stream records from within a

shard> </li> <li>

<i>GetShardIterator</i> - Returns information on how to retrieve the streams record from a shard with a given shard

ID> </li> <li>

<i>ListStreams</i> - Returns a list of all the streams associated with the current AWS account and

See also DynamoDBStreamsClient::describeStream.

Member Function Documentation

DescribeStreamRequest::DescribeStreamRequest(const DescribeStreamRequest &other)

Constructs a copy of other.

DescribeStreamRequest::DescribeStreamRequest()

Constructs a DescribeStreamRequest object.

[override virtual] bool DescribeStreamRequest::isValid() const

Reimplemented from AwsAbstractRequest::isValid().

[override virtual protected] QtAws::Core::AwsAbstractResponse *DescribeStreamRequest::response(QNetworkReply * const reply) const

Reimplemented from AwsAbstractRequest::response().

Returns a DescribeStreamResponse object to process reply.

See also QtAws::Core::AwsAbstractClient::send.

© 2018 Paul Colby Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.