DescribeStreamResponse Class

(QtAws::DynamoDBStreams::DescribeStreamResponse)

The DescribeStreamResponse class provides an interace for DynamoDBStreams DescribeStream responses. More...

Header: #include <DescribeStreamResponse>
Inherits: QtAws::DynamoDBStreams::DynamoDBStreamsResponse

Public Functions

DescribeStreamResponse(const DescribeStreamRequest &request, QNetworkReply * const reply, QObject * const parent = 0)

Reimplemented Public Functions

virtual const DescribeStreamRequest *request() const override

Protected Slots

virtual void parseSuccess(QIODevice &response) override

Additional Inherited Members

Detailed Description

The DescribeStreamResponse class provides an interace for DynamoDBStreams DescribeStream responses.

<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

DescribeStreamResponse::DescribeStreamResponse(const DescribeStreamRequest &request, QNetworkReply * const reply, QObject * const parent = 0)

Constructs a DescribeStreamResponse object for reply to request, with parent parent.

[override virtual protected slot] void DescribeStreamResponse::parseSuccess(QIODevice &response)

Reimplemented from AwsAbstractResponse::parseSuccess().

Parses a successful DynamoDBStreams DescribeStream response.

[override virtual] const DescribeStreamRequest *DescribeStreamResponse::request() const

Reimplemented from AwsAbstractResponse::request().

© 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.