aws-sdk-iotwireless 1.42.0 → 1.44.0

Sign up to get free protection for your applications and to get access to all the features.
data/sig/types.rbs ADDED
@@ -0,0 +1,2300 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws::IoTWireless
9
+ module Types
10
+
11
+ class AbpV1_0_x
12
+ attr_accessor dev_addr: ::String
13
+ attr_accessor session_keys: Types::SessionKeysAbpV1_0_x
14
+ attr_accessor f_cnt_start: ::Integer
15
+ SENSITIVE: []
16
+ end
17
+
18
+ class AbpV1_1
19
+ attr_accessor dev_addr: ::String
20
+ attr_accessor session_keys: Types::SessionKeysAbpV1_1
21
+ attr_accessor f_cnt_start: ::Integer
22
+ SENSITIVE: []
23
+ end
24
+
25
+ class AccessDeniedException
26
+ attr_accessor message: ::String
27
+ SENSITIVE: []
28
+ end
29
+
30
+ class Accuracy
31
+ attr_accessor horizontal_accuracy: ::Float
32
+ attr_accessor vertical_accuracy: ::Float
33
+ SENSITIVE: []
34
+ end
35
+
36
+ class ApplicationConfig
37
+ attr_accessor f_port: ::Integer
38
+ attr_accessor type: ("SemtechGeolocation")
39
+ attr_accessor destination_name: ::String
40
+ SENSITIVE: []
41
+ end
42
+
43
+ class AssociateAwsAccountWithPartnerAccountRequest
44
+ attr_accessor sidewalk: Types::SidewalkAccountInfo
45
+ attr_accessor client_request_token: ::String
46
+ attr_accessor tags: ::Array[Types::Tag]
47
+ SENSITIVE: []
48
+ end
49
+
50
+ class AssociateAwsAccountWithPartnerAccountResponse
51
+ attr_accessor sidewalk: Types::SidewalkAccountInfo
52
+ attr_accessor arn: ::String
53
+ SENSITIVE: []
54
+ end
55
+
56
+ class AssociateMulticastGroupWithFuotaTaskRequest
57
+ attr_accessor id: ::String
58
+ attr_accessor multicast_group_id: ::String
59
+ SENSITIVE: []
60
+ end
61
+
62
+ class AssociateMulticastGroupWithFuotaTaskResponse < Aws::EmptyStructure
63
+ end
64
+
65
+ class AssociateWirelessDeviceWithFuotaTaskRequest
66
+ attr_accessor id: ::String
67
+ attr_accessor wireless_device_id: ::String
68
+ SENSITIVE: []
69
+ end
70
+
71
+ class AssociateWirelessDeviceWithFuotaTaskResponse < Aws::EmptyStructure
72
+ end
73
+
74
+ class AssociateWirelessDeviceWithMulticastGroupRequest
75
+ attr_accessor id: ::String
76
+ attr_accessor wireless_device_id: ::String
77
+ SENSITIVE: []
78
+ end
79
+
80
+ class AssociateWirelessDeviceWithMulticastGroupResponse < Aws::EmptyStructure
81
+ end
82
+
83
+ class AssociateWirelessDeviceWithThingRequest
84
+ attr_accessor id: ::String
85
+ attr_accessor thing_arn: ::String
86
+ SENSITIVE: []
87
+ end
88
+
89
+ class AssociateWirelessDeviceWithThingResponse < Aws::EmptyStructure
90
+ end
91
+
92
+ class AssociateWirelessGatewayWithCertificateRequest
93
+ attr_accessor id: ::String
94
+ attr_accessor iot_certificate_id: ::String
95
+ SENSITIVE: []
96
+ end
97
+
98
+ class AssociateWirelessGatewayWithCertificateResponse
99
+ attr_accessor iot_certificate_id: ::String
100
+ SENSITIVE: []
101
+ end
102
+
103
+ class AssociateWirelessGatewayWithThingRequest
104
+ attr_accessor id: ::String
105
+ attr_accessor thing_arn: ::String
106
+ SENSITIVE: []
107
+ end
108
+
109
+ class AssociateWirelessGatewayWithThingResponse < Aws::EmptyStructure
110
+ end
111
+
112
+ class Beaconing
113
+ attr_accessor data_rate: ::Integer
114
+ attr_accessor frequencies: ::Array[::Integer]
115
+ SENSITIVE: []
116
+ end
117
+
118
+ class CancelMulticastGroupSessionRequest
119
+ attr_accessor id: ::String
120
+ SENSITIVE: []
121
+ end
122
+
123
+ class CancelMulticastGroupSessionResponse < Aws::EmptyStructure
124
+ end
125
+
126
+ class CdmaLocalId
127
+ attr_accessor pn_offset: ::Integer
128
+ attr_accessor cdma_channel: ::Integer
129
+ SENSITIVE: []
130
+ end
131
+
132
+ class CdmaNmrObj
133
+ attr_accessor pn_offset: ::Integer
134
+ attr_accessor cdma_channel: ::Integer
135
+ attr_accessor pilot_power: ::Integer
136
+ attr_accessor base_station_id: ::Integer
137
+ SENSITIVE: []
138
+ end
139
+
140
+ class CdmaObj
141
+ attr_accessor system_id: ::Integer
142
+ attr_accessor network_id: ::Integer
143
+ attr_accessor base_station_id: ::Integer
144
+ attr_accessor registration_zone: ::Integer
145
+ attr_accessor cdma_local_id: Types::CdmaLocalId
146
+ attr_accessor pilot_power: ::Integer
147
+ attr_accessor base_lat: ::Float
148
+ attr_accessor base_lng: ::Float
149
+ attr_accessor cdma_nmr: ::Array[Types::CdmaNmrObj]
150
+ SENSITIVE: []
151
+ end
152
+
153
+ class CellTowers
154
+ attr_accessor gsm: ::Array[Types::GsmObj]
155
+ attr_accessor wcdma: ::Array[Types::WcdmaObj]
156
+ attr_accessor tdscdma: ::Array[Types::TdscdmaObj]
157
+ attr_accessor lte: ::Array[Types::LteObj]
158
+ attr_accessor cdma: ::Array[Types::CdmaObj]
159
+ SENSITIVE: []
160
+ end
161
+
162
+ class CertificateList
163
+ attr_accessor signing_alg: ("Ed25519" | "P256r1")
164
+ attr_accessor value: ::String
165
+ SENSITIVE: []
166
+ end
167
+
168
+ class ConflictException
169
+ attr_accessor message: ::String
170
+ attr_accessor resource_id: ::String
171
+ attr_accessor resource_type: ::String
172
+ SENSITIVE: []
173
+ end
174
+
175
+ class ConnectionStatusEventConfiguration
176
+ attr_accessor lo_ra_wan: Types::LoRaWANConnectionStatusEventNotificationConfigurations
177
+ attr_accessor wireless_gateway_id_event_topic: ("Enabled" | "Disabled")
178
+ SENSITIVE: []
179
+ end
180
+
181
+ class ConnectionStatusResourceTypeEventConfiguration
182
+ attr_accessor lo_ra_wan: Types::LoRaWANConnectionStatusResourceTypeEventConfiguration
183
+ SENSITIVE: []
184
+ end
185
+
186
+ class CreateDestinationRequest
187
+ attr_accessor name: ::String
188
+ attr_accessor expression_type: ("RuleName" | "MqttTopic")
189
+ attr_accessor expression: ::String
190
+ attr_accessor description: ::String
191
+ attr_accessor role_arn: ::String
192
+ attr_accessor tags: ::Array[Types::Tag]
193
+ attr_accessor client_request_token: ::String
194
+ SENSITIVE: []
195
+ end
196
+
197
+ class CreateDestinationResponse
198
+ attr_accessor arn: ::String
199
+ attr_accessor name: ::String
200
+ SENSITIVE: []
201
+ end
202
+
203
+ class CreateDeviceProfileRequest
204
+ attr_accessor name: ::String
205
+ attr_accessor lo_ra_wan: Types::LoRaWANDeviceProfile
206
+ attr_accessor tags: ::Array[Types::Tag]
207
+ attr_accessor client_request_token: ::String
208
+ attr_accessor sidewalk: Types::SidewalkCreateDeviceProfile
209
+ SENSITIVE: []
210
+ end
211
+
212
+ class CreateDeviceProfileResponse
213
+ attr_accessor arn: ::String
214
+ attr_accessor id: ::String
215
+ SENSITIVE: []
216
+ end
217
+
218
+ class CreateFuotaTaskRequest
219
+ attr_accessor name: ::String
220
+ attr_accessor description: ::String
221
+ attr_accessor client_request_token: ::String
222
+ attr_accessor lo_ra_wan: Types::LoRaWANFuotaTask
223
+ attr_accessor firmware_update_image: ::String
224
+ attr_accessor firmware_update_role: ::String
225
+ attr_accessor tags: ::Array[Types::Tag]
226
+ attr_accessor redundancy_percent: ::Integer
227
+ attr_accessor fragment_size_bytes: ::Integer
228
+ attr_accessor fragment_interval_ms: ::Integer
229
+ SENSITIVE: []
230
+ end
231
+
232
+ class CreateFuotaTaskResponse
233
+ attr_accessor arn: ::String
234
+ attr_accessor id: ::String
235
+ SENSITIVE: []
236
+ end
237
+
238
+ class CreateMulticastGroupRequest
239
+ attr_accessor name: ::String
240
+ attr_accessor description: ::String
241
+ attr_accessor client_request_token: ::String
242
+ attr_accessor lo_ra_wan: Types::LoRaWANMulticast
243
+ attr_accessor tags: ::Array[Types::Tag]
244
+ SENSITIVE: []
245
+ end
246
+
247
+ class CreateMulticastGroupResponse
248
+ attr_accessor arn: ::String
249
+ attr_accessor id: ::String
250
+ SENSITIVE: []
251
+ end
252
+
253
+ class CreateNetworkAnalyzerConfigurationRequest
254
+ attr_accessor name: ::String
255
+ attr_accessor trace_content: Types::TraceContent
256
+ attr_accessor wireless_devices: ::Array[::String]
257
+ attr_accessor wireless_gateways: ::Array[::String]
258
+ attr_accessor description: ::String
259
+ attr_accessor tags: ::Array[Types::Tag]
260
+ attr_accessor client_request_token: ::String
261
+ attr_accessor multicast_groups: ::Array[::String]
262
+ SENSITIVE: []
263
+ end
264
+
265
+ class CreateNetworkAnalyzerConfigurationResponse
266
+ attr_accessor arn: ::String
267
+ attr_accessor name: ::String
268
+ SENSITIVE: []
269
+ end
270
+
271
+ class CreateServiceProfileRequest
272
+ attr_accessor name: ::String
273
+ attr_accessor lo_ra_wan: Types::LoRaWANServiceProfile
274
+ attr_accessor tags: ::Array[Types::Tag]
275
+ attr_accessor client_request_token: ::String
276
+ SENSITIVE: []
277
+ end
278
+
279
+ class CreateServiceProfileResponse
280
+ attr_accessor arn: ::String
281
+ attr_accessor id: ::String
282
+ SENSITIVE: []
283
+ end
284
+
285
+ class CreateWirelessDeviceRequest
286
+ attr_accessor type: ("Sidewalk" | "LoRaWAN")
287
+ attr_accessor name: ::String
288
+ attr_accessor description: ::String
289
+ attr_accessor destination_name: ::String
290
+ attr_accessor client_request_token: ::String
291
+ attr_accessor lo_ra_wan: Types::LoRaWANDevice
292
+ attr_accessor tags: ::Array[Types::Tag]
293
+ attr_accessor positioning: ("Enabled" | "Disabled")
294
+ attr_accessor sidewalk: Types::SidewalkCreateWirelessDevice
295
+ SENSITIVE: []
296
+ end
297
+
298
+ class CreateWirelessDeviceResponse
299
+ attr_accessor arn: ::String
300
+ attr_accessor id: ::String
301
+ SENSITIVE: []
302
+ end
303
+
304
+ class CreateWirelessGatewayRequest
305
+ attr_accessor name: ::String
306
+ attr_accessor description: ::String
307
+ attr_accessor lo_ra_wan: Types::LoRaWANGateway
308
+ attr_accessor tags: ::Array[Types::Tag]
309
+ attr_accessor client_request_token: ::String
310
+ SENSITIVE: []
311
+ end
312
+
313
+ class CreateWirelessGatewayResponse
314
+ attr_accessor arn: ::String
315
+ attr_accessor id: ::String
316
+ SENSITIVE: []
317
+ end
318
+
319
+ class CreateWirelessGatewayTaskDefinitionRequest
320
+ attr_accessor auto_create_tasks: bool
321
+ attr_accessor name: ::String
322
+ attr_accessor update: Types::UpdateWirelessGatewayTaskCreate
323
+ attr_accessor client_request_token: ::String
324
+ attr_accessor tags: ::Array[Types::Tag]
325
+ SENSITIVE: []
326
+ end
327
+
328
+ class CreateWirelessGatewayTaskDefinitionResponse
329
+ attr_accessor id: ::String
330
+ attr_accessor arn: ::String
331
+ SENSITIVE: []
332
+ end
333
+
334
+ class CreateWirelessGatewayTaskRequest
335
+ attr_accessor id: ::String
336
+ attr_accessor wireless_gateway_task_definition_id: ::String
337
+ SENSITIVE: []
338
+ end
339
+
340
+ class CreateWirelessGatewayTaskResponse
341
+ attr_accessor wireless_gateway_task_definition_id: ::String
342
+ attr_accessor status: ("PENDING" | "IN_PROGRESS" | "FIRST_RETRY" | "SECOND_RETRY" | "COMPLETED" | "FAILED")
343
+ SENSITIVE: []
344
+ end
345
+
346
+ class DakCertificateMetadata
347
+ attr_accessor certificate_id: ::String
348
+ attr_accessor max_allowed_signature: ::Integer
349
+ attr_accessor factory_support: bool
350
+ attr_accessor ap_id: ::String
351
+ attr_accessor device_type_id: ::String
352
+ SENSITIVE: []
353
+ end
354
+
355
+ class DeleteDestinationRequest
356
+ attr_accessor name: ::String
357
+ SENSITIVE: []
358
+ end
359
+
360
+ class DeleteDestinationResponse < Aws::EmptyStructure
361
+ end
362
+
363
+ class DeleteDeviceProfileRequest
364
+ attr_accessor id: ::String
365
+ SENSITIVE: []
366
+ end
367
+
368
+ class DeleteDeviceProfileResponse < Aws::EmptyStructure
369
+ end
370
+
371
+ class DeleteFuotaTaskRequest
372
+ attr_accessor id: ::String
373
+ SENSITIVE: []
374
+ end
375
+
376
+ class DeleteFuotaTaskResponse < Aws::EmptyStructure
377
+ end
378
+
379
+ class DeleteMulticastGroupRequest
380
+ attr_accessor id: ::String
381
+ SENSITIVE: []
382
+ end
383
+
384
+ class DeleteMulticastGroupResponse < Aws::EmptyStructure
385
+ end
386
+
387
+ class DeleteNetworkAnalyzerConfigurationRequest
388
+ attr_accessor configuration_name: ::String
389
+ SENSITIVE: []
390
+ end
391
+
392
+ class DeleteNetworkAnalyzerConfigurationResponse < Aws::EmptyStructure
393
+ end
394
+
395
+ class DeleteQueuedMessagesRequest
396
+ attr_accessor id: ::String
397
+ attr_accessor message_id: ::String
398
+ attr_accessor wireless_device_type: ("Sidewalk" | "LoRaWAN")
399
+ SENSITIVE: []
400
+ end
401
+
402
+ class DeleteQueuedMessagesResponse < Aws::EmptyStructure
403
+ end
404
+
405
+ class DeleteServiceProfileRequest
406
+ attr_accessor id: ::String
407
+ SENSITIVE: []
408
+ end
409
+
410
+ class DeleteServiceProfileResponse < Aws::EmptyStructure
411
+ end
412
+
413
+ class DeleteWirelessDeviceImportTaskRequest
414
+ attr_accessor id: ::String
415
+ SENSITIVE: []
416
+ end
417
+
418
+ class DeleteWirelessDeviceImportTaskResponse < Aws::EmptyStructure
419
+ end
420
+
421
+ class DeleteWirelessDeviceRequest
422
+ attr_accessor id: ::String
423
+ SENSITIVE: []
424
+ end
425
+
426
+ class DeleteWirelessDeviceResponse < Aws::EmptyStructure
427
+ end
428
+
429
+ class DeleteWirelessGatewayRequest
430
+ attr_accessor id: ::String
431
+ SENSITIVE: []
432
+ end
433
+
434
+ class DeleteWirelessGatewayResponse < Aws::EmptyStructure
435
+ end
436
+
437
+ class DeleteWirelessGatewayTaskDefinitionRequest
438
+ attr_accessor id: ::String
439
+ SENSITIVE: []
440
+ end
441
+
442
+ class DeleteWirelessGatewayTaskDefinitionResponse < Aws::EmptyStructure
443
+ end
444
+
445
+ class DeleteWirelessGatewayTaskRequest
446
+ attr_accessor id: ::String
447
+ SENSITIVE: []
448
+ end
449
+
450
+ class DeleteWirelessGatewayTaskResponse < Aws::EmptyStructure
451
+ end
452
+
453
+ class DeregisterWirelessDeviceRequest
454
+ attr_accessor identifier: ::String
455
+ attr_accessor wireless_device_type: ("Sidewalk" | "LoRaWAN")
456
+ SENSITIVE: []
457
+ end
458
+
459
+ class DeregisterWirelessDeviceResponse < Aws::EmptyStructure
460
+ end
461
+
462
+ class Destinations
463
+ attr_accessor arn: ::String
464
+ attr_accessor name: ::String
465
+ attr_accessor expression_type: ("RuleName" | "MqttTopic")
466
+ attr_accessor expression: ::String
467
+ attr_accessor description: ::String
468
+ attr_accessor role_arn: ::String
469
+ SENSITIVE: []
470
+ end
471
+
472
+ class DeviceProfile
473
+ attr_accessor arn: ::String
474
+ attr_accessor name: ::String
475
+ attr_accessor id: ::String
476
+ SENSITIVE: []
477
+ end
478
+
479
+ class DeviceRegistrationStateEventConfiguration
480
+ attr_accessor sidewalk: Types::SidewalkEventNotificationConfigurations
481
+ attr_accessor wireless_device_id_event_topic: ("Enabled" | "Disabled")
482
+ SENSITIVE: []
483
+ end
484
+
485
+ class DeviceRegistrationStateResourceTypeEventConfiguration
486
+ attr_accessor sidewalk: Types::SidewalkResourceTypeEventConfiguration
487
+ SENSITIVE: []
488
+ end
489
+
490
+ class Dimension
491
+ attr_accessor name: ("DeviceId" | "GatewayId")
492
+ attr_accessor value: ::String
493
+ SENSITIVE: []
494
+ end
495
+
496
+ class DisassociateAwsAccountFromPartnerAccountRequest
497
+ attr_accessor partner_account_id: ::String
498
+ attr_accessor partner_type: ("Sidewalk")
499
+ SENSITIVE: []
500
+ end
501
+
502
+ class DisassociateAwsAccountFromPartnerAccountResponse < Aws::EmptyStructure
503
+ end
504
+
505
+ class DisassociateMulticastGroupFromFuotaTaskRequest
506
+ attr_accessor id: ::String
507
+ attr_accessor multicast_group_id: ::String
508
+ SENSITIVE: []
509
+ end
510
+
511
+ class DisassociateMulticastGroupFromFuotaTaskResponse < Aws::EmptyStructure
512
+ end
513
+
514
+ class DisassociateWirelessDeviceFromFuotaTaskRequest
515
+ attr_accessor id: ::String
516
+ attr_accessor wireless_device_id: ::String
517
+ SENSITIVE: []
518
+ end
519
+
520
+ class DisassociateWirelessDeviceFromFuotaTaskResponse < Aws::EmptyStructure
521
+ end
522
+
523
+ class DisassociateWirelessDeviceFromMulticastGroupRequest
524
+ attr_accessor id: ::String
525
+ attr_accessor wireless_device_id: ::String
526
+ SENSITIVE: []
527
+ end
528
+
529
+ class DisassociateWirelessDeviceFromMulticastGroupResponse < Aws::EmptyStructure
530
+ end
531
+
532
+ class DisassociateWirelessDeviceFromThingRequest
533
+ attr_accessor id: ::String
534
+ SENSITIVE: []
535
+ end
536
+
537
+ class DisassociateWirelessDeviceFromThingResponse < Aws::EmptyStructure
538
+ end
539
+
540
+ class DisassociateWirelessGatewayFromCertificateRequest
541
+ attr_accessor id: ::String
542
+ SENSITIVE: []
543
+ end
544
+
545
+ class DisassociateWirelessGatewayFromCertificateResponse < Aws::EmptyStructure
546
+ end
547
+
548
+ class DisassociateWirelessGatewayFromThingRequest
549
+ attr_accessor id: ::String
550
+ SENSITIVE: []
551
+ end
552
+
553
+ class DisassociateWirelessGatewayFromThingResponse < Aws::EmptyStructure
554
+ end
555
+
556
+ class DownlinkQueueMessage
557
+ attr_accessor message_id: ::String
558
+ attr_accessor transmit_mode: ::Integer
559
+ attr_accessor received_at: ::String
560
+ attr_accessor lo_ra_wan: Types::LoRaWANSendDataToDevice
561
+ SENSITIVE: []
562
+ end
563
+
564
+ class EventConfigurationItem
565
+ attr_accessor identifier: ::String
566
+ attr_accessor identifier_type: ("PartnerAccountId" | "DevEui" | "GatewayEui" | "WirelessDeviceId" | "WirelessGatewayId")
567
+ attr_accessor partner_type: ("Sidewalk")
568
+ attr_accessor events: Types::EventNotificationItemConfigurations
569
+ SENSITIVE: []
570
+ end
571
+
572
+ class EventNotificationItemConfigurations
573
+ attr_accessor device_registration_state: Types::DeviceRegistrationStateEventConfiguration
574
+ attr_accessor proximity: Types::ProximityEventConfiguration
575
+ attr_accessor join: Types::JoinEventConfiguration
576
+ attr_accessor connection_status: Types::ConnectionStatusEventConfiguration
577
+ attr_accessor message_delivery_status: Types::MessageDeliveryStatusEventConfiguration
578
+ SENSITIVE: []
579
+ end
580
+
581
+ class FPorts
582
+ attr_accessor fuota: ::Integer
583
+ attr_accessor multicast: ::Integer
584
+ attr_accessor clock_sync: ::Integer
585
+ attr_accessor positioning: Types::Positioning
586
+ attr_accessor applications: ::Array[Types::ApplicationConfig]
587
+ SENSITIVE: []
588
+ end
589
+
590
+ class FuotaTask
591
+ attr_accessor id: ::String
592
+ attr_accessor arn: ::String
593
+ attr_accessor name: ::String
594
+ SENSITIVE: []
595
+ end
596
+
597
+ class GatewayListItem
598
+ attr_accessor gateway_id: ::String
599
+ attr_accessor downlink_frequency: ::Integer
600
+ SENSITIVE: []
601
+ end
602
+
603
+ class GetDestinationRequest
604
+ attr_accessor name: ::String
605
+ SENSITIVE: []
606
+ end
607
+
608
+ class GetDestinationResponse
609
+ attr_accessor arn: ::String
610
+ attr_accessor name: ::String
611
+ attr_accessor expression: ::String
612
+ attr_accessor expression_type: ("RuleName" | "MqttTopic")
613
+ attr_accessor description: ::String
614
+ attr_accessor role_arn: ::String
615
+ SENSITIVE: []
616
+ end
617
+
618
+ class GetDeviceProfileRequest
619
+ attr_accessor id: ::String
620
+ SENSITIVE: []
621
+ end
622
+
623
+ class GetDeviceProfileResponse
624
+ attr_accessor arn: ::String
625
+ attr_accessor name: ::String
626
+ attr_accessor id: ::String
627
+ attr_accessor lo_ra_wan: Types::LoRaWANDeviceProfile
628
+ attr_accessor sidewalk: Types::SidewalkGetDeviceProfile
629
+ SENSITIVE: []
630
+ end
631
+
632
+ class GetEventConfigurationByResourceTypesRequest < Aws::EmptyStructure
633
+ end
634
+
635
+ class GetEventConfigurationByResourceTypesResponse
636
+ attr_accessor device_registration_state: Types::DeviceRegistrationStateResourceTypeEventConfiguration
637
+ attr_accessor proximity: Types::ProximityResourceTypeEventConfiguration
638
+ attr_accessor join: Types::JoinResourceTypeEventConfiguration
639
+ attr_accessor connection_status: Types::ConnectionStatusResourceTypeEventConfiguration
640
+ attr_accessor message_delivery_status: Types::MessageDeliveryStatusResourceTypeEventConfiguration
641
+ SENSITIVE: []
642
+ end
643
+
644
+ class GetFuotaTaskRequest
645
+ attr_accessor id: ::String
646
+ SENSITIVE: []
647
+ end
648
+
649
+ class GetFuotaTaskResponse
650
+ attr_accessor arn: ::String
651
+ attr_accessor id: ::String
652
+ attr_accessor status: ("Pending" | "FuotaSession_Waiting" | "In_FuotaSession" | "FuotaDone" | "Delete_Waiting")
653
+ attr_accessor name: ::String
654
+ attr_accessor description: ::String
655
+ attr_accessor lo_ra_wan: Types::LoRaWANFuotaTaskGetInfo
656
+ attr_accessor firmware_update_image: ::String
657
+ attr_accessor firmware_update_role: ::String
658
+ attr_accessor created_at: ::Time
659
+ attr_accessor redundancy_percent: ::Integer
660
+ attr_accessor fragment_size_bytes: ::Integer
661
+ attr_accessor fragment_interval_ms: ::Integer
662
+ SENSITIVE: []
663
+ end
664
+
665
+ class GetLogLevelsByResourceTypesRequest < Aws::EmptyStructure
666
+ end
667
+
668
+ class GetLogLevelsByResourceTypesResponse
669
+ attr_accessor default_log_level: ("INFO" | "ERROR" | "DISABLED")
670
+ attr_accessor wireless_gateway_log_options: ::Array[Types::WirelessGatewayLogOption]
671
+ attr_accessor wireless_device_log_options: ::Array[Types::WirelessDeviceLogOption]
672
+ SENSITIVE: []
673
+ end
674
+
675
+ class GetMetricConfigurationRequest < Aws::EmptyStructure
676
+ end
677
+
678
+ class GetMetricConfigurationResponse
679
+ attr_accessor summary_metric: Types::SummaryMetricConfiguration
680
+ SENSITIVE: []
681
+ end
682
+
683
+ class GetMetricsRequest
684
+ attr_accessor summary_metric_queries: ::Array[Types::SummaryMetricQuery]
685
+ SENSITIVE: []
686
+ end
687
+
688
+ class GetMetricsResponse
689
+ attr_accessor summary_metric_query_results: ::Array[Types::SummaryMetricQueryResult]
690
+ SENSITIVE: []
691
+ end
692
+
693
+ class GetMulticastGroupRequest
694
+ attr_accessor id: ::String
695
+ SENSITIVE: []
696
+ end
697
+
698
+ class GetMulticastGroupResponse
699
+ attr_accessor arn: ::String
700
+ attr_accessor id: ::String
701
+ attr_accessor name: ::String
702
+ attr_accessor description: ::String
703
+ attr_accessor status: ::String
704
+ attr_accessor lo_ra_wan: Types::LoRaWANMulticastGet
705
+ attr_accessor created_at: ::Time
706
+ SENSITIVE: []
707
+ end
708
+
709
+ class GetMulticastGroupSessionRequest
710
+ attr_accessor id: ::String
711
+ SENSITIVE: []
712
+ end
713
+
714
+ class GetMulticastGroupSessionResponse
715
+ attr_accessor lo_ra_wan: Types::LoRaWANMulticastSession
716
+ SENSITIVE: []
717
+ end
718
+
719
+ class GetNetworkAnalyzerConfigurationRequest
720
+ attr_accessor configuration_name: ::String
721
+ SENSITIVE: []
722
+ end
723
+
724
+ class GetNetworkAnalyzerConfigurationResponse
725
+ attr_accessor trace_content: Types::TraceContent
726
+ attr_accessor wireless_devices: ::Array[::String]
727
+ attr_accessor wireless_gateways: ::Array[::String]
728
+ attr_accessor description: ::String
729
+ attr_accessor arn: ::String
730
+ attr_accessor name: ::String
731
+ attr_accessor multicast_groups: ::Array[::String]
732
+ SENSITIVE: []
733
+ end
734
+
735
+ class GetPartnerAccountRequest
736
+ attr_accessor partner_account_id: ::String
737
+ attr_accessor partner_type: ("Sidewalk")
738
+ SENSITIVE: []
739
+ end
740
+
741
+ class GetPartnerAccountResponse
742
+ attr_accessor sidewalk: Types::SidewalkAccountInfoWithFingerprint
743
+ attr_accessor account_linked: bool
744
+ SENSITIVE: []
745
+ end
746
+
747
+ class GetPositionConfigurationRequest
748
+ attr_accessor resource_identifier: ::String
749
+ attr_accessor resource_type: ("WirelessDevice" | "WirelessGateway")
750
+ SENSITIVE: []
751
+ end
752
+
753
+ class GetPositionConfigurationResponse
754
+ attr_accessor solvers: Types::PositionSolverDetails
755
+ attr_accessor destination: ::String
756
+ SENSITIVE: []
757
+ end
758
+
759
+ class GetPositionEstimateRequest
760
+ attr_accessor wi_fi_access_points: ::Array[Types::WiFiAccessPoint]
761
+ attr_accessor cell_towers: Types::CellTowers
762
+ attr_accessor ip: Types::Ip
763
+ attr_accessor gnss: Types::Gnss
764
+ attr_accessor timestamp: ::Time
765
+ SENSITIVE: []
766
+ end
767
+
768
+ class GetPositionEstimateResponse
769
+ attr_accessor geo_json_payload: ::IO
770
+ SENSITIVE: []
771
+ end
772
+
773
+ class GetPositionRequest
774
+ attr_accessor resource_identifier: ::String
775
+ attr_accessor resource_type: ("WirelessDevice" | "WirelessGateway")
776
+ SENSITIVE: []
777
+ end
778
+
779
+ class GetPositionResponse
780
+ attr_accessor position: ::Array[::Float]
781
+ attr_accessor accuracy: Types::Accuracy
782
+ attr_accessor solver_type: ("GNSS")
783
+ attr_accessor solver_provider: ("Semtech")
784
+ attr_accessor solver_version: ::String
785
+ attr_accessor timestamp: ::String
786
+ SENSITIVE: []
787
+ end
788
+
789
+ class GetResourceEventConfigurationRequest
790
+ attr_accessor identifier: ::String
791
+ attr_accessor identifier_type: ("PartnerAccountId" | "DevEui" | "GatewayEui" | "WirelessDeviceId" | "WirelessGatewayId")
792
+ attr_accessor partner_type: ("Sidewalk")
793
+ SENSITIVE: []
794
+ end
795
+
796
+ class GetResourceEventConfigurationResponse
797
+ attr_accessor device_registration_state: Types::DeviceRegistrationStateEventConfiguration
798
+ attr_accessor proximity: Types::ProximityEventConfiguration
799
+ attr_accessor join: Types::JoinEventConfiguration
800
+ attr_accessor connection_status: Types::ConnectionStatusEventConfiguration
801
+ attr_accessor message_delivery_status: Types::MessageDeliveryStatusEventConfiguration
802
+ SENSITIVE: []
803
+ end
804
+
805
+ class GetResourceLogLevelRequest
806
+ attr_accessor resource_identifier: ::String
807
+ attr_accessor resource_type: ::String
808
+ SENSITIVE: []
809
+ end
810
+
811
+ class GetResourceLogLevelResponse
812
+ attr_accessor log_level: ("INFO" | "ERROR" | "DISABLED")
813
+ SENSITIVE: []
814
+ end
815
+
816
+ class GetResourcePositionRequest
817
+ attr_accessor resource_identifier: ::String
818
+ attr_accessor resource_type: ("WirelessDevice" | "WirelessGateway")
819
+ SENSITIVE: []
820
+ end
821
+
822
+ class GetResourcePositionResponse
823
+ attr_accessor geo_json_payload: ::IO
824
+ SENSITIVE: []
825
+ end
826
+
827
+ class GetServiceEndpointRequest
828
+ attr_accessor service_type: ("CUPS" | "LNS")
829
+ SENSITIVE: []
830
+ end
831
+
832
+ class GetServiceEndpointResponse
833
+ attr_accessor service_type: ("CUPS" | "LNS")
834
+ attr_accessor service_endpoint: ::String
835
+ attr_accessor server_trust: ::String
836
+ SENSITIVE: []
837
+ end
838
+
839
+ class GetServiceProfileRequest
840
+ attr_accessor id: ::String
841
+ SENSITIVE: []
842
+ end
843
+
844
+ class GetServiceProfileResponse
845
+ attr_accessor arn: ::String
846
+ attr_accessor name: ::String
847
+ attr_accessor id: ::String
848
+ attr_accessor lo_ra_wan: Types::LoRaWANGetServiceProfileInfo
849
+ SENSITIVE: []
850
+ end
851
+
852
+ class GetWirelessDeviceImportTaskRequest
853
+ attr_accessor id: ::String
854
+ SENSITIVE: []
855
+ end
856
+
857
+ class GetWirelessDeviceImportTaskResponse
858
+ attr_accessor id: ::String
859
+ attr_accessor arn: ::String
860
+ attr_accessor destination_name: ::String
861
+ attr_accessor sidewalk: Types::SidewalkGetStartImportInfo
862
+ attr_accessor creation_time: ::Time
863
+ attr_accessor status: ("INITIALIZING" | "INITIALIZED" | "PENDING" | "COMPLETE" | "FAILED" | "DELETING")
864
+ attr_accessor status_reason: ::String
865
+ attr_accessor initialized_imported_device_count: ::Integer
866
+ attr_accessor pending_imported_device_count: ::Integer
867
+ attr_accessor onboarded_imported_device_count: ::Integer
868
+ attr_accessor failed_imported_device_count: ::Integer
869
+ SENSITIVE: []
870
+ end
871
+
872
+ class GetWirelessDeviceRequest
873
+ attr_accessor identifier: ::String
874
+ attr_accessor identifier_type: ("WirelessDeviceId" | "DevEui" | "ThingName" | "SidewalkManufacturingSn")
875
+ SENSITIVE: []
876
+ end
877
+
878
+ class GetWirelessDeviceResponse
879
+ attr_accessor type: ("Sidewalk" | "LoRaWAN")
880
+ attr_accessor name: ::String
881
+ attr_accessor description: ::String
882
+ attr_accessor destination_name: ::String
883
+ attr_accessor id: ::String
884
+ attr_accessor arn: ::String
885
+ attr_accessor thing_name: ::String
886
+ attr_accessor thing_arn: ::String
887
+ attr_accessor lo_ra_wan: Types::LoRaWANDevice
888
+ attr_accessor sidewalk: Types::SidewalkDevice
889
+ attr_accessor positioning: ("Enabled" | "Disabled")
890
+ SENSITIVE: []
891
+ end
892
+
893
+ class GetWirelessDeviceStatisticsRequest
894
+ attr_accessor wireless_device_id: ::String
895
+ SENSITIVE: []
896
+ end
897
+
898
+ class GetWirelessDeviceStatisticsResponse
899
+ attr_accessor wireless_device_id: ::String
900
+ attr_accessor last_uplink_received_at: ::String
901
+ attr_accessor lo_ra_wan: Types::LoRaWANDeviceMetadata
902
+ attr_accessor sidewalk: Types::SidewalkDeviceMetadata
903
+ SENSITIVE: []
904
+ end
905
+
906
+ class GetWirelessGatewayCertificateRequest
907
+ attr_accessor id: ::String
908
+ SENSITIVE: []
909
+ end
910
+
911
+ class GetWirelessGatewayCertificateResponse
912
+ attr_accessor iot_certificate_id: ::String
913
+ attr_accessor lo_ra_wan_network_server_certificate_id: ::String
914
+ SENSITIVE: []
915
+ end
916
+
917
+ class GetWirelessGatewayFirmwareInformationRequest
918
+ attr_accessor id: ::String
919
+ SENSITIVE: []
920
+ end
921
+
922
+ class GetWirelessGatewayFirmwareInformationResponse
923
+ attr_accessor lo_ra_wan: Types::LoRaWANGatewayCurrentVersion
924
+ SENSITIVE: []
925
+ end
926
+
927
+ class GetWirelessGatewayRequest
928
+ attr_accessor identifier: ::String
929
+ attr_accessor identifier_type: ("GatewayEui" | "WirelessGatewayId" | "ThingName")
930
+ SENSITIVE: []
931
+ end
932
+
933
+ class GetWirelessGatewayResponse
934
+ attr_accessor name: ::String
935
+ attr_accessor id: ::String
936
+ attr_accessor description: ::String
937
+ attr_accessor lo_ra_wan: Types::LoRaWANGateway
938
+ attr_accessor arn: ::String
939
+ attr_accessor thing_name: ::String
940
+ attr_accessor thing_arn: ::String
941
+ SENSITIVE: []
942
+ end
943
+
944
+ class GetWirelessGatewayStatisticsRequest
945
+ attr_accessor wireless_gateway_id: ::String
946
+ SENSITIVE: []
947
+ end
948
+
949
+ class GetWirelessGatewayStatisticsResponse
950
+ attr_accessor wireless_gateway_id: ::String
951
+ attr_accessor last_uplink_received_at: ::String
952
+ attr_accessor connection_status: ("Connected" | "Disconnected")
953
+ SENSITIVE: []
954
+ end
955
+
956
+ class GetWirelessGatewayTaskDefinitionRequest
957
+ attr_accessor id: ::String
958
+ SENSITIVE: []
959
+ end
960
+
961
+ class GetWirelessGatewayTaskDefinitionResponse
962
+ attr_accessor auto_create_tasks: bool
963
+ attr_accessor name: ::String
964
+ attr_accessor update: Types::UpdateWirelessGatewayTaskCreate
965
+ attr_accessor arn: ::String
966
+ SENSITIVE: []
967
+ end
968
+
969
+ class GetWirelessGatewayTaskRequest
970
+ attr_accessor id: ::String
971
+ SENSITIVE: []
972
+ end
973
+
974
+ class GetWirelessGatewayTaskResponse
975
+ attr_accessor wireless_gateway_id: ::String
976
+ attr_accessor wireless_gateway_task_definition_id: ::String
977
+ attr_accessor last_uplink_received_at: ::String
978
+ attr_accessor task_created_at: ::String
979
+ attr_accessor status: ("PENDING" | "IN_PROGRESS" | "FIRST_RETRY" | "SECOND_RETRY" | "COMPLETED" | "FAILED")
980
+ SENSITIVE: []
981
+ end
982
+
983
+ class GlobalIdentity
984
+ attr_accessor lac: ::Integer
985
+ attr_accessor geran_cid: ::Integer
986
+ SENSITIVE: []
987
+ end
988
+
989
+ class Gnss
990
+ attr_accessor payload: ::String
991
+ attr_accessor capture_time: ::Float
992
+ attr_accessor capture_time_accuracy: ::Float
993
+ attr_accessor assist_position: ::Array[::Float]
994
+ attr_accessor assist_altitude: ::Float
995
+ attr_accessor use_2_d_solver: bool
996
+ SENSITIVE: []
997
+ end
998
+
999
+ class GsmLocalId
1000
+ attr_accessor bsic: ::Integer
1001
+ attr_accessor bcch: ::Integer
1002
+ SENSITIVE: []
1003
+ end
1004
+
1005
+ class GsmNmrObj
1006
+ attr_accessor bsic: ::Integer
1007
+ attr_accessor bcch: ::Integer
1008
+ attr_accessor rx_level: ::Integer
1009
+ attr_accessor global_identity: Types::GlobalIdentity
1010
+ SENSITIVE: []
1011
+ end
1012
+
1013
+ class GsmObj
1014
+ attr_accessor mcc: ::Integer
1015
+ attr_accessor mnc: ::Integer
1016
+ attr_accessor lac: ::Integer
1017
+ attr_accessor geran_cid: ::Integer
1018
+ attr_accessor gsm_local_id: Types::GsmLocalId
1019
+ attr_accessor gsm_timing_advance: ::Integer
1020
+ attr_accessor rx_level: ::Integer
1021
+ attr_accessor gsm_nmr: ::Array[Types::GsmNmrObj]
1022
+ SENSITIVE: []
1023
+ end
1024
+
1025
+ class ImportedSidewalkDevice
1026
+ attr_accessor sidewalk_manufacturing_sn: ::String
1027
+ attr_accessor onboarding_status: ("INITIALIZED" | "PENDING" | "ONBOARDED" | "FAILED")
1028
+ attr_accessor onboarding_status_reason: ::String
1029
+ attr_accessor last_update_time: ::Time
1030
+ SENSITIVE: []
1031
+ end
1032
+
1033
+ class ImportedWirelessDevice
1034
+ attr_accessor sidewalk: Types::ImportedSidewalkDevice
1035
+ SENSITIVE: []
1036
+ end
1037
+
1038
+ class InternalServerException
1039
+ attr_accessor message: ::String
1040
+ SENSITIVE: []
1041
+ end
1042
+
1043
+ class Ip
1044
+ attr_accessor ip_address: ::String
1045
+ SENSITIVE: []
1046
+ end
1047
+
1048
+ class JoinEventConfiguration
1049
+ attr_accessor lo_ra_wan: Types::LoRaWANJoinEventNotificationConfigurations
1050
+ attr_accessor wireless_device_id_event_topic: ("Enabled" | "Disabled")
1051
+ SENSITIVE: []
1052
+ end
1053
+
1054
+ class JoinResourceTypeEventConfiguration
1055
+ attr_accessor lo_ra_wan: Types::LoRaWANJoinResourceTypeEventConfiguration
1056
+ SENSITIVE: []
1057
+ end
1058
+
1059
+ class ListDestinationsRequest
1060
+ attr_accessor max_results: ::Integer
1061
+ attr_accessor next_token: ::String
1062
+ SENSITIVE: []
1063
+ end
1064
+
1065
+ class ListDestinationsResponse
1066
+ attr_accessor next_token: ::String
1067
+ attr_accessor destination_list: ::Array[Types::Destinations]
1068
+ SENSITIVE: []
1069
+ end
1070
+
1071
+ class ListDeviceProfilesRequest
1072
+ attr_accessor next_token: ::String
1073
+ attr_accessor max_results: ::Integer
1074
+ attr_accessor device_profile_type: ("Sidewalk" | "LoRaWAN")
1075
+ SENSITIVE: []
1076
+ end
1077
+
1078
+ class ListDeviceProfilesResponse
1079
+ attr_accessor next_token: ::String
1080
+ attr_accessor device_profile_list: ::Array[Types::DeviceProfile]
1081
+ SENSITIVE: []
1082
+ end
1083
+
1084
+ class ListDevicesForWirelessDeviceImportTaskRequest
1085
+ attr_accessor id: ::String
1086
+ attr_accessor max_results: ::Integer
1087
+ attr_accessor next_token: ::String
1088
+ attr_accessor status: ("INITIALIZED" | "PENDING" | "ONBOARDED" | "FAILED")
1089
+ SENSITIVE: []
1090
+ end
1091
+
1092
+ class ListDevicesForWirelessDeviceImportTaskResponse
1093
+ attr_accessor next_token: ::String
1094
+ attr_accessor destination_name: ::String
1095
+ attr_accessor imported_wireless_device_list: ::Array[Types::ImportedWirelessDevice]
1096
+ SENSITIVE: []
1097
+ end
1098
+
1099
+ class ListEventConfigurationsRequest
1100
+ attr_accessor resource_type: ("SidewalkAccount" | "WirelessDevice" | "WirelessGateway")
1101
+ attr_accessor max_results: ::Integer
1102
+ attr_accessor next_token: ::String
1103
+ SENSITIVE: []
1104
+ end
1105
+
1106
+ class ListEventConfigurationsResponse
1107
+ attr_accessor next_token: ::String
1108
+ attr_accessor event_configurations_list: ::Array[Types::EventConfigurationItem]
1109
+ SENSITIVE: []
1110
+ end
1111
+
1112
+ class ListFuotaTasksRequest
1113
+ attr_accessor next_token: ::String
1114
+ attr_accessor max_results: ::Integer
1115
+ SENSITIVE: []
1116
+ end
1117
+
1118
+ class ListFuotaTasksResponse
1119
+ attr_accessor next_token: ::String
1120
+ attr_accessor fuota_task_list: ::Array[Types::FuotaTask]
1121
+ SENSITIVE: []
1122
+ end
1123
+
1124
+ class ListMulticastGroupsByFuotaTaskRequest
1125
+ attr_accessor id: ::String
1126
+ attr_accessor next_token: ::String
1127
+ attr_accessor max_results: ::Integer
1128
+ SENSITIVE: []
1129
+ end
1130
+
1131
+ class ListMulticastGroupsByFuotaTaskResponse
1132
+ attr_accessor next_token: ::String
1133
+ attr_accessor multicast_group_list: ::Array[Types::MulticastGroupByFuotaTask]
1134
+ SENSITIVE: []
1135
+ end
1136
+
1137
+ class ListMulticastGroupsRequest
1138
+ attr_accessor next_token: ::String
1139
+ attr_accessor max_results: ::Integer
1140
+ SENSITIVE: []
1141
+ end
1142
+
1143
+ class ListMulticastGroupsResponse
1144
+ attr_accessor next_token: ::String
1145
+ attr_accessor multicast_group_list: ::Array[Types::MulticastGroup]
1146
+ SENSITIVE: []
1147
+ end
1148
+
1149
+ class ListNetworkAnalyzerConfigurationsRequest
1150
+ attr_accessor max_results: ::Integer
1151
+ attr_accessor next_token: ::String
1152
+ SENSITIVE: []
1153
+ end
1154
+
1155
+ class ListNetworkAnalyzerConfigurationsResponse
1156
+ attr_accessor next_token: ::String
1157
+ attr_accessor network_analyzer_configuration_list: ::Array[Types::NetworkAnalyzerConfigurations]
1158
+ SENSITIVE: []
1159
+ end
1160
+
1161
+ class ListPartnerAccountsRequest
1162
+ attr_accessor next_token: ::String
1163
+ attr_accessor max_results: ::Integer
1164
+ SENSITIVE: []
1165
+ end
1166
+
1167
+ class ListPartnerAccountsResponse
1168
+ attr_accessor next_token: ::String
1169
+ attr_accessor sidewalk: ::Array[Types::SidewalkAccountInfoWithFingerprint]
1170
+ SENSITIVE: []
1171
+ end
1172
+
1173
+ class ListPositionConfigurationsRequest
1174
+ attr_accessor resource_type: ("WirelessDevice" | "WirelessGateway")
1175
+ attr_accessor max_results: ::Integer
1176
+ attr_accessor next_token: ::String
1177
+ SENSITIVE: []
1178
+ end
1179
+
1180
+ class ListPositionConfigurationsResponse
1181
+ attr_accessor position_configuration_list: ::Array[Types::PositionConfigurationItem]
1182
+ attr_accessor next_token: ::String
1183
+ SENSITIVE: []
1184
+ end
1185
+
1186
+ class ListQueuedMessagesRequest
1187
+ attr_accessor id: ::String
1188
+ attr_accessor next_token: ::String
1189
+ attr_accessor max_results: ::Integer
1190
+ attr_accessor wireless_device_type: ("Sidewalk" | "LoRaWAN")
1191
+ SENSITIVE: []
1192
+ end
1193
+
1194
+ class ListQueuedMessagesResponse
1195
+ attr_accessor next_token: ::String
1196
+ attr_accessor downlink_queue_messages_list: ::Array[Types::DownlinkQueueMessage]
1197
+ SENSITIVE: []
1198
+ end
1199
+
1200
+ class ListServiceProfilesRequest
1201
+ attr_accessor next_token: ::String
1202
+ attr_accessor max_results: ::Integer
1203
+ SENSITIVE: []
1204
+ end
1205
+
1206
+ class ListServiceProfilesResponse
1207
+ attr_accessor next_token: ::String
1208
+ attr_accessor service_profile_list: ::Array[Types::ServiceProfile]
1209
+ SENSITIVE: []
1210
+ end
1211
+
1212
+ class ListTagsForResourceRequest
1213
+ attr_accessor resource_arn: ::String
1214
+ SENSITIVE: []
1215
+ end
1216
+
1217
+ class ListTagsForResourceResponse
1218
+ attr_accessor tags: ::Array[Types::Tag]
1219
+ SENSITIVE: []
1220
+ end
1221
+
1222
+ class ListWirelessDeviceImportTasksRequest
1223
+ attr_accessor max_results: ::Integer
1224
+ attr_accessor next_token: ::String
1225
+ SENSITIVE: []
1226
+ end
1227
+
1228
+ class ListWirelessDeviceImportTasksResponse
1229
+ attr_accessor next_token: ::String
1230
+ attr_accessor wireless_device_import_task_list: ::Array[Types::WirelessDeviceImportTask]
1231
+ SENSITIVE: []
1232
+ end
1233
+
1234
+ class ListWirelessDevicesRequest
1235
+ attr_accessor max_results: ::Integer
1236
+ attr_accessor next_token: ::String
1237
+ attr_accessor destination_name: ::String
1238
+ attr_accessor device_profile_id: ::String
1239
+ attr_accessor service_profile_id: ::String
1240
+ attr_accessor wireless_device_type: ("Sidewalk" | "LoRaWAN")
1241
+ attr_accessor fuota_task_id: ::String
1242
+ attr_accessor multicast_group_id: ::String
1243
+ SENSITIVE: []
1244
+ end
1245
+
1246
+ class ListWirelessDevicesResponse
1247
+ attr_accessor next_token: ::String
1248
+ attr_accessor wireless_device_list: ::Array[Types::WirelessDeviceStatistics]
1249
+ SENSITIVE: []
1250
+ end
1251
+
1252
+ class ListWirelessGatewayTaskDefinitionsRequest
1253
+ attr_accessor max_results: ::Integer
1254
+ attr_accessor next_token: ::String
1255
+ attr_accessor task_definition_type: ("UPDATE")
1256
+ SENSITIVE: []
1257
+ end
1258
+
1259
+ class ListWirelessGatewayTaskDefinitionsResponse
1260
+ attr_accessor next_token: ::String
1261
+ attr_accessor task_definitions: ::Array[Types::UpdateWirelessGatewayTaskEntry]
1262
+ SENSITIVE: []
1263
+ end
1264
+
1265
+ class ListWirelessGatewaysRequest
1266
+ attr_accessor next_token: ::String
1267
+ attr_accessor max_results: ::Integer
1268
+ SENSITIVE: []
1269
+ end
1270
+
1271
+ class ListWirelessGatewaysResponse
1272
+ attr_accessor next_token: ::String
1273
+ attr_accessor wireless_gateway_list: ::Array[Types::WirelessGatewayStatistics]
1274
+ SENSITIVE: []
1275
+ end
1276
+
1277
+ class LoRaWANConnectionStatusEventNotificationConfigurations
1278
+ attr_accessor gateway_eui_event_topic: ("Enabled" | "Disabled")
1279
+ SENSITIVE: []
1280
+ end
1281
+
1282
+ class LoRaWANConnectionStatusResourceTypeEventConfiguration
1283
+ attr_accessor wireless_gateway_event_topic: ("Enabled" | "Disabled")
1284
+ SENSITIVE: []
1285
+ end
1286
+
1287
+ class LoRaWANDevice
1288
+ attr_accessor dev_eui: ::String
1289
+ attr_accessor device_profile_id: ::String
1290
+ attr_accessor service_profile_id: ::String
1291
+ attr_accessor otaa_v1_1: Types::OtaaV1_1
1292
+ attr_accessor otaa_v1_0_x: Types::OtaaV1_0_x
1293
+ attr_accessor abp_v1_1: Types::AbpV1_1
1294
+ attr_accessor abp_v1_0_x: Types::AbpV1_0_x
1295
+ attr_accessor f_ports: Types::FPorts
1296
+ SENSITIVE: []
1297
+ end
1298
+
1299
+ class LoRaWANDeviceMetadata
1300
+ attr_accessor dev_eui: ::String
1301
+ attr_accessor f_port: ::Integer
1302
+ attr_accessor data_rate: ::Integer
1303
+ attr_accessor frequency: ::Integer
1304
+ attr_accessor timestamp: ::String
1305
+ attr_accessor gateways: ::Array[Types::LoRaWANGatewayMetadata]
1306
+ SENSITIVE: []
1307
+ end
1308
+
1309
+ class LoRaWANDeviceProfile
1310
+ attr_accessor supports_class_b: bool
1311
+ attr_accessor class_b_timeout: ::Integer
1312
+ attr_accessor ping_slot_period: ::Integer
1313
+ attr_accessor ping_slot_dr: ::Integer
1314
+ attr_accessor ping_slot_freq: ::Integer
1315
+ attr_accessor supports_class_c: bool
1316
+ attr_accessor class_c_timeout: ::Integer
1317
+ attr_accessor mac_version: ::String
1318
+ attr_accessor reg_params_revision: ::String
1319
+ attr_accessor rx_delay_1: ::Integer
1320
+ attr_accessor rx_dr_offset_1: ::Integer
1321
+ attr_accessor rx_data_rate_2: ::Integer
1322
+ attr_accessor rx_freq_2: ::Integer
1323
+ attr_accessor factory_preset_freqs_list: ::Array[::Integer]
1324
+ attr_accessor max_eirp: ::Integer
1325
+ attr_accessor max_duty_cycle: ::Integer
1326
+ attr_accessor rf_region: ::String
1327
+ attr_accessor supports_join: bool
1328
+ attr_accessor supports_32_bit_f_cnt: bool
1329
+ SENSITIVE: []
1330
+ end
1331
+
1332
+ class LoRaWANFuotaTask
1333
+ attr_accessor rf_region: ("EU868" | "US915" | "AU915" | "AS923-1" | "AS923-2" | "AS923-3" | "AS923-4" | "EU433" | "CN470" | "CN779" | "RU864" | "KR920" | "IN865")
1334
+ SENSITIVE: []
1335
+ end
1336
+
1337
+ class LoRaWANFuotaTaskGetInfo
1338
+ attr_accessor rf_region: ::String
1339
+ attr_accessor start_time: ::Time
1340
+ SENSITIVE: []
1341
+ end
1342
+
1343
+ class LoRaWANGateway
1344
+ attr_accessor gateway_eui: ::String
1345
+ attr_accessor rf_region: ::String
1346
+ attr_accessor join_eui_filters: ::Array[::Array[::String]]
1347
+ attr_accessor net_id_filters: ::Array[::String]
1348
+ attr_accessor sub_bands: ::Array[::Integer]
1349
+ attr_accessor beaconing: Types::Beaconing
1350
+ attr_accessor max_eirp: ::Float
1351
+ SENSITIVE: []
1352
+ end
1353
+
1354
+ class LoRaWANGatewayCurrentVersion
1355
+ attr_accessor current_version: Types::LoRaWANGatewayVersion
1356
+ SENSITIVE: []
1357
+ end
1358
+
1359
+ class LoRaWANGatewayMetadata
1360
+ attr_accessor gateway_eui: ::String
1361
+ attr_accessor snr: ::Float
1362
+ attr_accessor rssi: ::Float
1363
+ SENSITIVE: []
1364
+ end
1365
+
1366
+ class LoRaWANGatewayVersion
1367
+ attr_accessor package_version: ::String
1368
+ attr_accessor model: ::String
1369
+ attr_accessor station: ::String
1370
+ SENSITIVE: []
1371
+ end
1372
+
1373
+ class LoRaWANGetServiceProfileInfo
1374
+ attr_accessor ul_rate: ::Integer
1375
+ attr_accessor ul_bucket_size: ::Integer
1376
+ attr_accessor ul_rate_policy: ::String
1377
+ attr_accessor dl_rate: ::Integer
1378
+ attr_accessor dl_bucket_size: ::Integer
1379
+ attr_accessor dl_rate_policy: ::String
1380
+ attr_accessor add_gw_metadata: bool
1381
+ attr_accessor dev_status_req_freq: ::Integer
1382
+ attr_accessor report_dev_status_battery: bool
1383
+ attr_accessor report_dev_status_margin: bool
1384
+ attr_accessor dr_min: ::Integer
1385
+ attr_accessor dr_max: ::Integer
1386
+ attr_accessor channel_mask: ::String
1387
+ attr_accessor pr_allowed: bool
1388
+ attr_accessor hr_allowed: bool
1389
+ attr_accessor ra_allowed: bool
1390
+ attr_accessor nwk_geo_loc: bool
1391
+ attr_accessor target_per: ::Integer
1392
+ attr_accessor min_gw_diversity: ::Integer
1393
+ SENSITIVE: []
1394
+ end
1395
+
1396
+ class LoRaWANJoinEventNotificationConfigurations
1397
+ attr_accessor dev_eui_event_topic: ("Enabled" | "Disabled")
1398
+ SENSITIVE: []
1399
+ end
1400
+
1401
+ class LoRaWANJoinResourceTypeEventConfiguration
1402
+ attr_accessor wireless_device_event_topic: ("Enabled" | "Disabled")
1403
+ SENSITIVE: []
1404
+ end
1405
+
1406
+ class LoRaWANListDevice
1407
+ attr_accessor dev_eui: ::String
1408
+ SENSITIVE: []
1409
+ end
1410
+
1411
+ class LoRaWANMulticast
1412
+ attr_accessor rf_region: ("EU868" | "US915" | "AU915" | "AS923-1" | "AS923-2" | "AS923-3" | "AS923-4" | "EU433" | "CN470" | "CN779" | "RU864" | "KR920" | "IN865")
1413
+ attr_accessor dl_class: ("ClassB" | "ClassC")
1414
+ SENSITIVE: []
1415
+ end
1416
+
1417
+ class LoRaWANMulticastGet
1418
+ attr_accessor rf_region: ("EU868" | "US915" | "AU915" | "AS923-1" | "AS923-2" | "AS923-3" | "AS923-4" | "EU433" | "CN470" | "CN779" | "RU864" | "KR920" | "IN865")
1419
+ attr_accessor dl_class: ("ClassB" | "ClassC")
1420
+ attr_accessor number_of_devices_requested: ::Integer
1421
+ attr_accessor number_of_devices_in_group: ::Integer
1422
+ SENSITIVE: []
1423
+ end
1424
+
1425
+ class LoRaWANMulticastMetadata
1426
+ attr_accessor f_port: ::Integer
1427
+ SENSITIVE: []
1428
+ end
1429
+
1430
+ class LoRaWANMulticastSession
1431
+ attr_accessor dl_dr: ::Integer
1432
+ attr_accessor dl_freq: ::Integer
1433
+ attr_accessor session_start_time: ::Time
1434
+ attr_accessor session_timeout: ::Integer
1435
+ attr_accessor ping_slot_period: ::Integer
1436
+ SENSITIVE: []
1437
+ end
1438
+
1439
+ class LoRaWANSendDataToDevice
1440
+ attr_accessor f_port: ::Integer
1441
+ attr_accessor participating_gateways: Types::ParticipatingGateways
1442
+ SENSITIVE: []
1443
+ end
1444
+
1445
+ class LoRaWANServiceProfile
1446
+ attr_accessor add_gw_metadata: bool
1447
+ attr_accessor dr_min: ::Integer
1448
+ attr_accessor dr_max: ::Integer
1449
+ attr_accessor pr_allowed: bool
1450
+ attr_accessor ra_allowed: bool
1451
+ SENSITIVE: []
1452
+ end
1453
+
1454
+ class LoRaWANStartFuotaTask
1455
+ attr_accessor start_time: ::Time
1456
+ SENSITIVE: []
1457
+ end
1458
+
1459
+ class LoRaWANUpdateDevice
1460
+ attr_accessor device_profile_id: ::String
1461
+ attr_accessor service_profile_id: ::String
1462
+ attr_accessor abp_v1_1: Types::UpdateAbpV1_1
1463
+ attr_accessor abp_v1_0_x: Types::UpdateAbpV1_0_x
1464
+ attr_accessor f_ports: Types::UpdateFPorts
1465
+ SENSITIVE: []
1466
+ end
1467
+
1468
+ class LoRaWANUpdateGatewayTaskCreate
1469
+ attr_accessor update_signature: ::String
1470
+ attr_accessor sig_key_crc: ::Integer
1471
+ attr_accessor current_version: Types::LoRaWANGatewayVersion
1472
+ attr_accessor update_version: Types::LoRaWANGatewayVersion
1473
+ SENSITIVE: []
1474
+ end
1475
+
1476
+ class LoRaWANUpdateGatewayTaskEntry
1477
+ attr_accessor current_version: Types::LoRaWANGatewayVersion
1478
+ attr_accessor update_version: Types::LoRaWANGatewayVersion
1479
+ SENSITIVE: []
1480
+ end
1481
+
1482
+ class LteLocalId
1483
+ attr_accessor pci: ::Integer
1484
+ attr_accessor earfcn: ::Integer
1485
+ SENSITIVE: []
1486
+ end
1487
+
1488
+ class LteNmrObj
1489
+ attr_accessor pci: ::Integer
1490
+ attr_accessor earfcn: ::Integer
1491
+ attr_accessor eutran_cid: ::Integer
1492
+ attr_accessor rsrp: ::Integer
1493
+ attr_accessor rsrq: ::Float
1494
+ SENSITIVE: []
1495
+ end
1496
+
1497
+ class LteObj
1498
+ attr_accessor mcc: ::Integer
1499
+ attr_accessor mnc: ::Integer
1500
+ attr_accessor eutran_cid: ::Integer
1501
+ attr_accessor tac: ::Integer
1502
+ attr_accessor lte_local_id: Types::LteLocalId
1503
+ attr_accessor lte_timing_advance: ::Integer
1504
+ attr_accessor rsrp: ::Integer
1505
+ attr_accessor rsrq: ::Float
1506
+ attr_accessor nr_capable: bool
1507
+ attr_accessor lte_nmr: ::Array[Types::LteNmrObj]
1508
+ SENSITIVE: []
1509
+ end
1510
+
1511
+ class MessageDeliveryStatusEventConfiguration
1512
+ attr_accessor sidewalk: Types::SidewalkEventNotificationConfigurations
1513
+ attr_accessor wireless_device_id_event_topic: ("Enabled" | "Disabled")
1514
+ SENSITIVE: []
1515
+ end
1516
+
1517
+ class MessageDeliveryStatusResourceTypeEventConfiguration
1518
+ attr_accessor sidewalk: Types::SidewalkResourceTypeEventConfiguration
1519
+ SENSITIVE: []
1520
+ end
1521
+
1522
+ class MetricQueryValue
1523
+ attr_accessor min: ::Float
1524
+ attr_accessor max: ::Float
1525
+ attr_accessor sum: ::Float
1526
+ attr_accessor avg: ::Float
1527
+ attr_accessor std: ::Float
1528
+ attr_accessor p90: ::Float
1529
+ SENSITIVE: []
1530
+ end
1531
+
1532
+ class MulticastGroup
1533
+ attr_accessor id: ::String
1534
+ attr_accessor arn: ::String
1535
+ attr_accessor name: ::String
1536
+ SENSITIVE: []
1537
+ end
1538
+
1539
+ class MulticastGroupByFuotaTask
1540
+ attr_accessor id: ::String
1541
+ SENSITIVE: []
1542
+ end
1543
+
1544
+ class MulticastWirelessMetadata
1545
+ attr_accessor lo_ra_wan: Types::LoRaWANMulticastMetadata
1546
+ SENSITIVE: []
1547
+ end
1548
+
1549
+ class NetworkAnalyzerConfigurations
1550
+ attr_accessor arn: ::String
1551
+ attr_accessor name: ::String
1552
+ SENSITIVE: []
1553
+ end
1554
+
1555
+ class OtaaV1_0_x
1556
+ attr_accessor app_key: ::String
1557
+ attr_accessor app_eui: ::String
1558
+ attr_accessor join_eui: ::String
1559
+ attr_accessor gen_app_key: ::String
1560
+ SENSITIVE: []
1561
+ end
1562
+
1563
+ class OtaaV1_1
1564
+ attr_accessor app_key: ::String
1565
+ attr_accessor nwk_key: ::String
1566
+ attr_accessor join_eui: ::String
1567
+ SENSITIVE: []
1568
+ end
1569
+
1570
+ class ParticipatingGateways
1571
+ attr_accessor downlink_mode: ("SEQUENTIAL" | "CONCURRENT" | "USING_UPLINK_GATEWAY")
1572
+ attr_accessor gateway_list: ::Array[Types::GatewayListItem]
1573
+ attr_accessor transmission_interval: ::Integer
1574
+ SENSITIVE: []
1575
+ end
1576
+
1577
+ class PositionConfigurationItem
1578
+ attr_accessor resource_identifier: ::String
1579
+ attr_accessor resource_type: ("WirelessDevice" | "WirelessGateway")
1580
+ attr_accessor solvers: Types::PositionSolverDetails
1581
+ attr_accessor destination: ::String
1582
+ SENSITIVE: []
1583
+ end
1584
+
1585
+ class PositionSolverConfigurations
1586
+ attr_accessor semtech_gnss: Types::SemtechGnssConfiguration
1587
+ SENSITIVE: []
1588
+ end
1589
+
1590
+ class PositionSolverDetails
1591
+ attr_accessor semtech_gnss: Types::SemtechGnssDetail
1592
+ SENSITIVE: []
1593
+ end
1594
+
1595
+ class Positioning
1596
+ attr_accessor clock_sync: ::Integer
1597
+ attr_accessor stream: ::Integer
1598
+ attr_accessor gnss: ::Integer
1599
+ SENSITIVE: []
1600
+ end
1601
+
1602
+ class ProximityEventConfiguration
1603
+ attr_accessor sidewalk: Types::SidewalkEventNotificationConfigurations
1604
+ attr_accessor wireless_device_id_event_topic: ("Enabled" | "Disabled")
1605
+ SENSITIVE: []
1606
+ end
1607
+
1608
+ class ProximityResourceTypeEventConfiguration
1609
+ attr_accessor sidewalk: Types::SidewalkResourceTypeEventConfiguration
1610
+ SENSITIVE: []
1611
+ end
1612
+
1613
+ class PutPositionConfigurationRequest
1614
+ attr_accessor resource_identifier: ::String
1615
+ attr_accessor resource_type: ("WirelessDevice" | "WirelessGateway")
1616
+ attr_accessor solvers: Types::PositionSolverConfigurations
1617
+ attr_accessor destination: ::String
1618
+ SENSITIVE: []
1619
+ end
1620
+
1621
+ class PutPositionConfigurationResponse < Aws::EmptyStructure
1622
+ end
1623
+
1624
+ class PutResourceLogLevelRequest
1625
+ attr_accessor resource_identifier: ::String
1626
+ attr_accessor resource_type: ::String
1627
+ attr_accessor log_level: ("INFO" | "ERROR" | "DISABLED")
1628
+ SENSITIVE: []
1629
+ end
1630
+
1631
+ class PutResourceLogLevelResponse < Aws::EmptyStructure
1632
+ end
1633
+
1634
+ class ResetAllResourceLogLevelsRequest < Aws::EmptyStructure
1635
+ end
1636
+
1637
+ class ResetAllResourceLogLevelsResponse < Aws::EmptyStructure
1638
+ end
1639
+
1640
+ class ResetResourceLogLevelRequest
1641
+ attr_accessor resource_identifier: ::String
1642
+ attr_accessor resource_type: ::String
1643
+ SENSITIVE: []
1644
+ end
1645
+
1646
+ class ResetResourceLogLevelResponse < Aws::EmptyStructure
1647
+ end
1648
+
1649
+ class ResourceNotFoundException
1650
+ attr_accessor message: ::String
1651
+ attr_accessor resource_id: ::String
1652
+ attr_accessor resource_type: ::String
1653
+ SENSITIVE: []
1654
+ end
1655
+
1656
+ class SemtechGnssConfiguration
1657
+ attr_accessor status: ("Enabled" | "Disabled")
1658
+ attr_accessor fec: ("ROSE" | "NONE")
1659
+ SENSITIVE: []
1660
+ end
1661
+
1662
+ class SemtechGnssDetail
1663
+ attr_accessor provider: ("Semtech")
1664
+ attr_accessor type: ("GNSS")
1665
+ attr_accessor status: ("Enabled" | "Disabled")
1666
+ attr_accessor fec: ("ROSE" | "NONE")
1667
+ SENSITIVE: []
1668
+ end
1669
+
1670
+ class SendDataToMulticastGroupRequest
1671
+ attr_accessor id: ::String
1672
+ attr_accessor payload_data: ::String
1673
+ attr_accessor wireless_metadata: Types::MulticastWirelessMetadata
1674
+ SENSITIVE: []
1675
+ end
1676
+
1677
+ class SendDataToMulticastGroupResponse
1678
+ attr_accessor message_id: ::String
1679
+ SENSITIVE: []
1680
+ end
1681
+
1682
+ class SendDataToWirelessDeviceRequest
1683
+ attr_accessor id: ::String
1684
+ attr_accessor transmit_mode: ::Integer
1685
+ attr_accessor payload_data: ::String
1686
+ attr_accessor wireless_metadata: Types::WirelessMetadata
1687
+ SENSITIVE: []
1688
+ end
1689
+
1690
+ class SendDataToWirelessDeviceResponse
1691
+ attr_accessor message_id: ::String
1692
+ SENSITIVE: []
1693
+ end
1694
+
1695
+ class ServiceProfile
1696
+ attr_accessor arn: ::String
1697
+ attr_accessor name: ::String
1698
+ attr_accessor id: ::String
1699
+ SENSITIVE: []
1700
+ end
1701
+
1702
+ class SessionKeysAbpV1_0_x
1703
+ attr_accessor nwk_s_key: ::String
1704
+ attr_accessor app_s_key: ::String
1705
+ SENSITIVE: []
1706
+ end
1707
+
1708
+ class SessionKeysAbpV1_1
1709
+ attr_accessor f_nwk_s_int_key: ::String
1710
+ attr_accessor s_nwk_s_int_key: ::String
1711
+ attr_accessor nwk_s_enc_key: ::String
1712
+ attr_accessor app_s_key: ::String
1713
+ SENSITIVE: []
1714
+ end
1715
+
1716
+ class SidewalkAccountInfo
1717
+ attr_accessor amazon_id: ::String
1718
+ attr_accessor app_server_private_key: ::String
1719
+ SENSITIVE: [:app_server_private_key]
1720
+ end
1721
+
1722
+ class SidewalkAccountInfoWithFingerprint
1723
+ attr_accessor amazon_id: ::String
1724
+ attr_accessor fingerprint: ::String
1725
+ attr_accessor arn: ::String
1726
+ SENSITIVE: [:fingerprint]
1727
+ end
1728
+
1729
+ class SidewalkCreateDeviceProfile < Aws::EmptyStructure
1730
+ end
1731
+
1732
+ class SidewalkCreateWirelessDevice
1733
+ attr_accessor device_profile_id: ::String
1734
+ SENSITIVE: []
1735
+ end
1736
+
1737
+ class SidewalkDevice
1738
+ attr_accessor amazon_id: ::String
1739
+ attr_accessor sidewalk_id: ::String
1740
+ attr_accessor sidewalk_manufacturing_sn: ::String
1741
+ attr_accessor device_certificates: ::Array[Types::CertificateList]
1742
+ attr_accessor private_keys: ::Array[Types::CertificateList]
1743
+ attr_accessor device_profile_id: ::String
1744
+ attr_accessor certificate_id: ::String
1745
+ attr_accessor status: ("PROVISIONED" | "REGISTERED" | "ACTIVATED" | "UNKNOWN")
1746
+ SENSITIVE: []
1747
+ end
1748
+
1749
+ class SidewalkDeviceMetadata
1750
+ attr_accessor rssi: ::Integer
1751
+ attr_accessor battery_level: ("normal" | "low" | "critical")
1752
+ attr_accessor event: ("discovered" | "lost" | "ack" | "nack" | "passthrough")
1753
+ attr_accessor device_state: ("Provisioned" | "RegisteredNotSeen" | "RegisteredReachable" | "RegisteredUnreachable")
1754
+ SENSITIVE: []
1755
+ end
1756
+
1757
+ class SidewalkEventNotificationConfigurations
1758
+ attr_accessor amazon_id_event_topic: ("Enabled" | "Disabled")
1759
+ SENSITIVE: []
1760
+ end
1761
+
1762
+ class SidewalkGetDeviceProfile
1763
+ attr_accessor application_server_public_key: ::String
1764
+ attr_accessor qualification_status: bool
1765
+ attr_accessor dak_certificate_metadata: ::Array[Types::DakCertificateMetadata]
1766
+ SENSITIVE: [:application_server_public_key]
1767
+ end
1768
+
1769
+ class SidewalkGetStartImportInfo
1770
+ attr_accessor device_creation_file_list: ::Array[::String]
1771
+ attr_accessor role: ::String
1772
+ SENSITIVE: []
1773
+ end
1774
+
1775
+ class SidewalkListDevice
1776
+ attr_accessor amazon_id: ::String
1777
+ attr_accessor sidewalk_id: ::String
1778
+ attr_accessor sidewalk_manufacturing_sn: ::String
1779
+ attr_accessor device_certificates: ::Array[Types::CertificateList]
1780
+ attr_accessor device_profile_id: ::String
1781
+ attr_accessor status: ("PROVISIONED" | "REGISTERED" | "ACTIVATED" | "UNKNOWN")
1782
+ SENSITIVE: []
1783
+ end
1784
+
1785
+ class SidewalkResourceTypeEventConfiguration
1786
+ attr_accessor wireless_device_event_topic: ("Enabled" | "Disabled")
1787
+ SENSITIVE: []
1788
+ end
1789
+
1790
+ class SidewalkSendDataToDevice
1791
+ attr_accessor seq: ::Integer
1792
+ attr_accessor message_type: ("CUSTOM_COMMAND_ID_NOTIFY" | "CUSTOM_COMMAND_ID_GET" | "CUSTOM_COMMAND_ID_SET" | "CUSTOM_COMMAND_ID_RESP")
1793
+ attr_accessor ack_mode_retry_duration_secs: ::Integer
1794
+ SENSITIVE: []
1795
+ end
1796
+
1797
+ class SidewalkSingleStartImportInfo
1798
+ attr_accessor sidewalk_manufacturing_sn: ::String
1799
+ SENSITIVE: []
1800
+ end
1801
+
1802
+ class SidewalkStartImportInfo
1803
+ attr_accessor device_creation_file: ::String
1804
+ attr_accessor role: ::String
1805
+ SENSITIVE: []
1806
+ end
1807
+
1808
+ class SidewalkUpdateAccount
1809
+ attr_accessor app_server_private_key: ::String
1810
+ SENSITIVE: [:app_server_private_key]
1811
+ end
1812
+
1813
+ class SidewalkUpdateImportInfo
1814
+ attr_accessor device_creation_file: ::String
1815
+ SENSITIVE: []
1816
+ end
1817
+
1818
+ class StartBulkAssociateWirelessDeviceWithMulticastGroupRequest
1819
+ attr_accessor id: ::String
1820
+ attr_accessor query_string: ::String
1821
+ attr_accessor tags: ::Array[Types::Tag]
1822
+ SENSITIVE: []
1823
+ end
1824
+
1825
+ class StartBulkAssociateWirelessDeviceWithMulticastGroupResponse < Aws::EmptyStructure
1826
+ end
1827
+
1828
+ class StartBulkDisassociateWirelessDeviceFromMulticastGroupRequest
1829
+ attr_accessor id: ::String
1830
+ attr_accessor query_string: ::String
1831
+ attr_accessor tags: ::Array[Types::Tag]
1832
+ SENSITIVE: []
1833
+ end
1834
+
1835
+ class StartBulkDisassociateWirelessDeviceFromMulticastGroupResponse < Aws::EmptyStructure
1836
+ end
1837
+
1838
+ class StartFuotaTaskRequest
1839
+ attr_accessor id: ::String
1840
+ attr_accessor lo_ra_wan: Types::LoRaWANStartFuotaTask
1841
+ SENSITIVE: []
1842
+ end
1843
+
1844
+ class StartFuotaTaskResponse < Aws::EmptyStructure
1845
+ end
1846
+
1847
+ class StartMulticastGroupSessionRequest
1848
+ attr_accessor id: ::String
1849
+ attr_accessor lo_ra_wan: Types::LoRaWANMulticastSession
1850
+ SENSITIVE: []
1851
+ end
1852
+
1853
+ class StartMulticastGroupSessionResponse < Aws::EmptyStructure
1854
+ end
1855
+
1856
+ class StartSingleWirelessDeviceImportTaskRequest
1857
+ attr_accessor destination_name: ::String
1858
+ attr_accessor client_request_token: ::String
1859
+ attr_accessor device_name: ::String
1860
+ attr_accessor tags: ::Array[Types::Tag]
1861
+ attr_accessor sidewalk: Types::SidewalkSingleStartImportInfo
1862
+ SENSITIVE: []
1863
+ end
1864
+
1865
+ class StartSingleWirelessDeviceImportTaskResponse
1866
+ attr_accessor id: ::String
1867
+ attr_accessor arn: ::String
1868
+ SENSITIVE: []
1869
+ end
1870
+
1871
+ class StartWirelessDeviceImportTaskRequest
1872
+ attr_accessor destination_name: ::String
1873
+ attr_accessor client_request_token: ::String
1874
+ attr_accessor tags: ::Array[Types::Tag]
1875
+ attr_accessor sidewalk: Types::SidewalkStartImportInfo
1876
+ SENSITIVE: []
1877
+ end
1878
+
1879
+ class StartWirelessDeviceImportTaskResponse
1880
+ attr_accessor id: ::String
1881
+ attr_accessor arn: ::String
1882
+ SENSITIVE: []
1883
+ end
1884
+
1885
+ class SummaryMetricConfiguration
1886
+ attr_accessor status: ("Enabled" | "Disabled")
1887
+ SENSITIVE: []
1888
+ end
1889
+
1890
+ class SummaryMetricQuery
1891
+ attr_accessor query_id: ::String
1892
+ attr_accessor metric_name: ("DeviceRSSI" | "DeviceSNR" | "DeviceUplinkCount" | "DeviceDownlinkCount" | "DeviceUplinkLostCount" | "DeviceUplinkLostRate" | "DeviceJoinRequestCount" | "DeviceJoinAcceptCount" | "DeviceRoamingUplinkCount" | "DeviceRoamingDownlinkCount" | "GatewayUpTime" | "GatewayDownTime" | "GatewayRSSI" | "GatewaySNR" | "GatewayUplinkCount" | "GatewayDownlinkCount" | "GatewayJoinRequestCount" | "GatewayJoinAcceptCount" | "AwsAccountUplinkCount" | "AwsAccountDownlinkCount" | "AwsAccountUplinkLostCount" | "AwsAccountUplinkLostRate" | "AwsAccountJoinRequestCount" | "AwsAccountJoinAcceptCount" | "AwsAccountRoamingUplinkCount" | "AwsAccountRoamingDownlinkCount" | "AwsAccountDeviceCount" | "AwsAccountGatewayCount" | "AwsAccountActiveDeviceCount" | "AwsAccountActiveGatewayCount")
1893
+ attr_accessor dimensions: ::Array[Types::Dimension]
1894
+ attr_accessor aggregation_period: ("OneHour" | "OneDay" | "OneWeek")
1895
+ attr_accessor start_timestamp: ::Time
1896
+ attr_accessor end_timestamp: ::Time
1897
+ SENSITIVE: []
1898
+ end
1899
+
1900
+ class SummaryMetricQueryResult
1901
+ attr_accessor query_id: ::String
1902
+ attr_accessor query_status: ("Succeeded" | "Failed")
1903
+ attr_accessor error: ::String
1904
+ attr_accessor metric_name: ("DeviceRSSI" | "DeviceSNR" | "DeviceUplinkCount" | "DeviceDownlinkCount" | "DeviceUplinkLostCount" | "DeviceUplinkLostRate" | "DeviceJoinRequestCount" | "DeviceJoinAcceptCount" | "DeviceRoamingUplinkCount" | "DeviceRoamingDownlinkCount" | "GatewayUpTime" | "GatewayDownTime" | "GatewayRSSI" | "GatewaySNR" | "GatewayUplinkCount" | "GatewayDownlinkCount" | "GatewayJoinRequestCount" | "GatewayJoinAcceptCount" | "AwsAccountUplinkCount" | "AwsAccountDownlinkCount" | "AwsAccountUplinkLostCount" | "AwsAccountUplinkLostRate" | "AwsAccountJoinRequestCount" | "AwsAccountJoinAcceptCount" | "AwsAccountRoamingUplinkCount" | "AwsAccountRoamingDownlinkCount" | "AwsAccountDeviceCount" | "AwsAccountGatewayCount" | "AwsAccountActiveDeviceCount" | "AwsAccountActiveGatewayCount")
1905
+ attr_accessor dimensions: ::Array[Types::Dimension]
1906
+ attr_accessor aggregation_period: ("OneHour" | "OneDay" | "OneWeek")
1907
+ attr_accessor start_timestamp: ::Time
1908
+ attr_accessor end_timestamp: ::Time
1909
+ attr_accessor timestamps: ::Array[::Time]
1910
+ attr_accessor values: ::Array[Types::MetricQueryValue]
1911
+ attr_accessor unit: ::String
1912
+ SENSITIVE: []
1913
+ end
1914
+
1915
+ class Tag
1916
+ attr_accessor key: ::String
1917
+ attr_accessor value: ::String
1918
+ SENSITIVE: []
1919
+ end
1920
+
1921
+ class TagResourceRequest
1922
+ attr_accessor resource_arn: ::String
1923
+ attr_accessor tags: ::Array[Types::Tag]
1924
+ SENSITIVE: []
1925
+ end
1926
+
1927
+ class TagResourceResponse < Aws::EmptyStructure
1928
+ end
1929
+
1930
+ class TdscdmaLocalId
1931
+ attr_accessor uarfcn: ::Integer
1932
+ attr_accessor cell_params: ::Integer
1933
+ SENSITIVE: []
1934
+ end
1935
+
1936
+ class TdscdmaNmrObj
1937
+ attr_accessor uarfcn: ::Integer
1938
+ attr_accessor cell_params: ::Integer
1939
+ attr_accessor utran_cid: ::Integer
1940
+ attr_accessor rscp: ::Integer
1941
+ attr_accessor path_loss: ::Integer
1942
+ SENSITIVE: []
1943
+ end
1944
+
1945
+ class TdscdmaObj
1946
+ attr_accessor mcc: ::Integer
1947
+ attr_accessor mnc: ::Integer
1948
+ attr_accessor lac: ::Integer
1949
+ attr_accessor utran_cid: ::Integer
1950
+ attr_accessor tdscdma_local_id: Types::TdscdmaLocalId
1951
+ attr_accessor tdscdma_timing_advance: ::Integer
1952
+ attr_accessor rscp: ::Integer
1953
+ attr_accessor path_loss: ::Integer
1954
+ attr_accessor tdscdma_nmr: ::Array[Types::TdscdmaNmrObj]
1955
+ SENSITIVE: []
1956
+ end
1957
+
1958
+ class TestWirelessDeviceRequest
1959
+ attr_accessor id: ::String
1960
+ SENSITIVE: []
1961
+ end
1962
+
1963
+ class TestWirelessDeviceResponse
1964
+ attr_accessor result: ::String
1965
+ SENSITIVE: []
1966
+ end
1967
+
1968
+ class ThrottlingException
1969
+ attr_accessor message: ::String
1970
+ SENSITIVE: []
1971
+ end
1972
+
1973
+ class TooManyTagsException
1974
+ attr_accessor message: ::String
1975
+ attr_accessor resource_name: ::String
1976
+ SENSITIVE: []
1977
+ end
1978
+
1979
+ class TraceContent
1980
+ attr_accessor wireless_device_frame_info: ("ENABLED" | "DISABLED")
1981
+ attr_accessor log_level: ("INFO" | "ERROR" | "DISABLED")
1982
+ attr_accessor multicast_frame_info: ("ENABLED" | "DISABLED")
1983
+ SENSITIVE: []
1984
+ end
1985
+
1986
+ class UntagResourceRequest
1987
+ attr_accessor resource_arn: ::String
1988
+ attr_accessor tag_keys: ::Array[::String]
1989
+ SENSITIVE: []
1990
+ end
1991
+
1992
+ class UntagResourceResponse < Aws::EmptyStructure
1993
+ end
1994
+
1995
+ class UpdateAbpV1_0_x
1996
+ attr_accessor f_cnt_start: ::Integer
1997
+ SENSITIVE: []
1998
+ end
1999
+
2000
+ class UpdateAbpV1_1
2001
+ attr_accessor f_cnt_start: ::Integer
2002
+ SENSITIVE: []
2003
+ end
2004
+
2005
+ class UpdateDestinationRequest
2006
+ attr_accessor name: ::String
2007
+ attr_accessor expression_type: ("RuleName" | "MqttTopic")
2008
+ attr_accessor expression: ::String
2009
+ attr_accessor description: ::String
2010
+ attr_accessor role_arn: ::String
2011
+ SENSITIVE: []
2012
+ end
2013
+
2014
+ class UpdateDestinationResponse < Aws::EmptyStructure
2015
+ end
2016
+
2017
+ class UpdateEventConfigurationByResourceTypesRequest
2018
+ attr_accessor device_registration_state: Types::DeviceRegistrationStateResourceTypeEventConfiguration
2019
+ attr_accessor proximity: Types::ProximityResourceTypeEventConfiguration
2020
+ attr_accessor join: Types::JoinResourceTypeEventConfiguration
2021
+ attr_accessor connection_status: Types::ConnectionStatusResourceTypeEventConfiguration
2022
+ attr_accessor message_delivery_status: Types::MessageDeliveryStatusResourceTypeEventConfiguration
2023
+ SENSITIVE: []
2024
+ end
2025
+
2026
+ class UpdateEventConfigurationByResourceTypesResponse < Aws::EmptyStructure
2027
+ end
2028
+
2029
+ class UpdateFPorts
2030
+ attr_accessor positioning: Types::Positioning
2031
+ attr_accessor applications: ::Array[Types::ApplicationConfig]
2032
+ SENSITIVE: []
2033
+ end
2034
+
2035
+ class UpdateFuotaTaskRequest
2036
+ attr_accessor id: ::String
2037
+ attr_accessor name: ::String
2038
+ attr_accessor description: ::String
2039
+ attr_accessor lo_ra_wan: Types::LoRaWANFuotaTask
2040
+ attr_accessor firmware_update_image: ::String
2041
+ attr_accessor firmware_update_role: ::String
2042
+ attr_accessor redundancy_percent: ::Integer
2043
+ attr_accessor fragment_size_bytes: ::Integer
2044
+ attr_accessor fragment_interval_ms: ::Integer
2045
+ SENSITIVE: []
2046
+ end
2047
+
2048
+ class UpdateFuotaTaskResponse < Aws::EmptyStructure
2049
+ end
2050
+
2051
+ class UpdateLogLevelsByResourceTypesRequest
2052
+ attr_accessor default_log_level: ("INFO" | "ERROR" | "DISABLED")
2053
+ attr_accessor wireless_device_log_options: ::Array[Types::WirelessDeviceLogOption]
2054
+ attr_accessor wireless_gateway_log_options: ::Array[Types::WirelessGatewayLogOption]
2055
+ SENSITIVE: []
2056
+ end
2057
+
2058
+ class UpdateLogLevelsByResourceTypesResponse < Aws::EmptyStructure
2059
+ end
2060
+
2061
+ class UpdateMetricConfigurationRequest
2062
+ attr_accessor summary_metric: Types::SummaryMetricConfiguration
2063
+ SENSITIVE: []
2064
+ end
2065
+
2066
+ class UpdateMetricConfigurationResponse < Aws::EmptyStructure
2067
+ end
2068
+
2069
+ class UpdateMulticastGroupRequest
2070
+ attr_accessor id: ::String
2071
+ attr_accessor name: ::String
2072
+ attr_accessor description: ::String
2073
+ attr_accessor lo_ra_wan: Types::LoRaWANMulticast
2074
+ SENSITIVE: []
2075
+ end
2076
+
2077
+ class UpdateMulticastGroupResponse < Aws::EmptyStructure
2078
+ end
2079
+
2080
+ class UpdateNetworkAnalyzerConfigurationRequest
2081
+ attr_accessor configuration_name: ::String
2082
+ attr_accessor trace_content: Types::TraceContent
2083
+ attr_accessor wireless_devices_to_add: ::Array[::String]
2084
+ attr_accessor wireless_devices_to_remove: ::Array[::String]
2085
+ attr_accessor wireless_gateways_to_add: ::Array[::String]
2086
+ attr_accessor wireless_gateways_to_remove: ::Array[::String]
2087
+ attr_accessor description: ::String
2088
+ attr_accessor multicast_groups_to_add: ::Array[::String]
2089
+ attr_accessor multicast_groups_to_remove: ::Array[::String]
2090
+ SENSITIVE: []
2091
+ end
2092
+
2093
+ class UpdateNetworkAnalyzerConfigurationResponse < Aws::EmptyStructure
2094
+ end
2095
+
2096
+ class UpdatePartnerAccountRequest
2097
+ attr_accessor sidewalk: Types::SidewalkUpdateAccount
2098
+ attr_accessor partner_account_id: ::String
2099
+ attr_accessor partner_type: ("Sidewalk")
2100
+ SENSITIVE: []
2101
+ end
2102
+
2103
+ class UpdatePartnerAccountResponse < Aws::EmptyStructure
2104
+ end
2105
+
2106
+ class UpdatePositionRequest
2107
+ attr_accessor resource_identifier: ::String
2108
+ attr_accessor resource_type: ("WirelessDevice" | "WirelessGateway")
2109
+ attr_accessor position: ::Array[::Float]
2110
+ SENSITIVE: []
2111
+ end
2112
+
2113
+ class UpdatePositionResponse < Aws::EmptyStructure
2114
+ end
2115
+
2116
+ class UpdateResourceEventConfigurationRequest
2117
+ attr_accessor identifier: ::String
2118
+ attr_accessor identifier_type: ("PartnerAccountId" | "DevEui" | "GatewayEui" | "WirelessDeviceId" | "WirelessGatewayId")
2119
+ attr_accessor partner_type: ("Sidewalk")
2120
+ attr_accessor device_registration_state: Types::DeviceRegistrationStateEventConfiguration
2121
+ attr_accessor proximity: Types::ProximityEventConfiguration
2122
+ attr_accessor join: Types::JoinEventConfiguration
2123
+ attr_accessor connection_status: Types::ConnectionStatusEventConfiguration
2124
+ attr_accessor message_delivery_status: Types::MessageDeliveryStatusEventConfiguration
2125
+ SENSITIVE: []
2126
+ end
2127
+
2128
+ class UpdateResourceEventConfigurationResponse < Aws::EmptyStructure
2129
+ end
2130
+
2131
+ class UpdateResourcePositionRequest
2132
+ attr_accessor resource_identifier: ::String
2133
+ attr_accessor resource_type: ("WirelessDevice" | "WirelessGateway")
2134
+ attr_accessor geo_json_payload: ::IO
2135
+ SENSITIVE: []
2136
+ end
2137
+
2138
+ class UpdateResourcePositionResponse < Aws::EmptyStructure
2139
+ end
2140
+
2141
+ class UpdateWirelessDeviceImportTaskRequest
2142
+ attr_accessor id: ::String
2143
+ attr_accessor sidewalk: Types::SidewalkUpdateImportInfo
2144
+ SENSITIVE: []
2145
+ end
2146
+
2147
+ class UpdateWirelessDeviceImportTaskResponse < Aws::EmptyStructure
2148
+ end
2149
+
2150
+ class UpdateWirelessDeviceRequest
2151
+ attr_accessor id: ::String
2152
+ attr_accessor destination_name: ::String
2153
+ attr_accessor name: ::String
2154
+ attr_accessor description: ::String
2155
+ attr_accessor lo_ra_wan: Types::LoRaWANUpdateDevice
2156
+ attr_accessor positioning: ("Enabled" | "Disabled")
2157
+ SENSITIVE: []
2158
+ end
2159
+
2160
+ class UpdateWirelessDeviceResponse < Aws::EmptyStructure
2161
+ end
2162
+
2163
+ class UpdateWirelessGatewayRequest
2164
+ attr_accessor id: ::String
2165
+ attr_accessor name: ::String
2166
+ attr_accessor description: ::String
2167
+ attr_accessor join_eui_filters: ::Array[::Array[::String]]
2168
+ attr_accessor net_id_filters: ::Array[::String]
2169
+ attr_accessor max_eirp: ::Float
2170
+ SENSITIVE: []
2171
+ end
2172
+
2173
+ class UpdateWirelessGatewayResponse < Aws::EmptyStructure
2174
+ end
2175
+
2176
+ class UpdateWirelessGatewayTaskCreate
2177
+ attr_accessor update_data_source: ::String
2178
+ attr_accessor update_data_role: ::String
2179
+ attr_accessor lo_ra_wan: Types::LoRaWANUpdateGatewayTaskCreate
2180
+ SENSITIVE: []
2181
+ end
2182
+
2183
+ class UpdateWirelessGatewayTaskEntry
2184
+ attr_accessor id: ::String
2185
+ attr_accessor lo_ra_wan: Types::LoRaWANUpdateGatewayTaskEntry
2186
+ attr_accessor arn: ::String
2187
+ SENSITIVE: []
2188
+ end
2189
+
2190
+ class ValidationException
2191
+ attr_accessor message: ::String
2192
+ SENSITIVE: []
2193
+ end
2194
+
2195
+ class WcdmaLocalId
2196
+ attr_accessor uarfcndl: ::Integer
2197
+ attr_accessor psc: ::Integer
2198
+ SENSITIVE: []
2199
+ end
2200
+
2201
+ class WcdmaNmrObj
2202
+ attr_accessor uarfcndl: ::Integer
2203
+ attr_accessor psc: ::Integer
2204
+ attr_accessor utran_cid: ::Integer
2205
+ attr_accessor rscp: ::Integer
2206
+ attr_accessor path_loss: ::Integer
2207
+ SENSITIVE: []
2208
+ end
2209
+
2210
+ class WcdmaObj
2211
+ attr_accessor mcc: ::Integer
2212
+ attr_accessor mnc: ::Integer
2213
+ attr_accessor lac: ::Integer
2214
+ attr_accessor utran_cid: ::Integer
2215
+ attr_accessor wcdma_local_id: Types::WcdmaLocalId
2216
+ attr_accessor rscp: ::Integer
2217
+ attr_accessor path_loss: ::Integer
2218
+ attr_accessor wcdma_nmr: ::Array[Types::WcdmaNmrObj]
2219
+ SENSITIVE: []
2220
+ end
2221
+
2222
+ class WiFiAccessPoint
2223
+ attr_accessor mac_address: ::String
2224
+ attr_accessor rss: ::Integer
2225
+ SENSITIVE: []
2226
+ end
2227
+
2228
+ class WirelessDeviceEventLogOption
2229
+ attr_accessor event: ("Join" | "Rejoin" | "Uplink_Data" | "Downlink_Data" | "Registration")
2230
+ attr_accessor log_level: ("INFO" | "ERROR" | "DISABLED")
2231
+ SENSITIVE: []
2232
+ end
2233
+
2234
+ class WirelessDeviceImportTask
2235
+ attr_accessor id: ::String
2236
+ attr_accessor arn: ::String
2237
+ attr_accessor destination_name: ::String
2238
+ attr_accessor sidewalk: Types::SidewalkGetStartImportInfo
2239
+ attr_accessor creation_time: ::Time
2240
+ attr_accessor status: ("INITIALIZING" | "INITIALIZED" | "PENDING" | "COMPLETE" | "FAILED" | "DELETING")
2241
+ attr_accessor status_reason: ::String
2242
+ attr_accessor initialized_imported_device_count: ::Integer
2243
+ attr_accessor pending_imported_device_count: ::Integer
2244
+ attr_accessor onboarded_imported_device_count: ::Integer
2245
+ attr_accessor failed_imported_device_count: ::Integer
2246
+ SENSITIVE: []
2247
+ end
2248
+
2249
+ class WirelessDeviceLogOption
2250
+ attr_accessor type: ("Sidewalk" | "LoRaWAN")
2251
+ attr_accessor log_level: ("INFO" | "ERROR" | "DISABLED")
2252
+ attr_accessor events: ::Array[Types::WirelessDeviceEventLogOption]
2253
+ SENSITIVE: []
2254
+ end
2255
+
2256
+ class WirelessDeviceStatistics
2257
+ attr_accessor arn: ::String
2258
+ attr_accessor id: ::String
2259
+ attr_accessor type: ("Sidewalk" | "LoRaWAN")
2260
+ attr_accessor name: ::String
2261
+ attr_accessor destination_name: ::String
2262
+ attr_accessor last_uplink_received_at: ::String
2263
+ attr_accessor lo_ra_wan: Types::LoRaWANListDevice
2264
+ attr_accessor sidewalk: Types::SidewalkListDevice
2265
+ attr_accessor fuota_device_status: ("Initial" | "Package_Not_Supported" | "FragAlgo_unsupported" | "Not_enough_memory" | "FragIndex_unsupported" | "Wrong_descriptor" | "SessionCnt_replay" | "MissingFrag" | "MemoryError" | "MICError" | "Successful")
2266
+ attr_accessor multicast_device_status: ::String
2267
+ attr_accessor mc_group_id: ::Integer
2268
+ SENSITIVE: []
2269
+ end
2270
+
2271
+ class WirelessGatewayEventLogOption
2272
+ attr_accessor event: ("CUPS_Request" | "Certificate")
2273
+ attr_accessor log_level: ("INFO" | "ERROR" | "DISABLED")
2274
+ SENSITIVE: []
2275
+ end
2276
+
2277
+ class WirelessGatewayLogOption
2278
+ attr_accessor type: ("LoRaWAN")
2279
+ attr_accessor log_level: ("INFO" | "ERROR" | "DISABLED")
2280
+ attr_accessor events: ::Array[Types::WirelessGatewayEventLogOption]
2281
+ SENSITIVE: []
2282
+ end
2283
+
2284
+ class WirelessGatewayStatistics
2285
+ attr_accessor arn: ::String
2286
+ attr_accessor id: ::String
2287
+ attr_accessor name: ::String
2288
+ attr_accessor description: ::String
2289
+ attr_accessor lo_ra_wan: Types::LoRaWANGateway
2290
+ attr_accessor last_uplink_received_at: ::String
2291
+ SENSITIVE: []
2292
+ end
2293
+
2294
+ class WirelessMetadata
2295
+ attr_accessor lo_ra_wan: Types::LoRaWANSendDataToDevice
2296
+ attr_accessor sidewalk: Types::SidewalkSendDataToDevice
2297
+ SENSITIVE: []
2298
+ end
2299
+ end
2300
+ end