Skip to content

Commit

Permalink
feat(client-dataexchange): Updated SendDataSetNotificationRequest Com…
Browse files Browse the repository at this point in the history
…ment to be maximum length 4096.
  • Loading branch information
awstools committed Nov 7, 2023
1 parent c28ec75 commit 8292e07
Showing 1 changed file with 10 additions and 1 deletion.
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

0 comments on commit 8292e07

Please # to comment.