You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
"description": "This release enables users to identify different file types in the over-the-air update (OTA) functionality using fileType parameter for CreateOTAUpdate API"
Copy file name to clipboardExpand all lines: services/iot/src/main/resources/codegen-resources/service-2.json
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9053,6 +9053,11 @@
9053
9053
"documentation":"<p>The location of the OTA update.</p>"
9054
9054
},
9055
9055
"FileName":{"type":"string"},
9056
+
"FileType":{
9057
+
"type":"integer",
9058
+
"max":255,
9059
+
"min":0
9060
+
},
9056
9061
"FindingId":{
9057
9062
"type":"string",
9058
9063
"max":128,
@@ -12638,6 +12643,10 @@
12638
12643
"shape":"FileName",
12639
12644
"documentation":"<p>The name of the file.</p>"
12640
12645
},
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>"
0 commit comments