AWS SDK for C++
1.8.129
AWS SDK for C++
|
#include <GetShardIteratorRequest.h>
Additional Inherited Members | |
![]() | |
virtual void | DumpBodyToUrl (Aws::Http::URI &uri) const |
Represents the input for GetShardIterator
.
Definition at line 27 of file GetShardIteratorRequest.h.
Aws::Kinesis::Model::GetShardIteratorRequest::GetShardIteratorRequest | ( | ) |
|
overridevirtual |
Reimplemented from Aws::Kinesis::KinesisRequest.
|
inlineoverridevirtual |
Implements Aws::AmazonWebServiceRequest.
Definition at line 36 of file GetShardIteratorRequest.h.
|
inline |
The shard ID of the Kinesis Data Streams shard to get the iterator for.
Definition at line 87 of file GetShardIteratorRequest.h.
|
inline |
Determines how the shard iterator is used to start reading data records from the shard.
The following are the valid Amazon Kinesis shard iterator types:
AT_SEQUENCE_NUMBER - Start reading from the position denoted by a specific sequence number, provided in the value StartingSequenceNumber
.
AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number, provided in the value StartingSequenceNumber
.
AT_TIMESTAMP - Start reading from the position denoted by a specific time stamp, provided in the value Timestamp
.
TRIM_HORIZON - Start reading at the last untrimmed record in the shard in the system, which is the oldest data record in the shard.
LATEST - Start reading just after the most recent record in the shard, so that you always read the most recent data in the shard.
Definition at line 140 of file GetShardIteratorRequest.h.
|
inline |
The sequence number of the data record in the shard from which to start reading. Used with shard iterator type AT_SEQUENCE_NUMBER and AFTER_SEQUENCE_NUMBER.
Definition at line 233 of file GetShardIteratorRequest.h.
|
inline |
The name of the Amazon Kinesis data stream.
Definition at line 46 of file GetShardIteratorRequest.h.
|
inline |
The time stamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A time stamp is the Unix epoch date with precision in milliseconds. For example, 2016-04-04T19:58:46.480-00:00
or 1459799926.480
. If a record with this exact time stamp does not exist, the iterator returned is for the next (later) record. If the time stamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).
Definition at line 295 of file GetShardIteratorRequest.h.
|
overridevirtual |
Convert payload into String.
Implements Aws::AmazonSerializableWebServiceRequest.
|
inline |
The shard ID of the Kinesis Data Streams shard to get the iterator for.
Definition at line 102 of file GetShardIteratorRequest.h.
|
inline |
The shard ID of the Kinesis Data Streams shard to get the iterator for.
Definition at line 97 of file GetShardIteratorRequest.h.
|
inline |
The shard ID of the Kinesis Data Streams shard to get the iterator for.
Definition at line 107 of file GetShardIteratorRequest.h.
|
inline |
Determines how the shard iterator is used to start reading data records from the shard.
The following are the valid Amazon Kinesis shard iterator types:
AT_SEQUENCE_NUMBER - Start reading from the position denoted by a specific sequence number, provided in the value StartingSequenceNumber
.
AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number, provided in the value StartingSequenceNumber
.
AT_TIMESTAMP - Start reading from the position denoted by a specific time stamp, provided in the value Timestamp
.
TRIM_HORIZON - Start reading at the last untrimmed record in the shard in the system, which is the oldest data record in the shard.
LATEST - Start reading just after the most recent record in the shard, so that you always read the most recent data in the shard.
Definition at line 174 of file GetShardIteratorRequest.h.
|
inline |
Determines how the shard iterator is used to start reading data records from the shard.
The following are the valid Amazon Kinesis shard iterator types:
AT_SEQUENCE_NUMBER - Start reading from the position denoted by a specific sequence number, provided in the value StartingSequenceNumber
.
AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number, provided in the value StartingSequenceNumber
.
AT_TIMESTAMP - Start reading from the position denoted by a specific time stamp, provided in the value Timestamp
.
TRIM_HORIZON - Start reading at the last untrimmed record in the shard in the system, which is the oldest data record in the shard.
LATEST - Start reading just after the most recent record in the shard, so that you always read the most recent data in the shard.
Definition at line 191 of file GetShardIteratorRequest.h.
|
inline |
The sequence number of the data record in the shard from which to start reading. Used with shard iterator type AT_SEQUENCE_NUMBER and AFTER_SEQUENCE_NUMBER.
Definition at line 254 of file GetShardIteratorRequest.h.
|
inline |
The sequence number of the data record in the shard from which to start reading. Used with shard iterator type AT_SEQUENCE_NUMBER and AFTER_SEQUENCE_NUMBER.
Definition at line 247 of file GetShardIteratorRequest.h.
|
inline |
The sequence number of the data record in the shard from which to start reading. Used with shard iterator type AT_SEQUENCE_NUMBER and AFTER_SEQUENCE_NUMBER.
Definition at line 261 of file GetShardIteratorRequest.h.
|
inline |
The name of the Amazon Kinesis data stream.
Definition at line 61 of file GetShardIteratorRequest.h.
|
inline |
The name of the Amazon Kinesis data stream.
Definition at line 56 of file GetShardIteratorRequest.h.
|
inline |
The name of the Amazon Kinesis data stream.
Definition at line 66 of file GetShardIteratorRequest.h.
|
inline |
The time stamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A time stamp is the Unix epoch date with precision in milliseconds. For example, 2016-04-04T19:58:46.480-00:00
or 1459799926.480
. If a record with this exact time stamp does not exist, the iterator returned is for the next (later) record. If the time stamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).
Definition at line 331 of file GetShardIteratorRequest.h.
|
inline |
The time stamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A time stamp is the Unix epoch date with precision in milliseconds. For example, 2016-04-04T19:58:46.480-00:00
or 1459799926.480
. If a record with this exact time stamp does not exist, the iterator returned is for the next (later) record. If the time stamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).
Definition at line 319 of file GetShardIteratorRequest.h.
|
inline |
The shard ID of the Kinesis Data Streams shard to get the iterator for.
Definition at line 92 of file GetShardIteratorRequest.h.
|
inline |
Determines how the shard iterator is used to start reading data records from the shard.
The following are the valid Amazon Kinesis shard iterator types:
AT_SEQUENCE_NUMBER - Start reading from the position denoted by a specific sequence number, provided in the value StartingSequenceNumber
.
AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number, provided in the value StartingSequenceNumber
.
AT_TIMESTAMP - Start reading from the position denoted by a specific time stamp, provided in the value Timestamp
.
TRIM_HORIZON - Start reading at the last untrimmed record in the shard in the system, which is the oldest data record in the shard.
LATEST - Start reading just after the most recent record in the shard, so that you always read the most recent data in the shard.
Definition at line 157 of file GetShardIteratorRequest.h.
|
inline |
The sequence number of the data record in the shard from which to start reading. Used with shard iterator type AT_SEQUENCE_NUMBER and AFTER_SEQUENCE_NUMBER.
Definition at line 240 of file GetShardIteratorRequest.h.
|
inline |
The name of the Amazon Kinesis data stream.
Definition at line 51 of file GetShardIteratorRequest.h.
|
inline |
The time stamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A time stamp is the Unix epoch date with precision in milliseconds. For example, 2016-04-04T19:58:46.480-00:00
or 1459799926.480
. If a record with this exact time stamp does not exist, the iterator returned is for the next (later) record. If the time stamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).
Definition at line 307 of file GetShardIteratorRequest.h.
|
inline |
The shard ID of the Kinesis Data Streams shard to get the iterator for.
Definition at line 117 of file GetShardIteratorRequest.h.
|
inline |
The shard ID of the Kinesis Data Streams shard to get the iterator for.
Definition at line 112 of file GetShardIteratorRequest.h.
|
inline |
The shard ID of the Kinesis Data Streams shard to get the iterator for.
Definition at line 122 of file GetShardIteratorRequest.h.
|
inline |
Determines how the shard iterator is used to start reading data records from the shard.
The following are the valid Amazon Kinesis shard iterator types:
AT_SEQUENCE_NUMBER - Start reading from the position denoted by a specific sequence number, provided in the value StartingSequenceNumber
.
AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number, provided in the value StartingSequenceNumber
.
AT_TIMESTAMP - Start reading from the position denoted by a specific time stamp, provided in the value Timestamp
.
TRIM_HORIZON - Start reading at the last untrimmed record in the shard in the system, which is the oldest data record in the shard.
LATEST - Start reading just after the most recent record in the shard, so that you always read the most recent data in the shard.
Definition at line 208 of file GetShardIteratorRequest.h.
|
inline |
Determines how the shard iterator is used to start reading data records from the shard.
The following are the valid Amazon Kinesis shard iterator types:
AT_SEQUENCE_NUMBER - Start reading from the position denoted by a specific sequence number, provided in the value StartingSequenceNumber
.
AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number, provided in the value StartingSequenceNumber
.
AT_TIMESTAMP - Start reading from the position denoted by a specific time stamp, provided in the value Timestamp
.
TRIM_HORIZON - Start reading at the last untrimmed record in the shard in the system, which is the oldest data record in the shard.
LATEST - Start reading just after the most recent record in the shard, so that you always read the most recent data in the shard.
Definition at line 225 of file GetShardIteratorRequest.h.
|
inline |
The sequence number of the data record in the shard from which to start reading. Used with shard iterator type AT_SEQUENCE_NUMBER and AFTER_SEQUENCE_NUMBER.
Definition at line 275 of file GetShardIteratorRequest.h.
|
inline |
The sequence number of the data record in the shard from which to start reading. Used with shard iterator type AT_SEQUENCE_NUMBER and AFTER_SEQUENCE_NUMBER.
Definition at line 268 of file GetShardIteratorRequest.h.
|
inline |
The sequence number of the data record in the shard from which to start reading. Used with shard iterator type AT_SEQUENCE_NUMBER and AFTER_SEQUENCE_NUMBER.
Definition at line 282 of file GetShardIteratorRequest.h.
|
inline |
The name of the Amazon Kinesis data stream.
Definition at line 76 of file GetShardIteratorRequest.h.
|
inline |
The name of the Amazon Kinesis data stream.
Definition at line 71 of file GetShardIteratorRequest.h.
|
inline |
The name of the Amazon Kinesis data stream.
Definition at line 81 of file GetShardIteratorRequest.h.
|
inline |
The time stamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A time stamp is the Unix epoch date with precision in milliseconds. For example, 2016-04-04T19:58:46.480-00:00
or 1459799926.480
. If a record with this exact time stamp does not exist, the iterator returned is for the next (later) record. If the time stamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).
Definition at line 355 of file GetShardIteratorRequest.h.
|
inline |
The time stamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. A time stamp is the Unix epoch date with precision in milliseconds. For example, 2016-04-04T19:58:46.480-00:00
or 1459799926.480
. If a record with this exact time stamp does not exist, the iterator returned is for the next (later) record. If the time stamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON).
Definition at line 343 of file GetShardIteratorRequest.h.