Skip to content

Commit 63bb3ba

Browse files
author
AWS
committed
AWS IoT Wireless Update: Add max value to Seq in SendDataToWirelessDevice API"
1 parent 3aaa382 commit 63bb3ba

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS IoT Wireless",
4+
"contributor": "",
5+
"description": "Add max value to Seq in SendDataToWirelessDevice API\""
6+
}

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

+1
Original file line numberDiff line numberDiff line change
@@ -3097,6 +3097,7 @@
30973097
},
30983098
"Seq":{
30993099
"type":"integer",
3100+
"max":16383,
31003101
"min":0
31013102
},
31023103
"ServiceProfile":{

0 commit comments

Comments
 (0)