aws-sdk-iotwireless 1.28.0 → 1.30.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 +12 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-iotwireless/client.rb +53 -7
- data/lib/aws-sdk-iotwireless/client_api.rb +12 -0
- data/lib/aws-sdk-iotwireless/endpoint_parameters.rb +0 -3
- data/lib/aws-sdk-iotwireless/endpoint_provider.rb +53 -96
- data/lib/aws-sdk-iotwireless/types.rb +78 -2367
- 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]
|
@@ -535,7 +377,7 @@ module Aws::IoTWireless
|
|
535
377
|
# @return [Float]
|
536
378
|
#
|
537
379
|
# @!attribute [rw] base_lng
|
538
|
-
# CDMA base station
|
380
|
+
# CDMA base station longitude in degrees.
|
539
381
|
# @return [Float]
|
540
382
|
#
|
541
383
|
# @!attribute [rw] cdma_nmr
|
@@ -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]
|
@@ -1024,6 +648,26 @@ module Aws::IoTWireless
|
|
1024
648
|
# you can use to manage a resource.
|
1025
649
|
# @return [Array<Types::Tag>]
|
1026
650
|
#
|
651
|
+
# @!attribute [rw] redundancy_percent
|
652
|
+
# The percentage of added redundant fragments. For example, if
|
653
|
+
# firmware file is 100 bytes and fragment size is 10 bytes, with
|
654
|
+
# `RedundancyPercent` set to 50(%), the final number of encoded
|
655
|
+
# fragments is (100 / 10) + (100 / 10 * 50%) = 15.
|
656
|
+
# @return [Integer]
|
657
|
+
#
|
658
|
+
# @!attribute [rw] fragment_size_bytes
|
659
|
+
# The size of each fragment in bytes. Currently only supported in
|
660
|
+
# fuota tasks with multicast groups.
|
661
|
+
# @return [Integer]
|
662
|
+
#
|
663
|
+
# @!attribute [rw] fragment_interval_ms
|
664
|
+
# The interval of sending fragments in milliseconds. Currently the
|
665
|
+
# interval will be rounded to the nearest second. Note that this
|
666
|
+
# interval only controls the timing when the cloud sends the fragments
|
667
|
+
# down. The actual delay of receiving fragments at device side depends
|
668
|
+
# on the device's class and the communication delay with the cloud.
|
669
|
+
# @return [Integer]
|
670
|
+
#
|
1027
671
|
class CreateFuotaTaskRequest < Struct.new(
|
1028
672
|
:name,
|
1029
673
|
:description,
|
@@ -1031,7 +675,10 @@ module Aws::IoTWireless
|
|
1031
675
|
:lo_ra_wan,
|
1032
676
|
:firmware_update_image,
|
1033
677
|
:firmware_update_role,
|
1034
|
-
:tags
|
678
|
+
:tags,
|
679
|
+
:redundancy_percent,
|
680
|
+
:fragment_size_bytes,
|
681
|
+
:fragment_interval_ms)
|
1035
682
|
SENSITIVE = []
|
1036
683
|
include Aws::Structure
|
1037
684
|
end
|
@@ -1051,25 +698,6 @@ module Aws::IoTWireless
|
|
1051
698
|
include Aws::Structure
|
1052
699
|
end
|
1053
700
|
|
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
701
|
# @!attribute [rw] name
|
1074
702
|
# The name of the multicast group.
|
1075
703
|
# @return [String]
|
@@ -1122,27 +750,6 @@ module Aws::IoTWireless
|
|
1122
750
|
include Aws::Structure
|
1123
751
|
end
|
1124
752
|
|
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
753
|
# @!attribute [rw] name
|
1147
754
|
# Name of the network analyzer configuration.
|
1148
755
|
# @return [String]
|
@@ -1210,25 +817,6 @@ module Aws::IoTWireless
|
|
1210
817
|
include Aws::Structure
|
1211
818
|
end
|
1212
819
|
|
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
820
|
# @!attribute [rw] name
|
1233
821
|
# The name of the new resource.
|
1234
822
|
# @return [String]
|
@@ -1277,74 +865,6 @@ module Aws::IoTWireless
|
|
1277
865
|
include Aws::Structure
|
1278
866
|
end
|
1279
867
|
|
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
868
|
# @!attribute [rw] type
|
1349
869
|
# The wireless device type.
|
1350
870
|
# @return [String]
|
@@ -1414,34 +934,6 @@ module Aws::IoTWireless
|
|
1414
934
|
include Aws::Structure
|
1415
935
|
end
|
1416
936
|
|
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
937
|
# @!attribute [rw] name
|
1446
938
|
# The name of the new resource.
|
1447
939
|
# @return [String]
|
@@ -1495,39 +987,6 @@ module Aws::IoTWireless
|
|
1495
987
|
include Aws::Structure
|
1496
988
|
end
|
1497
989
|
|
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
990
|
# @!attribute [rw] auto_create_tasks
|
1532
991
|
# Whether to automatically create tasks using this task definition for
|
1533
992
|
# all gateways with the specified current version. If `false`, the
|
@@ -1582,14 +1041,6 @@ module Aws::IoTWireless
|
|
1582
1041
|
include Aws::Structure
|
1583
1042
|
end
|
1584
1043
|
|
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
1044
|
# @!attribute [rw] id
|
1594
1045
|
# The ID of the resource to update.
|
1595
1046
|
# @return [String]
|
@@ -1620,13 +1071,6 @@ module Aws::IoTWireless
|
|
1620
1071
|
include Aws::Structure
|
1621
1072
|
end
|
1622
1073
|
|
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
1074
|
# @!attribute [rw] name
|
1631
1075
|
# The name of the resource to delete.
|
1632
1076
|
# @return [String]
|
@@ -1639,13 +1083,6 @@ module Aws::IoTWireless
|
|
1639
1083
|
|
1640
1084
|
class DeleteDestinationResponse < Aws::EmptyStructure; end
|
1641
1085
|
|
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
1086
|
# @!attribute [rw] id
|
1650
1087
|
# The ID of the resource to delete.
|
1651
1088
|
# @return [String]
|
@@ -1658,13 +1095,6 @@ module Aws::IoTWireless
|
|
1658
1095
|
|
1659
1096
|
class DeleteDeviceProfileResponse < Aws::EmptyStructure; end
|
1660
1097
|
|
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
1098
|
# @!attribute [rw] id
|
1669
1099
|
# The ID of a FUOTA task.
|
1670
1100
|
# @return [String]
|
@@ -1677,13 +1107,6 @@ module Aws::IoTWireless
|
|
1677
1107
|
|
1678
1108
|
class DeleteFuotaTaskResponse < Aws::EmptyStructure; end
|
1679
1109
|
|
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
1110
|
# @!attribute [rw] id
|
1688
1111
|
# The ID of the multicast group.
|
1689
1112
|
# @return [String]
|
@@ -1696,13 +1119,6 @@ module Aws::IoTWireless
|
|
1696
1119
|
|
1697
1120
|
class DeleteMulticastGroupResponse < Aws::EmptyStructure; end
|
1698
1121
|
|
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
1122
|
# @!attribute [rw] configuration_name
|
1707
1123
|
# Name of the network analyzer configuration.
|
1708
1124
|
# @return [String]
|
@@ -1715,15 +1131,6 @@ module Aws::IoTWireless
|
|
1715
1131
|
|
1716
1132
|
class DeleteNetworkAnalyzerConfigurationResponse < Aws::EmptyStructure; end
|
1717
1133
|
|
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
1134
|
# @!attribute [rw] id
|
1728
1135
|
# The ID of a given wireless device for which downlink messages will
|
1729
1136
|
# be deleted.
|
@@ -1749,13 +1156,6 @@ module Aws::IoTWireless
|
|
1749
1156
|
|
1750
1157
|
class DeleteQueuedMessagesResponse < Aws::EmptyStructure; end
|
1751
1158
|
|
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
1159
|
# @!attribute [rw] id
|
1760
1160
|
# The ID of the resource to delete.
|
1761
1161
|
# @return [String]
|
@@ -1768,13 +1168,6 @@ module Aws::IoTWireless
|
|
1768
1168
|
|
1769
1169
|
class DeleteServiceProfileResponse < Aws::EmptyStructure; end
|
1770
1170
|
|
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
1171
|
# @!attribute [rw] id
|
1779
1172
|
# The ID of the resource to delete.
|
1780
1173
|
# @return [String]
|
@@ -1787,13 +1180,6 @@ module Aws::IoTWireless
|
|
1787
1180
|
|
1788
1181
|
class DeleteWirelessDeviceResponse < Aws::EmptyStructure; end
|
1789
1182
|
|
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
1183
|
# @!attribute [rw] id
|
1798
1184
|
# The ID of the resource to delete.
|
1799
1185
|
# @return [String]
|
@@ -1806,13 +1192,6 @@ module Aws::IoTWireless
|
|
1806
1192
|
|
1807
1193
|
class DeleteWirelessGatewayResponse < Aws::EmptyStructure; end
|
1808
1194
|
|
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
1195
|
# @!attribute [rw] id
|
1817
1196
|
# The ID of the resource to delete.
|
1818
1197
|
# @return [String]
|
@@ -1825,13 +1204,6 @@ module Aws::IoTWireless
|
|
1825
1204
|
|
1826
1205
|
class DeleteWirelessGatewayTaskDefinitionResponse < Aws::EmptyStructure; end
|
1827
1206
|
|
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
1207
|
# @!attribute [rw] id
|
1836
1208
|
# The ID of the resource to delete.
|
1837
1209
|
# @return [String]
|
@@ -1906,16 +1278,6 @@ module Aws::IoTWireless
|
|
1906
1278
|
# Device registration state event configuration object for enabling and
|
1907
1279
|
# disabling relevant topics.
|
1908
1280
|
#
|
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
1281
|
# @!attribute [rw] sidewalk
|
1920
1282
|
# Device registration state event configuration object for enabling or
|
1921
1283
|
# disabling Sidewalk related event topics.
|
@@ -1936,15 +1298,6 @@ module Aws::IoTWireless
|
|
1936
1298
|
# Device registration state resource type event configuration object for
|
1937
1299
|
# enabling or disabling topic.
|
1938
1300
|
#
|
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
1301
|
# @!attribute [rw] sidewalk
|
1949
1302
|
# Device registration resource type state event configuration object
|
1950
1303
|
# for enabling or disabling Sidewalk related event topics.
|
@@ -1956,14 +1309,6 @@ module Aws::IoTWireless
|
|
1956
1309
|
include Aws::Structure
|
1957
1310
|
end
|
1958
1311
|
|
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
1312
|
# @!attribute [rw] partner_account_id
|
1968
1313
|
# The partner account ID to disassociate from the AWS account.
|
1969
1314
|
# @return [String]
|
@@ -1981,14 +1326,6 @@ module Aws::IoTWireless
|
|
1981
1326
|
|
1982
1327
|
class DisassociateAwsAccountFromPartnerAccountResponse < Aws::EmptyStructure; end
|
1983
1328
|
|
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
1329
|
# @!attribute [rw] id
|
1993
1330
|
# The ID of a FUOTA task.
|
1994
1331
|
# @return [String]
|
@@ -2006,14 +1343,6 @@ module Aws::IoTWireless
|
|
2006
1343
|
|
2007
1344
|
class DisassociateMulticastGroupFromFuotaTaskResponse < Aws::EmptyStructure; end
|
2008
1345
|
|
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
1346
|
# @!attribute [rw] id
|
2018
1347
|
# The ID of a FUOTA task.
|
2019
1348
|
# @return [String]
|
@@ -2031,14 +1360,6 @@ module Aws::IoTWireless
|
|
2031
1360
|
|
2032
1361
|
class DisassociateWirelessDeviceFromFuotaTaskResponse < Aws::EmptyStructure; end
|
2033
1362
|
|
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
1363
|
# @!attribute [rw] id
|
2043
1364
|
# The ID of the multicast group.
|
2044
1365
|
# @return [String]
|
@@ -2056,13 +1377,6 @@ module Aws::IoTWireless
|
|
2056
1377
|
|
2057
1378
|
class DisassociateWirelessDeviceFromMulticastGroupResponse < Aws::EmptyStructure; end
|
2058
1379
|
|
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
1380
|
# @!attribute [rw] id
|
2067
1381
|
# The ID of the resource to update.
|
2068
1382
|
# @return [String]
|
@@ -2075,13 +1389,6 @@ module Aws::IoTWireless
|
|
2075
1389
|
|
2076
1390
|
class DisassociateWirelessDeviceFromThingResponse < Aws::EmptyStructure; end
|
2077
1391
|
|
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
1392
|
# @!attribute [rw] id
|
2086
1393
|
# The ID of the resource to update.
|
2087
1394
|
# @return [String]
|
@@ -2094,13 +1401,6 @@ module Aws::IoTWireless
|
|
2094
1401
|
|
2095
1402
|
class DisassociateWirelessGatewayFromCertificateResponse < Aws::EmptyStructure; end
|
2096
1403
|
|
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
1404
|
# @!attribute [rw] id
|
2105
1405
|
# The ID of the resource to update.
|
2106
1406
|
# @return [String]
|
@@ -2211,27 +1511,6 @@ module Aws::IoTWireless
|
|
2211
1511
|
# List of FPort assigned for different LoRaWAN application packages to
|
2212
1512
|
# use
|
2213
1513
|
#
|
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
1514
|
# @!attribute [rw] fuota
|
2236
1515
|
# The Fport value.
|
2237
1516
|
# @return [Integer]
|
@@ -2289,14 +1568,6 @@ module Aws::IoTWireless
|
|
2289
1568
|
# Gateway list item object that specifies the frequency and list of
|
2290
1569
|
# gateways for which the downlink message should be sent.
|
2291
1570
|
#
|
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
1571
|
# @!attribute [rw] gateway_id
|
2301
1572
|
# The ID of the wireless gateways that you want to add to the list of
|
2302
1573
|
# gateways when sending downlink messages.
|
@@ -2314,13 +1585,6 @@ module Aws::IoTWireless
|
|
2314
1585
|
include Aws::Structure
|
2315
1586
|
end
|
2316
1587
|
|
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
1588
|
# @!attribute [rw] name
|
2325
1589
|
# The name of the resource to get.
|
2326
1590
|
# @return [String]
|
@@ -2366,13 +1630,6 @@ module Aws::IoTWireless
|
|
2366
1630
|
include Aws::Structure
|
2367
1631
|
end
|
2368
1632
|
|
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
1633
|
# @!attribute [rw] id
|
2377
1634
|
# The ID of the resource to get.
|
2378
1635
|
# @return [String]
|
@@ -2444,13 +1701,6 @@ module Aws::IoTWireless
|
|
2444
1701
|
include Aws::Structure
|
2445
1702
|
end
|
2446
1703
|
|
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
1704
|
# @!attribute [rw] id
|
2455
1705
|
# The ID of a FUOTA task.
|
2456
1706
|
# @return [String]
|
@@ -2498,6 +1748,26 @@ module Aws::IoTWireless
|
|
2498
1748
|
# Created at timestamp for the resource.
|
2499
1749
|
# @return [Time]
|
2500
1750
|
#
|
1751
|
+
# @!attribute [rw] redundancy_percent
|
1752
|
+
# The percentage of added redundant fragments. For example, if
|
1753
|
+
# firmware file is 100 bytes and fragment size is 10 bytes, with
|
1754
|
+
# `RedundancyPercent` set to 50(%), the final number of encoded
|
1755
|
+
# fragments is (100 / 10) + (100 / 10 * 50%) = 15.
|
1756
|
+
# @return [Integer]
|
1757
|
+
#
|
1758
|
+
# @!attribute [rw] fragment_size_bytes
|
1759
|
+
# The size of each fragment in bytes. Currently only supported in
|
1760
|
+
# fuota tasks with multicast groups.
|
1761
|
+
# @return [Integer]
|
1762
|
+
#
|
1763
|
+
# @!attribute [rw] fragment_interval_ms
|
1764
|
+
# The interval of sending fragments in milliseconds. Currently the
|
1765
|
+
# interval will be rounded to the nearest second. Note that this
|
1766
|
+
# interval only controls the timing when the cloud sends the fragments
|
1767
|
+
# down. The actual delay of receiving fragments at device side depends
|
1768
|
+
# on the device's class and the communication delay with the cloud.
|
1769
|
+
# @return [Integer]
|
1770
|
+
#
|
2501
1771
|
class GetFuotaTaskResponse < Struct.new(
|
2502
1772
|
:arn,
|
2503
1773
|
:id,
|
@@ -2507,7 +1777,10 @@ module Aws::IoTWireless
|
|
2507
1777
|
:lo_ra_wan,
|
2508
1778
|
:firmware_update_image,
|
2509
1779
|
:firmware_update_role,
|
2510
|
-
:created_at
|
1780
|
+
:created_at,
|
1781
|
+
:redundancy_percent,
|
1782
|
+
:fragment_size_bytes,
|
1783
|
+
:fragment_interval_ms)
|
2511
1784
|
SENSITIVE = []
|
2512
1785
|
include Aws::Structure
|
2513
1786
|
end
|
@@ -2538,13 +1811,6 @@ module Aws::IoTWireless
|
|
2538
1811
|
include Aws::Structure
|
2539
1812
|
end
|
2540
1813
|
|
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
1814
|
# @!attribute [rw] id
|
2549
1815
|
# The ID of the multicast group.
|
2550
1816
|
# @return [String]
|
@@ -2596,13 +1862,6 @@ module Aws::IoTWireless
|
|
2596
1862
|
include Aws::Structure
|
2597
1863
|
end
|
2598
1864
|
|
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
1865
|
# @!attribute [rw] id
|
2607
1866
|
# The ID of the multicast group.
|
2608
1867
|
# @return [String]
|
@@ -2623,13 +1882,6 @@ module Aws::IoTWireless
|
|
2623
1882
|
include Aws::Structure
|
2624
1883
|
end
|
2625
1884
|
|
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
1885
|
# @!attribute [rw] configuration_name
|
2634
1886
|
# Name of the network analyzer configuration.
|
2635
1887
|
# @return [String]
|
@@ -2678,14 +1930,6 @@ module Aws::IoTWireless
|
|
2678
1930
|
include Aws::Structure
|
2679
1931
|
end
|
2680
1932
|
|
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
1933
|
# @!attribute [rw] partner_account_id
|
2690
1934
|
# The partner account ID to disassociate from the AWS account.
|
2691
1935
|
# @return [String]
|
@@ -2716,14 +1960,6 @@ module Aws::IoTWireless
|
|
2716
1960
|
include Aws::Structure
|
2717
1961
|
end
|
2718
1962
|
|
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
1963
|
# @!attribute [rw] resource_identifier
|
2728
1964
|
# Resource identifier used in a position configuration.
|
2729
1965
|
# @return [String]
|
@@ -2757,152 +1993,6 @@ module Aws::IoTWireless
|
|
2757
1993
|
include Aws::Structure
|
2758
1994
|
end
|
2759
1995
|
|
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
1996
|
# @!attribute [rw] wi_fi_access_points
|
2907
1997
|
# Retrieves an estimated device position by resolving WLAN measurement
|
2908
1998
|
# data. The position is resolved using HERE's Wi-Fi based solver.
|
@@ -2928,7 +2018,7 @@ module Aws::IoTWireless
|
|
2928
2018
|
#
|
2929
2019
|
# @!attribute [rw] timestamp
|
2930
2020
|
# Optional information that specifies the time when the position
|
2931
|
-
# information will be resolved. It uses the
|
2021
|
+
# information will be resolved. It uses the Unix timestamp format. If
|
2932
2022
|
# not specified, the time at which the request was received will be
|
2933
2023
|
# used.
|
2934
2024
|
# @return [Time]
|
@@ -2960,14 +2050,6 @@ module Aws::IoTWireless
|
|
2960
2050
|
include Aws::Structure
|
2961
2051
|
end
|
2962
2052
|
|
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
2053
|
# @!attribute [rw] resource_identifier
|
2972
2054
|
# Resource identifier used to retrieve the position information.
|
2973
2055
|
# @return [String]
|
@@ -3023,15 +2105,6 @@ module Aws::IoTWireless
|
|
3023
2105
|
include Aws::Structure
|
3024
2106
|
end
|
3025
2107
|
|
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
2108
|
# @!attribute [rw] identifier
|
3036
2109
|
# Resource identifier to opt in for event messaging.
|
3037
2110
|
# @return [String]
|
@@ -3084,14 +2157,6 @@ module Aws::IoTWireless
|
|
3084
2157
|
include Aws::Structure
|
3085
2158
|
end
|
3086
2159
|
|
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
2160
|
# @!attribute [rw] resource_identifier
|
3096
2161
|
# The identifier of the resource. For a Wireless Device, it is the
|
3097
2162
|
# wireless device ID. For a wireless gateway, it is the wireless
|
@@ -3122,18 +2187,10 @@ module Aws::IoTWireless
|
|
3122
2187
|
include Aws::Structure
|
3123
2188
|
end
|
3124
2189
|
|
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
2190
|
# @!attribute [rw] resource_identifier
|
3134
2191
|
# The identifier of the resource for which position information is
|
3135
2192
|
# retrieved. It can be the wireless device ID or the wireless gateway
|
3136
|
-
# ID depending on the resource type.
|
2193
|
+
# ID, depending on the resource type.
|
3137
2194
|
# @return [String]
|
3138
2195
|
#
|
3139
2196
|
# @!attribute [rw] resource_type
|
@@ -3165,13 +2222,6 @@ module Aws::IoTWireless
|
|
3165
2222
|
include Aws::Structure
|
3166
2223
|
end
|
3167
2224
|
|
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
2225
|
# @!attribute [rw] service_type
|
3176
2226
|
# The service type for which to get endpoint information about. Can be
|
3177
2227
|
# `CUPS` for the Configuration and Update Server endpoint, or `LNS`
|
@@ -3205,13 +2255,6 @@ module Aws::IoTWireless
|
|
3205
2255
|
include Aws::Structure
|
3206
2256
|
end
|
3207
2257
|
|
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
2258
|
# @!attribute [rw] id
|
3216
2259
|
# The ID of the resource to get.
|
3217
2260
|
# @return [String]
|
@@ -3247,14 +2290,6 @@ module Aws::IoTWireless
|
|
3247
2290
|
include Aws::Structure
|
3248
2291
|
end
|
3249
2292
|
|
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
2293
|
# @!attribute [rw] identifier
|
3259
2294
|
# The identifier of the wireless device to get.
|
3260
2295
|
# @return [String]
|
@@ -3332,13 +2367,6 @@ module Aws::IoTWireless
|
|
3332
2367
|
include Aws::Structure
|
3333
2368
|
end
|
3334
2369
|
|
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
2370
|
# @!attribute [rw] wireless_device_id
|
3343
2371
|
# The ID of the wireless device for which to get the data.
|
3344
2372
|
# @return [String]
|
@@ -3374,13 +2402,6 @@ module Aws::IoTWireless
|
|
3374
2402
|
include Aws::Structure
|
3375
2403
|
end
|
3376
2404
|
|
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
2405
|
# @!attribute [rw] id
|
3385
2406
|
# The ID of the resource to get.
|
3386
2407
|
# @return [String]
|
@@ -3407,13 +2428,6 @@ module Aws::IoTWireless
|
|
3407
2428
|
include Aws::Structure
|
3408
2429
|
end
|
3409
2430
|
|
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
2431
|
# @!attribute [rw] id
|
3418
2432
|
# The ID of the resource to get.
|
3419
2433
|
# @return [String]
|
@@ -3434,14 +2448,6 @@ module Aws::IoTWireless
|
|
3434
2448
|
include Aws::Structure
|
3435
2449
|
end
|
3436
2450
|
|
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
2451
|
# @!attribute [rw] identifier
|
3446
2452
|
# The identifier of the wireless gateway to get.
|
3447
2453
|
# @return [String]
|
@@ -3498,13 +2504,6 @@ module Aws::IoTWireless
|
|
3498
2504
|
include Aws::Structure
|
3499
2505
|
end
|
3500
2506
|
|
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
2507
|
# @!attribute [rw] wireless_gateway_id
|
3509
2508
|
# The ID of the wireless gateway for which to get the data.
|
3510
2509
|
# @return [String]
|
@@ -3535,13 +2534,6 @@ module Aws::IoTWireless
|
|
3535
2534
|
include Aws::Structure
|
3536
2535
|
end
|
3537
2536
|
|
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
2537
|
# @!attribute [rw] id
|
3546
2538
|
# The ID of the resource to get.
|
3547
2539
|
# @return [String]
|
@@ -3579,13 +2571,6 @@ module Aws::IoTWireless
|
|
3579
2571
|
include Aws::Structure
|
3580
2572
|
end
|
3581
2573
|
|
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
2574
|
# @!attribute [rw] id
|
3590
2575
|
# The ID of the resource to get.
|
3591
2576
|
# @return [String]
|
@@ -3628,14 +2613,6 @@ module Aws::IoTWireless
|
|
3628
2613
|
|
3629
2614
|
# Global identity information.
|
3630
2615
|
#
|
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
2616
|
# @!attribute [rw] lac
|
3640
2617
|
# Location area code of the global identity.
|
3641
2618
|
# @return [Integer]
|
@@ -3653,18 +2630,6 @@ module Aws::IoTWireless
|
|
3653
2630
|
|
3654
2631
|
# Global navigation satellite system (GNSS) object used for positioning.
|
3655
2632
|
#
|
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
2633
|
# @!attribute [rw] payload
|
3669
2634
|
# Payload that contains the GNSS scan result, or NAV message, in
|
3670
2635
|
# hexadecimal notation.
|
@@ -3684,7 +2649,7 @@ module Aws::IoTWireless
|
|
3684
2649
|
#
|
3685
2650
|
# @!attribute [rw] assist_position
|
3686
2651
|
# Optional assistance position information, specified using latitude
|
3687
|
-
# and longitude values in degrees. The
|
2652
|
+
# and longitude values in degrees. The coordinates are inside the
|
3688
2653
|
# WGS84 reference frame.
|
3689
2654
|
# @return [Array<Float>]
|
3690
2655
|
#
|
@@ -3715,14 +2680,6 @@ module Aws::IoTWireless
|
|
3715
2680
|
# GSM local ID information, which corresponds to the local
|
3716
2681
|
# identification parameters of a GSM cell.
|
3717
2682
|
#
|
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
2683
|
# @!attribute [rw] bsic
|
3727
2684
|
# GSM base station identity code (BSIC).
|
3728
2685
|
# @return [Integer]
|
@@ -3740,19 +2697,6 @@ module Aws::IoTWireless
|
|
3740
2697
|
|
3741
2698
|
# GSM object for network measurement reports.
|
3742
2699
|
#
|
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
2700
|
# @!attribute [rw] bsic
|
3757
2701
|
# GSM base station identity code (BSIC).
|
3758
2702
|
# @return [Integer]
|
@@ -3781,33 +2725,6 @@ module Aws::IoTWireless
|
|
3781
2725
|
|
3782
2726
|
# GSM object.
|
3783
2727
|
#
|
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
2728
|
# @!attribute [rw] mcc
|
3812
2729
|
# Mobile Country Code.
|
3813
2730
|
# @return [Integer]
|
@@ -3868,13 +2785,6 @@ module Aws::IoTWireless
|
|
3868
2785
|
|
3869
2786
|
# IP address used for resolving device location.
|
3870
2787
|
#
|
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
2788
|
# @!attribute [rw] ip_address
|
3879
2789
|
# IP address information.
|
3880
2790
|
# @return [String]
|
@@ -3887,16 +2797,6 @@ module Aws::IoTWireless
|
|
3887
2797
|
|
3888
2798
|
# Join event configuration object for enabling or disabling topic.
|
3889
2799
|
#
|
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
2800
|
# @!attribute [rw] lo_ra_wan
|
3901
2801
|
# Join event configuration object for enabling or disabling LoRaWAN
|
3902
2802
|
# related event topics.
|
@@ -3917,15 +2817,6 @@ module Aws::IoTWireless
|
|
3917
2817
|
# Join resource type event configuration object for enabling or
|
3918
2818
|
# disabling topic.
|
3919
2819
|
#
|
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
2820
|
# @!attribute [rw] lo_ra_wan
|
3930
2821
|
# Join resource type event configuration object for enabling or
|
3931
2822
|
# disabling LoRaWAN related event topics.
|
@@ -3937,14 +2828,6 @@ module Aws::IoTWireless
|
|
3937
2828
|
include Aws::Structure
|
3938
2829
|
end
|
3939
2830
|
|
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
2831
|
# @!attribute [rw] max_results
|
3949
2832
|
# The maximum number of results to return in this operation.
|
3950
2833
|
# @return [Integer]
|
@@ -3978,14 +2861,6 @@ module Aws::IoTWireless
|
|
3978
2861
|
include Aws::Structure
|
3979
2862
|
end
|
3980
2863
|
|
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
2864
|
# @!attribute [rw] next_token
|
3990
2865
|
# To retrieve the next set of results, the `nextToken` value from a
|
3991
2866
|
# previous response; otherwise **null** to receive the first set of
|
@@ -4019,15 +2894,6 @@ module Aws::IoTWireless
|
|
4019
2894
|
include Aws::Structure
|
4020
2895
|
end
|
4021
2896
|
|
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
2897
|
# @!attribute [rw] resource_type
|
4032
2898
|
# Resource type to filter event configurations.
|
4033
2899
|
# @return [String]
|
@@ -4067,14 +2933,6 @@ module Aws::IoTWireless
|
|
4067
2933
|
include Aws::Structure
|
4068
2934
|
end
|
4069
2935
|
|
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
2936
|
# @!attribute [rw] next_token
|
4079
2937
|
# To retrieve the next set of results, the `nextToken` value from a
|
4080
2938
|
# previous response; otherwise **null** to receive the first set of
|
@@ -4109,15 +2967,6 @@ module Aws::IoTWireless
|
|
4109
2967
|
include Aws::Structure
|
4110
2968
|
end
|
4111
2969
|
|
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
2970
|
# @!attribute [rw] id
|
4122
2971
|
# The ID of a FUOTA task.
|
4123
2972
|
# @return [String]
|
@@ -4157,14 +3006,6 @@ module Aws::IoTWireless
|
|
4157
3006
|
include Aws::Structure
|
4158
3007
|
end
|
4159
3008
|
|
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
3009
|
# @!attribute [rw] next_token
|
4169
3010
|
# To retrieve the next set of results, the `nextToken` value from a
|
4170
3011
|
# previous response; otherwise **null** to receive the first set of
|
@@ -4199,14 +3040,6 @@ module Aws::IoTWireless
|
|
4199
3040
|
include Aws::Structure
|
4200
3041
|
end
|
4201
3042
|
|
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
3043
|
# @!attribute [rw] max_results
|
4211
3044
|
# The maximum number of results to return in this operation.
|
4212
3045
|
# @return [Integer]
|
@@ -4240,14 +3073,6 @@ module Aws::IoTWireless
|
|
4240
3073
|
include Aws::Structure
|
4241
3074
|
end
|
4242
3075
|
|
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
3076
|
# @!attribute [rw] next_token
|
4252
3077
|
# To retrieve the next set of results, the `nextToken` value from a
|
4253
3078
|
# previous response; otherwise **null** to receive the first set of
|
@@ -4281,15 +3106,6 @@ module Aws::IoTWireless
|
|
4281
3106
|
include Aws::Structure
|
4282
3107
|
end
|
4283
3108
|
|
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
3109
|
# @!attribute [rw] resource_type
|
4294
3110
|
# Resource type for which position configurations are listed.
|
4295
3111
|
# @return [String]
|
@@ -4328,16 +3144,6 @@ module Aws::IoTWireless
|
|
4328
3144
|
include Aws::Structure
|
4329
3145
|
end
|
4330
3146
|
|
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
3147
|
# @!attribute [rw] id
|
4342
3148
|
# The ID of a given wireless device which the downlink message packets
|
4343
3149
|
# are being sent.
|
@@ -4383,14 +3189,6 @@ module Aws::IoTWireless
|
|
4383
3189
|
include Aws::Structure
|
4384
3190
|
end
|
4385
3191
|
|
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
3192
|
# @!attribute [rw] next_token
|
4395
3193
|
# To retrieve the next set of results, the `nextToken` value from a
|
4396
3194
|
# previous response; otherwise **null** to receive the first set of
|
@@ -4424,13 +3222,6 @@ module Aws::IoTWireless
|
|
4424
3222
|
include Aws::Structure
|
4425
3223
|
end
|
4426
3224
|
|
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
3225
|
# @!attribute [rw] resource_arn
|
4435
3226
|
# The ARN of the resource for which you want to list tags.
|
4436
3227
|
# @return [String]
|
@@ -4452,20 +3243,6 @@ module Aws::IoTWireless
|
|
4452
3243
|
include Aws::Structure
|
4453
3244
|
end
|
4454
3245
|
|
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
3246
|
# @!attribute [rw] max_results
|
4470
3247
|
# The maximum number of results to return in this operation.
|
4471
3248
|
# @return [Integer]
|
@@ -4533,15 +3310,6 @@ module Aws::IoTWireless
|
|
4533
3310
|
include Aws::Structure
|
4534
3311
|
end
|
4535
3312
|
|
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
3313
|
# @!attribute [rw] max_results
|
4546
3314
|
# The maximum number of results to return in this operation.
|
4547
3315
|
# @return [Integer]
|
@@ -4581,14 +3349,6 @@ module Aws::IoTWireless
|
|
4581
3349
|
include Aws::Structure
|
4582
3350
|
end
|
4583
3351
|
|
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
3352
|
# @!attribute [rw] next_token
|
4593
3353
|
# To retrieve the next set of results, the `nextToken` value from a
|
4594
3354
|
# previous response; otherwise **null** to receive the first set of
|
@@ -4625,13 +3385,6 @@ module Aws::IoTWireless
|
|
4625
3385
|
# Object for LoRaWAN connection status resource type event
|
4626
3386
|
# configuration.
|
4627
3387
|
#
|
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
3388
|
# @!attribute [rw] gateway_eui_event_topic
|
4636
3389
|
# Denotes whether the gateway EUI connection status event topic is
|
4637
3390
|
# enabled or disabled.
|
@@ -4646,13 +3399,6 @@ module Aws::IoTWireless
|
|
4646
3399
|
# Object for LoRaWAN connection status resource type event
|
4647
3400
|
# configuration.
|
4648
3401
|
#
|
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
3402
|
# @!attribute [rw] wireless_gateway_event_topic
|
4657
3403
|
# Denotes whether the wireless gateway connection status event topic
|
4658
3404
|
# is enabled or disabled.
|
@@ -4666,60 +3412,6 @@ module Aws::IoTWireless
|
|
4666
3412
|
|
4667
3413
|
# LoRaWAN object for create functions.
|
4668
3414
|
#
|
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
3415
|
# @!attribute [rw] dev_eui
|
4724
3416
|
# The DevEUI value.
|
4725
3417
|
# @return [String]
|
@@ -4805,31 +3497,6 @@ module Aws::IoTWireless
|
|
4805
3497
|
|
4806
3498
|
# LoRaWANDeviceProfile object.
|
4807
3499
|
#
|
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
3500
|
# @!attribute [rw] supports_class_b
|
4834
3501
|
# The SupportsClassB value.
|
4835
3502
|
# @return [Boolean]
|
@@ -4933,13 +3600,6 @@ module Aws::IoTWireless
|
|
4933
3600
|
|
4934
3601
|
# The LoRaWAN information used with a FUOTA task.
|
4935
3602
|
#
|
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
3603
|
# @!attribute [rw] rf_region
|
4944
3604
|
# Supported RfRegions
|
4945
3605
|
# @return [String]
|
@@ -4969,23 +3629,6 @@ module Aws::IoTWireless
|
|
4969
3629
|
|
4970
3630
|
# LoRaWANGateway object.
|
4971
3631
|
#
|
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
3632
|
# @!attribute [rw] gateway_eui
|
4990
3633
|
# The gateway's EUI value.
|
4991
3634
|
# @return [String]
|
@@ -5060,15 +3703,6 @@ module Aws::IoTWireless
|
|
5060
3703
|
|
5061
3704
|
# LoRaWANGatewayVersion object.
|
5062
3705
|
#
|
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
3706
|
# @!attribute [rw] package_version
|
5073
3707
|
# The version of the wireless gateway firmware.
|
5074
3708
|
# @return [String]
|
@@ -5196,13 +3830,6 @@ module Aws::IoTWireless
|
|
5196
3830
|
|
5197
3831
|
# Object for LoRaWAN join resource type event configuration.
|
5198
3832
|
#
|
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
3833
|
# @!attribute [rw] dev_eui_event_topic
|
5207
3834
|
# Denotes whether the Dev EUI join event topic is enabled or disabled.
|
5208
3835
|
# @return [String]
|
@@ -5215,13 +3842,6 @@ module Aws::IoTWireless
|
|
5215
3842
|
|
5216
3843
|
# Object for LoRaWAN join resource type event configuration.
|
5217
3844
|
#
|
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
3845
|
# @!attribute [rw] wireless_device_event_topic
|
5226
3846
|
# Denotes whether the wireless device join event topic is enabled or
|
5227
3847
|
# disabled.
|
@@ -5247,14 +3867,6 @@ module Aws::IoTWireless
|
|
5247
3867
|
|
5248
3868
|
# The LoRaWAN information that is to be used with the multicast group.
|
5249
3869
|
#
|
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
3870
|
# @!attribute [rw] rf_region
|
5259
3871
|
# Supported RfRegions
|
5260
3872
|
# @return [String]
|
@@ -5301,13 +3913,6 @@ module Aws::IoTWireless
|
|
5301
3913
|
|
5302
3914
|
# The metadata information of the LoRaWAN multicast group.
|
5303
3915
|
#
|
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
3916
|
# @!attribute [rw] f_port
|
5312
3917
|
# The Fport value.
|
5313
3918
|
# @return [Integer]
|
@@ -5320,16 +3925,6 @@ module Aws::IoTWireless
|
|
5320
3925
|
|
5321
3926
|
# The LoRaWAN information used with the multicast session.
|
5322
3927
|
#
|
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
3928
|
# @!attribute [rw] dl_dr
|
5334
3929
|
# Downlink data rate.
|
5335
3930
|
# @return [Integer]
|
@@ -5357,23 +3952,6 @@ module Aws::IoTWireless
|
|
5357
3952
|
|
5358
3953
|
# LoRaWAN router info.
|
5359
3954
|
#
|
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
3955
|
# @!attribute [rw] f_port
|
5378
3956
|
# The Fport value.
|
5379
3957
|
# @return [Integer]
|
@@ -5393,15 +3971,6 @@ module Aws::IoTWireless
|
|
5393
3971
|
|
5394
3972
|
# LoRaWANServiceProfile object.
|
5395
3973
|
#
|
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
3974
|
# @!attribute [rw] add_gw_metadata
|
5406
3975
|
# The AddGWMetaData value.
|
5407
3976
|
# @return [Boolean]
|
@@ -5424,13 +3993,6 @@ module Aws::IoTWireless
|
|
5424
3993
|
|
5425
3994
|
# The LoRaWAN information used to start a FUOTA task.
|
5426
3995
|
#
|
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
3996
|
# @!attribute [rw] start_time
|
5435
3997
|
# Start time of a FUOTA task.
|
5436
3998
|
# @return [Time]
|
@@ -5443,34 +4005,6 @@ module Aws::IoTWireless
|
|
5443
4005
|
|
5444
4006
|
# LoRaWAN object for update functions.
|
5445
4007
|
#
|
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
4008
|
# @!attribute [rw] device_profile_id
|
5475
4009
|
# The ID of the device profile for the wireless device.
|
5476
4010
|
# @return [String]
|
@@ -5503,24 +4037,6 @@ module Aws::IoTWireless
|
|
5503
4037
|
|
5504
4038
|
# LoRaWANUpdateGatewayTaskCreate object.
|
5505
4039
|
#
|
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
4040
|
# @!attribute [rw] update_signature
|
5525
4041
|
# The signature used to verify the update firmware.
|
5526
4042
|
# @return [String]
|
@@ -5565,14 +4081,6 @@ module Aws::IoTWireless
|
|
5565
4081
|
|
5566
4082
|
# LTE local identification (local ID) information.
|
5567
4083
|
#
|
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
4084
|
# @!attribute [rw] pci
|
5577
4085
|
# Physical cell ID.
|
5578
4086
|
# @return [Integer]
|
@@ -5591,17 +4099,6 @@ module Aws::IoTWireless
|
|
5591
4099
|
|
5592
4100
|
# LTE object for network measurement reports.
|
5593
4101
|
#
|
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
4102
|
# @!attribute [rw] pci
|
5606
4103
|
# Physical cell ID.
|
5607
4104
|
# @return [Integer]
|
@@ -5638,33 +4135,6 @@ module Aws::IoTWireless
|
|
5638
4135
|
|
5639
4136
|
# LTE object.
|
5640
4137
|
#
|
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
4138
|
# @!attribute [rw] mcc
|
5669
4139
|
# Mobile Country Code.
|
5670
4140
|
# @return [Integer]
|
@@ -5727,16 +4197,6 @@ module Aws::IoTWireless
|
|
5727
4197
|
# Message delivery status event configuration object for enabling and
|
5728
4198
|
# disabling relevant topics.
|
5729
4199
|
#
|
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
4200
|
# @!attribute [rw] sidewalk
|
5741
4201
|
# `SidewalkEventNotificationConfigurations` object, which is the event
|
5742
4202
|
# configuration object for Sidewalk-related event topics.
|
@@ -5757,15 +4217,6 @@ module Aws::IoTWireless
|
|
5757
4217
|
# Message delivery status resource type event configuration object for
|
5758
4218
|
# enabling or disabling relevant topic.
|
5759
4219
|
#
|
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
4220
|
# @!attribute [rw] sidewalk
|
5770
4221
|
# Sidewalk resource type event configuration object for enabling or
|
5771
4222
|
# disabling topic.
|
@@ -5813,15 +4264,6 @@ module Aws::IoTWireless
|
|
5813
4264
|
|
5814
4265
|
# Wireless metadata that is to be sent to multicast group.
|
5815
4266
|
#
|
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
4267
|
# @!attribute [rw] lo_ra_wan
|
5826
4268
|
# The metadata information of the LoRaWAN multicast group.
|
5827
4269
|
# @return [Types::LoRaWANMulticastMetadata]
|
@@ -5851,15 +4293,6 @@ module Aws::IoTWireless
|
|
5851
4293
|
|
5852
4294
|
# OTAA device object for v1.0.x
|
5853
4295
|
#
|
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
4296
|
# @!attribute [rw] app_key
|
5864
4297
|
# The AppKey value.
|
5865
4298
|
# @return [String]
|
@@ -5882,15 +4315,6 @@ module Aws::IoTWireless
|
|
5882
4315
|
|
5883
4316
|
# OTAA device object for v1.1
|
5884
4317
|
#
|
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
4318
|
# @!attribute [rw] app_key
|
5895
4319
|
# The AppKey value.
|
5896
4320
|
# @return [String]
|
@@ -5915,20 +4339,6 @@ module Aws::IoTWireless
|
|
5915
4339
|
# traffic when the wireless device is running in class B or class C
|
5916
4340
|
# mode.
|
5917
4341
|
#
|
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
4342
|
# @!attribute [rw] downlink_mode
|
5933
4343
|
# Indicates whether to send the downlink message in sequential mode or
|
5934
4344
|
# concurrent mode, or to use only the chosen gateways from the
|
@@ -5985,16 +4395,6 @@ module Aws::IoTWireless
|
|
5985
4395
|
|
5986
4396
|
# The wrapper for position solver configurations.
|
5987
4397
|
#
|
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
4398
|
# @!attribute [rw] semtech_gnss
|
5999
4399
|
# The Semtech GNSS solver configuration object.
|
6000
4400
|
# @return [Types::SemtechGnssConfiguration]
|
@@ -6019,15 +4419,6 @@ module Aws::IoTWireless
|
|
6019
4419
|
|
6020
4420
|
# The FPorts for the position information.
|
6021
4421
|
#
|
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
4422
|
# @!attribute [rw] clock_sync
|
6032
4423
|
# The Fport value.
|
6033
4424
|
# @return [Integer]
|
@@ -6051,16 +4442,6 @@ module Aws::IoTWireless
|
|
6051
4442
|
# Proximity event configuration object for enabling and disabling
|
6052
4443
|
# relevant topics.
|
6053
4444
|
#
|
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
4445
|
# @!attribute [rw] sidewalk
|
6065
4446
|
# Proximity event configuration object for enabling or disabling
|
6066
4447
|
# Sidewalk related event topics.
|
@@ -6081,15 +4462,6 @@ module Aws::IoTWireless
|
|
6081
4462
|
# Proximity resource type event configuration object for enabling or
|
6082
4463
|
# disabling topic.
|
6083
4464
|
#
|
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
4465
|
# @!attribute [rw] sidewalk
|
6094
4466
|
# Proximity resource type event configuration object for enabling and
|
6095
4467
|
# disabling wireless device topic.
|
@@ -6101,21 +4473,6 @@ module Aws::IoTWireless
|
|
6101
4473
|
include Aws::Structure
|
6102
4474
|
end
|
6103
4475
|
|
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
4476
|
# @!attribute [rw] resource_identifier
|
6120
4477
|
# Resource identifier used to update the position configuration.
|
6121
4478
|
# @return [String]
|
@@ -6147,15 +4504,6 @@ module Aws::IoTWireless
|
|
6147
4504
|
|
6148
4505
|
class PutPositionConfigurationResponse < Aws::EmptyStructure; end
|
6149
4506
|
|
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
4507
|
# @!attribute [rw] resource_identifier
|
6160
4508
|
# The identifier of the resource. For a Wireless Device, it is the
|
6161
4509
|
# wireless device ID. For a wireless gateway, it is the wireless
|
@@ -6189,14 +4537,6 @@ module Aws::IoTWireless
|
|
6189
4537
|
|
6190
4538
|
class ResetAllResourceLogLevelsResponse < Aws::EmptyStructure; end
|
6191
4539
|
|
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
4540
|
# @!attribute [rw] resource_identifier
|
6201
4541
|
# The identifier of the resource. For a Wireless Device, it is the
|
6202
4542
|
# wireless device ID. For a wireless gateway, it is the wireless
|
@@ -6240,14 +4580,6 @@ module Aws::IoTWireless
|
|
6240
4580
|
|
6241
4581
|
# Information about the Semtech GNSS solver configuration.
|
6242
4582
|
#
|
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
4583
|
# @!attribute [rw] status
|
6252
4584
|
# The status indicating whether the solver is enabled.
|
6253
4585
|
# @return [String]
|
@@ -6290,19 +4622,6 @@ module Aws::IoTWireless
|
|
6290
4622
|
include Aws::Structure
|
6291
4623
|
end
|
6292
4624
|
|
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
4625
|
# @!attribute [rw] id
|
6307
4626
|
# The ID of the multicast group.
|
6308
4627
|
# @return [String]
|
@@ -6333,35 +4652,6 @@ module Aws::IoTWireless
|
|
6333
4652
|
include Aws::Structure
|
6334
4653
|
end
|
6335
4654
|
|
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
4655
|
# @!attribute [rw] id
|
6366
4656
|
# The ID of the wireless device to receive the data.
|
6367
4657
|
# @return [String]
|
@@ -6423,14 +4713,6 @@ module Aws::IoTWireless
|
|
6423
4713
|
|
6424
4714
|
# Session keys for ABP v1.1
|
6425
4715
|
#
|
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
4716
|
# @!attribute [rw] nwk_s_key
|
6435
4717
|
# The NwkSKey value.
|
6436
4718
|
# @return [String]
|
@@ -6448,16 +4730,6 @@ module Aws::IoTWireless
|
|
6448
4730
|
|
6449
4731
|
# Session keys for ABP v1.1
|
6450
4732
|
#
|
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
4733
|
# @!attribute [rw] f_nwk_s_int_key
|
6462
4734
|
# The FNwkSIntKey value.
|
6463
4735
|
# @return [String]
|
@@ -6485,14 +4757,6 @@ module Aws::IoTWireless
|
|
6485
4757
|
|
6486
4758
|
# Information about a Sidewalk account.
|
6487
4759
|
#
|
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
4760
|
# @!attribute [rw] amazon_id
|
6497
4761
|
# The Sidewalk Amazon ID.
|
6498
4762
|
# @return [String]
|
@@ -6587,13 +4851,6 @@ module Aws::IoTWireless
|
|
6587
4851
|
# `SidewalkEventNotificationConfigurations` object, which is the event
|
6588
4852
|
# configuration object for Sidewalk-related event topics.
|
6589
4853
|
#
|
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
4854
|
# @!attribute [rw] amazon_id_event_topic
|
6598
4855
|
# Denotes whether the Amazon ID event topic is enabled or disabled.
|
6599
4856
|
# @return [String]
|
@@ -6634,13 +4891,6 @@ module Aws::IoTWireless
|
|
6634
4891
|
# Sidewalk resource type event configuration object for enabling or
|
6635
4892
|
# disabling topic.
|
6636
4893
|
#
|
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
4894
|
# @!attribute [rw] wireless_device_event_topic
|
6645
4895
|
# Denotes whether the wireless device join event topic is enabled or
|
6646
4896
|
# disabled.
|
@@ -6654,15 +4904,6 @@ module Aws::IoTWireless
|
|
6654
4904
|
|
6655
4905
|
# Information about a Sidewalk router.
|
6656
4906
|
#
|
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
4907
|
# @!attribute [rw] seq
|
6667
4908
|
# The sequence number.
|
6668
4909
|
# @return [Integer]
|
@@ -6686,13 +4927,6 @@ module Aws::IoTWireless
|
|
6686
4927
|
|
6687
4928
|
# Sidewalk update.
|
6688
4929
|
#
|
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
4930
|
# @!attribute [rw] app_server_private_key
|
6697
4931
|
# The new Sidewalk application server private key.
|
6698
4932
|
# @return [String]
|
@@ -6703,20 +4937,6 @@ module Aws::IoTWireless
|
|
6703
4937
|
include Aws::Structure
|
6704
4938
|
end
|
6705
4939
|
|
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
4940
|
# @!attribute [rw] id
|
6721
4941
|
# The ID of the multicast group.
|
6722
4942
|
# @return [String]
|
@@ -6741,20 +4961,6 @@ module Aws::IoTWireless
|
|
6741
4961
|
|
6742
4962
|
class StartBulkAssociateWirelessDeviceWithMulticastGroupResponse < Aws::EmptyStructure; end
|
6743
4963
|
|
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
4964
|
# @!attribute [rw] id
|
6759
4965
|
# The ID of the multicast group.
|
6760
4966
|
# @return [String]
|
@@ -6779,16 +4985,6 @@ module Aws::IoTWireless
|
|
6779
4985
|
|
6780
4986
|
class StartBulkDisassociateWirelessDeviceFromMulticastGroupResponse < Aws::EmptyStructure; end
|
6781
4987
|
|
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
4988
|
# @!attribute [rw] id
|
6793
4989
|
# The ID of a FUOTA task.
|
6794
4990
|
# @return [String]
|
@@ -6806,19 +5002,6 @@ module Aws::IoTWireless
|
|
6806
5002
|
|
6807
5003
|
class StartFuotaTaskResponse < Aws::EmptyStructure; end
|
6808
5004
|
|
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
5005
|
# @!attribute [rw] id
|
6823
5006
|
# The ID of the multicast group.
|
6824
5007
|
# @return [String]
|
@@ -6838,14 +5021,6 @@ module Aws::IoTWireless
|
|
6838
5021
|
|
6839
5022
|
# A simple label consisting of a customer-defined key-value pair
|
6840
5023
|
#
|
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
5024
|
# @!attribute [rw] key
|
6850
5025
|
# The tag's key value.
|
6851
5026
|
# @return [String]
|
@@ -6861,19 +5036,6 @@ module Aws::IoTWireless
|
|
6861
5036
|
include Aws::Structure
|
6862
5037
|
end
|
6863
5038
|
|
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
5039
|
# @!attribute [rw] resource_arn
|
6878
5040
|
# The ARN of the resource to add tags to.
|
6879
5041
|
# @return [String]
|
@@ -6894,14 +5056,6 @@ module Aws::IoTWireless
|
|
6894
5056
|
|
6895
5057
|
# TD-SCDMA local identification (local Id) information.
|
6896
5058
|
#
|
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
5059
|
# @!attribute [rw] uarfcn
|
6906
5060
|
# TD-SCDMA UTRA (Universal Terrestrial Radio Access Network) absolute
|
6907
5061
|
# RF channel number (UARFCN).
|
@@ -6920,17 +5074,6 @@ module Aws::IoTWireless
|
|
6920
5074
|
|
6921
5075
|
# TD-SCDMA object for network measurement reports.
|
6922
5076
|
#
|
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
5077
|
# @!attribute [rw] uarfcn
|
6935
5078
|
# TD-SCDMA UTRA (Universal Terrestrial Radio Access Network) absolute
|
6936
5079
|
# RF channel number.
|
@@ -6967,32 +5110,6 @@ module Aws::IoTWireless
|
|
6967
5110
|
|
6968
5111
|
# TD-SCDMA object.
|
6969
5112
|
#
|
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
5113
|
# @!attribute [rw] mcc
|
6997
5114
|
# Mobile Country Code.
|
6998
5115
|
# @return [Integer]
|
@@ -7046,13 +5163,6 @@ module Aws::IoTWireless
|
|
7046
5163
|
include Aws::Structure
|
7047
5164
|
end
|
7048
5165
|
|
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
5166
|
# @!attribute [rw] id
|
7057
5167
|
# The ID of the wireless device to test.
|
7058
5168
|
# @return [String]
|
@@ -7103,14 +5213,6 @@ module Aws::IoTWireless
|
|
7103
5213
|
|
7104
5214
|
# Trace content for your wireless gateway and wireless device resources.
|
7105
5215
|
#
|
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
5216
|
# @!attribute [rw] wireless_device_frame_info
|
7115
5217
|
# `FrameInfo` of your wireless device resources for the trace content.
|
7116
5218
|
# Use FrameInfo to debug the communication between your LoRaWAN end
|
@@ -7130,14 +5232,6 @@ module Aws::IoTWireless
|
|
7130
5232
|
include Aws::Structure
|
7131
5233
|
end
|
7132
5234
|
|
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
5235
|
# @!attribute [rw] resource_arn
|
7142
5236
|
# The ARN of the resource to remove tags from.
|
7143
5237
|
# @return [String]
|
@@ -7157,13 +5251,6 @@ module Aws::IoTWireless
|
|
7157
5251
|
|
7158
5252
|
# ABP device object for LoRaWAN specification v1.0.x
|
7159
5253
|
#
|
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
5254
|
# @!attribute [rw] f_cnt_start
|
7168
5255
|
# The FCnt init value.
|
7169
5256
|
# @return [Integer]
|
@@ -7176,13 +5263,6 @@ module Aws::IoTWireless
|
|
7176
5263
|
|
7177
5264
|
# ABP device object for LoRaWAN specification v1.1
|
7178
5265
|
#
|
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
5266
|
# @!attribute [rw] f_cnt_start
|
7187
5267
|
# The FCnt init value.
|
7188
5268
|
# @return [Integer]
|
@@ -7193,17 +5273,6 @@ module Aws::IoTWireless
|
|
7193
5273
|
include Aws::Structure
|
7194
5274
|
end
|
7195
5275
|
|
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
5276
|
# @!attribute [rw] name
|
7208
5277
|
# The new name of the resource.
|
7209
5278
|
# @return [String]
|
@@ -7236,37 +5305,6 @@ module Aws::IoTWireless
|
|
7236
5305
|
|
7237
5306
|
class UpdateDestinationResponse < Aws::EmptyStructure; end
|
7238
5307
|
|
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
5308
|
# @!attribute [rw] device_registration_state
|
7271
5309
|
# Device registration state resource type event configuration object
|
7272
5310
|
# for enabling and disabling wireless gateway topic.
|
@@ -7306,24 +5344,6 @@ module Aws::IoTWireless
|
|
7306
5344
|
|
7307
5345
|
# Object for updating the FPorts information.
|
7308
5346
|
#
|
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
5347
|
# @!attribute [rw] positioning
|
7328
5348
|
# Positioning FPorts for the ClockSync, Stream, and GNSS functions.
|
7329
5349
|
# @return [Types::Positioning]
|
@@ -7340,20 +5360,6 @@ module Aws::IoTWireless
|
|
7340
5360
|
include Aws::Structure
|
7341
5361
|
end
|
7342
5362
|
|
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
5363
|
# @!attribute [rw] id
|
7358
5364
|
# The ID of a FUOTA task.
|
7359
5365
|
# @return [String]
|
@@ -7379,50 +5385,42 @@ module Aws::IoTWireless
|
|
7379
5385
|
# The firmware update role that is to be used with a FUOTA task.
|
7380
5386
|
# @return [String]
|
7381
5387
|
#
|
5388
|
+
# @!attribute [rw] redundancy_percent
|
5389
|
+
# The percentage of added redundant fragments. For example, if
|
5390
|
+
# firmware file is 100 bytes and fragment size is 10 bytes, with
|
5391
|
+
# `RedundancyPercent` set to 50(%), the final number of encoded
|
5392
|
+
# fragments is (100 / 10) + (100 / 10 * 50%) = 15.
|
5393
|
+
# @return [Integer]
|
5394
|
+
#
|
5395
|
+
# @!attribute [rw] fragment_size_bytes
|
5396
|
+
# The size of each fragment in bytes. Currently only supported in
|
5397
|
+
# fuota tasks with multicast groups.
|
5398
|
+
# @return [Integer]
|
5399
|
+
#
|
5400
|
+
# @!attribute [rw] fragment_interval_ms
|
5401
|
+
# The interval of sending fragments in milliseconds. Currently the
|
5402
|
+
# interval will be rounded to the nearest second. Note that this
|
5403
|
+
# interval only controls the timing when the cloud sends the fragments
|
5404
|
+
# down. The actual delay of receiving fragments at device side depends
|
5405
|
+
# on the device's class and the communication delay with the cloud.
|
5406
|
+
# @return [Integer]
|
5407
|
+
#
|
7382
5408
|
class UpdateFuotaTaskRequest < Struct.new(
|
7383
5409
|
:id,
|
7384
5410
|
:name,
|
7385
5411
|
:description,
|
7386
5412
|
:lo_ra_wan,
|
7387
5413
|
:firmware_update_image,
|
7388
|
-
:firmware_update_role
|
5414
|
+
:firmware_update_role,
|
5415
|
+
:redundancy_percent,
|
5416
|
+
:fragment_size_bytes,
|
5417
|
+
:fragment_interval_ms)
|
7389
5418
|
SENSITIVE = []
|
7390
5419
|
include Aws::Structure
|
7391
5420
|
end
|
7392
5421
|
|
7393
5422
|
class UpdateFuotaTaskResponse < Aws::EmptyStructure; end
|
7394
5423
|
|
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
5424
|
# @!attribute [rw] default_log_level
|
7427
5425
|
# The log level for a log message. The log levels can be disabled, or
|
7428
5426
|
# set to `ERROR` to display less verbose logs containing only error
|
@@ -7447,19 +5445,6 @@ module Aws::IoTWireless
|
|
7447
5445
|
|
7448
5446
|
class UpdateLogLevelsByResourceTypesResponse < Aws::EmptyStructure; end
|
7449
5447
|
|
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
5448
|
# @!attribute [rw] id
|
7464
5449
|
# The ID of the multicast group.
|
7465
5450
|
# @return [String]
|
@@ -7487,22 +5472,6 @@ module Aws::IoTWireless
|
|
7487
5472
|
|
7488
5473
|
class UpdateMulticastGroupResponse < Aws::EmptyStructure; end
|
7489
5474
|
|
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
5475
|
# @!attribute [rw] configuration_name
|
7507
5476
|
# Name of the network analyzer configuration.
|
7508
5477
|
# @return [String]
|
@@ -7554,17 +5523,6 @@ module Aws::IoTWireless
|
|
7554
5523
|
|
7555
5524
|
class UpdateNetworkAnalyzerConfigurationResponse < Aws::EmptyStructure; end
|
7556
5525
|
|
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
5526
|
# @!attribute [rw] sidewalk
|
7569
5527
|
# The Sidewalk account credentials.
|
7570
5528
|
# @return [Types::SidewalkUpdateAccount]
|
@@ -7587,15 +5545,6 @@ module Aws::IoTWireless
|
|
7587
5545
|
|
7588
5546
|
class UpdatePartnerAccountResponse < Aws::EmptyStructure; end
|
7589
5547
|
|
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
5548
|
# @!attribute [rw] resource_identifier
|
7600
5549
|
# Resource identifier of the resource for which position is updated.
|
7601
5550
|
# @return [String]
|
@@ -7618,45 +5567,6 @@ module Aws::IoTWireless
|
|
7618
5567
|
|
7619
5568
|
class UpdatePositionResponse < Aws::EmptyStructure; end
|
7620
5569
|
|
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
5570
|
# @!attribute [rw] identifier
|
7661
5571
|
# Resource identifier to opt in for event messaging.
|
7662
5572
|
# @return [String]
|
@@ -7706,19 +5616,10 @@ module Aws::IoTWireless
|
|
7706
5616
|
|
7707
5617
|
class UpdateResourceEventConfigurationResponse < Aws::EmptyStructure; end
|
7708
5618
|
|
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
5619
|
# @!attribute [rw] resource_identifier
|
7719
5620
|
# The identifier of the resource for which position information is
|
7720
|
-
# updated. It can be the wireless device ID or the wireless gateway
|
7721
|
-
# depending on the resource type.
|
5621
|
+
# updated. It can be the wireless device ID or the wireless gateway
|
5622
|
+
# ID, depending on the resource type.
|
7722
5623
|
# @return [String]
|
7723
5624
|
#
|
7724
5625
|
# @!attribute [rw] resource_type
|
@@ -7747,41 +5648,6 @@ module Aws::IoTWireless
|
|
7747
5648
|
|
7748
5649
|
class UpdateResourcePositionResponse < Aws::EmptyStructure; end
|
7749
5650
|
|
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
5651
|
# @!attribute [rw] id
|
7786
5652
|
# The ID of the resource to update.
|
7787
5653
|
# @return [String]
|
@@ -7820,19 +5686,6 @@ module Aws::IoTWireless
|
|
7820
5686
|
|
7821
5687
|
class UpdateWirelessDeviceResponse < Aws::EmptyStructure; end
|
7822
5688
|
|
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
5689
|
# @!attribute [rw] id
|
7837
5690
|
# The ID of the resource to update.
|
7838
5691
|
# @return [String]
|
@@ -7868,28 +5721,6 @@ module Aws::IoTWireless
|
|
7868
5721
|
|
7869
5722
|
# UpdateWirelessGatewayTaskCreate object.
|
7870
5723
|
#
|
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
5724
|
# @!attribute [rw] update_data_source
|
7894
5725
|
# The link to the S3 bucket.
|
7895
5726
|
# @return [String]
|
@@ -7945,14 +5776,6 @@ module Aws::IoTWireless
|
|
7945
5776
|
|
7946
5777
|
# WCDMA local identification (local ID) information.
|
7947
5778
|
#
|
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
5779
|
# @!attribute [rw] uarfcndl
|
7957
5780
|
# WCDMA UTRA Absolute RF Channel Number downlink.
|
7958
5781
|
# @return [Integer]
|
@@ -7970,17 +5793,6 @@ module Aws::IoTWireless
|
|
7970
5793
|
|
7971
5794
|
# Network Measurement Reports.
|
7972
5795
|
#
|
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
5796
|
# @!attribute [rw] uarfcndl
|
7985
5797
|
# WCDMA UTRA Absolute RF Channel Number downlink.
|
7986
5798
|
# @return [Integer]
|
@@ -8015,31 +5827,6 @@ module Aws::IoTWireless
|
|
8015
5827
|
|
8016
5828
|
# WCDMA.
|
8017
5829
|
#
|
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
5830
|
# @!attribute [rw] mcc
|
8044
5831
|
# Mobile Country Code.
|
8045
5832
|
# @return [Integer]
|
@@ -8089,14 +5876,6 @@ module Aws::IoTWireless
|
|
8089
5876
|
|
8090
5877
|
# Wi-Fi access point.
|
8091
5878
|
#
|
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
5879
|
# @!attribute [rw] mac_address
|
8101
5880
|
# Wi-Fi MAC Address.
|
8102
5881
|
# @return [String]
|
@@ -8120,14 +5899,6 @@ module Aws::IoTWireless
|
|
8120
5899
|
# possible events for a log message are `Registration`, `Downlink_Data`,
|
8121
5900
|
# and `Uplink_Data`.
|
8122
5901
|
#
|
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
5902
|
# @!attribute [rw] event
|
8132
5903
|
# The event for a log message, if the log message is tied to a
|
8133
5904
|
# wireless device.
|
@@ -8149,20 +5920,6 @@ module Aws::IoTWireless
|
|
8149
5920
|
# The log options for wireless devices and can be used to set log levels
|
8150
5921
|
# for a specific type of wireless device.
|
8151
5922
|
#
|
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
5923
|
# @!attribute [rw] type
|
8167
5924
|
# The wireless device type.
|
8168
5925
|
# @return [String]
|
@@ -8253,14 +6010,6 @@ module Aws::IoTWireless
|
|
8253
6010
|
# For a LoRaWAN gateway, possible events for a log message are
|
8254
6011
|
# `CUPS_Request` and `Certificate`.
|
8255
6012
|
#
|
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
6013
|
# @!attribute [rw] event
|
8265
6014
|
# The event for a log message, if the log message is tied to a
|
8266
6015
|
# wireless gateway.
|
@@ -8282,20 +6031,6 @@ module Aws::IoTWireless
|
|
8282
6031
|
# The log options for wireless gateways and can be used to set log
|
8283
6032
|
# levels for a specific type of wireless gateway.
|
8284
6033
|
#
|
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
6034
|
# @!attribute [rw] type
|
8300
6035
|
# The wireless gateway type.
|
8301
6036
|
# @return [String]
|
@@ -8357,30 +6092,6 @@ module Aws::IoTWireless
|
|
8357
6092
|
|
8358
6093
|
# WirelessMetadata object.
|
8359
6094
|
#
|
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
6095
|
# @!attribute [rw] lo_ra_wan
|
8385
6096
|
# LoRaWAN device info.
|
8386
6097
|
# @return [Types::LoRaWANSendDataToDevice]
|