Skip to content

Commit 0e6179d

Browse files
author
AWS
committed
AWS IoT Wireless Update: Adding APIs for the FUOTA (firmware update over the air) and multicast for LoRaWAN devices and APIs to support event notification opt-in feature for Sidewalk related events. A few existing APIs need to be modified for this new feature.
1 parent 659d3c7 commit 0e6179d

File tree

3 files changed

+1480
-51
lines changed

3 files changed

+1480
-51
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": "Adding APIs for the FUOTA (firmware update over the air) and multicast for LoRaWAN devices and APIs to support event notification opt-in feature for Sidewalk related events. A few existing APIs need to be modified for this new feature."
6+
}

services/iotwireless/src/main/resources/codegen-resources/paginators-1.json

+15
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,21 @@
1010
"output_token": "NextToken",
1111
"limit_key": "MaxResults"
1212
},
13+
"ListFuotaTasks": {
14+
"input_token": "NextToken",
15+
"output_token": "NextToken",
16+
"limit_key": "MaxResults"
17+
},
18+
"ListMulticastGroups": {
19+
"input_token": "NextToken",
20+
"output_token": "NextToken",
21+
"limit_key": "MaxResults"
22+
},
23+
"ListMulticastGroupsByFuotaTask": {
24+
"input_token": "NextToken",
25+
"output_token": "NextToken",
26+
"limit_key": "MaxResults"
27+
},
1328
"ListServiceProfiles": {
1429
"input_token": "NextToken",
1530
"output_token": "NextToken",

0 commit comments

Comments
 (0)