Skip to content

Commit 0f2feba

Browse files
author
AWS
committed
AWS IoT FleetWise Update: Updated BatchCreateVehicle and BatchUpdateVehicle APIs: LimitExceededException has been added and the maximum number of vehicles in a batch has been set to 10 explicitly
1 parent f8f1b58 commit 0f2feba

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS IoT FleetWise",
4+
"contributor": "",
5+
"description": "Updated BatchCreateVehicle and BatchUpdateVehicle APIs: LimitExceededException has been added and the maximum number of vehicles in a batch has been set to 10 explicitly"
6+
}

services/iotfleetwise/src/main/resources/codegen-resources/service-2.json

+4
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
"output":{"shape":"BatchUpdateVehicleResponse"},
5959
"errors":[
6060
{"shape":"InternalServerException"},
61+
{"shape":"LimitExceededException"},
6162
{"shape":"ThrottlingException"},
6263
{"shape":"ValidationException"},
6364
{"shape":"AccessDeniedException"}
@@ -939,6 +940,7 @@
939940
{"shape":"InternalServerException"},
940941
{"shape":"ResourceNotFoundException"},
941942
{"shape":"ConflictException"},
943+
{"shape":"LimitExceededException"},
942944
{"shape":"ThrottlingException"},
943945
{"shape":"ValidationException"},
944946
{"shape":"AccessDeniedException"}
@@ -4942,6 +4944,7 @@
49424944
"createVehicleRequestItems":{
49434945
"type":"list",
49444946
"member":{"shape":"CreateVehicleRequestItem"},
4947+
"max":10,
49454948
"min":1
49464949
},
49474950
"createVehicleResponses":{
@@ -5073,6 +5076,7 @@
50735076
"updateVehicleRequestItems":{
50745077
"type":"list",
50755078
"member":{"shape":"UpdateVehicleRequestItem"},
5079+
"max":10,
50765080
"min":1
50775081
},
50785082
"updateVehicleResponseItems":{

0 commit comments

Comments
 (0)