Class | Description |
---|---|
AddTagsToStreamRequest |
Represents the input for
AddTagsToStream . |
AddTagsToStreamResult | |
ChildShard |
Output parameter of the GetRecords API.
|
Consumer |
An object that represents the details of the consumer you registered.
|
ConsumerDescription |
An object that represents the details of a registered consumer.
|
CreateStreamRequest |
Represents the input for
CreateStream . |
CreateStreamResult | |
DecreaseStreamRetentionPeriodRequest |
Represents the input for DecreaseStreamRetentionPeriod.
|
DecreaseStreamRetentionPeriodResult | |
DeleteResourcePolicyRequest | |
DeleteResourcePolicyResult | |
DeleteStreamRequest |
Represents the input for DeleteStream.
|
DeleteStreamResult | |
DeregisterStreamConsumerRequest | |
DeregisterStreamConsumerResult | |
DescribeLimitsRequest | |
DescribeLimitsResult | |
DescribeStreamConsumerRequest | |
DescribeStreamConsumerResult | |
DescribeStreamRequest |
Represents the input for
DescribeStream . |
DescribeStreamResult |
Represents the output for
DescribeStream . |
DescribeStreamSummaryRequest | |
DescribeStreamSummaryResult | |
DisableEnhancedMonitoringRequest |
Represents the input for DisableEnhancedMonitoring.
|
DisableEnhancedMonitoringResult |
Represents the output for EnableEnhancedMonitoring and DisableEnhancedMonitoring.
|
EnableEnhancedMonitoringRequest |
Represents the input for EnableEnhancedMonitoring.
|
EnableEnhancedMonitoringResult |
Represents the output for EnableEnhancedMonitoring and DisableEnhancedMonitoring.
|
EnhancedMetrics |
Represents enhanced metrics types.
|
GetRecordsRequest |
Represents the input for GetRecords.
|
GetRecordsResult |
Represents the output for GetRecords.
|
GetResourcePolicyRequest | |
GetResourcePolicyResult | |
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.
|
IncreaseStreamRetentionPeriodResult | |
ListShardsRequest | |
ListShardsResult | |
ListStreamConsumersRequest | |
ListStreamConsumersResult | |
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 . |
MergeShardsResult | |
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. |
PutResourcePolicyRequest | |
PutResourcePolicyResult | |
Record |
The unit of data of the Kinesis data stream, which is composed of a sequence number, a partition key, and a data
blob.
|
RegisterStreamConsumerRequest | |
RegisterStreamConsumerResult | |
RemoveTagsFromStreamRequest |
Represents the input for
RemoveTagsFromStream . |
RemoveTagsFromStreamResult | |
SequenceNumberRange |
The range of possible sequence numbers for the shard.
|
Shard |
A uniquely identified group of data records in a Kinesis data stream.
|
ShardFilter |
The request parameter used to filter out the response of the
ListShards API. |
SplitShardRequest |
Represents the input for
SplitShard . |
SplitShardResult | |
StartStreamEncryptionRequest | |
StartStreamEncryptionResult | |
StopStreamEncryptionRequest | |
StopStreamEncryptionResult | |
StreamDescription |
Represents the output for DescribeStream.
|
StreamDescriptionSummary |
Represents the output for DescribeStreamSummary
|
StreamModeDetails |
Specifies the capacity mode to which you want to set your data stream.
|
StreamSummary |
The summary of a stream.
|
Tag |
Metadata assigned to the stream, consisting of a key-value pair.
|
UpdateShardCountRequest | |
UpdateShardCountResult | |
UpdateStreamModeRequest | |
UpdateStreamModeResult |
Enum | Description |
---|---|
ConsumerStatus | |
EncryptionType | |
MetricsName | |
ScalingType | |
ShardFilterType | |
ShardIteratorType | |
StreamMode | |
StreamStatus |
Exception | Description |
---|---|
AccessDeniedException |
Specifies that you do not have the permissions required to perform this operation.
|
AmazonKinesisException |
Base exception for all service exceptions thrown by Amazon Kinesis
|
ExpiredIteratorException |
The provided iterator exceeds the maximum age allowed.
|
ExpiredNextTokenException |
The pagination token passed to the operation is expired.
|
InvalidArgumentException |
A specified parameter exceeds its restrictions, is not supported, or can't be used.
|
KMSAccessDeniedException |
The ciphertext references a key that doesn't exist or that you don't have access to.
|
KMSDisabledException |
The request was rejected because the specified customer master key (CMK) isn't enabled.
|
KMSInvalidStateException |
The request was rejected because the state of the specified resource isn't valid for this request.
|
KMSNotFoundException |
The request was rejected because the specified entity or resource can't be found.
|
KMSOptInRequiredException |
The Amazon Web Services access key ID needs a subscription for the service.
|
KMSThrottlingException |
The request was denied due to request throttling.
|
LimitExceededException |
The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the
maximum number allowed.
|
ProvisionedThroughputExceededException |
The request rate for the stream 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.
|
ValidationException |
Specifies that you tried to invoke this API for a data stream with the on-demand capacity mode.
|