Skip to content

Commit 904b48f

Browse files
committed
refactor: Rename DynamoDBStreams folder in generator
1 parent f7562ee commit 904b48f

11 files changed

+15
-4
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"services": [
3+
{
4+
"serviceName": "DynamoDBv2",
5+
"type": "patch",
6+
"changeLogMessages": [
7+
"Update documentation for code generated from DynamoDB Streams models"
8+
]
9+
}
10+
]
11+
}

sdk/src/Services/DynamoDBv2/Generated/Internal/AmazonDynamoDBStreamsEndpointProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*/
1515

1616
/*
17-
* Do not modify this file. This file is generated from the dynamodbstreams-2012-08-10.normal.json service model.
17+
* Do not modify this file. This file is generated from the streams.dynamodb-2012-08-10.normal.json service model.
1818
*/
1919

2020
using System;

sdk/src/Services/DynamoDBv2/Generated/Model/AmazonDynamoDBStreamsRequest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*/
1515

1616
/*
17-
* Do not modify this file. This file is generated from the dynamodbstreams-2012-08-10.normal.json service model.
17+
* Do not modify this file. This file is generated from the streams.dynamodb-2012-08-10.normal.json service model.
1818
*/
1919

2020
using Amazon.Runtime;

sdk/src/Services/DynamoDBv2/Generated/_bcl45/IAmazonDynamoDBStreams.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*/
1515

1616
/*
17-
* Do not modify this file. This file is generated from the dynamodbstreams-2012-08-10.normal.json service model.
17+
* Do not modify this file. This file is generated from the streams.dynamodb-2012-08-10.normal.json service model.
1818
*/
1919

2020

0 commit comments

Comments
 (0)