All Downloads are FREE. Search and download functionalities are using the official Maven repository.

models.streams.dynamodb-2012-08-10-model.json Maven / Gradle / Ivy

Go to download

The AWS Java SDK for Amazon DynamoDB module holds the client classes that are used for communicating with Amazon DynamoDB Service

There is a newer version: 1.12.772
Show newest version
{
  "authorizers" : { },
  "metadata" : {
    "apiVersion" : "2012-08-10",
    "endpointPrefix" : "streams.dynamodb",
    "jsonVersion" : "1.0",
    "protocol" : "json",
    "resultWrapped" : false,
    "serviceAbbreviation" : null,
    "serviceFullName" : "Amazon DynamoDB Streams",
    "signatureVersion" : "v4",
    "signingName" : "dynamodb",
    "targetPrefix" : "DynamoDBStreams_20120810",
    "xmlNamespace" : null
  },
  "operations" : {
    "DescribeStream" : {
      "authorizer" : null,
      "authtype" : "IAM",
      "deprecated" : false,
      "documentation" : "

Returns information about a stream, including the current status of the stream, its Amazon Resource Name (ARN), the composition of its shards, and its corresponding DynamoDB table.

You can call DescribeStream at a maximum rate of 10 times per second.

Each shard in the stream has a SequenceNumberRange associated with it. If the SequenceNumberRange has a StartingSequenceNumber but no EndingSequenceNumber, then the shard is still open (able to receive more stream records). If both StartingSequenceNumber and EndingSequenceNumber are present, then that shard is closed and can no longer receive more data.

", "errors" : [ { "documentation" : null, "error" : null, "exception" : false, "fault" : false, "shape" : "ResourceNotFoundException" }, { "documentation" : null, "error" : null, "exception" : false, "fault" : false, "shape" : "InternalServerError" } ], "http" : { "method" : "POST", "requestUri" : "/", "responseCode" : null }, "input" : { "documentation" : null, "locationName" : null, "shape" : "DescribeStreamInput", "xmlNamespace" : null }, "name" : "DescribeStream", "output" : { "documentation" : null, "locationName" : null, "resultWrapper" : null, "shape" : "DescribeStreamOutput" } }, "GetRecords" : { "authorizer" : null, "authtype" : "IAM", "deprecated" : false, "documentation" : "

Retrieves the stream records from a given shard.

Specify a shard iterator using the ShardIterator parameter. The shard iterator specifies the position in the shard from which you want to start reading stream records sequentially. If there are no stream records available in the portion of the shard that the iterator points to, GetRecords returns an empty list. Note that it might take multiple calls to get to a portion of the shard that contains stream records.

GetRecords can retrieve a maximum of 1 MB of data or 1000 stream records, whichever comes first.

", "errors" : [ { "documentation" : null, "error" : null, "exception" : false, "fault" : false, "shape" : "ResourceNotFoundException" }, { "documentation" : null, "error" : null, "exception" : false, "fault" : false, "shape" : "LimitExceededException" }, { "documentation" : null, "error" : null, "exception" : false, "fault" : false, "shape" : "InternalServerError" }, { "documentation" : null, "error" : null, "exception" : false, "fault" : false, "shape" : "ExpiredIteratorException" }, { "documentation" : null, "error" : null, "exception" : false, "fault" : false, "shape" : "TrimmedDataAccessException" } ], "http" : { "method" : "POST", "requestUri" : "/", "responseCode" : null }, "input" : { "documentation" : null, "locationName" : null, "shape" : "GetRecordsInput", "xmlNamespace" : null }, "name" : "GetRecords", "output" : { "documentation" : null, "locationName" : null, "resultWrapper" : null, "shape" : "GetRecordsOutput" } }, "GetShardIterator" : { "authorizer" : null, "authtype" : "IAM", "deprecated" : false, "documentation" : "

Returns a shard iterator. A shard iterator provides information about how to retrieve the stream records from within a shard. Use the shard iterator in a subsequent GetRecords request to read the stream records from the shard.

A shard iterator expires 15 minutes after it is returned to the requester.

", "errors" : [ { "documentation" : null, "error" : null, "exception" : false, "fault" : false, "shape" : "ResourceNotFoundException" }, { "documentation" : null, "error" : null, "exception" : false, "fault" : false, "shape" : "InternalServerError" }, { "documentation" : null, "error" : null, "exception" : false, "fault" : false, "shape" : "TrimmedDataAccessException" } ], "http" : { "method" : "POST", "requestUri" : "/", "responseCode" : null }, "input" : { "documentation" : null, "locationName" : null, "shape" : "GetShardIteratorInput", "xmlNamespace" : null }, "name" : "GetShardIterator", "output" : { "documentation" : null, "locationName" : null, "resultWrapper" : null, "shape" : "GetShardIteratorOutput" } }, "ListStreams" : { "authorizer" : null, "authtype" : "IAM", "deprecated" : false, "documentation" : "

Returns an array of stream ARNs associated with the current account and endpoint. If the TableName parameter is present, then ListStreams will return only the streams ARNs for that table.

You can call ListStreams at a maximum rate of 5 times per second.

", "errors" : [ { "documentation" : null, "error" : null, "exception" : false, "fault" : false, "shape" : "ResourceNotFoundException" }, { "documentation" : null, "error" : null, "exception" : false, "fault" : false, "shape" : "InternalServerError" } ], "http" : { "method" : "POST", "requestUri" : "/", "responseCode" : null }, "input" : { "documentation" : null, "locationName" : null, "shape" : "ListStreamsInput", "xmlNamespace" : null }, "name" : "ListStreams", "output" : { "documentation" : null, "locationName" : null, "resultWrapper" : null, "shape" : "ListStreamsOutput" } } }, "shapes" : { "AttributeMap" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : { "deprecated" : false, "documentation" : null, "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "AttributeName", "streaming" : false, "xmlNamespace" : null }, "max" : 0, "member" : null, "members" : { }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "map", "value" : { "deprecated" : false, "documentation" : null, "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "AttributeValue", "streaming" : false, "xmlNamespace" : null }, "wrapper" : false }, "AttributeName" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 65535, "member" : null, "members" : { }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "string", "value" : null, "wrapper" : false }, "AttributeValue" : { "deprecated" : false, "documentation" : "

Represents the data for an attribute. You can set one, and only one, of the elements.

Each attribute in an item is a name-value pair. An attribute can be single-valued or multi-valued set. For example, a book item can have title and authors attributes. Each book has one title but can have many authors. The multi-valued attribute is a set; duplicate values are not allowed.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "B" : { "deprecated" : false, "documentation" : "

A Binary data type.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "BinaryAttributeValue", "streaming" : false, "xmlNamespace" : null }, "BOOL" : { "deprecated" : false, "documentation" : "

A Boolean data type.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "BooleanAttributeValue", "streaming" : false, "xmlNamespace" : null }, "BS" : { "deprecated" : false, "documentation" : "

A Binary Set data type.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "BinarySetAttributeValue", "streaming" : false, "xmlNamespace" : null }, "L" : { "deprecated" : false, "documentation" : "

A List data type.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "ListAttributeValue", "streaming" : false, "xmlNamespace" : null }, "M" : { "deprecated" : false, "documentation" : "

A Map data type.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "MapAttributeValue", "streaming" : false, "xmlNamespace" : null }, "N" : { "deprecated" : false, "documentation" : "

A Number data type.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "NumberAttributeValue", "streaming" : false, "xmlNamespace" : null }, "NS" : { "deprecated" : false, "documentation" : "

A Number Set data type.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "NumberSetAttributeValue", "streaming" : false, "xmlNamespace" : null }, "NULL" : { "deprecated" : false, "documentation" : "

A Null data type.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "NullAttributeValue", "streaming" : false, "xmlNamespace" : null }, "S" : { "deprecated" : false, "documentation" : "

A String data type.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "StringAttributeValue", "streaming" : false, "xmlNamespace" : null }, "SS" : { "deprecated" : false, "documentation" : "

A String Set data type.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "StringSetAttributeValue", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "BinaryAttributeValue" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "blob", "value" : null, "wrapper" : false }, "BinarySetAttributeValue" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : { "deprecated" : false, "documentation" : null, "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "BinaryAttributeValue", "streaming" : false, "xmlNamespace" : null }, "members" : { }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "list", "value" : null, "wrapper" : false }, "BooleanAttributeValue" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "boolean", "value" : null, "wrapper" : false }, "Date" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "timestamp", "value" : null, "wrapper" : false }, "DescribeStreamInput" : { "deprecated" : false, "documentation" : "

Represents the input of a DescribeStream operation.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "ExclusiveStartShardId" : { "deprecated" : false, "documentation" : "

The shard ID of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedShardId in the previous operation.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "ShardId", "streaming" : false, "xmlNamespace" : null }, "Limit" : { "deprecated" : false, "documentation" : "

The maximum number of shard objects to return. The upper limit is 100.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "PositiveIntegerObject", "streaming" : false, "xmlNamespace" : null }, "StreamArn" : { "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) for the stream.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "StreamArn", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : [ "StreamArn" ], "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "DescribeStreamOutput" : { "deprecated" : false, "documentation" : "

Represents the output of a DescribeStream operation.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "StreamDescription" : { "deprecated" : false, "documentation" : "

A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "StreamDescription", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "ErrorMessage" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "string", "value" : null, "wrapper" : false }, "ExpiredIteratorException" : { "deprecated" : false, "documentation" : "

The shard iterator has expired and can no longer be used to retrieve stream records. A shard iterator expires 15 minutes after it is retrieved using the GetShardIterator action.

", "enum" : null, "error" : null, "exception" : true, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "message" : { "deprecated" : false, "documentation" : "

The provided iterator exceeds the maximum age allowed.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "ErrorMessage", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "GetRecordsInput" : { "deprecated" : false, "documentation" : "

Represents the input of a GetRecords operation.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "Limit" : { "deprecated" : false, "documentation" : "

The maximum number of records to return from the shard. The upper limit is 1000.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "PositiveIntegerObject", "streaming" : false, "xmlNamespace" : null }, "ShardIterator" : { "deprecated" : false, "documentation" : "

A shard iterator that was retrieved from a previous GetShardIterator operation. This iterator can be used to access the stream records in this shard.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "ShardIterator", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : [ "ShardIterator" ], "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "GetRecordsOutput" : { "deprecated" : false, "documentation" : "

Represents the output of a GetRecords operation.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "NextShardIterator" : { "deprecated" : false, "documentation" : "

The next position in the shard from which to start sequentially reading stream records. If set to null, the shard has been closed and the requested iterator will not return any more data.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "ShardIterator", "streaming" : false, "xmlNamespace" : null }, "Records" : { "deprecated" : false, "documentation" : "

The stream records from the shard, which were retrieved using the shard iterator.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "RecordList", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "GetShardIteratorInput" : { "deprecated" : false, "documentation" : "

Represents the input of a GetShardIterator operation.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "SequenceNumber" : { "deprecated" : false, "documentation" : "

The sequence number of a stream record in the shard from which to start reading.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "SequenceNumber", "streaming" : false, "xmlNamespace" : null }, "ShardId" : { "deprecated" : false, "documentation" : "

The identifier of the shard. The iterator will be returned for this shard ID.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "ShardId", "streaming" : false, "xmlNamespace" : null }, "ShardIteratorType" : { "deprecated" : false, "documentation" : "

Determines how the shard iterator is used to start reading stream records from the shard:

  • AT_SEQUENCE_NUMBER - Start reading exactly from the position denoted by a specific sequence number.

  • AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number.

  • TRIM_HORIZON - Start reading at the last (untrimmed) stream record, which is the oldest record in the shard. In DynamoDB Streams, there is a 24 hour limit on data retention. Stream records whose age exceeds this limit are subject to removal (trimming) from the stream.

  • LATEST - Start reading just after the most recent stream record in the shard, so that you always read the most recent data in the shard.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "ShardIteratorType", "streaming" : false, "xmlNamespace" : null }, "StreamArn" : { "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) for the stream.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "StreamArn", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : [ "StreamArn", "ShardId", "ShardIteratorType" ], "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "GetShardIteratorOutput" : { "deprecated" : false, "documentation" : "

Represents the output of a GetShardIterator operation.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "ShardIterator" : { "deprecated" : false, "documentation" : "

The position in the shard from which to start reading stream records sequentially. A shard iterator specifies this position using the sequence number of a stream record in a shard.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "ShardIterator", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "InternalServerError" : { "deprecated" : false, "documentation" : "

An error occurred on the server side.

", "enum" : null, "error" : null, "exception" : true, "fault" : true, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "message" : { "deprecated" : false, "documentation" : "

The server encountered an internal error trying to fulfill the request.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "ErrorMessage", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "KeySchema" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 2, "member" : { "deprecated" : false, "documentation" : null, "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "KeySchemaElement", "streaming" : false, "xmlNamespace" : null }, "members" : { }, "min" : 1, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "list", "value" : null, "wrapper" : false }, "KeySchemaAttributeName" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 255, "member" : null, "members" : { }, "min" : 1, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "string", "value" : null, "wrapper" : false }, "KeySchemaElement" : { "deprecated" : false, "documentation" : "

Represents a single element of a key schema. A key schema specifies the attributes that make up the primary key of a table, or the key attributes of an index.

A KeySchemaElement represents exactly one attribute of the primary key. For example, a simple primary key (partition key) would be represented by one KeySchemaElement. A composite primary key (partition key and sort key) would require one KeySchemaElement for the partition key, and another KeySchemaElement for the sort key.

The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB's usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "AttributeName" : { "deprecated" : false, "documentation" : "

The name of a key attribute.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "KeySchemaAttributeName", "streaming" : false, "xmlNamespace" : null }, "KeyType" : { "deprecated" : false, "documentation" : "

The attribute data, consisting of the data type and the attribute value itself.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "KeyType", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : [ "AttributeName", "KeyType" ], "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "KeyType" : { "deprecated" : false, "documentation" : null, "enum" : [ "HASH", "RANGE" ], "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "string", "value" : null, "wrapper" : false }, "LimitExceededException" : { "deprecated" : false, "documentation" : "

Your request rate is too high. The AWS SDKs for DynamoDB automatically retry requests that receive this exception. Your request is eventually successful, unless your retry queue is too large to finish. Reduce the frequency of requests and use exponential backoff. For more information, go to Error Retries and Exponential Backoff in the Amazon DynamoDB Developer Guide.

", "enum" : null, "error" : null, "exception" : true, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "message" : { "deprecated" : false, "documentation" : "

Too many operations for a given subscriber.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "ErrorMessage", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "ListAttributeValue" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : { "deprecated" : false, "documentation" : null, "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "AttributeValue", "streaming" : false, "xmlNamespace" : null }, "members" : { }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "list", "value" : null, "wrapper" : false }, "ListStreamsInput" : { "deprecated" : false, "documentation" : "

Represents the input of a ListStreams operation.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "ExclusiveStartStreamArn" : { "deprecated" : false, "documentation" : "

The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedStreamArn in the previous operation.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "StreamArn", "streaming" : false, "xmlNamespace" : null }, "Limit" : { "deprecated" : false, "documentation" : "

The maximum number of streams to return. The upper limit is 100.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "PositiveIntegerObject", "streaming" : false, "xmlNamespace" : null }, "TableName" : { "deprecated" : false, "documentation" : "

If this parameter is provided, then only the streams associated with this table name are returned.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "TableName", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "ListStreamsOutput" : { "deprecated" : false, "documentation" : "

Represents the output of a ListStreams operation.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "LastEvaluatedStreamArn" : { "deprecated" : false, "documentation" : "

The stream ARN of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request.

If LastEvaluatedStreamArn is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

If LastEvaluatedStreamArn is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedStreamArn is empty.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "StreamArn", "streaming" : false, "xmlNamespace" : null }, "Streams" : { "deprecated" : false, "documentation" : "

A list of stream descriptors associated with the current account and endpoint.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "StreamList", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "MapAttributeValue" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : { "deprecated" : false, "documentation" : null, "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "AttributeName", "streaming" : false, "xmlNamespace" : null }, "max" : 0, "member" : null, "members" : { }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "map", "value" : { "deprecated" : false, "documentation" : null, "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "AttributeValue", "streaming" : false, "xmlNamespace" : null }, "wrapper" : false }, "NullAttributeValue" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "boolean", "value" : null, "wrapper" : false }, "NumberAttributeValue" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "string", "value" : null, "wrapper" : false }, "NumberSetAttributeValue" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : { "deprecated" : false, "documentation" : null, "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "NumberAttributeValue", "streaming" : false, "xmlNamespace" : null }, "members" : { }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "list", "value" : null, "wrapper" : false }, "OperationType" : { "deprecated" : false, "documentation" : null, "enum" : [ "INSERT", "MODIFY", "REMOVE" ], "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "string", "value" : null, "wrapper" : false }, "PositiveIntegerObject" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { }, "min" : 1, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "integer", "value" : null, "wrapper" : false }, "PositiveLongObject" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { }, "min" : 1, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "long", "value" : null, "wrapper" : false }, "Record" : { "deprecated" : false, "documentation" : "

A description of a unique event within a stream.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "awsRegion" : { "deprecated" : false, "documentation" : "

The region in which the GetRecords request was received.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "String", "streaming" : false, "xmlNamespace" : null }, "dynamodb" : { "deprecated" : false, "documentation" : "

The main body of the stream record, containing all of the DynamoDB-specific fields.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "StreamRecord", "streaming" : false, "xmlNamespace" : null }, "eventID" : { "deprecated" : false, "documentation" : "

A globally unique identifier for the event that was recorded in this stream record.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "String", "streaming" : false, "xmlNamespace" : null }, "eventName" : { "deprecated" : false, "documentation" : "

The type of data modification that was performed on the DynamoDB table:

  • INSERT - a new item was added to the table.

  • MODIFY - one or more of an existing item's attributes were modified.

  • REMOVE - the item was deleted from the table

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "OperationType", "streaming" : false, "xmlNamespace" : null }, "eventSource" : { "deprecated" : false, "documentation" : "

The AWS service from which the stream record originated. For DynamoDB Streams, this is aws:dynamodb.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "String", "streaming" : false, "xmlNamespace" : null }, "eventVersion" : { "deprecated" : false, "documentation" : "

The version number of the stream record format. This number is updated whenever the structure of Record is modified.

Client applications must not assume that eventVersion will remain at a particular value, as this number is subject to change at any time. In general, eventVersion will only increase as the low-level DynamoDB Streams API evolves.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "String", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "RecordList" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : { "deprecated" : false, "documentation" : null, "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "Record", "streaming" : false, "xmlNamespace" : null }, "members" : { }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "list", "value" : null, "wrapper" : false }, "ResourceNotFoundException" : { "deprecated" : false, "documentation" : "

The operation tried to access a nonexistent stream.

", "enum" : null, "error" : null, "exception" : true, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "message" : { "deprecated" : false, "documentation" : "

The resource which is being requested does not exist.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "ErrorMessage", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "SequenceNumber" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 40, "member" : null, "members" : { }, "min" : 21, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "string", "value" : null, "wrapper" : false }, "SequenceNumberRange" : { "deprecated" : false, "documentation" : "

The beginning and ending sequence numbers for the stream records contained within a shard.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "EndingSequenceNumber" : { "deprecated" : false, "documentation" : "

The last sequence number.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "SequenceNumber", "streaming" : false, "xmlNamespace" : null }, "StartingSequenceNumber" : { "deprecated" : false, "documentation" : "

The first sequence number.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "SequenceNumber", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "Shard" : { "deprecated" : false, "documentation" : "

A uniquely identified group of stream records within a stream.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "ParentShardId" : { "deprecated" : false, "documentation" : "

The shard ID of the current shard's parent.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "ShardId", "streaming" : false, "xmlNamespace" : null }, "SequenceNumberRange" : { "deprecated" : false, "documentation" : "

The range of possible sequence numbers for the shard.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "SequenceNumberRange", "streaming" : false, "xmlNamespace" : null }, "ShardId" : { "deprecated" : false, "documentation" : "

The system-generated identifier for this shard.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "ShardId", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "ShardDescriptionList" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : { "deprecated" : false, "documentation" : null, "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "Shard", "streaming" : false, "xmlNamespace" : null }, "members" : { }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "list", "value" : null, "wrapper" : false }, "ShardId" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 65, "member" : null, "members" : { }, "min" : 28, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "string", "value" : null, "wrapper" : false }, "ShardIterator" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 2048, "member" : null, "members" : { }, "min" : 1, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "string", "value" : null, "wrapper" : false }, "ShardIteratorType" : { "deprecated" : false, "documentation" : null, "enum" : [ "TRIM_HORIZON", "LATEST", "AT_SEQUENCE_NUMBER", "AFTER_SEQUENCE_NUMBER" ], "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "string", "value" : null, "wrapper" : false }, "Stream" : { "deprecated" : false, "documentation" : "

Represents all of the data describing a particular stream.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "StreamArn" : { "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) for the stream.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "StreamArn", "streaming" : false, "xmlNamespace" : null }, "StreamLabel" : { "deprecated" : false, "documentation" : "

A timestamp, in ISO 8601 format, for this stream.

Note that LatestStreamLabel is not a unique identifier for the stream, because it is possible that a stream from another table might have the same timestamp. However, the combination of the following three elements is guaranteed to be unique:

  • the AWS customer ID.

  • the table name

  • the StreamLabel

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "String", "streaming" : false, "xmlNamespace" : null }, "TableName" : { "deprecated" : false, "documentation" : "

The DynamoDB table with which the stream is associated.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "TableName", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "StreamArn" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 1024, "member" : null, "members" : { }, "min" : 37, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "string", "value" : null, "wrapper" : false }, "StreamDescription" : { "deprecated" : false, "documentation" : "

Represents all of the data describing a particular stream.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "CreationRequestDateTime" : { "deprecated" : false, "documentation" : "

The date and time when the request to create this stream was issued.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "Date", "streaming" : false, "xmlNamespace" : null }, "KeySchema" : { "deprecated" : false, "documentation" : "

The key attribute(s) of the stream's DynamoDB table.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "KeySchema", "streaming" : false, "xmlNamespace" : null }, "LastEvaluatedShardId" : { "deprecated" : false, "documentation" : "

The shard ID of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request.

If LastEvaluatedShardId is empty, then the \"last page\" of results has been processed and there is currently no more data to be retrieved.

If LastEvaluatedShardId is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedShardId is empty.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "ShardId", "streaming" : false, "xmlNamespace" : null }, "Shards" : { "deprecated" : false, "documentation" : "

The shards that comprise the stream.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "ShardDescriptionList", "streaming" : false, "xmlNamespace" : null }, "StreamArn" : { "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) for the stream.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "StreamArn", "streaming" : false, "xmlNamespace" : null }, "StreamLabel" : { "deprecated" : false, "documentation" : "

A timestamp, in ISO 8601 format, for this stream.

Note that LatestStreamLabel is not a unique identifier for the stream, because it is possible that a stream from another table might have the same timestamp. However, the combination of the following three elements is guaranteed to be unique:

  • the AWS customer ID.

  • the table name

  • the StreamLabel

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "String", "streaming" : false, "xmlNamespace" : null }, "StreamStatus" : { "deprecated" : false, "documentation" : "

Indicates the current status of the stream:

  • ENABLING - Streams is currently being enabled on the DynamoDB table.

  • ENABLED - the stream is enabled.

  • DISABLING - Streams is currently being disabled on the DynamoDB table.

  • DISABLED - the stream is disabled.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "StreamStatus", "streaming" : false, "xmlNamespace" : null }, "StreamViewType" : { "deprecated" : false, "documentation" : "

Indicates the format of the records within this stream:

  • KEYS_ONLY - only the key attributes of items that were modified in the DynamoDB table.

  • NEW_IMAGE - entire items from the table, as they appeared after they were modified.

  • OLD_IMAGE - entire items from the table, as they appeared before they were modified.

  • NEW_AND_OLD_IMAGES - both the new and the old images of the items from the table.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "StreamViewType", "streaming" : false, "xmlNamespace" : null }, "TableName" : { "deprecated" : false, "documentation" : "

The DynamoDB table with which the stream is associated.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "TableName", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "StreamList" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : { "deprecated" : false, "documentation" : null, "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "Stream", "streaming" : false, "xmlNamespace" : null }, "members" : { }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "list", "value" : null, "wrapper" : false }, "StreamRecord" : { "deprecated" : false, "documentation" : "

A description of a single data modification that was performed on an item in a DynamoDB table.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "ApproximateCreationDateTime" : { "deprecated" : false, "documentation" : "

The approximate date and time when the stream record was created, in UNIX epoch time format.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "Date", "streaming" : false, "xmlNamespace" : null }, "Keys" : { "deprecated" : false, "documentation" : "

The primary key attribute(s) for the DynamoDB item that was modified.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "AttributeMap", "streaming" : false, "xmlNamespace" : null }, "NewImage" : { "deprecated" : false, "documentation" : "

The item in the DynamoDB table as it appeared after it was modified.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "AttributeMap", "streaming" : false, "xmlNamespace" : null }, "OldImage" : { "deprecated" : false, "documentation" : "

The item in the DynamoDB table as it appeared before it was modified.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "AttributeMap", "streaming" : false, "xmlNamespace" : null }, "SequenceNumber" : { "deprecated" : false, "documentation" : "

The sequence number of the stream record.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "SequenceNumber", "streaming" : false, "xmlNamespace" : null }, "SizeBytes" : { "deprecated" : false, "documentation" : "

The size of the stream record, in bytes.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "PositiveLongObject", "streaming" : false, "xmlNamespace" : null }, "StreamViewType" : { "deprecated" : false, "documentation" : "

The type of data from the modified DynamoDB item that was captured in this stream record:

  • KEYS_ONLY - only the key attributes of the modified item.

  • NEW_IMAGE - the entire item, as it appeared after it was modified.

  • OLD_IMAGE - the entire item, as it appeared before it was modified.

  • NEW_AND_OLD_IMAGES - both the new and the old item images of the item.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "StreamViewType", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "StreamStatus" : { "deprecated" : false, "documentation" : null, "enum" : [ "ENABLING", "ENABLED", "DISABLING", "DISABLED" ], "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "string", "value" : null, "wrapper" : false }, "StreamViewType" : { "deprecated" : false, "documentation" : null, "enum" : [ "NEW_IMAGE", "OLD_IMAGE", "NEW_AND_OLD_IMAGES", "KEYS_ONLY" ], "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "string", "value" : null, "wrapper" : false }, "String" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "string", "value" : null, "wrapper" : false }, "StringAttributeValue" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "string", "value" : null, "wrapper" : false }, "StringSetAttributeValue" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : { "deprecated" : false, "documentation" : null, "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "StringAttributeValue", "streaming" : false, "xmlNamespace" : null }, "members" : { }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "list", "value" : null, "wrapper" : false }, "TableName" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 255, "member" : null, "members" : { }, "min" : 3, "pattern" : "[a-zA-Z0-9_.-]+", "payload" : null, "required" : null, "streaming" : false, "type" : "string", "value" : null, "wrapper" : false }, "TrimmedDataAccessException" : { "deprecated" : false, "documentation" : "

The operation attempted to read past the oldest stream record in a shard.

In DynamoDB Streams, there is a 24 hour limit on data retention. Stream records whose age exceeds this limit are subject to removal (trimming) from the stream. You might receive a TrimmedDataAccessException if:

  • You request a shard iterator with a sequence number older than the trim point (24 hours).

  • You obtain a shard iterator, but before you use the iterator in a GetRecords request, a stream record in the shard exceeds the 24 hour period and is trimmed. This causes the iterator to access a record that no longer exists.

", "enum" : null, "error" : null, "exception" : true, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "message" : { "deprecated" : false, "documentation" : "

\"The data you are trying to access has been trimmed.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "ErrorMessage", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false } }, "documentation" : "Amazon DynamoDB

Amazon DynamoDB Streams provides API actions for accessing streams and processing stream records. To learn more about application development with Streams, see Capturing Table Activity with DynamoDB Streams in the Amazon DynamoDB Developer Guide.

The following are short descriptions of each low-level DynamoDB Streams action:

  • DescribeStream - Returns detailed information about a particular stream.

  • GetRecords - Retrieves the stream records from within a shard.

  • GetShardIterator - Returns information on how to retrieve the streams record from a shard with a given shard ID.

  • ListStreams - Returns a list of all the streams associated with the current AWS account and endpoint.

" }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy