aws-sdk 2.1020.0 → 2.1024.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.
- package/CHANGELOG.md +24 -1
- package/README.md +1 -1
- package/apis/chime-sdk-meetings-2021-07-15.examples.json +5 -0
- package/apis/chime-sdk-meetings-2021-07-15.min.json +474 -0
- package/apis/chime-sdk-meetings-2021-07-15.paginators.json +9 -0
- package/apis/connect-2017-08-08.min.json +230 -61
- package/apis/connect-2017-08-08.paginators.json +6 -0
- package/apis/datasync-2018-11-09.min.json +207 -56
- package/apis/ec2-2016-11-15.min.json +513 -499
- package/apis/finspace-2021-03-12.min.json +24 -4
- package/apis/iotwireless-2020-11-22.min.json +993 -100
- package/apis/iotwireless-2020-11-22.paginators.json +15 -0
- package/apis/macie2-2020-01-01.min.json +104 -77
- package/apis/metadata.json +4 -0
- package/apis/sagemaker-2017-07-24.min.json +617 -537
- package/apis/translate-2017-07-01.min.json +4 -1
- package/apis/wafv2-2019-07-29.min.json +130 -79
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/chimesdkmeetings.d.ts +486 -0
- package/clients/chimesdkmeetings.js +18 -0
- package/clients/connect.d.ts +194 -21
- package/clients/connectparticipant.d.ts +1 -1
- package/clients/datasync.d.ts +241 -11
- package/clients/ec2.d.ts +23 -6
- package/clients/finspace.d.ts +26 -0
- package/clients/iotwireless.d.ts +577 -6
- package/clients/macie2.d.ts +36 -16
- package/clients/resourcegroupstaggingapi.d.ts +29 -29
- package/clients/sagemaker.d.ts +111 -16
- package/clients/translate.d.ts +13 -12
- package/clients/wafv2.d.ts +70 -10
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +52 -15
- package/dist/aws-sdk.js +760 -564
- package/dist/aws-sdk.min.js +71 -71
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
|
@@ -42,6 +42,81 @@
|
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
},
|
|
45
|
+
"AssociateMulticastGroupWithFuotaTask": {
|
|
46
|
+
"http": {
|
|
47
|
+
"method": "PUT",
|
|
48
|
+
"requestUri": "/fuota-tasks/{Id}/multicast-group",
|
|
49
|
+
"responseCode": 204
|
|
50
|
+
},
|
|
51
|
+
"input": {
|
|
52
|
+
"type": "structure",
|
|
53
|
+
"required": [
|
|
54
|
+
"Id",
|
|
55
|
+
"MulticastGroupId"
|
|
56
|
+
],
|
|
57
|
+
"members": {
|
|
58
|
+
"Id": {
|
|
59
|
+
"location": "uri",
|
|
60
|
+
"locationName": "Id"
|
|
61
|
+
},
|
|
62
|
+
"MulticastGroupId": {}
|
|
63
|
+
}
|
|
64
|
+
},
|
|
65
|
+
"output": {
|
|
66
|
+
"type": "structure",
|
|
67
|
+
"members": {}
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
"AssociateWirelessDeviceWithFuotaTask": {
|
|
71
|
+
"http": {
|
|
72
|
+
"method": "PUT",
|
|
73
|
+
"requestUri": "/fuota-tasks/{Id}/wireless-device",
|
|
74
|
+
"responseCode": 204
|
|
75
|
+
},
|
|
76
|
+
"input": {
|
|
77
|
+
"type": "structure",
|
|
78
|
+
"required": [
|
|
79
|
+
"Id",
|
|
80
|
+
"WirelessDeviceId"
|
|
81
|
+
],
|
|
82
|
+
"members": {
|
|
83
|
+
"Id": {
|
|
84
|
+
"location": "uri",
|
|
85
|
+
"locationName": "Id"
|
|
86
|
+
},
|
|
87
|
+
"WirelessDeviceId": {}
|
|
88
|
+
}
|
|
89
|
+
},
|
|
90
|
+
"output": {
|
|
91
|
+
"type": "structure",
|
|
92
|
+
"members": {}
|
|
93
|
+
}
|
|
94
|
+
},
|
|
95
|
+
"AssociateWirelessDeviceWithMulticastGroup": {
|
|
96
|
+
"http": {
|
|
97
|
+
"method": "PUT",
|
|
98
|
+
"requestUri": "/multicast-groups/{Id}/wireless-device",
|
|
99
|
+
"responseCode": 204
|
|
100
|
+
},
|
|
101
|
+
"input": {
|
|
102
|
+
"type": "structure",
|
|
103
|
+
"required": [
|
|
104
|
+
"Id",
|
|
105
|
+
"WirelessDeviceId"
|
|
106
|
+
],
|
|
107
|
+
"members": {
|
|
108
|
+
"Id": {
|
|
109
|
+
"location": "uri",
|
|
110
|
+
"locationName": "Id"
|
|
111
|
+
},
|
|
112
|
+
"WirelessDeviceId": {}
|
|
113
|
+
}
|
|
114
|
+
},
|
|
115
|
+
"output": {
|
|
116
|
+
"type": "structure",
|
|
117
|
+
"members": {}
|
|
118
|
+
}
|
|
119
|
+
},
|
|
45
120
|
"AssociateWirelessDeviceWithThing": {
|
|
46
121
|
"http": {
|
|
47
122
|
"method": "PUT",
|
|
@@ -118,6 +193,29 @@
|
|
|
118
193
|
"members": {}
|
|
119
194
|
}
|
|
120
195
|
},
|
|
196
|
+
"CancelMulticastGroupSession": {
|
|
197
|
+
"http": {
|
|
198
|
+
"method": "DELETE",
|
|
199
|
+
"requestUri": "/multicast-groups/{Id}/session",
|
|
200
|
+
"responseCode": 204
|
|
201
|
+
},
|
|
202
|
+
"input": {
|
|
203
|
+
"type": "structure",
|
|
204
|
+
"required": [
|
|
205
|
+
"Id"
|
|
206
|
+
],
|
|
207
|
+
"members": {
|
|
208
|
+
"Id": {
|
|
209
|
+
"location": "uri",
|
|
210
|
+
"locationName": "Id"
|
|
211
|
+
}
|
|
212
|
+
}
|
|
213
|
+
},
|
|
214
|
+
"output": {
|
|
215
|
+
"type": "structure",
|
|
216
|
+
"members": {}
|
|
217
|
+
}
|
|
218
|
+
},
|
|
121
219
|
"CreateDestination": {
|
|
122
220
|
"http": {
|
|
123
221
|
"requestUri": "/destinations",
|
|
@@ -163,7 +261,7 @@
|
|
|
163
261
|
"members": {
|
|
164
262
|
"Name": {},
|
|
165
263
|
"LoRaWAN": {
|
|
166
|
-
"shape": "
|
|
264
|
+
"shape": "S16"
|
|
167
265
|
},
|
|
168
266
|
"Tags": {
|
|
169
267
|
"shape": "S6"
|
|
@@ -181,6 +279,73 @@
|
|
|
181
279
|
}
|
|
182
280
|
}
|
|
183
281
|
},
|
|
282
|
+
"CreateFuotaTask": {
|
|
283
|
+
"http": {
|
|
284
|
+
"requestUri": "/fuota-tasks",
|
|
285
|
+
"responseCode": 201
|
|
286
|
+
},
|
|
287
|
+
"input": {
|
|
288
|
+
"type": "structure",
|
|
289
|
+
"required": [
|
|
290
|
+
"FirmwareUpdateImage",
|
|
291
|
+
"FirmwareUpdateRole"
|
|
292
|
+
],
|
|
293
|
+
"members": {
|
|
294
|
+
"Name": {},
|
|
295
|
+
"Description": {},
|
|
296
|
+
"ClientRequestToken": {
|
|
297
|
+
"idempotencyToken": true
|
|
298
|
+
},
|
|
299
|
+
"LoRaWAN": {
|
|
300
|
+
"shape": "S1w"
|
|
301
|
+
},
|
|
302
|
+
"FirmwareUpdateImage": {},
|
|
303
|
+
"FirmwareUpdateRole": {},
|
|
304
|
+
"Tags": {
|
|
305
|
+
"shape": "S6"
|
|
306
|
+
}
|
|
307
|
+
}
|
|
308
|
+
},
|
|
309
|
+
"output": {
|
|
310
|
+
"type": "structure",
|
|
311
|
+
"members": {
|
|
312
|
+
"Arn": {},
|
|
313
|
+
"Id": {}
|
|
314
|
+
}
|
|
315
|
+
}
|
|
316
|
+
},
|
|
317
|
+
"CreateMulticastGroup": {
|
|
318
|
+
"http": {
|
|
319
|
+
"requestUri": "/multicast-groups",
|
|
320
|
+
"responseCode": 201
|
|
321
|
+
},
|
|
322
|
+
"input": {
|
|
323
|
+
"type": "structure",
|
|
324
|
+
"required": [
|
|
325
|
+
"LoRaWAN"
|
|
326
|
+
],
|
|
327
|
+
"members": {
|
|
328
|
+
"Name": {},
|
|
329
|
+
"Description": {},
|
|
330
|
+
"ClientRequestToken": {
|
|
331
|
+
"idempotencyToken": true
|
|
332
|
+
},
|
|
333
|
+
"LoRaWAN": {
|
|
334
|
+
"shape": "S24"
|
|
335
|
+
},
|
|
336
|
+
"Tags": {
|
|
337
|
+
"shape": "S6"
|
|
338
|
+
}
|
|
339
|
+
}
|
|
340
|
+
},
|
|
341
|
+
"output": {
|
|
342
|
+
"type": "structure",
|
|
343
|
+
"members": {
|
|
344
|
+
"Arn": {},
|
|
345
|
+
"Id": {}
|
|
346
|
+
}
|
|
347
|
+
}
|
|
348
|
+
},
|
|
184
349
|
"CreateServiceProfile": {
|
|
185
350
|
"http": {
|
|
186
351
|
"requestUri": "/service-profiles",
|
|
@@ -234,7 +399,7 @@
|
|
|
234
399
|
"idempotencyToken": true
|
|
235
400
|
},
|
|
236
401
|
"LoRaWAN": {
|
|
237
|
-
"shape": "
|
|
402
|
+
"shape": "S2i"
|
|
238
403
|
},
|
|
239
404
|
"Tags": {
|
|
240
405
|
"shape": "S6"
|
|
@@ -263,7 +428,7 @@
|
|
|
263
428
|
"Name": {},
|
|
264
429
|
"Description": {},
|
|
265
430
|
"LoRaWAN": {
|
|
266
|
-
"shape": "
|
|
431
|
+
"shape": "S37"
|
|
267
432
|
},
|
|
268
433
|
"Tags": {
|
|
269
434
|
"shape": "S6"
|
|
@@ -324,7 +489,7 @@
|
|
|
324
489
|
},
|
|
325
490
|
"Name": {},
|
|
326
491
|
"Update": {
|
|
327
|
-
"shape": "
|
|
492
|
+
"shape": "S3o"
|
|
328
493
|
},
|
|
329
494
|
"ClientRequestToken": {
|
|
330
495
|
"idempotencyToken": true
|
|
@@ -388,6 +553,52 @@
|
|
|
388
553
|
"members": {}
|
|
389
554
|
}
|
|
390
555
|
},
|
|
556
|
+
"DeleteFuotaTask": {
|
|
557
|
+
"http": {
|
|
558
|
+
"method": "DELETE",
|
|
559
|
+
"requestUri": "/fuota-tasks/{Id}",
|
|
560
|
+
"responseCode": 204
|
|
561
|
+
},
|
|
562
|
+
"input": {
|
|
563
|
+
"type": "structure",
|
|
564
|
+
"required": [
|
|
565
|
+
"Id"
|
|
566
|
+
],
|
|
567
|
+
"members": {
|
|
568
|
+
"Id": {
|
|
569
|
+
"location": "uri",
|
|
570
|
+
"locationName": "Id"
|
|
571
|
+
}
|
|
572
|
+
}
|
|
573
|
+
},
|
|
574
|
+
"output": {
|
|
575
|
+
"type": "structure",
|
|
576
|
+
"members": {}
|
|
577
|
+
}
|
|
578
|
+
},
|
|
579
|
+
"DeleteMulticastGroup": {
|
|
580
|
+
"http": {
|
|
581
|
+
"method": "DELETE",
|
|
582
|
+
"requestUri": "/multicast-groups/{Id}",
|
|
583
|
+
"responseCode": 204
|
|
584
|
+
},
|
|
585
|
+
"input": {
|
|
586
|
+
"type": "structure",
|
|
587
|
+
"required": [
|
|
588
|
+
"Id"
|
|
589
|
+
],
|
|
590
|
+
"members": {
|
|
591
|
+
"Id": {
|
|
592
|
+
"location": "uri",
|
|
593
|
+
"locationName": "Id"
|
|
594
|
+
}
|
|
595
|
+
}
|
|
596
|
+
},
|
|
597
|
+
"output": {
|
|
598
|
+
"type": "structure",
|
|
599
|
+
"members": {}
|
|
600
|
+
}
|
|
601
|
+
},
|
|
391
602
|
"DeleteServiceProfile": {
|
|
392
603
|
"http": {
|
|
393
604
|
"method": "DELETE",
|
|
@@ -531,21 +742,26 @@
|
|
|
531
742
|
"members": {}
|
|
532
743
|
}
|
|
533
744
|
},
|
|
534
|
-
"
|
|
745
|
+
"DisassociateMulticastGroupFromFuotaTask": {
|
|
535
746
|
"http": {
|
|
536
747
|
"method": "DELETE",
|
|
537
|
-
"requestUri": "/
|
|
748
|
+
"requestUri": "/fuota-tasks/{Id}/multicast-groups/{MulticastGroupId}",
|
|
538
749
|
"responseCode": 204
|
|
539
750
|
},
|
|
540
751
|
"input": {
|
|
541
752
|
"type": "structure",
|
|
542
753
|
"required": [
|
|
543
|
-
"Id"
|
|
754
|
+
"Id",
|
|
755
|
+
"MulticastGroupId"
|
|
544
756
|
],
|
|
545
757
|
"members": {
|
|
546
758
|
"Id": {
|
|
547
759
|
"location": "uri",
|
|
548
760
|
"locationName": "Id"
|
|
761
|
+
},
|
|
762
|
+
"MulticastGroupId": {
|
|
763
|
+
"location": "uri",
|
|
764
|
+
"locationName": "MulticastGroupId"
|
|
549
765
|
}
|
|
550
766
|
}
|
|
551
767
|
},
|
|
@@ -554,21 +770,26 @@
|
|
|
554
770
|
"members": {}
|
|
555
771
|
}
|
|
556
772
|
},
|
|
557
|
-
"
|
|
773
|
+
"DisassociateWirelessDeviceFromFuotaTask": {
|
|
558
774
|
"http": {
|
|
559
775
|
"method": "DELETE",
|
|
560
|
-
"requestUri": "/
|
|
776
|
+
"requestUri": "/fuota-tasks/{Id}/wireless-devices/{WirelessDeviceId}",
|
|
561
777
|
"responseCode": 204
|
|
562
778
|
},
|
|
563
779
|
"input": {
|
|
564
780
|
"type": "structure",
|
|
565
781
|
"required": [
|
|
566
|
-
"Id"
|
|
782
|
+
"Id",
|
|
783
|
+
"WirelessDeviceId"
|
|
567
784
|
],
|
|
568
785
|
"members": {
|
|
569
786
|
"Id": {
|
|
570
787
|
"location": "uri",
|
|
571
788
|
"locationName": "Id"
|
|
789
|
+
},
|
|
790
|
+
"WirelessDeviceId": {
|
|
791
|
+
"location": "uri",
|
|
792
|
+
"locationName": "WirelessDeviceId"
|
|
572
793
|
}
|
|
573
794
|
}
|
|
574
795
|
},
|
|
@@ -577,21 +798,26 @@
|
|
|
577
798
|
"members": {}
|
|
578
799
|
}
|
|
579
800
|
},
|
|
580
|
-
"
|
|
801
|
+
"DisassociateWirelessDeviceFromMulticastGroup": {
|
|
581
802
|
"http": {
|
|
582
803
|
"method": "DELETE",
|
|
583
|
-
"requestUri": "/
|
|
804
|
+
"requestUri": "/multicast-groups/{Id}/wireless-devices/{WirelessDeviceId}",
|
|
584
805
|
"responseCode": 204
|
|
585
806
|
},
|
|
586
807
|
"input": {
|
|
587
808
|
"type": "structure",
|
|
588
809
|
"required": [
|
|
589
|
-
"Id"
|
|
810
|
+
"Id",
|
|
811
|
+
"WirelessDeviceId"
|
|
590
812
|
],
|
|
591
813
|
"members": {
|
|
592
814
|
"Id": {
|
|
593
815
|
"location": "uri",
|
|
594
816
|
"locationName": "Id"
|
|
817
|
+
},
|
|
818
|
+
"WirelessDeviceId": {
|
|
819
|
+
"location": "uri",
|
|
820
|
+
"locationName": "WirelessDeviceId"
|
|
595
821
|
}
|
|
596
822
|
}
|
|
597
823
|
},
|
|
@@ -600,39 +826,34 @@
|
|
|
600
826
|
"members": {}
|
|
601
827
|
}
|
|
602
828
|
},
|
|
603
|
-
"
|
|
829
|
+
"DisassociateWirelessDeviceFromThing": {
|
|
604
830
|
"http": {
|
|
605
|
-
"method": "
|
|
606
|
-
"requestUri": "/
|
|
831
|
+
"method": "DELETE",
|
|
832
|
+
"requestUri": "/wireless-devices/{Id}/thing",
|
|
833
|
+
"responseCode": 204
|
|
607
834
|
},
|
|
608
835
|
"input": {
|
|
609
836
|
"type": "structure",
|
|
610
837
|
"required": [
|
|
611
|
-
"
|
|
838
|
+
"Id"
|
|
612
839
|
],
|
|
613
840
|
"members": {
|
|
614
|
-
"
|
|
841
|
+
"Id": {
|
|
615
842
|
"location": "uri",
|
|
616
|
-
"locationName": "
|
|
843
|
+
"locationName": "Id"
|
|
617
844
|
}
|
|
618
845
|
}
|
|
619
846
|
},
|
|
620
847
|
"output": {
|
|
621
848
|
"type": "structure",
|
|
622
|
-
"members": {
|
|
623
|
-
"Arn": {},
|
|
624
|
-
"Name": {},
|
|
625
|
-
"Expression": {},
|
|
626
|
-
"ExpressionType": {},
|
|
627
|
-
"Description": {},
|
|
628
|
-
"RoleArn": {}
|
|
629
|
-
}
|
|
849
|
+
"members": {}
|
|
630
850
|
}
|
|
631
851
|
},
|
|
632
|
-
"
|
|
852
|
+
"DisassociateWirelessGatewayFromCertificate": {
|
|
633
853
|
"http": {
|
|
634
|
-
"method": "
|
|
635
|
-
"requestUri": "/
|
|
854
|
+
"method": "DELETE",
|
|
855
|
+
"requestUri": "/wireless-gateways/{Id}/certificate",
|
|
856
|
+
"responseCode": 204
|
|
636
857
|
},
|
|
637
858
|
"input": {
|
|
638
859
|
"type": "structure",
|
|
@@ -648,35 +869,221 @@
|
|
|
648
869
|
},
|
|
649
870
|
"output": {
|
|
650
871
|
"type": "structure",
|
|
651
|
-
"members": {
|
|
652
|
-
"Arn": {},
|
|
653
|
-
"Name": {},
|
|
654
|
-
"Id": {},
|
|
655
|
-
"LoRaWAN": {
|
|
656
|
-
"shape": "Sw"
|
|
657
|
-
}
|
|
658
|
-
}
|
|
872
|
+
"members": {}
|
|
659
873
|
}
|
|
660
874
|
},
|
|
661
|
-
"
|
|
875
|
+
"DisassociateWirelessGatewayFromThing": {
|
|
662
876
|
"http": {
|
|
663
|
-
"method": "
|
|
664
|
-
"requestUri": "/
|
|
665
|
-
"responseCode":
|
|
877
|
+
"method": "DELETE",
|
|
878
|
+
"requestUri": "/wireless-gateways/{Id}/thing",
|
|
879
|
+
"responseCode": 204
|
|
666
880
|
},
|
|
667
881
|
"input": {
|
|
668
882
|
"type": "structure",
|
|
669
|
-
"
|
|
670
|
-
|
|
671
|
-
|
|
883
|
+
"required": [
|
|
884
|
+
"Id"
|
|
885
|
+
],
|
|
886
|
+
"members": {
|
|
887
|
+
"Id": {
|
|
888
|
+
"location": "uri",
|
|
889
|
+
"locationName": "Id"
|
|
890
|
+
}
|
|
891
|
+
}
|
|
892
|
+
},
|
|
893
|
+
"output": {
|
|
894
|
+
"type": "structure",
|
|
895
|
+
"members": {}
|
|
896
|
+
}
|
|
897
|
+
},
|
|
898
|
+
"GetDestination": {
|
|
899
|
+
"http": {
|
|
900
|
+
"method": "GET",
|
|
901
|
+
"requestUri": "/destinations/{Name}"
|
|
902
|
+
},
|
|
903
|
+
"input": {
|
|
904
|
+
"type": "structure",
|
|
905
|
+
"required": [
|
|
906
|
+
"Name"
|
|
907
|
+
],
|
|
908
|
+
"members": {
|
|
909
|
+
"Name": {
|
|
910
|
+
"location": "uri",
|
|
911
|
+
"locationName": "Name"
|
|
912
|
+
}
|
|
913
|
+
}
|
|
914
|
+
},
|
|
915
|
+
"output": {
|
|
916
|
+
"type": "structure",
|
|
917
|
+
"members": {
|
|
918
|
+
"Arn": {},
|
|
919
|
+
"Name": {},
|
|
920
|
+
"Expression": {},
|
|
921
|
+
"ExpressionType": {},
|
|
922
|
+
"Description": {},
|
|
923
|
+
"RoleArn": {}
|
|
924
|
+
}
|
|
925
|
+
}
|
|
926
|
+
},
|
|
927
|
+
"GetDeviceProfile": {
|
|
928
|
+
"http": {
|
|
929
|
+
"method": "GET",
|
|
930
|
+
"requestUri": "/device-profiles/{Id}"
|
|
931
|
+
},
|
|
932
|
+
"input": {
|
|
933
|
+
"type": "structure",
|
|
934
|
+
"required": [
|
|
935
|
+
"Id"
|
|
936
|
+
],
|
|
937
|
+
"members": {
|
|
938
|
+
"Id": {
|
|
939
|
+
"location": "uri",
|
|
940
|
+
"locationName": "Id"
|
|
941
|
+
}
|
|
942
|
+
}
|
|
943
|
+
},
|
|
944
|
+
"output": {
|
|
945
|
+
"type": "structure",
|
|
946
|
+
"members": {
|
|
947
|
+
"Arn": {},
|
|
948
|
+
"Name": {},
|
|
949
|
+
"Id": {},
|
|
950
|
+
"LoRaWAN": {
|
|
951
|
+
"shape": "S16"
|
|
952
|
+
}
|
|
953
|
+
}
|
|
954
|
+
}
|
|
955
|
+
},
|
|
956
|
+
"GetFuotaTask": {
|
|
957
|
+
"http": {
|
|
958
|
+
"method": "GET",
|
|
959
|
+
"requestUri": "/fuota-tasks/{Id}"
|
|
960
|
+
},
|
|
961
|
+
"input": {
|
|
962
|
+
"type": "structure",
|
|
963
|
+
"required": [
|
|
964
|
+
"Id"
|
|
965
|
+
],
|
|
966
|
+
"members": {
|
|
967
|
+
"Id": {
|
|
968
|
+
"location": "uri",
|
|
969
|
+
"locationName": "Id"
|
|
970
|
+
}
|
|
971
|
+
}
|
|
972
|
+
},
|
|
973
|
+
"output": {
|
|
974
|
+
"type": "structure",
|
|
975
|
+
"members": {
|
|
976
|
+
"Arn": {},
|
|
977
|
+
"Id": {},
|
|
978
|
+
"Status": {},
|
|
979
|
+
"Name": {},
|
|
980
|
+
"Description": {},
|
|
981
|
+
"LoRaWAN": {
|
|
982
|
+
"type": "structure",
|
|
983
|
+
"members": {
|
|
984
|
+
"RfRegion": {},
|
|
985
|
+
"StartTime": {
|
|
986
|
+
"shape": "S55"
|
|
987
|
+
}
|
|
988
|
+
}
|
|
989
|
+
},
|
|
990
|
+
"FirmwareUpdateImage": {},
|
|
991
|
+
"FirmwareUpdateRole": {},
|
|
992
|
+
"CreatedAt": {
|
|
993
|
+
"type": "timestamp"
|
|
994
|
+
}
|
|
995
|
+
}
|
|
996
|
+
}
|
|
997
|
+
},
|
|
998
|
+
"GetLogLevelsByResourceTypes": {
|
|
999
|
+
"http": {
|
|
1000
|
+
"method": "GET",
|
|
1001
|
+
"requestUri": "/log-levels",
|
|
1002
|
+
"responseCode": 200
|
|
1003
|
+
},
|
|
1004
|
+
"input": {
|
|
1005
|
+
"type": "structure",
|
|
1006
|
+
"members": {}
|
|
1007
|
+
},
|
|
1008
|
+
"output": {
|
|
672
1009
|
"type": "structure",
|
|
673
1010
|
"members": {
|
|
674
1011
|
"DefaultLogLevel": {},
|
|
675
1012
|
"WirelessGatewayLogOptions": {
|
|
676
|
-
"shape": "
|
|
1013
|
+
"shape": "S5a"
|
|
677
1014
|
},
|
|
678
1015
|
"WirelessDeviceLogOptions": {
|
|
679
|
-
"shape": "
|
|
1016
|
+
"shape": "S5g"
|
|
1017
|
+
}
|
|
1018
|
+
}
|
|
1019
|
+
}
|
|
1020
|
+
},
|
|
1021
|
+
"GetMulticastGroup": {
|
|
1022
|
+
"http": {
|
|
1023
|
+
"method": "GET",
|
|
1024
|
+
"requestUri": "/multicast-groups/{Id}"
|
|
1025
|
+
},
|
|
1026
|
+
"input": {
|
|
1027
|
+
"type": "structure",
|
|
1028
|
+
"required": [
|
|
1029
|
+
"Id"
|
|
1030
|
+
],
|
|
1031
|
+
"members": {
|
|
1032
|
+
"Id": {
|
|
1033
|
+
"location": "uri",
|
|
1034
|
+
"locationName": "Id"
|
|
1035
|
+
}
|
|
1036
|
+
}
|
|
1037
|
+
},
|
|
1038
|
+
"output": {
|
|
1039
|
+
"type": "structure",
|
|
1040
|
+
"members": {
|
|
1041
|
+
"Arn": {},
|
|
1042
|
+
"Id": {},
|
|
1043
|
+
"Name": {},
|
|
1044
|
+
"Description": {},
|
|
1045
|
+
"Status": {},
|
|
1046
|
+
"LoRaWAN": {
|
|
1047
|
+
"type": "structure",
|
|
1048
|
+
"members": {
|
|
1049
|
+
"RfRegion": {},
|
|
1050
|
+
"DlClass": {},
|
|
1051
|
+
"NumberOfDevicesRequested": {
|
|
1052
|
+
"type": "integer"
|
|
1053
|
+
},
|
|
1054
|
+
"NumberOfDevicesInGroup": {
|
|
1055
|
+
"type": "integer"
|
|
1056
|
+
}
|
|
1057
|
+
}
|
|
1058
|
+
},
|
|
1059
|
+
"CreatedAt": {
|
|
1060
|
+
"type": "timestamp"
|
|
1061
|
+
}
|
|
1062
|
+
}
|
|
1063
|
+
}
|
|
1064
|
+
},
|
|
1065
|
+
"GetMulticastGroupSession": {
|
|
1066
|
+
"http": {
|
|
1067
|
+
"method": "GET",
|
|
1068
|
+
"requestUri": "/multicast-groups/{Id}/session"
|
|
1069
|
+
},
|
|
1070
|
+
"input": {
|
|
1071
|
+
"type": "structure",
|
|
1072
|
+
"required": [
|
|
1073
|
+
"Id"
|
|
1074
|
+
],
|
|
1075
|
+
"members": {
|
|
1076
|
+
"Id": {
|
|
1077
|
+
"location": "uri",
|
|
1078
|
+
"locationName": "Id"
|
|
1079
|
+
}
|
|
1080
|
+
}
|
|
1081
|
+
},
|
|
1082
|
+
"output": {
|
|
1083
|
+
"type": "structure",
|
|
1084
|
+
"members": {
|
|
1085
|
+
"LoRaWAN": {
|
|
1086
|
+
"shape": "S5t"
|
|
680
1087
|
}
|
|
681
1088
|
}
|
|
682
1089
|
}
|
|
@@ -707,7 +1114,7 @@
|
|
|
707
1114
|
"type": "structure",
|
|
708
1115
|
"members": {
|
|
709
1116
|
"Sidewalk": {
|
|
710
|
-
"shape": "
|
|
1117
|
+
"shape": "S60"
|
|
711
1118
|
},
|
|
712
1119
|
"AccountLinked": {
|
|
713
1120
|
"type": "boolean"
|
|
@@ -715,6 +1122,44 @@
|
|
|
715
1122
|
}
|
|
716
1123
|
}
|
|
717
1124
|
},
|
|
1125
|
+
"GetResourceEventConfiguration": {
|
|
1126
|
+
"http": {
|
|
1127
|
+
"method": "GET",
|
|
1128
|
+
"requestUri": "/event-configurations/{Identifier}"
|
|
1129
|
+
},
|
|
1130
|
+
"input": {
|
|
1131
|
+
"type": "structure",
|
|
1132
|
+
"required": [
|
|
1133
|
+
"Identifier",
|
|
1134
|
+
"IdentifierType"
|
|
1135
|
+
],
|
|
1136
|
+
"members": {
|
|
1137
|
+
"Identifier": {
|
|
1138
|
+
"location": "uri",
|
|
1139
|
+
"locationName": "Identifier"
|
|
1140
|
+
},
|
|
1141
|
+
"IdentifierType": {
|
|
1142
|
+
"location": "querystring",
|
|
1143
|
+
"locationName": "identifierType"
|
|
1144
|
+
},
|
|
1145
|
+
"PartnerType": {
|
|
1146
|
+
"location": "querystring",
|
|
1147
|
+
"locationName": "partnerType"
|
|
1148
|
+
}
|
|
1149
|
+
}
|
|
1150
|
+
},
|
|
1151
|
+
"output": {
|
|
1152
|
+
"type": "structure",
|
|
1153
|
+
"members": {
|
|
1154
|
+
"DeviceRegistrationState": {
|
|
1155
|
+
"shape": "S68"
|
|
1156
|
+
},
|
|
1157
|
+
"Proximity": {
|
|
1158
|
+
"shape": "S6b"
|
|
1159
|
+
}
|
|
1160
|
+
}
|
|
1161
|
+
}
|
|
1162
|
+
},
|
|
718
1163
|
"GetResourceLogLevel": {
|
|
719
1164
|
"http": {
|
|
720
1165
|
"method": "GET",
|
|
@@ -884,7 +1329,7 @@
|
|
|
884
1329
|
"ThingName": {},
|
|
885
1330
|
"ThingArn": {},
|
|
886
1331
|
"LoRaWAN": {
|
|
887
|
-
"shape": "
|
|
1332
|
+
"shape": "S2i"
|
|
888
1333
|
},
|
|
889
1334
|
"Sidewalk": {
|
|
890
1335
|
"type": "structure",
|
|
@@ -893,7 +1338,7 @@
|
|
|
893
1338
|
"SidewalkId": {},
|
|
894
1339
|
"SidewalkManufacturingSn": {},
|
|
895
1340
|
"DeviceCertificates": {
|
|
896
|
-
"shape": "
|
|
1341
|
+
"shape": "S7d"
|
|
897
1342
|
}
|
|
898
1343
|
}
|
|
899
1344
|
}
|
|
@@ -997,7 +1442,7 @@
|
|
|
997
1442
|
"Id": {},
|
|
998
1443
|
"Description": {},
|
|
999
1444
|
"LoRaWAN": {
|
|
1000
|
-
"shape": "
|
|
1445
|
+
"shape": "S37"
|
|
1001
1446
|
},
|
|
1002
1447
|
"Arn": {},
|
|
1003
1448
|
"ThingName": {},
|
|
@@ -1054,7 +1499,7 @@
|
|
|
1054
1499
|
"type": "structure",
|
|
1055
1500
|
"members": {
|
|
1056
1501
|
"CurrentVersion": {
|
|
1057
|
-
"shape": "
|
|
1502
|
+
"shape": "S3t"
|
|
1058
1503
|
}
|
|
1059
1504
|
}
|
|
1060
1505
|
}
|
|
@@ -1141,7 +1586,7 @@
|
|
|
1141
1586
|
},
|
|
1142
1587
|
"Name": {},
|
|
1143
1588
|
"Update": {
|
|
1144
|
-
"shape": "
|
|
1589
|
+
"shape": "S3o"
|
|
1145
1590
|
},
|
|
1146
1591
|
"Arn": {}
|
|
1147
1592
|
}
|
|
@@ -1224,10 +1669,10 @@
|
|
|
1224
1669
|
}
|
|
1225
1670
|
}
|
|
1226
1671
|
},
|
|
1227
|
-
"
|
|
1672
|
+
"ListFuotaTasks": {
|
|
1228
1673
|
"http": {
|
|
1229
1674
|
"method": "GET",
|
|
1230
|
-
"requestUri": "/
|
|
1675
|
+
"requestUri": "/fuota-tasks"
|
|
1231
1676
|
},
|
|
1232
1677
|
"input": {
|
|
1233
1678
|
"type": "structure",
|
|
@@ -1247,19 +1692,24 @@
|
|
|
1247
1692
|
"type": "structure",
|
|
1248
1693
|
"members": {
|
|
1249
1694
|
"NextToken": {},
|
|
1250
|
-
"
|
|
1695
|
+
"FuotaTaskList": {
|
|
1251
1696
|
"type": "list",
|
|
1252
1697
|
"member": {
|
|
1253
|
-
"
|
|
1698
|
+
"type": "structure",
|
|
1699
|
+
"members": {
|
|
1700
|
+
"Id": {},
|
|
1701
|
+
"Arn": {},
|
|
1702
|
+
"Name": {}
|
|
1703
|
+
}
|
|
1254
1704
|
}
|
|
1255
1705
|
}
|
|
1256
1706
|
}
|
|
1257
1707
|
}
|
|
1258
1708
|
},
|
|
1259
|
-
"
|
|
1709
|
+
"ListMulticastGroups": {
|
|
1260
1710
|
"http": {
|
|
1261
1711
|
"method": "GET",
|
|
1262
|
-
"requestUri": "/
|
|
1712
|
+
"requestUri": "/multicast-groups"
|
|
1263
1713
|
},
|
|
1264
1714
|
"input": {
|
|
1265
1715
|
"type": "structure",
|
|
@@ -1279,59 +1729,170 @@
|
|
|
1279
1729
|
"type": "structure",
|
|
1280
1730
|
"members": {
|
|
1281
1731
|
"NextToken": {},
|
|
1282
|
-
"
|
|
1732
|
+
"MulticastGroupList": {
|
|
1283
1733
|
"type": "list",
|
|
1284
1734
|
"member": {
|
|
1285
1735
|
"type": "structure",
|
|
1286
1736
|
"members": {
|
|
1737
|
+
"Id": {},
|
|
1287
1738
|
"Arn": {},
|
|
1288
|
-
"Name": {}
|
|
1289
|
-
"Id": {}
|
|
1739
|
+
"Name": {}
|
|
1290
1740
|
}
|
|
1291
1741
|
}
|
|
1292
1742
|
}
|
|
1293
1743
|
}
|
|
1294
1744
|
}
|
|
1295
1745
|
},
|
|
1296
|
-
"
|
|
1746
|
+
"ListMulticastGroupsByFuotaTask": {
|
|
1297
1747
|
"http": {
|
|
1298
1748
|
"method": "GET",
|
|
1299
|
-
"requestUri": "/
|
|
1749
|
+
"requestUri": "/fuota-tasks/{Id}/multicast-groups"
|
|
1300
1750
|
},
|
|
1301
1751
|
"input": {
|
|
1302
1752
|
"type": "structure",
|
|
1303
1753
|
"required": [
|
|
1304
|
-
"
|
|
1754
|
+
"Id"
|
|
1305
1755
|
],
|
|
1306
1756
|
"members": {
|
|
1307
|
-
"
|
|
1757
|
+
"Id": {
|
|
1758
|
+
"location": "uri",
|
|
1759
|
+
"locationName": "Id"
|
|
1760
|
+
},
|
|
1761
|
+
"NextToken": {
|
|
1308
1762
|
"location": "querystring",
|
|
1309
|
-
"locationName": "
|
|
1763
|
+
"locationName": "nextToken"
|
|
1764
|
+
},
|
|
1765
|
+
"MaxResults": {
|
|
1766
|
+
"location": "querystring",
|
|
1767
|
+
"locationName": "maxResults",
|
|
1768
|
+
"type": "integer"
|
|
1310
1769
|
}
|
|
1311
1770
|
}
|
|
1312
1771
|
},
|
|
1313
1772
|
"output": {
|
|
1314
1773
|
"type": "structure",
|
|
1315
1774
|
"members": {
|
|
1316
|
-
"
|
|
1317
|
-
|
|
1775
|
+
"NextToken": {},
|
|
1776
|
+
"MulticastGroupList": {
|
|
1777
|
+
"type": "list",
|
|
1778
|
+
"member": {
|
|
1779
|
+
"type": "structure",
|
|
1780
|
+
"members": {
|
|
1781
|
+
"Id": {}
|
|
1782
|
+
}
|
|
1783
|
+
}
|
|
1318
1784
|
}
|
|
1319
1785
|
}
|
|
1320
1786
|
}
|
|
1321
1787
|
},
|
|
1322
|
-
"
|
|
1788
|
+
"ListPartnerAccounts": {
|
|
1323
1789
|
"http": {
|
|
1324
1790
|
"method": "GET",
|
|
1325
|
-
"requestUri": "/
|
|
1791
|
+
"requestUri": "/partner-accounts"
|
|
1326
1792
|
},
|
|
1327
1793
|
"input": {
|
|
1328
1794
|
"type": "structure",
|
|
1329
1795
|
"members": {
|
|
1330
|
-
"
|
|
1331
|
-
"location": "querystring",
|
|
1332
|
-
"locationName": "
|
|
1333
|
-
|
|
1334
|
-
|
|
1796
|
+
"NextToken": {
|
|
1797
|
+
"location": "querystring",
|
|
1798
|
+
"locationName": "nextToken"
|
|
1799
|
+
},
|
|
1800
|
+
"MaxResults": {
|
|
1801
|
+
"location": "querystring",
|
|
1802
|
+
"locationName": "maxResults",
|
|
1803
|
+
"type": "integer"
|
|
1804
|
+
}
|
|
1805
|
+
}
|
|
1806
|
+
},
|
|
1807
|
+
"output": {
|
|
1808
|
+
"type": "structure",
|
|
1809
|
+
"members": {
|
|
1810
|
+
"NextToken": {},
|
|
1811
|
+
"Sidewalk": {
|
|
1812
|
+
"type": "list",
|
|
1813
|
+
"member": {
|
|
1814
|
+
"shape": "S60"
|
|
1815
|
+
}
|
|
1816
|
+
}
|
|
1817
|
+
}
|
|
1818
|
+
}
|
|
1819
|
+
},
|
|
1820
|
+
"ListServiceProfiles": {
|
|
1821
|
+
"http": {
|
|
1822
|
+
"method": "GET",
|
|
1823
|
+
"requestUri": "/service-profiles"
|
|
1824
|
+
},
|
|
1825
|
+
"input": {
|
|
1826
|
+
"type": "structure",
|
|
1827
|
+
"members": {
|
|
1828
|
+
"NextToken": {
|
|
1829
|
+
"location": "querystring",
|
|
1830
|
+
"locationName": "nextToken"
|
|
1831
|
+
},
|
|
1832
|
+
"MaxResults": {
|
|
1833
|
+
"location": "querystring",
|
|
1834
|
+
"locationName": "maxResults",
|
|
1835
|
+
"type": "integer"
|
|
1836
|
+
}
|
|
1837
|
+
}
|
|
1838
|
+
},
|
|
1839
|
+
"output": {
|
|
1840
|
+
"type": "structure",
|
|
1841
|
+
"members": {
|
|
1842
|
+
"NextToken": {},
|
|
1843
|
+
"ServiceProfileList": {
|
|
1844
|
+
"type": "list",
|
|
1845
|
+
"member": {
|
|
1846
|
+
"type": "structure",
|
|
1847
|
+
"members": {
|
|
1848
|
+
"Arn": {},
|
|
1849
|
+
"Name": {},
|
|
1850
|
+
"Id": {}
|
|
1851
|
+
}
|
|
1852
|
+
}
|
|
1853
|
+
}
|
|
1854
|
+
}
|
|
1855
|
+
}
|
|
1856
|
+
},
|
|
1857
|
+
"ListTagsForResource": {
|
|
1858
|
+
"http": {
|
|
1859
|
+
"method": "GET",
|
|
1860
|
+
"requestUri": "/tags"
|
|
1861
|
+
},
|
|
1862
|
+
"input": {
|
|
1863
|
+
"type": "structure",
|
|
1864
|
+
"required": [
|
|
1865
|
+
"ResourceArn"
|
|
1866
|
+
],
|
|
1867
|
+
"members": {
|
|
1868
|
+
"ResourceArn": {
|
|
1869
|
+
"location": "querystring",
|
|
1870
|
+
"locationName": "resourceArn"
|
|
1871
|
+
}
|
|
1872
|
+
}
|
|
1873
|
+
},
|
|
1874
|
+
"output": {
|
|
1875
|
+
"type": "structure",
|
|
1876
|
+
"members": {
|
|
1877
|
+
"Tags": {
|
|
1878
|
+
"shape": "S6"
|
|
1879
|
+
}
|
|
1880
|
+
}
|
|
1881
|
+
}
|
|
1882
|
+
},
|
|
1883
|
+
"ListWirelessDevices": {
|
|
1884
|
+
"http": {
|
|
1885
|
+
"method": "GET",
|
|
1886
|
+
"requestUri": "/wireless-devices"
|
|
1887
|
+
},
|
|
1888
|
+
"input": {
|
|
1889
|
+
"type": "structure",
|
|
1890
|
+
"members": {
|
|
1891
|
+
"MaxResults": {
|
|
1892
|
+
"location": "querystring",
|
|
1893
|
+
"locationName": "maxResults",
|
|
1894
|
+
"type": "integer"
|
|
1895
|
+
},
|
|
1335
1896
|
"NextToken": {
|
|
1336
1897
|
"location": "querystring",
|
|
1337
1898
|
"locationName": "nextToken"
|
|
@@ -1351,6 +1912,14 @@
|
|
|
1351
1912
|
"WirelessDeviceType": {
|
|
1352
1913
|
"location": "querystring",
|
|
1353
1914
|
"locationName": "wirelessDeviceType"
|
|
1915
|
+
},
|
|
1916
|
+
"FuotaTaskId": {
|
|
1917
|
+
"location": "querystring",
|
|
1918
|
+
"locationName": "fuotaTaskId"
|
|
1919
|
+
},
|
|
1920
|
+
"MulticastGroupId": {
|
|
1921
|
+
"location": "querystring",
|
|
1922
|
+
"locationName": "multicastGroupId"
|
|
1354
1923
|
}
|
|
1355
1924
|
}
|
|
1356
1925
|
},
|
|
@@ -1382,9 +1951,14 @@
|
|
|
1382
1951
|
"SidewalkId": {},
|
|
1383
1952
|
"SidewalkManufacturingSn": {},
|
|
1384
1953
|
"DeviceCertificates": {
|
|
1385
|
-
"shape": "
|
|
1954
|
+
"shape": "S7d"
|
|
1386
1955
|
}
|
|
1387
1956
|
}
|
|
1957
|
+
},
|
|
1958
|
+
"FuotaDeviceStatus": {},
|
|
1959
|
+
"MulticastDeviceStatus": {},
|
|
1960
|
+
"McGroupId": {
|
|
1961
|
+
"type": "integer"
|
|
1388
1962
|
}
|
|
1389
1963
|
}
|
|
1390
1964
|
}
|
|
@@ -1429,10 +2003,10 @@
|
|
|
1429
2003
|
"type": "structure",
|
|
1430
2004
|
"members": {
|
|
1431
2005
|
"CurrentVersion": {
|
|
1432
|
-
"shape": "
|
|
2006
|
+
"shape": "S3t"
|
|
1433
2007
|
},
|
|
1434
2008
|
"UpdateVersion": {
|
|
1435
|
-
"shape": "
|
|
2009
|
+
"shape": "S3t"
|
|
1436
2010
|
}
|
|
1437
2011
|
}
|
|
1438
2012
|
},
|
|
@@ -1476,7 +2050,7 @@
|
|
|
1476
2050
|
"Name": {},
|
|
1477
2051
|
"Description": {},
|
|
1478
2052
|
"LoRaWAN": {
|
|
1479
|
-
"shape": "
|
|
2053
|
+
"shape": "S37"
|
|
1480
2054
|
},
|
|
1481
2055
|
"LastUplinkReceivedAt": {}
|
|
1482
2056
|
}
|
|
@@ -1558,6 +2132,46 @@
|
|
|
1558
2132
|
"members": {}
|
|
1559
2133
|
}
|
|
1560
2134
|
},
|
|
2135
|
+
"SendDataToMulticastGroup": {
|
|
2136
|
+
"http": {
|
|
2137
|
+
"requestUri": "/multicast-groups/{Id}/data",
|
|
2138
|
+
"responseCode": 201
|
|
2139
|
+
},
|
|
2140
|
+
"input": {
|
|
2141
|
+
"type": "structure",
|
|
2142
|
+
"required": [
|
|
2143
|
+
"Id",
|
|
2144
|
+
"PayloadData",
|
|
2145
|
+
"WirelessMetadata"
|
|
2146
|
+
],
|
|
2147
|
+
"members": {
|
|
2148
|
+
"Id": {
|
|
2149
|
+
"location": "uri",
|
|
2150
|
+
"locationName": "Id"
|
|
2151
|
+
},
|
|
2152
|
+
"PayloadData": {},
|
|
2153
|
+
"WirelessMetadata": {
|
|
2154
|
+
"type": "structure",
|
|
2155
|
+
"members": {
|
|
2156
|
+
"LoRaWAN": {
|
|
2157
|
+
"type": "structure",
|
|
2158
|
+
"members": {
|
|
2159
|
+
"FPort": {
|
|
2160
|
+
"type": "integer"
|
|
2161
|
+
}
|
|
2162
|
+
}
|
|
2163
|
+
}
|
|
2164
|
+
}
|
|
2165
|
+
}
|
|
2166
|
+
}
|
|
2167
|
+
},
|
|
2168
|
+
"output": {
|
|
2169
|
+
"type": "structure",
|
|
2170
|
+
"members": {
|
|
2171
|
+
"MessageId": {}
|
|
2172
|
+
}
|
|
2173
|
+
}
|
|
2174
|
+
},
|
|
1561
2175
|
"SendDataToWirelessDevice": {
|
|
1562
2176
|
"http": {
|
|
1563
2177
|
"requestUri": "/wireless-devices/{Id}/data",
|
|
@@ -1610,6 +2224,117 @@
|
|
|
1610
2224
|
}
|
|
1611
2225
|
}
|
|
1612
2226
|
},
|
|
2227
|
+
"StartBulkAssociateWirelessDeviceWithMulticastGroup": {
|
|
2228
|
+
"http": {
|
|
2229
|
+
"method": "PATCH",
|
|
2230
|
+
"requestUri": "/multicast-groups/{Id}/bulk",
|
|
2231
|
+
"responseCode": 204
|
|
2232
|
+
},
|
|
2233
|
+
"input": {
|
|
2234
|
+
"type": "structure",
|
|
2235
|
+
"required": [
|
|
2236
|
+
"Id"
|
|
2237
|
+
],
|
|
2238
|
+
"members": {
|
|
2239
|
+
"Id": {
|
|
2240
|
+
"location": "uri",
|
|
2241
|
+
"locationName": "Id"
|
|
2242
|
+
},
|
|
2243
|
+
"QueryString": {},
|
|
2244
|
+
"Tags": {
|
|
2245
|
+
"shape": "S6"
|
|
2246
|
+
}
|
|
2247
|
+
}
|
|
2248
|
+
},
|
|
2249
|
+
"output": {
|
|
2250
|
+
"type": "structure",
|
|
2251
|
+
"members": {}
|
|
2252
|
+
}
|
|
2253
|
+
},
|
|
2254
|
+
"StartBulkDisassociateWirelessDeviceFromMulticastGroup": {
|
|
2255
|
+
"http": {
|
|
2256
|
+
"requestUri": "/multicast-groups/{Id}/bulk",
|
|
2257
|
+
"responseCode": 204
|
|
2258
|
+
},
|
|
2259
|
+
"input": {
|
|
2260
|
+
"type": "structure",
|
|
2261
|
+
"required": [
|
|
2262
|
+
"Id"
|
|
2263
|
+
],
|
|
2264
|
+
"members": {
|
|
2265
|
+
"Id": {
|
|
2266
|
+
"location": "uri",
|
|
2267
|
+
"locationName": "Id"
|
|
2268
|
+
},
|
|
2269
|
+
"QueryString": {},
|
|
2270
|
+
"Tags": {
|
|
2271
|
+
"shape": "S6"
|
|
2272
|
+
}
|
|
2273
|
+
}
|
|
2274
|
+
},
|
|
2275
|
+
"output": {
|
|
2276
|
+
"type": "structure",
|
|
2277
|
+
"members": {}
|
|
2278
|
+
}
|
|
2279
|
+
},
|
|
2280
|
+
"StartFuotaTask": {
|
|
2281
|
+
"http": {
|
|
2282
|
+
"method": "PUT",
|
|
2283
|
+
"requestUri": "/fuota-tasks/{Id}",
|
|
2284
|
+
"responseCode": 204
|
|
2285
|
+
},
|
|
2286
|
+
"input": {
|
|
2287
|
+
"type": "structure",
|
|
2288
|
+
"required": [
|
|
2289
|
+
"Id"
|
|
2290
|
+
],
|
|
2291
|
+
"members": {
|
|
2292
|
+
"Id": {
|
|
2293
|
+
"location": "uri",
|
|
2294
|
+
"locationName": "Id"
|
|
2295
|
+
},
|
|
2296
|
+
"LoRaWAN": {
|
|
2297
|
+
"type": "structure",
|
|
2298
|
+
"members": {
|
|
2299
|
+
"StartTime": {
|
|
2300
|
+
"shape": "S55"
|
|
2301
|
+
}
|
|
2302
|
+
}
|
|
2303
|
+
}
|
|
2304
|
+
}
|
|
2305
|
+
},
|
|
2306
|
+
"output": {
|
|
2307
|
+
"type": "structure",
|
|
2308
|
+
"members": {}
|
|
2309
|
+
}
|
|
2310
|
+
},
|
|
2311
|
+
"StartMulticastGroupSession": {
|
|
2312
|
+
"http": {
|
|
2313
|
+
"method": "PUT",
|
|
2314
|
+
"requestUri": "/multicast-groups/{Id}/session",
|
|
2315
|
+
"responseCode": 204
|
|
2316
|
+
},
|
|
2317
|
+
"input": {
|
|
2318
|
+
"type": "structure",
|
|
2319
|
+
"required": [
|
|
2320
|
+
"Id",
|
|
2321
|
+
"LoRaWAN"
|
|
2322
|
+
],
|
|
2323
|
+
"members": {
|
|
2324
|
+
"Id": {
|
|
2325
|
+
"location": "uri",
|
|
2326
|
+
"locationName": "Id"
|
|
2327
|
+
},
|
|
2328
|
+
"LoRaWAN": {
|
|
2329
|
+
"shape": "S5t"
|
|
2330
|
+
}
|
|
2331
|
+
}
|
|
2332
|
+
},
|
|
2333
|
+
"output": {
|
|
2334
|
+
"type": "structure",
|
|
2335
|
+
"members": {}
|
|
2336
|
+
}
|
|
2337
|
+
},
|
|
1613
2338
|
"TagResource": {
|
|
1614
2339
|
"http": {
|
|
1615
2340
|
"requestUri": "/tags",
|
|
@@ -1717,6 +2442,36 @@
|
|
|
1717
2442
|
"members": {}
|
|
1718
2443
|
}
|
|
1719
2444
|
},
|
|
2445
|
+
"UpdateFuotaTask": {
|
|
2446
|
+
"http": {
|
|
2447
|
+
"method": "PATCH",
|
|
2448
|
+
"requestUri": "/fuota-tasks/{Id}",
|
|
2449
|
+
"responseCode": 204
|
|
2450
|
+
},
|
|
2451
|
+
"input": {
|
|
2452
|
+
"type": "structure",
|
|
2453
|
+
"required": [
|
|
2454
|
+
"Id"
|
|
2455
|
+
],
|
|
2456
|
+
"members": {
|
|
2457
|
+
"Id": {
|
|
2458
|
+
"location": "uri",
|
|
2459
|
+
"locationName": "Id"
|
|
2460
|
+
},
|
|
2461
|
+
"Name": {},
|
|
2462
|
+
"Description": {},
|
|
2463
|
+
"LoRaWAN": {
|
|
2464
|
+
"shape": "S1w"
|
|
2465
|
+
},
|
|
2466
|
+
"FirmwareUpdateImage": {},
|
|
2467
|
+
"FirmwareUpdateRole": {}
|
|
2468
|
+
}
|
|
2469
|
+
},
|
|
2470
|
+
"output": {
|
|
2471
|
+
"type": "structure",
|
|
2472
|
+
"members": {}
|
|
2473
|
+
}
|
|
2474
|
+
},
|
|
1720
2475
|
"UpdateLogLevelsByResourceTypes": {
|
|
1721
2476
|
"http": {
|
|
1722
2477
|
"requestUri": "/log-levels",
|
|
@@ -1727,10 +2482,38 @@
|
|
|
1727
2482
|
"members": {
|
|
1728
2483
|
"DefaultLogLevel": {},
|
|
1729
2484
|
"WirelessDeviceLogOptions": {
|
|
1730
|
-
"shape": "
|
|
2485
|
+
"shape": "S5g"
|
|
1731
2486
|
},
|
|
1732
2487
|
"WirelessGatewayLogOptions": {
|
|
1733
|
-
"shape": "
|
|
2488
|
+
"shape": "S5a"
|
|
2489
|
+
}
|
|
2490
|
+
}
|
|
2491
|
+
},
|
|
2492
|
+
"output": {
|
|
2493
|
+
"type": "structure",
|
|
2494
|
+
"members": {}
|
|
2495
|
+
}
|
|
2496
|
+
},
|
|
2497
|
+
"UpdateMulticastGroup": {
|
|
2498
|
+
"http": {
|
|
2499
|
+
"method": "PATCH",
|
|
2500
|
+
"requestUri": "/multicast-groups/{Id}",
|
|
2501
|
+
"responseCode": 204
|
|
2502
|
+
},
|
|
2503
|
+
"input": {
|
|
2504
|
+
"type": "structure",
|
|
2505
|
+
"required": [
|
|
2506
|
+
"Id"
|
|
2507
|
+
],
|
|
2508
|
+
"members": {
|
|
2509
|
+
"Id": {
|
|
2510
|
+
"location": "uri",
|
|
2511
|
+
"locationName": "Id"
|
|
2512
|
+
},
|
|
2513
|
+
"Name": {},
|
|
2514
|
+
"Description": {},
|
|
2515
|
+
"LoRaWAN": {
|
|
2516
|
+
"shape": "S24"
|
|
1734
2517
|
}
|
|
1735
2518
|
}
|
|
1736
2519
|
},
|
|
@@ -1776,6 +2559,44 @@
|
|
|
1776
2559
|
"members": {}
|
|
1777
2560
|
}
|
|
1778
2561
|
},
|
|
2562
|
+
"UpdateResourceEventConfiguration": {
|
|
2563
|
+
"http": {
|
|
2564
|
+
"method": "PATCH",
|
|
2565
|
+
"requestUri": "/event-configurations/{Identifier}",
|
|
2566
|
+
"responseCode": 204
|
|
2567
|
+
},
|
|
2568
|
+
"input": {
|
|
2569
|
+
"type": "structure",
|
|
2570
|
+
"required": [
|
|
2571
|
+
"Identifier",
|
|
2572
|
+
"IdentifierType"
|
|
2573
|
+
],
|
|
2574
|
+
"members": {
|
|
2575
|
+
"Identifier": {
|
|
2576
|
+
"location": "uri",
|
|
2577
|
+
"locationName": "Identifier"
|
|
2578
|
+
},
|
|
2579
|
+
"IdentifierType": {
|
|
2580
|
+
"location": "querystring",
|
|
2581
|
+
"locationName": "identifierType"
|
|
2582
|
+
},
|
|
2583
|
+
"PartnerType": {
|
|
2584
|
+
"location": "querystring",
|
|
2585
|
+
"locationName": "partnerType"
|
|
2586
|
+
},
|
|
2587
|
+
"DeviceRegistrationState": {
|
|
2588
|
+
"shape": "S68"
|
|
2589
|
+
},
|
|
2590
|
+
"Proximity": {
|
|
2591
|
+
"shape": "S6b"
|
|
2592
|
+
}
|
|
2593
|
+
}
|
|
2594
|
+
},
|
|
2595
|
+
"output": {
|
|
2596
|
+
"type": "structure",
|
|
2597
|
+
"members": {}
|
|
2598
|
+
}
|
|
2599
|
+
},
|
|
1779
2600
|
"UpdateWirelessDevice": {
|
|
1780
2601
|
"http": {
|
|
1781
2602
|
"method": "PATCH",
|
|
@@ -1828,10 +2649,10 @@
|
|
|
1828
2649
|
"Name": {},
|
|
1829
2650
|
"Description": {},
|
|
1830
2651
|
"JoinEuiFilters": {
|
|
1831
|
-
"shape": "
|
|
2652
|
+
"shape": "S39"
|
|
1832
2653
|
},
|
|
1833
2654
|
"NetIdFilters": {
|
|
1834
|
-
"shape": "
|
|
2655
|
+
"shape": "S3b"
|
|
1835
2656
|
}
|
|
1836
2657
|
}
|
|
1837
2658
|
},
|
|
@@ -1869,7 +2690,7 @@
|
|
|
1869
2690
|
}
|
|
1870
2691
|
}
|
|
1871
2692
|
},
|
|
1872
|
-
"
|
|
2693
|
+
"S16": {
|
|
1873
2694
|
"type": "structure",
|
|
1874
2695
|
"members": {
|
|
1875
2696
|
"SupportsClassB": {
|
|
@@ -1928,7 +2749,20 @@
|
|
|
1928
2749
|
}
|
|
1929
2750
|
}
|
|
1930
2751
|
},
|
|
1931
|
-
"
|
|
2752
|
+
"S1w": {
|
|
2753
|
+
"type": "structure",
|
|
2754
|
+
"members": {
|
|
2755
|
+
"RfRegion": {}
|
|
2756
|
+
}
|
|
2757
|
+
},
|
|
2758
|
+
"S24": {
|
|
2759
|
+
"type": "structure",
|
|
2760
|
+
"members": {
|
|
2761
|
+
"RfRegion": {},
|
|
2762
|
+
"DlClass": {}
|
|
2763
|
+
}
|
|
2764
|
+
},
|
|
2765
|
+
"S2i": {
|
|
1932
2766
|
"type": "structure",
|
|
1933
2767
|
"members": {
|
|
1934
2768
|
"DevEui": {},
|
|
@@ -1946,7 +2780,8 @@
|
|
|
1946
2780
|
"type": "structure",
|
|
1947
2781
|
"members": {
|
|
1948
2782
|
"AppKey": {},
|
|
1949
|
-
"AppEui": {}
|
|
2783
|
+
"AppEui": {},
|
|
2784
|
+
"GenAppKey": {}
|
|
1950
2785
|
}
|
|
1951
2786
|
},
|
|
1952
2787
|
"AbpV1_1": {
|
|
@@ -1976,19 +2811,33 @@
|
|
|
1976
2811
|
}
|
|
1977
2812
|
}
|
|
1978
2813
|
}
|
|
2814
|
+
},
|
|
2815
|
+
"FPorts": {
|
|
2816
|
+
"type": "structure",
|
|
2817
|
+
"members": {
|
|
2818
|
+
"Fuota": {
|
|
2819
|
+
"type": "integer"
|
|
2820
|
+
},
|
|
2821
|
+
"Multicast": {
|
|
2822
|
+
"type": "integer"
|
|
2823
|
+
},
|
|
2824
|
+
"ClockSync": {
|
|
2825
|
+
"type": "integer"
|
|
2826
|
+
}
|
|
2827
|
+
}
|
|
1979
2828
|
}
|
|
1980
2829
|
}
|
|
1981
2830
|
},
|
|
1982
|
-
"
|
|
2831
|
+
"S37": {
|
|
1983
2832
|
"type": "structure",
|
|
1984
2833
|
"members": {
|
|
1985
2834
|
"GatewayEui": {},
|
|
1986
2835
|
"RfRegion": {},
|
|
1987
2836
|
"JoinEuiFilters": {
|
|
1988
|
-
"shape": "
|
|
2837
|
+
"shape": "S39"
|
|
1989
2838
|
},
|
|
1990
2839
|
"NetIdFilters": {
|
|
1991
|
-
"shape": "
|
|
2840
|
+
"shape": "S3b"
|
|
1992
2841
|
},
|
|
1993
2842
|
"SubBands": {
|
|
1994
2843
|
"type": "list",
|
|
@@ -1998,18 +2847,18 @@
|
|
|
1998
2847
|
}
|
|
1999
2848
|
}
|
|
2000
2849
|
},
|
|
2001
|
-
"
|
|
2850
|
+
"S39": {
|
|
2002
2851
|
"type": "list",
|
|
2003
2852
|
"member": {
|
|
2004
2853
|
"type": "list",
|
|
2005
2854
|
"member": {}
|
|
2006
2855
|
}
|
|
2007
2856
|
},
|
|
2008
|
-
"
|
|
2857
|
+
"S3b": {
|
|
2009
2858
|
"type": "list",
|
|
2010
2859
|
"member": {}
|
|
2011
2860
|
},
|
|
2012
|
-
"
|
|
2861
|
+
"S3o": {
|
|
2013
2862
|
"type": "structure",
|
|
2014
2863
|
"members": {
|
|
2015
2864
|
"UpdateDataSource": {},
|
|
@@ -2022,16 +2871,16 @@
|
|
|
2022
2871
|
"type": "long"
|
|
2023
2872
|
},
|
|
2024
2873
|
"CurrentVersion": {
|
|
2025
|
-
"shape": "
|
|
2874
|
+
"shape": "S3t"
|
|
2026
2875
|
},
|
|
2027
2876
|
"UpdateVersion": {
|
|
2028
|
-
"shape": "
|
|
2877
|
+
"shape": "S3t"
|
|
2029
2878
|
}
|
|
2030
2879
|
}
|
|
2031
2880
|
}
|
|
2032
2881
|
}
|
|
2033
2882
|
},
|
|
2034
|
-
"
|
|
2883
|
+
"S3t": {
|
|
2035
2884
|
"type": "structure",
|
|
2036
2885
|
"members": {
|
|
2037
2886
|
"PackageVersion": {},
|
|
@@ -2039,7 +2888,11 @@
|
|
|
2039
2888
|
"Station": {}
|
|
2040
2889
|
}
|
|
2041
2890
|
},
|
|
2042
|
-
"
|
|
2891
|
+
"S55": {
|
|
2892
|
+
"type": "timestamp",
|
|
2893
|
+
"timestampFormat": "iso8601"
|
|
2894
|
+
},
|
|
2895
|
+
"S5a": {
|
|
2043
2896
|
"type": "list",
|
|
2044
2897
|
"member": {
|
|
2045
2898
|
"type": "structure",
|
|
@@ -2067,7 +2920,7 @@
|
|
|
2067
2920
|
}
|
|
2068
2921
|
}
|
|
2069
2922
|
},
|
|
2070
|
-
"
|
|
2923
|
+
"S5g": {
|
|
2071
2924
|
"type": "list",
|
|
2072
2925
|
"member": {
|
|
2073
2926
|
"type": "structure",
|
|
@@ -2095,7 +2948,25 @@
|
|
|
2095
2948
|
}
|
|
2096
2949
|
}
|
|
2097
2950
|
},
|
|
2098
|
-
"
|
|
2951
|
+
"S5t": {
|
|
2952
|
+
"type": "structure",
|
|
2953
|
+
"members": {
|
|
2954
|
+
"DlDr": {
|
|
2955
|
+
"type": "integer"
|
|
2956
|
+
},
|
|
2957
|
+
"DlFreq": {
|
|
2958
|
+
"type": "integer"
|
|
2959
|
+
},
|
|
2960
|
+
"SessionStartTime": {
|
|
2961
|
+
"type": "timestamp",
|
|
2962
|
+
"timestampFormat": "iso8601"
|
|
2963
|
+
},
|
|
2964
|
+
"SessionTimeout": {
|
|
2965
|
+
"type": "integer"
|
|
2966
|
+
}
|
|
2967
|
+
}
|
|
2968
|
+
},
|
|
2969
|
+
"S60": {
|
|
2099
2970
|
"type": "structure",
|
|
2100
2971
|
"members": {
|
|
2101
2972
|
"AmazonId": {},
|
|
@@ -2106,7 +2977,29 @@
|
|
|
2106
2977
|
"Arn": {}
|
|
2107
2978
|
}
|
|
2108
2979
|
},
|
|
2109
|
-
"
|
|
2980
|
+
"S68": {
|
|
2981
|
+
"type": "structure",
|
|
2982
|
+
"members": {
|
|
2983
|
+
"Sidewalk": {
|
|
2984
|
+
"shape": "S69"
|
|
2985
|
+
}
|
|
2986
|
+
}
|
|
2987
|
+
},
|
|
2988
|
+
"S69": {
|
|
2989
|
+
"type": "structure",
|
|
2990
|
+
"members": {
|
|
2991
|
+
"AmazonIdEventTopic": {}
|
|
2992
|
+
}
|
|
2993
|
+
},
|
|
2994
|
+
"S6b": {
|
|
2995
|
+
"type": "structure",
|
|
2996
|
+
"members": {
|
|
2997
|
+
"Sidewalk": {
|
|
2998
|
+
"shape": "S69"
|
|
2999
|
+
}
|
|
3000
|
+
}
|
|
3001
|
+
},
|
|
3002
|
+
"S7d": {
|
|
2110
3003
|
"type": "list",
|
|
2111
3004
|
"member": {
|
|
2112
3005
|
"type": "structure",
|