Skip to content

Commit

Permalink
docs(client-dynamodb): Updating note for enabling streams for UpdateT…
Browse files Browse the repository at this point in the history
…able.
  • Loading branch information
awstools committed Jan 17, 2024
1 parent 52b60fc commit a43bd2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions clients/client-dynamodb/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6626,8 +6626,8 @@ export interface UpdateTableInput {
* @public
* <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
* <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>
*/
Expand Down
2 changes: 1 addition & 1 deletion codegen/sdk-codegen/aws-models/dynamodb.json
Original file line number Diff line number Diff line change
Expand Up @@ -11842,7 +11842,7 @@
"StreamSpecification": {
"target": "com.amazonaws.dynamodb#StreamSpecification",
"traits": {
"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>"
"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>"
}
},
"SSESpecification": {
Expand Down

0 comments on commit a43bd2f

Please sign in to comment.