| Class | Description |
|---|---|
| AddTagsToStreamRequest |
Represents the input for
AddTagsToStream. |
| CreateStreamRequest |
Represents the input for
CreateStream. |
| DecreaseStreamRetentionPeriodRequest |
Represents the input for DecreaseStreamRetentionPeriod.
|
| DeleteStreamRequest |
Represents the input for DeleteStream.
|
| DescribeStreamRequest |
Represents the input for
DescribeStream. |
| DescribeStreamResult |
Represents the output for
DescribeStream. |
| GetRecordsRequest |
Represents the input for GetRecords.
|
| GetRecordsResult |
Represents the output for GetRecords.
|
| GetShardIteratorRequest |
Represents the input for
GetShardIterator. |
| GetShardIteratorResult |
Represents the output for
GetShardIterator. |
| HashKeyRange |
The range of possible hash key values for the shard, which is a set of
ordered contiguous positive integers.
|
| IncreaseStreamRetentionPeriodRequest |
Represents the input for IncreaseStreamRetentionPeriod.
|
| ListStreamsRequest |
Represents the input for
ListStreams. |
| ListStreamsResult |
Represents the output for
ListStreams. |
| ListTagsForStreamRequest |
Represents the input for
ListTagsForStream. |
| ListTagsForStreamResult |
Represents the output for
ListTagsForStream. |
| MergeShardsRequest |
Represents the input for
MergeShards. |
| PutRecordRequest |
Represents the input for
PutRecord. |
| PutRecordResult |
Represents the output for
PutRecord. |
| PutRecordsRequest |
A
PutRecords request. |
| PutRecordsRequestEntry |
Represents the output for
PutRecords. |
| PutRecordsResult |
PutRecords results. |
| PutRecordsResultEntry |
Represents the result of an individual record from a
PutRecords
request. |
| Record |
The unit of data of the Amazon Kinesis stream, which is composed of a
sequence number, a partition key, and a data blob.
|
| RemoveTagsFromStreamRequest |
Represents the input for
RemoveTagsFromStream. |
| SequenceNumberRange |
The range of possible sequence numbers for the shard.
|
| Shard |
A uniquely identified group of data records in an Amazon Kinesis stream.
|
| SplitShardRequest |
Represents the input for
SplitShard. |
| StreamDescription |
Represents the output for DescribeStream.
|
| Tag |
Metadata assigned to the stream, consisting of a key-value pair.
|
| Enum | Description |
|---|---|
| ShardIteratorType | |
| StreamStatus |
| Exception | Description |
|---|---|
| ExpiredIteratorException |
The provided iterator exceeds the maximum age allowed.
|
| InvalidArgumentException |
A specified parameter exceeds its restrictions, is not supported, or can't be
used.
|
| LimitExceededException |
The requested resource exceeds the maximum number allowed, or the number of
concurrent stream requests exceeds the maximum number allowed (5).
|
| ProvisionedThroughputExceededException |
The request rate is too high, or the requested data is too large for the
available throughput.
|
| ResourceInUseException |
The resource is not available for this operation.
|
| ResourceNotFoundException |
The requested resource could not be found.
|
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.