Skip to content

Commit a43bd2f

Browse files
author
awstools
committed
docs(client-dynamodb): Updating note for enabling streams for UpdateTable.
1 parent 52b60fc commit a43bd2f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: clients/client-dynamodb/src/models/models_0.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -6626,8 +6626,8 @@ export interface UpdateTableInput {
66266626
* @public
66276627
* <p>Represents the DynamoDB Streams configuration for the table.</p>
66286628
* <note>
6629-
* <p>You receive a <code>ResourceInUseException</code> if you try to enable a stream on
6630-
* a table that already has a stream, or if you try to disable a stream on a table that
6629+
* <p>You receive a <code>ValidationException</code> if you try to enable a stream on a
6630+
* table that already has a stream, or if you try to disable a stream on a table that
66316631
* doesn't have a stream.</p>
66326632
* </note>
66336633
*/

Diff for: codegen/sdk-codegen/aws-models/dynamodb.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11842,7 +11842,7 @@
1184211842
"StreamSpecification": {
1184311843
"target": "com.amazonaws.dynamodb#StreamSpecification",
1184411844
"traits": {
11845-
"smithy.api#documentation": "<p>Represents the DynamoDB Streams configuration for the table.</p>\n <note>\n <p>You receive a <code>ResourceInUseException</code> if you try to enable a stream on\n a table that already has a stream, or if you try to disable a stream on a table that\n doesn't have a stream.</p>\n </note>"
11845+
"smithy.api#documentation": "<p>Represents the DynamoDB Streams configuration for the table.</p>\n <note>\n <p>You receive a <code>ValidationException</code> if you try to enable a stream on a\n table that already has a stream, or if you try to disable a stream on a table that\n doesn't have a stream.</p>\n </note>"
1184611846
}
1184711847
},
1184811848
"SSESpecification": {

0 commit comments

Comments
 (0)