|
2027 | 2027 | "critical"
|
2028 | 2028 | ]
|
2029 | 2029 | },
|
| 2030 | + "Beaconing":{ |
| 2031 | + "type":"structure", |
| 2032 | + "members":{ |
| 2033 | + "DataRate":{ |
| 2034 | + "shape":"BeaconingDataRate", |
| 2035 | + "documentation":"<p>The data rate for gateways that are sending the beacons.</p>" |
| 2036 | + }, |
| 2037 | + "Frequencies":{ |
| 2038 | + "shape":"BeaconingFrequencies", |
| 2039 | + "documentation":"<p>The frequency list for the gateways to send the beacons.</p>" |
| 2040 | + } |
| 2041 | + }, |
| 2042 | + "documentation":"<p>Beaconing parameters for configuring the wireless gateways.</p>" |
| 2043 | + }, |
| 2044 | + "BeaconingDataRate":{ |
| 2045 | + "type":"integer", |
| 2046 | + "max":15, |
| 2047 | + "min":0 |
| 2048 | + }, |
| 2049 | + "BeaconingFrequencies":{ |
| 2050 | + "type":"list", |
| 2051 | + "member":{"shape":"BeaconingFrequency"}, |
| 2052 | + "max":10, |
| 2053 | + "min":0 |
| 2054 | + }, |
| 2055 | + "BeaconingFrequency":{ |
| 2056 | + "type":"integer", |
| 2057 | + "max":1000000000, |
| 2058 | + "min":100000000 |
| 2059 | + }, |
2030 | 2060 | "CancelMulticastGroupSessionRequest":{
|
2031 | 2061 | "type":"structure",
|
2032 | 2062 | "required":["Id"],
|
|
2127 | 2157 | },
|
2128 | 2158 | "WirelessGatewayIdEventTopic":{
|
2129 | 2159 | "shape":"EventNotificationTopicStatus",
|
2130 |
| - "documentation":"<p>Enum to denote whether the wireless gateway ID connection status event topic is enabled or disabled.</p>" |
| 2160 | + "documentation":"<p>Denotes whether the wireless gateway ID connection status event topic is enabled or disabled.</p>" |
2131 | 2161 | }
|
2132 | 2162 | },
|
2133 | 2163 | "documentation":"<p>Connection status event configuration object for enabling or disabling topic.</p>"
|
|
2822 | 2852 | },
|
2823 | 2853 | "WirelessDeviceIdEventTopic":{
|
2824 | 2854 | "shape":"EventNotificationTopicStatus",
|
2825 |
| - "documentation":"<p>Enum to denote whether the wireless device id device registration state event topic is enabled or disabled.</p>" |
| 2855 | + "documentation":"<p>Denotes whether the wireless device ID device registration state event topic is enabled or disabled.</p>" |
2826 | 2856 | }
|
2827 | 2857 | },
|
2828 | 2858 | "documentation":"<p>Device registration state event configuration object for enabling and disabling relevant topics.</p>"
|
|
3032 | 3062 | "max":256
|
3033 | 3063 | },
|
3034 | 3064 | "Double":{"type":"double"},
|
| 3065 | + "DownlinkFrequency":{ |
| 3066 | + "type":"integer", |
| 3067 | + "max":1000000000, |
| 3068 | + "min":100000000 |
| 3069 | + }, |
| 3070 | + "DownlinkMode":{ |
| 3071 | + "type":"string", |
| 3072 | + "enum":[ |
| 3073 | + "SEQUENTIAL", |
| 3074 | + "CONCURRENT", |
| 3075 | + "USING_UPLINK_GATEWAY" |
| 3076 | + ] |
| 3077 | + }, |
3035 | 3078 | "DownlinkQueueMessage":{
|
3036 | 3079 | "type":"structure",
|
3037 | 3080 | "members":{
|
|
3285 | 3328 | "type":"string",
|
3286 | 3329 | "pattern":"^(([0-9A-Fa-f]{2}-){7}|([0-9A-Fa-f]{2}:){7}|([0-9A-Fa-f]{2}\\s){7}|([0-9A-Fa-f]{2}){7})([0-9A-Fa-f]{2})$"
|
3287 | 3330 | },
|
| 3331 | + "GatewayList":{ |
| 3332 | + "type":"list", |
| 3333 | + "member":{"shape":"GatewayListItem"} |
| 3334 | + }, |
| 3335 | + "GatewayListItem":{ |
| 3336 | + "type":"structure", |
| 3337 | + "required":[ |
| 3338 | + "GatewayId", |
| 3339 | + "DownlinkFrequency" |
| 3340 | + ], |
| 3341 | + "members":{ |
| 3342 | + "GatewayId":{ |
| 3343 | + "shape":"WirelessGatewayId", |
| 3344 | + "documentation":"<p>The ID of the wireless gateways that you want to add to the list of gateways when sending downlink messages.</p>" |
| 3345 | + }, |
| 3346 | + "DownlinkFrequency":{ |
| 3347 | + "shape":"DownlinkFrequency", |
| 3348 | + "documentation":"<p>The frequency to use for the gateways when sending a downlink message to the wireless device.</p>" |
| 3349 | + } |
| 3350 | + }, |
| 3351 | + "documentation":"<p>Gateway list item object that specifies the frequency and list of gateways for which the downlink message should be sent.</p>" |
| 3352 | + }, |
3288 | 3353 | "GenAppKey":{
|
3289 | 3354 | "type":"string",
|
3290 | 3355 | "pattern":"[a-fA-F0-9]{32}"
|
|
4122 | 4187 | },
|
4123 | 4188 | "WirelessDeviceIdEventTopic":{
|
4124 | 4189 | "shape":"EventNotificationTopicStatus",
|
4125 |
| - "documentation":"<p>Enum to denote whether the wireless device id join event topic is enabled or disabled.</p>" |
| 4190 | + "documentation":"<p>Denotes whether the wireless device ID join event topic is enabled or disabled.</p>" |
4126 | 4191 | }
|
4127 | 4192 | },
|
4128 | 4193 | "documentation":"<p>Join event configuration object for enabling or disabling topic.</p>"
|
|
4640 | 4705 | "members":{
|
4641 | 4706 | "GatewayEuiEventTopic":{
|
4642 | 4707 | "shape":"EventNotificationTopicStatus",
|
4643 |
| - "documentation":"<p>Enum to denote whether the gateway EUI connection status event topic is enabled or disabled.</p>" |
| 4708 | + "documentation":"<p>Denotes whether the gateway EUI connection status event topic is enabled or disabled.</p>" |
4644 | 4709 | }
|
4645 | 4710 | },
|
4646 | 4711 | "documentation":"<p>Object for LoRaWAN connection status resource type event configuration.</p>"
|
|
4650 | 4715 | "members":{
|
4651 | 4716 | "WirelessGatewayEventTopic":{
|
4652 | 4717 | "shape":"EventNotificationTopicStatus",
|
4653 |
| - "documentation":"<p>Enum to denote whether the wireless gateway connection status event topic is enabled or disabled.</p>" |
| 4718 | + "documentation":"<p>Denotes whether the wireless gateway connection status event topic is enabled or disabled.</p>" |
4654 | 4719 | }
|
4655 | 4720 | },
|
4656 | 4721 | "documentation":"<p>Object for LoRaWAN connection status resource type event configuration.</p>"
|
|
4830 | 4895 | },
|
4831 | 4896 | "JoinEuiFilters":{"shape":"JoinEuiFilters"},
|
4832 | 4897 | "NetIdFilters":{"shape":"NetIdFilters"},
|
4833 |
| - "SubBands":{"shape":"SubBands"} |
| 4898 | + "SubBands":{"shape":"SubBands"}, |
| 4899 | + "Beaconing":{ |
| 4900 | + "shape":"Beaconing", |
| 4901 | + "documentation":"<p>Beaconing object information, which consists of the data rate and frequency parameters.</p>" |
| 4902 | + } |
4834 | 4903 | },
|
4835 | 4904 | "documentation":"<p>LoRaWANGateway object.</p>"
|
4836 | 4905 | },
|
|
4971 | 5040 | "members":{
|
4972 | 5041 | "DevEuiEventTopic":{
|
4973 | 5042 | "shape":"EventNotificationTopicStatus",
|
4974 |
| - "documentation":"<p>Enum to denote whether the Dev EUI join event topic is enabled or disabled.</p>" |
| 5043 | + "documentation":"<p>Denotes whether the Dev EUI join event topic is enabled or disabled.</p>" |
4975 | 5044 | }
|
4976 | 5045 | },
|
4977 | 5046 | "documentation":"<p>Object for LoRaWAN join resource type event configuration.</p>"
|
|
4981 | 5050 | "members":{
|
4982 | 5051 | "WirelessDeviceEventTopic":{
|
4983 | 5052 | "shape":"EventNotificationTopicStatus",
|
4984 |
| - "documentation":"<p>Enum to denote whether the wireless device join event topic is enabled or disabled.</p>" |
| 5053 | + "documentation":"<p>Denotes whether the wireless device join event topic is enabled or disabled.</p>" |
4985 | 5054 | }
|
4986 | 5055 | },
|
4987 | 5056 | "documentation":"<p>Object for LoRaWAN join resource type event configuration.</p>"
|
|
5034 | 5103 | "LoRaWANSendDataToDevice":{
|
5035 | 5104 | "type":"structure",
|
5036 | 5105 | "members":{
|
5037 |
| - "FPort":{"shape":"FPort"} |
| 5106 | + "FPort":{"shape":"FPort"}, |
| 5107 | + "ParticipatingGateways":{ |
| 5108 | + "shape":"ParticipatingGateways", |
| 5109 | + "documentation":"<p>Choose the gateways that you want to use for the downlink data traffic when the wireless device is running in class B or class C mode.</p>" |
| 5110 | + } |
5038 | 5111 | },
|
5039 | 5112 | "documentation":"<p>LoRaWAN router info.</p>"
|
5040 | 5113 | },
|
|
5170 | 5243 | "Sidewalk":{"shape":"SidewalkEventNotificationConfigurations"},
|
5171 | 5244 | "WirelessDeviceIdEventTopic":{
|
5172 | 5245 | "shape":"EventNotificationTopicStatus",
|
5173 |
| - "documentation":"<p>Enum to denote whether the wireless device id device registration state event topic is enabled or disabled.</p>" |
| 5246 | + "documentation":"<p>Denotes whether the wireless device ID device registration state event topic is enabled or disabled.</p>" |
5174 | 5247 | }
|
5175 | 5248 | },
|
5176 | 5249 | "documentation":"<p>Message delivery status event configuration object for enabling and disabling relevant topics.</p>"
|
|
5369 | 5442 | "max":32,
|
5370 | 5443 | "min":1
|
5371 | 5444 | },
|
| 5445 | + "ParticipatingGateways":{ |
| 5446 | + "type":"structure", |
| 5447 | + "required":[ |
| 5448 | + "DownlinkMode", |
| 5449 | + "GatewayList", |
| 5450 | + "TransmissionInterval" |
| 5451 | + ], |
| 5452 | + "members":{ |
| 5453 | + "DownlinkMode":{ |
| 5454 | + "shape":"DownlinkMode", |
| 5455 | + "documentation":"<p>Indicates whether to send the downlink message in sequential mode or concurrent mode, or to use only the chosen gateways from the previous uplink message transmission.</p>" |
| 5456 | + }, |
| 5457 | + "GatewayList":{ |
| 5458 | + "shape":"GatewayList", |
| 5459 | + "documentation":"<p>The list of gateways that you want to use for sending the downlink data traffic.</p>" |
| 5460 | + }, |
| 5461 | + "TransmissionInterval":{ |
| 5462 | + "shape":"TransmissionInterval", |
| 5463 | + "documentation":"<p>The duration of time for which AWS IoT Core for LoRaWAN will wait before transmitting the payload to the next gateway.</p>" |
| 5464 | + } |
| 5465 | + }, |
| 5466 | + "documentation":"<p>Specify the list of gateways to which you want to send downlink data traffic when the wireless device is running in class B or class C mode.</p>" |
| 5467 | + }, |
5372 | 5468 | "PartnerAccountArn":{"type":"string"},
|
5373 | 5469 | "PartnerAccountId":{
|
5374 | 5470 | "type":"string",
|
|
5512 | 5608 | },
|
5513 | 5609 | "WirelessDeviceIdEventTopic":{
|
5514 | 5610 | "shape":"EventNotificationTopicStatus",
|
5515 |
| - "documentation":"<p>Enum to denote whether the wireless device id proximity event topic is enabled or disabled.</p>" |
| 5611 | + "documentation":"<p>Denotes whether the wireless device ID proximity event topic is enabled or disabled.</p>" |
5516 | 5612 | }
|
5517 | 5613 | },
|
5518 | 5614 | "documentation":"<p>Proximity event configuration object for enabling and disabling relevant topics.</p>"
|
|
5959 | 6055 | "members":{
|
5960 | 6056 | "AmazonIdEventTopic":{
|
5961 | 6057 | "shape":"EventNotificationTopicStatus",
|
5962 |
| - "documentation":"<p>Enum to denote whether amazon id event topic is enabled or disabled.</p>" |
| 6058 | + "documentation":"<p>Denotes whether the Amazon ID event topic is enabled or disabled.</p>" |
5963 | 6059 | }
|
5964 | 6060 | },
|
5965 | 6061 | "documentation":"<p> <code>SidewalkEventNotificationConfigurations</code> object, which is the event configuration object for Sidewalk-related event topics.</p>"
|
|
6000 | 6096 | "members":{
|
6001 | 6097 | "WirelessDeviceEventTopic":{
|
6002 | 6098 | "shape":"EventNotificationTopicStatus",
|
6003 |
| - "documentation":"<p>Enum to denote whether the wireless device join event topic is enabled or disabled.</p>" |
| 6099 | + "documentation":"<p>Denotes whether the wireless device join event topic is enabled or disabled.</p>" |
6004 | 6100 | }
|
6005 | 6101 | },
|
6006 | 6102 | "documentation":"<p>Sidewalk resource type event configuration object for enabling or disabling topic.</p>"
|
|
6271 | 6367 | },
|
6272 | 6368 | "documentation":"<p>Trace content for your wireless gateway and wireless device resources.</p>"
|
6273 | 6369 | },
|
| 6370 | + "TransmissionInterval":{ |
| 6371 | + "type":"integer", |
| 6372 | + "max":604800, |
| 6373 | + "min":1 |
| 6374 | + }, |
6274 | 6375 | "TransmitMode":{
|
6275 | 6376 | "type":"integer",
|
6276 | 6377 | "max":1,
|
|
0 commit comments