File tree Expand file tree Collapse file tree 1 file changed +10
-24
lines changed
services/dynamodb/src/main/resources/codegen-resources/dynamodbstreams Expand file tree Collapse file tree 1 file changed +10
-24
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"calculateCrc32FromCompressedData": true,
3
- "sdkModeledExceptionBaseClassName": "DynamoDbException",
4
-
5
- // exclude these shapes that are already present in the dynamodb client
6
3
"shapeModifiers": {
7
- "AttributeValue" : {
8
- "excludeShape": true
9
- },
10
- "KeySchemaElement" : {
11
- "excludeShape": true
12
- },
13
- "KeyType" : {
14
- "excludeShape": true
15
- },
16
- "StreamViewType" : {
17
- "excludeShape": true
18
- },
19
- "InternalServerError" : {
20
- "excludeShape": true
21
- },
22
- "LimitExceededException" : {
23
- "excludeShape": true
24
- },
25
- "ResourceNotFoundException" : {
26
- "excludeShape": true
27
- }
4
+ "AttributeValue": {
5
+ "modify": [
6
+ {
7
+ "NULL": {
8
+ "emitPropertyName": "NUL"
9
+ }
10
+ }
11
+ ]
12
+ }
28
13
},
14
+ "sdkModeledExceptionBaseClassName": "DynamoDbException",
29
15
"shareModelConfig" : {
30
16
"shareModelWith" : "dynamodb",
31
17
"packageName" : "streams"
You can’t perform that action at this time.
0 commit comments