aws-sdk-iotwireless 1.28.0 → 1.29.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +7 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-iotwireless/client.rb +1 -1
- data/lib/aws-sdk-iotwireless/endpoint_provider.rb +35 -96
- data/lib/aws-sdk-iotwireless/types.rb +0 -2358
- data/lib/aws-sdk-iotwireless.rb +1 -1
- metadata +2 -2
@@ -12,18 +12,6 @@ module Aws::IoTWireless
|
|
12
12
|
|
13
13
|
# ABP device object for LoRaWAN specification v1.0.x
|
14
14
|
#
|
15
|
-
# @note When making an API call, you may pass AbpV1_0_x
|
16
|
-
# data as a hash:
|
17
|
-
#
|
18
|
-
# {
|
19
|
-
# dev_addr: "DevAddr",
|
20
|
-
# session_keys: {
|
21
|
-
# nwk_s_key: "NwkSKey",
|
22
|
-
# app_s_key: "AppSKey",
|
23
|
-
# },
|
24
|
-
# f_cnt_start: 1,
|
25
|
-
# }
|
26
|
-
#
|
27
15
|
# @!attribute [rw] dev_addr
|
28
16
|
# The DevAddr value.
|
29
17
|
# @return [String]
|
@@ -46,20 +34,6 @@ module Aws::IoTWireless
|
|
46
34
|
|
47
35
|
# ABP device object for LoRaWAN specification v1.1
|
48
36
|
#
|
49
|
-
# @note When making an API call, you may pass AbpV1_1
|
50
|
-
# data as a hash:
|
51
|
-
#
|
52
|
-
# {
|
53
|
-
# dev_addr: "DevAddr",
|
54
|
-
# session_keys: {
|
55
|
-
# f_nwk_s_int_key: "FNwkSIntKey",
|
56
|
-
# s_nwk_s_int_key: "SNwkSIntKey",
|
57
|
-
# nwk_s_enc_key: "NwkSEncKey",
|
58
|
-
# app_s_key: "AppSKey",
|
59
|
-
# },
|
60
|
-
# f_cnt_start: 1,
|
61
|
-
# }
|
62
|
-
#
|
63
37
|
# @!attribute [rw] dev_addr
|
64
38
|
# The DevAddr value.
|
65
39
|
# @return [String]
|
@@ -119,15 +93,6 @@ module Aws::IoTWireless
|
|
119
93
|
# LoRaWAN application configuration, which can be used to perform
|
120
94
|
# geolocation.
|
121
95
|
#
|
122
|
-
# @note When making an API call, you may pass ApplicationConfig
|
123
|
-
# data as a hash:
|
124
|
-
#
|
125
|
-
# {
|
126
|
-
# f_port: 1,
|
127
|
-
# type: "SemtechGeolocation", # accepts SemtechGeolocation
|
128
|
-
# destination_name: "DestinationName",
|
129
|
-
# }
|
130
|
-
#
|
131
96
|
# @!attribute [rw] f_port
|
132
97
|
# The Fport value.
|
133
98
|
# @return [Integer]
|
@@ -151,23 +116,6 @@ module Aws::IoTWireless
|
|
151
116
|
include Aws::Structure
|
152
117
|
end
|
153
118
|
|
154
|
-
# @note When making an API call, you may pass AssociateAwsAccountWithPartnerAccountRequest
|
155
|
-
# data as a hash:
|
156
|
-
#
|
157
|
-
# {
|
158
|
-
# sidewalk: { # required
|
159
|
-
# amazon_id: "AmazonId",
|
160
|
-
# app_server_private_key: "AppServerPrivateKey",
|
161
|
-
# },
|
162
|
-
# client_request_token: "ClientRequestToken",
|
163
|
-
# tags: [
|
164
|
-
# {
|
165
|
-
# key: "TagKey", # required
|
166
|
-
# value: "TagValue", # required
|
167
|
-
# },
|
168
|
-
# ],
|
169
|
-
# }
|
170
|
-
#
|
171
119
|
# @!attribute [rw] sidewalk
|
172
120
|
# The Sidewalk account credentials.
|
173
121
|
# @return [Types::SidewalkAccountInfo]
|
@@ -210,14 +158,6 @@ module Aws::IoTWireless
|
|
210
158
|
include Aws::Structure
|
211
159
|
end
|
212
160
|
|
213
|
-
# @note When making an API call, you may pass AssociateMulticastGroupWithFuotaTaskRequest
|
214
|
-
# data as a hash:
|
215
|
-
#
|
216
|
-
# {
|
217
|
-
# id: "FuotaTaskId", # required
|
218
|
-
# multicast_group_id: "MulticastGroupId", # required
|
219
|
-
# }
|
220
|
-
#
|
221
161
|
# @!attribute [rw] id
|
222
162
|
# The ID of a FUOTA task.
|
223
163
|
# @return [String]
|
@@ -235,14 +175,6 @@ module Aws::IoTWireless
|
|
235
175
|
|
236
176
|
class AssociateMulticastGroupWithFuotaTaskResponse < Aws::EmptyStructure; end
|
237
177
|
|
238
|
-
# @note When making an API call, you may pass AssociateWirelessDeviceWithFuotaTaskRequest
|
239
|
-
# data as a hash:
|
240
|
-
#
|
241
|
-
# {
|
242
|
-
# id: "FuotaTaskId", # required
|
243
|
-
# wireless_device_id: "WirelessDeviceId", # required
|
244
|
-
# }
|
245
|
-
#
|
246
178
|
# @!attribute [rw] id
|
247
179
|
# The ID of a FUOTA task.
|
248
180
|
# @return [String]
|
@@ -260,14 +192,6 @@ module Aws::IoTWireless
|
|
260
192
|
|
261
193
|
class AssociateWirelessDeviceWithFuotaTaskResponse < Aws::EmptyStructure; end
|
262
194
|
|
263
|
-
# @note When making an API call, you may pass AssociateWirelessDeviceWithMulticastGroupRequest
|
264
|
-
# data as a hash:
|
265
|
-
#
|
266
|
-
# {
|
267
|
-
# id: "MulticastGroupId", # required
|
268
|
-
# wireless_device_id: "WirelessDeviceId", # required
|
269
|
-
# }
|
270
|
-
#
|
271
195
|
# @!attribute [rw] id
|
272
196
|
# The ID of the multicast group.
|
273
197
|
# @return [String]
|
@@ -285,14 +209,6 @@ module Aws::IoTWireless
|
|
285
209
|
|
286
210
|
class AssociateWirelessDeviceWithMulticastGroupResponse < Aws::EmptyStructure; end
|
287
211
|
|
288
|
-
# @note When making an API call, you may pass AssociateWirelessDeviceWithThingRequest
|
289
|
-
# data as a hash:
|
290
|
-
#
|
291
|
-
# {
|
292
|
-
# id: "WirelessDeviceId", # required
|
293
|
-
# thing_arn: "ThingArn", # required
|
294
|
-
# }
|
295
|
-
#
|
296
212
|
# @!attribute [rw] id
|
297
213
|
# The ID of the resource to update.
|
298
214
|
# @return [String]
|
@@ -310,14 +226,6 @@ module Aws::IoTWireless
|
|
310
226
|
|
311
227
|
class AssociateWirelessDeviceWithThingResponse < Aws::EmptyStructure; end
|
312
228
|
|
313
|
-
# @note When making an API call, you may pass AssociateWirelessGatewayWithCertificateRequest
|
314
|
-
# data as a hash:
|
315
|
-
#
|
316
|
-
# {
|
317
|
-
# id: "WirelessGatewayId", # required
|
318
|
-
# iot_certificate_id: "IotCertificateId", # required
|
319
|
-
# }
|
320
|
-
#
|
321
229
|
# @!attribute [rw] id
|
322
230
|
# The ID of the resource to update.
|
323
231
|
# @return [String]
|
@@ -343,14 +251,6 @@ module Aws::IoTWireless
|
|
343
251
|
include Aws::Structure
|
344
252
|
end
|
345
253
|
|
346
|
-
# @note When making an API call, you may pass AssociateWirelessGatewayWithThingRequest
|
347
|
-
# data as a hash:
|
348
|
-
#
|
349
|
-
# {
|
350
|
-
# id: "WirelessGatewayId", # required
|
351
|
-
# thing_arn: "ThingArn", # required
|
352
|
-
# }
|
353
|
-
#
|
354
254
|
# @!attribute [rw] id
|
355
255
|
# The ID of the resource to update.
|
356
256
|
# @return [String]
|
@@ -370,14 +270,6 @@ module Aws::IoTWireless
|
|
370
270
|
|
371
271
|
# Beaconing parameters for configuring the wireless gateways.
|
372
272
|
#
|
373
|
-
# @note When making an API call, you may pass Beaconing
|
374
|
-
# data as a hash:
|
375
|
-
#
|
376
|
-
# {
|
377
|
-
# data_rate: 1,
|
378
|
-
# frequencies: [1],
|
379
|
-
# }
|
380
|
-
#
|
381
273
|
# @!attribute [rw] data_rate
|
382
274
|
# The data rate for gateways that are sending the beacons.
|
383
275
|
# @return [Integer]
|
@@ -393,13 +285,6 @@ module Aws::IoTWireless
|
|
393
285
|
include Aws::Structure
|
394
286
|
end
|
395
287
|
|
396
|
-
# @note When making an API call, you may pass CancelMulticastGroupSessionRequest
|
397
|
-
# data as a hash:
|
398
|
-
#
|
399
|
-
# {
|
400
|
-
# id: "MulticastGroupId", # required
|
401
|
-
# }
|
402
|
-
#
|
403
288
|
# @!attribute [rw] id
|
404
289
|
# The ID of the multicast group.
|
405
290
|
# @return [String]
|
@@ -415,14 +300,6 @@ module Aws::IoTWireless
|
|
415
300
|
# CDMA local ID information, which corresponds to the local
|
416
301
|
# identification parameters of a CDMA cell.
|
417
302
|
#
|
418
|
-
# @note When making an API call, you may pass CdmaLocalId
|
419
|
-
# data as a hash:
|
420
|
-
#
|
421
|
-
# {
|
422
|
-
# pn_offset: 1, # required
|
423
|
-
# cdma_channel: 1, # required
|
424
|
-
# }
|
425
|
-
#
|
426
303
|
# @!attribute [rw] pn_offset
|
427
304
|
# Pseudo-noise offset, which is a characteristic of the signal from a
|
428
305
|
# cell on a radio tower.
|
@@ -441,16 +318,6 @@ module Aws::IoTWireless
|
|
441
318
|
|
442
319
|
# CDMA object for network measurement reports.
|
443
320
|
#
|
444
|
-
# @note When making an API call, you may pass CdmaNmrObj
|
445
|
-
# data as a hash:
|
446
|
-
#
|
447
|
-
# {
|
448
|
-
# pn_offset: 1, # required
|
449
|
-
# cdma_channel: 1, # required
|
450
|
-
# pilot_power: 1,
|
451
|
-
# base_station_id: 1,
|
452
|
-
# }
|
453
|
-
#
|
454
321
|
# @!attribute [rw] pn_offset
|
455
322
|
# Pseudo-noise offset, which is a characteristic of the signal from a
|
456
323
|
# cell on a radio tower.
|
@@ -480,31 +347,6 @@ module Aws::IoTWireless
|
|
480
347
|
|
481
348
|
# CDMA (Code-division multiple access) object.
|
482
349
|
#
|
483
|
-
# @note When making an API call, you may pass CdmaObj
|
484
|
-
# data as a hash:
|
485
|
-
#
|
486
|
-
# {
|
487
|
-
# system_id: 1, # required
|
488
|
-
# network_id: 1, # required
|
489
|
-
# base_station_id: 1, # required
|
490
|
-
# registration_zone: 1,
|
491
|
-
# cdma_local_id: {
|
492
|
-
# pn_offset: 1, # required
|
493
|
-
# cdma_channel: 1, # required
|
494
|
-
# },
|
495
|
-
# pilot_power: 1,
|
496
|
-
# base_lat: 1.0,
|
497
|
-
# base_lng: 1.0,
|
498
|
-
# cdma_nmr: [
|
499
|
-
# {
|
500
|
-
# pn_offset: 1, # required
|
501
|
-
# cdma_channel: 1, # required
|
502
|
-
# pilot_power: 1,
|
503
|
-
# base_station_id: 1,
|
504
|
-
# },
|
505
|
-
# ],
|
506
|
-
# }
|
507
|
-
#
|
508
350
|
# @!attribute [rw] system_id
|
509
351
|
# CDMA system ID (SID).
|
510
352
|
# @return [Integer]
|
@@ -558,132 +400,6 @@ module Aws::IoTWireless
|
|
558
400
|
|
559
401
|
# The cell towers that were used to perform the measurements.
|
560
402
|
#
|
561
|
-
# @note When making an API call, you may pass CellTowers
|
562
|
-
# data as a hash:
|
563
|
-
#
|
564
|
-
# {
|
565
|
-
# gsm: [
|
566
|
-
# {
|
567
|
-
# mcc: 1, # required
|
568
|
-
# mnc: 1, # required
|
569
|
-
# lac: 1, # required
|
570
|
-
# geran_cid: 1, # required
|
571
|
-
# gsm_local_id: {
|
572
|
-
# bsic: 1, # required
|
573
|
-
# bcch: 1, # required
|
574
|
-
# },
|
575
|
-
# gsm_timing_advance: 1,
|
576
|
-
# rx_level: 1,
|
577
|
-
# gsm_nmr: [
|
578
|
-
# {
|
579
|
-
# bsic: 1, # required
|
580
|
-
# bcch: 1, # required
|
581
|
-
# rx_level: 1,
|
582
|
-
# global_identity: {
|
583
|
-
# lac: 1, # required
|
584
|
-
# geran_cid: 1, # required
|
585
|
-
# },
|
586
|
-
# },
|
587
|
-
# ],
|
588
|
-
# },
|
589
|
-
# ],
|
590
|
-
# wcdma: [
|
591
|
-
# {
|
592
|
-
# mcc: 1, # required
|
593
|
-
# mnc: 1, # required
|
594
|
-
# lac: 1,
|
595
|
-
# utran_cid: 1, # required
|
596
|
-
# wcdma_local_id: {
|
597
|
-
# uarfcndl: 1, # required
|
598
|
-
# psc: 1, # required
|
599
|
-
# },
|
600
|
-
# rscp: 1,
|
601
|
-
# path_loss: 1,
|
602
|
-
# wcdma_nmr: [
|
603
|
-
# {
|
604
|
-
# uarfcndl: 1, # required
|
605
|
-
# psc: 1, # required
|
606
|
-
# utran_cid: 1, # required
|
607
|
-
# rscp: 1,
|
608
|
-
# path_loss: 1,
|
609
|
-
# },
|
610
|
-
# ],
|
611
|
-
# },
|
612
|
-
# ],
|
613
|
-
# tdscdma: [
|
614
|
-
# {
|
615
|
-
# mcc: 1, # required
|
616
|
-
# mnc: 1, # required
|
617
|
-
# lac: 1,
|
618
|
-
# utran_cid: 1, # required
|
619
|
-
# tdscdma_local_id: {
|
620
|
-
# uarfcn: 1, # required
|
621
|
-
# cell_params: 1, # required
|
622
|
-
# },
|
623
|
-
# tdscdma_timing_advance: 1,
|
624
|
-
# rscp: 1,
|
625
|
-
# path_loss: 1,
|
626
|
-
# tdscdma_nmr: [
|
627
|
-
# {
|
628
|
-
# uarfcn: 1, # required
|
629
|
-
# cell_params: 1, # required
|
630
|
-
# utran_cid: 1,
|
631
|
-
# rscp: 1,
|
632
|
-
# path_loss: 1,
|
633
|
-
# },
|
634
|
-
# ],
|
635
|
-
# },
|
636
|
-
# ],
|
637
|
-
# lte: [
|
638
|
-
# {
|
639
|
-
# mcc: 1, # required
|
640
|
-
# mnc: 1, # required
|
641
|
-
# eutran_cid: 1, # required
|
642
|
-
# tac: 1,
|
643
|
-
# lte_local_id: {
|
644
|
-
# pci: 1, # required
|
645
|
-
# earfcn: 1, # required
|
646
|
-
# },
|
647
|
-
# lte_timing_advance: 1,
|
648
|
-
# rsrp: 1,
|
649
|
-
# rsrq: 1.0,
|
650
|
-
# nr_capable: false,
|
651
|
-
# lte_nmr: [
|
652
|
-
# {
|
653
|
-
# pci: 1, # required
|
654
|
-
# earfcn: 1, # required
|
655
|
-
# eutran_cid: 1, # required
|
656
|
-
# rsrp: 1,
|
657
|
-
# rsrq: 1.0,
|
658
|
-
# },
|
659
|
-
# ],
|
660
|
-
# },
|
661
|
-
# ],
|
662
|
-
# cdma: [
|
663
|
-
# {
|
664
|
-
# system_id: 1, # required
|
665
|
-
# network_id: 1, # required
|
666
|
-
# base_station_id: 1, # required
|
667
|
-
# registration_zone: 1,
|
668
|
-
# cdma_local_id: {
|
669
|
-
# pn_offset: 1, # required
|
670
|
-
# cdma_channel: 1, # required
|
671
|
-
# },
|
672
|
-
# pilot_power: 1,
|
673
|
-
# base_lat: 1.0,
|
674
|
-
# base_lng: 1.0,
|
675
|
-
# cdma_nmr: [
|
676
|
-
# {
|
677
|
-
# pn_offset: 1, # required
|
678
|
-
# cdma_channel: 1, # required
|
679
|
-
# pilot_power: 1,
|
680
|
-
# base_station_id: 1,
|
681
|
-
# },
|
682
|
-
# ],
|
683
|
-
# },
|
684
|
-
# ],
|
685
|
-
# }
|
686
|
-
#
|
687
403
|
# @!attribute [rw] gsm
|
688
404
|
# GSM object information.
|
689
405
|
# @return [Array<Types::GsmObj>]
|
@@ -756,16 +472,6 @@ module Aws::IoTWireless
|
|
756
472
|
# Connection status event configuration object for enabling or disabling
|
757
473
|
# topic.
|
758
474
|
#
|
759
|
-
# @note When making an API call, you may pass ConnectionStatusEventConfiguration
|
760
|
-
# data as a hash:
|
761
|
-
#
|
762
|
-
# {
|
763
|
-
# lo_ra_wan: {
|
764
|
-
# gateway_eui_event_topic: "Enabled", # accepts Enabled, Disabled
|
765
|
-
# },
|
766
|
-
# wireless_gateway_id_event_topic: "Enabled", # accepts Enabled, Disabled
|
767
|
-
# }
|
768
|
-
#
|
769
475
|
# @!attribute [rw] lo_ra_wan
|
770
476
|
# Connection status event configuration object for enabling or
|
771
477
|
# disabling LoRaWAN related event topics.
|
@@ -786,15 +492,6 @@ module Aws::IoTWireless
|
|
786
492
|
# Connection status resource type event configuration object for
|
787
493
|
# enabling or disabling topic.
|
788
494
|
#
|
789
|
-
# @note When making an API call, you may pass ConnectionStatusResourceTypeEventConfiguration
|
790
|
-
# data as a hash:
|
791
|
-
#
|
792
|
-
# {
|
793
|
-
# lo_ra_wan: {
|
794
|
-
# wireless_gateway_event_topic: "Enabled", # accepts Enabled, Disabled
|
795
|
-
# },
|
796
|
-
# }
|
797
|
-
#
|
798
495
|
# @!attribute [rw] lo_ra_wan
|
799
496
|
# Connection status resource type event configuration object for
|
800
497
|
# enabling or disabling LoRaWAN related event topics.
|
@@ -806,24 +503,6 @@ module Aws::IoTWireless
|
|
806
503
|
include Aws::Structure
|
807
504
|
end
|
808
505
|
|
809
|
-
# @note When making an API call, you may pass CreateDestinationRequest
|
810
|
-
# data as a hash:
|
811
|
-
#
|
812
|
-
# {
|
813
|
-
# name: "DestinationName", # required
|
814
|
-
# expression_type: "RuleName", # required, accepts RuleName, MqttTopic
|
815
|
-
# expression: "Expression", # required
|
816
|
-
# description: "Description",
|
817
|
-
# role_arn: "RoleArn", # required
|
818
|
-
# tags: [
|
819
|
-
# {
|
820
|
-
# key: "TagKey", # required
|
821
|
-
# value: "TagValue", # required
|
822
|
-
# },
|
823
|
-
# ],
|
824
|
-
# client_request_token: "ClientRequestToken",
|
825
|
-
# }
|
826
|
-
#
|
827
506
|
# @!attribute [rw] name
|
828
507
|
# The name of the new resource.
|
829
508
|
# @return [String]
|
@@ -886,41 +565,6 @@ module Aws::IoTWireless
|
|
886
565
|
include Aws::Structure
|
887
566
|
end
|
888
567
|
|
889
|
-
# @note When making an API call, you may pass CreateDeviceProfileRequest
|
890
|
-
# data as a hash:
|
891
|
-
#
|
892
|
-
# {
|
893
|
-
# name: "DeviceProfileName",
|
894
|
-
# lo_ra_wan: {
|
895
|
-
# supports_class_b: false,
|
896
|
-
# class_b_timeout: 1,
|
897
|
-
# ping_slot_period: 1,
|
898
|
-
# ping_slot_dr: 1,
|
899
|
-
# ping_slot_freq: 1,
|
900
|
-
# supports_class_c: false,
|
901
|
-
# class_c_timeout: 1,
|
902
|
-
# mac_version: "MacVersion",
|
903
|
-
# reg_params_revision: "RegParamsRevision",
|
904
|
-
# rx_delay_1: 1,
|
905
|
-
# rx_dr_offset_1: 1,
|
906
|
-
# rx_data_rate_2: 1,
|
907
|
-
# rx_freq_2: 1,
|
908
|
-
# factory_preset_freqs_list: [1],
|
909
|
-
# max_eirp: 1,
|
910
|
-
# max_duty_cycle: 1,
|
911
|
-
# rf_region: "RfRegion",
|
912
|
-
# supports_join: false,
|
913
|
-
# supports_32_bit_f_cnt: false,
|
914
|
-
# },
|
915
|
-
# tags: [
|
916
|
-
# {
|
917
|
-
# key: "TagKey", # required
|
918
|
-
# value: "TagValue", # required
|
919
|
-
# },
|
920
|
-
# ],
|
921
|
-
# client_request_token: "ClientRequestToken",
|
922
|
-
# }
|
923
|
-
#
|
924
568
|
# @!attribute [rw] name
|
925
569
|
# The name of the new resource.
|
926
570
|
# @return [String]
|
@@ -968,26 +612,6 @@ module Aws::IoTWireless
|
|
968
612
|
include Aws::Structure
|
969
613
|
end
|
970
614
|
|
971
|
-
# @note When making an API call, you may pass CreateFuotaTaskRequest
|
972
|
-
# data as a hash:
|
973
|
-
#
|
974
|
-
# {
|
975
|
-
# name: "FuotaTaskName",
|
976
|
-
# description: "Description",
|
977
|
-
# client_request_token: "ClientRequestToken",
|
978
|
-
# lo_ra_wan: {
|
979
|
-
# rf_region: "EU868", # accepts EU868, US915, AU915, AS923-1
|
980
|
-
# },
|
981
|
-
# firmware_update_image: "FirmwareUpdateImage", # required
|
982
|
-
# firmware_update_role: "FirmwareUpdateRole", # required
|
983
|
-
# tags: [
|
984
|
-
# {
|
985
|
-
# key: "TagKey", # required
|
986
|
-
# value: "TagValue", # required
|
987
|
-
# },
|
988
|
-
# ],
|
989
|
-
# }
|
990
|
-
#
|
991
615
|
# @!attribute [rw] name
|
992
616
|
# The name of a FUOTA task.
|
993
617
|
# @return [String]
|
@@ -1051,25 +675,6 @@ module Aws::IoTWireless
|
|
1051
675
|
include Aws::Structure
|
1052
676
|
end
|
1053
677
|
|
1054
|
-
# @note When making an API call, you may pass CreateMulticastGroupRequest
|
1055
|
-
# data as a hash:
|
1056
|
-
#
|
1057
|
-
# {
|
1058
|
-
# name: "MulticastGroupName",
|
1059
|
-
# description: "Description",
|
1060
|
-
# client_request_token: "ClientRequestToken",
|
1061
|
-
# lo_ra_wan: { # required
|
1062
|
-
# rf_region: "EU868", # accepts EU868, US915, AU915, AS923-1
|
1063
|
-
# dl_class: "ClassB", # accepts ClassB, ClassC
|
1064
|
-
# },
|
1065
|
-
# tags: [
|
1066
|
-
# {
|
1067
|
-
# key: "TagKey", # required
|
1068
|
-
# value: "TagValue", # required
|
1069
|
-
# },
|
1070
|
-
# ],
|
1071
|
-
# }
|
1072
|
-
#
|
1073
678
|
# @!attribute [rw] name
|
1074
679
|
# The name of the multicast group.
|
1075
680
|
# @return [String]
|
@@ -1122,27 +727,6 @@ module Aws::IoTWireless
|
|
1122
727
|
include Aws::Structure
|
1123
728
|
end
|
1124
729
|
|
1125
|
-
# @note When making an API call, you may pass CreateNetworkAnalyzerConfigurationRequest
|
1126
|
-
# data as a hash:
|
1127
|
-
#
|
1128
|
-
# {
|
1129
|
-
# name: "NetworkAnalyzerConfigurationName", # required
|
1130
|
-
# trace_content: {
|
1131
|
-
# wireless_device_frame_info: "ENABLED", # accepts ENABLED, DISABLED
|
1132
|
-
# log_level: "INFO", # accepts INFO, ERROR, DISABLED
|
1133
|
-
# },
|
1134
|
-
# wireless_devices: ["WirelessDeviceId"],
|
1135
|
-
# wireless_gateways: ["WirelessGatewayId"],
|
1136
|
-
# description: "Description",
|
1137
|
-
# tags: [
|
1138
|
-
# {
|
1139
|
-
# key: "TagKey", # required
|
1140
|
-
# value: "TagValue", # required
|
1141
|
-
# },
|
1142
|
-
# ],
|
1143
|
-
# client_request_token: "ClientRequestToken",
|
1144
|
-
# }
|
1145
|
-
#
|
1146
730
|
# @!attribute [rw] name
|
1147
731
|
# Name of the network analyzer configuration.
|
1148
732
|
# @return [String]
|
@@ -1210,25 +794,6 @@ module Aws::IoTWireless
|
|
1210
794
|
include Aws::Structure
|
1211
795
|
end
|
1212
796
|
|
1213
|
-
# @note When making an API call, you may pass CreateServiceProfileRequest
|
1214
|
-
# data as a hash:
|
1215
|
-
#
|
1216
|
-
# {
|
1217
|
-
# name: "ServiceProfileName",
|
1218
|
-
# lo_ra_wan: {
|
1219
|
-
# add_gw_metadata: false,
|
1220
|
-
# dr_min: 1,
|
1221
|
-
# dr_max: 1,
|
1222
|
-
# },
|
1223
|
-
# tags: [
|
1224
|
-
# {
|
1225
|
-
# key: "TagKey", # required
|
1226
|
-
# value: "TagValue", # required
|
1227
|
-
# },
|
1228
|
-
# ],
|
1229
|
-
# client_request_token: "ClientRequestToken",
|
1230
|
-
# }
|
1231
|
-
#
|
1232
797
|
# @!attribute [rw] name
|
1233
798
|
# The name of the new resource.
|
1234
799
|
# @return [String]
|
@@ -1277,74 +842,6 @@ module Aws::IoTWireless
|
|
1277
842
|
include Aws::Structure
|
1278
843
|
end
|
1279
844
|
|
1280
|
-
# @note When making an API call, you may pass CreateWirelessDeviceRequest
|
1281
|
-
# data as a hash:
|
1282
|
-
#
|
1283
|
-
# {
|
1284
|
-
# type: "Sidewalk", # required, accepts Sidewalk, LoRaWAN
|
1285
|
-
# name: "WirelessDeviceName",
|
1286
|
-
# description: "Description",
|
1287
|
-
# destination_name: "DestinationName", # required
|
1288
|
-
# client_request_token: "ClientRequestToken",
|
1289
|
-
# lo_ra_wan: {
|
1290
|
-
# dev_eui: "DevEui",
|
1291
|
-
# device_profile_id: "DeviceProfileId",
|
1292
|
-
# service_profile_id: "ServiceProfileId",
|
1293
|
-
# otaa_v1_1: {
|
1294
|
-
# app_key: "AppKey",
|
1295
|
-
# nwk_key: "NwkKey",
|
1296
|
-
# join_eui: "JoinEui",
|
1297
|
-
# },
|
1298
|
-
# otaa_v1_0_x: {
|
1299
|
-
# app_key: "AppKey",
|
1300
|
-
# app_eui: "AppEui",
|
1301
|
-
# gen_app_key: "GenAppKey",
|
1302
|
-
# },
|
1303
|
-
# abp_v1_1: {
|
1304
|
-
# dev_addr: "DevAddr",
|
1305
|
-
# session_keys: {
|
1306
|
-
# f_nwk_s_int_key: "FNwkSIntKey",
|
1307
|
-
# s_nwk_s_int_key: "SNwkSIntKey",
|
1308
|
-
# nwk_s_enc_key: "NwkSEncKey",
|
1309
|
-
# app_s_key: "AppSKey",
|
1310
|
-
# },
|
1311
|
-
# f_cnt_start: 1,
|
1312
|
-
# },
|
1313
|
-
# abp_v1_0_x: {
|
1314
|
-
# dev_addr: "DevAddr",
|
1315
|
-
# session_keys: {
|
1316
|
-
# nwk_s_key: "NwkSKey",
|
1317
|
-
# app_s_key: "AppSKey",
|
1318
|
-
# },
|
1319
|
-
# f_cnt_start: 1,
|
1320
|
-
# },
|
1321
|
-
# f_ports: {
|
1322
|
-
# fuota: 1,
|
1323
|
-
# multicast: 1,
|
1324
|
-
# clock_sync: 1,
|
1325
|
-
# positioning: {
|
1326
|
-
# clock_sync: 1,
|
1327
|
-
# stream: 1,
|
1328
|
-
# gnss: 1,
|
1329
|
-
# },
|
1330
|
-
# applications: [
|
1331
|
-
# {
|
1332
|
-
# f_port: 1,
|
1333
|
-
# type: "SemtechGeolocation", # accepts SemtechGeolocation
|
1334
|
-
# destination_name: "DestinationName",
|
1335
|
-
# },
|
1336
|
-
# ],
|
1337
|
-
# },
|
1338
|
-
# },
|
1339
|
-
# tags: [
|
1340
|
-
# {
|
1341
|
-
# key: "TagKey", # required
|
1342
|
-
# value: "TagValue", # required
|
1343
|
-
# },
|
1344
|
-
# ],
|
1345
|
-
# positioning: "Enabled", # accepts Enabled, Disabled
|
1346
|
-
# }
|
1347
|
-
#
|
1348
845
|
# @!attribute [rw] type
|
1349
846
|
# The wireless device type.
|
1350
847
|
# @return [String]
|
@@ -1414,34 +911,6 @@ module Aws::IoTWireless
|
|
1414
911
|
include Aws::Structure
|
1415
912
|
end
|
1416
913
|
|
1417
|
-
# @note When making an API call, you may pass CreateWirelessGatewayRequest
|
1418
|
-
# data as a hash:
|
1419
|
-
#
|
1420
|
-
# {
|
1421
|
-
# name: "WirelessGatewayName",
|
1422
|
-
# description: "Description",
|
1423
|
-
# lo_ra_wan: { # required
|
1424
|
-
# gateway_eui: "GatewayEui",
|
1425
|
-
# rf_region: "RfRegion",
|
1426
|
-
# join_eui_filters: [
|
1427
|
-
# ["JoinEui"],
|
1428
|
-
# ],
|
1429
|
-
# net_id_filters: ["NetId"],
|
1430
|
-
# sub_bands: [1],
|
1431
|
-
# beaconing: {
|
1432
|
-
# data_rate: 1,
|
1433
|
-
# frequencies: [1],
|
1434
|
-
# },
|
1435
|
-
# },
|
1436
|
-
# tags: [
|
1437
|
-
# {
|
1438
|
-
# key: "TagKey", # required
|
1439
|
-
# value: "TagValue", # required
|
1440
|
-
# },
|
1441
|
-
# ],
|
1442
|
-
# client_request_token: "ClientRequestToken",
|
1443
|
-
# }
|
1444
|
-
#
|
1445
914
|
# @!attribute [rw] name
|
1446
915
|
# The name of the new resource.
|
1447
916
|
# @return [String]
|
@@ -1495,39 +964,6 @@ module Aws::IoTWireless
|
|
1495
964
|
include Aws::Structure
|
1496
965
|
end
|
1497
966
|
|
1498
|
-
# @note When making an API call, you may pass CreateWirelessGatewayTaskDefinitionRequest
|
1499
|
-
# data as a hash:
|
1500
|
-
#
|
1501
|
-
# {
|
1502
|
-
# auto_create_tasks: false, # required
|
1503
|
-
# name: "WirelessGatewayTaskName",
|
1504
|
-
# update: {
|
1505
|
-
# update_data_source: "UpdateDataSource",
|
1506
|
-
# update_data_role: "UpdateDataSource",
|
1507
|
-
# lo_ra_wan: {
|
1508
|
-
# update_signature: "UpdateSignature",
|
1509
|
-
# sig_key_crc: 1,
|
1510
|
-
# current_version: {
|
1511
|
-
# package_version: "PackageVersion",
|
1512
|
-
# model: "Model",
|
1513
|
-
# station: "Station",
|
1514
|
-
# },
|
1515
|
-
# update_version: {
|
1516
|
-
# package_version: "PackageVersion",
|
1517
|
-
# model: "Model",
|
1518
|
-
# station: "Station",
|
1519
|
-
# },
|
1520
|
-
# },
|
1521
|
-
# },
|
1522
|
-
# client_request_token: "ClientRequestToken",
|
1523
|
-
# tags: [
|
1524
|
-
# {
|
1525
|
-
# key: "TagKey", # required
|
1526
|
-
# value: "TagValue", # required
|
1527
|
-
# },
|
1528
|
-
# ],
|
1529
|
-
# }
|
1530
|
-
#
|
1531
967
|
# @!attribute [rw] auto_create_tasks
|
1532
968
|
# Whether to automatically create tasks using this task definition for
|
1533
969
|
# all gateways with the specified current version. If `false`, the
|
@@ -1582,14 +1018,6 @@ module Aws::IoTWireless
|
|
1582
1018
|
include Aws::Structure
|
1583
1019
|
end
|
1584
1020
|
|
1585
|
-
# @note When making an API call, you may pass CreateWirelessGatewayTaskRequest
|
1586
|
-
# data as a hash:
|
1587
|
-
#
|
1588
|
-
# {
|
1589
|
-
# id: "WirelessGatewayId", # required
|
1590
|
-
# wireless_gateway_task_definition_id: "WirelessGatewayTaskDefinitionId", # required
|
1591
|
-
# }
|
1592
|
-
#
|
1593
1021
|
# @!attribute [rw] id
|
1594
1022
|
# The ID of the resource to update.
|
1595
1023
|
# @return [String]
|
@@ -1620,13 +1048,6 @@ module Aws::IoTWireless
|
|
1620
1048
|
include Aws::Structure
|
1621
1049
|
end
|
1622
1050
|
|
1623
|
-
# @note When making an API call, you may pass DeleteDestinationRequest
|
1624
|
-
# data as a hash:
|
1625
|
-
#
|
1626
|
-
# {
|
1627
|
-
# name: "DestinationName", # required
|
1628
|
-
# }
|
1629
|
-
#
|
1630
1051
|
# @!attribute [rw] name
|
1631
1052
|
# The name of the resource to delete.
|
1632
1053
|
# @return [String]
|
@@ -1639,13 +1060,6 @@ module Aws::IoTWireless
|
|
1639
1060
|
|
1640
1061
|
class DeleteDestinationResponse < Aws::EmptyStructure; end
|
1641
1062
|
|
1642
|
-
# @note When making an API call, you may pass DeleteDeviceProfileRequest
|
1643
|
-
# data as a hash:
|
1644
|
-
#
|
1645
|
-
# {
|
1646
|
-
# id: "DeviceProfileId", # required
|
1647
|
-
# }
|
1648
|
-
#
|
1649
1063
|
# @!attribute [rw] id
|
1650
1064
|
# The ID of the resource to delete.
|
1651
1065
|
# @return [String]
|
@@ -1658,13 +1072,6 @@ module Aws::IoTWireless
|
|
1658
1072
|
|
1659
1073
|
class DeleteDeviceProfileResponse < Aws::EmptyStructure; end
|
1660
1074
|
|
1661
|
-
# @note When making an API call, you may pass DeleteFuotaTaskRequest
|
1662
|
-
# data as a hash:
|
1663
|
-
#
|
1664
|
-
# {
|
1665
|
-
# id: "FuotaTaskId", # required
|
1666
|
-
# }
|
1667
|
-
#
|
1668
1075
|
# @!attribute [rw] id
|
1669
1076
|
# The ID of a FUOTA task.
|
1670
1077
|
# @return [String]
|
@@ -1677,13 +1084,6 @@ module Aws::IoTWireless
|
|
1677
1084
|
|
1678
1085
|
class DeleteFuotaTaskResponse < Aws::EmptyStructure; end
|
1679
1086
|
|
1680
|
-
# @note When making an API call, you may pass DeleteMulticastGroupRequest
|
1681
|
-
# data as a hash:
|
1682
|
-
#
|
1683
|
-
# {
|
1684
|
-
# id: "MulticastGroupId", # required
|
1685
|
-
# }
|
1686
|
-
#
|
1687
1087
|
# @!attribute [rw] id
|
1688
1088
|
# The ID of the multicast group.
|
1689
1089
|
# @return [String]
|
@@ -1696,13 +1096,6 @@ module Aws::IoTWireless
|
|
1696
1096
|
|
1697
1097
|
class DeleteMulticastGroupResponse < Aws::EmptyStructure; end
|
1698
1098
|
|
1699
|
-
# @note When making an API call, you may pass DeleteNetworkAnalyzerConfigurationRequest
|
1700
|
-
# data as a hash:
|
1701
|
-
#
|
1702
|
-
# {
|
1703
|
-
# configuration_name: "NetworkAnalyzerConfigurationName", # required
|
1704
|
-
# }
|
1705
|
-
#
|
1706
1099
|
# @!attribute [rw] configuration_name
|
1707
1100
|
# Name of the network analyzer configuration.
|
1708
1101
|
# @return [String]
|
@@ -1715,15 +1108,6 @@ module Aws::IoTWireless
|
|
1715
1108
|
|
1716
1109
|
class DeleteNetworkAnalyzerConfigurationResponse < Aws::EmptyStructure; end
|
1717
1110
|
|
1718
|
-
# @note When making an API call, you may pass DeleteQueuedMessagesRequest
|
1719
|
-
# data as a hash:
|
1720
|
-
#
|
1721
|
-
# {
|
1722
|
-
# id: "WirelessDeviceId", # required
|
1723
|
-
# message_id: "MessageId", # required
|
1724
|
-
# wireless_device_type: "Sidewalk", # accepts Sidewalk, LoRaWAN
|
1725
|
-
# }
|
1726
|
-
#
|
1727
1111
|
# @!attribute [rw] id
|
1728
1112
|
# The ID of a given wireless device for which downlink messages will
|
1729
1113
|
# be deleted.
|
@@ -1749,13 +1133,6 @@ module Aws::IoTWireless
|
|
1749
1133
|
|
1750
1134
|
class DeleteQueuedMessagesResponse < Aws::EmptyStructure; end
|
1751
1135
|
|
1752
|
-
# @note When making an API call, you may pass DeleteServiceProfileRequest
|
1753
|
-
# data as a hash:
|
1754
|
-
#
|
1755
|
-
# {
|
1756
|
-
# id: "ServiceProfileId", # required
|
1757
|
-
# }
|
1758
|
-
#
|
1759
1136
|
# @!attribute [rw] id
|
1760
1137
|
# The ID of the resource to delete.
|
1761
1138
|
# @return [String]
|
@@ -1768,13 +1145,6 @@ module Aws::IoTWireless
|
|
1768
1145
|
|
1769
1146
|
class DeleteServiceProfileResponse < Aws::EmptyStructure; end
|
1770
1147
|
|
1771
|
-
# @note When making an API call, you may pass DeleteWirelessDeviceRequest
|
1772
|
-
# data as a hash:
|
1773
|
-
#
|
1774
|
-
# {
|
1775
|
-
# id: "WirelessDeviceId", # required
|
1776
|
-
# }
|
1777
|
-
#
|
1778
1148
|
# @!attribute [rw] id
|
1779
1149
|
# The ID of the resource to delete.
|
1780
1150
|
# @return [String]
|
@@ -1787,13 +1157,6 @@ module Aws::IoTWireless
|
|
1787
1157
|
|
1788
1158
|
class DeleteWirelessDeviceResponse < Aws::EmptyStructure; end
|
1789
1159
|
|
1790
|
-
# @note When making an API call, you may pass DeleteWirelessGatewayRequest
|
1791
|
-
# data as a hash:
|
1792
|
-
#
|
1793
|
-
# {
|
1794
|
-
# id: "WirelessGatewayId", # required
|
1795
|
-
# }
|
1796
|
-
#
|
1797
1160
|
# @!attribute [rw] id
|
1798
1161
|
# The ID of the resource to delete.
|
1799
1162
|
# @return [String]
|
@@ -1806,13 +1169,6 @@ module Aws::IoTWireless
|
|
1806
1169
|
|
1807
1170
|
class DeleteWirelessGatewayResponse < Aws::EmptyStructure; end
|
1808
1171
|
|
1809
|
-
# @note When making an API call, you may pass DeleteWirelessGatewayTaskDefinitionRequest
|
1810
|
-
# data as a hash:
|
1811
|
-
#
|
1812
|
-
# {
|
1813
|
-
# id: "WirelessGatewayTaskDefinitionId", # required
|
1814
|
-
# }
|
1815
|
-
#
|
1816
1172
|
# @!attribute [rw] id
|
1817
1173
|
# The ID of the resource to delete.
|
1818
1174
|
# @return [String]
|
@@ -1825,13 +1181,6 @@ module Aws::IoTWireless
|
|
1825
1181
|
|
1826
1182
|
class DeleteWirelessGatewayTaskDefinitionResponse < Aws::EmptyStructure; end
|
1827
1183
|
|
1828
|
-
# @note When making an API call, you may pass DeleteWirelessGatewayTaskRequest
|
1829
|
-
# data as a hash:
|
1830
|
-
#
|
1831
|
-
# {
|
1832
|
-
# id: "WirelessGatewayId", # required
|
1833
|
-
# }
|
1834
|
-
#
|
1835
1184
|
# @!attribute [rw] id
|
1836
1185
|
# The ID of the resource to delete.
|
1837
1186
|
# @return [String]
|
@@ -1906,16 +1255,6 @@ module Aws::IoTWireless
|
|
1906
1255
|
# Device registration state event configuration object for enabling and
|
1907
1256
|
# disabling relevant topics.
|
1908
1257
|
#
|
1909
|
-
# @note When making an API call, you may pass DeviceRegistrationStateEventConfiguration
|
1910
|
-
# data as a hash:
|
1911
|
-
#
|
1912
|
-
# {
|
1913
|
-
# sidewalk: {
|
1914
|
-
# amazon_id_event_topic: "Enabled", # accepts Enabled, Disabled
|
1915
|
-
# },
|
1916
|
-
# wireless_device_id_event_topic: "Enabled", # accepts Enabled, Disabled
|
1917
|
-
# }
|
1918
|
-
#
|
1919
1258
|
# @!attribute [rw] sidewalk
|
1920
1259
|
# Device registration state event configuration object for enabling or
|
1921
1260
|
# disabling Sidewalk related event topics.
|
@@ -1936,15 +1275,6 @@ module Aws::IoTWireless
|
|
1936
1275
|
# Device registration state resource type event configuration object for
|
1937
1276
|
# enabling or disabling topic.
|
1938
1277
|
#
|
1939
|
-
# @note When making an API call, you may pass DeviceRegistrationStateResourceTypeEventConfiguration
|
1940
|
-
# data as a hash:
|
1941
|
-
#
|
1942
|
-
# {
|
1943
|
-
# sidewalk: {
|
1944
|
-
# wireless_device_event_topic: "Enabled", # accepts Enabled, Disabled
|
1945
|
-
# },
|
1946
|
-
# }
|
1947
|
-
#
|
1948
1278
|
# @!attribute [rw] sidewalk
|
1949
1279
|
# Device registration resource type state event configuration object
|
1950
1280
|
# for enabling or disabling Sidewalk related event topics.
|
@@ -1956,14 +1286,6 @@ module Aws::IoTWireless
|
|
1956
1286
|
include Aws::Structure
|
1957
1287
|
end
|
1958
1288
|
|
1959
|
-
# @note When making an API call, you may pass DisassociateAwsAccountFromPartnerAccountRequest
|
1960
|
-
# data as a hash:
|
1961
|
-
#
|
1962
|
-
# {
|
1963
|
-
# partner_account_id: "PartnerAccountId", # required
|
1964
|
-
# partner_type: "Sidewalk", # required, accepts Sidewalk
|
1965
|
-
# }
|
1966
|
-
#
|
1967
1289
|
# @!attribute [rw] partner_account_id
|
1968
1290
|
# The partner account ID to disassociate from the AWS account.
|
1969
1291
|
# @return [String]
|
@@ -1981,14 +1303,6 @@ module Aws::IoTWireless
|
|
1981
1303
|
|
1982
1304
|
class DisassociateAwsAccountFromPartnerAccountResponse < Aws::EmptyStructure; end
|
1983
1305
|
|
1984
|
-
# @note When making an API call, you may pass DisassociateMulticastGroupFromFuotaTaskRequest
|
1985
|
-
# data as a hash:
|
1986
|
-
#
|
1987
|
-
# {
|
1988
|
-
# id: "FuotaTaskId", # required
|
1989
|
-
# multicast_group_id: "MulticastGroupId", # required
|
1990
|
-
# }
|
1991
|
-
#
|
1992
1306
|
# @!attribute [rw] id
|
1993
1307
|
# The ID of a FUOTA task.
|
1994
1308
|
# @return [String]
|
@@ -2006,14 +1320,6 @@ module Aws::IoTWireless
|
|
2006
1320
|
|
2007
1321
|
class DisassociateMulticastGroupFromFuotaTaskResponse < Aws::EmptyStructure; end
|
2008
1322
|
|
2009
|
-
# @note When making an API call, you may pass DisassociateWirelessDeviceFromFuotaTaskRequest
|
2010
|
-
# data as a hash:
|
2011
|
-
#
|
2012
|
-
# {
|
2013
|
-
# id: "FuotaTaskId", # required
|
2014
|
-
# wireless_device_id: "WirelessDeviceId", # required
|
2015
|
-
# }
|
2016
|
-
#
|
2017
1323
|
# @!attribute [rw] id
|
2018
1324
|
# The ID of a FUOTA task.
|
2019
1325
|
# @return [String]
|
@@ -2031,14 +1337,6 @@ module Aws::IoTWireless
|
|
2031
1337
|
|
2032
1338
|
class DisassociateWirelessDeviceFromFuotaTaskResponse < Aws::EmptyStructure; end
|
2033
1339
|
|
2034
|
-
# @note When making an API call, you may pass DisassociateWirelessDeviceFromMulticastGroupRequest
|
2035
|
-
# data as a hash:
|
2036
|
-
#
|
2037
|
-
# {
|
2038
|
-
# id: "MulticastGroupId", # required
|
2039
|
-
# wireless_device_id: "WirelessDeviceId", # required
|
2040
|
-
# }
|
2041
|
-
#
|
2042
1340
|
# @!attribute [rw] id
|
2043
1341
|
# The ID of the multicast group.
|
2044
1342
|
# @return [String]
|
@@ -2056,13 +1354,6 @@ module Aws::IoTWireless
|
|
2056
1354
|
|
2057
1355
|
class DisassociateWirelessDeviceFromMulticastGroupResponse < Aws::EmptyStructure; end
|
2058
1356
|
|
2059
|
-
# @note When making an API call, you may pass DisassociateWirelessDeviceFromThingRequest
|
2060
|
-
# data as a hash:
|
2061
|
-
#
|
2062
|
-
# {
|
2063
|
-
# id: "WirelessDeviceId", # required
|
2064
|
-
# }
|
2065
|
-
#
|
2066
1357
|
# @!attribute [rw] id
|
2067
1358
|
# The ID of the resource to update.
|
2068
1359
|
# @return [String]
|
@@ -2075,13 +1366,6 @@ module Aws::IoTWireless
|
|
2075
1366
|
|
2076
1367
|
class DisassociateWirelessDeviceFromThingResponse < Aws::EmptyStructure; end
|
2077
1368
|
|
2078
|
-
# @note When making an API call, you may pass DisassociateWirelessGatewayFromCertificateRequest
|
2079
|
-
# data as a hash:
|
2080
|
-
#
|
2081
|
-
# {
|
2082
|
-
# id: "WirelessGatewayId", # required
|
2083
|
-
# }
|
2084
|
-
#
|
2085
1369
|
# @!attribute [rw] id
|
2086
1370
|
# The ID of the resource to update.
|
2087
1371
|
# @return [String]
|
@@ -2094,13 +1378,6 @@ module Aws::IoTWireless
|
|
2094
1378
|
|
2095
1379
|
class DisassociateWirelessGatewayFromCertificateResponse < Aws::EmptyStructure; end
|
2096
1380
|
|
2097
|
-
# @note When making an API call, you may pass DisassociateWirelessGatewayFromThingRequest
|
2098
|
-
# data as a hash:
|
2099
|
-
#
|
2100
|
-
# {
|
2101
|
-
# id: "WirelessGatewayId", # required
|
2102
|
-
# }
|
2103
|
-
#
|
2104
1381
|
# @!attribute [rw] id
|
2105
1382
|
# The ID of the resource to update.
|
2106
1383
|
# @return [String]
|
@@ -2211,27 +1488,6 @@ module Aws::IoTWireless
|
|
2211
1488
|
# List of FPort assigned for different LoRaWAN application packages to
|
2212
1489
|
# use
|
2213
1490
|
#
|
2214
|
-
# @note When making an API call, you may pass FPorts
|
2215
|
-
# data as a hash:
|
2216
|
-
#
|
2217
|
-
# {
|
2218
|
-
# fuota: 1,
|
2219
|
-
# multicast: 1,
|
2220
|
-
# clock_sync: 1,
|
2221
|
-
# positioning: {
|
2222
|
-
# clock_sync: 1,
|
2223
|
-
# stream: 1,
|
2224
|
-
# gnss: 1,
|
2225
|
-
# },
|
2226
|
-
# applications: [
|
2227
|
-
# {
|
2228
|
-
# f_port: 1,
|
2229
|
-
# type: "SemtechGeolocation", # accepts SemtechGeolocation
|
2230
|
-
# destination_name: "DestinationName",
|
2231
|
-
# },
|
2232
|
-
# ],
|
2233
|
-
# }
|
2234
|
-
#
|
2235
1491
|
# @!attribute [rw] fuota
|
2236
1492
|
# The Fport value.
|
2237
1493
|
# @return [Integer]
|
@@ -2289,14 +1545,6 @@ module Aws::IoTWireless
|
|
2289
1545
|
# Gateway list item object that specifies the frequency and list of
|
2290
1546
|
# gateways for which the downlink message should be sent.
|
2291
1547
|
#
|
2292
|
-
# @note When making an API call, you may pass GatewayListItem
|
2293
|
-
# data as a hash:
|
2294
|
-
#
|
2295
|
-
# {
|
2296
|
-
# gateway_id: "WirelessGatewayId", # required
|
2297
|
-
# downlink_frequency: 1, # required
|
2298
|
-
# }
|
2299
|
-
#
|
2300
1548
|
# @!attribute [rw] gateway_id
|
2301
1549
|
# The ID of the wireless gateways that you want to add to the list of
|
2302
1550
|
# gateways when sending downlink messages.
|
@@ -2314,13 +1562,6 @@ module Aws::IoTWireless
|
|
2314
1562
|
include Aws::Structure
|
2315
1563
|
end
|
2316
1564
|
|
2317
|
-
# @note When making an API call, you may pass GetDestinationRequest
|
2318
|
-
# data as a hash:
|
2319
|
-
#
|
2320
|
-
# {
|
2321
|
-
# name: "DestinationName", # required
|
2322
|
-
# }
|
2323
|
-
#
|
2324
1565
|
# @!attribute [rw] name
|
2325
1566
|
# The name of the resource to get.
|
2326
1567
|
# @return [String]
|
@@ -2366,13 +1607,6 @@ module Aws::IoTWireless
|
|
2366
1607
|
include Aws::Structure
|
2367
1608
|
end
|
2368
1609
|
|
2369
|
-
# @note When making an API call, you may pass GetDeviceProfileRequest
|
2370
|
-
# data as a hash:
|
2371
|
-
#
|
2372
|
-
# {
|
2373
|
-
# id: "DeviceProfileId", # required
|
2374
|
-
# }
|
2375
|
-
#
|
2376
1610
|
# @!attribute [rw] id
|
2377
1611
|
# The ID of the resource to get.
|
2378
1612
|
# @return [String]
|
@@ -2444,13 +1678,6 @@ module Aws::IoTWireless
|
|
2444
1678
|
include Aws::Structure
|
2445
1679
|
end
|
2446
1680
|
|
2447
|
-
# @note When making an API call, you may pass GetFuotaTaskRequest
|
2448
|
-
# data as a hash:
|
2449
|
-
#
|
2450
|
-
# {
|
2451
|
-
# id: "FuotaTaskId", # required
|
2452
|
-
# }
|
2453
|
-
#
|
2454
1681
|
# @!attribute [rw] id
|
2455
1682
|
# The ID of a FUOTA task.
|
2456
1683
|
# @return [String]
|
@@ -2538,13 +1765,6 @@ module Aws::IoTWireless
|
|
2538
1765
|
include Aws::Structure
|
2539
1766
|
end
|
2540
1767
|
|
2541
|
-
# @note When making an API call, you may pass GetMulticastGroupRequest
|
2542
|
-
# data as a hash:
|
2543
|
-
#
|
2544
|
-
# {
|
2545
|
-
# id: "MulticastGroupId", # required
|
2546
|
-
# }
|
2547
|
-
#
|
2548
1768
|
# @!attribute [rw] id
|
2549
1769
|
# The ID of the multicast group.
|
2550
1770
|
# @return [String]
|
@@ -2596,13 +1816,6 @@ module Aws::IoTWireless
|
|
2596
1816
|
include Aws::Structure
|
2597
1817
|
end
|
2598
1818
|
|
2599
|
-
# @note When making an API call, you may pass GetMulticastGroupSessionRequest
|
2600
|
-
# data as a hash:
|
2601
|
-
#
|
2602
|
-
# {
|
2603
|
-
# id: "MulticastGroupId", # required
|
2604
|
-
# }
|
2605
|
-
#
|
2606
1819
|
# @!attribute [rw] id
|
2607
1820
|
# The ID of the multicast group.
|
2608
1821
|
# @return [String]
|
@@ -2623,13 +1836,6 @@ module Aws::IoTWireless
|
|
2623
1836
|
include Aws::Structure
|
2624
1837
|
end
|
2625
1838
|
|
2626
|
-
# @note When making an API call, you may pass GetNetworkAnalyzerConfigurationRequest
|
2627
|
-
# data as a hash:
|
2628
|
-
#
|
2629
|
-
# {
|
2630
|
-
# configuration_name: "NetworkAnalyzerConfigurationName", # required
|
2631
|
-
# }
|
2632
|
-
#
|
2633
1839
|
# @!attribute [rw] configuration_name
|
2634
1840
|
# Name of the network analyzer configuration.
|
2635
1841
|
# @return [String]
|
@@ -2678,14 +1884,6 @@ module Aws::IoTWireless
|
|
2678
1884
|
include Aws::Structure
|
2679
1885
|
end
|
2680
1886
|
|
2681
|
-
# @note When making an API call, you may pass GetPartnerAccountRequest
|
2682
|
-
# data as a hash:
|
2683
|
-
#
|
2684
|
-
# {
|
2685
|
-
# partner_account_id: "PartnerAccountId", # required
|
2686
|
-
# partner_type: "Sidewalk", # required, accepts Sidewalk
|
2687
|
-
# }
|
2688
|
-
#
|
2689
1887
|
# @!attribute [rw] partner_account_id
|
2690
1888
|
# The partner account ID to disassociate from the AWS account.
|
2691
1889
|
# @return [String]
|
@@ -2716,14 +1914,6 @@ module Aws::IoTWireless
|
|
2716
1914
|
include Aws::Structure
|
2717
1915
|
end
|
2718
1916
|
|
2719
|
-
# @note When making an API call, you may pass GetPositionConfigurationRequest
|
2720
|
-
# data as a hash:
|
2721
|
-
#
|
2722
|
-
# {
|
2723
|
-
# resource_identifier: "PositionResourceIdentifier", # required
|
2724
|
-
# resource_type: "WirelessDevice", # required, accepts WirelessDevice, WirelessGateway
|
2725
|
-
# }
|
2726
|
-
#
|
2727
1917
|
# @!attribute [rw] resource_identifier
|
2728
1918
|
# Resource identifier used in a position configuration.
|
2729
1919
|
# @return [String]
|
@@ -2757,152 +1947,6 @@ module Aws::IoTWireless
|
|
2757
1947
|
include Aws::Structure
|
2758
1948
|
end
|
2759
1949
|
|
2760
|
-
# @note When making an API call, you may pass GetPositionEstimateRequest
|
2761
|
-
# data as a hash:
|
2762
|
-
#
|
2763
|
-
# {
|
2764
|
-
# wi_fi_access_points: [
|
2765
|
-
# {
|
2766
|
-
# mac_address: "MacAddress", # required
|
2767
|
-
# rss: 1, # required
|
2768
|
-
# },
|
2769
|
-
# ],
|
2770
|
-
# cell_towers: {
|
2771
|
-
# gsm: [
|
2772
|
-
# {
|
2773
|
-
# mcc: 1, # required
|
2774
|
-
# mnc: 1, # required
|
2775
|
-
# lac: 1, # required
|
2776
|
-
# geran_cid: 1, # required
|
2777
|
-
# gsm_local_id: {
|
2778
|
-
# bsic: 1, # required
|
2779
|
-
# bcch: 1, # required
|
2780
|
-
# },
|
2781
|
-
# gsm_timing_advance: 1,
|
2782
|
-
# rx_level: 1,
|
2783
|
-
# gsm_nmr: [
|
2784
|
-
# {
|
2785
|
-
# bsic: 1, # required
|
2786
|
-
# bcch: 1, # required
|
2787
|
-
# rx_level: 1,
|
2788
|
-
# global_identity: {
|
2789
|
-
# lac: 1, # required
|
2790
|
-
# geran_cid: 1, # required
|
2791
|
-
# },
|
2792
|
-
# },
|
2793
|
-
# ],
|
2794
|
-
# },
|
2795
|
-
# ],
|
2796
|
-
# wcdma: [
|
2797
|
-
# {
|
2798
|
-
# mcc: 1, # required
|
2799
|
-
# mnc: 1, # required
|
2800
|
-
# lac: 1,
|
2801
|
-
# utran_cid: 1, # required
|
2802
|
-
# wcdma_local_id: {
|
2803
|
-
# uarfcndl: 1, # required
|
2804
|
-
# psc: 1, # required
|
2805
|
-
# },
|
2806
|
-
# rscp: 1,
|
2807
|
-
# path_loss: 1,
|
2808
|
-
# wcdma_nmr: [
|
2809
|
-
# {
|
2810
|
-
# uarfcndl: 1, # required
|
2811
|
-
# psc: 1, # required
|
2812
|
-
# utran_cid: 1, # required
|
2813
|
-
# rscp: 1,
|
2814
|
-
# path_loss: 1,
|
2815
|
-
# },
|
2816
|
-
# ],
|
2817
|
-
# },
|
2818
|
-
# ],
|
2819
|
-
# tdscdma: [
|
2820
|
-
# {
|
2821
|
-
# mcc: 1, # required
|
2822
|
-
# mnc: 1, # required
|
2823
|
-
# lac: 1,
|
2824
|
-
# utran_cid: 1, # required
|
2825
|
-
# tdscdma_local_id: {
|
2826
|
-
# uarfcn: 1, # required
|
2827
|
-
# cell_params: 1, # required
|
2828
|
-
# },
|
2829
|
-
# tdscdma_timing_advance: 1,
|
2830
|
-
# rscp: 1,
|
2831
|
-
# path_loss: 1,
|
2832
|
-
# tdscdma_nmr: [
|
2833
|
-
# {
|
2834
|
-
# uarfcn: 1, # required
|
2835
|
-
# cell_params: 1, # required
|
2836
|
-
# utran_cid: 1,
|
2837
|
-
# rscp: 1,
|
2838
|
-
# path_loss: 1,
|
2839
|
-
# },
|
2840
|
-
# ],
|
2841
|
-
# },
|
2842
|
-
# ],
|
2843
|
-
# lte: [
|
2844
|
-
# {
|
2845
|
-
# mcc: 1, # required
|
2846
|
-
# mnc: 1, # required
|
2847
|
-
# eutran_cid: 1, # required
|
2848
|
-
# tac: 1,
|
2849
|
-
# lte_local_id: {
|
2850
|
-
# pci: 1, # required
|
2851
|
-
# earfcn: 1, # required
|
2852
|
-
# },
|
2853
|
-
# lte_timing_advance: 1,
|
2854
|
-
# rsrp: 1,
|
2855
|
-
# rsrq: 1.0,
|
2856
|
-
# nr_capable: false,
|
2857
|
-
# lte_nmr: [
|
2858
|
-
# {
|
2859
|
-
# pci: 1, # required
|
2860
|
-
# earfcn: 1, # required
|
2861
|
-
# eutran_cid: 1, # required
|
2862
|
-
# rsrp: 1,
|
2863
|
-
# rsrq: 1.0,
|
2864
|
-
# },
|
2865
|
-
# ],
|
2866
|
-
# },
|
2867
|
-
# ],
|
2868
|
-
# cdma: [
|
2869
|
-
# {
|
2870
|
-
# system_id: 1, # required
|
2871
|
-
# network_id: 1, # required
|
2872
|
-
# base_station_id: 1, # required
|
2873
|
-
# registration_zone: 1,
|
2874
|
-
# cdma_local_id: {
|
2875
|
-
# pn_offset: 1, # required
|
2876
|
-
# cdma_channel: 1, # required
|
2877
|
-
# },
|
2878
|
-
# pilot_power: 1,
|
2879
|
-
# base_lat: 1.0,
|
2880
|
-
# base_lng: 1.0,
|
2881
|
-
# cdma_nmr: [
|
2882
|
-
# {
|
2883
|
-
# pn_offset: 1, # required
|
2884
|
-
# cdma_channel: 1, # required
|
2885
|
-
# pilot_power: 1,
|
2886
|
-
# base_station_id: 1,
|
2887
|
-
# },
|
2888
|
-
# ],
|
2889
|
-
# },
|
2890
|
-
# ],
|
2891
|
-
# },
|
2892
|
-
# ip: {
|
2893
|
-
# ip_address: "IPAddress", # required
|
2894
|
-
# },
|
2895
|
-
# gnss: {
|
2896
|
-
# payload: "GnssNav", # required
|
2897
|
-
# capture_time: 1.0,
|
2898
|
-
# capture_time_accuracy: 1.0,
|
2899
|
-
# assist_position: [1.0],
|
2900
|
-
# assist_altitude: 1.0,
|
2901
|
-
# use_2_d_solver: false,
|
2902
|
-
# },
|
2903
|
-
# timestamp: Time.now,
|
2904
|
-
# }
|
2905
|
-
#
|
2906
1950
|
# @!attribute [rw] wi_fi_access_points
|
2907
1951
|
# Retrieves an estimated device position by resolving WLAN measurement
|
2908
1952
|
# data. The position is resolved using HERE's Wi-Fi based solver.
|
@@ -2960,14 +2004,6 @@ module Aws::IoTWireless
|
|
2960
2004
|
include Aws::Structure
|
2961
2005
|
end
|
2962
2006
|
|
2963
|
-
# @note When making an API call, you may pass GetPositionRequest
|
2964
|
-
# data as a hash:
|
2965
|
-
#
|
2966
|
-
# {
|
2967
|
-
# resource_identifier: "PositionResourceIdentifier", # required
|
2968
|
-
# resource_type: "WirelessDevice", # required, accepts WirelessDevice, WirelessGateway
|
2969
|
-
# }
|
2970
|
-
#
|
2971
2007
|
# @!attribute [rw] resource_identifier
|
2972
2008
|
# Resource identifier used to retrieve the position information.
|
2973
2009
|
# @return [String]
|
@@ -3023,15 +2059,6 @@ module Aws::IoTWireless
|
|
3023
2059
|
include Aws::Structure
|
3024
2060
|
end
|
3025
2061
|
|
3026
|
-
# @note When making an API call, you may pass GetResourceEventConfigurationRequest
|
3027
|
-
# data as a hash:
|
3028
|
-
#
|
3029
|
-
# {
|
3030
|
-
# identifier: "Identifier", # required
|
3031
|
-
# identifier_type: "PartnerAccountId", # required, accepts PartnerAccountId, DevEui, GatewayEui, WirelessDeviceId, WirelessGatewayId
|
3032
|
-
# partner_type: "Sidewalk", # accepts Sidewalk
|
3033
|
-
# }
|
3034
|
-
#
|
3035
2062
|
# @!attribute [rw] identifier
|
3036
2063
|
# Resource identifier to opt in for event messaging.
|
3037
2064
|
# @return [String]
|
@@ -3084,14 +2111,6 @@ module Aws::IoTWireless
|
|
3084
2111
|
include Aws::Structure
|
3085
2112
|
end
|
3086
2113
|
|
3087
|
-
# @note When making an API call, you may pass GetResourceLogLevelRequest
|
3088
|
-
# data as a hash:
|
3089
|
-
#
|
3090
|
-
# {
|
3091
|
-
# resource_identifier: "ResourceIdentifier", # required
|
3092
|
-
# resource_type: "ResourceType", # required
|
3093
|
-
# }
|
3094
|
-
#
|
3095
2114
|
# @!attribute [rw] resource_identifier
|
3096
2115
|
# The identifier of the resource. For a Wireless Device, it is the
|
3097
2116
|
# wireless device ID. For a wireless gateway, it is the wireless
|
@@ -3122,14 +2141,6 @@ module Aws::IoTWireless
|
|
3122
2141
|
include Aws::Structure
|
3123
2142
|
end
|
3124
2143
|
|
3125
|
-
# @note When making an API call, you may pass GetResourcePositionRequest
|
3126
|
-
# data as a hash:
|
3127
|
-
#
|
3128
|
-
# {
|
3129
|
-
# resource_identifier: "PositionResourceIdentifier", # required
|
3130
|
-
# resource_type: "WirelessDevice", # required, accepts WirelessDevice, WirelessGateway
|
3131
|
-
# }
|
3132
|
-
#
|
3133
2144
|
# @!attribute [rw] resource_identifier
|
3134
2145
|
# The identifier of the resource for which position information is
|
3135
2146
|
# retrieved. It can be the wireless device ID or the wireless gateway
|
@@ -3165,13 +2176,6 @@ module Aws::IoTWireless
|
|
3165
2176
|
include Aws::Structure
|
3166
2177
|
end
|
3167
2178
|
|
3168
|
-
# @note When making an API call, you may pass GetServiceEndpointRequest
|
3169
|
-
# data as a hash:
|
3170
|
-
#
|
3171
|
-
# {
|
3172
|
-
# service_type: "CUPS", # accepts CUPS, LNS
|
3173
|
-
# }
|
3174
|
-
#
|
3175
2179
|
# @!attribute [rw] service_type
|
3176
2180
|
# The service type for which to get endpoint information about. Can be
|
3177
2181
|
# `CUPS` for the Configuration and Update Server endpoint, or `LNS`
|
@@ -3205,13 +2209,6 @@ module Aws::IoTWireless
|
|
3205
2209
|
include Aws::Structure
|
3206
2210
|
end
|
3207
2211
|
|
3208
|
-
# @note When making an API call, you may pass GetServiceProfileRequest
|
3209
|
-
# data as a hash:
|
3210
|
-
#
|
3211
|
-
# {
|
3212
|
-
# id: "ServiceProfileId", # required
|
3213
|
-
# }
|
3214
|
-
#
|
3215
2212
|
# @!attribute [rw] id
|
3216
2213
|
# The ID of the resource to get.
|
3217
2214
|
# @return [String]
|
@@ -3247,14 +2244,6 @@ module Aws::IoTWireless
|
|
3247
2244
|
include Aws::Structure
|
3248
2245
|
end
|
3249
2246
|
|
3250
|
-
# @note When making an API call, you may pass GetWirelessDeviceRequest
|
3251
|
-
# data as a hash:
|
3252
|
-
#
|
3253
|
-
# {
|
3254
|
-
# identifier: "Identifier", # required
|
3255
|
-
# identifier_type: "WirelessDeviceId", # required, accepts WirelessDeviceId, DevEui, ThingName, SidewalkManufacturingSn
|
3256
|
-
# }
|
3257
|
-
#
|
3258
2247
|
# @!attribute [rw] identifier
|
3259
2248
|
# The identifier of the wireless device to get.
|
3260
2249
|
# @return [String]
|
@@ -3332,13 +2321,6 @@ module Aws::IoTWireless
|
|
3332
2321
|
include Aws::Structure
|
3333
2322
|
end
|
3334
2323
|
|
3335
|
-
# @note When making an API call, you may pass GetWirelessDeviceStatisticsRequest
|
3336
|
-
# data as a hash:
|
3337
|
-
#
|
3338
|
-
# {
|
3339
|
-
# wireless_device_id: "WirelessDeviceId", # required
|
3340
|
-
# }
|
3341
|
-
#
|
3342
2324
|
# @!attribute [rw] wireless_device_id
|
3343
2325
|
# The ID of the wireless device for which to get the data.
|
3344
2326
|
# @return [String]
|
@@ -3374,13 +2356,6 @@ module Aws::IoTWireless
|
|
3374
2356
|
include Aws::Structure
|
3375
2357
|
end
|
3376
2358
|
|
3377
|
-
# @note When making an API call, you may pass GetWirelessGatewayCertificateRequest
|
3378
|
-
# data as a hash:
|
3379
|
-
#
|
3380
|
-
# {
|
3381
|
-
# id: "WirelessGatewayId", # required
|
3382
|
-
# }
|
3383
|
-
#
|
3384
2359
|
# @!attribute [rw] id
|
3385
2360
|
# The ID of the resource to get.
|
3386
2361
|
# @return [String]
|
@@ -3407,13 +2382,6 @@ module Aws::IoTWireless
|
|
3407
2382
|
include Aws::Structure
|
3408
2383
|
end
|
3409
2384
|
|
3410
|
-
# @note When making an API call, you may pass GetWirelessGatewayFirmwareInformationRequest
|
3411
|
-
# data as a hash:
|
3412
|
-
#
|
3413
|
-
# {
|
3414
|
-
# id: "WirelessGatewayId", # required
|
3415
|
-
# }
|
3416
|
-
#
|
3417
2385
|
# @!attribute [rw] id
|
3418
2386
|
# The ID of the resource to get.
|
3419
2387
|
# @return [String]
|
@@ -3434,14 +2402,6 @@ module Aws::IoTWireless
|
|
3434
2402
|
include Aws::Structure
|
3435
2403
|
end
|
3436
2404
|
|
3437
|
-
# @note When making an API call, you may pass GetWirelessGatewayRequest
|
3438
|
-
# data as a hash:
|
3439
|
-
#
|
3440
|
-
# {
|
3441
|
-
# identifier: "Identifier", # required
|
3442
|
-
# identifier_type: "GatewayEui", # required, accepts GatewayEui, WirelessGatewayId, ThingName
|
3443
|
-
# }
|
3444
|
-
#
|
3445
2405
|
# @!attribute [rw] identifier
|
3446
2406
|
# The identifier of the wireless gateway to get.
|
3447
2407
|
# @return [String]
|
@@ -3498,13 +2458,6 @@ module Aws::IoTWireless
|
|
3498
2458
|
include Aws::Structure
|
3499
2459
|
end
|
3500
2460
|
|
3501
|
-
# @note When making an API call, you may pass GetWirelessGatewayStatisticsRequest
|
3502
|
-
# data as a hash:
|
3503
|
-
#
|
3504
|
-
# {
|
3505
|
-
# wireless_gateway_id: "WirelessGatewayId", # required
|
3506
|
-
# }
|
3507
|
-
#
|
3508
2461
|
# @!attribute [rw] wireless_gateway_id
|
3509
2462
|
# The ID of the wireless gateway for which to get the data.
|
3510
2463
|
# @return [String]
|
@@ -3535,13 +2488,6 @@ module Aws::IoTWireless
|
|
3535
2488
|
include Aws::Structure
|
3536
2489
|
end
|
3537
2490
|
|
3538
|
-
# @note When making an API call, you may pass GetWirelessGatewayTaskDefinitionRequest
|
3539
|
-
# data as a hash:
|
3540
|
-
#
|
3541
|
-
# {
|
3542
|
-
# id: "WirelessGatewayTaskDefinitionId", # required
|
3543
|
-
# }
|
3544
|
-
#
|
3545
2491
|
# @!attribute [rw] id
|
3546
2492
|
# The ID of the resource to get.
|
3547
2493
|
# @return [String]
|
@@ -3579,13 +2525,6 @@ module Aws::IoTWireless
|
|
3579
2525
|
include Aws::Structure
|
3580
2526
|
end
|
3581
2527
|
|
3582
|
-
# @note When making an API call, you may pass GetWirelessGatewayTaskRequest
|
3583
|
-
# data as a hash:
|
3584
|
-
#
|
3585
|
-
# {
|
3586
|
-
# id: "WirelessGatewayId", # required
|
3587
|
-
# }
|
3588
|
-
#
|
3589
2528
|
# @!attribute [rw] id
|
3590
2529
|
# The ID of the resource to get.
|
3591
2530
|
# @return [String]
|
@@ -3628,14 +2567,6 @@ module Aws::IoTWireless
|
|
3628
2567
|
|
3629
2568
|
# Global identity information.
|
3630
2569
|
#
|
3631
|
-
# @note When making an API call, you may pass GlobalIdentity
|
3632
|
-
# data as a hash:
|
3633
|
-
#
|
3634
|
-
# {
|
3635
|
-
# lac: 1, # required
|
3636
|
-
# geran_cid: 1, # required
|
3637
|
-
# }
|
3638
|
-
#
|
3639
2570
|
# @!attribute [rw] lac
|
3640
2571
|
# Location area code of the global identity.
|
3641
2572
|
# @return [Integer]
|
@@ -3653,18 +2584,6 @@ module Aws::IoTWireless
|
|
3653
2584
|
|
3654
2585
|
# Global navigation satellite system (GNSS) object used for positioning.
|
3655
2586
|
#
|
3656
|
-
# @note When making an API call, you may pass Gnss
|
3657
|
-
# data as a hash:
|
3658
|
-
#
|
3659
|
-
# {
|
3660
|
-
# payload: "GnssNav", # required
|
3661
|
-
# capture_time: 1.0,
|
3662
|
-
# capture_time_accuracy: 1.0,
|
3663
|
-
# assist_position: [1.0],
|
3664
|
-
# assist_altitude: 1.0,
|
3665
|
-
# use_2_d_solver: false,
|
3666
|
-
# }
|
3667
|
-
#
|
3668
2587
|
# @!attribute [rw] payload
|
3669
2588
|
# Payload that contains the GNSS scan result, or NAV message, in
|
3670
2589
|
# hexadecimal notation.
|
@@ -3715,14 +2634,6 @@ module Aws::IoTWireless
|
|
3715
2634
|
# GSM local ID information, which corresponds to the local
|
3716
2635
|
# identification parameters of a GSM cell.
|
3717
2636
|
#
|
3718
|
-
# @note When making an API call, you may pass GsmLocalId
|
3719
|
-
# data as a hash:
|
3720
|
-
#
|
3721
|
-
# {
|
3722
|
-
# bsic: 1, # required
|
3723
|
-
# bcch: 1, # required
|
3724
|
-
# }
|
3725
|
-
#
|
3726
2637
|
# @!attribute [rw] bsic
|
3727
2638
|
# GSM base station identity code (BSIC).
|
3728
2639
|
# @return [Integer]
|
@@ -3740,19 +2651,6 @@ module Aws::IoTWireless
|
|
3740
2651
|
|
3741
2652
|
# GSM object for network measurement reports.
|
3742
2653
|
#
|
3743
|
-
# @note When making an API call, you may pass GsmNmrObj
|
3744
|
-
# data as a hash:
|
3745
|
-
#
|
3746
|
-
# {
|
3747
|
-
# bsic: 1, # required
|
3748
|
-
# bcch: 1, # required
|
3749
|
-
# rx_level: 1,
|
3750
|
-
# global_identity: {
|
3751
|
-
# lac: 1, # required
|
3752
|
-
# geran_cid: 1, # required
|
3753
|
-
# },
|
3754
|
-
# }
|
3755
|
-
#
|
3756
2654
|
# @!attribute [rw] bsic
|
3757
2655
|
# GSM base station identity code (BSIC).
|
3758
2656
|
# @return [Integer]
|
@@ -3781,33 +2679,6 @@ module Aws::IoTWireless
|
|
3781
2679
|
|
3782
2680
|
# GSM object.
|
3783
2681
|
#
|
3784
|
-
# @note When making an API call, you may pass GsmObj
|
3785
|
-
# data as a hash:
|
3786
|
-
#
|
3787
|
-
# {
|
3788
|
-
# mcc: 1, # required
|
3789
|
-
# mnc: 1, # required
|
3790
|
-
# lac: 1, # required
|
3791
|
-
# geran_cid: 1, # required
|
3792
|
-
# gsm_local_id: {
|
3793
|
-
# bsic: 1, # required
|
3794
|
-
# bcch: 1, # required
|
3795
|
-
# },
|
3796
|
-
# gsm_timing_advance: 1,
|
3797
|
-
# rx_level: 1,
|
3798
|
-
# gsm_nmr: [
|
3799
|
-
# {
|
3800
|
-
# bsic: 1, # required
|
3801
|
-
# bcch: 1, # required
|
3802
|
-
# rx_level: 1,
|
3803
|
-
# global_identity: {
|
3804
|
-
# lac: 1, # required
|
3805
|
-
# geran_cid: 1, # required
|
3806
|
-
# },
|
3807
|
-
# },
|
3808
|
-
# ],
|
3809
|
-
# }
|
3810
|
-
#
|
3811
2682
|
# @!attribute [rw] mcc
|
3812
2683
|
# Mobile Country Code.
|
3813
2684
|
# @return [Integer]
|
@@ -3868,13 +2739,6 @@ module Aws::IoTWireless
|
|
3868
2739
|
|
3869
2740
|
# IP address used for resolving device location.
|
3870
2741
|
#
|
3871
|
-
# @note When making an API call, you may pass Ip
|
3872
|
-
# data as a hash:
|
3873
|
-
#
|
3874
|
-
# {
|
3875
|
-
# ip_address: "IPAddress", # required
|
3876
|
-
# }
|
3877
|
-
#
|
3878
2742
|
# @!attribute [rw] ip_address
|
3879
2743
|
# IP address information.
|
3880
2744
|
# @return [String]
|
@@ -3887,16 +2751,6 @@ module Aws::IoTWireless
|
|
3887
2751
|
|
3888
2752
|
# Join event configuration object for enabling or disabling topic.
|
3889
2753
|
#
|
3890
|
-
# @note When making an API call, you may pass JoinEventConfiguration
|
3891
|
-
# data as a hash:
|
3892
|
-
#
|
3893
|
-
# {
|
3894
|
-
# lo_ra_wan: {
|
3895
|
-
# dev_eui_event_topic: "Enabled", # accepts Enabled, Disabled
|
3896
|
-
# },
|
3897
|
-
# wireless_device_id_event_topic: "Enabled", # accepts Enabled, Disabled
|
3898
|
-
# }
|
3899
|
-
#
|
3900
2754
|
# @!attribute [rw] lo_ra_wan
|
3901
2755
|
# Join event configuration object for enabling or disabling LoRaWAN
|
3902
2756
|
# related event topics.
|
@@ -3917,15 +2771,6 @@ module Aws::IoTWireless
|
|
3917
2771
|
# Join resource type event configuration object for enabling or
|
3918
2772
|
# disabling topic.
|
3919
2773
|
#
|
3920
|
-
# @note When making an API call, you may pass JoinResourceTypeEventConfiguration
|
3921
|
-
# data as a hash:
|
3922
|
-
#
|
3923
|
-
# {
|
3924
|
-
# lo_ra_wan: {
|
3925
|
-
# wireless_device_event_topic: "Enabled", # accepts Enabled, Disabled
|
3926
|
-
# },
|
3927
|
-
# }
|
3928
|
-
#
|
3929
2774
|
# @!attribute [rw] lo_ra_wan
|
3930
2775
|
# Join resource type event configuration object for enabling or
|
3931
2776
|
# disabling LoRaWAN related event topics.
|
@@ -3937,14 +2782,6 @@ module Aws::IoTWireless
|
|
3937
2782
|
include Aws::Structure
|
3938
2783
|
end
|
3939
2784
|
|
3940
|
-
# @note When making an API call, you may pass ListDestinationsRequest
|
3941
|
-
# data as a hash:
|
3942
|
-
#
|
3943
|
-
# {
|
3944
|
-
# max_results: 1,
|
3945
|
-
# next_token: "NextToken",
|
3946
|
-
# }
|
3947
|
-
#
|
3948
2785
|
# @!attribute [rw] max_results
|
3949
2786
|
# The maximum number of results to return in this operation.
|
3950
2787
|
# @return [Integer]
|
@@ -3978,14 +2815,6 @@ module Aws::IoTWireless
|
|
3978
2815
|
include Aws::Structure
|
3979
2816
|
end
|
3980
2817
|
|
3981
|
-
# @note When making an API call, you may pass ListDeviceProfilesRequest
|
3982
|
-
# data as a hash:
|
3983
|
-
#
|
3984
|
-
# {
|
3985
|
-
# next_token: "NextToken",
|
3986
|
-
# max_results: 1,
|
3987
|
-
# }
|
3988
|
-
#
|
3989
2818
|
# @!attribute [rw] next_token
|
3990
2819
|
# To retrieve the next set of results, the `nextToken` value from a
|
3991
2820
|
# previous response; otherwise **null** to receive the first set of
|
@@ -4019,15 +2848,6 @@ module Aws::IoTWireless
|
|
4019
2848
|
include Aws::Structure
|
4020
2849
|
end
|
4021
2850
|
|
4022
|
-
# @note When making an API call, you may pass ListEventConfigurationsRequest
|
4023
|
-
# data as a hash:
|
4024
|
-
#
|
4025
|
-
# {
|
4026
|
-
# resource_type: "SidewalkAccount", # required, accepts SidewalkAccount, WirelessDevice, WirelessGateway
|
4027
|
-
# max_results: 1,
|
4028
|
-
# next_token: "NextToken",
|
4029
|
-
# }
|
4030
|
-
#
|
4031
2851
|
# @!attribute [rw] resource_type
|
4032
2852
|
# Resource type to filter event configurations.
|
4033
2853
|
# @return [String]
|
@@ -4067,14 +2887,6 @@ module Aws::IoTWireless
|
|
4067
2887
|
include Aws::Structure
|
4068
2888
|
end
|
4069
2889
|
|
4070
|
-
# @note When making an API call, you may pass ListFuotaTasksRequest
|
4071
|
-
# data as a hash:
|
4072
|
-
#
|
4073
|
-
# {
|
4074
|
-
# next_token: "NextToken",
|
4075
|
-
# max_results: 1,
|
4076
|
-
# }
|
4077
|
-
#
|
4078
2890
|
# @!attribute [rw] next_token
|
4079
2891
|
# To retrieve the next set of results, the `nextToken` value from a
|
4080
2892
|
# previous response; otherwise **null** to receive the first set of
|
@@ -4109,15 +2921,6 @@ module Aws::IoTWireless
|
|
4109
2921
|
include Aws::Structure
|
4110
2922
|
end
|
4111
2923
|
|
4112
|
-
# @note When making an API call, you may pass ListMulticastGroupsByFuotaTaskRequest
|
4113
|
-
# data as a hash:
|
4114
|
-
#
|
4115
|
-
# {
|
4116
|
-
# id: "FuotaTaskId", # required
|
4117
|
-
# next_token: "NextToken",
|
4118
|
-
# max_results: 1,
|
4119
|
-
# }
|
4120
|
-
#
|
4121
2924
|
# @!attribute [rw] id
|
4122
2925
|
# The ID of a FUOTA task.
|
4123
2926
|
# @return [String]
|
@@ -4157,14 +2960,6 @@ module Aws::IoTWireless
|
|
4157
2960
|
include Aws::Structure
|
4158
2961
|
end
|
4159
2962
|
|
4160
|
-
# @note When making an API call, you may pass ListMulticastGroupsRequest
|
4161
|
-
# data as a hash:
|
4162
|
-
#
|
4163
|
-
# {
|
4164
|
-
# next_token: "NextToken",
|
4165
|
-
# max_results: 1,
|
4166
|
-
# }
|
4167
|
-
#
|
4168
2963
|
# @!attribute [rw] next_token
|
4169
2964
|
# To retrieve the next set of results, the `nextToken` value from a
|
4170
2965
|
# previous response; otherwise **null** to receive the first set of
|
@@ -4199,14 +2994,6 @@ module Aws::IoTWireless
|
|
4199
2994
|
include Aws::Structure
|
4200
2995
|
end
|
4201
2996
|
|
4202
|
-
# @note When making an API call, you may pass ListNetworkAnalyzerConfigurationsRequest
|
4203
|
-
# data as a hash:
|
4204
|
-
#
|
4205
|
-
# {
|
4206
|
-
# max_results: 1,
|
4207
|
-
# next_token: "NextToken",
|
4208
|
-
# }
|
4209
|
-
#
|
4210
2997
|
# @!attribute [rw] max_results
|
4211
2998
|
# The maximum number of results to return in this operation.
|
4212
2999
|
# @return [Integer]
|
@@ -4240,14 +3027,6 @@ module Aws::IoTWireless
|
|
4240
3027
|
include Aws::Structure
|
4241
3028
|
end
|
4242
3029
|
|
4243
|
-
# @note When making an API call, you may pass ListPartnerAccountsRequest
|
4244
|
-
# data as a hash:
|
4245
|
-
#
|
4246
|
-
# {
|
4247
|
-
# next_token: "NextToken",
|
4248
|
-
# max_results: 1,
|
4249
|
-
# }
|
4250
|
-
#
|
4251
3030
|
# @!attribute [rw] next_token
|
4252
3031
|
# To retrieve the next set of results, the `nextToken` value from a
|
4253
3032
|
# previous response; otherwise **null** to receive the first set of
|
@@ -4281,15 +3060,6 @@ module Aws::IoTWireless
|
|
4281
3060
|
include Aws::Structure
|
4282
3061
|
end
|
4283
3062
|
|
4284
|
-
# @note When making an API call, you may pass ListPositionConfigurationsRequest
|
4285
|
-
# data as a hash:
|
4286
|
-
#
|
4287
|
-
# {
|
4288
|
-
# resource_type: "WirelessDevice", # accepts WirelessDevice, WirelessGateway
|
4289
|
-
# max_results: 1,
|
4290
|
-
# next_token: "NextToken",
|
4291
|
-
# }
|
4292
|
-
#
|
4293
3063
|
# @!attribute [rw] resource_type
|
4294
3064
|
# Resource type for which position configurations are listed.
|
4295
3065
|
# @return [String]
|
@@ -4328,16 +3098,6 @@ module Aws::IoTWireless
|
|
4328
3098
|
include Aws::Structure
|
4329
3099
|
end
|
4330
3100
|
|
4331
|
-
# @note When making an API call, you may pass ListQueuedMessagesRequest
|
4332
|
-
# data as a hash:
|
4333
|
-
#
|
4334
|
-
# {
|
4335
|
-
# id: "WirelessDeviceId", # required
|
4336
|
-
# next_token: "NextToken",
|
4337
|
-
# max_results: 1,
|
4338
|
-
# wireless_device_type: "Sidewalk", # accepts Sidewalk, LoRaWAN
|
4339
|
-
# }
|
4340
|
-
#
|
4341
3101
|
# @!attribute [rw] id
|
4342
3102
|
# The ID of a given wireless device which the downlink message packets
|
4343
3103
|
# are being sent.
|
@@ -4383,14 +3143,6 @@ module Aws::IoTWireless
|
|
4383
3143
|
include Aws::Structure
|
4384
3144
|
end
|
4385
3145
|
|
4386
|
-
# @note When making an API call, you may pass ListServiceProfilesRequest
|
4387
|
-
# data as a hash:
|
4388
|
-
#
|
4389
|
-
# {
|
4390
|
-
# next_token: "NextToken",
|
4391
|
-
# max_results: 1,
|
4392
|
-
# }
|
4393
|
-
#
|
4394
3146
|
# @!attribute [rw] next_token
|
4395
3147
|
# To retrieve the next set of results, the `nextToken` value from a
|
4396
3148
|
# previous response; otherwise **null** to receive the first set of
|
@@ -4424,13 +3176,6 @@ module Aws::IoTWireless
|
|
4424
3176
|
include Aws::Structure
|
4425
3177
|
end
|
4426
3178
|
|
4427
|
-
# @note When making an API call, you may pass ListTagsForResourceRequest
|
4428
|
-
# data as a hash:
|
4429
|
-
#
|
4430
|
-
# {
|
4431
|
-
# resource_arn: "AmazonResourceName", # required
|
4432
|
-
# }
|
4433
|
-
#
|
4434
3179
|
# @!attribute [rw] resource_arn
|
4435
3180
|
# The ARN of the resource for which you want to list tags.
|
4436
3181
|
# @return [String]
|
@@ -4452,20 +3197,6 @@ module Aws::IoTWireless
|
|
4452
3197
|
include Aws::Structure
|
4453
3198
|
end
|
4454
3199
|
|
4455
|
-
# @note When making an API call, you may pass ListWirelessDevicesRequest
|
4456
|
-
# data as a hash:
|
4457
|
-
#
|
4458
|
-
# {
|
4459
|
-
# max_results: 1,
|
4460
|
-
# next_token: "NextToken",
|
4461
|
-
# destination_name: "DestinationName",
|
4462
|
-
# device_profile_id: "DeviceProfileId",
|
4463
|
-
# service_profile_id: "ServiceProfileId",
|
4464
|
-
# wireless_device_type: "Sidewalk", # accepts Sidewalk, LoRaWAN
|
4465
|
-
# fuota_task_id: "FuotaTaskId",
|
4466
|
-
# multicast_group_id: "MulticastGroupId",
|
4467
|
-
# }
|
4468
|
-
#
|
4469
3200
|
# @!attribute [rw] max_results
|
4470
3201
|
# The maximum number of results to return in this operation.
|
4471
3202
|
# @return [Integer]
|
@@ -4533,15 +3264,6 @@ module Aws::IoTWireless
|
|
4533
3264
|
include Aws::Structure
|
4534
3265
|
end
|
4535
3266
|
|
4536
|
-
# @note When making an API call, you may pass ListWirelessGatewayTaskDefinitionsRequest
|
4537
|
-
# data as a hash:
|
4538
|
-
#
|
4539
|
-
# {
|
4540
|
-
# max_results: 1,
|
4541
|
-
# next_token: "NextToken",
|
4542
|
-
# task_definition_type: "UPDATE", # accepts UPDATE
|
4543
|
-
# }
|
4544
|
-
#
|
4545
3267
|
# @!attribute [rw] max_results
|
4546
3268
|
# The maximum number of results to return in this operation.
|
4547
3269
|
# @return [Integer]
|
@@ -4581,14 +3303,6 @@ module Aws::IoTWireless
|
|
4581
3303
|
include Aws::Structure
|
4582
3304
|
end
|
4583
3305
|
|
4584
|
-
# @note When making an API call, you may pass ListWirelessGatewaysRequest
|
4585
|
-
# data as a hash:
|
4586
|
-
#
|
4587
|
-
# {
|
4588
|
-
# next_token: "NextToken",
|
4589
|
-
# max_results: 1,
|
4590
|
-
# }
|
4591
|
-
#
|
4592
3306
|
# @!attribute [rw] next_token
|
4593
3307
|
# To retrieve the next set of results, the `nextToken` value from a
|
4594
3308
|
# previous response; otherwise **null** to receive the first set of
|
@@ -4625,13 +3339,6 @@ module Aws::IoTWireless
|
|
4625
3339
|
# Object for LoRaWAN connection status resource type event
|
4626
3340
|
# configuration.
|
4627
3341
|
#
|
4628
|
-
# @note When making an API call, you may pass LoRaWANConnectionStatusEventNotificationConfigurations
|
4629
|
-
# data as a hash:
|
4630
|
-
#
|
4631
|
-
# {
|
4632
|
-
# gateway_eui_event_topic: "Enabled", # accepts Enabled, Disabled
|
4633
|
-
# }
|
4634
|
-
#
|
4635
3342
|
# @!attribute [rw] gateway_eui_event_topic
|
4636
3343
|
# Denotes whether the gateway EUI connection status event topic is
|
4637
3344
|
# enabled or disabled.
|
@@ -4646,13 +3353,6 @@ module Aws::IoTWireless
|
|
4646
3353
|
# Object for LoRaWAN connection status resource type event
|
4647
3354
|
# configuration.
|
4648
3355
|
#
|
4649
|
-
# @note When making an API call, you may pass LoRaWANConnectionStatusResourceTypeEventConfiguration
|
4650
|
-
# data as a hash:
|
4651
|
-
#
|
4652
|
-
# {
|
4653
|
-
# wireless_gateway_event_topic: "Enabled", # accepts Enabled, Disabled
|
4654
|
-
# }
|
4655
|
-
#
|
4656
3356
|
# @!attribute [rw] wireless_gateway_event_topic
|
4657
3357
|
# Denotes whether the wireless gateway connection status event topic
|
4658
3358
|
# is enabled or disabled.
|
@@ -4666,60 +3366,6 @@ module Aws::IoTWireless
|
|
4666
3366
|
|
4667
3367
|
# LoRaWAN object for create functions.
|
4668
3368
|
#
|
4669
|
-
# @note When making an API call, you may pass LoRaWANDevice
|
4670
|
-
# data as a hash:
|
4671
|
-
#
|
4672
|
-
# {
|
4673
|
-
# dev_eui: "DevEui",
|
4674
|
-
# device_profile_id: "DeviceProfileId",
|
4675
|
-
# service_profile_id: "ServiceProfileId",
|
4676
|
-
# otaa_v1_1: {
|
4677
|
-
# app_key: "AppKey",
|
4678
|
-
# nwk_key: "NwkKey",
|
4679
|
-
# join_eui: "JoinEui",
|
4680
|
-
# },
|
4681
|
-
# otaa_v1_0_x: {
|
4682
|
-
# app_key: "AppKey",
|
4683
|
-
# app_eui: "AppEui",
|
4684
|
-
# gen_app_key: "GenAppKey",
|
4685
|
-
# },
|
4686
|
-
# abp_v1_1: {
|
4687
|
-
# dev_addr: "DevAddr",
|
4688
|
-
# session_keys: {
|
4689
|
-
# f_nwk_s_int_key: "FNwkSIntKey",
|
4690
|
-
# s_nwk_s_int_key: "SNwkSIntKey",
|
4691
|
-
# nwk_s_enc_key: "NwkSEncKey",
|
4692
|
-
# app_s_key: "AppSKey",
|
4693
|
-
# },
|
4694
|
-
# f_cnt_start: 1,
|
4695
|
-
# },
|
4696
|
-
# abp_v1_0_x: {
|
4697
|
-
# dev_addr: "DevAddr",
|
4698
|
-
# session_keys: {
|
4699
|
-
# nwk_s_key: "NwkSKey",
|
4700
|
-
# app_s_key: "AppSKey",
|
4701
|
-
# },
|
4702
|
-
# f_cnt_start: 1,
|
4703
|
-
# },
|
4704
|
-
# f_ports: {
|
4705
|
-
# fuota: 1,
|
4706
|
-
# multicast: 1,
|
4707
|
-
# clock_sync: 1,
|
4708
|
-
# positioning: {
|
4709
|
-
# clock_sync: 1,
|
4710
|
-
# stream: 1,
|
4711
|
-
# gnss: 1,
|
4712
|
-
# },
|
4713
|
-
# applications: [
|
4714
|
-
# {
|
4715
|
-
# f_port: 1,
|
4716
|
-
# type: "SemtechGeolocation", # accepts SemtechGeolocation
|
4717
|
-
# destination_name: "DestinationName",
|
4718
|
-
# },
|
4719
|
-
# ],
|
4720
|
-
# },
|
4721
|
-
# }
|
4722
|
-
#
|
4723
3369
|
# @!attribute [rw] dev_eui
|
4724
3370
|
# The DevEUI value.
|
4725
3371
|
# @return [String]
|
@@ -4805,31 +3451,6 @@ module Aws::IoTWireless
|
|
4805
3451
|
|
4806
3452
|
# LoRaWANDeviceProfile object.
|
4807
3453
|
#
|
4808
|
-
# @note When making an API call, you may pass LoRaWANDeviceProfile
|
4809
|
-
# data as a hash:
|
4810
|
-
#
|
4811
|
-
# {
|
4812
|
-
# supports_class_b: false,
|
4813
|
-
# class_b_timeout: 1,
|
4814
|
-
# ping_slot_period: 1,
|
4815
|
-
# ping_slot_dr: 1,
|
4816
|
-
# ping_slot_freq: 1,
|
4817
|
-
# supports_class_c: false,
|
4818
|
-
# class_c_timeout: 1,
|
4819
|
-
# mac_version: "MacVersion",
|
4820
|
-
# reg_params_revision: "RegParamsRevision",
|
4821
|
-
# rx_delay_1: 1,
|
4822
|
-
# rx_dr_offset_1: 1,
|
4823
|
-
# rx_data_rate_2: 1,
|
4824
|
-
# rx_freq_2: 1,
|
4825
|
-
# factory_preset_freqs_list: [1],
|
4826
|
-
# max_eirp: 1,
|
4827
|
-
# max_duty_cycle: 1,
|
4828
|
-
# rf_region: "RfRegion",
|
4829
|
-
# supports_join: false,
|
4830
|
-
# supports_32_bit_f_cnt: false,
|
4831
|
-
# }
|
4832
|
-
#
|
4833
3454
|
# @!attribute [rw] supports_class_b
|
4834
3455
|
# The SupportsClassB value.
|
4835
3456
|
# @return [Boolean]
|
@@ -4933,13 +3554,6 @@ module Aws::IoTWireless
|
|
4933
3554
|
|
4934
3555
|
# The LoRaWAN information used with a FUOTA task.
|
4935
3556
|
#
|
4936
|
-
# @note When making an API call, you may pass LoRaWANFuotaTask
|
4937
|
-
# data as a hash:
|
4938
|
-
#
|
4939
|
-
# {
|
4940
|
-
# rf_region: "EU868", # accepts EU868, US915, AU915, AS923-1
|
4941
|
-
# }
|
4942
|
-
#
|
4943
3557
|
# @!attribute [rw] rf_region
|
4944
3558
|
# Supported RfRegions
|
4945
3559
|
# @return [String]
|
@@ -4969,23 +3583,6 @@ module Aws::IoTWireless
|
|
4969
3583
|
|
4970
3584
|
# LoRaWANGateway object.
|
4971
3585
|
#
|
4972
|
-
# @note When making an API call, you may pass LoRaWANGateway
|
4973
|
-
# data as a hash:
|
4974
|
-
#
|
4975
|
-
# {
|
4976
|
-
# gateway_eui: "GatewayEui",
|
4977
|
-
# rf_region: "RfRegion",
|
4978
|
-
# join_eui_filters: [
|
4979
|
-
# ["JoinEui"],
|
4980
|
-
# ],
|
4981
|
-
# net_id_filters: ["NetId"],
|
4982
|
-
# sub_bands: [1],
|
4983
|
-
# beaconing: {
|
4984
|
-
# data_rate: 1,
|
4985
|
-
# frequencies: [1],
|
4986
|
-
# },
|
4987
|
-
# }
|
4988
|
-
#
|
4989
3586
|
# @!attribute [rw] gateway_eui
|
4990
3587
|
# The gateway's EUI value.
|
4991
3588
|
# @return [String]
|
@@ -5060,15 +3657,6 @@ module Aws::IoTWireless
|
|
5060
3657
|
|
5061
3658
|
# LoRaWANGatewayVersion object.
|
5062
3659
|
#
|
5063
|
-
# @note When making an API call, you may pass LoRaWANGatewayVersion
|
5064
|
-
# data as a hash:
|
5065
|
-
#
|
5066
|
-
# {
|
5067
|
-
# package_version: "PackageVersion",
|
5068
|
-
# model: "Model",
|
5069
|
-
# station: "Station",
|
5070
|
-
# }
|
5071
|
-
#
|
5072
3660
|
# @!attribute [rw] package_version
|
5073
3661
|
# The version of the wireless gateway firmware.
|
5074
3662
|
# @return [String]
|
@@ -5196,13 +3784,6 @@ module Aws::IoTWireless
|
|
5196
3784
|
|
5197
3785
|
# Object for LoRaWAN join resource type event configuration.
|
5198
3786
|
#
|
5199
|
-
# @note When making an API call, you may pass LoRaWANJoinEventNotificationConfigurations
|
5200
|
-
# data as a hash:
|
5201
|
-
#
|
5202
|
-
# {
|
5203
|
-
# dev_eui_event_topic: "Enabled", # accepts Enabled, Disabled
|
5204
|
-
# }
|
5205
|
-
#
|
5206
3787
|
# @!attribute [rw] dev_eui_event_topic
|
5207
3788
|
# Denotes whether the Dev EUI join event topic is enabled or disabled.
|
5208
3789
|
# @return [String]
|
@@ -5215,13 +3796,6 @@ module Aws::IoTWireless
|
|
5215
3796
|
|
5216
3797
|
# Object for LoRaWAN join resource type event configuration.
|
5217
3798
|
#
|
5218
|
-
# @note When making an API call, you may pass LoRaWANJoinResourceTypeEventConfiguration
|
5219
|
-
# data as a hash:
|
5220
|
-
#
|
5221
|
-
# {
|
5222
|
-
# wireless_device_event_topic: "Enabled", # accepts Enabled, Disabled
|
5223
|
-
# }
|
5224
|
-
#
|
5225
3799
|
# @!attribute [rw] wireless_device_event_topic
|
5226
3800
|
# Denotes whether the wireless device join event topic is enabled or
|
5227
3801
|
# disabled.
|
@@ -5247,14 +3821,6 @@ module Aws::IoTWireless
|
|
5247
3821
|
|
5248
3822
|
# The LoRaWAN information that is to be used with the multicast group.
|
5249
3823
|
#
|
5250
|
-
# @note When making an API call, you may pass LoRaWANMulticast
|
5251
|
-
# data as a hash:
|
5252
|
-
#
|
5253
|
-
# {
|
5254
|
-
# rf_region: "EU868", # accepts EU868, US915, AU915, AS923-1
|
5255
|
-
# dl_class: "ClassB", # accepts ClassB, ClassC
|
5256
|
-
# }
|
5257
|
-
#
|
5258
3824
|
# @!attribute [rw] rf_region
|
5259
3825
|
# Supported RfRegions
|
5260
3826
|
# @return [String]
|
@@ -5301,13 +3867,6 @@ module Aws::IoTWireless
|
|
5301
3867
|
|
5302
3868
|
# The metadata information of the LoRaWAN multicast group.
|
5303
3869
|
#
|
5304
|
-
# @note When making an API call, you may pass LoRaWANMulticastMetadata
|
5305
|
-
# data as a hash:
|
5306
|
-
#
|
5307
|
-
# {
|
5308
|
-
# f_port: 1,
|
5309
|
-
# }
|
5310
|
-
#
|
5311
3870
|
# @!attribute [rw] f_port
|
5312
3871
|
# The Fport value.
|
5313
3872
|
# @return [Integer]
|
@@ -5320,16 +3879,6 @@ module Aws::IoTWireless
|
|
5320
3879
|
|
5321
3880
|
# The LoRaWAN information used with the multicast session.
|
5322
3881
|
#
|
5323
|
-
# @note When making an API call, you may pass LoRaWANMulticastSession
|
5324
|
-
# data as a hash:
|
5325
|
-
#
|
5326
|
-
# {
|
5327
|
-
# dl_dr: 1,
|
5328
|
-
# dl_freq: 1,
|
5329
|
-
# session_start_time: Time.now,
|
5330
|
-
# session_timeout: 1,
|
5331
|
-
# }
|
5332
|
-
#
|
5333
3882
|
# @!attribute [rw] dl_dr
|
5334
3883
|
# Downlink data rate.
|
5335
3884
|
# @return [Integer]
|
@@ -5357,23 +3906,6 @@ module Aws::IoTWireless
|
|
5357
3906
|
|
5358
3907
|
# LoRaWAN router info.
|
5359
3908
|
#
|
5360
|
-
# @note When making an API call, you may pass LoRaWANSendDataToDevice
|
5361
|
-
# data as a hash:
|
5362
|
-
#
|
5363
|
-
# {
|
5364
|
-
# f_port: 1,
|
5365
|
-
# participating_gateways: {
|
5366
|
-
# downlink_mode: "SEQUENTIAL", # required, accepts SEQUENTIAL, CONCURRENT, USING_UPLINK_GATEWAY
|
5367
|
-
# gateway_list: [ # required
|
5368
|
-
# {
|
5369
|
-
# gateway_id: "WirelessGatewayId", # required
|
5370
|
-
# downlink_frequency: 1, # required
|
5371
|
-
# },
|
5372
|
-
# ],
|
5373
|
-
# transmission_interval: 1, # required
|
5374
|
-
# },
|
5375
|
-
# }
|
5376
|
-
#
|
5377
3909
|
# @!attribute [rw] f_port
|
5378
3910
|
# The Fport value.
|
5379
3911
|
# @return [Integer]
|
@@ -5393,15 +3925,6 @@ module Aws::IoTWireless
|
|
5393
3925
|
|
5394
3926
|
# LoRaWANServiceProfile object.
|
5395
3927
|
#
|
5396
|
-
# @note When making an API call, you may pass LoRaWANServiceProfile
|
5397
|
-
# data as a hash:
|
5398
|
-
#
|
5399
|
-
# {
|
5400
|
-
# add_gw_metadata: false,
|
5401
|
-
# dr_min: 1,
|
5402
|
-
# dr_max: 1,
|
5403
|
-
# }
|
5404
|
-
#
|
5405
3928
|
# @!attribute [rw] add_gw_metadata
|
5406
3929
|
# The AddGWMetaData value.
|
5407
3930
|
# @return [Boolean]
|
@@ -5424,13 +3947,6 @@ module Aws::IoTWireless
|
|
5424
3947
|
|
5425
3948
|
# The LoRaWAN information used to start a FUOTA task.
|
5426
3949
|
#
|
5427
|
-
# @note When making an API call, you may pass LoRaWANStartFuotaTask
|
5428
|
-
# data as a hash:
|
5429
|
-
#
|
5430
|
-
# {
|
5431
|
-
# start_time: Time.now,
|
5432
|
-
# }
|
5433
|
-
#
|
5434
3950
|
# @!attribute [rw] start_time
|
5435
3951
|
# Start time of a FUOTA task.
|
5436
3952
|
# @return [Time]
|
@@ -5443,34 +3959,6 @@ module Aws::IoTWireless
|
|
5443
3959
|
|
5444
3960
|
# LoRaWAN object for update functions.
|
5445
3961
|
#
|
5446
|
-
# @note When making an API call, you may pass LoRaWANUpdateDevice
|
5447
|
-
# data as a hash:
|
5448
|
-
#
|
5449
|
-
# {
|
5450
|
-
# device_profile_id: "DeviceProfileId",
|
5451
|
-
# service_profile_id: "ServiceProfileId",
|
5452
|
-
# abp_v1_1: {
|
5453
|
-
# f_cnt_start: 1,
|
5454
|
-
# },
|
5455
|
-
# abp_v1_0_x: {
|
5456
|
-
# f_cnt_start: 1,
|
5457
|
-
# },
|
5458
|
-
# f_ports: {
|
5459
|
-
# positioning: {
|
5460
|
-
# clock_sync: 1,
|
5461
|
-
# stream: 1,
|
5462
|
-
# gnss: 1,
|
5463
|
-
# },
|
5464
|
-
# applications: [
|
5465
|
-
# {
|
5466
|
-
# f_port: 1,
|
5467
|
-
# type: "SemtechGeolocation", # accepts SemtechGeolocation
|
5468
|
-
# destination_name: "DestinationName",
|
5469
|
-
# },
|
5470
|
-
# ],
|
5471
|
-
# },
|
5472
|
-
# }
|
5473
|
-
#
|
5474
3962
|
# @!attribute [rw] device_profile_id
|
5475
3963
|
# The ID of the device profile for the wireless device.
|
5476
3964
|
# @return [String]
|
@@ -5503,24 +3991,6 @@ module Aws::IoTWireless
|
|
5503
3991
|
|
5504
3992
|
# LoRaWANUpdateGatewayTaskCreate object.
|
5505
3993
|
#
|
5506
|
-
# @note When making an API call, you may pass LoRaWANUpdateGatewayTaskCreate
|
5507
|
-
# data as a hash:
|
5508
|
-
#
|
5509
|
-
# {
|
5510
|
-
# update_signature: "UpdateSignature",
|
5511
|
-
# sig_key_crc: 1,
|
5512
|
-
# current_version: {
|
5513
|
-
# package_version: "PackageVersion",
|
5514
|
-
# model: "Model",
|
5515
|
-
# station: "Station",
|
5516
|
-
# },
|
5517
|
-
# update_version: {
|
5518
|
-
# package_version: "PackageVersion",
|
5519
|
-
# model: "Model",
|
5520
|
-
# station: "Station",
|
5521
|
-
# },
|
5522
|
-
# }
|
5523
|
-
#
|
5524
3994
|
# @!attribute [rw] update_signature
|
5525
3995
|
# The signature used to verify the update firmware.
|
5526
3996
|
# @return [String]
|
@@ -5565,14 +4035,6 @@ module Aws::IoTWireless
|
|
5565
4035
|
|
5566
4036
|
# LTE local identification (local ID) information.
|
5567
4037
|
#
|
5568
|
-
# @note When making an API call, you may pass LteLocalId
|
5569
|
-
# data as a hash:
|
5570
|
-
#
|
5571
|
-
# {
|
5572
|
-
# pci: 1, # required
|
5573
|
-
# earfcn: 1, # required
|
5574
|
-
# }
|
5575
|
-
#
|
5576
4038
|
# @!attribute [rw] pci
|
5577
4039
|
# Physical cell ID.
|
5578
4040
|
# @return [Integer]
|
@@ -5591,17 +4053,6 @@ module Aws::IoTWireless
|
|
5591
4053
|
|
5592
4054
|
# LTE object for network measurement reports.
|
5593
4055
|
#
|
5594
|
-
# @note When making an API call, you may pass LteNmrObj
|
5595
|
-
# data as a hash:
|
5596
|
-
#
|
5597
|
-
# {
|
5598
|
-
# pci: 1, # required
|
5599
|
-
# earfcn: 1, # required
|
5600
|
-
# eutran_cid: 1, # required
|
5601
|
-
# rsrp: 1,
|
5602
|
-
# rsrq: 1.0,
|
5603
|
-
# }
|
5604
|
-
#
|
5605
4056
|
# @!attribute [rw] pci
|
5606
4057
|
# Physical cell ID.
|
5607
4058
|
# @return [Integer]
|
@@ -5638,33 +4089,6 @@ module Aws::IoTWireless
|
|
5638
4089
|
|
5639
4090
|
# LTE object.
|
5640
4091
|
#
|
5641
|
-
# @note When making an API call, you may pass LteObj
|
5642
|
-
# data as a hash:
|
5643
|
-
#
|
5644
|
-
# {
|
5645
|
-
# mcc: 1, # required
|
5646
|
-
# mnc: 1, # required
|
5647
|
-
# eutran_cid: 1, # required
|
5648
|
-
# tac: 1,
|
5649
|
-
# lte_local_id: {
|
5650
|
-
# pci: 1, # required
|
5651
|
-
# earfcn: 1, # required
|
5652
|
-
# },
|
5653
|
-
# lte_timing_advance: 1,
|
5654
|
-
# rsrp: 1,
|
5655
|
-
# rsrq: 1.0,
|
5656
|
-
# nr_capable: false,
|
5657
|
-
# lte_nmr: [
|
5658
|
-
# {
|
5659
|
-
# pci: 1, # required
|
5660
|
-
# earfcn: 1, # required
|
5661
|
-
# eutran_cid: 1, # required
|
5662
|
-
# rsrp: 1,
|
5663
|
-
# rsrq: 1.0,
|
5664
|
-
# },
|
5665
|
-
# ],
|
5666
|
-
# }
|
5667
|
-
#
|
5668
4092
|
# @!attribute [rw] mcc
|
5669
4093
|
# Mobile Country Code.
|
5670
4094
|
# @return [Integer]
|
@@ -5727,16 +4151,6 @@ module Aws::IoTWireless
|
|
5727
4151
|
# Message delivery status event configuration object for enabling and
|
5728
4152
|
# disabling relevant topics.
|
5729
4153
|
#
|
5730
|
-
# @note When making an API call, you may pass MessageDeliveryStatusEventConfiguration
|
5731
|
-
# data as a hash:
|
5732
|
-
#
|
5733
|
-
# {
|
5734
|
-
# sidewalk: {
|
5735
|
-
# amazon_id_event_topic: "Enabled", # accepts Enabled, Disabled
|
5736
|
-
# },
|
5737
|
-
# wireless_device_id_event_topic: "Enabled", # accepts Enabled, Disabled
|
5738
|
-
# }
|
5739
|
-
#
|
5740
4154
|
# @!attribute [rw] sidewalk
|
5741
4155
|
# `SidewalkEventNotificationConfigurations` object, which is the event
|
5742
4156
|
# configuration object for Sidewalk-related event topics.
|
@@ -5757,15 +4171,6 @@ module Aws::IoTWireless
|
|
5757
4171
|
# Message delivery status resource type event configuration object for
|
5758
4172
|
# enabling or disabling relevant topic.
|
5759
4173
|
#
|
5760
|
-
# @note When making an API call, you may pass MessageDeliveryStatusResourceTypeEventConfiguration
|
5761
|
-
# data as a hash:
|
5762
|
-
#
|
5763
|
-
# {
|
5764
|
-
# sidewalk: {
|
5765
|
-
# wireless_device_event_topic: "Enabled", # accepts Enabled, Disabled
|
5766
|
-
# },
|
5767
|
-
# }
|
5768
|
-
#
|
5769
4174
|
# @!attribute [rw] sidewalk
|
5770
4175
|
# Sidewalk resource type event configuration object for enabling or
|
5771
4176
|
# disabling topic.
|
@@ -5813,15 +4218,6 @@ module Aws::IoTWireless
|
|
5813
4218
|
|
5814
4219
|
# Wireless metadata that is to be sent to multicast group.
|
5815
4220
|
#
|
5816
|
-
# @note When making an API call, you may pass MulticastWirelessMetadata
|
5817
|
-
# data as a hash:
|
5818
|
-
#
|
5819
|
-
# {
|
5820
|
-
# lo_ra_wan: {
|
5821
|
-
# f_port: 1,
|
5822
|
-
# },
|
5823
|
-
# }
|
5824
|
-
#
|
5825
4221
|
# @!attribute [rw] lo_ra_wan
|
5826
4222
|
# The metadata information of the LoRaWAN multicast group.
|
5827
4223
|
# @return [Types::LoRaWANMulticastMetadata]
|
@@ -5851,15 +4247,6 @@ module Aws::IoTWireless
|
|
5851
4247
|
|
5852
4248
|
# OTAA device object for v1.0.x
|
5853
4249
|
#
|
5854
|
-
# @note When making an API call, you may pass OtaaV1_0_x
|
5855
|
-
# data as a hash:
|
5856
|
-
#
|
5857
|
-
# {
|
5858
|
-
# app_key: "AppKey",
|
5859
|
-
# app_eui: "AppEui",
|
5860
|
-
# gen_app_key: "GenAppKey",
|
5861
|
-
# }
|
5862
|
-
#
|
5863
4250
|
# @!attribute [rw] app_key
|
5864
4251
|
# The AppKey value.
|
5865
4252
|
# @return [String]
|
@@ -5882,15 +4269,6 @@ module Aws::IoTWireless
|
|
5882
4269
|
|
5883
4270
|
# OTAA device object for v1.1
|
5884
4271
|
#
|
5885
|
-
# @note When making an API call, you may pass OtaaV1_1
|
5886
|
-
# data as a hash:
|
5887
|
-
#
|
5888
|
-
# {
|
5889
|
-
# app_key: "AppKey",
|
5890
|
-
# nwk_key: "NwkKey",
|
5891
|
-
# join_eui: "JoinEui",
|
5892
|
-
# }
|
5893
|
-
#
|
5894
4272
|
# @!attribute [rw] app_key
|
5895
4273
|
# The AppKey value.
|
5896
4274
|
# @return [String]
|
@@ -5915,20 +4293,6 @@ module Aws::IoTWireless
|
|
5915
4293
|
# traffic when the wireless device is running in class B or class C
|
5916
4294
|
# mode.
|
5917
4295
|
#
|
5918
|
-
# @note When making an API call, you may pass ParticipatingGateways
|
5919
|
-
# data as a hash:
|
5920
|
-
#
|
5921
|
-
# {
|
5922
|
-
# downlink_mode: "SEQUENTIAL", # required, accepts SEQUENTIAL, CONCURRENT, USING_UPLINK_GATEWAY
|
5923
|
-
# gateway_list: [ # required
|
5924
|
-
# {
|
5925
|
-
# gateway_id: "WirelessGatewayId", # required
|
5926
|
-
# downlink_frequency: 1, # required
|
5927
|
-
# },
|
5928
|
-
# ],
|
5929
|
-
# transmission_interval: 1, # required
|
5930
|
-
# }
|
5931
|
-
#
|
5932
4296
|
# @!attribute [rw] downlink_mode
|
5933
4297
|
# Indicates whether to send the downlink message in sequential mode or
|
5934
4298
|
# concurrent mode, or to use only the chosen gateways from the
|
@@ -5985,16 +4349,6 @@ module Aws::IoTWireless
|
|
5985
4349
|
|
5986
4350
|
# The wrapper for position solver configurations.
|
5987
4351
|
#
|
5988
|
-
# @note When making an API call, you may pass PositionSolverConfigurations
|
5989
|
-
# data as a hash:
|
5990
|
-
#
|
5991
|
-
# {
|
5992
|
-
# semtech_gnss: {
|
5993
|
-
# status: "Enabled", # required, accepts Enabled, Disabled
|
5994
|
-
# fec: "ROSE", # required, accepts ROSE, NONE
|
5995
|
-
# },
|
5996
|
-
# }
|
5997
|
-
#
|
5998
4352
|
# @!attribute [rw] semtech_gnss
|
5999
4353
|
# The Semtech GNSS solver configuration object.
|
6000
4354
|
# @return [Types::SemtechGnssConfiguration]
|
@@ -6019,15 +4373,6 @@ module Aws::IoTWireless
|
|
6019
4373
|
|
6020
4374
|
# The FPorts for the position information.
|
6021
4375
|
#
|
6022
|
-
# @note When making an API call, you may pass Positioning
|
6023
|
-
# data as a hash:
|
6024
|
-
#
|
6025
|
-
# {
|
6026
|
-
# clock_sync: 1,
|
6027
|
-
# stream: 1,
|
6028
|
-
# gnss: 1,
|
6029
|
-
# }
|
6030
|
-
#
|
6031
4376
|
# @!attribute [rw] clock_sync
|
6032
4377
|
# The Fport value.
|
6033
4378
|
# @return [Integer]
|
@@ -6051,16 +4396,6 @@ module Aws::IoTWireless
|
|
6051
4396
|
# Proximity event configuration object for enabling and disabling
|
6052
4397
|
# relevant topics.
|
6053
4398
|
#
|
6054
|
-
# @note When making an API call, you may pass ProximityEventConfiguration
|
6055
|
-
# data as a hash:
|
6056
|
-
#
|
6057
|
-
# {
|
6058
|
-
# sidewalk: {
|
6059
|
-
# amazon_id_event_topic: "Enabled", # accepts Enabled, Disabled
|
6060
|
-
# },
|
6061
|
-
# wireless_device_id_event_topic: "Enabled", # accepts Enabled, Disabled
|
6062
|
-
# }
|
6063
|
-
#
|
6064
4399
|
# @!attribute [rw] sidewalk
|
6065
4400
|
# Proximity event configuration object for enabling or disabling
|
6066
4401
|
# Sidewalk related event topics.
|
@@ -6081,15 +4416,6 @@ module Aws::IoTWireless
|
|
6081
4416
|
# Proximity resource type event configuration object for enabling or
|
6082
4417
|
# disabling topic.
|
6083
4418
|
#
|
6084
|
-
# @note When making an API call, you may pass ProximityResourceTypeEventConfiguration
|
6085
|
-
# data as a hash:
|
6086
|
-
#
|
6087
|
-
# {
|
6088
|
-
# sidewalk: {
|
6089
|
-
# wireless_device_event_topic: "Enabled", # accepts Enabled, Disabled
|
6090
|
-
# },
|
6091
|
-
# }
|
6092
|
-
#
|
6093
4419
|
# @!attribute [rw] sidewalk
|
6094
4420
|
# Proximity resource type event configuration object for enabling and
|
6095
4421
|
# disabling wireless device topic.
|
@@ -6101,21 +4427,6 @@ module Aws::IoTWireless
|
|
6101
4427
|
include Aws::Structure
|
6102
4428
|
end
|
6103
4429
|
|
6104
|
-
# @note When making an API call, you may pass PutPositionConfigurationRequest
|
6105
|
-
# data as a hash:
|
6106
|
-
#
|
6107
|
-
# {
|
6108
|
-
# resource_identifier: "PositionResourceIdentifier", # required
|
6109
|
-
# resource_type: "WirelessDevice", # required, accepts WirelessDevice, WirelessGateway
|
6110
|
-
# solvers: {
|
6111
|
-
# semtech_gnss: {
|
6112
|
-
# status: "Enabled", # required, accepts Enabled, Disabled
|
6113
|
-
# fec: "ROSE", # required, accepts ROSE, NONE
|
6114
|
-
# },
|
6115
|
-
# },
|
6116
|
-
# destination: "DestinationName",
|
6117
|
-
# }
|
6118
|
-
#
|
6119
4430
|
# @!attribute [rw] resource_identifier
|
6120
4431
|
# Resource identifier used to update the position configuration.
|
6121
4432
|
# @return [String]
|
@@ -6147,15 +4458,6 @@ module Aws::IoTWireless
|
|
6147
4458
|
|
6148
4459
|
class PutPositionConfigurationResponse < Aws::EmptyStructure; end
|
6149
4460
|
|
6150
|
-
# @note When making an API call, you may pass PutResourceLogLevelRequest
|
6151
|
-
# data as a hash:
|
6152
|
-
#
|
6153
|
-
# {
|
6154
|
-
# resource_identifier: "ResourceIdentifier", # required
|
6155
|
-
# resource_type: "ResourceType", # required
|
6156
|
-
# log_level: "INFO", # required, accepts INFO, ERROR, DISABLED
|
6157
|
-
# }
|
6158
|
-
#
|
6159
4461
|
# @!attribute [rw] resource_identifier
|
6160
4462
|
# The identifier of the resource. For a Wireless Device, it is the
|
6161
4463
|
# wireless device ID. For a wireless gateway, it is the wireless
|
@@ -6189,14 +4491,6 @@ module Aws::IoTWireless
|
|
6189
4491
|
|
6190
4492
|
class ResetAllResourceLogLevelsResponse < Aws::EmptyStructure; end
|
6191
4493
|
|
6192
|
-
# @note When making an API call, you may pass ResetResourceLogLevelRequest
|
6193
|
-
# data as a hash:
|
6194
|
-
#
|
6195
|
-
# {
|
6196
|
-
# resource_identifier: "ResourceIdentifier", # required
|
6197
|
-
# resource_type: "ResourceType", # required
|
6198
|
-
# }
|
6199
|
-
#
|
6200
4494
|
# @!attribute [rw] resource_identifier
|
6201
4495
|
# The identifier of the resource. For a Wireless Device, it is the
|
6202
4496
|
# wireless device ID. For a wireless gateway, it is the wireless
|
@@ -6240,14 +4534,6 @@ module Aws::IoTWireless
|
|
6240
4534
|
|
6241
4535
|
# Information about the Semtech GNSS solver configuration.
|
6242
4536
|
#
|
6243
|
-
# @note When making an API call, you may pass SemtechGnssConfiguration
|
6244
|
-
# data as a hash:
|
6245
|
-
#
|
6246
|
-
# {
|
6247
|
-
# status: "Enabled", # required, accepts Enabled, Disabled
|
6248
|
-
# fec: "ROSE", # required, accepts ROSE, NONE
|
6249
|
-
# }
|
6250
|
-
#
|
6251
4537
|
# @!attribute [rw] status
|
6252
4538
|
# The status indicating whether the solver is enabled.
|
6253
4539
|
# @return [String]
|
@@ -6290,19 +4576,6 @@ module Aws::IoTWireless
|
|
6290
4576
|
include Aws::Structure
|
6291
4577
|
end
|
6292
4578
|
|
6293
|
-
# @note When making an API call, you may pass SendDataToMulticastGroupRequest
|
6294
|
-
# data as a hash:
|
6295
|
-
#
|
6296
|
-
# {
|
6297
|
-
# id: "MulticastGroupId", # required
|
6298
|
-
# payload_data: "PayloadData", # required
|
6299
|
-
# wireless_metadata: { # required
|
6300
|
-
# lo_ra_wan: {
|
6301
|
-
# f_port: 1,
|
6302
|
-
# },
|
6303
|
-
# },
|
6304
|
-
# }
|
6305
|
-
#
|
6306
4579
|
# @!attribute [rw] id
|
6307
4580
|
# The ID of the multicast group.
|
6308
4581
|
# @return [String]
|
@@ -6333,35 +4606,6 @@ module Aws::IoTWireless
|
|
6333
4606
|
include Aws::Structure
|
6334
4607
|
end
|
6335
4608
|
|
6336
|
-
# @note When making an API call, you may pass SendDataToWirelessDeviceRequest
|
6337
|
-
# data as a hash:
|
6338
|
-
#
|
6339
|
-
# {
|
6340
|
-
# id: "WirelessDeviceId", # required
|
6341
|
-
# transmit_mode: 1, # required
|
6342
|
-
# payload_data: "PayloadData", # required
|
6343
|
-
# wireless_metadata: {
|
6344
|
-
# lo_ra_wan: {
|
6345
|
-
# f_port: 1,
|
6346
|
-
# participating_gateways: {
|
6347
|
-
# downlink_mode: "SEQUENTIAL", # required, accepts SEQUENTIAL, CONCURRENT, USING_UPLINK_GATEWAY
|
6348
|
-
# gateway_list: [ # required
|
6349
|
-
# {
|
6350
|
-
# gateway_id: "WirelessGatewayId", # required
|
6351
|
-
# downlink_frequency: 1, # required
|
6352
|
-
# },
|
6353
|
-
# ],
|
6354
|
-
# transmission_interval: 1, # required
|
6355
|
-
# },
|
6356
|
-
# },
|
6357
|
-
# sidewalk: {
|
6358
|
-
# seq: 1,
|
6359
|
-
# message_type: "CUSTOM_COMMAND_ID_NOTIFY", # accepts CUSTOM_COMMAND_ID_NOTIFY, CUSTOM_COMMAND_ID_GET, CUSTOM_COMMAND_ID_SET, CUSTOM_COMMAND_ID_RESP
|
6360
|
-
# ack_mode_retry_duration_secs: 1,
|
6361
|
-
# },
|
6362
|
-
# },
|
6363
|
-
# }
|
6364
|
-
#
|
6365
4609
|
# @!attribute [rw] id
|
6366
4610
|
# The ID of the wireless device to receive the data.
|
6367
4611
|
# @return [String]
|
@@ -6423,14 +4667,6 @@ module Aws::IoTWireless
|
|
6423
4667
|
|
6424
4668
|
# Session keys for ABP v1.1
|
6425
4669
|
#
|
6426
|
-
# @note When making an API call, you may pass SessionKeysAbpV1_0_x
|
6427
|
-
# data as a hash:
|
6428
|
-
#
|
6429
|
-
# {
|
6430
|
-
# nwk_s_key: "NwkSKey",
|
6431
|
-
# app_s_key: "AppSKey",
|
6432
|
-
# }
|
6433
|
-
#
|
6434
4670
|
# @!attribute [rw] nwk_s_key
|
6435
4671
|
# The NwkSKey value.
|
6436
4672
|
# @return [String]
|
@@ -6448,16 +4684,6 @@ module Aws::IoTWireless
|
|
6448
4684
|
|
6449
4685
|
# Session keys for ABP v1.1
|
6450
4686
|
#
|
6451
|
-
# @note When making an API call, you may pass SessionKeysAbpV1_1
|
6452
|
-
# data as a hash:
|
6453
|
-
#
|
6454
|
-
# {
|
6455
|
-
# f_nwk_s_int_key: "FNwkSIntKey",
|
6456
|
-
# s_nwk_s_int_key: "SNwkSIntKey",
|
6457
|
-
# nwk_s_enc_key: "NwkSEncKey",
|
6458
|
-
# app_s_key: "AppSKey",
|
6459
|
-
# }
|
6460
|
-
#
|
6461
4687
|
# @!attribute [rw] f_nwk_s_int_key
|
6462
4688
|
# The FNwkSIntKey value.
|
6463
4689
|
# @return [String]
|
@@ -6485,14 +4711,6 @@ module Aws::IoTWireless
|
|
6485
4711
|
|
6486
4712
|
# Information about a Sidewalk account.
|
6487
4713
|
#
|
6488
|
-
# @note When making an API call, you may pass SidewalkAccountInfo
|
6489
|
-
# data as a hash:
|
6490
|
-
#
|
6491
|
-
# {
|
6492
|
-
# amazon_id: "AmazonId",
|
6493
|
-
# app_server_private_key: "AppServerPrivateKey",
|
6494
|
-
# }
|
6495
|
-
#
|
6496
4714
|
# @!attribute [rw] amazon_id
|
6497
4715
|
# The Sidewalk Amazon ID.
|
6498
4716
|
# @return [String]
|
@@ -6587,13 +4805,6 @@ module Aws::IoTWireless
|
|
6587
4805
|
# `SidewalkEventNotificationConfigurations` object, which is the event
|
6588
4806
|
# configuration object for Sidewalk-related event topics.
|
6589
4807
|
#
|
6590
|
-
# @note When making an API call, you may pass SidewalkEventNotificationConfigurations
|
6591
|
-
# data as a hash:
|
6592
|
-
#
|
6593
|
-
# {
|
6594
|
-
# amazon_id_event_topic: "Enabled", # accepts Enabled, Disabled
|
6595
|
-
# }
|
6596
|
-
#
|
6597
4808
|
# @!attribute [rw] amazon_id_event_topic
|
6598
4809
|
# Denotes whether the Amazon ID event topic is enabled or disabled.
|
6599
4810
|
# @return [String]
|
@@ -6634,13 +4845,6 @@ module Aws::IoTWireless
|
|
6634
4845
|
# Sidewalk resource type event configuration object for enabling or
|
6635
4846
|
# disabling topic.
|
6636
4847
|
#
|
6637
|
-
# @note When making an API call, you may pass SidewalkResourceTypeEventConfiguration
|
6638
|
-
# data as a hash:
|
6639
|
-
#
|
6640
|
-
# {
|
6641
|
-
# wireless_device_event_topic: "Enabled", # accepts Enabled, Disabled
|
6642
|
-
# }
|
6643
|
-
#
|
6644
4848
|
# @!attribute [rw] wireless_device_event_topic
|
6645
4849
|
# Denotes whether the wireless device join event topic is enabled or
|
6646
4850
|
# disabled.
|
@@ -6654,15 +4858,6 @@ module Aws::IoTWireless
|
|
6654
4858
|
|
6655
4859
|
# Information about a Sidewalk router.
|
6656
4860
|
#
|
6657
|
-
# @note When making an API call, you may pass SidewalkSendDataToDevice
|
6658
|
-
# data as a hash:
|
6659
|
-
#
|
6660
|
-
# {
|
6661
|
-
# seq: 1,
|
6662
|
-
# message_type: "CUSTOM_COMMAND_ID_NOTIFY", # accepts CUSTOM_COMMAND_ID_NOTIFY, CUSTOM_COMMAND_ID_GET, CUSTOM_COMMAND_ID_SET, CUSTOM_COMMAND_ID_RESP
|
6663
|
-
# ack_mode_retry_duration_secs: 1,
|
6664
|
-
# }
|
6665
|
-
#
|
6666
4861
|
# @!attribute [rw] seq
|
6667
4862
|
# The sequence number.
|
6668
4863
|
# @return [Integer]
|
@@ -6686,13 +4881,6 @@ module Aws::IoTWireless
|
|
6686
4881
|
|
6687
4882
|
# Sidewalk update.
|
6688
4883
|
#
|
6689
|
-
# @note When making an API call, you may pass SidewalkUpdateAccount
|
6690
|
-
# data as a hash:
|
6691
|
-
#
|
6692
|
-
# {
|
6693
|
-
# app_server_private_key: "AppServerPrivateKey",
|
6694
|
-
# }
|
6695
|
-
#
|
6696
4884
|
# @!attribute [rw] app_server_private_key
|
6697
4885
|
# The new Sidewalk application server private key.
|
6698
4886
|
# @return [String]
|
@@ -6703,20 +4891,6 @@ module Aws::IoTWireless
|
|
6703
4891
|
include Aws::Structure
|
6704
4892
|
end
|
6705
4893
|
|
6706
|
-
# @note When making an API call, you may pass StartBulkAssociateWirelessDeviceWithMulticastGroupRequest
|
6707
|
-
# data as a hash:
|
6708
|
-
#
|
6709
|
-
# {
|
6710
|
-
# id: "MulticastGroupId", # required
|
6711
|
-
# query_string: "QueryString",
|
6712
|
-
# tags: [
|
6713
|
-
# {
|
6714
|
-
# key: "TagKey", # required
|
6715
|
-
# value: "TagValue", # required
|
6716
|
-
# },
|
6717
|
-
# ],
|
6718
|
-
# }
|
6719
|
-
#
|
6720
4894
|
# @!attribute [rw] id
|
6721
4895
|
# The ID of the multicast group.
|
6722
4896
|
# @return [String]
|
@@ -6741,20 +4915,6 @@ module Aws::IoTWireless
|
|
6741
4915
|
|
6742
4916
|
class StartBulkAssociateWirelessDeviceWithMulticastGroupResponse < Aws::EmptyStructure; end
|
6743
4917
|
|
6744
|
-
# @note When making an API call, you may pass StartBulkDisassociateWirelessDeviceFromMulticastGroupRequest
|
6745
|
-
# data as a hash:
|
6746
|
-
#
|
6747
|
-
# {
|
6748
|
-
# id: "MulticastGroupId", # required
|
6749
|
-
# query_string: "QueryString",
|
6750
|
-
# tags: [
|
6751
|
-
# {
|
6752
|
-
# key: "TagKey", # required
|
6753
|
-
# value: "TagValue", # required
|
6754
|
-
# },
|
6755
|
-
# ],
|
6756
|
-
# }
|
6757
|
-
#
|
6758
4918
|
# @!attribute [rw] id
|
6759
4919
|
# The ID of the multicast group.
|
6760
4920
|
# @return [String]
|
@@ -6779,16 +4939,6 @@ module Aws::IoTWireless
|
|
6779
4939
|
|
6780
4940
|
class StartBulkDisassociateWirelessDeviceFromMulticastGroupResponse < Aws::EmptyStructure; end
|
6781
4941
|
|
6782
|
-
# @note When making an API call, you may pass StartFuotaTaskRequest
|
6783
|
-
# data as a hash:
|
6784
|
-
#
|
6785
|
-
# {
|
6786
|
-
# id: "FuotaTaskId", # required
|
6787
|
-
# lo_ra_wan: {
|
6788
|
-
# start_time: Time.now,
|
6789
|
-
# },
|
6790
|
-
# }
|
6791
|
-
#
|
6792
4942
|
# @!attribute [rw] id
|
6793
4943
|
# The ID of a FUOTA task.
|
6794
4944
|
# @return [String]
|
@@ -6806,19 +4956,6 @@ module Aws::IoTWireless
|
|
6806
4956
|
|
6807
4957
|
class StartFuotaTaskResponse < Aws::EmptyStructure; end
|
6808
4958
|
|
6809
|
-
# @note When making an API call, you may pass StartMulticastGroupSessionRequest
|
6810
|
-
# data as a hash:
|
6811
|
-
#
|
6812
|
-
# {
|
6813
|
-
# id: "MulticastGroupId", # required
|
6814
|
-
# lo_ra_wan: { # required
|
6815
|
-
# dl_dr: 1,
|
6816
|
-
# dl_freq: 1,
|
6817
|
-
# session_start_time: Time.now,
|
6818
|
-
# session_timeout: 1,
|
6819
|
-
# },
|
6820
|
-
# }
|
6821
|
-
#
|
6822
4959
|
# @!attribute [rw] id
|
6823
4960
|
# The ID of the multicast group.
|
6824
4961
|
# @return [String]
|
@@ -6838,14 +4975,6 @@ module Aws::IoTWireless
|
|
6838
4975
|
|
6839
4976
|
# A simple label consisting of a customer-defined key-value pair
|
6840
4977
|
#
|
6841
|
-
# @note When making an API call, you may pass Tag
|
6842
|
-
# data as a hash:
|
6843
|
-
#
|
6844
|
-
# {
|
6845
|
-
# key: "TagKey", # required
|
6846
|
-
# value: "TagValue", # required
|
6847
|
-
# }
|
6848
|
-
#
|
6849
4978
|
# @!attribute [rw] key
|
6850
4979
|
# The tag's key value.
|
6851
4980
|
# @return [String]
|
@@ -6861,19 +4990,6 @@ module Aws::IoTWireless
|
|
6861
4990
|
include Aws::Structure
|
6862
4991
|
end
|
6863
4992
|
|
6864
|
-
# @note When making an API call, you may pass TagResourceRequest
|
6865
|
-
# data as a hash:
|
6866
|
-
#
|
6867
|
-
# {
|
6868
|
-
# resource_arn: "AmazonResourceName", # required
|
6869
|
-
# tags: [ # required
|
6870
|
-
# {
|
6871
|
-
# key: "TagKey", # required
|
6872
|
-
# value: "TagValue", # required
|
6873
|
-
# },
|
6874
|
-
# ],
|
6875
|
-
# }
|
6876
|
-
#
|
6877
4993
|
# @!attribute [rw] resource_arn
|
6878
4994
|
# The ARN of the resource to add tags to.
|
6879
4995
|
# @return [String]
|
@@ -6894,14 +5010,6 @@ module Aws::IoTWireless
|
|
6894
5010
|
|
6895
5011
|
# TD-SCDMA local identification (local Id) information.
|
6896
5012
|
#
|
6897
|
-
# @note When making an API call, you may pass TdscdmaLocalId
|
6898
|
-
# data as a hash:
|
6899
|
-
#
|
6900
|
-
# {
|
6901
|
-
# uarfcn: 1, # required
|
6902
|
-
# cell_params: 1, # required
|
6903
|
-
# }
|
6904
|
-
#
|
6905
5013
|
# @!attribute [rw] uarfcn
|
6906
5014
|
# TD-SCDMA UTRA (Universal Terrestrial Radio Access Network) absolute
|
6907
5015
|
# RF channel number (UARFCN).
|
@@ -6920,17 +5028,6 @@ module Aws::IoTWireless
|
|
6920
5028
|
|
6921
5029
|
# TD-SCDMA object for network measurement reports.
|
6922
5030
|
#
|
6923
|
-
# @note When making an API call, you may pass TdscdmaNmrObj
|
6924
|
-
# data as a hash:
|
6925
|
-
#
|
6926
|
-
# {
|
6927
|
-
# uarfcn: 1, # required
|
6928
|
-
# cell_params: 1, # required
|
6929
|
-
# utran_cid: 1,
|
6930
|
-
# rscp: 1,
|
6931
|
-
# path_loss: 1,
|
6932
|
-
# }
|
6933
|
-
#
|
6934
5031
|
# @!attribute [rw] uarfcn
|
6935
5032
|
# TD-SCDMA UTRA (Universal Terrestrial Radio Access Network) absolute
|
6936
5033
|
# RF channel number.
|
@@ -6967,32 +5064,6 @@ module Aws::IoTWireless
|
|
6967
5064
|
|
6968
5065
|
# TD-SCDMA object.
|
6969
5066
|
#
|
6970
|
-
# @note When making an API call, you may pass TdscdmaObj
|
6971
|
-
# data as a hash:
|
6972
|
-
#
|
6973
|
-
# {
|
6974
|
-
# mcc: 1, # required
|
6975
|
-
# mnc: 1, # required
|
6976
|
-
# lac: 1,
|
6977
|
-
# utran_cid: 1, # required
|
6978
|
-
# tdscdma_local_id: {
|
6979
|
-
# uarfcn: 1, # required
|
6980
|
-
# cell_params: 1, # required
|
6981
|
-
# },
|
6982
|
-
# tdscdma_timing_advance: 1,
|
6983
|
-
# rscp: 1,
|
6984
|
-
# path_loss: 1,
|
6985
|
-
# tdscdma_nmr: [
|
6986
|
-
# {
|
6987
|
-
# uarfcn: 1, # required
|
6988
|
-
# cell_params: 1, # required
|
6989
|
-
# utran_cid: 1,
|
6990
|
-
# rscp: 1,
|
6991
|
-
# path_loss: 1,
|
6992
|
-
# },
|
6993
|
-
# ],
|
6994
|
-
# }
|
6995
|
-
#
|
6996
5067
|
# @!attribute [rw] mcc
|
6997
5068
|
# Mobile Country Code.
|
6998
5069
|
# @return [Integer]
|
@@ -7046,13 +5117,6 @@ module Aws::IoTWireless
|
|
7046
5117
|
include Aws::Structure
|
7047
5118
|
end
|
7048
5119
|
|
7049
|
-
# @note When making an API call, you may pass TestWirelessDeviceRequest
|
7050
|
-
# data as a hash:
|
7051
|
-
#
|
7052
|
-
# {
|
7053
|
-
# id: "WirelessDeviceId", # required
|
7054
|
-
# }
|
7055
|
-
#
|
7056
5120
|
# @!attribute [rw] id
|
7057
5121
|
# The ID of the wireless device to test.
|
7058
5122
|
# @return [String]
|
@@ -7103,14 +5167,6 @@ module Aws::IoTWireless
|
|
7103
5167
|
|
7104
5168
|
# Trace content for your wireless gateway and wireless device resources.
|
7105
5169
|
#
|
7106
|
-
# @note When making an API call, you may pass TraceContent
|
7107
|
-
# data as a hash:
|
7108
|
-
#
|
7109
|
-
# {
|
7110
|
-
# wireless_device_frame_info: "ENABLED", # accepts ENABLED, DISABLED
|
7111
|
-
# log_level: "INFO", # accepts INFO, ERROR, DISABLED
|
7112
|
-
# }
|
7113
|
-
#
|
7114
5170
|
# @!attribute [rw] wireless_device_frame_info
|
7115
5171
|
# `FrameInfo` of your wireless device resources for the trace content.
|
7116
5172
|
# Use FrameInfo to debug the communication between your LoRaWAN end
|
@@ -7130,14 +5186,6 @@ module Aws::IoTWireless
|
|
7130
5186
|
include Aws::Structure
|
7131
5187
|
end
|
7132
5188
|
|
7133
|
-
# @note When making an API call, you may pass UntagResourceRequest
|
7134
|
-
# data as a hash:
|
7135
|
-
#
|
7136
|
-
# {
|
7137
|
-
# resource_arn: "AmazonResourceName", # required
|
7138
|
-
# tag_keys: ["TagKey"], # required
|
7139
|
-
# }
|
7140
|
-
#
|
7141
5189
|
# @!attribute [rw] resource_arn
|
7142
5190
|
# The ARN of the resource to remove tags from.
|
7143
5191
|
# @return [String]
|
@@ -7157,13 +5205,6 @@ module Aws::IoTWireless
|
|
7157
5205
|
|
7158
5206
|
# ABP device object for LoRaWAN specification v1.0.x
|
7159
5207
|
#
|
7160
|
-
# @note When making an API call, you may pass UpdateAbpV1_0_x
|
7161
|
-
# data as a hash:
|
7162
|
-
#
|
7163
|
-
# {
|
7164
|
-
# f_cnt_start: 1,
|
7165
|
-
# }
|
7166
|
-
#
|
7167
5208
|
# @!attribute [rw] f_cnt_start
|
7168
5209
|
# The FCnt init value.
|
7169
5210
|
# @return [Integer]
|
@@ -7176,13 +5217,6 @@ module Aws::IoTWireless
|
|
7176
5217
|
|
7177
5218
|
# ABP device object for LoRaWAN specification v1.1
|
7178
5219
|
#
|
7179
|
-
# @note When making an API call, you may pass UpdateAbpV1_1
|
7180
|
-
# data as a hash:
|
7181
|
-
#
|
7182
|
-
# {
|
7183
|
-
# f_cnt_start: 1,
|
7184
|
-
# }
|
7185
|
-
#
|
7186
5220
|
# @!attribute [rw] f_cnt_start
|
7187
5221
|
# The FCnt init value.
|
7188
5222
|
# @return [Integer]
|
@@ -7193,17 +5227,6 @@ module Aws::IoTWireless
|
|
7193
5227
|
include Aws::Structure
|
7194
5228
|
end
|
7195
5229
|
|
7196
|
-
# @note When making an API call, you may pass UpdateDestinationRequest
|
7197
|
-
# data as a hash:
|
7198
|
-
#
|
7199
|
-
# {
|
7200
|
-
# name: "DestinationName", # required
|
7201
|
-
# expression_type: "RuleName", # accepts RuleName, MqttTopic
|
7202
|
-
# expression: "Expression",
|
7203
|
-
# description: "Description",
|
7204
|
-
# role_arn: "RoleArn",
|
7205
|
-
# }
|
7206
|
-
#
|
7207
5230
|
# @!attribute [rw] name
|
7208
5231
|
# The new name of the resource.
|
7209
5232
|
# @return [String]
|
@@ -7236,37 +5259,6 @@ module Aws::IoTWireless
|
|
7236
5259
|
|
7237
5260
|
class UpdateDestinationResponse < Aws::EmptyStructure; end
|
7238
5261
|
|
7239
|
-
# @note When making an API call, you may pass UpdateEventConfigurationByResourceTypesRequest
|
7240
|
-
# data as a hash:
|
7241
|
-
#
|
7242
|
-
# {
|
7243
|
-
# device_registration_state: {
|
7244
|
-
# sidewalk: {
|
7245
|
-
# wireless_device_event_topic: "Enabled", # accepts Enabled, Disabled
|
7246
|
-
# },
|
7247
|
-
# },
|
7248
|
-
# proximity: {
|
7249
|
-
# sidewalk: {
|
7250
|
-
# wireless_device_event_topic: "Enabled", # accepts Enabled, Disabled
|
7251
|
-
# },
|
7252
|
-
# },
|
7253
|
-
# join: {
|
7254
|
-
# lo_ra_wan: {
|
7255
|
-
# wireless_device_event_topic: "Enabled", # accepts Enabled, Disabled
|
7256
|
-
# },
|
7257
|
-
# },
|
7258
|
-
# connection_status: {
|
7259
|
-
# lo_ra_wan: {
|
7260
|
-
# wireless_gateway_event_topic: "Enabled", # accepts Enabled, Disabled
|
7261
|
-
# },
|
7262
|
-
# },
|
7263
|
-
# message_delivery_status: {
|
7264
|
-
# sidewalk: {
|
7265
|
-
# wireless_device_event_topic: "Enabled", # accepts Enabled, Disabled
|
7266
|
-
# },
|
7267
|
-
# },
|
7268
|
-
# }
|
7269
|
-
#
|
7270
5262
|
# @!attribute [rw] device_registration_state
|
7271
5263
|
# Device registration state resource type event configuration object
|
7272
5264
|
# for enabling and disabling wireless gateway topic.
|
@@ -7306,24 +5298,6 @@ module Aws::IoTWireless
|
|
7306
5298
|
|
7307
5299
|
# Object for updating the FPorts information.
|
7308
5300
|
#
|
7309
|
-
# @note When making an API call, you may pass UpdateFPorts
|
7310
|
-
# data as a hash:
|
7311
|
-
#
|
7312
|
-
# {
|
7313
|
-
# positioning: {
|
7314
|
-
# clock_sync: 1,
|
7315
|
-
# stream: 1,
|
7316
|
-
# gnss: 1,
|
7317
|
-
# },
|
7318
|
-
# applications: [
|
7319
|
-
# {
|
7320
|
-
# f_port: 1,
|
7321
|
-
# type: "SemtechGeolocation", # accepts SemtechGeolocation
|
7322
|
-
# destination_name: "DestinationName",
|
7323
|
-
# },
|
7324
|
-
# ],
|
7325
|
-
# }
|
7326
|
-
#
|
7327
5301
|
# @!attribute [rw] positioning
|
7328
5302
|
# Positioning FPorts for the ClockSync, Stream, and GNSS functions.
|
7329
5303
|
# @return [Types::Positioning]
|
@@ -7340,20 +5314,6 @@ module Aws::IoTWireless
|
|
7340
5314
|
include Aws::Structure
|
7341
5315
|
end
|
7342
5316
|
|
7343
|
-
# @note When making an API call, you may pass UpdateFuotaTaskRequest
|
7344
|
-
# data as a hash:
|
7345
|
-
#
|
7346
|
-
# {
|
7347
|
-
# id: "FuotaTaskId", # required
|
7348
|
-
# name: "FuotaTaskName",
|
7349
|
-
# description: "Description",
|
7350
|
-
# lo_ra_wan: {
|
7351
|
-
# rf_region: "EU868", # accepts EU868, US915, AU915, AS923-1
|
7352
|
-
# },
|
7353
|
-
# firmware_update_image: "FirmwareUpdateImage",
|
7354
|
-
# firmware_update_role: "FirmwareUpdateRole",
|
7355
|
-
# }
|
7356
|
-
#
|
7357
5317
|
# @!attribute [rw] id
|
7358
5318
|
# The ID of a FUOTA task.
|
7359
5319
|
# @return [String]
|
@@ -7392,37 +5352,6 @@ module Aws::IoTWireless
|
|
7392
5352
|
|
7393
5353
|
class UpdateFuotaTaskResponse < Aws::EmptyStructure; end
|
7394
5354
|
|
7395
|
-
# @note When making an API call, you may pass UpdateLogLevelsByResourceTypesRequest
|
7396
|
-
# data as a hash:
|
7397
|
-
#
|
7398
|
-
# {
|
7399
|
-
# default_log_level: "INFO", # accepts INFO, ERROR, DISABLED
|
7400
|
-
# wireless_device_log_options: [
|
7401
|
-
# {
|
7402
|
-
# type: "Sidewalk", # required, accepts Sidewalk, LoRaWAN
|
7403
|
-
# log_level: "INFO", # required, accepts INFO, ERROR, DISABLED
|
7404
|
-
# events: [
|
7405
|
-
# {
|
7406
|
-
# event: "Join", # required, accepts Join, Rejoin, Uplink_Data, Downlink_Data, Registration
|
7407
|
-
# log_level: "INFO", # required, accepts INFO, ERROR, DISABLED
|
7408
|
-
# },
|
7409
|
-
# ],
|
7410
|
-
# },
|
7411
|
-
# ],
|
7412
|
-
# wireless_gateway_log_options: [
|
7413
|
-
# {
|
7414
|
-
# type: "LoRaWAN", # required, accepts LoRaWAN
|
7415
|
-
# log_level: "INFO", # required, accepts INFO, ERROR, DISABLED
|
7416
|
-
# events: [
|
7417
|
-
# {
|
7418
|
-
# event: "CUPS_Request", # required, accepts CUPS_Request, Certificate
|
7419
|
-
# log_level: "INFO", # required, accepts INFO, ERROR, DISABLED
|
7420
|
-
# },
|
7421
|
-
# ],
|
7422
|
-
# },
|
7423
|
-
# ],
|
7424
|
-
# }
|
7425
|
-
#
|
7426
5355
|
# @!attribute [rw] default_log_level
|
7427
5356
|
# The log level for a log message. The log levels can be disabled, or
|
7428
5357
|
# set to `ERROR` to display less verbose logs containing only error
|
@@ -7447,19 +5376,6 @@ module Aws::IoTWireless
|
|
7447
5376
|
|
7448
5377
|
class UpdateLogLevelsByResourceTypesResponse < Aws::EmptyStructure; end
|
7449
5378
|
|
7450
|
-
# @note When making an API call, you may pass UpdateMulticastGroupRequest
|
7451
|
-
# data as a hash:
|
7452
|
-
#
|
7453
|
-
# {
|
7454
|
-
# id: "MulticastGroupId", # required
|
7455
|
-
# name: "MulticastGroupName",
|
7456
|
-
# description: "Description",
|
7457
|
-
# lo_ra_wan: {
|
7458
|
-
# rf_region: "EU868", # accepts EU868, US915, AU915, AS923-1
|
7459
|
-
# dl_class: "ClassB", # accepts ClassB, ClassC
|
7460
|
-
# },
|
7461
|
-
# }
|
7462
|
-
#
|
7463
5379
|
# @!attribute [rw] id
|
7464
5380
|
# The ID of the multicast group.
|
7465
5381
|
# @return [String]
|
@@ -7487,22 +5403,6 @@ module Aws::IoTWireless
|
|
7487
5403
|
|
7488
5404
|
class UpdateMulticastGroupResponse < Aws::EmptyStructure; end
|
7489
5405
|
|
7490
|
-
# @note When making an API call, you may pass UpdateNetworkAnalyzerConfigurationRequest
|
7491
|
-
# data as a hash:
|
7492
|
-
#
|
7493
|
-
# {
|
7494
|
-
# configuration_name: "NetworkAnalyzerConfigurationName", # required
|
7495
|
-
# trace_content: {
|
7496
|
-
# wireless_device_frame_info: "ENABLED", # accepts ENABLED, DISABLED
|
7497
|
-
# log_level: "INFO", # accepts INFO, ERROR, DISABLED
|
7498
|
-
# },
|
7499
|
-
# wireless_devices_to_add: ["WirelessDeviceId"],
|
7500
|
-
# wireless_devices_to_remove: ["WirelessDeviceId"],
|
7501
|
-
# wireless_gateways_to_add: ["WirelessGatewayId"],
|
7502
|
-
# wireless_gateways_to_remove: ["WirelessGatewayId"],
|
7503
|
-
# description: "Description",
|
7504
|
-
# }
|
7505
|
-
#
|
7506
5406
|
# @!attribute [rw] configuration_name
|
7507
5407
|
# Name of the network analyzer configuration.
|
7508
5408
|
# @return [String]
|
@@ -7554,17 +5454,6 @@ module Aws::IoTWireless
|
|
7554
5454
|
|
7555
5455
|
class UpdateNetworkAnalyzerConfigurationResponse < Aws::EmptyStructure; end
|
7556
5456
|
|
7557
|
-
# @note When making an API call, you may pass UpdatePartnerAccountRequest
|
7558
|
-
# data as a hash:
|
7559
|
-
#
|
7560
|
-
# {
|
7561
|
-
# sidewalk: { # required
|
7562
|
-
# app_server_private_key: "AppServerPrivateKey",
|
7563
|
-
# },
|
7564
|
-
# partner_account_id: "PartnerAccountId", # required
|
7565
|
-
# partner_type: "Sidewalk", # required, accepts Sidewalk
|
7566
|
-
# }
|
7567
|
-
#
|
7568
5457
|
# @!attribute [rw] sidewalk
|
7569
5458
|
# The Sidewalk account credentials.
|
7570
5459
|
# @return [Types::SidewalkUpdateAccount]
|
@@ -7587,15 +5476,6 @@ module Aws::IoTWireless
|
|
7587
5476
|
|
7588
5477
|
class UpdatePartnerAccountResponse < Aws::EmptyStructure; end
|
7589
5478
|
|
7590
|
-
# @note When making an API call, you may pass UpdatePositionRequest
|
7591
|
-
# data as a hash:
|
7592
|
-
#
|
7593
|
-
# {
|
7594
|
-
# resource_identifier: "PositionResourceIdentifier", # required
|
7595
|
-
# resource_type: "WirelessDevice", # required, accepts WirelessDevice, WirelessGateway
|
7596
|
-
# position: [1.0], # required
|
7597
|
-
# }
|
7598
|
-
#
|
7599
5479
|
# @!attribute [rw] resource_identifier
|
7600
5480
|
# Resource identifier of the resource for which position is updated.
|
7601
5481
|
# @return [String]
|
@@ -7618,45 +5498,6 @@ module Aws::IoTWireless
|
|
7618
5498
|
|
7619
5499
|
class UpdatePositionResponse < Aws::EmptyStructure; end
|
7620
5500
|
|
7621
|
-
# @note When making an API call, you may pass UpdateResourceEventConfigurationRequest
|
7622
|
-
# data as a hash:
|
7623
|
-
#
|
7624
|
-
# {
|
7625
|
-
# identifier: "Identifier", # required
|
7626
|
-
# identifier_type: "PartnerAccountId", # required, accepts PartnerAccountId, DevEui, GatewayEui, WirelessDeviceId, WirelessGatewayId
|
7627
|
-
# partner_type: "Sidewalk", # accepts Sidewalk
|
7628
|
-
# device_registration_state: {
|
7629
|
-
# sidewalk: {
|
7630
|
-
# amazon_id_event_topic: "Enabled", # accepts Enabled, Disabled
|
7631
|
-
# },
|
7632
|
-
# wireless_device_id_event_topic: "Enabled", # accepts Enabled, Disabled
|
7633
|
-
# },
|
7634
|
-
# proximity: {
|
7635
|
-
# sidewalk: {
|
7636
|
-
# amazon_id_event_topic: "Enabled", # accepts Enabled, Disabled
|
7637
|
-
# },
|
7638
|
-
# wireless_device_id_event_topic: "Enabled", # accepts Enabled, Disabled
|
7639
|
-
# },
|
7640
|
-
# join: {
|
7641
|
-
# lo_ra_wan: {
|
7642
|
-
# dev_eui_event_topic: "Enabled", # accepts Enabled, Disabled
|
7643
|
-
# },
|
7644
|
-
# wireless_device_id_event_topic: "Enabled", # accepts Enabled, Disabled
|
7645
|
-
# },
|
7646
|
-
# connection_status: {
|
7647
|
-
# lo_ra_wan: {
|
7648
|
-
# gateway_eui_event_topic: "Enabled", # accepts Enabled, Disabled
|
7649
|
-
# },
|
7650
|
-
# wireless_gateway_id_event_topic: "Enabled", # accepts Enabled, Disabled
|
7651
|
-
# },
|
7652
|
-
# message_delivery_status: {
|
7653
|
-
# sidewalk: {
|
7654
|
-
# amazon_id_event_topic: "Enabled", # accepts Enabled, Disabled
|
7655
|
-
# },
|
7656
|
-
# wireless_device_id_event_topic: "Enabled", # accepts Enabled, Disabled
|
7657
|
-
# },
|
7658
|
-
# }
|
7659
|
-
#
|
7660
5501
|
# @!attribute [rw] identifier
|
7661
5502
|
# Resource identifier to opt in for event messaging.
|
7662
5503
|
# @return [String]
|
@@ -7706,15 +5547,6 @@ module Aws::IoTWireless
|
|
7706
5547
|
|
7707
5548
|
class UpdateResourceEventConfigurationResponse < Aws::EmptyStructure; end
|
7708
5549
|
|
7709
|
-
# @note When making an API call, you may pass UpdateResourcePositionRequest
|
7710
|
-
# data as a hash:
|
7711
|
-
#
|
7712
|
-
# {
|
7713
|
-
# resource_identifier: "PositionResourceIdentifier", # required
|
7714
|
-
# resource_type: "WirelessDevice", # required, accepts WirelessDevice, WirelessGateway
|
7715
|
-
# geo_json_payload: "data",
|
7716
|
-
# }
|
7717
|
-
#
|
7718
5550
|
# @!attribute [rw] resource_identifier
|
7719
5551
|
# The identifier of the resource for which position information is
|
7720
5552
|
# updated. It can be the wireless device ID or the wireless gateway ID
|
@@ -7747,41 +5579,6 @@ module Aws::IoTWireless
|
|
7747
5579
|
|
7748
5580
|
class UpdateResourcePositionResponse < Aws::EmptyStructure; end
|
7749
5581
|
|
7750
|
-
# @note When making an API call, you may pass UpdateWirelessDeviceRequest
|
7751
|
-
# data as a hash:
|
7752
|
-
#
|
7753
|
-
# {
|
7754
|
-
# id: "WirelessDeviceId", # required
|
7755
|
-
# destination_name: "DestinationName",
|
7756
|
-
# name: "WirelessDeviceName",
|
7757
|
-
# description: "Description",
|
7758
|
-
# lo_ra_wan: {
|
7759
|
-
# device_profile_id: "DeviceProfileId",
|
7760
|
-
# service_profile_id: "ServiceProfileId",
|
7761
|
-
# abp_v1_1: {
|
7762
|
-
# f_cnt_start: 1,
|
7763
|
-
# },
|
7764
|
-
# abp_v1_0_x: {
|
7765
|
-
# f_cnt_start: 1,
|
7766
|
-
# },
|
7767
|
-
# f_ports: {
|
7768
|
-
# positioning: {
|
7769
|
-
# clock_sync: 1,
|
7770
|
-
# stream: 1,
|
7771
|
-
# gnss: 1,
|
7772
|
-
# },
|
7773
|
-
# applications: [
|
7774
|
-
# {
|
7775
|
-
# f_port: 1,
|
7776
|
-
# type: "SemtechGeolocation", # accepts SemtechGeolocation
|
7777
|
-
# destination_name: "DestinationName",
|
7778
|
-
# },
|
7779
|
-
# ],
|
7780
|
-
# },
|
7781
|
-
# },
|
7782
|
-
# positioning: "Enabled", # accepts Enabled, Disabled
|
7783
|
-
# }
|
7784
|
-
#
|
7785
5582
|
# @!attribute [rw] id
|
7786
5583
|
# The ID of the resource to update.
|
7787
5584
|
# @return [String]
|
@@ -7820,19 +5617,6 @@ module Aws::IoTWireless
|
|
7820
5617
|
|
7821
5618
|
class UpdateWirelessDeviceResponse < Aws::EmptyStructure; end
|
7822
5619
|
|
7823
|
-
# @note When making an API call, you may pass UpdateWirelessGatewayRequest
|
7824
|
-
# data as a hash:
|
7825
|
-
#
|
7826
|
-
# {
|
7827
|
-
# id: "WirelessGatewayId", # required
|
7828
|
-
# name: "WirelessGatewayName",
|
7829
|
-
# description: "Description",
|
7830
|
-
# join_eui_filters: [
|
7831
|
-
# ["JoinEui"],
|
7832
|
-
# ],
|
7833
|
-
# net_id_filters: ["NetId"],
|
7834
|
-
# }
|
7835
|
-
#
|
7836
5620
|
# @!attribute [rw] id
|
7837
5621
|
# The ID of the resource to update.
|
7838
5622
|
# @return [String]
|
@@ -7868,28 +5652,6 @@ module Aws::IoTWireless
|
|
7868
5652
|
|
7869
5653
|
# UpdateWirelessGatewayTaskCreate object.
|
7870
5654
|
#
|
7871
|
-
# @note When making an API call, you may pass UpdateWirelessGatewayTaskCreate
|
7872
|
-
# data as a hash:
|
7873
|
-
#
|
7874
|
-
# {
|
7875
|
-
# update_data_source: "UpdateDataSource",
|
7876
|
-
# update_data_role: "UpdateDataSource",
|
7877
|
-
# lo_ra_wan: {
|
7878
|
-
# update_signature: "UpdateSignature",
|
7879
|
-
# sig_key_crc: 1,
|
7880
|
-
# current_version: {
|
7881
|
-
# package_version: "PackageVersion",
|
7882
|
-
# model: "Model",
|
7883
|
-
# station: "Station",
|
7884
|
-
# },
|
7885
|
-
# update_version: {
|
7886
|
-
# package_version: "PackageVersion",
|
7887
|
-
# model: "Model",
|
7888
|
-
# station: "Station",
|
7889
|
-
# },
|
7890
|
-
# },
|
7891
|
-
# }
|
7892
|
-
#
|
7893
5655
|
# @!attribute [rw] update_data_source
|
7894
5656
|
# The link to the S3 bucket.
|
7895
5657
|
# @return [String]
|
@@ -7945,14 +5707,6 @@ module Aws::IoTWireless
|
|
7945
5707
|
|
7946
5708
|
# WCDMA local identification (local ID) information.
|
7947
5709
|
#
|
7948
|
-
# @note When making an API call, you may pass WcdmaLocalId
|
7949
|
-
# data as a hash:
|
7950
|
-
#
|
7951
|
-
# {
|
7952
|
-
# uarfcndl: 1, # required
|
7953
|
-
# psc: 1, # required
|
7954
|
-
# }
|
7955
|
-
#
|
7956
5710
|
# @!attribute [rw] uarfcndl
|
7957
5711
|
# WCDMA UTRA Absolute RF Channel Number downlink.
|
7958
5712
|
# @return [Integer]
|
@@ -7970,17 +5724,6 @@ module Aws::IoTWireless
|
|
7970
5724
|
|
7971
5725
|
# Network Measurement Reports.
|
7972
5726
|
#
|
7973
|
-
# @note When making an API call, you may pass WcdmaNmrObj
|
7974
|
-
# data as a hash:
|
7975
|
-
#
|
7976
|
-
# {
|
7977
|
-
# uarfcndl: 1, # required
|
7978
|
-
# psc: 1, # required
|
7979
|
-
# utran_cid: 1, # required
|
7980
|
-
# rscp: 1,
|
7981
|
-
# path_loss: 1,
|
7982
|
-
# }
|
7983
|
-
#
|
7984
5727
|
# @!attribute [rw] uarfcndl
|
7985
5728
|
# WCDMA UTRA Absolute RF Channel Number downlink.
|
7986
5729
|
# @return [Integer]
|
@@ -8015,31 +5758,6 @@ module Aws::IoTWireless
|
|
8015
5758
|
|
8016
5759
|
# WCDMA.
|
8017
5760
|
#
|
8018
|
-
# @note When making an API call, you may pass WcdmaObj
|
8019
|
-
# data as a hash:
|
8020
|
-
#
|
8021
|
-
# {
|
8022
|
-
# mcc: 1, # required
|
8023
|
-
# mnc: 1, # required
|
8024
|
-
# lac: 1,
|
8025
|
-
# utran_cid: 1, # required
|
8026
|
-
# wcdma_local_id: {
|
8027
|
-
# uarfcndl: 1, # required
|
8028
|
-
# psc: 1, # required
|
8029
|
-
# },
|
8030
|
-
# rscp: 1,
|
8031
|
-
# path_loss: 1,
|
8032
|
-
# wcdma_nmr: [
|
8033
|
-
# {
|
8034
|
-
# uarfcndl: 1, # required
|
8035
|
-
# psc: 1, # required
|
8036
|
-
# utran_cid: 1, # required
|
8037
|
-
# rscp: 1,
|
8038
|
-
# path_loss: 1,
|
8039
|
-
# },
|
8040
|
-
# ],
|
8041
|
-
# }
|
8042
|
-
#
|
8043
5761
|
# @!attribute [rw] mcc
|
8044
5762
|
# Mobile Country Code.
|
8045
5763
|
# @return [Integer]
|
@@ -8089,14 +5807,6 @@ module Aws::IoTWireless
|
|
8089
5807
|
|
8090
5808
|
# Wi-Fi access point.
|
8091
5809
|
#
|
8092
|
-
# @note When making an API call, you may pass WiFiAccessPoint
|
8093
|
-
# data as a hash:
|
8094
|
-
#
|
8095
|
-
# {
|
8096
|
-
# mac_address: "MacAddress", # required
|
8097
|
-
# rss: 1, # required
|
8098
|
-
# }
|
8099
|
-
#
|
8100
5810
|
# @!attribute [rw] mac_address
|
8101
5811
|
# Wi-Fi MAC Address.
|
8102
5812
|
# @return [String]
|
@@ -8120,14 +5830,6 @@ module Aws::IoTWireless
|
|
8120
5830
|
# possible events for a log message are `Registration`, `Downlink_Data`,
|
8121
5831
|
# and `Uplink_Data`.
|
8122
5832
|
#
|
8123
|
-
# @note When making an API call, you may pass WirelessDeviceEventLogOption
|
8124
|
-
# data as a hash:
|
8125
|
-
#
|
8126
|
-
# {
|
8127
|
-
# event: "Join", # required, accepts Join, Rejoin, Uplink_Data, Downlink_Data, Registration
|
8128
|
-
# log_level: "INFO", # required, accepts INFO, ERROR, DISABLED
|
8129
|
-
# }
|
8130
|
-
#
|
8131
5833
|
# @!attribute [rw] event
|
8132
5834
|
# The event for a log message, if the log message is tied to a
|
8133
5835
|
# wireless device.
|
@@ -8149,20 +5851,6 @@ module Aws::IoTWireless
|
|
8149
5851
|
# The log options for wireless devices and can be used to set log levels
|
8150
5852
|
# for a specific type of wireless device.
|
8151
5853
|
#
|
8152
|
-
# @note When making an API call, you may pass WirelessDeviceLogOption
|
8153
|
-
# data as a hash:
|
8154
|
-
#
|
8155
|
-
# {
|
8156
|
-
# type: "Sidewalk", # required, accepts Sidewalk, LoRaWAN
|
8157
|
-
# log_level: "INFO", # required, accepts INFO, ERROR, DISABLED
|
8158
|
-
# events: [
|
8159
|
-
# {
|
8160
|
-
# event: "Join", # required, accepts Join, Rejoin, Uplink_Data, Downlink_Data, Registration
|
8161
|
-
# log_level: "INFO", # required, accepts INFO, ERROR, DISABLED
|
8162
|
-
# },
|
8163
|
-
# ],
|
8164
|
-
# }
|
8165
|
-
#
|
8166
5854
|
# @!attribute [rw] type
|
8167
5855
|
# The wireless device type.
|
8168
5856
|
# @return [String]
|
@@ -8253,14 +5941,6 @@ module Aws::IoTWireless
|
|
8253
5941
|
# For a LoRaWAN gateway, possible events for a log message are
|
8254
5942
|
# `CUPS_Request` and `Certificate`.
|
8255
5943
|
#
|
8256
|
-
# @note When making an API call, you may pass WirelessGatewayEventLogOption
|
8257
|
-
# data as a hash:
|
8258
|
-
#
|
8259
|
-
# {
|
8260
|
-
# event: "CUPS_Request", # required, accepts CUPS_Request, Certificate
|
8261
|
-
# log_level: "INFO", # required, accepts INFO, ERROR, DISABLED
|
8262
|
-
# }
|
8263
|
-
#
|
8264
5944
|
# @!attribute [rw] event
|
8265
5945
|
# The event for a log message, if the log message is tied to a
|
8266
5946
|
# wireless gateway.
|
@@ -8282,20 +5962,6 @@ module Aws::IoTWireless
|
|
8282
5962
|
# The log options for wireless gateways and can be used to set log
|
8283
5963
|
# levels for a specific type of wireless gateway.
|
8284
5964
|
#
|
8285
|
-
# @note When making an API call, you may pass WirelessGatewayLogOption
|
8286
|
-
# data as a hash:
|
8287
|
-
#
|
8288
|
-
# {
|
8289
|
-
# type: "LoRaWAN", # required, accepts LoRaWAN
|
8290
|
-
# log_level: "INFO", # required, accepts INFO, ERROR, DISABLED
|
8291
|
-
# events: [
|
8292
|
-
# {
|
8293
|
-
# event: "CUPS_Request", # required, accepts CUPS_Request, Certificate
|
8294
|
-
# log_level: "INFO", # required, accepts INFO, ERROR, DISABLED
|
8295
|
-
# },
|
8296
|
-
# ],
|
8297
|
-
# }
|
8298
|
-
#
|
8299
5965
|
# @!attribute [rw] type
|
8300
5966
|
# The wireless gateway type.
|
8301
5967
|
# @return [String]
|
@@ -8357,30 +6023,6 @@ module Aws::IoTWireless
|
|
8357
6023
|
|
8358
6024
|
# WirelessMetadata object.
|
8359
6025
|
#
|
8360
|
-
# @note When making an API call, you may pass WirelessMetadata
|
8361
|
-
# data as a hash:
|
8362
|
-
#
|
8363
|
-
# {
|
8364
|
-
# lo_ra_wan: {
|
8365
|
-
# f_port: 1,
|
8366
|
-
# participating_gateways: {
|
8367
|
-
# downlink_mode: "SEQUENTIAL", # required, accepts SEQUENTIAL, CONCURRENT, USING_UPLINK_GATEWAY
|
8368
|
-
# gateway_list: [ # required
|
8369
|
-
# {
|
8370
|
-
# gateway_id: "WirelessGatewayId", # required
|
8371
|
-
# downlink_frequency: 1, # required
|
8372
|
-
# },
|
8373
|
-
# ],
|
8374
|
-
# transmission_interval: 1, # required
|
8375
|
-
# },
|
8376
|
-
# },
|
8377
|
-
# sidewalk: {
|
8378
|
-
# seq: 1,
|
8379
|
-
# message_type: "CUSTOM_COMMAND_ID_NOTIFY", # accepts CUSTOM_COMMAND_ID_NOTIFY, CUSTOM_COMMAND_ID_GET, CUSTOM_COMMAND_ID_SET, CUSTOM_COMMAND_ID_RESP
|
8380
|
-
# ack_mode_retry_duration_secs: 1,
|
8381
|
-
# },
|
8382
|
-
# }
|
8383
|
-
#
|
8384
6026
|
# @!attribute [rw] lo_ra_wan
|
8385
6027
|
# LoRaWAN device info.
|
8386
6028
|
# @return [Types::LoRaWANSendDataToDevice]
|