See: Description
Class | Description |
---|---|
AddTagsToStreamRequest |
Adds or updates tags for the specified Kinesis data stream.
|
CreateStreamRequest |
Creates a Kinesis data stream.
|
DecreaseStreamRetentionPeriodRequest |
Decreases the Kinesis data stream's retention period, which is the length of
time data records are accessible after they are added to the stream.
|
DeleteStreamRequest |
Deletes a Kinesis data stream and all its shards and data.
|
DescribeLimitsRequest |
Describes the shard limits and usage for the account.
|
DescribeLimitsResult | |
DescribeStreamRequest |
Describes the specified Kinesis data stream.
|
DescribeStreamResult |
Represents the output for
DescribeStream . |
DescribeStreamSummaryRequest |
Provides a summarized description of the specified Kinesis data stream
without the shard list.
|
DescribeStreamSummaryResult | |
DisableEnhancedMonitoringRequest |
Disables enhanced monitoring.
|
DisableEnhancedMonitoringResult |
Represents the output for EnableEnhancedMonitoring and
DisableEnhancedMonitoring.
|
EnableEnhancedMonitoringRequest |
Enables enhanced Kinesis data stream monitoring for shard-level metrics.
|
EnableEnhancedMonitoringResult |
Represents the output for EnableEnhancedMonitoring and
DisableEnhancedMonitoring.
|
EnhancedMetrics |
Represents enhanced metrics types.
|
GetRecordsRequest |
Gets data records from a Kinesis data stream's shard.
|
GetRecordsResult |
Represents the output for GetRecords.
|
GetShardIteratorRequest |
Gets an Amazon Kinesis shard iterator.
|
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 |
Increases the Kinesis data stream's retention period, which is the length of
time data records are accessible after they are added to the stream.
|
ListShardsRequest |
Lists the shards in a stream and provides information about each shard.
|
ListShardsResult | |
ListStreamsRequest |
Lists your Kinesis data streams.
|
ListStreamsResult |
Represents the output for
ListStreams . |
ListTagsForStreamRequest |
Lists the tags for the specified Kinesis data stream.
|
ListTagsForStreamResult |
Represents the output for
ListTagsForStream . |
MergeShardsRequest |
Merges two adjacent shards in a Kinesis data stream and combines them into a
single shard to reduce the stream's capacity to ingest and transport data.
|
PutRecordRequest |
Writes a single data record into an Amazon Kinesis data stream.
|
PutRecordResult |
Represents the output for
PutRecord . |
PutRecordsRequest |
Writes multiple data records into a Kinesis data stream in a single call
(also referred to as 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 Kinesis data stream, which is composed of a sequence
number, a partition key, and a data blob.
|
RemoveTagsFromStreamRequest |
Removes tags from the specified Kinesis data stream.
|
SequenceNumberRange |
The range of possible sequence numbers for the shard.
|
Shard |
A uniquely identified group of data records in a Kinesis data stream.
|
SplitShardRequest |
Splits a shard into two new shards in the Kinesis data stream, to increase
the stream's capacity to ingest and transport data.
|
StartStreamEncryptionRequest |
Enables or updates server-side encryption using an AWS KMS key for a
specified stream.
|
StopStreamEncryptionRequest |
Disables server-side encryption for a specified stream.
|
StreamDescription |
Represents the output for DescribeStream.
|
StreamDescriptionSummary |
Represents the output for DescribeStreamSummary
|
Tag |
Metadata assigned to the stream, consisting of a key-value pair.
|
UpdateShardCountRequest |
Updates the shard count of the specified stream to the specified number of
shards.
|
UpdateShardCountResult |
Enum | Description |
---|---|
EncryptionType |
Encryption Type
|
MetricsName |
Metrics Name
|
ScalingType |
Scaling Type
|
ShardIteratorType |
Shard Iterator Type
|
StreamStatus |
Stream Status
|
Exception | Description |
---|---|
ExpiredIteratorException |
The provided iterator exceeds the maximum age allowed.
|
ExpiredNextTokenException |
The pagination token passed to the
ListShards 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 AWS 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.
|
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.