Skip to content

Commit 070ebc1

Browse files
author
AWS
committed
AWS IoT Update: This release enables users to identify different file types in the over-the-air update (OTA) functionality using fileType parameter for CreateOTAUpdate API
1 parent f97ea3b commit 070ebc1

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
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",
4+
"contributor": "",
5+
"description": "This release enables users to identify different file types in the over-the-air update (OTA) functionality using fileType parameter for CreateOTAUpdate API"
6+
}

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9053,6 +9053,11 @@
90539053
"documentation":"<p>The location of the OTA update.</p>"
90549054
},
90559055
"FileName":{"type":"string"},
9056+
"FileType":{
9057+
"type":"integer",
9058+
"max":255,
9059+
"min":0
9060+
},
90569061
"FindingId":{
90579062
"type":"string",
90589063
"max":128,
@@ -12638,6 +12643,10 @@
1263812643
"shape":"FileName",
1263912644
"documentation":"<p>The name of the file.</p>"
1264012645
},
12646+
"fileType":{
12647+
"shape":"FileType",
12648+
"documentation":"<p>An integer value you can include in the job document to allow your devices to identify the type of file received from the cloud.</p>"
12649+
},
1264112650
"fileVersion":{
1264212651
"shape":"OTAUpdateFileVersion",
1264312652
"documentation":"<p>The file version.</p>"

0 commit comments

Comments
 (0)