Skip to content

Commit

Permalink
feat(client-iotfleetwise): Add model validation to BatchCreateVehicle…
Browse files Browse the repository at this point in the history
… and BatchUpdateVehicle operations that invalidate requests with an empty vehicles list.
  • Loading branch information
awstools committed Jan 26, 2023
1 parent e41ba91 commit 1d7f650
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions codegen/sdk-codegen/aws-models/iotfleetwise.json
Original file line number Diff line number Diff line change
Expand Up @@ -7553,6 +7553,11 @@
"type": "list",
"member": {
"target": "com.amazonaws.iotfleetwise#CreateVehicleRequestItem"
},
"traits": {
"smithy.api#length": {
"min": 1
}
}
},
"com.amazonaws.iotfleetwise#createVehicleResponses": {
Expand Down Expand Up @@ -7749,6 +7754,11 @@
"type": "list",
"member": {
"target": "com.amazonaws.iotfleetwise#UpdateVehicleRequestItem"
},
"traits": {
"smithy.api#length": {
"min": 1
}
}
},
"com.amazonaws.iotfleetwise#updateVehicleResponseItems": {
Expand Down

0 comments on commit 1d7f650

Please sign in to comment.