aws-sdk 2.810.0 → 2.814.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (86) hide show
  1. package/CHANGELOG.md +35 -1
  2. package/README.md +2 -3
  3. package/apis/amp-2020-08-01.examples.json +5 -0
  4. package/apis/amp-2020-08-01.min.json +211 -0
  5. package/apis/amp-2020-08-01.paginators.json +10 -0
  6. package/apis/ce-2017-10-25.min.json +101 -97
  7. package/apis/config-2014-11-12.min.json +40 -6
  8. package/apis/dlm-2018-01-12.min.json +104 -16
  9. package/apis/ec2-2016-11-15.min.json +11 -0
  10. package/apis/greengrassv2-2020-11-30.examples.json +5 -0
  11. package/apis/greengrassv2-2020-11-30.min.json +1069 -0
  12. package/apis/greengrassv2-2020-11-30.paginators.json +40 -0
  13. package/apis/imagebuilder-2019-12-02.min.json +375 -88
  14. package/apis/imagebuilder-2019-12-02.paginators.json +24 -9
  15. package/apis/iot-2015-05-28.min.json +904 -278
  16. package/apis/iot-2015-05-28.paginators.json +24 -0
  17. package/apis/iotanalytics-2017-11-27.min.json +79 -27
  18. package/apis/iotdeviceadvisor-2020-09-18.examples.json +5 -0
  19. package/apis/iotdeviceadvisor-2020-09-18.min.json +596 -0
  20. package/apis/iotdeviceadvisor-2020-09-18.paginators.json +19 -0
  21. package/apis/iotfleethub-2020-11-03.examples.json +5 -0
  22. package/apis/iotfleethub-2020-11-03.min.json +292 -0
  23. package/apis/iotfleethub-2020-11-03.paginators.json +9 -0
  24. package/apis/iotwireless-2020-11-22.examples.json +5 -0
  25. package/apis/iotwireless-2020-11-22.min.json +1832 -0
  26. package/apis/iotwireless-2020-11-22.paginators.json +29 -0
  27. package/apis/kms-2014-11-01.examples.json +7 -4
  28. package/apis/kms-2014-11-01.min.json +7 -1
  29. package/apis/lambda-2015-03-31.examples.json +6 -6
  30. package/apis/lambda-2015-03-31.min.json +140 -100
  31. package/apis/location-2020-11-19.examples.json +5 -0
  32. package/apis/location-2020-11-19.min.json +1759 -0
  33. package/apis/location-2020-11-19.paginators.json +44 -0
  34. package/apis/metadata.json +21 -0
  35. package/apis/quicksight-2018-04-01.min.json +120 -119
  36. package/apis/rds-2014-10-31.min.json +192 -172
  37. package/apis/route53-2013-04-01.min.json +372 -96
  38. package/apis/route53resolver-2018-04-01.min.json +81 -6
  39. package/apis/route53resolver-2018-04-01.paginators.json +6 -0
  40. package/apis/servicecatalog-2015-12-10.min.json +187 -117
  41. package/apis/servicecatalog-2015-12-10.paginators.json +5 -0
  42. package/apis/ssm-2014-11-06.min.json +606 -293
  43. package/apis/ssm-2014-11-06.paginators.json +12 -0
  44. package/apis/wellarchitected-2020-03-31.examples.json +5 -0
  45. package/apis/wellarchitected-2020-03-31.min.json +1329 -0
  46. package/apis/wellarchitected-2020-03-31.paginators.json +49 -0
  47. package/clients/all.d.ts +7 -0
  48. package/clients/all.js +8 -1
  49. package/clients/amp.d.ts +220 -0
  50. package/clients/amp.js +18 -0
  51. package/clients/configservice.d.ts +49 -28
  52. package/clients/costexplorer.d.ts +3 -2
  53. package/clients/dlm.d.ts +99 -7
  54. package/clients/ec2.d.ts +14 -2
  55. package/clients/greengrassv2.d.ts +1270 -0
  56. package/clients/greengrassv2.js +18 -0
  57. package/clients/imagebuilder.d.ts +433 -5
  58. package/clients/iot.d.ts +770 -60
  59. package/clients/iotanalytics.d.ts +68 -2
  60. package/clients/iotdeviceadvisor.d.ts +710 -0
  61. package/clients/iotdeviceadvisor.js +18 -0
  62. package/clients/iotfleethub.d.ts +315 -0
  63. package/clients/iotfleethub.js +18 -0
  64. package/clients/iotwireless.d.ts +2124 -0
  65. package/clients/iotwireless.js +18 -0
  66. package/clients/kms.d.ts +117 -109
  67. package/clients/lambda.d.ts +63 -17
  68. package/clients/location.d.ts +1498 -0
  69. package/clients/location.js +18 -0
  70. package/clients/quicksight.d.ts +15 -10
  71. package/clients/rds.d.ts +41 -14
  72. package/clients/route53.d.ts +247 -1
  73. package/clients/route53resolver.d.ts +105 -8
  74. package/clients/servicecatalog.d.ts +122 -14
  75. package/clients/sqs.d.ts +23 -23
  76. package/clients/ssm.d.ts +534 -31
  77. package/clients/wellarchitected.d.ts +871 -0
  78. package/clients/wellarchitected.js +18 -0
  79. package/dist/aws-sdk-core-react-native.js +7 -2
  80. package/dist/aws-sdk-react-native.js +293 -24
  81. package/dist/aws-sdk.js +2709 -1190
  82. package/dist/aws-sdk.min.js +81 -81
  83. package/lib/config_service_placeholders.d.ts +14 -0
  84. package/lib/core.js +1 -1
  85. package/lib/util.js +5 -0
  86. package/package.json +1 -1
@@ -0,0 +1,1832 @@
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
+ "http": {
16
+ "requestUri": "/partner-accounts"
17
+ },
18
+ "input": {
19
+ "type": "structure",
20
+ "required": [
21
+ "Sidewalk"
22
+ ],
23
+ "members": {
24
+ "Sidewalk": {
25
+ "shape": "S2"
26
+ },
27
+ "ClientRequestToken": {
28
+ "idempotencyToken": true
29
+ }
30
+ }
31
+ },
32
+ "output": {
33
+ "type": "structure",
34
+ "members": {
35
+ "Sidewalk": {
36
+ "shape": "S2"
37
+ }
38
+ }
39
+ }
40
+ },
41
+ "AssociateWirelessDeviceWithThing": {
42
+ "http": {
43
+ "method": "PUT",
44
+ "requestUri": "/wireless-devices/{Id}/thing",
45
+ "responseCode": 204
46
+ },
47
+ "input": {
48
+ "type": "structure",
49
+ "required": [
50
+ "Id",
51
+ "ThingArn"
52
+ ],
53
+ "members": {
54
+ "Id": {
55
+ "location": "uri",
56
+ "locationName": "Id"
57
+ },
58
+ "ThingArn": {}
59
+ }
60
+ },
61
+ "output": {
62
+ "type": "structure",
63
+ "members": {}
64
+ }
65
+ },
66
+ "AssociateWirelessGatewayWithCertificate": {
67
+ "http": {
68
+ "method": "PUT",
69
+ "requestUri": "/wireless-gateways/{Id}/certificate"
70
+ },
71
+ "input": {
72
+ "type": "structure",
73
+ "required": [
74
+ "Id",
75
+ "IotCertificateId"
76
+ ],
77
+ "members": {
78
+ "Id": {
79
+ "location": "uri",
80
+ "locationName": "Id"
81
+ },
82
+ "IotCertificateId": {}
83
+ }
84
+ },
85
+ "output": {
86
+ "type": "structure",
87
+ "members": {
88
+ "IotCertificateId": {}
89
+ }
90
+ }
91
+ },
92
+ "AssociateWirelessGatewayWithThing": {
93
+ "http": {
94
+ "method": "PUT",
95
+ "requestUri": "/wireless-gateways/{Id}/thing",
96
+ "responseCode": 204
97
+ },
98
+ "input": {
99
+ "type": "structure",
100
+ "required": [
101
+ "Id",
102
+ "ThingArn"
103
+ ],
104
+ "members": {
105
+ "Id": {
106
+ "location": "uri",
107
+ "locationName": "Id"
108
+ },
109
+ "ThingArn": {}
110
+ }
111
+ },
112
+ "output": {
113
+ "type": "structure",
114
+ "members": {}
115
+ }
116
+ },
117
+ "CreateDestination": {
118
+ "http": {
119
+ "requestUri": "/destinations",
120
+ "responseCode": 201
121
+ },
122
+ "input": {
123
+ "type": "structure",
124
+ "required": [
125
+ "Name",
126
+ "ExpressionType",
127
+ "Expression",
128
+ "RoleArn"
129
+ ],
130
+ "members": {
131
+ "Name": {},
132
+ "ExpressionType": {},
133
+ "Expression": {},
134
+ "Description": {},
135
+ "RoleArn": {},
136
+ "Tags": {
137
+ "shape": "Sn"
138
+ },
139
+ "ClientRequestToken": {
140
+ "idempotencyToken": true
141
+ }
142
+ }
143
+ },
144
+ "output": {
145
+ "type": "structure",
146
+ "members": {
147
+ "Arn": {},
148
+ "Name": {}
149
+ }
150
+ }
151
+ },
152
+ "CreateDeviceProfile": {
153
+ "http": {
154
+ "requestUri": "/device-profiles",
155
+ "responseCode": 201
156
+ },
157
+ "input": {
158
+ "type": "structure",
159
+ "members": {
160
+ "Name": {},
161
+ "LoRaWAN": {
162
+ "shape": "Sv"
163
+ },
164
+ "Tags": {
165
+ "shape": "Sn"
166
+ },
167
+ "ClientRequestToken": {
168
+ "idempotencyToken": true
169
+ }
170
+ }
171
+ },
172
+ "output": {
173
+ "type": "structure",
174
+ "members": {
175
+ "Arn": {},
176
+ "Id": {}
177
+ }
178
+ }
179
+ },
180
+ "CreateServiceProfile": {
181
+ "http": {
182
+ "requestUri": "/service-profiles",
183
+ "responseCode": 201
184
+ },
185
+ "input": {
186
+ "type": "structure",
187
+ "members": {
188
+ "Name": {},
189
+ "LoRaWAN": {
190
+ "type": "structure",
191
+ "members": {
192
+ "AddGwMetadata": {
193
+ "type": "boolean"
194
+ }
195
+ }
196
+ },
197
+ "Tags": {
198
+ "shape": "Sn"
199
+ },
200
+ "ClientRequestToken": {
201
+ "idempotencyToken": true
202
+ }
203
+ }
204
+ },
205
+ "output": {
206
+ "type": "structure",
207
+ "members": {
208
+ "Arn": {},
209
+ "Id": {}
210
+ }
211
+ }
212
+ },
213
+ "CreateWirelessDevice": {
214
+ "http": {
215
+ "requestUri": "/wireless-devices",
216
+ "responseCode": 201
217
+ },
218
+ "input": {
219
+ "type": "structure",
220
+ "required": [
221
+ "Type",
222
+ "DestinationName"
223
+ ],
224
+ "members": {
225
+ "Type": {},
226
+ "Name": {},
227
+ "Description": {},
228
+ "DestinationName": {},
229
+ "ClientRequestToken": {
230
+ "idempotencyToken": true
231
+ },
232
+ "LoRaWAN": {
233
+ "shape": "S1t"
234
+ }
235
+ }
236
+ },
237
+ "output": {
238
+ "type": "structure",
239
+ "members": {
240
+ "Arn": {},
241
+ "Id": {}
242
+ }
243
+ }
244
+ },
245
+ "CreateWirelessGateway": {
246
+ "http": {
247
+ "requestUri": "/wireless-gateways",
248
+ "responseCode": 201
249
+ },
250
+ "input": {
251
+ "type": "structure",
252
+ "required": [
253
+ "LoRaWAN"
254
+ ],
255
+ "members": {
256
+ "Name": {},
257
+ "Description": {},
258
+ "LoRaWAN": {
259
+ "shape": "S2f"
260
+ },
261
+ "Tags": {
262
+ "shape": "Sn"
263
+ },
264
+ "ClientRequestToken": {
265
+ "idempotencyToken": true
266
+ }
267
+ }
268
+ },
269
+ "output": {
270
+ "type": "structure",
271
+ "members": {
272
+ "Arn": {},
273
+ "Id": {}
274
+ }
275
+ }
276
+ },
277
+ "CreateWirelessGatewayTask": {
278
+ "http": {
279
+ "requestUri": "/wireless-gateways/{Id}/tasks",
280
+ "responseCode": 201
281
+ },
282
+ "input": {
283
+ "type": "structure",
284
+ "required": [
285
+ "Id",
286
+ "WirelessGatewayTaskDefinitionId"
287
+ ],
288
+ "members": {
289
+ "Id": {
290
+ "location": "uri",
291
+ "locationName": "Id"
292
+ },
293
+ "WirelessGatewayTaskDefinitionId": {}
294
+ }
295
+ },
296
+ "output": {
297
+ "type": "structure",
298
+ "members": {
299
+ "WirelessGatewayTaskDefinitionId": {},
300
+ "Status": {}
301
+ }
302
+ }
303
+ },
304
+ "CreateWirelessGatewayTaskDefinition": {
305
+ "http": {
306
+ "requestUri": "/wireless-gateway-task-definitions",
307
+ "responseCode": 201
308
+ },
309
+ "input": {
310
+ "type": "structure",
311
+ "required": [
312
+ "AutoCreateTasks"
313
+ ],
314
+ "members": {
315
+ "AutoCreateTasks": {
316
+ "type": "boolean"
317
+ },
318
+ "Name": {},
319
+ "Update": {
320
+ "shape": "S2q"
321
+ },
322
+ "ClientRequestToken": {
323
+ "idempotencyToken": true
324
+ }
325
+ }
326
+ },
327
+ "output": {
328
+ "type": "structure",
329
+ "members": {
330
+ "Id": {}
331
+ }
332
+ }
333
+ },
334
+ "DeleteDestination": {
335
+ "http": {
336
+ "method": "DELETE",
337
+ "requestUri": "/destinations/{Name}",
338
+ "responseCode": 204
339
+ },
340
+ "input": {
341
+ "type": "structure",
342
+ "required": [
343
+ "Name"
344
+ ],
345
+ "members": {
346
+ "Name": {
347
+ "location": "uri",
348
+ "locationName": "Name"
349
+ }
350
+ }
351
+ },
352
+ "output": {
353
+ "type": "structure",
354
+ "members": {}
355
+ }
356
+ },
357
+ "DeleteDeviceProfile": {
358
+ "http": {
359
+ "method": "DELETE",
360
+ "requestUri": "/device-profiles/{Id}",
361
+ "responseCode": 204
362
+ },
363
+ "input": {
364
+ "type": "structure",
365
+ "required": [
366
+ "Id"
367
+ ],
368
+ "members": {
369
+ "Id": {
370
+ "location": "uri",
371
+ "locationName": "Id"
372
+ }
373
+ }
374
+ },
375
+ "output": {
376
+ "type": "structure",
377
+ "members": {}
378
+ }
379
+ },
380
+ "DeleteServiceProfile": {
381
+ "http": {
382
+ "method": "DELETE",
383
+ "requestUri": "/service-profiles/{Id}",
384
+ "responseCode": 204
385
+ },
386
+ "input": {
387
+ "type": "structure",
388
+ "required": [
389
+ "Id"
390
+ ],
391
+ "members": {
392
+ "Id": {
393
+ "location": "uri",
394
+ "locationName": "Id"
395
+ }
396
+ }
397
+ },
398
+ "output": {
399
+ "type": "structure",
400
+ "members": {}
401
+ }
402
+ },
403
+ "DeleteWirelessDevice": {
404
+ "http": {
405
+ "method": "DELETE",
406
+ "requestUri": "/wireless-devices/{Id}",
407
+ "responseCode": 204
408
+ },
409
+ "input": {
410
+ "type": "structure",
411
+ "required": [
412
+ "Id"
413
+ ],
414
+ "members": {
415
+ "Id": {
416
+ "location": "uri",
417
+ "locationName": "Id"
418
+ }
419
+ }
420
+ },
421
+ "output": {
422
+ "type": "structure",
423
+ "members": {}
424
+ }
425
+ },
426
+ "DeleteWirelessGateway": {
427
+ "http": {
428
+ "method": "DELETE",
429
+ "requestUri": "/wireless-gateways/{Id}",
430
+ "responseCode": 204
431
+ },
432
+ "input": {
433
+ "type": "structure",
434
+ "required": [
435
+ "Id"
436
+ ],
437
+ "members": {
438
+ "Id": {
439
+ "location": "uri",
440
+ "locationName": "Id"
441
+ }
442
+ }
443
+ },
444
+ "output": {
445
+ "type": "structure",
446
+ "members": {}
447
+ }
448
+ },
449
+ "DeleteWirelessGatewayTask": {
450
+ "http": {
451
+ "method": "DELETE",
452
+ "requestUri": "/wireless-gateways/{Id}/tasks",
453
+ "responseCode": 204
454
+ },
455
+ "input": {
456
+ "type": "structure",
457
+ "required": [
458
+ "Id"
459
+ ],
460
+ "members": {
461
+ "Id": {
462
+ "location": "uri",
463
+ "locationName": "Id"
464
+ }
465
+ }
466
+ },
467
+ "output": {
468
+ "type": "structure",
469
+ "members": {}
470
+ }
471
+ },
472
+ "DeleteWirelessGatewayTaskDefinition": {
473
+ "http": {
474
+ "method": "DELETE",
475
+ "requestUri": "/wireless-gateway-task-definitions/{Id}",
476
+ "responseCode": 204
477
+ },
478
+ "input": {
479
+ "type": "structure",
480
+ "required": [
481
+ "Id"
482
+ ],
483
+ "members": {
484
+ "Id": {
485
+ "location": "uri",
486
+ "locationName": "Id"
487
+ }
488
+ }
489
+ },
490
+ "output": {
491
+ "type": "structure",
492
+ "members": {}
493
+ }
494
+ },
495
+ "DisassociateAwsAccountFromPartnerAccount": {
496
+ "http": {
497
+ "method": "DELETE",
498
+ "requestUri": "/partner-accounts/{PartnerAccountId}",
499
+ "responseCode": 204
500
+ },
501
+ "input": {
502
+ "type": "structure",
503
+ "required": [
504
+ "PartnerAccountId",
505
+ "PartnerType"
506
+ ],
507
+ "members": {
508
+ "PartnerAccountId": {
509
+ "location": "uri",
510
+ "locationName": "PartnerAccountId"
511
+ },
512
+ "PartnerType": {
513
+ "location": "querystring",
514
+ "locationName": "partnerType"
515
+ }
516
+ }
517
+ },
518
+ "output": {
519
+ "type": "structure",
520
+ "members": {}
521
+ }
522
+ },
523
+ "DisassociateWirelessDeviceFromThing": {
524
+ "http": {
525
+ "method": "DELETE",
526
+ "requestUri": "/wireless-devices/{Id}/thing",
527
+ "responseCode": 204
528
+ },
529
+ "input": {
530
+ "type": "structure",
531
+ "required": [
532
+ "Id"
533
+ ],
534
+ "members": {
535
+ "Id": {
536
+ "location": "uri",
537
+ "locationName": "Id"
538
+ }
539
+ }
540
+ },
541
+ "output": {
542
+ "type": "structure",
543
+ "members": {}
544
+ }
545
+ },
546
+ "DisassociateWirelessGatewayFromCertificate": {
547
+ "http": {
548
+ "method": "DELETE",
549
+ "requestUri": "/wireless-gateways/{Id}/certificate",
550
+ "responseCode": 204
551
+ },
552
+ "input": {
553
+ "type": "structure",
554
+ "required": [
555
+ "Id"
556
+ ],
557
+ "members": {
558
+ "Id": {
559
+ "location": "uri",
560
+ "locationName": "Id"
561
+ }
562
+ }
563
+ },
564
+ "output": {
565
+ "type": "structure",
566
+ "members": {}
567
+ }
568
+ },
569
+ "DisassociateWirelessGatewayFromThing": {
570
+ "http": {
571
+ "method": "DELETE",
572
+ "requestUri": "/wireless-gateways/{Id}/thing",
573
+ "responseCode": 204
574
+ },
575
+ "input": {
576
+ "type": "structure",
577
+ "required": [
578
+ "Id"
579
+ ],
580
+ "members": {
581
+ "Id": {
582
+ "location": "uri",
583
+ "locationName": "Id"
584
+ }
585
+ }
586
+ },
587
+ "output": {
588
+ "type": "structure",
589
+ "members": {}
590
+ }
591
+ },
592
+ "GetDestination": {
593
+ "http": {
594
+ "method": "GET",
595
+ "requestUri": "/destinations/{Name}"
596
+ },
597
+ "input": {
598
+ "type": "structure",
599
+ "required": [
600
+ "Name"
601
+ ],
602
+ "members": {
603
+ "Name": {
604
+ "location": "uri",
605
+ "locationName": "Name"
606
+ }
607
+ }
608
+ },
609
+ "output": {
610
+ "type": "structure",
611
+ "members": {
612
+ "Arn": {},
613
+ "Name": {},
614
+ "Expression": {},
615
+ "ExpressionType": {},
616
+ "Description": {},
617
+ "RoleArn": {}
618
+ }
619
+ }
620
+ },
621
+ "GetDeviceProfile": {
622
+ "http": {
623
+ "method": "GET",
624
+ "requestUri": "/device-profiles/{Id}"
625
+ },
626
+ "input": {
627
+ "type": "structure",
628
+ "required": [
629
+ "Id"
630
+ ],
631
+ "members": {
632
+ "Id": {
633
+ "location": "uri",
634
+ "locationName": "Id"
635
+ }
636
+ }
637
+ },
638
+ "output": {
639
+ "type": "structure",
640
+ "members": {
641
+ "Arn": {},
642
+ "Name": {},
643
+ "Id": {},
644
+ "LoRaWAN": {
645
+ "shape": "Sv"
646
+ }
647
+ }
648
+ }
649
+ },
650
+ "GetPartnerAccount": {
651
+ "http": {
652
+ "method": "GET",
653
+ "requestUri": "/partner-accounts/{PartnerAccountId}"
654
+ },
655
+ "input": {
656
+ "type": "structure",
657
+ "required": [
658
+ "PartnerAccountId",
659
+ "PartnerType"
660
+ ],
661
+ "members": {
662
+ "PartnerAccountId": {
663
+ "location": "uri",
664
+ "locationName": "PartnerAccountId"
665
+ },
666
+ "PartnerType": {
667
+ "location": "querystring",
668
+ "locationName": "partnerType"
669
+ }
670
+ }
671
+ },
672
+ "output": {
673
+ "type": "structure",
674
+ "members": {
675
+ "Sidewalk": {
676
+ "shape": "S3u"
677
+ },
678
+ "AccountLinked": {
679
+ "type": "boolean"
680
+ }
681
+ }
682
+ }
683
+ },
684
+ "GetServiceEndpoint": {
685
+ "http": {
686
+ "method": "GET",
687
+ "requestUri": "/service-endpoint"
688
+ },
689
+ "input": {
690
+ "type": "structure",
691
+ "members": {
692
+ "ServiceType": {
693
+ "location": "querystring",
694
+ "locationName": "serviceType"
695
+ }
696
+ }
697
+ },
698
+ "output": {
699
+ "type": "structure",
700
+ "members": {
701
+ "ServiceType": {},
702
+ "ServiceEndpoint": {},
703
+ "ServerTrust": {}
704
+ }
705
+ }
706
+ },
707
+ "GetServiceProfile": {
708
+ "http": {
709
+ "method": "GET",
710
+ "requestUri": "/service-profiles/{Id}"
711
+ },
712
+ "input": {
713
+ "type": "structure",
714
+ "required": [
715
+ "Id"
716
+ ],
717
+ "members": {
718
+ "Id": {
719
+ "location": "uri",
720
+ "locationName": "Id"
721
+ }
722
+ }
723
+ },
724
+ "output": {
725
+ "type": "structure",
726
+ "members": {
727
+ "Arn": {},
728
+ "Name": {},
729
+ "Id": {},
730
+ "LoRaWAN": {
731
+ "type": "structure",
732
+ "members": {
733
+ "UlRate": {
734
+ "type": "integer"
735
+ },
736
+ "UlBucketSize": {
737
+ "type": "integer"
738
+ },
739
+ "UlRatePolicy": {},
740
+ "DlRate": {
741
+ "type": "integer"
742
+ },
743
+ "DlBucketSize": {
744
+ "type": "integer"
745
+ },
746
+ "DlRatePolicy": {},
747
+ "AddGwMetadata": {
748
+ "type": "boolean"
749
+ },
750
+ "DevStatusReqFreq": {
751
+ "type": "integer"
752
+ },
753
+ "ReportDevStatusBattery": {
754
+ "type": "boolean"
755
+ },
756
+ "ReportDevStatusMargin": {
757
+ "type": "boolean"
758
+ },
759
+ "DrMin": {
760
+ "type": "integer"
761
+ },
762
+ "DrMax": {
763
+ "type": "integer"
764
+ },
765
+ "ChannelMask": {},
766
+ "PrAllowed": {
767
+ "type": "boolean"
768
+ },
769
+ "HrAllowed": {
770
+ "type": "boolean"
771
+ },
772
+ "RaAllowed": {
773
+ "type": "boolean"
774
+ },
775
+ "NwkGeoLoc": {
776
+ "type": "boolean"
777
+ },
778
+ "TargetPer": {
779
+ "type": "integer"
780
+ },
781
+ "MinGwDiversity": {
782
+ "type": "integer"
783
+ }
784
+ }
785
+ }
786
+ }
787
+ }
788
+ },
789
+ "GetWirelessDevice": {
790
+ "http": {
791
+ "method": "GET",
792
+ "requestUri": "/wireless-devices/{Identifier}"
793
+ },
794
+ "input": {
795
+ "type": "structure",
796
+ "required": [
797
+ "Identifier",
798
+ "IdentifierType"
799
+ ],
800
+ "members": {
801
+ "Identifier": {
802
+ "location": "uri",
803
+ "locationName": "Identifier"
804
+ },
805
+ "IdentifierType": {
806
+ "location": "querystring",
807
+ "locationName": "identifierType"
808
+ }
809
+ }
810
+ },
811
+ "output": {
812
+ "type": "structure",
813
+ "members": {
814
+ "Type": {},
815
+ "Name": {},
816
+ "Description": {},
817
+ "DestinationName": {},
818
+ "Id": {},
819
+ "Arn": {},
820
+ "ThingName": {},
821
+ "ThingArn": {},
822
+ "LoRaWAN": {
823
+ "shape": "S1t"
824
+ }
825
+ }
826
+ }
827
+ },
828
+ "GetWirelessDeviceStatistics": {
829
+ "http": {
830
+ "method": "GET",
831
+ "requestUri": "/wireless-devices/{Id}/statistics",
832
+ "responseCode": 200
833
+ },
834
+ "input": {
835
+ "type": "structure",
836
+ "required": [
837
+ "WirelessDeviceId"
838
+ ],
839
+ "members": {
840
+ "WirelessDeviceId": {
841
+ "location": "uri",
842
+ "locationName": "Id"
843
+ }
844
+ }
845
+ },
846
+ "output": {
847
+ "type": "structure",
848
+ "members": {
849
+ "WirelessDeviceId": {},
850
+ "LastUplinkReceivedAt": {},
851
+ "LoRaWAN": {
852
+ "type": "structure",
853
+ "members": {
854
+ "DevEui": {},
855
+ "FPort": {
856
+ "type": "integer"
857
+ },
858
+ "DataRate": {
859
+ "type": "integer"
860
+ },
861
+ "Frequency": {
862
+ "type": "integer"
863
+ },
864
+ "Timestamp": {},
865
+ "Gateways": {
866
+ "type": "list",
867
+ "member": {
868
+ "type": "structure",
869
+ "members": {
870
+ "GatewayEui": {},
871
+ "Snr": {
872
+ "type": "double"
873
+ },
874
+ "Rssi": {
875
+ "type": "double"
876
+ }
877
+ }
878
+ }
879
+ }
880
+ }
881
+ }
882
+ }
883
+ }
884
+ },
885
+ "GetWirelessGateway": {
886
+ "http": {
887
+ "method": "GET",
888
+ "requestUri": "/wireless-gateways/{Identifier}"
889
+ },
890
+ "input": {
891
+ "type": "structure",
892
+ "required": [
893
+ "Identifier",
894
+ "IdentifierType"
895
+ ],
896
+ "members": {
897
+ "Identifier": {
898
+ "location": "uri",
899
+ "locationName": "Identifier"
900
+ },
901
+ "IdentifierType": {
902
+ "location": "querystring",
903
+ "locationName": "identifierType"
904
+ }
905
+ }
906
+ },
907
+ "output": {
908
+ "type": "structure",
909
+ "members": {
910
+ "Name": {},
911
+ "Id": {},
912
+ "Description": {},
913
+ "LoRaWAN": {
914
+ "shape": "S2f"
915
+ },
916
+ "Arn": {},
917
+ "ThingName": {},
918
+ "ThingArn": {}
919
+ }
920
+ }
921
+ },
922
+ "GetWirelessGatewayCertificate": {
923
+ "http": {
924
+ "method": "GET",
925
+ "requestUri": "/wireless-gateways/{Id}/certificate"
926
+ },
927
+ "input": {
928
+ "type": "structure",
929
+ "required": [
930
+ "Id"
931
+ ],
932
+ "members": {
933
+ "Id": {
934
+ "location": "uri",
935
+ "locationName": "Id"
936
+ }
937
+ }
938
+ },
939
+ "output": {
940
+ "type": "structure",
941
+ "members": {
942
+ "IotCertificateId": {}
943
+ }
944
+ }
945
+ },
946
+ "GetWirelessGatewayFirmwareInformation": {
947
+ "http": {
948
+ "method": "GET",
949
+ "requestUri": "/wireless-gateways/{Id}/firmware-information"
950
+ },
951
+ "input": {
952
+ "type": "structure",
953
+ "required": [
954
+ "Id"
955
+ ],
956
+ "members": {
957
+ "Id": {
958
+ "location": "uri",
959
+ "locationName": "Id"
960
+ }
961
+ }
962
+ },
963
+ "output": {
964
+ "type": "structure",
965
+ "members": {
966
+ "LoRaWAN": {
967
+ "type": "structure",
968
+ "members": {
969
+ "CurrentVersion": {
970
+ "shape": "S2v"
971
+ }
972
+ }
973
+ }
974
+ }
975
+ }
976
+ },
977
+ "GetWirelessGatewayStatistics": {
978
+ "http": {
979
+ "method": "GET",
980
+ "requestUri": "/wireless-gateways/{Id}/statistics",
981
+ "responseCode": 200
982
+ },
983
+ "input": {
984
+ "type": "structure",
985
+ "required": [
986
+ "WirelessGatewayId"
987
+ ],
988
+ "members": {
989
+ "WirelessGatewayId": {
990
+ "location": "uri",
991
+ "locationName": "Id"
992
+ }
993
+ }
994
+ },
995
+ "output": {
996
+ "type": "structure",
997
+ "members": {
998
+ "WirelessGatewayId": {},
999
+ "LastUplinkReceivedAt": {}
1000
+ }
1001
+ }
1002
+ },
1003
+ "GetWirelessGatewayTask": {
1004
+ "http": {
1005
+ "method": "GET",
1006
+ "requestUri": "/wireless-gateways/{Id}/tasks"
1007
+ },
1008
+ "input": {
1009
+ "type": "structure",
1010
+ "required": [
1011
+ "Id"
1012
+ ],
1013
+ "members": {
1014
+ "Id": {
1015
+ "location": "uri",
1016
+ "locationName": "Id"
1017
+ }
1018
+ }
1019
+ },
1020
+ "output": {
1021
+ "type": "structure",
1022
+ "members": {
1023
+ "WirelessGatewayId": {},
1024
+ "WirelessGatewayTaskDefinitionId": {},
1025
+ "LastUplinkReceivedAt": {},
1026
+ "TaskCreatedAt": {},
1027
+ "Status": {}
1028
+ }
1029
+ }
1030
+ },
1031
+ "GetWirelessGatewayTaskDefinition": {
1032
+ "http": {
1033
+ "method": "GET",
1034
+ "requestUri": "/wireless-gateway-task-definitions/{Id}"
1035
+ },
1036
+ "input": {
1037
+ "type": "structure",
1038
+ "required": [
1039
+ "Id"
1040
+ ],
1041
+ "members": {
1042
+ "Id": {
1043
+ "location": "uri",
1044
+ "locationName": "Id"
1045
+ }
1046
+ }
1047
+ },
1048
+ "output": {
1049
+ "type": "structure",
1050
+ "members": {
1051
+ "AutoCreateTasks": {
1052
+ "type": "boolean"
1053
+ },
1054
+ "Name": {},
1055
+ "Update": {
1056
+ "shape": "S2q"
1057
+ }
1058
+ }
1059
+ }
1060
+ },
1061
+ "ListDestinations": {
1062
+ "http": {
1063
+ "method": "GET",
1064
+ "requestUri": "/destinations"
1065
+ },
1066
+ "input": {
1067
+ "type": "structure",
1068
+ "members": {
1069
+ "MaxResults": {
1070
+ "location": "querystring",
1071
+ "locationName": "maxResults",
1072
+ "type": "integer"
1073
+ },
1074
+ "NextToken": {
1075
+ "location": "querystring",
1076
+ "locationName": "nextToken"
1077
+ }
1078
+ }
1079
+ },
1080
+ "output": {
1081
+ "type": "structure",
1082
+ "members": {
1083
+ "NextToken": {},
1084
+ "DestinationList": {
1085
+ "type": "list",
1086
+ "member": {
1087
+ "type": "structure",
1088
+ "members": {
1089
+ "Arn": {},
1090
+ "Name": {},
1091
+ "ExpressionType": {},
1092
+ "Expression": {},
1093
+ "Description": {},
1094
+ "RoleArn": {}
1095
+ }
1096
+ }
1097
+ }
1098
+ }
1099
+ }
1100
+ },
1101
+ "ListDeviceProfiles": {
1102
+ "http": {
1103
+ "method": "GET",
1104
+ "requestUri": "/device-profiles"
1105
+ },
1106
+ "input": {
1107
+ "type": "structure",
1108
+ "members": {
1109
+ "NextToken": {
1110
+ "location": "querystring",
1111
+ "locationName": "nextToken"
1112
+ },
1113
+ "MaxResults": {
1114
+ "location": "querystring",
1115
+ "locationName": "maxResults",
1116
+ "type": "integer"
1117
+ }
1118
+ }
1119
+ },
1120
+ "output": {
1121
+ "type": "structure",
1122
+ "members": {
1123
+ "NextToken": {},
1124
+ "DeviceProfileList": {
1125
+ "type": "list",
1126
+ "member": {
1127
+ "type": "structure",
1128
+ "members": {
1129
+ "Arn": {},
1130
+ "Name": {},
1131
+ "Id": {}
1132
+ }
1133
+ }
1134
+ }
1135
+ }
1136
+ }
1137
+ },
1138
+ "ListPartnerAccounts": {
1139
+ "http": {
1140
+ "method": "GET",
1141
+ "requestUri": "/partner-accounts"
1142
+ },
1143
+ "input": {
1144
+ "type": "structure",
1145
+ "members": {
1146
+ "NextToken": {
1147
+ "location": "querystring",
1148
+ "locationName": "nextToken"
1149
+ },
1150
+ "MaxResults": {
1151
+ "location": "querystring",
1152
+ "locationName": "maxResults",
1153
+ "type": "integer"
1154
+ }
1155
+ }
1156
+ },
1157
+ "output": {
1158
+ "type": "structure",
1159
+ "members": {
1160
+ "NextToken": {},
1161
+ "Sidewalk": {
1162
+ "type": "list",
1163
+ "member": {
1164
+ "shape": "S3u"
1165
+ }
1166
+ }
1167
+ }
1168
+ }
1169
+ },
1170
+ "ListServiceProfiles": {
1171
+ "http": {
1172
+ "method": "GET",
1173
+ "requestUri": "/service-profiles"
1174
+ },
1175
+ "input": {
1176
+ "type": "structure",
1177
+ "members": {
1178
+ "NextToken": {
1179
+ "location": "querystring",
1180
+ "locationName": "nextToken"
1181
+ },
1182
+ "MaxResults": {
1183
+ "location": "querystring",
1184
+ "locationName": "maxResults",
1185
+ "type": "integer"
1186
+ }
1187
+ }
1188
+ },
1189
+ "output": {
1190
+ "type": "structure",
1191
+ "members": {
1192
+ "NextToken": {},
1193
+ "ServiceProfileList": {
1194
+ "type": "list",
1195
+ "member": {
1196
+ "type": "structure",
1197
+ "members": {
1198
+ "Arn": {},
1199
+ "Name": {},
1200
+ "Id": {}
1201
+ }
1202
+ }
1203
+ }
1204
+ }
1205
+ }
1206
+ },
1207
+ "ListTagsForResource": {
1208
+ "http": {
1209
+ "method": "GET",
1210
+ "requestUri": "/tags"
1211
+ },
1212
+ "input": {
1213
+ "type": "structure",
1214
+ "required": [
1215
+ "ResourceArn"
1216
+ ],
1217
+ "members": {
1218
+ "ResourceArn": {
1219
+ "location": "querystring",
1220
+ "locationName": "resourceArn"
1221
+ }
1222
+ }
1223
+ },
1224
+ "output": {
1225
+ "type": "structure",
1226
+ "members": {
1227
+ "Tags": {
1228
+ "shape": "Sn"
1229
+ }
1230
+ }
1231
+ }
1232
+ },
1233
+ "ListWirelessDevices": {
1234
+ "http": {
1235
+ "method": "GET",
1236
+ "requestUri": "/wireless-devices"
1237
+ },
1238
+ "input": {
1239
+ "type": "structure",
1240
+ "members": {
1241
+ "MaxResults": {
1242
+ "location": "querystring",
1243
+ "locationName": "maxResults",
1244
+ "type": "integer"
1245
+ },
1246
+ "NextToken": {
1247
+ "location": "querystring",
1248
+ "locationName": "nextToken"
1249
+ },
1250
+ "DestinationName": {
1251
+ "location": "querystring",
1252
+ "locationName": "destinationName"
1253
+ },
1254
+ "DeviceProfileId": {
1255
+ "location": "querystring",
1256
+ "locationName": "deviceProfileId"
1257
+ },
1258
+ "ServiceProfileId": {
1259
+ "location": "querystring",
1260
+ "locationName": "serviceProfileId"
1261
+ },
1262
+ "WirelessDeviceType": {
1263
+ "location": "querystring",
1264
+ "locationName": "wirelessDeviceType"
1265
+ }
1266
+ }
1267
+ },
1268
+ "output": {
1269
+ "type": "structure",
1270
+ "members": {
1271
+ "NextToken": {},
1272
+ "WirelessDeviceList": {
1273
+ "type": "list",
1274
+ "member": {
1275
+ "type": "structure",
1276
+ "members": {
1277
+ "Arn": {},
1278
+ "Id": {},
1279
+ "Type": {},
1280
+ "Name": {},
1281
+ "DestinationName": {},
1282
+ "LastUplinkReceivedAt": {},
1283
+ "LoRaWAN": {
1284
+ "type": "structure",
1285
+ "members": {
1286
+ "DevEui": {}
1287
+ }
1288
+ },
1289
+ "Sidewalk": {
1290
+ "type": "structure",
1291
+ "members": {
1292
+ "AmazonId": {}
1293
+ }
1294
+ }
1295
+ }
1296
+ }
1297
+ }
1298
+ }
1299
+ }
1300
+ },
1301
+ "ListWirelessGatewayTaskDefinitions": {
1302
+ "http": {
1303
+ "method": "GET",
1304
+ "requestUri": "/wireless-gateway-task-definitions"
1305
+ },
1306
+ "input": {
1307
+ "type": "structure",
1308
+ "members": {
1309
+ "MaxResults": {
1310
+ "location": "querystring",
1311
+ "locationName": "maxResults",
1312
+ "type": "integer"
1313
+ },
1314
+ "NextToken": {
1315
+ "location": "querystring",
1316
+ "locationName": "nextToken"
1317
+ },
1318
+ "TaskDefinitionType": {
1319
+ "location": "querystring",
1320
+ "locationName": "taskDefinitionType"
1321
+ }
1322
+ }
1323
+ },
1324
+ "output": {
1325
+ "type": "structure",
1326
+ "members": {
1327
+ "NextToken": {},
1328
+ "TaskDefinitions": {
1329
+ "type": "list",
1330
+ "member": {
1331
+ "type": "structure",
1332
+ "members": {
1333
+ "Id": {},
1334
+ "LoRaWAN": {
1335
+ "type": "structure",
1336
+ "members": {
1337
+ "CurrentVersion": {
1338
+ "shape": "S2v"
1339
+ },
1340
+ "UpdateVersion": {
1341
+ "shape": "S2v"
1342
+ }
1343
+ }
1344
+ }
1345
+ }
1346
+ }
1347
+ }
1348
+ }
1349
+ }
1350
+ },
1351
+ "ListWirelessGateways": {
1352
+ "http": {
1353
+ "method": "GET",
1354
+ "requestUri": "/wireless-gateways"
1355
+ },
1356
+ "input": {
1357
+ "type": "structure",
1358
+ "members": {
1359
+ "NextToken": {
1360
+ "location": "querystring",
1361
+ "locationName": "nextToken"
1362
+ },
1363
+ "MaxResults": {
1364
+ "location": "querystring",
1365
+ "locationName": "maxResults",
1366
+ "type": "integer"
1367
+ }
1368
+ }
1369
+ },
1370
+ "output": {
1371
+ "type": "structure",
1372
+ "members": {
1373
+ "NextToken": {},
1374
+ "WirelessGatewayList": {
1375
+ "type": "list",
1376
+ "member": {
1377
+ "type": "structure",
1378
+ "members": {
1379
+ "Arn": {},
1380
+ "Id": {},
1381
+ "Name": {},
1382
+ "Description": {},
1383
+ "LoRaWAN": {
1384
+ "shape": "S2f"
1385
+ },
1386
+ "LastUplinkReceivedAt": {}
1387
+ }
1388
+ }
1389
+ }
1390
+ }
1391
+ }
1392
+ },
1393
+ "SendDataToWirelessDevice": {
1394
+ "http": {
1395
+ "requestUri": "/wireless-devices/{Id}/data",
1396
+ "responseCode": 202
1397
+ },
1398
+ "input": {
1399
+ "type": "structure",
1400
+ "required": [
1401
+ "Id",
1402
+ "TransmitMode",
1403
+ "PayloadData"
1404
+ ],
1405
+ "members": {
1406
+ "Id": {
1407
+ "location": "uri",
1408
+ "locationName": "Id"
1409
+ },
1410
+ "TransmitMode": {
1411
+ "type": "integer"
1412
+ },
1413
+ "PayloadData": {},
1414
+ "WirelessMetadata": {
1415
+ "type": "structure",
1416
+ "members": {
1417
+ "LoRaWAN": {
1418
+ "type": "structure",
1419
+ "members": {
1420
+ "FPort": {
1421
+ "type": "integer"
1422
+ }
1423
+ }
1424
+ },
1425
+ "Sidewalk": {
1426
+ "type": "structure",
1427
+ "members": {
1428
+ "Seq": {
1429
+ "type": "integer"
1430
+ }
1431
+ }
1432
+ }
1433
+ }
1434
+ }
1435
+ }
1436
+ },
1437
+ "output": {
1438
+ "type": "structure",
1439
+ "members": {
1440
+ "MessageId": {}
1441
+ }
1442
+ }
1443
+ },
1444
+ "TagResource": {
1445
+ "http": {
1446
+ "requestUri": "/tags",
1447
+ "responseCode": 204
1448
+ },
1449
+ "input": {
1450
+ "type": "structure",
1451
+ "required": [
1452
+ "ResourceArn",
1453
+ "Tags"
1454
+ ],
1455
+ "members": {
1456
+ "ResourceArn": {
1457
+ "location": "querystring",
1458
+ "locationName": "resourceArn"
1459
+ },
1460
+ "Tags": {
1461
+ "shape": "Sn"
1462
+ }
1463
+ }
1464
+ },
1465
+ "output": {
1466
+ "type": "structure",
1467
+ "members": {}
1468
+ }
1469
+ },
1470
+ "TestWirelessDevice": {
1471
+ "http": {
1472
+ "requestUri": "/wireless-devices/{Id}/test",
1473
+ "responseCode": 200
1474
+ },
1475
+ "input": {
1476
+ "type": "structure",
1477
+ "required": [
1478
+ "Id"
1479
+ ],
1480
+ "members": {
1481
+ "Id": {
1482
+ "location": "uri",
1483
+ "locationName": "Id"
1484
+ }
1485
+ }
1486
+ },
1487
+ "output": {
1488
+ "type": "structure",
1489
+ "members": {
1490
+ "Result": {}
1491
+ }
1492
+ }
1493
+ },
1494
+ "UntagResource": {
1495
+ "http": {
1496
+ "method": "DELETE",
1497
+ "requestUri": "/tags",
1498
+ "responseCode": 204
1499
+ },
1500
+ "input": {
1501
+ "type": "structure",
1502
+ "required": [
1503
+ "ResourceArn",
1504
+ "TagKeys"
1505
+ ],
1506
+ "members": {
1507
+ "ResourceArn": {
1508
+ "location": "querystring",
1509
+ "locationName": "resourceArn"
1510
+ },
1511
+ "TagKeys": {
1512
+ "location": "querystring",
1513
+ "locationName": "tagKeys",
1514
+ "type": "list",
1515
+ "member": {}
1516
+ }
1517
+ }
1518
+ },
1519
+ "output": {
1520
+ "type": "structure",
1521
+ "members": {}
1522
+ }
1523
+ },
1524
+ "UpdateDestination": {
1525
+ "http": {
1526
+ "method": "PATCH",
1527
+ "requestUri": "/destinations/{Name}",
1528
+ "responseCode": 204
1529
+ },
1530
+ "input": {
1531
+ "type": "structure",
1532
+ "required": [
1533
+ "Name"
1534
+ ],
1535
+ "members": {
1536
+ "Name": {
1537
+ "location": "uri",
1538
+ "locationName": "Name"
1539
+ },
1540
+ "ExpressionType": {},
1541
+ "Expression": {},
1542
+ "Description": {},
1543
+ "RoleArn": {}
1544
+ }
1545
+ },
1546
+ "output": {
1547
+ "type": "structure",
1548
+ "members": {}
1549
+ }
1550
+ },
1551
+ "UpdatePartnerAccount": {
1552
+ "http": {
1553
+ "method": "PATCH",
1554
+ "requestUri": "/partner-accounts/{PartnerAccountId}",
1555
+ "responseCode": 204
1556
+ },
1557
+ "input": {
1558
+ "type": "structure",
1559
+ "required": [
1560
+ "Sidewalk",
1561
+ "PartnerAccountId",
1562
+ "PartnerType"
1563
+ ],
1564
+ "members": {
1565
+ "Sidewalk": {
1566
+ "type": "structure",
1567
+ "members": {
1568
+ "AppServerPrivateKey": {
1569
+ "shape": "S4"
1570
+ }
1571
+ }
1572
+ },
1573
+ "PartnerAccountId": {
1574
+ "location": "uri",
1575
+ "locationName": "PartnerAccountId"
1576
+ },
1577
+ "PartnerType": {
1578
+ "location": "querystring",
1579
+ "locationName": "partnerType"
1580
+ }
1581
+ }
1582
+ },
1583
+ "output": {
1584
+ "type": "structure",
1585
+ "members": {}
1586
+ }
1587
+ },
1588
+ "UpdateWirelessDevice": {
1589
+ "http": {
1590
+ "method": "PATCH",
1591
+ "requestUri": "/wireless-devices/{Id}",
1592
+ "responseCode": 204
1593
+ },
1594
+ "input": {
1595
+ "type": "structure",
1596
+ "required": [
1597
+ "Id"
1598
+ ],
1599
+ "members": {
1600
+ "Id": {
1601
+ "location": "uri",
1602
+ "locationName": "Id"
1603
+ },
1604
+ "DestinationName": {},
1605
+ "Name": {},
1606
+ "Description": {},
1607
+ "LoRaWAN": {
1608
+ "type": "structure",
1609
+ "members": {
1610
+ "DeviceProfileId": {},
1611
+ "ServiceProfileId": {}
1612
+ }
1613
+ }
1614
+ }
1615
+ },
1616
+ "output": {
1617
+ "type": "structure",
1618
+ "members": {}
1619
+ }
1620
+ },
1621
+ "UpdateWirelessGateway": {
1622
+ "http": {
1623
+ "method": "PATCH",
1624
+ "requestUri": "/wireless-gateways/{Id}",
1625
+ "responseCode": 204
1626
+ },
1627
+ "input": {
1628
+ "type": "structure",
1629
+ "required": [
1630
+ "Id"
1631
+ ],
1632
+ "members": {
1633
+ "Id": {
1634
+ "location": "uri",
1635
+ "locationName": "Id"
1636
+ },
1637
+ "Name": {},
1638
+ "Description": {}
1639
+ }
1640
+ },
1641
+ "output": {
1642
+ "type": "structure",
1643
+ "members": {}
1644
+ }
1645
+ }
1646
+ },
1647
+ "shapes": {
1648
+ "S2": {
1649
+ "type": "structure",
1650
+ "members": {
1651
+ "AmazonId": {},
1652
+ "AppServerPrivateKey": {
1653
+ "shape": "S4"
1654
+ }
1655
+ }
1656
+ },
1657
+ "S4": {
1658
+ "type": "string",
1659
+ "sensitive": true
1660
+ },
1661
+ "Sn": {
1662
+ "type": "list",
1663
+ "member": {
1664
+ "type": "structure",
1665
+ "required": [
1666
+ "Key",
1667
+ "Value"
1668
+ ],
1669
+ "members": {
1670
+ "Key": {},
1671
+ "Value": {}
1672
+ }
1673
+ }
1674
+ },
1675
+ "Sv": {
1676
+ "type": "structure",
1677
+ "members": {
1678
+ "SupportsClassB": {
1679
+ "type": "boolean"
1680
+ },
1681
+ "ClassBTimeout": {
1682
+ "type": "integer"
1683
+ },
1684
+ "PingSlotPeriod": {
1685
+ "type": "integer"
1686
+ },
1687
+ "PingSlotDr": {
1688
+ "type": "integer"
1689
+ },
1690
+ "PingSlotFreq": {
1691
+ "type": "integer"
1692
+ },
1693
+ "SupportsClassC": {
1694
+ "type": "boolean"
1695
+ },
1696
+ "ClassCTimeout": {
1697
+ "type": "integer"
1698
+ },
1699
+ "MacVersion": {},
1700
+ "RegParamsRevision": {},
1701
+ "RxDelay1": {
1702
+ "type": "integer"
1703
+ },
1704
+ "RxDrOffset1": {
1705
+ "type": "integer"
1706
+ },
1707
+ "RxDataRate2": {
1708
+ "type": "integer"
1709
+ },
1710
+ "RxFreq2": {
1711
+ "type": "integer"
1712
+ },
1713
+ "FactoryPresetFreqsList": {
1714
+ "type": "list",
1715
+ "member": {
1716
+ "type": "integer"
1717
+ }
1718
+ },
1719
+ "MaxEirp": {
1720
+ "type": "integer"
1721
+ },
1722
+ "MaxDutyCycle": {
1723
+ "type": "integer"
1724
+ },
1725
+ "RfRegion": {},
1726
+ "SupportsJoin": {
1727
+ "type": "boolean"
1728
+ },
1729
+ "Supports32BitFCnt": {
1730
+ "type": "boolean"
1731
+ }
1732
+ }
1733
+ },
1734
+ "S1t": {
1735
+ "type": "structure",
1736
+ "members": {
1737
+ "DevEui": {},
1738
+ "DeviceProfileId": {},
1739
+ "ServiceProfileId": {},
1740
+ "OtaaV1_1": {
1741
+ "type": "structure",
1742
+ "members": {
1743
+ "AppKey": {},
1744
+ "NwkKey": {},
1745
+ "JoinEui": {}
1746
+ }
1747
+ },
1748
+ "OtaaV1_0_x": {
1749
+ "type": "structure",
1750
+ "members": {
1751
+ "AppKey": {},
1752
+ "AppEui": {}
1753
+ }
1754
+ },
1755
+ "AbpV1_1": {
1756
+ "type": "structure",
1757
+ "members": {
1758
+ "DevAddr": {},
1759
+ "SessionKeys": {
1760
+ "type": "structure",
1761
+ "members": {
1762
+ "FNwkSIntKey": {},
1763
+ "SNwkSIntKey": {},
1764
+ "NwkSEncKey": {},
1765
+ "AppSKey": {}
1766
+ }
1767
+ }
1768
+ }
1769
+ },
1770
+ "AbpV1_0_x": {
1771
+ "type": "structure",
1772
+ "members": {
1773
+ "DevAddr": {},
1774
+ "SessionKeys": {
1775
+ "type": "structure",
1776
+ "members": {
1777
+ "NwkSKey": {},
1778
+ "AppSKey": {}
1779
+ }
1780
+ }
1781
+ }
1782
+ }
1783
+ }
1784
+ },
1785
+ "S2f": {
1786
+ "type": "structure",
1787
+ "members": {
1788
+ "GatewayEui": {},
1789
+ "RfRegion": {}
1790
+ }
1791
+ },
1792
+ "S2q": {
1793
+ "type": "structure",
1794
+ "members": {
1795
+ "UpdateDataSource": {},
1796
+ "UpdateDataRole": {},
1797
+ "LoRaWAN": {
1798
+ "type": "structure",
1799
+ "members": {
1800
+ "UpdateSignature": {},
1801
+ "SigKeyCrc": {
1802
+ "type": "long"
1803
+ },
1804
+ "CurrentVersion": {
1805
+ "shape": "S2v"
1806
+ },
1807
+ "UpdateVersion": {
1808
+ "shape": "S2v"
1809
+ }
1810
+ }
1811
+ }
1812
+ }
1813
+ },
1814
+ "S2v": {
1815
+ "type": "structure",
1816
+ "members": {
1817
+ "PackageVersion": {},
1818
+ "Model": {},
1819
+ "Station": {}
1820
+ }
1821
+ },
1822
+ "S3u": {
1823
+ "type": "structure",
1824
+ "members": {
1825
+ "AmazonId": {},
1826
+ "AppServerPrivateKey": {
1827
+ "shape": "S4"
1828
+ }
1829
+ }
1830
+ }
1831
+ }
1832
+ }