Skip to content

Commit

Permalink
Update API model
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Nov 7, 2023
1 parent 36217d1 commit 25a3ad5
Show file tree
Hide file tree
Showing 3 changed files with 1,040 additions and 35 deletions.
11 changes: 10 additions & 1 deletion codegen/sdk-codegen/aws-models/dataexchange.json
Original file line number Diff line number Diff line change
Expand Up @@ -5718,7 +5718,7 @@
}
},
"Comment": {
"target": "com.amazonaws.dataexchange#__stringMin0Max16384",
"target": "com.amazonaws.dataexchange#__stringMin0Max4096",
"traits": {
"smithy.api#documentation": "<p>Free-form\n text field for providers to add information about their notifications.</p>"
}
Expand Down Expand Up @@ -6634,6 +6634,15 @@
}
}
},
"com.amazonaws.dataexchange#__stringMin0Max4096": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 0,
"max": 4096
}
}
},
"com.amazonaws.dataexchange#__stringMin10Max512": {
"type": "string",
"traits": {
Expand Down
Loading

0 comments on commit 25a3ad5

Please sign in to comment.