Skip to content

Commit afae52f

Browse files
author
AWS
committed
Amazon DynamoDB Update: Updating note for enabling streams for UpdateTable.
1 parent b1a2bfc commit afae52f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon DynamoDB",
4+
"contributor": "",
5+
"description": "Updating note for enabling streams for UpdateTable."
6+
}

services/dynamodb/src/main/resources/codegen-resources/dynamodb/service-2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6279,7 +6279,7 @@
62796279
},
62806280
"StreamSpecification":{
62816281
"shape":"StreamSpecification",
6282-
"documentation":"<p>Represents the DynamoDB Streams configuration for the table.</p> <note> <p>You receive a <code>ResourceInUseException</code> if you try to enable a stream on a table that already has a stream, or if you try to disable a stream on a table that doesn't have a stream.</p> </note>"
6282+
"documentation":"<p>Represents the DynamoDB Streams configuration for the table.</p> <note> <p>You receive a <code>ValidationException</code> if you try to enable a stream on a table that already has a stream, or if you try to disable a stream on a table that doesn't have a stream.</p> </note>"
62836283
},
62846284
"SSESpecification":{
62856285
"shape":"SSESpecification",

0 commit comments

Comments
 (0)