Skip to content

Commit

Permalink
update DynamoDB & Streams to have union AttributeValue type
Browse files Browse the repository at this point in the history
  • Loading branch information
jasdel committed Dec 9, 2020
1 parent d5749b8 commit a161362
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
}
},
"com.amazonaws.dynamodbstreams#AttributeValue": {
"type": "structure",
"type": "union",
"members": {
"SS": {
"target": "com.amazonaws.dynamodbstreams#StringSetAttributeValue",
Expand Down
2 changes: 1 addition & 1 deletion codegen/sdk-codegen/aws-models/dynamodb.2012-08-10.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
}
},
"com.amazonaws.dynamodb#AttributeValue": {
"type": "structure",
"type": "union",
"members": {
"S": {
"target": "com.amazonaws.dynamodb#StringAttributeValue",
Expand Down

0 comments on commit a161362

Please sign in to comment.