Skip to content

Commit 53a0cfc

Browse files
author
AWS
committed
AWS IoT Wireless Update: AWS IoT Wireless release support for sidewalk data reliability.
1 parent 88ddac3 commit 53a0cfc

File tree

2 files changed

+72
-1
lines changed

2 files changed

+72
-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": "AWS IoT Wireless release support for sidewalk data reliability."
6+
}

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

Lines changed: 66 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1814,6 +1814,11 @@
18141814
},
18151815
"documentation":"<p>The accuracy of the estimated position in meters. An empty value indicates that no position data is available. A value of ‘0.0’ value indicates that position data is available. This data corresponds to the position information that you specified instead of the position computed by solver.</p>"
18161816
},
1817+
"AckModeRetryDurationSecs":{
1818+
"type":"integer",
1819+
"max":604800,
1820+
"min":0
1821+
},
18171822
"AddGwMetadata":{"type":"boolean"},
18181823
"AmazonId":{
18191824
"type":"string",
@@ -3055,11 +3060,21 @@
30553060
"max":15,
30563061
"min":0
30573062
},
3063+
"DrMaxBox":{
3064+
"type":"integer",
3065+
"max":15,
3066+
"min":0
3067+
},
30583068
"DrMin":{
30593069
"type":"integer",
30603070
"max":15,
30613071
"min":0
30623072
},
3073+
"DrMinBox":{
3074+
"type":"integer",
3075+
"max":15,
3076+
"min":0
3077+
},
30633078
"EndPoint":{
30643079
"type":"string",
30653080
"max":256,
@@ -3117,6 +3132,10 @@
31173132
"ConnectionStatus":{
31183133
"shape":"ConnectionStatusEventConfiguration",
31193134
"documentation":"<p>Connection status event configuration for an event configuration item.</p>"
3135+
},
3136+
"MessageDeliveryStatus":{
3137+
"shape":"MessageDeliveryStatusEventConfiguration",
3138+
"documentation":"<p>Message delivery status event configuration for an event configuration item.</p>"
31203139
}
31213140
},
31223141
"documentation":"<p>Object of all event configurations and the status of the event topics.</p>"
@@ -3367,6 +3386,10 @@
33673386
"ConnectionStatus":{
33683387
"shape":"ConnectionStatusResourceTypeEventConfiguration",
33693388
"documentation":"<p>Resource type event configuration for the connection status event.</p>"
3389+
},
3390+
"MessageDeliveryStatus":{
3391+
"shape":"MessageDeliveryStatusResourceTypeEventConfiguration",
3392+
"documentation":"<p>Resource type event configuration object for the message delivery status event.</p>"
33703393
}
33713394
}
33723395
},
@@ -3642,6 +3665,10 @@
36423665
"ConnectionStatus":{
36433666
"shape":"ConnectionStatusEventConfiguration",
36443667
"documentation":"<p>Event configuration for the connection status event.</p>"
3668+
},
3669+
"MessageDeliveryStatus":{
3670+
"shape":"MessageDeliveryStatusEventConfiguration",
3671+
"documentation":"<p>Event configuration for the message delivery status event.</p>"
36453672
}
36463673
}
36473674
},
@@ -5017,6 +5044,14 @@
50175044
"AddGwMetadata":{
50185045
"shape":"AddGwMetadata",
50195046
"documentation":"<p>The AddGWMetaData value.</p>"
5047+
},
5048+
"DrMin":{
5049+
"shape":"DrMinBox",
5050+
"documentation":"<p>The DrMin value.</p>"
5051+
},
5052+
"DrMax":{
5053+
"shape":"DrMaxBox",
5054+
"documentation":"<p>The DrMax value.</p>"
50205055
}
50215056
},
50225057
"documentation":"<p>LoRaWANServiceProfile object.</p>"
@@ -5129,6 +5164,24 @@
51295164
"type":"string",
51305165
"max":2048
51315166
},
5167+
"MessageDeliveryStatusEventConfiguration":{
5168+
"type":"structure",
5169+
"members":{
5170+
"Sidewalk":{"shape":"SidewalkEventNotificationConfigurations"},
5171+
"WirelessDeviceIdEventTopic":{
5172+
"shape":"EventNotificationTopicStatus",
5173+
"documentation":"<p>Enum to denote whether the wireless device id device registration state event topic is enabled or disabled.</p>"
5174+
}
5175+
},
5176+
"documentation":"<p>Message delivery status event configuration object for enabling and disabling relevant topics.</p>"
5177+
},
5178+
"MessageDeliveryStatusResourceTypeEventConfiguration":{
5179+
"type":"structure",
5180+
"members":{
5181+
"Sidewalk":{"shape":"SidewalkResourceTypeEventConfiguration"}
5182+
},
5183+
"documentation":"<p>Message delivery status resource type event configuration object for enabling or disabling relevant topic.</p>"
5184+
},
51325185
"MessageId":{"type":"string"},
51335186
"MessageType":{
51345187
"type":"string",
@@ -5959,7 +6012,11 @@
59596012
"shape":"Seq",
59606013
"documentation":"<p>The sequence number.</p>"
59616014
},
5962-
"MessageType":{"shape":"MessageType"}
6015+
"MessageType":{"shape":"MessageType"},
6016+
"AckModeRetryDurationSecs":{
6017+
"shape":"AckModeRetryDurationSecs",
6018+
"documentation":"<p>The duration of time in seconds for which you want to retry sending the ACK.</p>"
6019+
}
59636020
},
59646021
"documentation":"<p>Information about a Sidewalk router.</p>"
59656022
},
@@ -6335,6 +6392,10 @@
63356392
"ConnectionStatus":{
63366393
"shape":"ConnectionStatusResourceTypeEventConfiguration",
63376394
"documentation":"<p>Connection status resource type event configuration object for enabling and disabling wireless gateway topic.</p>"
6395+
},
6396+
"MessageDeliveryStatus":{
6397+
"shape":"MessageDeliveryStatusResourceTypeEventConfiguration",
6398+
"documentation":"<p>Message delivery status resource type event configuration object for enabling and disabling wireless device topic.</p>"
63386399
}
63396400
}
63406401
},
@@ -6542,6 +6603,10 @@
65426603
"ConnectionStatus":{
65436604
"shape":"ConnectionStatusEventConfiguration",
65446605
"documentation":"<p>Event configuration for the connection status event.</p>"
6606+
},
6607+
"MessageDeliveryStatus":{
6608+
"shape":"MessageDeliveryStatusEventConfiguration",
6609+
"documentation":"<p>Event configuration for the message delivery status event.</p>"
65456610
}
65466611
}
65476612
},

0 commit comments

Comments
 (0)