github.com/aavshr/aws-sdk-go@v1.41.3/models/apis/streams.dynamodb/2012-08-10/docs-2.json (about) 1 { 2 "version": "2.0", 3 "service": "<fullname>Amazon DynamoDB</fullname> <p>Amazon DynamoDB Streams provides API actions for accessing streams and processing stream records. To learn more about application development with Streams, see <a href=\"https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Streams.html\">Capturing Table Activity with DynamoDB Streams</a> in the Amazon DynamoDB Developer Guide.</p>", 4 "operations": { 5 "DescribeStream": "<p>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.</p> <note> <p>You can call <code>DescribeStream</code> at a maximum rate of 10 times per second.</p> </note> <p>Each shard in the stream has a <code>SequenceNumberRange</code> associated with it. If the <code>SequenceNumberRange</code> has a <code>StartingSequenceNumber</code> but no <code>EndingSequenceNumber</code>, then the shard is still open (able to receive more stream records). If both <code>StartingSequenceNumber</code> and <code>EndingSequenceNumber</code> are present, then that shard is closed and can no longer receive more data.</p>", 6 "GetRecords": "<p>Retrieves the stream records from a given shard.</p> <p>Specify a shard iterator using the <code>ShardIterator</code> 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, <code>GetRecords</code> returns an empty list. Note that it might take multiple calls to get to a portion of the shard that contains stream records.</p> <note> <p> <code>GetRecords</code> can retrieve a maximum of 1 MB of data or 1000 stream records, whichever comes first.</p> </note>", 7 "GetShardIterator": "<p>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 <code>GetRecords</code> request to read the stream records from the shard.</p> <note> <p>A shard iterator expires 15 minutes after it is returned to the requester.</p> </note>", 8 "ListStreams": "<p>Returns an array of stream ARNs associated with the current account and endpoint. If the <code>TableName</code> parameter is present, then <code>ListStreams</code> will return only the streams ARNs for that table.</p> <note> <p>You can call <code>ListStreams</code> at a maximum rate of 5 times per second.</p> </note>" 9 }, 10 "shapes": { 11 "AttributeMap": { 12 "base": null, 13 "refs": { 14 "StreamRecord$Keys": "<p>The primary key attribute(s) for the DynamoDB item that was modified.</p>", 15 "StreamRecord$NewImage": "<p>The item in the DynamoDB table as it appeared after it was modified.</p>", 16 "StreamRecord$OldImage": "<p>The item in the DynamoDB table as it appeared before it was modified.</p>" 17 } 18 }, 19 "AttributeName": { 20 "base": null, 21 "refs": { 22 "AttributeMap$key": null, 23 "MapAttributeValue$key": null 24 } 25 }, 26 "AttributeValue": { 27 "base": "<p>Represents the data for an attribute.</p> <p>Each attribute value is described as a name-value pair. The name is the data type, and the value is the data itself.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/HowItWorks.NamingRulesDataTypes.html#HowItWorks.DataTypes\">Data Types</a> in the <i>Amazon DynamoDB Developer Guide</i>.</p>", 28 "refs": { 29 "AttributeMap$value": null, 30 "ListAttributeValue$member": null, 31 "MapAttributeValue$value": null 32 } 33 }, 34 "BinaryAttributeValue": { 35 "base": null, 36 "refs": { 37 "AttributeValue$B": "<p>An attribute of type Binary. For example:</p> <p> <code>\"B\": \"dGhpcyB0ZXh0IGlzIGJhc2U2NC1lbmNvZGVk\"</code> </p>", 38 "BinarySetAttributeValue$member": null 39 } 40 }, 41 "BinarySetAttributeValue": { 42 "base": null, 43 "refs": { 44 "AttributeValue$BS": "<p>An attribute of type Binary Set. For example:</p> <p> <code>\"BS\": [\"U3Vubnk=\", \"UmFpbnk=\", \"U25vd3k=\"]</code> </p>" 45 } 46 }, 47 "BooleanAttributeValue": { 48 "base": null, 49 "refs": { 50 "AttributeValue$BOOL": "<p>An attribute of type Boolean. For example:</p> <p> <code>\"BOOL\": true</code> </p>" 51 } 52 }, 53 "Date": { 54 "base": null, 55 "refs": { 56 "StreamDescription$CreationRequestDateTime": "<p>The date and time when the request to create this stream was issued.</p>", 57 "StreamRecord$ApproximateCreationDateTime": "<p>The approximate date and time when the stream record was created, in <a href=\"http://www.epochconverter.com/\">UNIX epoch time</a> format.</p>" 58 } 59 }, 60 "DescribeStreamInput": { 61 "base": "<p>Represents the input of a <code>DescribeStream</code> operation.</p>", 62 "refs": { 63 } 64 }, 65 "DescribeStreamOutput": { 66 "base": "<p>Represents the output of a <code>DescribeStream</code> operation.</p>", 67 "refs": { 68 } 69 }, 70 "ErrorMessage": { 71 "base": null, 72 "refs": { 73 "ExpiredIteratorException$message": "<p>The provided iterator exceeds the maximum age allowed.</p>", 74 "InternalServerError$message": "<p>The server encountered an internal error trying to fulfill the request.</p>", 75 "LimitExceededException$message": "<p>Too many operations for a given subscriber.</p>", 76 "ResourceNotFoundException$message": "<p>The resource which is being requested does not exist.</p>", 77 "TrimmedDataAccessException$message": "<p>\"The data you are trying to access has been trimmed.</p>" 78 } 79 }, 80 "ExpiredIteratorException": { 81 "base": "<p>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 <code>GetShardIterator</code> action.</p>", 82 "refs": { 83 } 84 }, 85 "GetRecordsInput": { 86 "base": "<p>Represents the input of a <code>GetRecords</code> operation.</p>", 87 "refs": { 88 } 89 }, 90 "GetRecordsOutput": { 91 "base": "<p>Represents the output of a <code>GetRecords</code> operation.</p>", 92 "refs": { 93 } 94 }, 95 "GetShardIteratorInput": { 96 "base": "<p>Represents the input of a <code>GetShardIterator</code> operation.</p>", 97 "refs": { 98 } 99 }, 100 "GetShardIteratorOutput": { 101 "base": "<p>Represents the output of a <code>GetShardIterator</code> operation.</p>", 102 "refs": { 103 } 104 }, 105 "Identity": { 106 "base": "<p>Contains details about the type of identity that made the request.</p>", 107 "refs": { 108 "Record$userIdentity": "<p>Items that are deleted by the Time to Live process after expiration have the following fields: </p> <ul> <li> <p>Records[].userIdentity.type</p> <p>\"Service\"</p> </li> <li> <p>Records[].userIdentity.principalId</p> <p>\"dynamodb.amazonaws.com\"</p> </li> </ul>" 109 } 110 }, 111 "InternalServerError": { 112 "base": "<p>An error occurred on the server side.</p>", 113 "refs": { 114 } 115 }, 116 "KeySchema": { 117 "base": null, 118 "refs": { 119 "StreamDescription$KeySchema": "<p>The key attribute(s) of the stream's DynamoDB table.</p>" 120 } 121 }, 122 "KeySchemaAttributeName": { 123 "base": null, 124 "refs": { 125 "KeySchemaElement$AttributeName": "<p>The name of a key attribute.</p>" 126 } 127 }, 128 "KeySchemaElement": { 129 "base": "<p>Represents <i>a single element</i> 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.</p> <p>A <code>KeySchemaElement</code> represents exactly one attribute of the primary key. For example, a simple primary key would be represented by one <code>KeySchemaElement</code> (for the partition key). A composite primary key would require one <code>KeySchemaElement</code> for the partition key, and another <code>KeySchemaElement</code> for the sort key.</p> <p>A <code>KeySchemaElement</code> must be a scalar, top-level attribute (not a nested attribute). The data type must be one of String, Number, or Binary. The attribute cannot be nested within a List or a Map.</p>", 130 "refs": { 131 "KeySchema$member": null 132 } 133 }, 134 "KeyType": { 135 "base": null, 136 "refs": { 137 "KeySchemaElement$KeyType": "<p>The role that this key attribute will assume:</p> <ul> <li> <p> <code>HASH</code> - partition key</p> </li> <li> <p> <code>RANGE</code> - sort key</p> </li> </ul> <note> <p>The partition key of an item is also known as its <i>hash attribute</i>. 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.</p> <p>The sort key of an item is also known as its <i>range attribute</i>. 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.</p> </note>" 138 } 139 }, 140 "LimitExceededException": { 141 "base": "<p>There is no limit to the number of daily on-demand backups that can be taken.</p> <p>Up to 50 simultaneous table operations are allowed per account. These operations include <code>CreateTable</code>, <code>UpdateTable</code>, <code>DeleteTable</code>,<code>UpdateTimeToLive</code>, <code>RestoreTableFromBackup</code>, and <code>RestoreTableToPointInTime</code>.</p> <p>The only exception is when you are creating a table with one or more secondary indexes. You can have up to 25 such requests running at a time; however, if the table or index specifications are complex, DynamoDB might temporarily reduce the number of concurrent operations.</p> <p>There is a soft account quota of 256 tables.</p>", 142 "refs": { 143 } 144 }, 145 "ListAttributeValue": { 146 "base": null, 147 "refs": { 148 "AttributeValue$L": "<p>An attribute of type List. For example:</p> <p> <code>\"L\": [ {\"S\": \"Cookies\"} , {\"S\": \"Coffee\"}, {\"N\", \"3.14159\"}]</code> </p>" 149 } 150 }, 151 "ListStreamsInput": { 152 "base": "<p>Represents the input of a <code>ListStreams</code> operation.</p>", 153 "refs": { 154 } 155 }, 156 "ListStreamsOutput": { 157 "base": "<p>Represents the output of a <code>ListStreams</code> operation.</p>", 158 "refs": { 159 } 160 }, 161 "MapAttributeValue": { 162 "base": null, 163 "refs": { 164 "AttributeValue$M": "<p>An attribute of type Map. For example:</p> <p> <code>\"M\": {\"Name\": {\"S\": \"Joe\"}, \"Age\": {\"N\": \"35\"}}</code> </p>" 165 } 166 }, 167 "NullAttributeValue": { 168 "base": null, 169 "refs": { 170 "AttributeValue$NULL": "<p>An attribute of type Null. For example:</p> <p> <code>\"NULL\": true</code> </p>" 171 } 172 }, 173 "NumberAttributeValue": { 174 "base": null, 175 "refs": { 176 "AttributeValue$N": "<p>An attribute of type Number. For example:</p> <p> <code>\"N\": \"123.45\"</code> </p> <p>Numbers are sent across the network to DynamoDB as strings, to maximize compatibility across languages and libraries. However, DynamoDB treats them as number type attributes for mathematical operations.</p>", 177 "NumberSetAttributeValue$member": null 178 } 179 }, 180 "NumberSetAttributeValue": { 181 "base": null, 182 "refs": { 183 "AttributeValue$NS": "<p>An attribute of type Number Set. For example:</p> <p> <code>\"NS\": [\"42.2\", \"-19\", \"7.5\", \"3.14\"]</code> </p> <p>Numbers are sent across the network to DynamoDB as strings, to maximize compatibility across languages and libraries. However, DynamoDB treats them as number type attributes for mathematical operations.</p>" 184 } 185 }, 186 "OperationType": { 187 "base": null, 188 "refs": { 189 "Record$eventName": "<p>The type of data modification that was performed on the DynamoDB table:</p> <ul> <li> <p> <code>INSERT</code> - a new item was added to the table.</p> </li> <li> <p> <code>MODIFY</code> - one or more of an existing item's attributes were modified.</p> </li> <li> <p> <code>REMOVE</code> - the item was deleted from the table</p> </li> </ul>" 190 } 191 }, 192 "PositiveIntegerObject": { 193 "base": null, 194 "refs": { 195 "DescribeStreamInput$Limit": "<p>The maximum number of shard objects to return. The upper limit is 100.</p>", 196 "GetRecordsInput$Limit": "<p>The maximum number of records to return from the shard. The upper limit is 1000.</p>", 197 "ListStreamsInput$Limit": "<p>The maximum number of streams to return. The upper limit is 100.</p>" 198 } 199 }, 200 "PositiveLongObject": { 201 "base": null, 202 "refs": { 203 "StreamRecord$SizeBytes": "<p>The size of the stream record, in bytes.</p>" 204 } 205 }, 206 "Record": { 207 "base": "<p>A description of a unique event within a stream.</p>", 208 "refs": { 209 "RecordList$member": null 210 } 211 }, 212 "RecordList": { 213 "base": null, 214 "refs": { 215 "GetRecordsOutput$Records": "<p>The stream records from the shard, which were retrieved using the shard iterator.</p>" 216 } 217 }, 218 "ResourceNotFoundException": { 219 "base": "<p>The operation tried to access a nonexistent table or index. The resource might not be specified correctly, or its status might not be <code>ACTIVE</code>.</p>", 220 "refs": { 221 } 222 }, 223 "SequenceNumber": { 224 "base": null, 225 "refs": { 226 "GetShardIteratorInput$SequenceNumber": "<p>The sequence number of a stream record in the shard from which to start reading.</p>", 227 "SequenceNumberRange$StartingSequenceNumber": "<p>The first sequence number for the stream records contained within a shard. String contains numeric characters only.</p>", 228 "SequenceNumberRange$EndingSequenceNumber": "<p>The last sequence number for the stream records contained within a shard. String contains numeric characters only.</p>", 229 "StreamRecord$SequenceNumber": "<p>The sequence number of the stream record.</p>" 230 } 231 }, 232 "SequenceNumberRange": { 233 "base": "<p>The beginning and ending sequence numbers for the stream records contained within a shard.</p>", 234 "refs": { 235 "Shard$SequenceNumberRange": "<p>The range of possible sequence numbers for the shard.</p>" 236 } 237 }, 238 "Shard": { 239 "base": "<p>A uniquely identified group of stream records within a stream.</p>", 240 "refs": { 241 "ShardDescriptionList$member": null 242 } 243 }, 244 "ShardDescriptionList": { 245 "base": null, 246 "refs": { 247 "StreamDescription$Shards": "<p>The shards that comprise the stream.</p>" 248 } 249 }, 250 "ShardId": { 251 "base": null, 252 "refs": { 253 "DescribeStreamInput$ExclusiveStartShardId": "<p>The shard ID of the first item that this operation will evaluate. Use the value that was returned for <code>LastEvaluatedShardId</code> in the previous operation. </p>", 254 "GetShardIteratorInput$ShardId": "<p>The identifier of the shard. The iterator will be returned for this shard ID.</p>", 255 "Shard$ShardId": "<p>The system-generated identifier for this shard.</p>", 256 "Shard$ParentShardId": "<p>The shard ID of the current shard's parent.</p>", 257 "StreamDescription$LastEvaluatedShardId": "<p>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.</p> <p>If <code>LastEvaluatedShardId</code> is empty, then the \"last page\" of results has been processed and there is currently no more data to be retrieved.</p> <p>If <code>LastEvaluatedShardId</code> 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 <code>LastEvaluatedShardId</code> is empty.</p>" 258 } 259 }, 260 "ShardIterator": { 261 "base": null, 262 "refs": { 263 "GetRecordsInput$ShardIterator": "<p>A shard iterator that was retrieved from a previous GetShardIterator operation. This iterator can be used to access the stream records in this shard.</p>", 264 "GetRecordsOutput$NextShardIterator": "<p>The next position in the shard from which to start sequentially reading stream records. If set to <code>null</code>, the shard has been closed and the requested iterator will not return any more data.</p>", 265 "GetShardIteratorOutput$ShardIterator": "<p>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.</p>" 266 } 267 }, 268 "ShardIteratorType": { 269 "base": null, 270 "refs": { 271 "GetShardIteratorInput$ShardIteratorType": "<p>Determines how the shard iterator is used to start reading stream records from the shard:</p> <ul> <li> <p> <code>AT_SEQUENCE_NUMBER</code> - Start reading exactly from the position denoted by a specific sequence number.</p> </li> <li> <p> <code>AFTER_SEQUENCE_NUMBER</code> - Start reading right after the position denoted by a specific sequence number.</p> </li> <li> <p> <code>TRIM_HORIZON</code> - 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.</p> </li> <li> <p> <code>LATEST</code> - Start reading just after the most recent stream record in the shard, so that you always read the most recent data in the shard.</p> </li> </ul>" 272 } 273 }, 274 "Stream": { 275 "base": "<p>Represents all of the data describing a particular stream.</p>", 276 "refs": { 277 "StreamList$member": null 278 } 279 }, 280 "StreamArn": { 281 "base": null, 282 "refs": { 283 "DescribeStreamInput$StreamArn": "<p>The Amazon Resource Name (ARN) for the stream.</p>", 284 "GetShardIteratorInput$StreamArn": "<p>The Amazon Resource Name (ARN) for the stream.</p>", 285 "ListStreamsInput$ExclusiveStartStreamArn": "<p>The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for <code>LastEvaluatedStreamArn</code> in the previous operation. </p>", 286 "ListStreamsOutput$LastEvaluatedStreamArn": "<p>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.</p> <p>If <code>LastEvaluatedStreamArn</code> is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.</p> <p>If <code>LastEvaluatedStreamArn</code> 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 <code>LastEvaluatedStreamArn</code> is empty.</p>", 287 "Stream$StreamArn": "<p>The Amazon Resource Name (ARN) for the stream.</p>", 288 "StreamDescription$StreamArn": "<p>The Amazon Resource Name (ARN) for the stream.</p>" 289 } 290 }, 291 "StreamDescription": { 292 "base": "<p>Represents all of the data describing a particular stream.</p>", 293 "refs": { 294 "DescribeStreamOutput$StreamDescription": "<p>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.</p>" 295 } 296 }, 297 "StreamList": { 298 "base": null, 299 "refs": { 300 "ListStreamsOutput$Streams": "<p>A list of stream descriptors associated with the current account and endpoint.</p>" 301 } 302 }, 303 "StreamRecord": { 304 "base": "<p>A description of a single data modification that was performed on an item in a DynamoDB table.</p>", 305 "refs": { 306 "Record$dynamodb": "<p>The main body of the stream record, containing all of the DynamoDB-specific fields.</p>" 307 } 308 }, 309 "StreamStatus": { 310 "base": null, 311 "refs": { 312 "StreamDescription$StreamStatus": "<p>Indicates the current status of the stream:</p> <ul> <li> <p> <code>ENABLING</code> - Streams is currently being enabled on the DynamoDB table.</p> </li> <li> <p> <code>ENABLED</code> - the stream is enabled.</p> </li> <li> <p> <code>DISABLING</code> - Streams is currently being disabled on the DynamoDB table.</p> </li> <li> <p> <code>DISABLED</code> - the stream is disabled.</p> </li> </ul>" 313 } 314 }, 315 "StreamViewType": { 316 "base": null, 317 "refs": { 318 "StreamDescription$StreamViewType": "<p>Indicates the format of the records within this stream:</p> <ul> <li> <p> <code>KEYS_ONLY</code> - only the key attributes of items that were modified in the DynamoDB table.</p> </li> <li> <p> <code>NEW_IMAGE</code> - entire items from the table, as they appeared after they were modified.</p> </li> <li> <p> <code>OLD_IMAGE</code> - entire items from the table, as they appeared before they were modified.</p> </li> <li> <p> <code>NEW_AND_OLD_IMAGES</code> - both the new and the old images of the items from the table.</p> </li> </ul>", 319 "StreamRecord$StreamViewType": "<p>The type of data from the modified DynamoDB item that was captured in this stream record:</p> <ul> <li> <p> <code>KEYS_ONLY</code> - only the key attributes of the modified item.</p> </li> <li> <p> <code>NEW_IMAGE</code> - the entire item, as it appeared after it was modified.</p> </li> <li> <p> <code>OLD_IMAGE</code> - the entire item, as it appeared before it was modified.</p> </li> <li> <p> <code>NEW_AND_OLD_IMAGES</code> - both the new and the old item images of the item.</p> </li> </ul>" 320 } 321 }, 322 "String": { 323 "base": null, 324 "refs": { 325 "Identity$PrincipalId": "<p>A unique identifier for the entity that made the call. For Time To Live, the principalId is \"dynamodb.amazonaws.com\".</p>", 326 "Identity$Type": "<p>The type of the identity. For Time To Live, the type is \"Service\".</p>", 327 "Record$eventID": "<p>A globally unique identifier for the event that was recorded in this stream record.</p>", 328 "Record$eventVersion": "<p>The version number of the stream record format. This number is updated whenever the structure of <code>Record</code> is modified.</p> <p>Client applications must not assume that <code>eventVersion</code> will remain at a particular value, as this number is subject to change at any time. In general, <code>eventVersion</code> will only increase as the low-level DynamoDB Streams API evolves.</p>", 329 "Record$eventSource": "<p>The AWS service from which the stream record originated. For DynamoDB Streams, this is <code>aws:dynamodb</code>.</p>", 330 "Record$awsRegion": "<p>The region in which the <code>GetRecords</code> request was received.</p>", 331 "Stream$StreamLabel": "<p>A timestamp, in ISO 8601 format, for this stream.</p> <p>Note that <code>LatestStreamLabel</code> 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:</p> <ul> <li> <p>the AWS customer ID.</p> </li> <li> <p>the table name</p> </li> <li> <p>the <code>StreamLabel</code> </p> </li> </ul>", 332 "StreamDescription$StreamLabel": "<p>A timestamp, in ISO 8601 format, for this stream.</p> <p>Note that <code>LatestStreamLabel</code> 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:</p> <ul> <li> <p>the AWS customer ID.</p> </li> <li> <p>the table name</p> </li> <li> <p>the <code>StreamLabel</code> </p> </li> </ul>" 333 } 334 }, 335 "StringAttributeValue": { 336 "base": null, 337 "refs": { 338 "AttributeValue$S": "<p>An attribute of type String. For example:</p> <p> <code>\"S\": \"Hello\"</code> </p>", 339 "StringSetAttributeValue$member": null 340 } 341 }, 342 "StringSetAttributeValue": { 343 "base": null, 344 "refs": { 345 "AttributeValue$SS": "<p>An attribute of type String Set. For example:</p> <p> <code>\"SS\": [\"Giraffe\", \"Hippo\" ,\"Zebra\"]</code> </p>" 346 } 347 }, 348 "TableName": { 349 "base": null, 350 "refs": { 351 "ListStreamsInput$TableName": "<p>If this parameter is provided, then only the streams associated with this table name are returned.</p>", 352 "Stream$TableName": "<p>The DynamoDB table with which the stream is associated.</p>", 353 "StreamDescription$TableName": "<p>The DynamoDB table with which the stream is associated.</p>" 354 } 355 }, 356 "TrimmedDataAccessException": { 357 "base": "<p>The operation attempted to read past the oldest stream record in a shard.</p> <p>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:</p> <ul> <li> <p>You request a shard iterator with a sequence number older than the trim point (24 hours).</p> </li> <li> <p>You obtain a shard iterator, but before you use the iterator in a <code>GetRecords</code> 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.</p> </li> </ul>", 358 "refs": { 359 } 360 } 361 } 362 }