Crate rusoto_kinesis[][src]

Expand description

Amazon Kinesis Data Streams Service API Reference

Amazon Kinesis Data Streams is a managed service that scales elastically for real-time processing of streaming big data.

If you’re using the service, you’re probably looking for KinesisClient and Kinesis.

Structs

Represents the input for AddTagsToStream.

An object that represents the details of the consumer you registered. This type of object is returned by RegisterStreamConsumer.

An object that represents the details of a registered consumer. This type of object is returned by DescribeStreamConsumer.

Represents the input for CreateStream.

Represents the input for DecreaseStreamRetentionPeriod.

Represents the input for DeleteStream.

Represents the input for DescribeStream.

Represents the output for DescribeStream.

Represents the input for DisableEnhancedMonitoring.

Represents the input for EnableEnhancedMonitoring.

Represents enhanced metrics types.

The provided iterator exceeds the maximum age allowed.

The pagination token passed to the operation is expired.

Represents the input for GetRecords.

Represents the output for GetRecords.

Represents the input for GetShardIterator.

Represents the output for GetShardIterator.

The range of possible hash key values for the shard, which is a set of ordered contiguous positive integers.

Represents the input for IncreaseStreamRetentionPeriod.

The processing of the request failed because of an unknown error, exception, or failure.

A specified parameter exceeds its restrictions, is not supported, or can't be used. For more information, see the returned message.

The ciphertext references a key that doesn't exist or that you don't have access to.

The request was rejected because the specified customer master key (CMK) isn't enabled.

The request was rejected because the state of the specified resource isn't valid for this request. For more information, see How Key State Affects Use of a Customer Master Key in the AWS Key Management Service Developer Guide.

The request was rejected because the specified entity or resource can't be found.

The AWS access key ID needs a subscription for the service.

The request was denied due to request throttling. For more information about throttling, see Limits in the AWS Key Management Service Developer Guide.

A client for the Kinesis API.

The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.

Represents the input for ListStreams.

Represents the output for ListStreams.

Represents the input for ListTagsForStream.

Represents the output for ListTagsForStream.

Represents the input for MergeShards.

The request rate for the stream is too high, or the requested data is too large for the available throughput. Reduce the frequency or size of your requests. For more information, see Streams Limits in the Amazon Kinesis Data Streams Developer Guide, and Error Retries and Exponential Backoff in AWS in the AWS General Reference.

Represents the input for PutRecord.

Represents the output for PutRecord.

A PutRecords request.

PutRecords results.

Represents the output for PutRecords.

Represents the result of an individual record from a PutRecords request. A record that is successfully added to a stream includes SequenceNumber and ShardId in the result. A record that fails to be added to the stream includes ErrorCode and ErrorMessage in the result.

The unit of data of the Kinesis data stream, which is composed of a sequence number, a partition key, and a data blob.

Represents the input for RemoveTagsFromStream.

The resource is not available for this operation. For successful operation, the resource must be in the ACTIVE state.

The requested resource could not be found. The stream might not be specified correctly.

The range of possible sequence numbers for the shard.

A uniquely identified group of data records in a Kinesis data stream.

Represents the input for SplitShard.

Represents the output for DescribeStream.

Represents the output for DescribeStreamSummary

After you call SubscribeToShard, Kinesis Data Streams sends events of this type over an HTTP/2 connection to your consumer.

Metadata assigned to the stream, consisting of a key-value pair.

Enums

Errors returned by AddTagsToStream

Errors returned by CreateStream

Errors returned by DecreaseStreamRetentionPeriod

Errors returned by DeleteStream

Errors returned by DeregisterStreamConsumer

Errors returned by DescribeLimits

Errors returned by DescribeStreamConsumer

Errors returned by DescribeStream

Errors returned by DescribeStreamSummary

Errors returned by DisableEnhancedMonitoring

Errors returned by EnableEnhancedMonitoring

Errors returned by GetRecords

Errors returned by GetShardIterator

Errors returned by IncreaseStreamRetentionPeriod

Errors returned by ListShards

Errors returned by ListStreamConsumers

Errors returned by ListStreams

Errors returned by ListTagsForStream

Errors returned by MergeShards

Errors returned by PutRecord

Errors returned by PutRecords

Errors returned by RegisterStreamConsumer

Errors returned by RemoveTagsFromStream

Errors returned by SplitShard

Errors returned by StartStreamEncryption

Errors returned by StopStreamEncryption

Errors returned by SubscribeToShard

This is a tagged union for all of the types of events an enhanced fan-out consumer can receive over HTTP/2 after a call to SubscribeToShard.

Errors returned by UpdateShardCount

Traits

Trait representing the capabilities of the Kinesis API. Kinesis clients implement this trait.