1{
2  "version":"2.0",
3  "metadata":{
4    "apiVersion":"2020-11-22",
5    "endpointPrefix":"api.iotwireless",
6    "protocol":"rest-json",
7    "serviceFullName":"AWS IoT Wireless",
8    "serviceId":"IoT Wireless",
9    "signatureVersion":"v4",
10    "signingName":"iotwireless",
11    "uid":"iotwireless-2020-11-22"
12  },
13  "operations":{
14    "AssociateAwsAccountWithPartnerAccount":{
15      "name":"AssociateAwsAccountWithPartnerAccount",
16      "http":{
17        "method":"POST",
18        "requestUri":"/partner-accounts"
19      },
20      "input":{"shape":"AssociateAwsAccountWithPartnerAccountRequest"},
21      "output":{"shape":"AssociateAwsAccountWithPartnerAccountResponse"},
22      "errors":[
23        {"shape":"ValidationException"},
24        {"shape":"ResourceNotFoundException"},
25        {"shape":"InternalServerException"},
26        {"shape":"ThrottlingException"},
27        {"shape":"ConflictException"},
28        {"shape":"AccessDeniedException"}
29      ],
30      "documentation":"<p>Associates a partner account with your AWS account.</p>"
31    },
32    "AssociateWirelessDeviceWithThing":{
33      "name":"AssociateWirelessDeviceWithThing",
34      "http":{
35        "method":"PUT",
36        "requestUri":"/wireless-devices/{Id}/thing",
37        "responseCode":204
38      },
39      "input":{"shape":"AssociateWirelessDeviceWithThingRequest"},
40      "output":{"shape":"AssociateWirelessDeviceWithThingResponse"},
41      "errors":[
42        {"shape":"ValidationException"},
43        {"shape":"AccessDeniedException"},
44        {"shape":"ResourceNotFoundException"},
45        {"shape":"ConflictException"},
46        {"shape":"ThrottlingException"},
47        {"shape":"InternalServerException"}
48      ],
49      "documentation":"<p>Associates a wireless device with a thing.</p>"
50    },
51    "AssociateWirelessGatewayWithCertificate":{
52      "name":"AssociateWirelessGatewayWithCertificate",
53      "http":{
54        "method":"PUT",
55        "requestUri":"/wireless-gateways/{Id}/certificate"
56      },
57      "input":{"shape":"AssociateWirelessGatewayWithCertificateRequest"},
58      "output":{"shape":"AssociateWirelessGatewayWithCertificateResponse"},
59      "errors":[
60        {"shape":"ValidationException"},
61        {"shape":"AccessDeniedException"},
62        {"shape":"ResourceNotFoundException"},
63        {"shape":"ConflictException"},
64        {"shape":"InternalServerException"},
65        {"shape":"ThrottlingException"}
66      ],
67      "documentation":"<p>Associates a wireless gateway with a certificate.</p>"
68    },
69    "AssociateWirelessGatewayWithThing":{
70      "name":"AssociateWirelessGatewayWithThing",
71      "http":{
72        "method":"PUT",
73        "requestUri":"/wireless-gateways/{Id}/thing",
74        "responseCode":204
75      },
76      "input":{"shape":"AssociateWirelessGatewayWithThingRequest"},
77      "output":{"shape":"AssociateWirelessGatewayWithThingResponse"},
78      "errors":[
79        {"shape":"ValidationException"},
80        {"shape":"ResourceNotFoundException"},
81        {"shape":"AccessDeniedException"},
82        {"shape":"ConflictException"},
83        {"shape":"ThrottlingException"},
84        {"shape":"InternalServerException"}
85      ],
86      "documentation":"<p>Associates a wireless gateway with a thing.</p>"
87    },
88    "CreateDestination":{
89      "name":"CreateDestination",
90      "http":{
91        "method":"POST",
92        "requestUri":"/destinations",
93        "responseCode":201
94      },
95      "input":{"shape":"CreateDestinationRequest"},
96      "output":{"shape":"CreateDestinationResponse"},
97      "errors":[
98        {"shape":"ValidationException"},
99        {"shape":"ResourceNotFoundException"},
100        {"shape":"AccessDeniedException"},
101        {"shape":"ConflictException"},
102        {"shape":"InternalServerException"},
103        {"shape":"ThrottlingException"}
104      ],
105      "documentation":"<p>Creates a new destination that maps a device message to an AWS IoT rule.</p>"
106    },
107    "CreateDeviceProfile":{
108      "name":"CreateDeviceProfile",
109      "http":{
110        "method":"POST",
111        "requestUri":"/device-profiles",
112        "responseCode":201
113      },
114      "input":{"shape":"CreateDeviceProfileRequest"},
115      "output":{"shape":"CreateDeviceProfileResponse"},
116      "errors":[
117        {"shape":"ValidationException"},
118        {"shape":"AccessDeniedException"},
119        {"shape":"ConflictException"},
120        {"shape":"InternalServerException"},
121        {"shape":"ThrottlingException"}
122      ],
123      "documentation":"<p>Creates a new device profile.</p>"
124    },
125    "CreateServiceProfile":{
126      "name":"CreateServiceProfile",
127      "http":{
128        "method":"POST",
129        "requestUri":"/service-profiles",
130        "responseCode":201
131      },
132      "input":{"shape":"CreateServiceProfileRequest"},
133      "output":{"shape":"CreateServiceProfileResponse"},
134      "errors":[
135        {"shape":"ValidationException"},
136        {"shape":"AccessDeniedException"},
137        {"shape":"ConflictException"},
138        {"shape":"InternalServerException"},
139        {"shape":"ThrottlingException"}
140      ],
141      "documentation":"<p>Creates a new service profile.</p>"
142    },
143    "CreateWirelessDevice":{
144      "name":"CreateWirelessDevice",
145      "http":{
146        "method":"POST",
147        "requestUri":"/wireless-devices",
148        "responseCode":201
149      },
150      "input":{"shape":"CreateWirelessDeviceRequest"},
151      "output":{"shape":"CreateWirelessDeviceResponse"},
152      "errors":[
153        {"shape":"ValidationException"},
154        {"shape":"ResourceNotFoundException"},
155        {"shape":"AccessDeniedException"},
156        {"shape":"ConflictException"},
157        {"shape":"InternalServerException"},
158        {"shape":"ThrottlingException"}
159      ],
160      "documentation":"<p>Provisions a wireless device.</p>"
161    },
162    "CreateWirelessGateway":{
163      "name":"CreateWirelessGateway",
164      "http":{
165        "method":"POST",
166        "requestUri":"/wireless-gateways",
167        "responseCode":201
168      },
169      "input":{"shape":"CreateWirelessGatewayRequest"},
170      "output":{"shape":"CreateWirelessGatewayResponse"},
171      "errors":[
172        {"shape":"ValidationException"},
173        {"shape":"AccessDeniedException"},
174        {"shape":"ConflictException"},
175        {"shape":"InternalServerException"},
176        {"shape":"ThrottlingException"}
177      ],
178      "documentation":"<p>Provisions a wireless gateway.</p>"
179    },
180    "CreateWirelessGatewayTask":{
181      "name":"CreateWirelessGatewayTask",
182      "http":{
183        "method":"POST",
184        "requestUri":"/wireless-gateways/{Id}/tasks",
185        "responseCode":201
186      },
187      "input":{"shape":"CreateWirelessGatewayTaskRequest"},
188      "output":{"shape":"CreateWirelessGatewayTaskResponse"},
189      "errors":[
190        {"shape":"ValidationException"},
191        {"shape":"AccessDeniedException"},
192        {"shape":"ResourceNotFoundException"},
193        {"shape":"ConflictException"},
194        {"shape":"InternalServerException"},
195        {"shape":"ThrottlingException"}
196      ],
197      "documentation":"<p>Creates a task for a wireless gateway.</p>"
198    },
199    "CreateWirelessGatewayTaskDefinition":{
200      "name":"CreateWirelessGatewayTaskDefinition",
201      "http":{
202        "method":"POST",
203        "requestUri":"/wireless-gateway-task-definitions",
204        "responseCode":201
205      },
206      "input":{"shape":"CreateWirelessGatewayTaskDefinitionRequest"},
207      "output":{"shape":"CreateWirelessGatewayTaskDefinitionResponse"},
208      "errors":[
209        {"shape":"ValidationException"},
210        {"shape":"AccessDeniedException"},
211        {"shape":"ResourceNotFoundException"},
212        {"shape":"ConflictException"},
213        {"shape":"InternalServerException"},
214        {"shape":"ThrottlingException"}
215      ],
216      "documentation":"<p>Creates a gateway task definition.</p>"
217    },
218    "DeleteDestination":{
219      "name":"DeleteDestination",
220      "http":{
221        "method":"DELETE",
222        "requestUri":"/destinations/{Name}",
223        "responseCode":204
224      },
225      "input":{"shape":"DeleteDestinationRequest"},
226      "output":{"shape":"DeleteDestinationResponse"},
227      "errors":[
228        {"shape":"ValidationException"},
229        {"shape":"ResourceNotFoundException"},
230        {"shape":"AccessDeniedException"},
231        {"shape":"InternalServerException"},
232        {"shape":"ConflictException"},
233        {"shape":"ThrottlingException"}
234      ],
235      "documentation":"<p>Deletes a destination.</p>"
236    },
237    "DeleteDeviceProfile":{
238      "name":"DeleteDeviceProfile",
239      "http":{
240        "method":"DELETE",
241        "requestUri":"/device-profiles/{Id}",
242        "responseCode":204
243      },
244      "input":{"shape":"DeleteDeviceProfileRequest"},
245      "output":{"shape":"DeleteDeviceProfileResponse"},
246      "errors":[
247        {"shape":"ValidationException"},
248        {"shape":"AccessDeniedException"},
249        {"shape":"ResourceNotFoundException"},
250        {"shape":"InternalServerException"},
251        {"shape":"ConflictException"},
252        {"shape":"ThrottlingException"}
253      ],
254      "documentation":"<p>Deletes a device profile.</p>"
255    },
256    "DeleteServiceProfile":{
257      "name":"DeleteServiceProfile",
258      "http":{
259        "method":"DELETE",
260        "requestUri":"/service-profiles/{Id}",
261        "responseCode":204
262      },
263      "input":{"shape":"DeleteServiceProfileRequest"},
264      "output":{"shape":"DeleteServiceProfileResponse"},
265      "errors":[
266        {"shape":"ValidationException"},
267        {"shape":"AccessDeniedException"},
268        {"shape":"ResourceNotFoundException"},
269        {"shape":"InternalServerException"},
270        {"shape":"ConflictException"},
271        {"shape":"ThrottlingException"}
272      ],
273      "documentation":"<p>Deletes a service profile.</p>"
274    },
275    "DeleteWirelessDevice":{
276      "name":"DeleteWirelessDevice",
277      "http":{
278        "method":"DELETE",
279        "requestUri":"/wireless-devices/{Id}",
280        "responseCode":204
281      },
282      "input":{"shape":"DeleteWirelessDeviceRequest"},
283      "output":{"shape":"DeleteWirelessDeviceResponse"},
284      "errors":[
285        {"shape":"ValidationException"},
286        {"shape":"ResourceNotFoundException"},
287        {"shape":"AccessDeniedException"},
288        {"shape":"InternalServerException"},
289        {"shape":"ThrottlingException"}
290      ],
291      "documentation":"<p>Deletes a wireless device.</p>"
292    },
293    "DeleteWirelessGateway":{
294      "name":"DeleteWirelessGateway",
295      "http":{
296        "method":"DELETE",
297        "requestUri":"/wireless-gateways/{Id}",
298        "responseCode":204
299      },
300      "input":{"shape":"DeleteWirelessGatewayRequest"},
301      "output":{"shape":"DeleteWirelessGatewayResponse"},
302      "errors":[
303        {"shape":"ValidationException"},
304        {"shape":"ResourceNotFoundException"},
305        {"shape":"AccessDeniedException"},
306        {"shape":"InternalServerException"},
307        {"shape":"ThrottlingException"}
308      ],
309      "documentation":"<p>Deletes a wireless gateway.</p>"
310    },
311    "DeleteWirelessGatewayTask":{
312      "name":"DeleteWirelessGatewayTask",
313      "http":{
314        "method":"DELETE",
315        "requestUri":"/wireless-gateways/{Id}/tasks",
316        "responseCode":204
317      },
318      "input":{"shape":"DeleteWirelessGatewayTaskRequest"},
319      "output":{"shape":"DeleteWirelessGatewayTaskResponse"},
320      "errors":[
321        {"shape":"ValidationException"},
322        {"shape":"AccessDeniedException"},
323        {"shape":"ResourceNotFoundException"},
324        {"shape":"InternalServerException"},
325        {"shape":"ThrottlingException"}
326      ],
327      "documentation":"<p>Deletes a wireless gateway task.</p>"
328    },
329    "DeleteWirelessGatewayTaskDefinition":{
330      "name":"DeleteWirelessGatewayTaskDefinition",
331      "http":{
332        "method":"DELETE",
333        "requestUri":"/wireless-gateway-task-definitions/{Id}",
334        "responseCode":204
335      },
336      "input":{"shape":"DeleteWirelessGatewayTaskDefinitionRequest"},
337      "output":{"shape":"DeleteWirelessGatewayTaskDefinitionResponse"},
338      "errors":[
339        {"shape":"ValidationException"},
340        {"shape":"AccessDeniedException"},
341        {"shape":"ResourceNotFoundException"},
342        {"shape":"InternalServerException"},
343        {"shape":"ThrottlingException"}
344      ],
345      "documentation":"<p>Deletes a wireless gateway task definition. Deleting this task definition does not affect tasks that are currently in progress.</p>"
346    },
347    "DisassociateAwsAccountFromPartnerAccount":{
348      "name":"DisassociateAwsAccountFromPartnerAccount",
349      "http":{
350        "method":"DELETE",
351        "requestUri":"/partner-accounts/{PartnerAccountId}",
352        "responseCode":204
353      },
354      "input":{"shape":"DisassociateAwsAccountFromPartnerAccountRequest"},
355      "output":{"shape":"DisassociateAwsAccountFromPartnerAccountResponse"},
356      "errors":[
357        {"shape":"ValidationException"},
358        {"shape":"ResourceNotFoundException"},
359        {"shape":"InternalServerException"},
360        {"shape":"ThrottlingException"}
361      ],
362      "documentation":"<p>Disassociates your AWS account from a partner account. If <code>PartnerAccountId</code> and <code>PartnerType</code> are <code>null</code>, disassociates your AWS account from all partner accounts.</p>"
363    },
364    "DisassociateWirelessDeviceFromThing":{
365      "name":"DisassociateWirelessDeviceFromThing",
366      "http":{
367        "method":"DELETE",
368        "requestUri":"/wireless-devices/{Id}/thing",
369        "responseCode":204
370      },
371      "input":{"shape":"DisassociateWirelessDeviceFromThingRequest"},
372      "output":{"shape":"DisassociateWirelessDeviceFromThingResponse"},
373      "errors":[
374        {"shape":"ValidationException"},
375        {"shape":"AccessDeniedException"},
376        {"shape":"ResourceNotFoundException"},
377        {"shape":"ConflictException"},
378        {"shape":"ThrottlingException"},
379        {"shape":"InternalServerException"}
380      ],
381      "documentation":"<p>Disassociates a wireless device from its currently associated thing.</p>"
382    },
383    "DisassociateWirelessGatewayFromCertificate":{
384      "name":"DisassociateWirelessGatewayFromCertificate",
385      "http":{
386        "method":"DELETE",
387        "requestUri":"/wireless-gateways/{Id}/certificate",
388        "responseCode":204
389      },
390      "input":{"shape":"DisassociateWirelessGatewayFromCertificateRequest"},
391      "output":{"shape":"DisassociateWirelessGatewayFromCertificateResponse"},
392      "errors":[
393        {"shape":"ValidationException"},
394        {"shape":"AccessDeniedException"},
395        {"shape":"ResourceNotFoundException"},
396        {"shape":"InternalServerException"},
397        {"shape":"ThrottlingException"}
398      ],
399      "documentation":"<p>Disassociates a wireless gateway from its currently associated certificate.</p>"
400    },
401    "DisassociateWirelessGatewayFromThing":{
402      "name":"DisassociateWirelessGatewayFromThing",
403      "http":{
404        "method":"DELETE",
405        "requestUri":"/wireless-gateways/{Id}/thing",
406        "responseCode":204
407      },
408      "input":{"shape":"DisassociateWirelessGatewayFromThingRequest"},
409      "output":{"shape":"DisassociateWirelessGatewayFromThingResponse"},
410      "errors":[
411        {"shape":"ValidationException"},
412        {"shape":"AccessDeniedException"},
413        {"shape":"ResourceNotFoundException"},
414        {"shape":"ConflictException"},
415        {"shape":"ThrottlingException"},
416        {"shape":"InternalServerException"}
417      ],
418      "documentation":"<p>Disassociates a wireless gateway from its currently associated thing.</p>"
419    },
420    "GetDestination":{
421      "name":"GetDestination",
422      "http":{
423        "method":"GET",
424        "requestUri":"/destinations/{Name}"
425      },
426      "input":{"shape":"GetDestinationRequest"},
427      "output":{"shape":"GetDestinationResponse"},
428      "errors":[
429        {"shape":"ValidationException"},
430        {"shape":"ResourceNotFoundException"},
431        {"shape":"AccessDeniedException"},
432        {"shape":"InternalServerException"},
433        {"shape":"ThrottlingException"}
434      ],
435      "documentation":"<p>Gets information about a destination.</p>"
436    },
437    "GetDeviceProfile":{
438      "name":"GetDeviceProfile",
439      "http":{
440        "method":"GET",
441        "requestUri":"/device-profiles/{Id}"
442      },
443      "input":{"shape":"GetDeviceProfileRequest"},
444      "output":{"shape":"GetDeviceProfileResponse"},
445      "errors":[
446        {"shape":"ValidationException"},
447        {"shape":"AccessDeniedException"},
448        {"shape":"ResourceNotFoundException"},
449        {"shape":"InternalServerException"},
450        {"shape":"ThrottlingException"}
451      ],
452      "documentation":"<p>Gets information about a device profile.</p>"
453    },
454    "GetLogLevelsByResourceTypes":{
455      "name":"GetLogLevelsByResourceTypes",
456      "http":{
457        "method":"GET",
458        "requestUri":"/log-levels",
459        "responseCode":200
460      },
461      "input":{"shape":"GetLogLevelsByResourceTypesRequest"},
462      "output":{"shape":"GetLogLevelsByResourceTypesResponse"},
463      "errors":[
464        {"shape":"AccessDeniedException"},
465        {"shape":"InternalServerException"},
466        {"shape":"ResourceNotFoundException"},
467        {"shape":"ThrottlingException"},
468        {"shape":"ValidationException"}
469      ],
470      "documentation":"<p>Returns current default log levels or log levels by resource types. Based on resource types, log levels can be for wireless device log options or wireless gateway log options.</p>"
471    },
472    "GetPartnerAccount":{
473      "name":"GetPartnerAccount",
474      "http":{
475        "method":"GET",
476        "requestUri":"/partner-accounts/{PartnerAccountId}"
477      },
478      "input":{"shape":"GetPartnerAccountRequest"},
479      "output":{"shape":"GetPartnerAccountResponse"},
480      "errors":[
481        {"shape":"ValidationException"},
482        {"shape":"ResourceNotFoundException"},
483        {"shape":"InternalServerException"},
484        {"shape":"ThrottlingException"}
485      ],
486      "documentation":"<p>Gets information about a partner account. If <code>PartnerAccountId</code> and <code>PartnerType</code> are <code>null</code>, returns all partner accounts.</p>"
487    },
488    "GetResourceLogLevel":{
489      "name":"GetResourceLogLevel",
490      "http":{
491        "method":"GET",
492        "requestUri":"/log-levels/{ResourceIdentifier}",
493        "responseCode":200
494      },
495      "input":{"shape":"GetResourceLogLevelRequest"},
496      "output":{"shape":"GetResourceLogLevelResponse"},
497      "errors":[
498        {"shape":"AccessDeniedException"},
499        {"shape":"InternalServerException"},
500        {"shape":"ResourceNotFoundException"},
501        {"shape":"ThrottlingException"},
502        {"shape":"ValidationException"}
503      ],
504      "documentation":"<p>Fetches the log-level override, if any, for a given resource-ID and resource-type. It can be used for a wireless device or a wireless gateway.</p>"
505    },
506    "GetServiceEndpoint":{
507      "name":"GetServiceEndpoint",
508      "http":{
509        "method":"GET",
510        "requestUri":"/service-endpoint"
511      },
512      "input":{"shape":"GetServiceEndpointRequest"},
513      "output":{"shape":"GetServiceEndpointResponse"},
514      "errors":[
515        {"shape":"ValidationException"},
516        {"shape":"AccessDeniedException"},
517        {"shape":"InternalServerException"},
518        {"shape":"ThrottlingException"}
519      ],
520      "documentation":"<p>Gets the account-specific endpoint for Configuration and Update Server (CUPS) protocol or LoRaWAN Network Server (LNS) connections.</p>"
521    },
522    "GetServiceProfile":{
523      "name":"GetServiceProfile",
524      "http":{
525        "method":"GET",
526        "requestUri":"/service-profiles/{Id}"
527      },
528      "input":{"shape":"GetServiceProfileRequest"},
529      "output":{"shape":"GetServiceProfileResponse"},
530      "errors":[
531        {"shape":"ValidationException"},
532        {"shape":"AccessDeniedException"},
533        {"shape":"ResourceNotFoundException"},
534        {"shape":"InternalServerException"},
535        {"shape":"ThrottlingException"}
536      ],
537      "documentation":"<p>Gets information about a service profile.</p>"
538    },
539    "GetWirelessDevice":{
540      "name":"GetWirelessDevice",
541      "http":{
542        "method":"GET",
543        "requestUri":"/wireless-devices/{Identifier}"
544      },
545      "input":{"shape":"GetWirelessDeviceRequest"},
546      "output":{"shape":"GetWirelessDeviceResponse"},
547      "errors":[
548        {"shape":"ValidationException"},
549        {"shape":"AccessDeniedException"},
550        {"shape":"ResourceNotFoundException"},
551        {"shape":"InternalServerException"},
552        {"shape":"ThrottlingException"}
553      ],
554      "documentation":"<p>Gets information about a wireless device.</p>"
555    },
556    "GetWirelessDeviceStatistics":{
557      "name":"GetWirelessDeviceStatistics",
558      "http":{
559        "method":"GET",
560        "requestUri":"/wireless-devices/{Id}/statistics",
561        "responseCode":200
562      },
563      "input":{"shape":"GetWirelessDeviceStatisticsRequest"},
564      "output":{"shape":"GetWirelessDeviceStatisticsResponse"},
565      "errors":[
566        {"shape":"ValidationException"},
567        {"shape":"AccessDeniedException"},
568        {"shape":"ResourceNotFoundException"},
569        {"shape":"InternalServerException"},
570        {"shape":"ThrottlingException"}
571      ],
572      "documentation":"<p>Gets operating information about a wireless device.</p>"
573    },
574    "GetWirelessGateway":{
575      "name":"GetWirelessGateway",
576      "http":{
577        "method":"GET",
578        "requestUri":"/wireless-gateways/{Identifier}"
579      },
580      "input":{"shape":"GetWirelessGatewayRequest"},
581      "output":{"shape":"GetWirelessGatewayResponse"},
582      "errors":[
583        {"shape":"ValidationException"},
584        {"shape":"ResourceNotFoundException"},
585        {"shape":"AccessDeniedException"},
586        {"shape":"InternalServerException"},
587        {"shape":"ThrottlingException"}
588      ],
589      "documentation":"<p>Gets information about a wireless gateway.</p>"
590    },
591    "GetWirelessGatewayCertificate":{
592      "name":"GetWirelessGatewayCertificate",
593      "http":{
594        "method":"GET",
595        "requestUri":"/wireless-gateways/{Id}/certificate"
596      },
597      "input":{"shape":"GetWirelessGatewayCertificateRequest"},
598      "output":{"shape":"GetWirelessGatewayCertificateResponse"},
599      "errors":[
600        {"shape":"ValidationException"},
601        {"shape":"AccessDeniedException"},
602        {"shape":"ResourceNotFoundException"},
603        {"shape":"InternalServerException"},
604        {"shape":"ThrottlingException"}
605      ],
606      "documentation":"<p>Gets the ID of the certificate that is currently associated with a wireless gateway.</p>"
607    },
608    "GetWirelessGatewayFirmwareInformation":{
609      "name":"GetWirelessGatewayFirmwareInformation",
610      "http":{
611        "method":"GET",
612        "requestUri":"/wireless-gateways/{Id}/firmware-information"
613      },
614      "input":{"shape":"GetWirelessGatewayFirmwareInformationRequest"},
615      "output":{"shape":"GetWirelessGatewayFirmwareInformationResponse"},
616      "errors":[
617        {"shape":"ValidationException"},
618        {"shape":"AccessDeniedException"},
619        {"shape":"ResourceNotFoundException"},
620        {"shape":"InternalServerException"},
621        {"shape":"ThrottlingException"}
622      ],
623      "documentation":"<p>Gets the firmware version and other information about a wireless gateway.</p>"
624    },
625    "GetWirelessGatewayStatistics":{
626      "name":"GetWirelessGatewayStatistics",
627      "http":{
628        "method":"GET",
629        "requestUri":"/wireless-gateways/{Id}/statistics",
630        "responseCode":200
631      },
632      "input":{"shape":"GetWirelessGatewayStatisticsRequest"},
633      "output":{"shape":"GetWirelessGatewayStatisticsResponse"},
634      "errors":[
635        {"shape":"ValidationException"},
636        {"shape":"AccessDeniedException"},
637        {"shape":"ResourceNotFoundException"},
638        {"shape":"InternalServerException"},
639        {"shape":"ThrottlingException"}
640      ],
641      "documentation":"<p>Gets operating information about a wireless gateway.</p>"
642    },
643    "GetWirelessGatewayTask":{
644      "name":"GetWirelessGatewayTask",
645      "http":{
646        "method":"GET",
647        "requestUri":"/wireless-gateways/{Id}/tasks"
648      },
649      "input":{"shape":"GetWirelessGatewayTaskRequest"},
650      "output":{"shape":"GetWirelessGatewayTaskResponse"},
651      "errors":[
652        {"shape":"ValidationException"},
653        {"shape":"AccessDeniedException"},
654        {"shape":"ResourceNotFoundException"},
655        {"shape":"InternalServerException"},
656        {"shape":"ThrottlingException"}
657      ],
658      "documentation":"<p>Gets information about a wireless gateway task.</p>"
659    },
660    "GetWirelessGatewayTaskDefinition":{
661      "name":"GetWirelessGatewayTaskDefinition",
662      "http":{
663        "method":"GET",
664        "requestUri":"/wireless-gateway-task-definitions/{Id}"
665      },
666      "input":{"shape":"GetWirelessGatewayTaskDefinitionRequest"},
667      "output":{"shape":"GetWirelessGatewayTaskDefinitionResponse"},
668      "errors":[
669        {"shape":"ValidationException"},
670        {"shape":"AccessDeniedException"},
671        {"shape":"ResourceNotFoundException"},
672        {"shape":"InternalServerException"},
673        {"shape":"ThrottlingException"}
674      ],
675      "documentation":"<p>Gets information about a wireless gateway task definition.</p>"
676    },
677    "ListDestinations":{
678      "name":"ListDestinations",
679      "http":{
680        "method":"GET",
681        "requestUri":"/destinations"
682      },
683      "input":{"shape":"ListDestinationsRequest"},
684      "output":{"shape":"ListDestinationsResponse"},
685      "errors":[
686        {"shape":"ValidationException"},
687        {"shape":"AccessDeniedException"},
688        {"shape":"InternalServerException"},
689        {"shape":"ThrottlingException"}
690      ],
691      "documentation":"<p>Lists the destinations registered to your AWS account.</p>"
692    },
693    "ListDeviceProfiles":{
694      "name":"ListDeviceProfiles",
695      "http":{
696        "method":"GET",
697        "requestUri":"/device-profiles"
698      },
699      "input":{"shape":"ListDeviceProfilesRequest"},
700      "output":{"shape":"ListDeviceProfilesResponse"},
701      "errors":[
702        {"shape":"ValidationException"},
703        {"shape":"AccessDeniedException"},
704        {"shape":"InternalServerException"},
705        {"shape":"ThrottlingException"}
706      ],
707      "documentation":"<p>Lists the device profiles registered to your AWS account.</p>"
708    },
709    "ListPartnerAccounts":{
710      "name":"ListPartnerAccounts",
711      "http":{
712        "method":"GET",
713        "requestUri":"/partner-accounts"
714      },
715      "input":{"shape":"ListPartnerAccountsRequest"},
716      "output":{"shape":"ListPartnerAccountsResponse"},
717      "errors":[
718        {"shape":"ValidationException"},
719        {"shape":"ResourceNotFoundException"},
720        {"shape":"InternalServerException"},
721        {"shape":"ThrottlingException"}
722      ],
723      "documentation":"<p>Lists the partner accounts associated with your AWS account.</p>"
724    },
725    "ListServiceProfiles":{
726      "name":"ListServiceProfiles",
727      "http":{
728        "method":"GET",
729        "requestUri":"/service-profiles"
730      },
731      "input":{"shape":"ListServiceProfilesRequest"},
732      "output":{"shape":"ListServiceProfilesResponse"},
733      "errors":[
734        {"shape":"ValidationException"},
735        {"shape":"AccessDeniedException"},
736        {"shape":"InternalServerException"},
737        {"shape":"ThrottlingException"}
738      ],
739      "documentation":"<p>Lists the service profiles registered to your AWS account.</p>"
740    },
741    "ListTagsForResource":{
742      "name":"ListTagsForResource",
743      "http":{
744        "method":"GET",
745        "requestUri":"/tags"
746      },
747      "input":{"shape":"ListTagsForResourceRequest"},
748      "output":{"shape":"ListTagsForResourceResponse"},
749      "errors":[
750        {"shape":"ValidationException"},
751        {"shape":"ResourceNotFoundException"},
752        {"shape":"ConflictException"},
753        {"shape":"InternalServerException"},
754        {"shape":"ThrottlingException"}
755      ],
756      "documentation":"<p>Lists the tags (metadata) you have assigned to the resource.</p>"
757    },
758    "ListWirelessDevices":{
759      "name":"ListWirelessDevices",
760      "http":{
761        "method":"GET",
762        "requestUri":"/wireless-devices"
763      },
764      "input":{"shape":"ListWirelessDevicesRequest"},
765      "output":{"shape":"ListWirelessDevicesResponse"},
766      "errors":[
767        {"shape":"ValidationException"},
768        {"shape":"InternalServerException"},
769        {"shape":"ThrottlingException"},
770        {"shape":"AccessDeniedException"}
771      ],
772      "documentation":"<p>Lists the wireless devices registered to your AWS account.</p>"
773    },
774    "ListWirelessGatewayTaskDefinitions":{
775      "name":"ListWirelessGatewayTaskDefinitions",
776      "http":{
777        "method":"GET",
778        "requestUri":"/wireless-gateway-task-definitions"
779      },
780      "input":{"shape":"ListWirelessGatewayTaskDefinitionsRequest"},
781      "output":{"shape":"ListWirelessGatewayTaskDefinitionsResponse"},
782      "errors":[
783        {"shape":"ValidationException"},
784        {"shape":"AccessDeniedException"},
785        {"shape":"InternalServerException"},
786        {"shape":"ThrottlingException"}
787      ],
788      "documentation":"<p>List the wireless gateway tasks definitions registered to your AWS account.</p>"
789    },
790    "ListWirelessGateways":{
791      "name":"ListWirelessGateways",
792      "http":{
793        "method":"GET",
794        "requestUri":"/wireless-gateways"
795      },
796      "input":{"shape":"ListWirelessGatewaysRequest"},
797      "output":{"shape":"ListWirelessGatewaysResponse"},
798      "errors":[
799        {"shape":"ValidationException"},
800        {"shape":"InternalServerException"},
801        {"shape":"ThrottlingException"},
802        {"shape":"AccessDeniedException"}
803      ],
804      "documentation":"<p>Lists the wireless gateways registered to your AWS account.</p>"
805    },
806    "PutResourceLogLevel":{
807      "name":"PutResourceLogLevel",
808      "http":{
809        "method":"PUT",
810        "requestUri":"/log-levels/{ResourceIdentifier}",
811        "responseCode":200
812      },
813      "input":{"shape":"PutResourceLogLevelRequest"},
814      "output":{"shape":"PutResourceLogLevelResponse"},
815      "errors":[
816        {"shape":"AccessDeniedException"},
817        {"shape":"InternalServerException"},
818        {"shape":"ResourceNotFoundException"},
819        {"shape":"ThrottlingException"},
820        {"shape":"ValidationException"}
821      ],
822      "documentation":"<p>Sets the log-level override for a resource-ID and resource-type. This option can be specified for a wireless gateway or a wireless device. A limit of 200 log level override can be set per account.</p>"
823    },
824    "ResetAllResourceLogLevels":{
825      "name":"ResetAllResourceLogLevels",
826      "http":{
827        "method":"DELETE",
828        "requestUri":"/log-levels",
829        "responseCode":204
830      },
831      "input":{"shape":"ResetAllResourceLogLevelsRequest"},
832      "output":{"shape":"ResetAllResourceLogLevelsResponse"},
833      "errors":[
834        {"shape":"AccessDeniedException"},
835        {"shape":"InternalServerException"},
836        {"shape":"ResourceNotFoundException"},
837        {"shape":"ThrottlingException"},
838        {"shape":"ValidationException"}
839      ],
840      "documentation":"<p>Removes the log-level overrides for all resources; both wireless devices and wireless gateways.</p>"
841    },
842    "ResetResourceLogLevel":{
843      "name":"ResetResourceLogLevel",
844      "http":{
845        "method":"DELETE",
846        "requestUri":"/log-levels/{ResourceIdentifier}",
847        "responseCode":204
848      },
849      "input":{"shape":"ResetResourceLogLevelRequest"},
850      "output":{"shape":"ResetResourceLogLevelResponse"},
851      "errors":[
852        {"shape":"AccessDeniedException"},
853        {"shape":"InternalServerException"},
854        {"shape":"ResourceNotFoundException"},
855        {"shape":"ThrottlingException"},
856        {"shape":"ValidationException"}
857      ],
858      "documentation":"<p>Removes the log-level override, if any, for a specific resource-ID and resource-type. It can be used for a wireless device or a wireless gateway.</p>"
859    },
860    "SendDataToWirelessDevice":{
861      "name":"SendDataToWirelessDevice",
862      "http":{
863        "method":"POST",
864        "requestUri":"/wireless-devices/{Id}/data",
865        "responseCode":202
866      },
867      "input":{"shape":"SendDataToWirelessDeviceRequest"},
868      "output":{"shape":"SendDataToWirelessDeviceResponse"},
869      "errors":[
870        {"shape":"ValidationException"},
871        {"shape":"ResourceNotFoundException"},
872        {"shape":"ThrottlingException"},
873        {"shape":"InternalServerException"}
874      ],
875      "documentation":"<p>Sends a decrypted application data frame to a device.</p>"
876    },
877    "TagResource":{
878      "name":"TagResource",
879      "http":{
880        "method":"POST",
881        "requestUri":"/tags",
882        "responseCode":204
883      },
884      "input":{"shape":"TagResourceRequest"},
885      "output":{"shape":"TagResourceResponse"},
886      "errors":[
887        {"shape":"ValidationException"},
888        {"shape":"ResourceNotFoundException"},
889        {"shape":"ConflictException"},
890        {"shape":"InternalServerException"},
891        {"shape":"ThrottlingException"},
892        {"shape":"TooManyTagsException"}
893      ],
894      "documentation":"<p>Adds a tag to a resource.</p>"
895    },
896    "TestWirelessDevice":{
897      "name":"TestWirelessDevice",
898      "http":{
899        "method":"POST",
900        "requestUri":"/wireless-devices/{Id}/test",
901        "responseCode":200
902      },
903      "input":{"shape":"TestWirelessDeviceRequest"},
904      "output":{"shape":"TestWirelessDeviceResponse"},
905      "errors":[
906        {"shape":"ValidationException"},
907        {"shape":"ResourceNotFoundException"},
908        {"shape":"ThrottlingException"},
909        {"shape":"InternalServerException"}
910      ],
911      "documentation":"<p>Simulates a provisioned device by sending an uplink data payload of <code>Hello</code>.</p>"
912    },
913    "UntagResource":{
914      "name":"UntagResource",
915      "http":{
916        "method":"DELETE",
917        "requestUri":"/tags",
918        "responseCode":204
919      },
920      "input":{"shape":"UntagResourceRequest"},
921      "output":{"shape":"UntagResourceResponse"},
922      "errors":[
923        {"shape":"ValidationException"},
924        {"shape":"ResourceNotFoundException"},
925        {"shape":"ConflictException"},
926        {"shape":"InternalServerException"},
927        {"shape":"ThrottlingException"}
928      ],
929      "documentation":"<p>Removes one or more tags from a resource.</p>"
930    },
931    "UpdateDestination":{
932      "name":"UpdateDestination",
933      "http":{
934        "method":"PATCH",
935        "requestUri":"/destinations/{Name}",
936        "responseCode":204
937      },
938      "input":{"shape":"UpdateDestinationRequest"},
939      "output":{"shape":"UpdateDestinationResponse"},
940      "errors":[
941        {"shape":"ValidationException"},
942        {"shape":"ResourceNotFoundException"},
943        {"shape":"AccessDeniedException"},
944        {"shape":"InternalServerException"},
945        {"shape":"ThrottlingException"}
946      ],
947      "documentation":"<p>Updates properties of a destination.</p>"
948    },
949    "UpdateLogLevelsByResourceTypes":{
950      "name":"UpdateLogLevelsByResourceTypes",
951      "http":{
952        "method":"POST",
953        "requestUri":"/log-levels",
954        "responseCode":200
955      },
956      "input":{"shape":"UpdateLogLevelsByResourceTypesRequest"},
957      "output":{"shape":"UpdateLogLevelsByResourceTypesResponse"},
958      "errors":[
959        {"shape":"AccessDeniedException"},
960        {"shape":"ConflictException"},
961        {"shape":"InternalServerException"},
962        {"shape":"ResourceNotFoundException"},
963        {"shape":"ThrottlingException"},
964        {"shape":"ValidationException"}
965      ],
966      "documentation":"<p>Set default log level, or log levels by resource types. This can be for wireless device log options or wireless gateways log options and is used to control the log messages that'll be displayed in CloudWatch.</p>"
967    },
968    "UpdatePartnerAccount":{
969      "name":"UpdatePartnerAccount",
970      "http":{
971        "method":"PATCH",
972        "requestUri":"/partner-accounts/{PartnerAccountId}",
973        "responseCode":204
974      },
975      "input":{"shape":"UpdatePartnerAccountRequest"},
976      "output":{"shape":"UpdatePartnerAccountResponse"},
977      "errors":[
978        {"shape":"ValidationException"},
979        {"shape":"ResourceNotFoundException"},
980        {"shape":"InternalServerException"},
981        {"shape":"ThrottlingException"}
982      ],
983      "documentation":"<p>Updates properties of a partner account.</p>"
984    },
985    "UpdateWirelessDevice":{
986      "name":"UpdateWirelessDevice",
987      "http":{
988        "method":"PATCH",
989        "requestUri":"/wireless-devices/{Id}",
990        "responseCode":204
991      },
992      "input":{"shape":"UpdateWirelessDeviceRequest"},
993      "output":{"shape":"UpdateWirelessDeviceResponse"},
994      "errors":[
995        {"shape":"ValidationException"},
996        {"shape":"ResourceNotFoundException"},
997        {"shape":"AccessDeniedException"},
998        {"shape":"InternalServerException"},
999        {"shape":"ThrottlingException"}
1000      ],
1001      "documentation":"<p>Updates properties of a wireless device.</p>"
1002    },
1003    "UpdateWirelessGateway":{
1004      "name":"UpdateWirelessGateway",
1005      "http":{
1006        "method":"PATCH",
1007        "requestUri":"/wireless-gateways/{Id}",
1008        "responseCode":204
1009      },
1010      "input":{"shape":"UpdateWirelessGatewayRequest"},
1011      "output":{"shape":"UpdateWirelessGatewayResponse"},
1012      "errors":[
1013        {"shape":"ValidationException"},
1014        {"shape":"ResourceNotFoundException"},
1015        {"shape":"AccessDeniedException"},
1016        {"shape":"InternalServerException"},
1017        {"shape":"ThrottlingException"}
1018      ],
1019      "documentation":"<p>Updates properties of a wireless gateway.</p>"
1020    }
1021  },
1022  "shapes":{
1023    "AbpV1_0_x":{
1024      "type":"structure",
1025      "members":{
1026        "DevAddr":{
1027          "shape":"DevAddr",
1028          "documentation":"<p>The DevAddr value.</p>"
1029        },
1030        "SessionKeys":{
1031          "shape":"SessionKeysAbpV1_0_x",
1032          "documentation":"<p>Session keys for ABP v1.0.x</p>"
1033        }
1034      },
1035      "documentation":"<p>ABP device object for LoRaWAN specification v1.0.x</p>"
1036    },
1037    "AbpV1_1":{
1038      "type":"structure",
1039      "members":{
1040        "DevAddr":{
1041          "shape":"DevAddr",
1042          "documentation":"<p>The DevAddr value.</p>"
1043        },
1044        "SessionKeys":{
1045          "shape":"SessionKeysAbpV1_1",
1046          "documentation":"<p>Session keys for ABP v1.1</p>"
1047        }
1048      },
1049      "documentation":"<p>ABP device object for LoRaWAN specification v1.1</p>"
1050    },
1051    "AccessDeniedException":{
1052      "type":"structure",
1053      "members":{
1054        "Message":{"shape":"Message"}
1055      },
1056      "documentation":"<p>User does not have permission to perform this action.</p>",
1057      "error":{"httpStatusCode":403},
1058      "exception":true
1059    },
1060    "AccountLinked":{"type":"boolean"},
1061    "AddGwMetadata":{"type":"boolean"},
1062    "AmazonId":{
1063      "type":"string",
1064      "documentation":"<p>The Sidewalk Amazon ID.</p>",
1065      "max":2048
1066    },
1067    "AmazonResourceName":{
1068      "type":"string",
1069      "max":1011,
1070      "min":1
1071    },
1072    "AppEui":{
1073      "type":"string",
1074      "pattern":"[a-fA-F0-9]{16}"
1075    },
1076    "AppKey":{
1077      "type":"string",
1078      "pattern":"[a-fA-F0-9]{32}"
1079    },
1080    "AppSKey":{
1081      "type":"string",
1082      "pattern":"[a-fA-F0-9]{32}"
1083    },
1084    "AppServerPrivateKey":{
1085      "type":"string",
1086      "max":4096,
1087      "min":1,
1088      "pattern":"[a-fA-F0-9]{64}",
1089      "sensitive":true
1090    },
1091    "AssociateAwsAccountWithPartnerAccountRequest":{
1092      "type":"structure",
1093      "required":["Sidewalk"],
1094      "members":{
1095        "Sidewalk":{
1096          "shape":"SidewalkAccountInfo",
1097          "documentation":"<p>The Sidewalk account credentials.</p>"
1098        },
1099        "ClientRequestToken":{
1100          "shape":"ClientRequestToken",
1101          "documentation":"<p>Each resource must have a unique client request token. If you try to create a new resource with the same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request. </p>",
1102          "idempotencyToken":true
1103        },
1104        "Tags":{
1105          "shape":"TagList",
1106          "documentation":"<p>The tags to attach to the specified resource. Tags are metadata that you can use to manage a resource.</p>"
1107        }
1108      }
1109    },
1110    "AssociateAwsAccountWithPartnerAccountResponse":{
1111      "type":"structure",
1112      "members":{
1113        "Sidewalk":{
1114          "shape":"SidewalkAccountInfo",
1115          "documentation":"<p>The Sidewalk account credentials.</p>"
1116        },
1117        "Arn":{
1118          "shape":"PartnerAccountArn",
1119          "documentation":"<p>The Amazon Resource Name of the resource.</p>"
1120        }
1121      }
1122    },
1123    "AssociateWirelessDeviceWithThingRequest":{
1124      "type":"structure",
1125      "required":[
1126        "Id",
1127        "ThingArn"
1128      ],
1129      "members":{
1130        "Id":{
1131          "shape":"WirelessDeviceId",
1132          "documentation":"<p>The ID of the resource to update.</p>",
1133          "location":"uri",
1134          "locationName":"Id"
1135        },
1136        "ThingArn":{
1137          "shape":"ThingArn",
1138          "documentation":"<p>The ARN of the thing to associate with the wireless device.</p>"
1139        }
1140      }
1141    },
1142    "AssociateWirelessDeviceWithThingResponse":{
1143      "type":"structure",
1144      "members":{
1145      }
1146    },
1147    "AssociateWirelessGatewayWithCertificateRequest":{
1148      "type":"structure",
1149      "required":[
1150        "Id",
1151        "IotCertificateId"
1152      ],
1153      "members":{
1154        "Id":{
1155          "shape":"WirelessGatewayId",
1156          "documentation":"<p>The ID of the resource to update.</p>",
1157          "location":"uri",
1158          "locationName":"Id"
1159        },
1160        "IotCertificateId":{
1161          "shape":"IotCertificateId",
1162          "documentation":"<p>The ID of the certificate to associate with the wireless gateway.</p>"
1163        }
1164      }
1165    },
1166    "AssociateWirelessGatewayWithCertificateResponse":{
1167      "type":"structure",
1168      "members":{
1169        "IotCertificateId":{
1170          "shape":"IotCertificateId",
1171          "documentation":"<p>The ID of the certificate associated with the wireless gateway.</p>"
1172        }
1173      }
1174    },
1175    "AssociateWirelessGatewayWithThingRequest":{
1176      "type":"structure",
1177      "required":[
1178        "Id",
1179        "ThingArn"
1180      ],
1181      "members":{
1182        "Id":{
1183          "shape":"WirelessGatewayId",
1184          "documentation":"<p>The ID of the resource to update.</p>",
1185          "location":"uri",
1186          "locationName":"Id"
1187        },
1188        "ThingArn":{
1189          "shape":"ThingArn",
1190          "documentation":"<p>The ARN of the thing to associate with the wireless gateway.</p>"
1191        }
1192      }
1193    },
1194    "AssociateWirelessGatewayWithThingResponse":{
1195      "type":"structure",
1196      "members":{
1197      }
1198    },
1199    "AutoCreateTasks":{"type":"boolean"},
1200    "BatteryLevel":{
1201      "type":"string",
1202      "documentation":"<p>Sidewalk device battery level.</p>",
1203      "enum":[
1204        "normal",
1205        "low",
1206        "critical"
1207      ]
1208    },
1209    "CertificateList":{
1210      "type":"structure",
1211      "required":[
1212        "SigningAlg",
1213        "Value"
1214      ],
1215      "members":{
1216        "SigningAlg":{
1217          "shape":"SigningAlg",
1218          "documentation":"<p>The certificate chain algorithm provided by sidewalk.</p>"
1219        },
1220        "Value":{
1221          "shape":"CertificateValue",
1222          "documentation":"<p>The value of the chosen sidewalk certificate.</p>"
1223        }
1224      },
1225      "documentation":"<p>List of sidewalk certificates.</p>"
1226    },
1227    "CertificatePEM":{
1228      "type":"string",
1229      "max":4096,
1230      "min":1,
1231      "pattern":"[^-A-Za-z0-9+/=]|=[^=]|={3,}${1,4096}"
1232    },
1233    "CertificateValue":{
1234      "type":"string",
1235      "documentation":"<p>Certificate value.</p>",
1236      "max":2048,
1237      "min":0
1238    },
1239    "ChannelMask":{
1240      "type":"string",
1241      "max":2048
1242    },
1243    "ClassBTimeout":{
1244      "type":"integer",
1245      "max":1000,
1246      "min":0
1247    },
1248    "ClassCTimeout":{
1249      "type":"integer",
1250      "max":1000,
1251      "min":0
1252    },
1253    "ClientRequestToken":{
1254      "type":"string",
1255      "max":64,
1256      "min":1,
1257      "pattern":"^[a-zA-Z0-9-_]+$"
1258    },
1259    "ConflictException":{
1260      "type":"structure",
1261      "members":{
1262        "Message":{"shape":"Message"},
1263        "ResourceId":{
1264          "shape":"ResourceId",
1265          "documentation":"<p>Id of the resource in the conflicting operation.</p>"
1266        },
1267        "ResourceType":{
1268          "shape":"ResourceType",
1269          "documentation":"<p>Type of the resource in the conflicting operation.</p>"
1270        }
1271      },
1272      "documentation":"<p>Adding, updating, or deleting the resource can cause an inconsistent state.</p>",
1273      "error":{"httpStatusCode":409},
1274      "exception":true
1275    },
1276    "ConnectionStatus":{
1277      "type":"string",
1278      "enum":[
1279        "Connected",
1280        "Disconnected"
1281      ]
1282    },
1283    "Crc":{
1284      "type":"long",
1285      "max":4294967295,
1286      "min":1
1287    },
1288    "CreateDestinationRequest":{
1289      "type":"structure",
1290      "required":[
1291        "Name",
1292        "ExpressionType",
1293        "Expression",
1294        "RoleArn"
1295      ],
1296      "members":{
1297        "Name":{
1298          "shape":"DestinationName",
1299          "documentation":"<p>The name of the new resource.</p>"
1300        },
1301        "ExpressionType":{
1302          "shape":"ExpressionType",
1303          "documentation":"<p>The type of value in <code>Expression</code>.</p>"
1304        },
1305        "Expression":{
1306          "shape":"Expression",
1307          "documentation":"<p>The rule name or topic rule to send messages to.</p>"
1308        },
1309        "Description":{
1310          "shape":"Description",
1311          "documentation":"<p>The description of the new resource.</p>"
1312        },
1313        "RoleArn":{
1314          "shape":"RoleArn",
1315          "documentation":"<p>The ARN of the IAM Role that authorizes the destination.</p>"
1316        },
1317        "Tags":{
1318          "shape":"TagList",
1319          "documentation":"<p>The tags to attach to the new destination. Tags are metadata that you can use to manage a resource.</p>"
1320        },
1321        "ClientRequestToken":{
1322          "shape":"ClientRequestToken",
1323          "documentation":"<p>Each resource must have a unique client request token. If you try to create a new resource with the same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request. </p>",
1324          "idempotencyToken":true
1325        }
1326      }
1327    },
1328    "CreateDestinationResponse":{
1329      "type":"structure",
1330      "members":{
1331        "Arn":{
1332          "shape":"DestinationArn",
1333          "documentation":"<p>The Amazon Resource Name of the new resource.</p>"
1334        },
1335        "Name":{
1336          "shape":"DestinationName",
1337          "documentation":"<p>The name of the new resource.</p>"
1338        }
1339      }
1340    },
1341    "CreateDeviceProfileRequest":{
1342      "type":"structure",
1343      "members":{
1344        "Name":{
1345          "shape":"DeviceProfileName",
1346          "documentation":"<p>The name of the new resource.</p>"
1347        },
1348        "LoRaWAN":{
1349          "shape":"LoRaWANDeviceProfile",
1350          "documentation":"<p>The device profile information to use to create the device profile.</p>"
1351        },
1352        "Tags":{
1353          "shape":"TagList",
1354          "documentation":"<p>The tags to attach to the new device profile. Tags are metadata that you can use to manage a resource.</p>"
1355        },
1356        "ClientRequestToken":{
1357          "shape":"ClientRequestToken",
1358          "documentation":"<p>Each resource must have a unique client request token. If you try to create a new resource with the same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request. </p>",
1359          "idempotencyToken":true
1360        }
1361      }
1362    },
1363    "CreateDeviceProfileResponse":{
1364      "type":"structure",
1365      "members":{
1366        "Arn":{
1367          "shape":"DeviceProfileArn",
1368          "documentation":"<p>The Amazon Resource Name of the new resource.</p>"
1369        },
1370        "Id":{
1371          "shape":"DeviceProfileId",
1372          "documentation":"<p>The ID of the new device profile.</p>"
1373        }
1374      }
1375    },
1376    "CreateServiceProfileRequest":{
1377      "type":"structure",
1378      "members":{
1379        "Name":{
1380          "shape":"ServiceProfileName",
1381          "documentation":"<p>The name of the new resource.</p>"
1382        },
1383        "LoRaWAN":{
1384          "shape":"LoRaWANServiceProfile",
1385          "documentation":"<p>The service profile information to use to create the service profile.</p>"
1386        },
1387        "Tags":{
1388          "shape":"TagList",
1389          "documentation":"<p>The tags to attach to the new service profile. Tags are metadata that you can use to manage a resource.</p>"
1390        },
1391        "ClientRequestToken":{
1392          "shape":"ClientRequestToken",
1393          "documentation":"<p>Each resource must have a unique client request token. If you try to create a new resource with the same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request. </p>",
1394          "idempotencyToken":true
1395        }
1396      }
1397    },
1398    "CreateServiceProfileResponse":{
1399      "type":"structure",
1400      "members":{
1401        "Arn":{
1402          "shape":"ServiceProfileArn",
1403          "documentation":"<p>The Amazon Resource Name of the new resource.</p>"
1404        },
1405        "Id":{
1406          "shape":"ServiceProfileId",
1407          "documentation":"<p>The ID of the new service profile.</p>"
1408        }
1409      }
1410    },
1411    "CreateWirelessDeviceRequest":{
1412      "type":"structure",
1413      "required":[
1414        "Type",
1415        "DestinationName"
1416      ],
1417      "members":{
1418        "Type":{
1419          "shape":"WirelessDeviceType",
1420          "documentation":"<p>The wireless device type.</p>"
1421        },
1422        "Name":{
1423          "shape":"WirelessDeviceName",
1424          "documentation":"<p>The name of the new resource.</p>"
1425        },
1426        "Description":{
1427          "shape":"Description",
1428          "documentation":"<p>The description of the new resource.</p>"
1429        },
1430        "DestinationName":{
1431          "shape":"DestinationName",
1432          "documentation":"<p>The name of the destination to assign to the new wireless device.</p>"
1433        },
1434        "ClientRequestToken":{
1435          "shape":"ClientRequestToken",
1436          "documentation":"<p>Each resource must have a unique client request token. If you try to create a new resource with the same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request. </p>",
1437          "idempotencyToken":true
1438        },
1439        "LoRaWAN":{
1440          "shape":"LoRaWANDevice",
1441          "documentation":"<p>The device configuration information to use to create the wireless device.</p>"
1442        },
1443        "Tags":{
1444          "shape":"TagList",
1445          "documentation":"<p>The tags to attach to the new wireless device. Tags are metadata that you can use to manage a resource.</p>"
1446        }
1447      }
1448    },
1449    "CreateWirelessDeviceResponse":{
1450      "type":"structure",
1451      "members":{
1452        "Arn":{
1453          "shape":"WirelessDeviceArn",
1454          "documentation":"<p>The Amazon Resource Name of the new resource.</p>"
1455        },
1456        "Id":{
1457          "shape":"WirelessDeviceId",
1458          "documentation":"<p>The ID of the new wireless device.</p>"
1459        }
1460      }
1461    },
1462    "CreateWirelessGatewayRequest":{
1463      "type":"structure",
1464      "required":["LoRaWAN"],
1465      "members":{
1466        "Name":{
1467          "shape":"WirelessGatewayName",
1468          "documentation":"<p>The name of the new resource.</p>"
1469        },
1470        "Description":{
1471          "shape":"Description",
1472          "documentation":"<p>The description of the new resource.</p>"
1473        },
1474        "LoRaWAN":{
1475          "shape":"LoRaWANGateway",
1476          "documentation":"<p>The gateway configuration information to use to create the wireless gateway.</p>"
1477        },
1478        "Tags":{
1479          "shape":"TagList",
1480          "documentation":"<p>The tags to attach to the new wireless gateway. Tags are metadata that you can use to manage a resource.</p>"
1481        },
1482        "ClientRequestToken":{
1483          "shape":"ClientRequestToken",
1484          "documentation":"<p>Each resource must have a unique client request token. If you try to create a new resource with the same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request. </p>",
1485          "idempotencyToken":true
1486        }
1487      }
1488    },
1489    "CreateWirelessGatewayResponse":{
1490      "type":"structure",
1491      "members":{
1492        "Arn":{
1493          "shape":"WirelessGatewayArn",
1494          "documentation":"<p>The Amazon Resource Name of the new resource.</p>"
1495        },
1496        "Id":{
1497          "shape":"WirelessDeviceId",
1498          "documentation":"<p>The ID of the new wireless gateway.</p>"
1499        }
1500      }
1501    },
1502    "CreateWirelessGatewayTaskDefinitionRequest":{
1503      "type":"structure",
1504      "required":["AutoCreateTasks"],
1505      "members":{
1506        "AutoCreateTasks":{
1507          "shape":"AutoCreateTasks",
1508          "documentation":"<p>Whether to automatically create tasks using this task definition for all gateways with the specified current version. If <code>false</code>, the task must me created by calling <code>CreateWirelessGatewayTask</code>.</p>"
1509        },
1510        "Name":{
1511          "shape":"WirelessGatewayTaskName",
1512          "documentation":"<p>The name of the new resource.</p>"
1513        },
1514        "Update":{
1515          "shape":"UpdateWirelessGatewayTaskCreate",
1516          "documentation":"<p>Information about the gateways to update.</p>"
1517        },
1518        "ClientRequestToken":{
1519          "shape":"ClientRequestToken",
1520          "documentation":"<p>Each resource must have a unique client request token. If you try to create a new resource with the same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request. </p>",
1521          "idempotencyToken":true
1522        },
1523        "Tags":{
1524          "shape":"TagList",
1525          "documentation":"<p>The tags to attach to the specified resource. Tags are metadata that you can use to manage a resource.</p>"
1526        }
1527      }
1528    },
1529    "CreateWirelessGatewayTaskDefinitionResponse":{
1530      "type":"structure",
1531      "members":{
1532        "Id":{
1533          "shape":"WirelessGatewayTaskDefinitionId",
1534          "documentation":"<p>The ID of the new wireless gateway task definition.</p>"
1535        },
1536        "Arn":{
1537          "shape":"WirelessGatewayTaskDefinitionArn",
1538          "documentation":"<p>The Amazon Resource Name of the resource.</p>"
1539        }
1540      }
1541    },
1542    "CreateWirelessGatewayTaskRequest":{
1543      "type":"structure",
1544      "required":[
1545        "Id",
1546        "WirelessGatewayTaskDefinitionId"
1547      ],
1548      "members":{
1549        "Id":{
1550          "shape":"WirelessGatewayId",
1551          "documentation":"<p>The ID of the resource to update.</p>",
1552          "location":"uri",
1553          "locationName":"Id"
1554        },
1555        "WirelessGatewayTaskDefinitionId":{
1556          "shape":"WirelessGatewayTaskDefinitionId",
1557          "documentation":"<p>The ID of the WirelessGatewayTaskDefinition.</p>"
1558        }
1559      }
1560    },
1561    "CreateWirelessGatewayTaskResponse":{
1562      "type":"structure",
1563      "members":{
1564        "WirelessGatewayTaskDefinitionId":{
1565          "shape":"WirelessGatewayTaskDefinitionId",
1566          "documentation":"<p>The ID of the WirelessGatewayTaskDefinition.</p>"
1567        },
1568        "Status":{
1569          "shape":"WirelessGatewayTaskStatus",
1570          "documentation":"<p>The status of the request.</p>"
1571        }
1572      }
1573    },
1574    "DeleteDestinationRequest":{
1575      "type":"structure",
1576      "required":["Name"],
1577      "members":{
1578        "Name":{
1579          "shape":"DestinationName",
1580          "documentation":"<p>The name of the resource to delete.</p>",
1581          "location":"uri",
1582          "locationName":"Name"
1583        }
1584      }
1585    },
1586    "DeleteDestinationResponse":{
1587      "type":"structure",
1588      "members":{
1589      }
1590    },
1591    "DeleteDeviceProfileRequest":{
1592      "type":"structure",
1593      "required":["Id"],
1594      "members":{
1595        "Id":{
1596          "shape":"DeviceProfileId",
1597          "documentation":"<p>The ID of the resource to delete.</p>",
1598          "location":"uri",
1599          "locationName":"Id"
1600        }
1601      }
1602    },
1603    "DeleteDeviceProfileResponse":{
1604      "type":"structure",
1605      "members":{
1606      }
1607    },
1608    "DeleteServiceProfileRequest":{
1609      "type":"structure",
1610      "required":["Id"],
1611      "members":{
1612        "Id":{
1613          "shape":"ServiceProfileId",
1614          "documentation":"<p>The ID of the resource to delete.</p>",
1615          "location":"uri",
1616          "locationName":"Id"
1617        }
1618      }
1619    },
1620    "DeleteServiceProfileResponse":{
1621      "type":"structure",
1622      "members":{
1623      }
1624    },
1625    "DeleteWirelessDeviceRequest":{
1626      "type":"structure",
1627      "required":["Id"],
1628      "members":{
1629        "Id":{
1630          "shape":"WirelessDeviceId",
1631          "documentation":"<p>The ID of the resource to delete.</p>",
1632          "location":"uri",
1633          "locationName":"Id"
1634        }
1635      }
1636    },
1637    "DeleteWirelessDeviceResponse":{
1638      "type":"structure",
1639      "members":{
1640      }
1641    },
1642    "DeleteWirelessGatewayRequest":{
1643      "type":"structure",
1644      "required":["Id"],
1645      "members":{
1646        "Id":{
1647          "shape":"WirelessGatewayId",
1648          "documentation":"<p>The ID of the resource to delete.</p>",
1649          "location":"uri",
1650          "locationName":"Id"
1651        }
1652      }
1653    },
1654    "DeleteWirelessGatewayResponse":{
1655      "type":"structure",
1656      "members":{
1657      }
1658    },
1659    "DeleteWirelessGatewayTaskDefinitionRequest":{
1660      "type":"structure",
1661      "required":["Id"],
1662      "members":{
1663        "Id":{
1664          "shape":"WirelessGatewayTaskDefinitionId",
1665          "documentation":"<p>The ID of the resource to delete.</p>",
1666          "location":"uri",
1667          "locationName":"Id"
1668        }
1669      }
1670    },
1671    "DeleteWirelessGatewayTaskDefinitionResponse":{
1672      "type":"structure",
1673      "members":{
1674      }
1675    },
1676    "DeleteWirelessGatewayTaskRequest":{
1677      "type":"structure",
1678      "required":["Id"],
1679      "members":{
1680        "Id":{
1681          "shape":"WirelessGatewayId",
1682          "documentation":"<p>The ID of the resource to delete.</p>",
1683          "location":"uri",
1684          "locationName":"Id"
1685        }
1686      }
1687    },
1688    "DeleteWirelessGatewayTaskResponse":{
1689      "type":"structure",
1690      "members":{
1691      }
1692    },
1693    "Description":{
1694      "type":"string",
1695      "max":2048
1696    },
1697    "DestinationArn":{"type":"string"},
1698    "DestinationList":{
1699      "type":"list",
1700      "member":{"shape":"Destinations"}
1701    },
1702    "DestinationName":{
1703      "type":"string",
1704      "max":128,
1705      "pattern":"[a-zA-Z0-9-_]+"
1706    },
1707    "Destinations":{
1708      "type":"structure",
1709      "members":{
1710        "Arn":{
1711          "shape":"DestinationArn",
1712          "documentation":"<p>The Amazon Resource Name of the resource.</p>"
1713        },
1714        "Name":{
1715          "shape":"DestinationName",
1716          "documentation":"<p>The name of the resource.</p>"
1717        },
1718        "ExpressionType":{
1719          "shape":"ExpressionType",
1720          "documentation":"<p>The type of value in <code>Expression</code>.</p>"
1721        },
1722        "Expression":{
1723          "shape":"Expression",
1724          "documentation":"<p>The rule name or topic rule to send messages to.</p>"
1725        },
1726        "Description":{
1727          "shape":"Description",
1728          "documentation":"<p>The description of the resource.</p>"
1729        },
1730        "RoleArn":{
1731          "shape":"RoleArn",
1732          "documentation":"<p>The ARN of the IAM Role that authorizes the destination.</p>"
1733        }
1734      },
1735      "documentation":"<p>Describes a destination.</p>"
1736    },
1737    "DevAddr":{
1738      "type":"string",
1739      "pattern":"[a-fA-F0-9]{8}"
1740    },
1741    "DevEui":{
1742      "type":"string",
1743      "pattern":"[a-fA-F0-9]{16}"
1744    },
1745    "DevStatusReqFreq":{
1746      "type":"integer",
1747      "max":2147483647,
1748      "min":0
1749    },
1750    "DeviceCertificateList":{
1751      "type":"list",
1752      "member":{"shape":"CertificateList"},
1753      "documentation":"<p>List of device certificate chain.</p>"
1754    },
1755    "DeviceProfile":{
1756      "type":"structure",
1757      "members":{
1758        "Arn":{
1759          "shape":"DeviceProfileArn",
1760          "documentation":"<p>The Amazon Resource Name of the resource.</p>"
1761        },
1762        "Name":{
1763          "shape":"DeviceProfileName",
1764          "documentation":"<p>The name of the resource.</p>"
1765        },
1766        "Id":{
1767          "shape":"DeviceProfileId",
1768          "documentation":"<p>The ID of the device profile.</p>"
1769        }
1770      },
1771      "documentation":"<p>Describes a device profile.</p>"
1772    },
1773    "DeviceProfileArn":{"type":"string"},
1774    "DeviceProfileId":{
1775      "type":"string",
1776      "max":256
1777    },
1778    "DeviceProfileList":{
1779      "type":"list",
1780      "member":{"shape":"DeviceProfile"}
1781    },
1782    "DeviceProfileName":{
1783      "type":"string",
1784      "max":256
1785    },
1786    "DeviceState":{
1787      "type":"string",
1788      "documentation":"<p>Device state defines the device status of sidewalk device.</p>",
1789      "enum":[
1790        "Provisioned",
1791        "RegisteredNotSeen",
1792        "RegisteredReachable",
1793        "RegisteredUnreachable"
1794      ]
1795    },
1796    "DisassociateAwsAccountFromPartnerAccountRequest":{
1797      "type":"structure",
1798      "required":[
1799        "PartnerAccountId",
1800        "PartnerType"
1801      ],
1802      "members":{
1803        "PartnerAccountId":{
1804          "shape":"PartnerAccountId",
1805          "documentation":"<p>The partner account ID to disassociate from the AWS account.</p>",
1806          "location":"uri",
1807          "locationName":"PartnerAccountId"
1808        },
1809        "PartnerType":{
1810          "shape":"PartnerType",
1811          "documentation":"<p>The partner type.</p>",
1812          "location":"querystring",
1813          "locationName":"partnerType"
1814        }
1815      }
1816    },
1817    "DisassociateAwsAccountFromPartnerAccountResponse":{
1818      "type":"structure",
1819      "members":{
1820      }
1821    },
1822    "DisassociateWirelessDeviceFromThingRequest":{
1823      "type":"structure",
1824      "required":["Id"],
1825      "members":{
1826        "Id":{
1827          "shape":"WirelessDeviceId",
1828          "documentation":"<p>The ID of the resource to update.</p>",
1829          "location":"uri",
1830          "locationName":"Id"
1831        }
1832      }
1833    },
1834    "DisassociateWirelessDeviceFromThingResponse":{
1835      "type":"structure",
1836      "members":{
1837      }
1838    },
1839    "DisassociateWirelessGatewayFromCertificateRequest":{
1840      "type":"structure",
1841      "required":["Id"],
1842      "members":{
1843        "Id":{
1844          "shape":"WirelessGatewayId",
1845          "documentation":"<p>The ID of the resource to update.</p>",
1846          "location":"uri",
1847          "locationName":"Id"
1848        }
1849      }
1850    },
1851    "DisassociateWirelessGatewayFromCertificateResponse":{
1852      "type":"structure",
1853      "members":{
1854      }
1855    },
1856    "DisassociateWirelessGatewayFromThingRequest":{
1857      "type":"structure",
1858      "required":["Id"],
1859      "members":{
1860        "Id":{
1861          "shape":"WirelessGatewayId",
1862          "documentation":"<p>The ID of the resource to update.</p>",
1863          "location":"uri",
1864          "locationName":"Id"
1865        }
1866      }
1867    },
1868    "DisassociateWirelessGatewayFromThingResponse":{
1869      "type":"structure",
1870      "members":{
1871      }
1872    },
1873    "DlBucketSize":{
1874      "type":"integer",
1875      "max":2147483647,
1876      "min":0
1877    },
1878    "DlRate":{
1879      "type":"integer",
1880      "max":2147483647,
1881      "min":0
1882    },
1883    "DlRatePolicy":{
1884      "type":"string",
1885      "max":256
1886    },
1887    "Double":{"type":"double"},
1888    "DrMax":{
1889      "type":"integer",
1890      "max":15,
1891      "min":0
1892    },
1893    "DrMin":{
1894      "type":"integer",
1895      "max":15,
1896      "min":0
1897    },
1898    "EndPoint":{
1899      "type":"string",
1900      "max":256,
1901      "min":1
1902    },
1903    "Event":{
1904      "type":"string",
1905      "documentation":"<p>Sidewalk device status notification.</p>",
1906      "enum":[
1907        "discovered",
1908        "lost",
1909        "ack",
1910        "nack",
1911        "passthrough"
1912      ]
1913    },
1914    "Expression":{
1915      "type":"string",
1916      "max":2048
1917    },
1918    "ExpressionType":{
1919      "type":"string",
1920      "enum":[
1921        "RuleName",
1922        "MqttTopic"
1923      ]
1924    },
1925    "FNwkSIntKey":{
1926      "type":"string",
1927      "pattern":"[a-fA-F0-9]{32}"
1928    },
1929    "FPort":{
1930      "type":"integer",
1931      "max":223,
1932      "min":1
1933    },
1934    "FactoryPresetFreqsList":{
1935      "type":"list",
1936      "member":{"shape":"PresetFreq"},
1937      "max":20,
1938      "min":0
1939    },
1940    "Fingerprint":{
1941      "type":"string",
1942      "max":64,
1943      "min":64,
1944      "pattern":"[a-fA-F0-9]{64}",
1945      "sensitive":true
1946    },
1947    "GatewayEui":{
1948      "type":"string",
1949      "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})$"
1950    },
1951    "GetDestinationRequest":{
1952      "type":"structure",
1953      "required":["Name"],
1954      "members":{
1955        "Name":{
1956          "shape":"DestinationName",
1957          "documentation":"<p>The name of the resource to get.</p>",
1958          "location":"uri",
1959          "locationName":"Name"
1960        }
1961      }
1962    },
1963    "GetDestinationResponse":{
1964      "type":"structure",
1965      "members":{
1966        "Arn":{
1967          "shape":"DestinationArn",
1968          "documentation":"<p>The Amazon Resource Name of the resource.</p>"
1969        },
1970        "Name":{
1971          "shape":"DestinationName",
1972          "documentation":"<p>The name of the resource.</p>"
1973        },
1974        "Expression":{
1975          "shape":"Expression",
1976          "documentation":"<p>The rule name or topic rule to send messages to.</p>"
1977        },
1978        "ExpressionType":{
1979          "shape":"ExpressionType",
1980          "documentation":"<p>The type of value in <code>Expression</code>.</p>"
1981        },
1982        "Description":{
1983          "shape":"Description",
1984          "documentation":"<p>The description of the resource.</p>"
1985        },
1986        "RoleArn":{
1987          "shape":"RoleArn",
1988          "documentation":"<p>The ARN of the IAM Role that authorizes the destination.</p>"
1989        }
1990      }
1991    },
1992    "GetDeviceProfileRequest":{
1993      "type":"structure",
1994      "required":["Id"],
1995      "members":{
1996        "Id":{
1997          "shape":"DeviceProfileId",
1998          "documentation":"<p>The ID of the resource to get.</p>",
1999          "location":"uri",
2000          "locationName":"Id"
2001        }
2002      }
2003    },
2004    "GetDeviceProfileResponse":{
2005      "type":"structure",
2006      "members":{
2007        "Arn":{
2008          "shape":"DeviceProfileArn",
2009          "documentation":"<p>The Amazon Resource Name of the resource.</p>"
2010        },
2011        "Name":{
2012          "shape":"DeviceProfileName",
2013          "documentation":"<p>The name of the resource.</p>"
2014        },
2015        "Id":{
2016          "shape":"DeviceProfileId",
2017          "documentation":"<p>The ID of the device profile.</p>"
2018        },
2019        "LoRaWAN":{
2020          "shape":"LoRaWANDeviceProfile",
2021          "documentation":"<p>Information about the device profile.</p>"
2022        }
2023      }
2024    },
2025    "GetLogLevelsByResourceTypesRequest":{
2026      "type":"structure",
2027      "members":{
2028      }
2029    },
2030    "GetLogLevelsByResourceTypesResponse":{
2031      "type":"structure",
2032      "members":{
2033        "DefaultLogLevel":{"shape":"LogLevel"},
2034        "WirelessGatewayLogOptions":{"shape":"WirelessGatewayLogOptionList"},
2035        "WirelessDeviceLogOptions":{"shape":"WirelessDeviceLogOptionList"}
2036      }
2037    },
2038    "GetPartnerAccountRequest":{
2039      "type":"structure",
2040      "required":[
2041        "PartnerAccountId",
2042        "PartnerType"
2043      ],
2044      "members":{
2045        "PartnerAccountId":{
2046          "shape":"PartnerAccountId",
2047          "documentation":"<p>The partner account ID to disassociate from the AWS account.</p>",
2048          "location":"uri",
2049          "locationName":"PartnerAccountId"
2050        },
2051        "PartnerType":{
2052          "shape":"PartnerType",
2053          "documentation":"<p>The partner type.</p>",
2054          "location":"querystring",
2055          "locationName":"partnerType"
2056        }
2057      }
2058    },
2059    "GetPartnerAccountResponse":{
2060      "type":"structure",
2061      "members":{
2062        "Sidewalk":{
2063          "shape":"SidewalkAccountInfoWithFingerprint",
2064          "documentation":"<p>The Sidewalk account credentials.</p>"
2065        },
2066        "AccountLinked":{
2067          "shape":"AccountLinked",
2068          "documentation":"<p>Whether the partner account is linked to the AWS account.</p>"
2069        }
2070      }
2071    },
2072    "GetResourceLogLevelRequest":{
2073      "type":"structure",
2074      "required":[
2075        "ResourceIdentifier",
2076        "ResourceType"
2077      ],
2078      "members":{
2079        "ResourceIdentifier":{
2080          "shape":"ResourceIdentifier",
2081          "location":"uri",
2082          "locationName":"ResourceIdentifier"
2083        },
2084        "ResourceType":{
2085          "shape":"ResourceType",
2086          "documentation":"<p>The type of the resource, which can be <code>WirelessDevice</code> or <code>WirelessGateway</code>.</p>",
2087          "location":"querystring",
2088          "locationName":"resourceType"
2089        }
2090      }
2091    },
2092    "GetResourceLogLevelResponse":{
2093      "type":"structure",
2094      "members":{
2095        "LogLevel":{"shape":"LogLevel"}
2096      }
2097    },
2098    "GetServiceEndpointRequest":{
2099      "type":"structure",
2100      "members":{
2101        "ServiceType":{
2102          "shape":"WirelessGatewayServiceType",
2103          "documentation":"<p>The service type for which to get endpoint information about. Can be <code>CUPS</code> for the Configuration and Update Server endpoint, or <code>LNS</code> for the LoRaWAN Network Server endpoint.</p>",
2104          "location":"querystring",
2105          "locationName":"serviceType"
2106        }
2107      }
2108    },
2109    "GetServiceEndpointResponse":{
2110      "type":"structure",
2111      "members":{
2112        "ServiceType":{
2113          "shape":"WirelessGatewayServiceType",
2114          "documentation":"<p>The endpoint's service type.</p>"
2115        },
2116        "ServiceEndpoint":{
2117          "shape":"EndPoint",
2118          "documentation":"<p>The service endpoint value.</p>"
2119        },
2120        "ServerTrust":{
2121          "shape":"CertificatePEM",
2122          "documentation":"<p>The Root CA of the server trust certificate.</p>"
2123        }
2124      }
2125    },
2126    "GetServiceProfileRequest":{
2127      "type":"structure",
2128      "required":["Id"],
2129      "members":{
2130        "Id":{
2131          "shape":"ServiceProfileId",
2132          "documentation":"<p>The ID of the resource to get.</p>",
2133          "location":"uri",
2134          "locationName":"Id"
2135        }
2136      }
2137    },
2138    "GetServiceProfileResponse":{
2139      "type":"structure",
2140      "members":{
2141        "Arn":{
2142          "shape":"ServiceProfileArn",
2143          "documentation":"<p>The Amazon Resource Name of the resource.</p>"
2144        },
2145        "Name":{
2146          "shape":"ServiceProfileName",
2147          "documentation":"<p>The name of the resource.</p>"
2148        },
2149        "Id":{
2150          "shape":"ServiceProfileId",
2151          "documentation":"<p>The ID of the service profile.</p>"
2152        },
2153        "LoRaWAN":{
2154          "shape":"LoRaWANGetServiceProfileInfo",
2155          "documentation":"<p>Information about the service profile.</p>"
2156        }
2157      }
2158    },
2159    "GetWirelessDeviceRequest":{
2160      "type":"structure",
2161      "required":[
2162        "Identifier",
2163        "IdentifierType"
2164      ],
2165      "members":{
2166        "Identifier":{
2167          "shape":"Identifier",
2168          "documentation":"<p>The identifier of the wireless device to get.</p>",
2169          "location":"uri",
2170          "locationName":"Identifier"
2171        },
2172        "IdentifierType":{
2173          "shape":"WirelessDeviceIdType",
2174          "documentation":"<p>The type of identifier used in <code>identifier</code>.</p>",
2175          "location":"querystring",
2176          "locationName":"identifierType"
2177        }
2178      }
2179    },
2180    "GetWirelessDeviceResponse":{
2181      "type":"structure",
2182      "members":{
2183        "Type":{
2184          "shape":"WirelessDeviceType",
2185          "documentation":"<p>The wireless device type.</p>"
2186        },
2187        "Name":{
2188          "shape":"WirelessDeviceName",
2189          "documentation":"<p>The name of the resource.</p>"
2190        },
2191        "Description":{
2192          "shape":"Description",
2193          "documentation":"<p>The description of the resource.</p>"
2194        },
2195        "DestinationName":{
2196          "shape":"DestinationName",
2197          "documentation":"<p>The name of the destination to which the device is assigned.</p>"
2198        },
2199        "Id":{
2200          "shape":"WirelessDeviceId",
2201          "documentation":"<p>The ID of the wireless device.</p>"
2202        },
2203        "Arn":{
2204          "shape":"WirelessDeviceArn",
2205          "documentation":"<p>The Amazon Resource Name of the resource.</p>"
2206        },
2207        "ThingName":{
2208          "shape":"ThingName",
2209          "documentation":"<p>The name of the thing associated with the wireless device. The value is empty if a thing isn't associated with the device.</p>"
2210        },
2211        "ThingArn":{
2212          "shape":"ThingArn",
2213          "documentation":"<p>The ARN of the thing associated with the wireless device.</p>"
2214        },
2215        "LoRaWAN":{
2216          "shape":"LoRaWANDevice",
2217          "documentation":"<p>Information about the wireless device.</p>"
2218        },
2219        "Sidewalk":{
2220          "shape":"SidewalkDevice",
2221          "documentation":"<p>Sidewalk device object.</p>"
2222        }
2223      }
2224    },
2225    "GetWirelessDeviceStatisticsRequest":{
2226      "type":"structure",
2227      "required":["WirelessDeviceId"],
2228      "members":{
2229        "WirelessDeviceId":{
2230          "shape":"WirelessDeviceId",
2231          "documentation":"<p>The ID of the wireless device for which to get the data.</p>",
2232          "location":"uri",
2233          "locationName":"Id"
2234        }
2235      }
2236    },
2237    "GetWirelessDeviceStatisticsResponse":{
2238      "type":"structure",
2239      "members":{
2240        "WirelessDeviceId":{
2241          "shape":"WirelessDeviceId",
2242          "documentation":"<p>The ID of the wireless device.</p>"
2243        },
2244        "LastUplinkReceivedAt":{
2245          "shape":"ISODateTimeString",
2246          "documentation":"<p>The date and time when the most recent uplink was received.</p>"
2247        },
2248        "LoRaWAN":{
2249          "shape":"LoRaWANDeviceMetadata",
2250          "documentation":"<p>Information about the wireless device's operations.</p>"
2251        },
2252        "Sidewalk":{
2253          "shape":"SidewalkDeviceMetadata",
2254          "documentation":"<p>MetaData for Sidewalk device.</p>"
2255        }
2256      }
2257    },
2258    "GetWirelessGatewayCertificateRequest":{
2259      "type":"structure",
2260      "required":["Id"],
2261      "members":{
2262        "Id":{
2263          "shape":"WirelessGatewayId",
2264          "documentation":"<p>The ID of the resource to get.</p>",
2265          "location":"uri",
2266          "locationName":"Id"
2267        }
2268      }
2269    },
2270    "GetWirelessGatewayCertificateResponse":{
2271      "type":"structure",
2272      "members":{
2273        "IotCertificateId":{
2274          "shape":"IotCertificateId",
2275          "documentation":"<p>The ID of the certificate associated with the wireless gateway.</p>"
2276        },
2277        "LoRaWANNetworkServerCertificateId":{
2278          "shape":"IotCertificateId",
2279          "documentation":"<p>The ID of the certificate that is associated with the wireless gateway and used for the LoRaWANNetworkServer endpoint.</p>"
2280        }
2281      }
2282    },
2283    "GetWirelessGatewayFirmwareInformationRequest":{
2284      "type":"structure",
2285      "required":["Id"],
2286      "members":{
2287        "Id":{
2288          "shape":"WirelessGatewayId",
2289          "documentation":"<p>The ID of the resource to get.</p>",
2290          "location":"uri",
2291          "locationName":"Id"
2292        }
2293      }
2294    },
2295    "GetWirelessGatewayFirmwareInformationResponse":{
2296      "type":"structure",
2297      "members":{
2298        "LoRaWAN":{
2299          "shape":"LoRaWANGatewayCurrentVersion",
2300          "documentation":"<p>Information about the wireless gateway's firmware.</p>"
2301        }
2302      }
2303    },
2304    "GetWirelessGatewayRequest":{
2305      "type":"structure",
2306      "required":[
2307        "Identifier",
2308        "IdentifierType"
2309      ],
2310      "members":{
2311        "Identifier":{
2312          "shape":"Identifier",
2313          "documentation":"<p>The identifier of the wireless gateway to get.</p>",
2314          "location":"uri",
2315          "locationName":"Identifier"
2316        },
2317        "IdentifierType":{
2318          "shape":"WirelessGatewayIdType",
2319          "documentation":"<p>The type of identifier used in <code>identifier</code>.</p>",
2320          "location":"querystring",
2321          "locationName":"identifierType"
2322        }
2323      }
2324    },
2325    "GetWirelessGatewayResponse":{
2326      "type":"structure",
2327      "members":{
2328        "Name":{
2329          "shape":"WirelessGatewayName",
2330          "documentation":"<p>The name of the resource.</p>"
2331        },
2332        "Id":{
2333          "shape":"WirelessGatewayId",
2334          "documentation":"<p>The ID of the wireless gateway.</p>"
2335        },
2336        "Description":{
2337          "shape":"Description",
2338          "documentation":"<p>The description of the resource.</p>"
2339        },
2340        "LoRaWAN":{
2341          "shape":"LoRaWANGateway",
2342          "documentation":"<p>Information about the wireless gateway.</p>"
2343        },
2344        "Arn":{
2345          "shape":"WirelessGatewayArn",
2346          "documentation":"<p>The Amazon Resource Name of the resource.</p>"
2347        },
2348        "ThingName":{
2349          "shape":"ThingName",
2350          "documentation":"<p>The name of the thing associated with the wireless gateway. The value is empty if a thing isn't associated with the gateway.</p>"
2351        },
2352        "ThingArn":{
2353          "shape":"ThingArn",
2354          "documentation":"<p>The ARN of the thing associated with the wireless gateway.</p>"
2355        }
2356      }
2357    },
2358    "GetWirelessGatewayStatisticsRequest":{
2359      "type":"structure",
2360      "required":["WirelessGatewayId"],
2361      "members":{
2362        "WirelessGatewayId":{
2363          "shape":"WirelessGatewayId",
2364          "documentation":"<p>The ID of the wireless gateway for which to get the data.</p>",
2365          "location":"uri",
2366          "locationName":"Id"
2367        }
2368      }
2369    },
2370    "GetWirelessGatewayStatisticsResponse":{
2371      "type":"structure",
2372      "members":{
2373        "WirelessGatewayId":{
2374          "shape":"WirelessGatewayId",
2375          "documentation":"<p>The ID of the wireless gateway.</p>"
2376        },
2377        "LastUplinkReceivedAt":{
2378          "shape":"ISODateTimeString",
2379          "documentation":"<p>The date and time when the most recent uplink was received.</p>"
2380        },
2381        "ConnectionStatus":{
2382          "shape":"ConnectionStatus",
2383          "documentation":"<p>The connection status of the wireless gateway.</p>"
2384        }
2385      }
2386    },
2387    "GetWirelessGatewayTaskDefinitionRequest":{
2388      "type":"structure",
2389      "required":["Id"],
2390      "members":{
2391        "Id":{
2392          "shape":"WirelessGatewayTaskDefinitionId",
2393          "documentation":"<p>The ID of the resource to get.</p>",
2394          "location":"uri",
2395          "locationName":"Id"
2396        }
2397      }
2398    },
2399    "GetWirelessGatewayTaskDefinitionResponse":{
2400      "type":"structure",
2401      "members":{
2402        "AutoCreateTasks":{
2403          "shape":"AutoCreateTasks",
2404          "documentation":"<p>Whether to automatically create tasks using this task definition for all gateways with the specified current version. If <code>false</code>, the task must me created by calling <code>CreateWirelessGatewayTask</code>.</p>"
2405        },
2406        "Name":{
2407          "shape":"WirelessGatewayTaskName",
2408          "documentation":"<p>The name of the resource.</p>"
2409        },
2410        "Update":{
2411          "shape":"UpdateWirelessGatewayTaskCreate",
2412          "documentation":"<p>Information about the gateways to update.</p>"
2413        },
2414        "Arn":{
2415          "shape":"WirelessGatewayTaskDefinitionArn",
2416          "documentation":"<p>The Amazon Resource Name of the resource.</p>"
2417        }
2418      }
2419    },
2420    "GetWirelessGatewayTaskRequest":{
2421      "type":"structure",
2422      "required":["Id"],
2423      "members":{
2424        "Id":{
2425          "shape":"WirelessGatewayId",
2426          "documentation":"<p>The ID of the resource to get.</p>",
2427          "location":"uri",
2428          "locationName":"Id"
2429        }
2430      }
2431    },
2432    "GetWirelessGatewayTaskResponse":{
2433      "type":"structure",
2434      "members":{
2435        "WirelessGatewayId":{
2436          "shape":"WirelessGatewayId",
2437          "documentation":"<p>The ID of the wireless gateway.</p>"
2438        },
2439        "WirelessGatewayTaskDefinitionId":{
2440          "shape":"WirelessGatewayTaskDefinitionId",
2441          "documentation":"<p>The ID of the WirelessGatewayTask.</p>"
2442        },
2443        "LastUplinkReceivedAt":{
2444          "shape":"ISODateTimeString",
2445          "documentation":"<p>The date and time when the most recent uplink was received.</p>"
2446        },
2447        "TaskCreatedAt":{
2448          "shape":"ISODateTimeString",
2449          "documentation":"<p>The date and time when the task was created.</p>"
2450        },
2451        "Status":{
2452          "shape":"WirelessGatewayTaskStatus",
2453          "documentation":"<p>The status of the request.</p>"
2454        }
2455      }
2456    },
2457    "HrAllowed":{"type":"boolean"},
2458    "ISODateTimeString":{
2459      "type":"string",
2460      "pattern":"^([\\+-]?\\d{4}(?!\\d{2}\\b))((-?)((0[1-9]|1[0-2])(\\3([12]\\d|0[1-9]|3[01]))?|W([0-4]\\d|5[0-2])(-?[1-7])?|(00[1-9]|0[1-9]\\d|[12]\\d{2}|3([0-5]\\d|6[1-6])))([T\\s]((([01]\\d|2[0-3])((:?)[0-5]\\d)?|24\\:?00)([\\.,]\\d+(?!:))?)?(\\17[0-5]\\d([\\.,]\\d+)?)?([zZ]|([\\+-])([01]\\d|2[0-3]):?([0-5]\\d)?)?)?)?$"
2461    },
2462    "Identifier":{
2463      "type":"string",
2464      "max":256
2465    },
2466    "Integer":{"type":"integer"},
2467    "InternalServerException":{
2468      "type":"structure",
2469      "members":{
2470        "Message":{"shape":"Message"}
2471      },
2472      "documentation":"<p>An unexpected error occurred while processing a request.</p>",
2473      "error":{"httpStatusCode":500},
2474      "exception":true
2475    },
2476    "IotCertificateId":{
2477      "type":"string",
2478      "max":4096,
2479      "min":1
2480    },
2481    "JoinEui":{
2482      "type":"string",
2483      "pattern":"[a-fA-F0-9]{16}"
2484    },
2485    "JoinEuiFilters":{
2486      "type":"list",
2487      "member":{"shape":"JoinEuiRange"},
2488      "documentation":"<p>A list of JoinEuiRange used by LoRa gateways to filter LoRa frames.</p>",
2489      "max":3,
2490      "min":0
2491    },
2492    "JoinEuiRange":{
2493      "type":"list",
2494      "member":{"shape":"JoinEui"},
2495      "documentation":"<p>A pair of join EUI describing a range [BegEui, EndEui], both ends are inclusive.</p>",
2496      "max":2,
2497      "min":2
2498    },
2499    "ListDestinationsRequest":{
2500      "type":"structure",
2501      "members":{
2502        "MaxResults":{
2503          "shape":"MaxResults",
2504          "documentation":"<p>The maximum number of results to return in this operation.</p>",
2505          "location":"querystring",
2506          "locationName":"maxResults"
2507        },
2508        "NextToken":{
2509          "shape":"NextToken",
2510          "documentation":"<p>To retrieve the next set of results, the <code>nextToken</code> value from a previous response; otherwise <b>null</b> to receive the first set of results.</p>",
2511          "location":"querystring",
2512          "locationName":"nextToken"
2513        }
2514      }
2515    },
2516    "ListDestinationsResponse":{
2517      "type":"structure",
2518      "members":{
2519        "NextToken":{
2520          "shape":"NextToken",
2521          "documentation":"<p>The token to use to get the next set of results, or <b>null</b> if there are no additional results.</p>"
2522        },
2523        "DestinationList":{
2524          "shape":"DestinationList",
2525          "documentation":"<p>The list of destinations.</p>"
2526        }
2527      }
2528    },
2529    "ListDeviceProfilesRequest":{
2530      "type":"structure",
2531      "members":{
2532        "NextToken":{
2533          "shape":"NextToken",
2534          "documentation":"<p>To retrieve the next set of results, the <code>nextToken</code> value from a previous response; otherwise <b>null</b> to receive the first set of results.</p>",
2535          "location":"querystring",
2536          "locationName":"nextToken"
2537        },
2538        "MaxResults":{
2539          "shape":"MaxResults",
2540          "documentation":"<p>The maximum number of results to return in this operation.</p>",
2541          "location":"querystring",
2542          "locationName":"maxResults"
2543        }
2544      }
2545    },
2546    "ListDeviceProfilesResponse":{
2547      "type":"structure",
2548      "members":{
2549        "NextToken":{
2550          "shape":"NextToken",
2551          "documentation":"<p>The token to use to get the next set of results, or <b>null</b> if there are no additional results.</p>"
2552        },
2553        "DeviceProfileList":{
2554          "shape":"DeviceProfileList",
2555          "documentation":"<p>The list of device profiles.</p>"
2556        }
2557      }
2558    },
2559    "ListPartnerAccountsRequest":{
2560      "type":"structure",
2561      "members":{
2562        "NextToken":{
2563          "shape":"NextToken",
2564          "documentation":"<p>To retrieve the next set of results, the <code>nextToken</code> value from a previous response; otherwise <b>null</b> to receive the first set of results.</p>",
2565          "location":"querystring",
2566          "locationName":"nextToken"
2567        },
2568        "MaxResults":{
2569          "shape":"MaxResults",
2570          "documentation":"<p>The maximum number of results to return in this operation.</p>",
2571          "location":"querystring",
2572          "locationName":"maxResults"
2573        }
2574      }
2575    },
2576    "ListPartnerAccountsResponse":{
2577      "type":"structure",
2578      "members":{
2579        "NextToken":{
2580          "shape":"NextToken",
2581          "documentation":"<p>The token to use to get the next set of results, or <b>null</b> if there are no additional results.</p>"
2582        },
2583        "Sidewalk":{
2584          "shape":"SidewalkAccountList",
2585          "documentation":"<p>The Sidewalk account credentials.</p>"
2586        }
2587      }
2588    },
2589    "ListServiceProfilesRequest":{
2590      "type":"structure",
2591      "members":{
2592        "NextToken":{
2593          "shape":"NextToken",
2594          "documentation":"<p>To retrieve the next set of results, the <code>nextToken</code> value from a previous response; otherwise <b>null</b> to receive the first set of results.</p>",
2595          "location":"querystring",
2596          "locationName":"nextToken"
2597        },
2598        "MaxResults":{
2599          "shape":"MaxResults",
2600          "documentation":"<p>The maximum number of results to return in this operation.</p>",
2601          "location":"querystring",
2602          "locationName":"maxResults"
2603        }
2604      }
2605    },
2606    "ListServiceProfilesResponse":{
2607      "type":"structure",
2608      "members":{
2609        "NextToken":{
2610          "shape":"NextToken",
2611          "documentation":"<p>The token to use to get the next set of results, or <b>null</b> if there are no additional results.</p>"
2612        },
2613        "ServiceProfileList":{
2614          "shape":"ServiceProfileList",
2615          "documentation":"<p>The list of service profiles.</p>"
2616        }
2617      }
2618    },
2619    "ListTagsForResourceRequest":{
2620      "type":"structure",
2621      "required":["ResourceArn"],
2622      "members":{
2623        "ResourceArn":{
2624          "shape":"AmazonResourceName",
2625          "documentation":"<p>The ARN of the resource for which you want to list tags.</p>",
2626          "location":"querystring",
2627          "locationName":"resourceArn"
2628        }
2629      }
2630    },
2631    "ListTagsForResourceResponse":{
2632      "type":"structure",
2633      "members":{
2634        "Tags":{
2635          "shape":"TagList",
2636          "documentation":"<p>The tags to attach to the specified resource. Tags are metadata that you can use to manage a resource.</p>"
2637        }
2638      }
2639    },
2640    "ListWirelessDevicesRequest":{
2641      "type":"structure",
2642      "members":{
2643        "MaxResults":{
2644          "shape":"MaxResults",
2645          "documentation":"<p>The maximum number of results to return in this operation.</p>",
2646          "location":"querystring",
2647          "locationName":"maxResults"
2648        },
2649        "NextToken":{
2650          "shape":"NextToken",
2651          "documentation":"<p>To retrieve the next set of results, the <code>nextToken</code> value from a previous response; otherwise <b>null</b> to receive the first set of results.</p>",
2652          "location":"querystring",
2653          "locationName":"nextToken"
2654        },
2655        "DestinationName":{
2656          "shape":"DestinationName",
2657          "documentation":"<p>A filter to list only the wireless devices that use this destination.</p>",
2658          "location":"querystring",
2659          "locationName":"destinationName"
2660        },
2661        "DeviceProfileId":{
2662          "shape":"DeviceProfileId",
2663          "documentation":"<p>A filter to list only the wireless devices that use this device profile.</p>",
2664          "location":"querystring",
2665          "locationName":"deviceProfileId"
2666        },
2667        "ServiceProfileId":{
2668          "shape":"ServiceProfileId",
2669          "documentation":"<p>A filter to list only the wireless devices that use this service profile.</p>",
2670          "location":"querystring",
2671          "locationName":"serviceProfileId"
2672        },
2673        "WirelessDeviceType":{
2674          "shape":"WirelessDeviceType",
2675          "documentation":"<p>A filter to list only the wireless devices that use this wireless device type.</p>",
2676          "location":"querystring",
2677          "locationName":"wirelessDeviceType"
2678        }
2679      }
2680    },
2681    "ListWirelessDevicesResponse":{
2682      "type":"structure",
2683      "members":{
2684        "NextToken":{
2685          "shape":"NextToken",
2686          "documentation":"<p>The token to use to get the next set of results, or <b>null</b> if there are no additional results.</p>"
2687        },
2688        "WirelessDeviceList":{
2689          "shape":"WirelessDeviceStatisticsList",
2690          "documentation":"<p>The ID of the wireless device.</p>"
2691        }
2692      }
2693    },
2694    "ListWirelessGatewayTaskDefinitionsRequest":{
2695      "type":"structure",
2696      "members":{
2697        "MaxResults":{
2698          "shape":"MaxResults",
2699          "documentation":"<p>The maximum number of results to return in this operation.</p>",
2700          "location":"querystring",
2701          "locationName":"maxResults"
2702        },
2703        "NextToken":{
2704          "shape":"NextToken",
2705          "documentation":"<p>To retrieve the next set of results, the <code>nextToken</code> value from a previous response; otherwise <b>null</b> to receive the first set of results.</p>",
2706          "location":"querystring",
2707          "locationName":"nextToken"
2708        },
2709        "TaskDefinitionType":{
2710          "shape":"WirelessGatewayTaskDefinitionType",
2711          "documentation":"<p>A filter to list only the wireless gateway task definitions that use this task definition type.</p>",
2712          "location":"querystring",
2713          "locationName":"taskDefinitionType"
2714        }
2715      }
2716    },
2717    "ListWirelessGatewayTaskDefinitionsResponse":{
2718      "type":"structure",
2719      "members":{
2720        "NextToken":{
2721          "shape":"NextToken",
2722          "documentation":"<p>The token to use to get the next set of results, or <b>null</b> if there are no additional results.</p>"
2723        },
2724        "TaskDefinitions":{
2725          "shape":"WirelessGatewayTaskDefinitionList",
2726          "documentation":"<p>The list of task definitions.</p>"
2727        }
2728      }
2729    },
2730    "ListWirelessGatewaysRequest":{
2731      "type":"structure",
2732      "members":{
2733        "NextToken":{
2734          "shape":"NextToken",
2735          "documentation":"<p>To retrieve the next set of results, the <code>nextToken</code> value from a previous response; otherwise <b>null</b> to receive the first set of results.</p>",
2736          "location":"querystring",
2737          "locationName":"nextToken"
2738        },
2739        "MaxResults":{
2740          "shape":"MaxResults",
2741          "documentation":"<p>The maximum number of results to return in this operation.</p>",
2742          "location":"querystring",
2743          "locationName":"maxResults"
2744        }
2745      }
2746    },
2747    "ListWirelessGatewaysResponse":{
2748      "type":"structure",
2749      "members":{
2750        "NextToken":{
2751          "shape":"NextToken",
2752          "documentation":"<p>The token to use to get the next set of results, or <b>null</b> if there are no additional results.</p>"
2753        },
2754        "WirelessGatewayList":{
2755          "shape":"WirelessGatewayStatisticsList",
2756          "documentation":"<p>The ID of the wireless gateway.</p>"
2757        }
2758      }
2759    },
2760    "LoRaWANDevice":{
2761      "type":"structure",
2762      "members":{
2763        "DevEui":{
2764          "shape":"DevEui",
2765          "documentation":"<p>The DevEUI value.</p>"
2766        },
2767        "DeviceProfileId":{
2768          "shape":"DeviceProfileId",
2769          "documentation":"<p>The ID of the device profile for the new wireless device.</p>"
2770        },
2771        "ServiceProfileId":{
2772          "shape":"ServiceProfileId",
2773          "documentation":"<p>The ID of the service profile.</p>"
2774        },
2775        "OtaaV1_1":{
2776          "shape":"OtaaV1_1",
2777          "documentation":"<p>OTAA device object for v1.1 for create APIs</p>"
2778        },
2779        "OtaaV1_0_x":{
2780          "shape":"OtaaV1_0_x",
2781          "documentation":"<p>OTAA device object for create APIs for v1.0.x</p>"
2782        },
2783        "AbpV1_1":{
2784          "shape":"AbpV1_1",
2785          "documentation":"<p>ABP device object for create APIs for v1.1</p>"
2786        },
2787        "AbpV1_0_x":{
2788          "shape":"AbpV1_0_x",
2789          "documentation":"<p>LoRaWAN object for create APIs</p>"
2790        }
2791      },
2792      "documentation":"<p>LoRaWAN object for create functions.</p>"
2793    },
2794    "LoRaWANDeviceMetadata":{
2795      "type":"structure",
2796      "members":{
2797        "DevEui":{
2798          "shape":"DevEui",
2799          "documentation":"<p>The DevEUI value.</p>"
2800        },
2801        "FPort":{
2802          "shape":"Integer",
2803          "documentation":"<p>The FPort value.</p>"
2804        },
2805        "DataRate":{
2806          "shape":"Integer",
2807          "documentation":"<p>The DataRate value.</p>"
2808        },
2809        "Frequency":{
2810          "shape":"Integer",
2811          "documentation":"<p>The device's channel frequency in Hz.</p>"
2812        },
2813        "Timestamp":{
2814          "shape":"ISODateTimeString",
2815          "documentation":"<p>The date and time of the metadata.</p>"
2816        },
2817        "Gateways":{
2818          "shape":"LoRaWANGatewayMetadataList",
2819          "documentation":"<p>Information about the gateways accessed by the device.</p>"
2820        }
2821      },
2822      "documentation":"<p>LoRaWAN device metatdata.</p>"
2823    },
2824    "LoRaWANDeviceProfile":{
2825      "type":"structure",
2826      "members":{
2827        "SupportsClassB":{
2828          "shape":"SupportsClassB",
2829          "documentation":"<p>The SupportsClassB value.</p>"
2830        },
2831        "ClassBTimeout":{
2832          "shape":"ClassBTimeout",
2833          "documentation":"<p>The ClassBTimeout value.</p>"
2834        },
2835        "PingSlotPeriod":{
2836          "shape":"PingSlotPeriod",
2837          "documentation":"<p>The PingSlotPeriod value.</p>"
2838        },
2839        "PingSlotDr":{
2840          "shape":"PingSlotDr",
2841          "documentation":"<p>The PingSlotDR value.</p>"
2842        },
2843        "PingSlotFreq":{
2844          "shape":"PingSlotFreq",
2845          "documentation":"<p>The PingSlotFreq value.</p>"
2846        },
2847        "SupportsClassC":{
2848          "shape":"SupportsClassC",
2849          "documentation":"<p>The SupportsClassC value.</p>"
2850        },
2851        "ClassCTimeout":{
2852          "shape":"ClassCTimeout",
2853          "documentation":"<p>The ClassCTimeout value.</p>"
2854        },
2855        "MacVersion":{
2856          "shape":"MacVersion",
2857          "documentation":"<p>The MAC version (such as OTAA 1.1 or OTAA 1.0.3) to use with this device profile.</p>"
2858        },
2859        "RegParamsRevision":{
2860          "shape":"RegParamsRevision",
2861          "documentation":"<p>The version of regional parameters.</p>"
2862        },
2863        "RxDelay1":{
2864          "shape":"RxDelay1",
2865          "documentation":"<p>The RXDelay1 value.</p>"
2866        },
2867        "RxDrOffset1":{
2868          "shape":"RxDrOffset1",
2869          "documentation":"<p>The RXDROffset1 value.</p>"
2870        },
2871        "RxDataRate2":{
2872          "shape":"RxDataRate2",
2873          "documentation":"<p>The RXDataRate2 value.</p>"
2874        },
2875        "RxFreq2":{
2876          "shape":"RxFreq2",
2877          "documentation":"<p>The RXFreq2 value.</p>"
2878        },
2879        "FactoryPresetFreqsList":{
2880          "shape":"FactoryPresetFreqsList",
2881          "documentation":"<p>The list of values that make up the FactoryPresetFreqs value.</p>"
2882        },
2883        "MaxEirp":{
2884          "shape":"MaxEirp",
2885          "documentation":"<p>The MaxEIRP value.</p>"
2886        },
2887        "MaxDutyCycle":{
2888          "shape":"MaxDutyCycle",
2889          "documentation":"<p>The MaxDutyCycle value.</p>"
2890        },
2891        "RfRegion":{
2892          "shape":"RfRegion",
2893          "documentation":"<p>The frequency band (RFRegion) value.</p>"
2894        },
2895        "SupportsJoin":{
2896          "shape":"SupportsJoin",
2897          "documentation":"<p>The SupportsJoin value.</p>"
2898        },
2899        "Supports32BitFCnt":{
2900          "shape":"Supports32BitFCnt",
2901          "documentation":"<p>The Supports32BitFCnt value.</p>"
2902        }
2903      },
2904      "documentation":"<p>LoRaWANDeviceProfile object.</p>"
2905    },
2906    "LoRaWANGateway":{
2907      "type":"structure",
2908      "members":{
2909        "GatewayEui":{
2910          "shape":"GatewayEui",
2911          "documentation":"<p>The gateway's EUI value.</p>"
2912        },
2913        "RfRegion":{
2914          "shape":"RfRegion",
2915          "documentation":"<p>The frequency band (RFRegion) value.</p>"
2916        },
2917        "JoinEuiFilters":{"shape":"JoinEuiFilters"},
2918        "NetIdFilters":{"shape":"NetIdFilters"},
2919        "SubBands":{"shape":"SubBands"}
2920      },
2921      "documentation":"<p>LoRaWANGateway object.</p>"
2922    },
2923    "LoRaWANGatewayCurrentVersion":{
2924      "type":"structure",
2925      "members":{
2926        "CurrentVersion":{
2927          "shape":"LoRaWANGatewayVersion",
2928          "documentation":"<p>The version of the gateways that should receive the update.</p>"
2929        }
2930      },
2931      "documentation":"<p>LoRaWANGatewayCurrentVersion object.</p>"
2932    },
2933    "LoRaWANGatewayMetadata":{
2934      "type":"structure",
2935      "members":{
2936        "GatewayEui":{
2937          "shape":"GatewayEui",
2938          "documentation":"<p>The gateway's EUI value.</p>"
2939        },
2940        "Snr":{
2941          "shape":"Double",
2942          "documentation":"<p>The SNR value.</p>"
2943        },
2944        "Rssi":{
2945          "shape":"Double",
2946          "documentation":"<p>The RSSI value.</p>"
2947        }
2948      },
2949      "documentation":"<p>LoRaWAN gateway metatdata.</p>"
2950    },
2951    "LoRaWANGatewayMetadataList":{
2952      "type":"list",
2953      "member":{"shape":"LoRaWANGatewayMetadata"}
2954    },
2955    "LoRaWANGatewayVersion":{
2956      "type":"structure",
2957      "members":{
2958        "PackageVersion":{
2959          "shape":"PackageVersion",
2960          "documentation":"<p>The version of the wireless gateway firmware.</p>"
2961        },
2962        "Model":{
2963          "shape":"Model",
2964          "documentation":"<p>The model number of the wireless gateway.</p>"
2965        },
2966        "Station":{
2967          "shape":"Station",
2968          "documentation":"<p>The basic station version of the wireless gateway.</p>"
2969        }
2970      },
2971      "documentation":"<p>LoRaWANGatewayVersion object.</p>"
2972    },
2973    "LoRaWANGetServiceProfileInfo":{
2974      "type":"structure",
2975      "members":{
2976        "UlRate":{
2977          "shape":"UlRate",
2978          "documentation":"<p>The ULRate value.</p>"
2979        },
2980        "UlBucketSize":{
2981          "shape":"UlBucketSize",
2982          "documentation":"<p>The ULBucketSize value.</p>"
2983        },
2984        "UlRatePolicy":{
2985          "shape":"UlRatePolicy",
2986          "documentation":"<p>The ULRatePolicy value.</p>"
2987        },
2988        "DlRate":{
2989          "shape":"DlRate",
2990          "documentation":"<p>The DLRate value.</p>"
2991        },
2992        "DlBucketSize":{
2993          "shape":"DlBucketSize",
2994          "documentation":"<p>The DLBucketSize value.</p>"
2995        },
2996        "DlRatePolicy":{
2997          "shape":"DlRatePolicy",
2998          "documentation":"<p>The DLRatePolicy value.</p>"
2999        },
3000        "AddGwMetadata":{
3001          "shape":"AddGwMetadata",
3002          "documentation":"<p>The AddGWMetaData value.</p>"
3003        },
3004        "DevStatusReqFreq":{
3005          "shape":"DevStatusReqFreq",
3006          "documentation":"<p>The DevStatusReqFreq value.</p>"
3007        },
3008        "ReportDevStatusBattery":{
3009          "shape":"ReportDevStatusBattery",
3010          "documentation":"<p>The ReportDevStatusBattery value.</p>"
3011        },
3012        "ReportDevStatusMargin":{
3013          "shape":"ReportDevStatusMargin",
3014          "documentation":"<p>The ReportDevStatusMargin value.</p>"
3015        },
3016        "DrMin":{
3017          "shape":"DrMin",
3018          "documentation":"<p>The DRMin value.</p>"
3019        },
3020        "DrMax":{
3021          "shape":"DrMax",
3022          "documentation":"<p>The DRMax value.</p>"
3023        },
3024        "ChannelMask":{
3025          "shape":"ChannelMask",
3026          "documentation":"<p>The ChannelMask value.</p>"
3027        },
3028        "PrAllowed":{
3029          "shape":"PrAllowed",
3030          "documentation":"<p>The PRAllowed value that describes whether passive roaming is allowed.</p>"
3031        },
3032        "HrAllowed":{
3033          "shape":"HrAllowed",
3034          "documentation":"<p>The HRAllowed value that describes whether handover roaming is allowed.</p>"
3035        },
3036        "RaAllowed":{
3037          "shape":"RaAllowed",
3038          "documentation":"<p>The RAAllowed value that describes whether roaming activation is allowed.</p>"
3039        },
3040        "NwkGeoLoc":{
3041          "shape":"NwkGeoLoc",
3042          "documentation":"<p>The NwkGeoLoc value.</p>"
3043        },
3044        "TargetPer":{
3045          "shape":"TargetPer",
3046          "documentation":"<p>The TargetPER value.</p>"
3047        },
3048        "MinGwDiversity":{
3049          "shape":"MinGwDiversity",
3050          "documentation":"<p>The MinGwDiversity value.</p>"
3051        }
3052      },
3053      "documentation":"<p>LoRaWANGetServiceProfileInfo object.</p>"
3054    },
3055    "LoRaWANListDevice":{
3056      "type":"structure",
3057      "members":{
3058        "DevEui":{
3059          "shape":"DevEui",
3060          "documentation":"<p>The DevEUI value.</p>"
3061        }
3062      },
3063      "documentation":"<p>LoRaWAN object for list functions.</p>"
3064    },
3065    "LoRaWANSendDataToDevice":{
3066      "type":"structure",
3067      "members":{
3068        "FPort":{
3069          "shape":"FPort",
3070          "documentation":"<p>The Fport value.</p>"
3071        }
3072      },
3073      "documentation":"<p>LoRaWAN router info.</p>"
3074    },
3075    "LoRaWANServiceProfile":{
3076      "type":"structure",
3077      "members":{
3078        "AddGwMetadata":{
3079          "shape":"AddGwMetadata",
3080          "documentation":"<p>The AddGWMetaData value.</p>"
3081        }
3082      },
3083      "documentation":"<p>LoRaWANServiceProfile object.</p>"
3084    },
3085    "LoRaWANUpdateDevice":{
3086      "type":"structure",
3087      "members":{
3088        "DeviceProfileId":{
3089          "shape":"DeviceProfileId",
3090          "documentation":"<p>The ID of the device profile for the wireless device.</p>"
3091        },
3092        "ServiceProfileId":{
3093          "shape":"ServiceProfileId",
3094          "documentation":"<p>The ID of the service profile.</p>"
3095        }
3096      },
3097      "documentation":"<p>LoRaWAN object for update functions.</p>"
3098    },
3099    "LoRaWANUpdateGatewayTaskCreate":{
3100      "type":"structure",
3101      "members":{
3102        "UpdateSignature":{
3103          "shape":"UpdateSignature",
3104          "documentation":"<p>The signature used to verify the update firmware.</p>"
3105        },
3106        "SigKeyCrc":{
3107          "shape":"Crc",
3108          "documentation":"<p>The CRC of the signature private key to check.</p>"
3109        },
3110        "CurrentVersion":{
3111          "shape":"LoRaWANGatewayVersion",
3112          "documentation":"<p>The version of the gateways that should receive the update.</p>"
3113        },
3114        "UpdateVersion":{
3115          "shape":"LoRaWANGatewayVersion",
3116          "documentation":"<p>The firmware version to update the gateway to.</p>"
3117        }
3118      },
3119      "documentation":"<p>LoRaWANUpdateGatewayTaskCreate object.</p>"
3120    },
3121    "LoRaWANUpdateGatewayTaskEntry":{
3122      "type":"structure",
3123      "members":{
3124        "CurrentVersion":{
3125          "shape":"LoRaWANGatewayVersion",
3126          "documentation":"<p>The version of the gateways that should receive the update.</p>"
3127        },
3128        "UpdateVersion":{
3129          "shape":"LoRaWANGatewayVersion",
3130          "documentation":"<p>The firmware version to update the gateway to.</p>"
3131        }
3132      },
3133      "documentation":"<p>LoRaWANUpdateGatewayTaskEntry object.</p>"
3134    },
3135    "LogLevel":{
3136      "type":"string",
3137      "documentation":"<p>The log level for a log message.</p>",
3138      "enum":[
3139        "INFO",
3140        "ERROR",
3141        "DISABLED"
3142      ]
3143    },
3144    "MacVersion":{
3145      "type":"string",
3146      "max":64
3147    },
3148    "MaxDutyCycle":{
3149      "type":"integer",
3150      "max":100,
3151      "min":0
3152    },
3153    "MaxEirp":{
3154      "type":"integer",
3155      "max":15,
3156      "min":0
3157    },
3158    "MaxResults":{
3159      "type":"integer",
3160      "max":250,
3161      "min":0
3162    },
3163    "Message":{
3164      "type":"string",
3165      "max":2048
3166    },
3167    "MessageId":{"type":"string"},
3168    "MessageType":{
3169      "type":"string",
3170      "documentation":"<p>Sidewalk device message type. Default value is <code>CUSTOM_COMMAND_ID_NOTIFY</code>.</p>",
3171      "enum":[
3172        "CUSTOM_COMMAND_ID_NOTIFY",
3173        "CUSTOM_COMMAND_ID_GET",
3174        "CUSTOM_COMMAND_ID_SET",
3175        "CUSTOM_COMMAND_ID_RESP"
3176      ]
3177    },
3178    "MinGwDiversity":{
3179      "type":"integer",
3180      "max":100,
3181      "min":1
3182    },
3183    "Model":{
3184      "type":"string",
3185      "max":4096,
3186      "min":1
3187    },
3188    "NetId":{
3189      "type":"string",
3190      "documentation":"<p>LoRaWAN network ID.</p>",
3191      "pattern":"[a-fA-F0-9]{6}"
3192    },
3193    "NetIdFilters":{
3194      "type":"list",
3195      "member":{"shape":"NetId"},
3196      "documentation":"<p>A list of NetId values that are used by LoRa gateways to filter the uplink frames.</p>",
3197      "max":10,
3198      "min":0
3199    },
3200    "NextToken":{
3201      "type":"string",
3202      "max":4096
3203    },
3204    "NwkGeoLoc":{"type":"boolean"},
3205    "NwkKey":{
3206      "type":"string",
3207      "pattern":"[a-fA-F0-9]{32}"
3208    },
3209    "NwkSEncKey":{
3210      "type":"string",
3211      "pattern":"[a-fA-F0-9]{32}"
3212    },
3213    "NwkSKey":{
3214      "type":"string",
3215      "pattern":"[a-fA-F0-9]{32}"
3216    },
3217    "OtaaV1_0_x":{
3218      "type":"structure",
3219      "members":{
3220        "AppKey":{
3221          "shape":"AppKey",
3222          "documentation":"<p>The AppKey value.</p>"
3223        },
3224        "AppEui":{
3225          "shape":"AppEui",
3226          "documentation":"<p>The AppEUI value.</p>"
3227        }
3228      },
3229      "documentation":"<p>OTAA device object for v1.0.x</p>"
3230    },
3231    "OtaaV1_1":{
3232      "type":"structure",
3233      "members":{
3234        "AppKey":{
3235          "shape":"AppKey",
3236          "documentation":"<p>The AppKey value.</p>"
3237        },
3238        "NwkKey":{
3239          "shape":"NwkKey",
3240          "documentation":"<p>The NwkKey value.</p>"
3241        },
3242        "JoinEui":{
3243          "shape":"JoinEui",
3244          "documentation":"<p>The JoinEUI value.</p>"
3245        }
3246      },
3247      "documentation":"<p>OTAA device object for v1.1</p>"
3248    },
3249    "PackageVersion":{
3250      "type":"string",
3251      "max":32,
3252      "min":1
3253    },
3254    "PartnerAccountArn":{"type":"string"},
3255    "PartnerAccountId":{
3256      "type":"string",
3257      "max":256
3258    },
3259    "PartnerType":{
3260      "type":"string",
3261      "enum":["Sidewalk"]
3262    },
3263    "PayloadData":{
3264      "type":"string",
3265      "max":2048,
3266      "pattern":"^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$"
3267    },
3268    "PingSlotDr":{
3269      "type":"integer",
3270      "max":15,
3271      "min":0
3272    },
3273    "PingSlotFreq":{
3274      "type":"integer",
3275      "max":16700000,
3276      "min":1000000
3277    },
3278    "PingSlotPeriod":{
3279      "type":"integer",
3280      "max":4096,
3281      "min":128
3282    },
3283    "PrAllowed":{"type":"boolean"},
3284    "PresetFreq":{
3285      "type":"integer",
3286      "max":16700000,
3287      "min":1000000
3288    },
3289    "PutResourceLogLevelRequest":{
3290      "type":"structure",
3291      "required":[
3292        "ResourceIdentifier",
3293        "ResourceType",
3294        "LogLevel"
3295      ],
3296      "members":{
3297        "ResourceIdentifier":{
3298          "shape":"ResourceIdentifier",
3299          "location":"uri",
3300          "locationName":"ResourceIdentifier"
3301        },
3302        "ResourceType":{
3303          "shape":"ResourceType",
3304          "documentation":"<p>The type of the resource, which can be <code>WirelessDevice</code> or <code>WirelessGateway</code>.</p>",
3305          "location":"querystring",
3306          "locationName":"resourceType"
3307        },
3308        "LogLevel":{"shape":"LogLevel"}
3309      }
3310    },
3311    "PutResourceLogLevelResponse":{
3312      "type":"structure",
3313      "members":{
3314      }
3315    },
3316    "RaAllowed":{"type":"boolean"},
3317    "RegParamsRevision":{
3318      "type":"string",
3319      "max":64
3320    },
3321    "ReportDevStatusBattery":{"type":"boolean"},
3322    "ReportDevStatusMargin":{"type":"boolean"},
3323    "ResetAllResourceLogLevelsRequest":{
3324      "type":"structure",
3325      "members":{
3326      }
3327    },
3328    "ResetAllResourceLogLevelsResponse":{
3329      "type":"structure",
3330      "members":{
3331      }
3332    },
3333    "ResetResourceLogLevelRequest":{
3334      "type":"structure",
3335      "required":[
3336        "ResourceIdentifier",
3337        "ResourceType"
3338      ],
3339      "members":{
3340        "ResourceIdentifier":{
3341          "shape":"ResourceIdentifier",
3342          "location":"uri",
3343          "locationName":"ResourceIdentifier"
3344        },
3345        "ResourceType":{
3346          "shape":"ResourceType",
3347          "documentation":"<p>The type of the resource, which can be <code>WirelessDevice</code> or <code>WirelessGateway</code>.</p>",
3348          "location":"querystring",
3349          "locationName":"resourceType"
3350        }
3351      }
3352    },
3353    "ResetResourceLogLevelResponse":{
3354      "type":"structure",
3355      "members":{
3356      }
3357    },
3358    "ResourceId":{"type":"string"},
3359    "ResourceIdentifier":{
3360      "type":"string",
3361      "documentation":"<p>The identifier of the resource. For a Wireless Device, it is the wireless device ID. For a wireless gateway, it is the wireless gateway ID.</p>",
3362      "max":256
3363    },
3364    "ResourceNotFoundException":{
3365      "type":"structure",
3366      "members":{
3367        "Message":{"shape":"Message"},
3368        "ResourceId":{
3369          "shape":"ResourceId",
3370          "documentation":"<p>Id of the not found resource.</p>"
3371        },
3372        "ResourceType":{
3373          "shape":"ResourceType",
3374          "documentation":"<p>Type of the font found resource.</p>"
3375        }
3376      },
3377      "documentation":"<p>Resource does not exist.</p>",
3378      "error":{"httpStatusCode":404},
3379      "exception":true
3380    },
3381    "ResourceType":{"type":"string"},
3382    "Result":{
3383      "type":"string",
3384      "max":2048
3385    },
3386    "RfRegion":{
3387      "type":"string",
3388      "max":64
3389    },
3390    "RoleArn":{
3391      "type":"string",
3392      "max":2048,
3393      "min":20
3394    },
3395    "RxDataRate2":{
3396      "type":"integer",
3397      "max":15,
3398      "min":0
3399    },
3400    "RxDelay1":{
3401      "type":"integer",
3402      "max":15,
3403      "min":0
3404    },
3405    "RxDrOffset1":{
3406      "type":"integer",
3407      "max":7,
3408      "min":0
3409    },
3410    "RxFreq2":{
3411      "type":"integer",
3412      "max":16700000,
3413      "min":1000000
3414    },
3415    "SNwkSIntKey":{
3416      "type":"string",
3417      "pattern":"[a-fA-F0-9]{32}"
3418    },
3419    "SendDataToWirelessDeviceRequest":{
3420      "type":"structure",
3421      "required":[
3422        "Id",
3423        "TransmitMode",
3424        "PayloadData"
3425      ],
3426      "members":{
3427        "Id":{
3428          "shape":"WirelessDeviceId",
3429          "documentation":"<p>The ID of the wireless device to receive the data.</p>",
3430          "location":"uri",
3431          "locationName":"Id"
3432        },
3433        "TransmitMode":{
3434          "shape":"TransmitMode",
3435          "documentation":"<p>The transmit mode to use to send data to the wireless device. Can be: <code>0</code> for UM (unacknowledge mode) or <code>1</code> for AM (acknowledge mode).</p>"
3436        },
3437        "PayloadData":{
3438          "shape":"PayloadData",
3439          "documentation":"<p>The binary to be sent to the end device, encoded in base64.</p>"
3440        },
3441        "WirelessMetadata":{
3442          "shape":"WirelessMetadata",
3443          "documentation":"<p>Metadata about the message request.</p>"
3444        }
3445      }
3446    },
3447    "SendDataToWirelessDeviceResponse":{
3448      "type":"structure",
3449      "members":{
3450        "MessageId":{
3451          "shape":"MessageId",
3452          "documentation":"<p>The ID of the message sent to the wireless device.</p>"
3453        }
3454      }
3455    },
3456    "Seq":{
3457      "type":"integer",
3458      "max":16383,
3459      "min":0
3460    },
3461    "ServiceProfile":{
3462      "type":"structure",
3463      "members":{
3464        "Arn":{
3465          "shape":"ServiceProfileArn",
3466          "documentation":"<p>The Amazon Resource Name of the resource.</p>"
3467        },
3468        "Name":{
3469          "shape":"ServiceProfileName",
3470          "documentation":"<p>The name of the resource.</p>"
3471        },
3472        "Id":{
3473          "shape":"ServiceProfileId",
3474          "documentation":"<p>The ID of the service profile.</p>"
3475        }
3476      },
3477      "documentation":"<p>Information about a service profile.</p>"
3478    },
3479    "ServiceProfileArn":{"type":"string"},
3480    "ServiceProfileId":{
3481      "type":"string",
3482      "max":256
3483    },
3484    "ServiceProfileList":{
3485      "type":"list",
3486      "member":{"shape":"ServiceProfile"}
3487    },
3488    "ServiceProfileName":{
3489      "type":"string",
3490      "max":256
3491    },
3492    "SessionKeysAbpV1_0_x":{
3493      "type":"structure",
3494      "members":{
3495        "NwkSKey":{
3496          "shape":"NwkSKey",
3497          "documentation":"<p>The NwkSKey value.</p>"
3498        },
3499        "AppSKey":{
3500          "shape":"AppSKey",
3501          "documentation":"<p>The AppSKey value.</p>"
3502        }
3503      },
3504      "documentation":"<p>Session keys for ABP v1.1</p>"
3505    },
3506    "SessionKeysAbpV1_1":{
3507      "type":"structure",
3508      "members":{
3509        "FNwkSIntKey":{
3510          "shape":"FNwkSIntKey",
3511          "documentation":"<p>The FNwkSIntKey value.</p>"
3512        },
3513        "SNwkSIntKey":{
3514          "shape":"SNwkSIntKey",
3515          "documentation":"<p>The SNwkSIntKey value.</p>"
3516        },
3517        "NwkSEncKey":{
3518          "shape":"NwkSEncKey",
3519          "documentation":"<p>The NwkSEncKey value.</p>"
3520        },
3521        "AppSKey":{
3522          "shape":"AppSKey",
3523          "documentation":"<p>The AppSKey value.</p>"
3524        }
3525      },
3526      "documentation":"<p>Session keys for ABP v1.1</p>"
3527    },
3528    "SidewalkAccountInfo":{
3529      "type":"structure",
3530      "members":{
3531        "AmazonId":{
3532          "shape":"AmazonId",
3533          "documentation":"<p>The Sidewalk Amazon ID.</p>"
3534        },
3535        "AppServerPrivateKey":{
3536          "shape":"AppServerPrivateKey",
3537          "documentation":"<p>The Sidewalk application server private key.</p>"
3538        }
3539      },
3540      "documentation":"<p>Information about a Sidewalk account.</p>"
3541    },
3542    "SidewalkAccountInfoWithFingerprint":{
3543      "type":"structure",
3544      "members":{
3545        "AmazonId":{
3546          "shape":"AmazonId",
3547          "documentation":"<p>The Sidewalk Amazon ID.</p>"
3548        },
3549        "Fingerprint":{
3550          "shape":"Fingerprint",
3551          "documentation":"<p>The fingerprint of the Sidewalk application server private key.</p>"
3552        },
3553        "Arn":{
3554          "shape":"PartnerAccountArn",
3555          "documentation":"<p>The Amazon Resource Name of the resource.</p>"
3556        }
3557      },
3558      "documentation":"<p>Information about a Sidewalk account.</p>"
3559    },
3560    "SidewalkAccountList":{
3561      "type":"list",
3562      "member":{"shape":"SidewalkAccountInfoWithFingerprint"}
3563    },
3564    "SidewalkDevice":{
3565      "type":"structure",
3566      "members":{
3567        "AmazonId":{"shape":"AmazonId"},
3568        "SidewalkId":{
3569          "shape":"SidewalkId",
3570          "documentation":"<p>The sidewalk device identification.</p>"
3571        },
3572        "SidewalkManufacturingSn":{
3573          "shape":"SidewalkManufacturingSn",
3574          "documentation":"<p>The Sidewalk manufacturing series number.</p>"
3575        },
3576        "DeviceCertificates":{
3577          "shape":"DeviceCertificateList",
3578          "documentation":"<p>The sidewalk device certificates for Ed25519 and P256r1.</p>"
3579        }
3580      },
3581      "documentation":"<p>Sidewalk device object.</p>"
3582    },
3583    "SidewalkDeviceMetadata":{
3584      "type":"structure",
3585      "members":{
3586        "Rssi":{
3587          "shape":"Integer",
3588          "documentation":"<p>The RSSI value.</p>"
3589        },
3590        "BatteryLevel":{
3591          "shape":"BatteryLevel",
3592          "documentation":"<p>Sidewalk device battery level.</p>"
3593        },
3594        "Event":{
3595          "shape":"Event",
3596          "documentation":"<p>Sidewalk device status notification.</p>"
3597        },
3598        "DeviceState":{
3599          "shape":"DeviceState",
3600          "documentation":"<p>Device state defines the device status of sidewalk device.</p>"
3601        }
3602      },
3603      "documentation":"<p>MetaData for Sidewalk device.</p>"
3604    },
3605    "SidewalkId":{
3606      "type":"string",
3607      "documentation":"<p>The sidewalk device identification.</p>",
3608      "max":256
3609    },
3610    "SidewalkListDevice":{
3611      "type":"structure",
3612      "members":{
3613        "AmazonId":{
3614          "shape":"AmazonId",
3615          "documentation":"<p>The Sidewalk Amazon ID.</p>"
3616        },
3617        "SidewalkId":{
3618          "shape":"SidewalkId",
3619          "documentation":"<p>The sidewalk device identification.</p>"
3620        },
3621        "SidewalkManufacturingSn":{
3622          "shape":"SidewalkManufacturingSn",
3623          "documentation":"<p>The Sidewalk manufacturing series number.</p>"
3624        },
3625        "DeviceCertificates":{
3626          "shape":"DeviceCertificateList",
3627          "documentation":"<p>The sidewalk device certificates for Ed25519 and P256r1.</p>"
3628        }
3629      },
3630      "documentation":"<p>Sidewalk object used by list functions.</p>"
3631    },
3632    "SidewalkManufacturingSn":{
3633      "type":"string",
3634      "max":64
3635    },
3636    "SidewalkSendDataToDevice":{
3637      "type":"structure",
3638      "members":{
3639        "Seq":{
3640          "shape":"Seq",
3641          "documentation":"<p>The sequence number.</p>"
3642        },
3643        "MessageType":{"shape":"MessageType"}
3644      },
3645      "documentation":"<p>Information about a Sidewalk router.</p>"
3646    },
3647    "SidewalkUpdateAccount":{
3648      "type":"structure",
3649      "members":{
3650        "AppServerPrivateKey":{
3651          "shape":"AppServerPrivateKey",
3652          "documentation":"<p>The new Sidewalk application server private key.</p>"
3653        }
3654      },
3655      "documentation":"<p>Sidewalk update.</p>"
3656    },
3657    "SigningAlg":{
3658      "type":"string",
3659      "documentation":"<p>The certificate chain algorithm provided by sidewalk.</p>",
3660      "enum":[
3661        "Ed25519",
3662        "P256r1"
3663      ]
3664    },
3665    "Station":{
3666      "type":"string",
3667      "max":4096,
3668      "min":1
3669    },
3670    "SubBand":{
3671      "type":"integer",
3672      "documentation":"<p>A subset of supported frequency channels in a certain RFRegion.</p>",
3673      "max":8,
3674      "min":1
3675    },
3676    "SubBands":{
3677      "type":"list",
3678      "member":{"shape":"SubBand"},
3679      "documentation":"<p>A list of integer indicating which sub bands are supported by LoRa gateway.</p>",
3680      "max":8,
3681      "min":0
3682    },
3683    "Supports32BitFCnt":{"type":"boolean"},
3684    "SupportsClassB":{"type":"boolean"},
3685    "SupportsClassC":{"type":"boolean"},
3686    "SupportsJoin":{"type":"boolean"},
3687    "Tag":{
3688      "type":"structure",
3689      "required":[
3690        "Key",
3691        "Value"
3692      ],
3693      "members":{
3694        "Key":{
3695          "shape":"TagKey",
3696          "documentation":"<p>The tag's key value.</p>"
3697        },
3698        "Value":{
3699          "shape":"TagValue",
3700          "documentation":"<p>The tag's value.</p>"
3701        }
3702      },
3703      "documentation":"<p>A simple label consisting of a customer-defined key-value pair</p>"
3704    },
3705    "TagKey":{
3706      "type":"string",
3707      "max":128,
3708      "min":1
3709    },
3710    "TagKeyList":{
3711      "type":"list",
3712      "member":{"shape":"TagKey"},
3713      "max":200,
3714      "min":0
3715    },
3716    "TagList":{
3717      "type":"list",
3718      "member":{"shape":"Tag"},
3719      "max":200,
3720      "min":0
3721    },
3722    "TagResourceRequest":{
3723      "type":"structure",
3724      "required":[
3725        "ResourceArn",
3726        "Tags"
3727      ],
3728      "members":{
3729        "ResourceArn":{
3730          "shape":"AmazonResourceName",
3731          "documentation":"<p>The ARN of the resource to add tags to.</p>",
3732          "location":"querystring",
3733          "locationName":"resourceArn"
3734        },
3735        "Tags":{
3736          "shape":"TagList",
3737          "documentation":"<p>Adds to or modifies the tags of the given resource. Tags are metadata that you can use to manage a resource.</p>"
3738        }
3739      }
3740    },
3741    "TagResourceResponse":{
3742      "type":"structure",
3743      "members":{
3744      }
3745    },
3746    "TagValue":{
3747      "type":"string",
3748      "max":256,
3749      "min":0
3750    },
3751    "TargetPer":{
3752      "type":"integer",
3753      "max":100,
3754      "min":0
3755    },
3756    "TestWirelessDeviceRequest":{
3757      "type":"structure",
3758      "required":["Id"],
3759      "members":{
3760        "Id":{
3761          "shape":"WirelessDeviceId",
3762          "documentation":"<p>The ID of the wireless device to test.</p>",
3763          "location":"uri",
3764          "locationName":"Id"
3765        }
3766      }
3767    },
3768    "TestWirelessDeviceResponse":{
3769      "type":"structure",
3770      "members":{
3771        "Result":{
3772          "shape":"Result",
3773          "documentation":"<p>The result returned by the test.</p>"
3774        }
3775      }
3776    },
3777    "ThingArn":{"type":"string"},
3778    "ThingName":{"type":"string"},
3779    "ThrottlingException":{
3780      "type":"structure",
3781      "members":{
3782        "Message":{"shape":"Message"}
3783      },
3784      "documentation":"<p>The request was denied because it exceeded the allowed API request rate.</p>",
3785      "error":{"httpStatusCode":429},
3786      "exception":true
3787    },
3788    "TooManyTagsException":{
3789      "type":"structure",
3790      "members":{
3791        "Message":{"shape":"Message"},
3792        "ResourceName":{
3793          "shape":"AmazonResourceName",
3794          "documentation":"<p>Name of the resource that exceeds maximum number of tags allowed.</p>"
3795        }
3796      },
3797      "documentation":"<p>The request was denied because the resource can't have any more tags.</p>",
3798      "error":{"httpStatusCode":400},
3799      "exception":true
3800    },
3801    "TransmitMode":{
3802      "type":"integer",
3803      "max":1,
3804      "min":0
3805    },
3806    "UlBucketSize":{
3807      "type":"integer",
3808      "max":2147483647,
3809      "min":0
3810    },
3811    "UlRate":{
3812      "type":"integer",
3813      "max":2147483647,
3814      "min":0
3815    },
3816    "UlRatePolicy":{
3817      "type":"string",
3818      "max":256
3819    },
3820    "UntagResourceRequest":{
3821      "type":"structure",
3822      "required":[
3823        "ResourceArn",
3824        "TagKeys"
3825      ],
3826      "members":{
3827        "ResourceArn":{
3828          "shape":"AmazonResourceName",
3829          "documentation":"<p>The ARN of the resource to remove tags from.</p>",
3830          "location":"querystring",
3831          "locationName":"resourceArn"
3832        },
3833        "TagKeys":{
3834          "shape":"TagKeyList",
3835          "documentation":"<p>A list of the keys of the tags to remove from the resource.</p>",
3836          "location":"querystring",
3837          "locationName":"tagKeys"
3838        }
3839      }
3840    },
3841    "UntagResourceResponse":{
3842      "type":"structure",
3843      "members":{
3844      }
3845    },
3846    "UpdateDataSource":{
3847      "type":"string",
3848      "max":4096,
3849      "min":1
3850    },
3851    "UpdateDestinationRequest":{
3852      "type":"structure",
3853      "required":["Name"],
3854      "members":{
3855        "Name":{
3856          "shape":"DestinationName",
3857          "documentation":"<p>The new name of the resource.</p>",
3858          "location":"uri",
3859          "locationName":"Name"
3860        },
3861        "ExpressionType":{
3862          "shape":"ExpressionType",
3863          "documentation":"<p>The type of value in <code>Expression</code>.</p>"
3864        },
3865        "Expression":{
3866          "shape":"Expression",
3867          "documentation":"<p>The new rule name or topic rule to send messages to.</p>"
3868        },
3869        "Description":{
3870          "shape":"Description",
3871          "documentation":"<p>A new description of the resource.</p>"
3872        },
3873        "RoleArn":{
3874          "shape":"RoleArn",
3875          "documentation":"<p>The ARN of the IAM Role that authorizes the destination.</p>"
3876        }
3877      }
3878    },
3879    "UpdateDestinationResponse":{
3880      "type":"structure",
3881      "members":{
3882      }
3883    },
3884    "UpdateLogLevelsByResourceTypesRequest":{
3885      "type":"structure",
3886      "members":{
3887        "DefaultLogLevel":{"shape":"LogLevel"},
3888        "WirelessDeviceLogOptions":{"shape":"WirelessDeviceLogOptionList"},
3889        "WirelessGatewayLogOptions":{"shape":"WirelessGatewayLogOptionList"}
3890      }
3891    },
3892    "UpdateLogLevelsByResourceTypesResponse":{
3893      "type":"structure",
3894      "members":{
3895      }
3896    },
3897    "UpdatePartnerAccountRequest":{
3898      "type":"structure",
3899      "required":[
3900        "Sidewalk",
3901        "PartnerAccountId",
3902        "PartnerType"
3903      ],
3904      "members":{
3905        "Sidewalk":{
3906          "shape":"SidewalkUpdateAccount",
3907          "documentation":"<p>The Sidewalk account credentials.</p>"
3908        },
3909        "PartnerAccountId":{
3910          "shape":"PartnerAccountId",
3911          "documentation":"<p>The ID of the partner account to update.</p>",
3912          "location":"uri",
3913          "locationName":"PartnerAccountId"
3914        },
3915        "PartnerType":{
3916          "shape":"PartnerType",
3917          "documentation":"<p>The partner type.</p>",
3918          "location":"querystring",
3919          "locationName":"partnerType"
3920        }
3921      }
3922    },
3923    "UpdatePartnerAccountResponse":{
3924      "type":"structure",
3925      "members":{
3926      }
3927    },
3928    "UpdateSignature":{
3929      "type":"string",
3930      "max":4096,
3931      "min":1
3932    },
3933    "UpdateWirelessDeviceRequest":{
3934      "type":"structure",
3935      "required":["Id"],
3936      "members":{
3937        "Id":{
3938          "shape":"WirelessDeviceId",
3939          "documentation":"<p>The ID of the resource to update.</p>",
3940          "location":"uri",
3941          "locationName":"Id"
3942        },
3943        "DestinationName":{
3944          "shape":"DestinationName",
3945          "documentation":"<p>The name of the new destination for the device.</p>"
3946        },
3947        "Name":{
3948          "shape":"WirelessDeviceName",
3949          "documentation":"<p>The new name of the resource.</p>"
3950        },
3951        "Description":{
3952          "shape":"Description",
3953          "documentation":"<p>A new description of the resource.</p>"
3954        },
3955        "LoRaWAN":{
3956          "shape":"LoRaWANUpdateDevice",
3957          "documentation":"<p>The updated wireless device's configuration.</p>"
3958        }
3959      }
3960    },
3961    "UpdateWirelessDeviceResponse":{
3962      "type":"structure",
3963      "members":{
3964      }
3965    },
3966    "UpdateWirelessGatewayRequest":{
3967      "type":"structure",
3968      "required":["Id"],
3969      "members":{
3970        "Id":{
3971          "shape":"WirelessGatewayId",
3972          "documentation":"<p>The ID of the resource to update.</p>",
3973          "location":"uri",
3974          "locationName":"Id"
3975        },
3976        "Name":{
3977          "shape":"WirelessGatewayName",
3978          "documentation":"<p>The new name of the resource.</p>"
3979        },
3980        "Description":{
3981          "shape":"Description",
3982          "documentation":"<p>A new description of the resource.</p>"
3983        },
3984        "JoinEuiFilters":{"shape":"JoinEuiFilters"},
3985        "NetIdFilters":{"shape":"NetIdFilters"}
3986      }
3987    },
3988    "UpdateWirelessGatewayResponse":{
3989      "type":"structure",
3990      "members":{
3991      }
3992    },
3993    "UpdateWirelessGatewayTaskCreate":{
3994      "type":"structure",
3995      "members":{
3996        "UpdateDataSource":{
3997          "shape":"UpdateDataSource",
3998          "documentation":"<p>The link to the S3 bucket.</p>"
3999        },
4000        "UpdateDataRole":{
4001          "shape":"UpdateDataSource",
4002          "documentation":"<p>The IAM role used to read data from the S3 bucket.</p>"
4003        },
4004        "LoRaWAN":{
4005          "shape":"LoRaWANUpdateGatewayTaskCreate",
4006          "documentation":"<p>The properties that relate to the LoRaWAN wireless gateway.</p>"
4007        }
4008      },
4009      "documentation":"<p>UpdateWirelessGatewayTaskCreate object.</p>"
4010    },
4011    "UpdateWirelessGatewayTaskEntry":{
4012      "type":"structure",
4013      "members":{
4014        "Id":{
4015          "shape":"WirelessGatewayTaskDefinitionId",
4016          "documentation":"<p>The ID of the new wireless gateway task entry.</p>"
4017        },
4018        "LoRaWAN":{
4019          "shape":"LoRaWANUpdateGatewayTaskEntry",
4020          "documentation":"<p>The properties that relate to the LoRaWAN wireless gateway.</p>"
4021        },
4022        "Arn":{
4023          "shape":"WirelessGatewayTaskDefinitionArn",
4024          "documentation":"<p>The Amazon Resource Name of the resource.</p>"
4025        }
4026      },
4027      "documentation":"<p>UpdateWirelessGatewayTaskEntry object.</p>"
4028    },
4029    "ValidationException":{
4030      "type":"structure",
4031      "members":{
4032        "Message":{"shape":"Message"}
4033      },
4034      "documentation":"<p>The input did not meet the specified constraints.</p>",
4035      "error":{"httpStatusCode":400},
4036      "exception":true
4037    },
4038    "WirelessDeviceArn":{"type":"string"},
4039    "WirelessDeviceEvent":{
4040      "type":"string",
4041      "documentation":"<p>The event for a log message, if the log message is tied to a wireless device.</p>",
4042      "enum":[
4043        "Join",
4044        "Rejoin",
4045        "Uplink_Data",
4046        "Downlink_Data",
4047        "Registration"
4048      ]
4049    },
4050    "WirelessDeviceEventLogOption":{
4051      "type":"structure",
4052      "required":[
4053        "Event",
4054        "LogLevel"
4055      ],
4056      "members":{
4057        "Event":{"shape":"WirelessDeviceEvent"},
4058        "LogLevel":{"shape":"LogLevel"}
4059      },
4060      "documentation":"<p>The log options for a wireless device event and can be used to set log levels for a specific wireless device event.</p> <p>For a LoRaWAN device, possible events for a log messsage are: <code>Join</code>, <code>Rejoin</code>, <code>Downlink_Data</code>, and <code>Uplink_Data</code>. For a Sidewalk device, possible events for a log message are <code>Registration</code>, <code>Downlink_Data</code>, and <code>Uplink_Data</code>.</p>"
4061    },
4062    "WirelessDeviceEventLogOptionList":{
4063      "type":"list",
4064      "member":{"shape":"WirelessDeviceEventLogOption"},
4065      "documentation":"<p>The list of wireless device event log options.</p>"
4066    },
4067    "WirelessDeviceId":{
4068      "type":"string",
4069      "max":256
4070    },
4071    "WirelessDeviceIdType":{
4072      "type":"string",
4073      "enum":[
4074        "WirelessDeviceId",
4075        "DevEui",
4076        "ThingName",
4077        "SidewalkManufacturingSn"
4078      ]
4079    },
4080    "WirelessDeviceLogOption":{
4081      "type":"structure",
4082      "required":[
4083        "Type",
4084        "LogLevel"
4085      ],
4086      "members":{
4087        "Type":{
4088          "shape":"WirelessDeviceType",
4089          "documentation":"<p>The wireless device type.</p>"
4090        },
4091        "LogLevel":{"shape":"LogLevel"},
4092        "Events":{"shape":"WirelessDeviceEventLogOptionList"}
4093      },
4094      "documentation":"<p>The log options for wireless devices and can be used to set log levels for a specific type of wireless device.</p>"
4095    },
4096    "WirelessDeviceLogOptionList":{
4097      "type":"list",
4098      "member":{"shape":"WirelessDeviceLogOption"},
4099      "documentation":"<p>The list of wireless device log options.</p>"
4100    },
4101    "WirelessDeviceName":{
4102      "type":"string",
4103      "max":256
4104    },
4105    "WirelessDeviceStatistics":{
4106      "type":"structure",
4107      "members":{
4108        "Arn":{
4109          "shape":"WirelessDeviceArn",
4110          "documentation":"<p>The Amazon Resource Name of the resource.</p>"
4111        },
4112        "Id":{
4113          "shape":"WirelessDeviceId",
4114          "documentation":"<p>The ID of the wireless device reporting the data.</p>"
4115        },
4116        "Type":{
4117          "shape":"WirelessDeviceType",
4118          "documentation":"<p>The wireless device type.</p>"
4119        },
4120        "Name":{
4121          "shape":"WirelessDeviceName",
4122          "documentation":"<p>The name of the resource.</p>"
4123        },
4124        "DestinationName":{
4125          "shape":"DestinationName",
4126          "documentation":"<p>The name of the destination to which the device is assigned.</p>"
4127        },
4128        "LastUplinkReceivedAt":{
4129          "shape":"ISODateTimeString",
4130          "documentation":"<p>The date and time when the most recent uplink was received.</p>"
4131        },
4132        "LoRaWAN":{
4133          "shape":"LoRaWANListDevice",
4134          "documentation":"<p>LoRaWAN device info.</p>"
4135        },
4136        "Sidewalk":{
4137          "shape":"SidewalkListDevice",
4138          "documentation":"<p>The Sidewalk account credentials.</p>"
4139        }
4140      },
4141      "documentation":"<p>Information about a wireless device's operation.</p>"
4142    },
4143    "WirelessDeviceStatisticsList":{
4144      "type":"list",
4145      "member":{"shape":"WirelessDeviceStatistics"}
4146    },
4147    "WirelessDeviceType":{
4148      "type":"string",
4149      "enum":[
4150        "Sidewalk",
4151        "LoRaWAN"
4152      ]
4153    },
4154    "WirelessGatewayArn":{"type":"string"},
4155    "WirelessGatewayEvent":{
4156      "type":"string",
4157      "documentation":"<p>The event for a log message, if the log message is tied to a wireless gateway.</p>",
4158      "enum":[
4159        "CUPS_Request",
4160        "Certificate"
4161      ]
4162    },
4163    "WirelessGatewayEventLogOption":{
4164      "type":"structure",
4165      "required":[
4166        "Event",
4167        "LogLevel"
4168      ],
4169      "members":{
4170        "Event":{"shape":"WirelessGatewayEvent"},
4171        "LogLevel":{"shape":"LogLevel"}
4172      },
4173      "documentation":"<p>The log options for a wireless gateway event and can be used to set log levels for a specific wireless gateway event.</p> <p>For a LoRaWAN gateway, possible events for a log message are <code>CUPS_Request</code> and <code>Certificate</code>.</p>"
4174    },
4175    "WirelessGatewayEventLogOptionList":{
4176      "type":"list",
4177      "member":{"shape":"WirelessGatewayEventLogOption"},
4178      "documentation":"<p>The list of wireless gateway event log options.</p>"
4179    },
4180    "WirelessGatewayId":{
4181      "type":"string",
4182      "max":256
4183    },
4184    "WirelessGatewayIdType":{
4185      "type":"string",
4186      "enum":[
4187        "GatewayEui",
4188        "WirelessGatewayId",
4189        "ThingName"
4190      ]
4191    },
4192    "WirelessGatewayLogOption":{
4193      "type":"structure",
4194      "required":[
4195        "Type",
4196        "LogLevel"
4197      ],
4198      "members":{
4199        "Type":{"shape":"WirelessGatewayType"},
4200        "LogLevel":{"shape":"LogLevel"},
4201        "Events":{"shape":"WirelessGatewayEventLogOptionList"}
4202      },
4203      "documentation":"<p>The log options for wireless gateways and can be used to set log levels for a specific type of wireless gateway.</p>"
4204    },
4205    "WirelessGatewayLogOptionList":{
4206      "type":"list",
4207      "member":{"shape":"WirelessGatewayLogOption"},
4208      "documentation":"<p>The list of wireless gateway log options.</p>"
4209    },
4210    "WirelessGatewayName":{
4211      "type":"string",
4212      "max":256
4213    },
4214    "WirelessGatewayServiceType":{
4215      "type":"string",
4216      "enum":[
4217        "CUPS",
4218        "LNS"
4219      ]
4220    },
4221    "WirelessGatewayStatistics":{
4222      "type":"structure",
4223      "members":{
4224        "Arn":{
4225          "shape":"WirelessGatewayArn",
4226          "documentation":"<p>The Amazon Resource Name of the resource.</p>"
4227        },
4228        "Id":{
4229          "shape":"WirelessGatewayId",
4230          "documentation":"<p>The ID of the wireless gateway reporting the data.</p>"
4231        },
4232        "Name":{
4233          "shape":"WirelessGatewayName",
4234          "documentation":"<p>The name of the resource.</p>"
4235        },
4236        "Description":{
4237          "shape":"Description",
4238          "documentation":"<p>The description of the resource.</p>"
4239        },
4240        "LoRaWAN":{
4241          "shape":"LoRaWANGateway",
4242          "documentation":"<p>LoRaWAN gateway info.</p>"
4243        },
4244        "LastUplinkReceivedAt":{
4245          "shape":"ISODateTimeString",
4246          "documentation":"<p>The date and time when the most recent uplink was received.</p>"
4247        }
4248      },
4249      "documentation":"<p>Information about a wireless gateway's operation.</p>"
4250    },
4251    "WirelessGatewayStatisticsList":{
4252      "type":"list",
4253      "member":{"shape":"WirelessGatewayStatistics"}
4254    },
4255    "WirelessGatewayTaskDefinitionArn":{"type":"string"},
4256    "WirelessGatewayTaskDefinitionId":{
4257      "type":"string",
4258      "max":36,
4259      "pattern":"[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}"
4260    },
4261    "WirelessGatewayTaskDefinitionList":{
4262      "type":"list",
4263      "member":{"shape":"UpdateWirelessGatewayTaskEntry"}
4264    },
4265    "WirelessGatewayTaskDefinitionType":{
4266      "type":"string",
4267      "enum":["UPDATE"]
4268    },
4269    "WirelessGatewayTaskName":{
4270      "type":"string",
4271      "max":2048,
4272      "min":1
4273    },
4274    "WirelessGatewayTaskStatus":{
4275      "type":"string",
4276      "enum":[
4277        "PENDING",
4278        "IN_PROGRESS",
4279        "FIRST_RETRY",
4280        "SECOND_RETRY",
4281        "COMPLETED",
4282        "FAILED"
4283      ]
4284    },
4285    "WirelessGatewayType":{
4286      "type":"string",
4287      "documentation":"<p>The wireless gateway type.</p>",
4288      "enum":["LoRaWAN"]
4289    },
4290    "WirelessMetadata":{
4291      "type":"structure",
4292      "members":{
4293        "LoRaWAN":{
4294          "shape":"LoRaWANSendDataToDevice",
4295          "documentation":"<p>LoRaWAN device info.</p>"
4296        },
4297        "Sidewalk":{
4298          "shape":"SidewalkSendDataToDevice",
4299          "documentation":"<p>The Sidewalk account credentials.</p>"
4300        }
4301      },
4302      "documentation":"<p>WirelessMetadata object.</p>"
4303    }
4304  },
4305  "documentation":"<p>AWS IoT Wireless API documentation</p>"
4306}
4307