Skip to content

Commit b0b351a

Browse files
author
AWS
committed
AWS IoT Wireless Update: Adds support for wireless device to be in Conflict FUOTA Device Status due to a FUOTA Task, so it couldn't be attached to a new one.
1 parent fce21d0 commit b0b351a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
Lines changed: 6 additions & 0 deletions
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": "Adds support for wireless device to be in Conflict FUOTA Device Status due to a FUOTA Task, so it couldn't be attached to a new one."
6+
}

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"apiVersion":"2020-11-22",
55
"endpointPrefix":"api.iotwireless",
66
"protocol":"rest-json",
7+
"protocols":["rest-json"],
78
"serviceFullName":"AWS IoT Wireless",
89
"serviceId":"IoT Wireless",
910
"signatureVersion":"v4",
@@ -3936,7 +3937,8 @@
39363937
"MissingFrag",
39373938
"MemoryError",
39383939
"MICError",
3939-
"Successful"
3940+
"Successful",
3941+
"Device_exist_in_conflict_fuota_task"
39403942
]
39413943
},
39423944
"FuotaTask":{

0 commit comments

Comments
 (0)