aws-sdk-iotwireless 1.42.0 → 1.43.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,2228 @@
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 DisassociateAwsAccountFromPartnerAccountRequest
491
+ attr_accessor partner_account_id: ::String
492
+ attr_accessor partner_type: ("Sidewalk")
493
+ SENSITIVE: []
494
+ end
495
+
496
+ class DisassociateAwsAccountFromPartnerAccountResponse < Aws::EmptyStructure
497
+ end
498
+
499
+ class DisassociateMulticastGroupFromFuotaTaskRequest
500
+ attr_accessor id: ::String
501
+ attr_accessor multicast_group_id: ::String
502
+ SENSITIVE: []
503
+ end
504
+
505
+ class DisassociateMulticastGroupFromFuotaTaskResponse < Aws::EmptyStructure
506
+ end
507
+
508
+ class DisassociateWirelessDeviceFromFuotaTaskRequest
509
+ attr_accessor id: ::String
510
+ attr_accessor wireless_device_id: ::String
511
+ SENSITIVE: []
512
+ end
513
+
514
+ class DisassociateWirelessDeviceFromFuotaTaskResponse < Aws::EmptyStructure
515
+ end
516
+
517
+ class DisassociateWirelessDeviceFromMulticastGroupRequest
518
+ attr_accessor id: ::String
519
+ attr_accessor wireless_device_id: ::String
520
+ SENSITIVE: []
521
+ end
522
+
523
+ class DisassociateWirelessDeviceFromMulticastGroupResponse < Aws::EmptyStructure
524
+ end
525
+
526
+ class DisassociateWirelessDeviceFromThingRequest
527
+ attr_accessor id: ::String
528
+ SENSITIVE: []
529
+ end
530
+
531
+ class DisassociateWirelessDeviceFromThingResponse < Aws::EmptyStructure
532
+ end
533
+
534
+ class DisassociateWirelessGatewayFromCertificateRequest
535
+ attr_accessor id: ::String
536
+ SENSITIVE: []
537
+ end
538
+
539
+ class DisassociateWirelessGatewayFromCertificateResponse < Aws::EmptyStructure
540
+ end
541
+
542
+ class DisassociateWirelessGatewayFromThingRequest
543
+ attr_accessor id: ::String
544
+ SENSITIVE: []
545
+ end
546
+
547
+ class DisassociateWirelessGatewayFromThingResponse < Aws::EmptyStructure
548
+ end
549
+
550
+ class DownlinkQueueMessage
551
+ attr_accessor message_id: ::String
552
+ attr_accessor transmit_mode: ::Integer
553
+ attr_accessor received_at: ::String
554
+ attr_accessor lo_ra_wan: Types::LoRaWANSendDataToDevice
555
+ SENSITIVE: []
556
+ end
557
+
558
+ class EventConfigurationItem
559
+ attr_accessor identifier: ::String
560
+ attr_accessor identifier_type: ("PartnerAccountId" | "DevEui" | "GatewayEui" | "WirelessDeviceId" | "WirelessGatewayId")
561
+ attr_accessor partner_type: ("Sidewalk")
562
+ attr_accessor events: Types::EventNotificationItemConfigurations
563
+ SENSITIVE: []
564
+ end
565
+
566
+ class EventNotificationItemConfigurations
567
+ attr_accessor device_registration_state: Types::DeviceRegistrationStateEventConfiguration
568
+ attr_accessor proximity: Types::ProximityEventConfiguration
569
+ attr_accessor join: Types::JoinEventConfiguration
570
+ attr_accessor connection_status: Types::ConnectionStatusEventConfiguration
571
+ attr_accessor message_delivery_status: Types::MessageDeliveryStatusEventConfiguration
572
+ SENSITIVE: []
573
+ end
574
+
575
+ class FPorts
576
+ attr_accessor fuota: ::Integer
577
+ attr_accessor multicast: ::Integer
578
+ attr_accessor clock_sync: ::Integer
579
+ attr_accessor positioning: Types::Positioning
580
+ attr_accessor applications: ::Array[Types::ApplicationConfig]
581
+ SENSITIVE: []
582
+ end
583
+
584
+ class FuotaTask
585
+ attr_accessor id: ::String
586
+ attr_accessor arn: ::String
587
+ attr_accessor name: ::String
588
+ SENSITIVE: []
589
+ end
590
+
591
+ class GatewayListItem
592
+ attr_accessor gateway_id: ::String
593
+ attr_accessor downlink_frequency: ::Integer
594
+ SENSITIVE: []
595
+ end
596
+
597
+ class GetDestinationRequest
598
+ attr_accessor name: ::String
599
+ SENSITIVE: []
600
+ end
601
+
602
+ class GetDestinationResponse
603
+ attr_accessor arn: ::String
604
+ attr_accessor name: ::String
605
+ attr_accessor expression: ::String
606
+ attr_accessor expression_type: ("RuleName" | "MqttTopic")
607
+ attr_accessor description: ::String
608
+ attr_accessor role_arn: ::String
609
+ SENSITIVE: []
610
+ end
611
+
612
+ class GetDeviceProfileRequest
613
+ attr_accessor id: ::String
614
+ SENSITIVE: []
615
+ end
616
+
617
+ class GetDeviceProfileResponse
618
+ attr_accessor arn: ::String
619
+ attr_accessor name: ::String
620
+ attr_accessor id: ::String
621
+ attr_accessor lo_ra_wan: Types::LoRaWANDeviceProfile
622
+ attr_accessor sidewalk: Types::SidewalkGetDeviceProfile
623
+ SENSITIVE: []
624
+ end
625
+
626
+ class GetEventConfigurationByResourceTypesRequest < Aws::EmptyStructure
627
+ end
628
+
629
+ class GetEventConfigurationByResourceTypesResponse
630
+ attr_accessor device_registration_state: Types::DeviceRegistrationStateResourceTypeEventConfiguration
631
+ attr_accessor proximity: Types::ProximityResourceTypeEventConfiguration
632
+ attr_accessor join: Types::JoinResourceTypeEventConfiguration
633
+ attr_accessor connection_status: Types::ConnectionStatusResourceTypeEventConfiguration
634
+ attr_accessor message_delivery_status: Types::MessageDeliveryStatusResourceTypeEventConfiguration
635
+ SENSITIVE: []
636
+ end
637
+
638
+ class GetFuotaTaskRequest
639
+ attr_accessor id: ::String
640
+ SENSITIVE: []
641
+ end
642
+
643
+ class GetFuotaTaskResponse
644
+ attr_accessor arn: ::String
645
+ attr_accessor id: ::String
646
+ attr_accessor status: ("Pending" | "FuotaSession_Waiting" | "In_FuotaSession" | "FuotaDone" | "Delete_Waiting")
647
+ attr_accessor name: ::String
648
+ attr_accessor description: ::String
649
+ attr_accessor lo_ra_wan: Types::LoRaWANFuotaTaskGetInfo
650
+ attr_accessor firmware_update_image: ::String
651
+ attr_accessor firmware_update_role: ::String
652
+ attr_accessor created_at: ::Time
653
+ attr_accessor redundancy_percent: ::Integer
654
+ attr_accessor fragment_size_bytes: ::Integer
655
+ attr_accessor fragment_interval_ms: ::Integer
656
+ SENSITIVE: []
657
+ end
658
+
659
+ class GetLogLevelsByResourceTypesRequest < Aws::EmptyStructure
660
+ end
661
+
662
+ class GetLogLevelsByResourceTypesResponse
663
+ attr_accessor default_log_level: ("INFO" | "ERROR" | "DISABLED")
664
+ attr_accessor wireless_gateway_log_options: ::Array[Types::WirelessGatewayLogOption]
665
+ attr_accessor wireless_device_log_options: ::Array[Types::WirelessDeviceLogOption]
666
+ SENSITIVE: []
667
+ end
668
+
669
+ class GetMulticastGroupRequest
670
+ attr_accessor id: ::String
671
+ SENSITIVE: []
672
+ end
673
+
674
+ class GetMulticastGroupResponse
675
+ attr_accessor arn: ::String
676
+ attr_accessor id: ::String
677
+ attr_accessor name: ::String
678
+ attr_accessor description: ::String
679
+ attr_accessor status: ::String
680
+ attr_accessor lo_ra_wan: Types::LoRaWANMulticastGet
681
+ attr_accessor created_at: ::Time
682
+ SENSITIVE: []
683
+ end
684
+
685
+ class GetMulticastGroupSessionRequest
686
+ attr_accessor id: ::String
687
+ SENSITIVE: []
688
+ end
689
+
690
+ class GetMulticastGroupSessionResponse
691
+ attr_accessor lo_ra_wan: Types::LoRaWANMulticastSession
692
+ SENSITIVE: []
693
+ end
694
+
695
+ class GetNetworkAnalyzerConfigurationRequest
696
+ attr_accessor configuration_name: ::String
697
+ SENSITIVE: []
698
+ end
699
+
700
+ class GetNetworkAnalyzerConfigurationResponse
701
+ attr_accessor trace_content: Types::TraceContent
702
+ attr_accessor wireless_devices: ::Array[::String]
703
+ attr_accessor wireless_gateways: ::Array[::String]
704
+ attr_accessor description: ::String
705
+ attr_accessor arn: ::String
706
+ attr_accessor name: ::String
707
+ attr_accessor multicast_groups: ::Array[::String]
708
+ SENSITIVE: []
709
+ end
710
+
711
+ class GetPartnerAccountRequest
712
+ attr_accessor partner_account_id: ::String
713
+ attr_accessor partner_type: ("Sidewalk")
714
+ SENSITIVE: []
715
+ end
716
+
717
+ class GetPartnerAccountResponse
718
+ attr_accessor sidewalk: Types::SidewalkAccountInfoWithFingerprint
719
+ attr_accessor account_linked: bool
720
+ SENSITIVE: []
721
+ end
722
+
723
+ class GetPositionConfigurationRequest
724
+ attr_accessor resource_identifier: ::String
725
+ attr_accessor resource_type: ("WirelessDevice" | "WirelessGateway")
726
+ SENSITIVE: []
727
+ end
728
+
729
+ class GetPositionConfigurationResponse
730
+ attr_accessor solvers: Types::PositionSolverDetails
731
+ attr_accessor destination: ::String
732
+ SENSITIVE: []
733
+ end
734
+
735
+ class GetPositionEstimateRequest
736
+ attr_accessor wi_fi_access_points: ::Array[Types::WiFiAccessPoint]
737
+ attr_accessor cell_towers: Types::CellTowers
738
+ attr_accessor ip: Types::Ip
739
+ attr_accessor gnss: Types::Gnss
740
+ attr_accessor timestamp: ::Time
741
+ SENSITIVE: []
742
+ end
743
+
744
+ class GetPositionEstimateResponse
745
+ attr_accessor geo_json_payload: ::IO
746
+ SENSITIVE: []
747
+ end
748
+
749
+ class GetPositionRequest
750
+ attr_accessor resource_identifier: ::String
751
+ attr_accessor resource_type: ("WirelessDevice" | "WirelessGateway")
752
+ SENSITIVE: []
753
+ end
754
+
755
+ class GetPositionResponse
756
+ attr_accessor position: ::Array[::Float]
757
+ attr_accessor accuracy: Types::Accuracy
758
+ attr_accessor solver_type: ("GNSS")
759
+ attr_accessor solver_provider: ("Semtech")
760
+ attr_accessor solver_version: ::String
761
+ attr_accessor timestamp: ::String
762
+ SENSITIVE: []
763
+ end
764
+
765
+ class GetResourceEventConfigurationRequest
766
+ attr_accessor identifier: ::String
767
+ attr_accessor identifier_type: ("PartnerAccountId" | "DevEui" | "GatewayEui" | "WirelessDeviceId" | "WirelessGatewayId")
768
+ attr_accessor partner_type: ("Sidewalk")
769
+ SENSITIVE: []
770
+ end
771
+
772
+ class GetResourceEventConfigurationResponse
773
+ attr_accessor device_registration_state: Types::DeviceRegistrationStateEventConfiguration
774
+ attr_accessor proximity: Types::ProximityEventConfiguration
775
+ attr_accessor join: Types::JoinEventConfiguration
776
+ attr_accessor connection_status: Types::ConnectionStatusEventConfiguration
777
+ attr_accessor message_delivery_status: Types::MessageDeliveryStatusEventConfiguration
778
+ SENSITIVE: []
779
+ end
780
+
781
+ class GetResourceLogLevelRequest
782
+ attr_accessor resource_identifier: ::String
783
+ attr_accessor resource_type: ::String
784
+ SENSITIVE: []
785
+ end
786
+
787
+ class GetResourceLogLevelResponse
788
+ attr_accessor log_level: ("INFO" | "ERROR" | "DISABLED")
789
+ SENSITIVE: []
790
+ end
791
+
792
+ class GetResourcePositionRequest
793
+ attr_accessor resource_identifier: ::String
794
+ attr_accessor resource_type: ("WirelessDevice" | "WirelessGateway")
795
+ SENSITIVE: []
796
+ end
797
+
798
+ class GetResourcePositionResponse
799
+ attr_accessor geo_json_payload: ::IO
800
+ SENSITIVE: []
801
+ end
802
+
803
+ class GetServiceEndpointRequest
804
+ attr_accessor service_type: ("CUPS" | "LNS")
805
+ SENSITIVE: []
806
+ end
807
+
808
+ class GetServiceEndpointResponse
809
+ attr_accessor service_type: ("CUPS" | "LNS")
810
+ attr_accessor service_endpoint: ::String
811
+ attr_accessor server_trust: ::String
812
+ SENSITIVE: []
813
+ end
814
+
815
+ class GetServiceProfileRequest
816
+ attr_accessor id: ::String
817
+ SENSITIVE: []
818
+ end
819
+
820
+ class GetServiceProfileResponse
821
+ attr_accessor arn: ::String
822
+ attr_accessor name: ::String
823
+ attr_accessor id: ::String
824
+ attr_accessor lo_ra_wan: Types::LoRaWANGetServiceProfileInfo
825
+ SENSITIVE: []
826
+ end
827
+
828
+ class GetWirelessDeviceImportTaskRequest
829
+ attr_accessor id: ::String
830
+ SENSITIVE: []
831
+ end
832
+
833
+ class GetWirelessDeviceImportTaskResponse
834
+ attr_accessor id: ::String
835
+ attr_accessor arn: ::String
836
+ attr_accessor destination_name: ::String
837
+ attr_accessor sidewalk: Types::SidewalkGetStartImportInfo
838
+ attr_accessor creation_time: ::Time
839
+ attr_accessor status: ("INITIALIZING" | "INITIALIZED" | "PENDING" | "COMPLETE" | "FAILED" | "DELETING")
840
+ attr_accessor status_reason: ::String
841
+ attr_accessor initialized_imported_device_count: ::Integer
842
+ attr_accessor pending_imported_device_count: ::Integer
843
+ attr_accessor onboarded_imported_device_count: ::Integer
844
+ attr_accessor failed_imported_device_count: ::Integer
845
+ SENSITIVE: []
846
+ end
847
+
848
+ class GetWirelessDeviceRequest
849
+ attr_accessor identifier: ::String
850
+ attr_accessor identifier_type: ("WirelessDeviceId" | "DevEui" | "ThingName" | "SidewalkManufacturingSn")
851
+ SENSITIVE: []
852
+ end
853
+
854
+ class GetWirelessDeviceResponse
855
+ attr_accessor type: ("Sidewalk" | "LoRaWAN")
856
+ attr_accessor name: ::String
857
+ attr_accessor description: ::String
858
+ attr_accessor destination_name: ::String
859
+ attr_accessor id: ::String
860
+ attr_accessor arn: ::String
861
+ attr_accessor thing_name: ::String
862
+ attr_accessor thing_arn: ::String
863
+ attr_accessor lo_ra_wan: Types::LoRaWANDevice
864
+ attr_accessor sidewalk: Types::SidewalkDevice
865
+ attr_accessor positioning: ("Enabled" | "Disabled")
866
+ SENSITIVE: []
867
+ end
868
+
869
+ class GetWirelessDeviceStatisticsRequest
870
+ attr_accessor wireless_device_id: ::String
871
+ SENSITIVE: []
872
+ end
873
+
874
+ class GetWirelessDeviceStatisticsResponse
875
+ attr_accessor wireless_device_id: ::String
876
+ attr_accessor last_uplink_received_at: ::String
877
+ attr_accessor lo_ra_wan: Types::LoRaWANDeviceMetadata
878
+ attr_accessor sidewalk: Types::SidewalkDeviceMetadata
879
+ SENSITIVE: []
880
+ end
881
+
882
+ class GetWirelessGatewayCertificateRequest
883
+ attr_accessor id: ::String
884
+ SENSITIVE: []
885
+ end
886
+
887
+ class GetWirelessGatewayCertificateResponse
888
+ attr_accessor iot_certificate_id: ::String
889
+ attr_accessor lo_ra_wan_network_server_certificate_id: ::String
890
+ SENSITIVE: []
891
+ end
892
+
893
+ class GetWirelessGatewayFirmwareInformationRequest
894
+ attr_accessor id: ::String
895
+ SENSITIVE: []
896
+ end
897
+
898
+ class GetWirelessGatewayFirmwareInformationResponse
899
+ attr_accessor lo_ra_wan: Types::LoRaWANGatewayCurrentVersion
900
+ SENSITIVE: []
901
+ end
902
+
903
+ class GetWirelessGatewayRequest
904
+ attr_accessor identifier: ::String
905
+ attr_accessor identifier_type: ("GatewayEui" | "WirelessGatewayId" | "ThingName")
906
+ SENSITIVE: []
907
+ end
908
+
909
+ class GetWirelessGatewayResponse
910
+ attr_accessor name: ::String
911
+ attr_accessor id: ::String
912
+ attr_accessor description: ::String
913
+ attr_accessor lo_ra_wan: Types::LoRaWANGateway
914
+ attr_accessor arn: ::String
915
+ attr_accessor thing_name: ::String
916
+ attr_accessor thing_arn: ::String
917
+ SENSITIVE: []
918
+ end
919
+
920
+ class GetWirelessGatewayStatisticsRequest
921
+ attr_accessor wireless_gateway_id: ::String
922
+ SENSITIVE: []
923
+ end
924
+
925
+ class GetWirelessGatewayStatisticsResponse
926
+ attr_accessor wireless_gateway_id: ::String
927
+ attr_accessor last_uplink_received_at: ::String
928
+ attr_accessor connection_status: ("Connected" | "Disconnected")
929
+ SENSITIVE: []
930
+ end
931
+
932
+ class GetWirelessGatewayTaskDefinitionRequest
933
+ attr_accessor id: ::String
934
+ SENSITIVE: []
935
+ end
936
+
937
+ class GetWirelessGatewayTaskDefinitionResponse
938
+ attr_accessor auto_create_tasks: bool
939
+ attr_accessor name: ::String
940
+ attr_accessor update: Types::UpdateWirelessGatewayTaskCreate
941
+ attr_accessor arn: ::String
942
+ SENSITIVE: []
943
+ end
944
+
945
+ class GetWirelessGatewayTaskRequest
946
+ attr_accessor id: ::String
947
+ SENSITIVE: []
948
+ end
949
+
950
+ class GetWirelessGatewayTaskResponse
951
+ attr_accessor wireless_gateway_id: ::String
952
+ attr_accessor wireless_gateway_task_definition_id: ::String
953
+ attr_accessor last_uplink_received_at: ::String
954
+ attr_accessor task_created_at: ::String
955
+ attr_accessor status: ("PENDING" | "IN_PROGRESS" | "FIRST_RETRY" | "SECOND_RETRY" | "COMPLETED" | "FAILED")
956
+ SENSITIVE: []
957
+ end
958
+
959
+ class GlobalIdentity
960
+ attr_accessor lac: ::Integer
961
+ attr_accessor geran_cid: ::Integer
962
+ SENSITIVE: []
963
+ end
964
+
965
+ class Gnss
966
+ attr_accessor payload: ::String
967
+ attr_accessor capture_time: ::Float
968
+ attr_accessor capture_time_accuracy: ::Float
969
+ attr_accessor assist_position: ::Array[::Float]
970
+ attr_accessor assist_altitude: ::Float
971
+ attr_accessor use_2_d_solver: bool
972
+ SENSITIVE: []
973
+ end
974
+
975
+ class GsmLocalId
976
+ attr_accessor bsic: ::Integer
977
+ attr_accessor bcch: ::Integer
978
+ SENSITIVE: []
979
+ end
980
+
981
+ class GsmNmrObj
982
+ attr_accessor bsic: ::Integer
983
+ attr_accessor bcch: ::Integer
984
+ attr_accessor rx_level: ::Integer
985
+ attr_accessor global_identity: Types::GlobalIdentity
986
+ SENSITIVE: []
987
+ end
988
+
989
+ class GsmObj
990
+ attr_accessor mcc: ::Integer
991
+ attr_accessor mnc: ::Integer
992
+ attr_accessor lac: ::Integer
993
+ attr_accessor geran_cid: ::Integer
994
+ attr_accessor gsm_local_id: Types::GsmLocalId
995
+ attr_accessor gsm_timing_advance: ::Integer
996
+ attr_accessor rx_level: ::Integer
997
+ attr_accessor gsm_nmr: ::Array[Types::GsmNmrObj]
998
+ SENSITIVE: []
999
+ end
1000
+
1001
+ class ImportedSidewalkDevice
1002
+ attr_accessor sidewalk_manufacturing_sn: ::String
1003
+ attr_accessor onboarding_status: ("INITIALIZED" | "PENDING" | "ONBOARDED" | "FAILED")
1004
+ attr_accessor onboarding_status_reason: ::String
1005
+ attr_accessor last_update_time: ::Time
1006
+ SENSITIVE: []
1007
+ end
1008
+
1009
+ class ImportedWirelessDevice
1010
+ attr_accessor sidewalk: Types::ImportedSidewalkDevice
1011
+ SENSITIVE: []
1012
+ end
1013
+
1014
+ class InternalServerException
1015
+ attr_accessor message: ::String
1016
+ SENSITIVE: []
1017
+ end
1018
+
1019
+ class Ip
1020
+ attr_accessor ip_address: ::String
1021
+ SENSITIVE: []
1022
+ end
1023
+
1024
+ class JoinEventConfiguration
1025
+ attr_accessor lo_ra_wan: Types::LoRaWANJoinEventNotificationConfigurations
1026
+ attr_accessor wireless_device_id_event_topic: ("Enabled" | "Disabled")
1027
+ SENSITIVE: []
1028
+ end
1029
+
1030
+ class JoinResourceTypeEventConfiguration
1031
+ attr_accessor lo_ra_wan: Types::LoRaWANJoinResourceTypeEventConfiguration
1032
+ SENSITIVE: []
1033
+ end
1034
+
1035
+ class ListDestinationsRequest
1036
+ attr_accessor max_results: ::Integer
1037
+ attr_accessor next_token: ::String
1038
+ SENSITIVE: []
1039
+ end
1040
+
1041
+ class ListDestinationsResponse
1042
+ attr_accessor next_token: ::String
1043
+ attr_accessor destination_list: ::Array[Types::Destinations]
1044
+ SENSITIVE: []
1045
+ end
1046
+
1047
+ class ListDeviceProfilesRequest
1048
+ attr_accessor next_token: ::String
1049
+ attr_accessor max_results: ::Integer
1050
+ attr_accessor device_profile_type: ("Sidewalk" | "LoRaWAN")
1051
+ SENSITIVE: []
1052
+ end
1053
+
1054
+ class ListDeviceProfilesResponse
1055
+ attr_accessor next_token: ::String
1056
+ attr_accessor device_profile_list: ::Array[Types::DeviceProfile]
1057
+ SENSITIVE: []
1058
+ end
1059
+
1060
+ class ListDevicesForWirelessDeviceImportTaskRequest
1061
+ attr_accessor id: ::String
1062
+ attr_accessor max_results: ::Integer
1063
+ attr_accessor next_token: ::String
1064
+ attr_accessor status: ("INITIALIZED" | "PENDING" | "ONBOARDED" | "FAILED")
1065
+ SENSITIVE: []
1066
+ end
1067
+
1068
+ class ListDevicesForWirelessDeviceImportTaskResponse
1069
+ attr_accessor next_token: ::String
1070
+ attr_accessor destination_name: ::String
1071
+ attr_accessor imported_wireless_device_list: ::Array[Types::ImportedWirelessDevice]
1072
+ SENSITIVE: []
1073
+ end
1074
+
1075
+ class ListEventConfigurationsRequest
1076
+ attr_accessor resource_type: ("SidewalkAccount" | "WirelessDevice" | "WirelessGateway")
1077
+ attr_accessor max_results: ::Integer
1078
+ attr_accessor next_token: ::String
1079
+ SENSITIVE: []
1080
+ end
1081
+
1082
+ class ListEventConfigurationsResponse
1083
+ attr_accessor next_token: ::String
1084
+ attr_accessor event_configurations_list: ::Array[Types::EventConfigurationItem]
1085
+ SENSITIVE: []
1086
+ end
1087
+
1088
+ class ListFuotaTasksRequest
1089
+ attr_accessor next_token: ::String
1090
+ attr_accessor max_results: ::Integer
1091
+ SENSITIVE: []
1092
+ end
1093
+
1094
+ class ListFuotaTasksResponse
1095
+ attr_accessor next_token: ::String
1096
+ attr_accessor fuota_task_list: ::Array[Types::FuotaTask]
1097
+ SENSITIVE: []
1098
+ end
1099
+
1100
+ class ListMulticastGroupsByFuotaTaskRequest
1101
+ attr_accessor id: ::String
1102
+ attr_accessor next_token: ::String
1103
+ attr_accessor max_results: ::Integer
1104
+ SENSITIVE: []
1105
+ end
1106
+
1107
+ class ListMulticastGroupsByFuotaTaskResponse
1108
+ attr_accessor next_token: ::String
1109
+ attr_accessor multicast_group_list: ::Array[Types::MulticastGroupByFuotaTask]
1110
+ SENSITIVE: []
1111
+ end
1112
+
1113
+ class ListMulticastGroupsRequest
1114
+ attr_accessor next_token: ::String
1115
+ attr_accessor max_results: ::Integer
1116
+ SENSITIVE: []
1117
+ end
1118
+
1119
+ class ListMulticastGroupsResponse
1120
+ attr_accessor next_token: ::String
1121
+ attr_accessor multicast_group_list: ::Array[Types::MulticastGroup]
1122
+ SENSITIVE: []
1123
+ end
1124
+
1125
+ class ListNetworkAnalyzerConfigurationsRequest
1126
+ attr_accessor max_results: ::Integer
1127
+ attr_accessor next_token: ::String
1128
+ SENSITIVE: []
1129
+ end
1130
+
1131
+ class ListNetworkAnalyzerConfigurationsResponse
1132
+ attr_accessor next_token: ::String
1133
+ attr_accessor network_analyzer_configuration_list: ::Array[Types::NetworkAnalyzerConfigurations]
1134
+ SENSITIVE: []
1135
+ end
1136
+
1137
+ class ListPartnerAccountsRequest
1138
+ attr_accessor next_token: ::String
1139
+ attr_accessor max_results: ::Integer
1140
+ SENSITIVE: []
1141
+ end
1142
+
1143
+ class ListPartnerAccountsResponse
1144
+ attr_accessor next_token: ::String
1145
+ attr_accessor sidewalk: ::Array[Types::SidewalkAccountInfoWithFingerprint]
1146
+ SENSITIVE: []
1147
+ end
1148
+
1149
+ class ListPositionConfigurationsRequest
1150
+ attr_accessor resource_type: ("WirelessDevice" | "WirelessGateway")
1151
+ attr_accessor max_results: ::Integer
1152
+ attr_accessor next_token: ::String
1153
+ SENSITIVE: []
1154
+ end
1155
+
1156
+ class ListPositionConfigurationsResponse
1157
+ attr_accessor position_configuration_list: ::Array[Types::PositionConfigurationItem]
1158
+ attr_accessor next_token: ::String
1159
+ SENSITIVE: []
1160
+ end
1161
+
1162
+ class ListQueuedMessagesRequest
1163
+ attr_accessor id: ::String
1164
+ attr_accessor next_token: ::String
1165
+ attr_accessor max_results: ::Integer
1166
+ attr_accessor wireless_device_type: ("Sidewalk" | "LoRaWAN")
1167
+ SENSITIVE: []
1168
+ end
1169
+
1170
+ class ListQueuedMessagesResponse
1171
+ attr_accessor next_token: ::String
1172
+ attr_accessor downlink_queue_messages_list: ::Array[Types::DownlinkQueueMessage]
1173
+ SENSITIVE: []
1174
+ end
1175
+
1176
+ class ListServiceProfilesRequest
1177
+ attr_accessor next_token: ::String
1178
+ attr_accessor max_results: ::Integer
1179
+ SENSITIVE: []
1180
+ end
1181
+
1182
+ class ListServiceProfilesResponse
1183
+ attr_accessor next_token: ::String
1184
+ attr_accessor service_profile_list: ::Array[Types::ServiceProfile]
1185
+ SENSITIVE: []
1186
+ end
1187
+
1188
+ class ListTagsForResourceRequest
1189
+ attr_accessor resource_arn: ::String
1190
+ SENSITIVE: []
1191
+ end
1192
+
1193
+ class ListTagsForResourceResponse
1194
+ attr_accessor tags: ::Array[Types::Tag]
1195
+ SENSITIVE: []
1196
+ end
1197
+
1198
+ class ListWirelessDeviceImportTasksRequest
1199
+ attr_accessor max_results: ::Integer
1200
+ attr_accessor next_token: ::String
1201
+ SENSITIVE: []
1202
+ end
1203
+
1204
+ class ListWirelessDeviceImportTasksResponse
1205
+ attr_accessor next_token: ::String
1206
+ attr_accessor wireless_device_import_task_list: ::Array[Types::WirelessDeviceImportTask]
1207
+ SENSITIVE: []
1208
+ end
1209
+
1210
+ class ListWirelessDevicesRequest
1211
+ attr_accessor max_results: ::Integer
1212
+ attr_accessor next_token: ::String
1213
+ attr_accessor destination_name: ::String
1214
+ attr_accessor device_profile_id: ::String
1215
+ attr_accessor service_profile_id: ::String
1216
+ attr_accessor wireless_device_type: ("Sidewalk" | "LoRaWAN")
1217
+ attr_accessor fuota_task_id: ::String
1218
+ attr_accessor multicast_group_id: ::String
1219
+ SENSITIVE: []
1220
+ end
1221
+
1222
+ class ListWirelessDevicesResponse
1223
+ attr_accessor next_token: ::String
1224
+ attr_accessor wireless_device_list: ::Array[Types::WirelessDeviceStatistics]
1225
+ SENSITIVE: []
1226
+ end
1227
+
1228
+ class ListWirelessGatewayTaskDefinitionsRequest
1229
+ attr_accessor max_results: ::Integer
1230
+ attr_accessor next_token: ::String
1231
+ attr_accessor task_definition_type: ("UPDATE")
1232
+ SENSITIVE: []
1233
+ end
1234
+
1235
+ class ListWirelessGatewayTaskDefinitionsResponse
1236
+ attr_accessor next_token: ::String
1237
+ attr_accessor task_definitions: ::Array[Types::UpdateWirelessGatewayTaskEntry]
1238
+ SENSITIVE: []
1239
+ end
1240
+
1241
+ class ListWirelessGatewaysRequest
1242
+ attr_accessor next_token: ::String
1243
+ attr_accessor max_results: ::Integer
1244
+ SENSITIVE: []
1245
+ end
1246
+
1247
+ class ListWirelessGatewaysResponse
1248
+ attr_accessor next_token: ::String
1249
+ attr_accessor wireless_gateway_list: ::Array[Types::WirelessGatewayStatistics]
1250
+ SENSITIVE: []
1251
+ end
1252
+
1253
+ class LoRaWANConnectionStatusEventNotificationConfigurations
1254
+ attr_accessor gateway_eui_event_topic: ("Enabled" | "Disabled")
1255
+ SENSITIVE: []
1256
+ end
1257
+
1258
+ class LoRaWANConnectionStatusResourceTypeEventConfiguration
1259
+ attr_accessor wireless_gateway_event_topic: ("Enabled" | "Disabled")
1260
+ SENSITIVE: []
1261
+ end
1262
+
1263
+ class LoRaWANDevice
1264
+ attr_accessor dev_eui: ::String
1265
+ attr_accessor device_profile_id: ::String
1266
+ attr_accessor service_profile_id: ::String
1267
+ attr_accessor otaa_v1_1: Types::OtaaV1_1
1268
+ attr_accessor otaa_v1_0_x: Types::OtaaV1_0_x
1269
+ attr_accessor abp_v1_1: Types::AbpV1_1
1270
+ attr_accessor abp_v1_0_x: Types::AbpV1_0_x
1271
+ attr_accessor f_ports: Types::FPorts
1272
+ SENSITIVE: []
1273
+ end
1274
+
1275
+ class LoRaWANDeviceMetadata
1276
+ attr_accessor dev_eui: ::String
1277
+ attr_accessor f_port: ::Integer
1278
+ attr_accessor data_rate: ::Integer
1279
+ attr_accessor frequency: ::Integer
1280
+ attr_accessor timestamp: ::String
1281
+ attr_accessor gateways: ::Array[Types::LoRaWANGatewayMetadata]
1282
+ SENSITIVE: []
1283
+ end
1284
+
1285
+ class LoRaWANDeviceProfile
1286
+ attr_accessor supports_class_b: bool
1287
+ attr_accessor class_b_timeout: ::Integer
1288
+ attr_accessor ping_slot_period: ::Integer
1289
+ attr_accessor ping_slot_dr: ::Integer
1290
+ attr_accessor ping_slot_freq: ::Integer
1291
+ attr_accessor supports_class_c: bool
1292
+ attr_accessor class_c_timeout: ::Integer
1293
+ attr_accessor mac_version: ::String
1294
+ attr_accessor reg_params_revision: ::String
1295
+ attr_accessor rx_delay_1: ::Integer
1296
+ attr_accessor rx_dr_offset_1: ::Integer
1297
+ attr_accessor rx_data_rate_2: ::Integer
1298
+ attr_accessor rx_freq_2: ::Integer
1299
+ attr_accessor factory_preset_freqs_list: ::Array[::Integer]
1300
+ attr_accessor max_eirp: ::Integer
1301
+ attr_accessor max_duty_cycle: ::Integer
1302
+ attr_accessor rf_region: ::String
1303
+ attr_accessor supports_join: bool
1304
+ attr_accessor supports_32_bit_f_cnt: bool
1305
+ SENSITIVE: []
1306
+ end
1307
+
1308
+ class LoRaWANFuotaTask
1309
+ attr_accessor rf_region: ("EU868" | "US915" | "AU915" | "AS923-1" | "AS923-2" | "AS923-3" | "AS923-4" | "EU433" | "CN470" | "CN779" | "RU864" | "KR920" | "IN865")
1310
+ SENSITIVE: []
1311
+ end
1312
+
1313
+ class LoRaWANFuotaTaskGetInfo
1314
+ attr_accessor rf_region: ::String
1315
+ attr_accessor start_time: ::Time
1316
+ SENSITIVE: []
1317
+ end
1318
+
1319
+ class LoRaWANGateway
1320
+ attr_accessor gateway_eui: ::String
1321
+ attr_accessor rf_region: ::String
1322
+ attr_accessor join_eui_filters: ::Array[::Array[::String]]
1323
+ attr_accessor net_id_filters: ::Array[::String]
1324
+ attr_accessor sub_bands: ::Array[::Integer]
1325
+ attr_accessor beaconing: Types::Beaconing
1326
+ attr_accessor max_eirp: ::Float
1327
+ SENSITIVE: []
1328
+ end
1329
+
1330
+ class LoRaWANGatewayCurrentVersion
1331
+ attr_accessor current_version: Types::LoRaWANGatewayVersion
1332
+ SENSITIVE: []
1333
+ end
1334
+
1335
+ class LoRaWANGatewayMetadata
1336
+ attr_accessor gateway_eui: ::String
1337
+ attr_accessor snr: ::Float
1338
+ attr_accessor rssi: ::Float
1339
+ SENSITIVE: []
1340
+ end
1341
+
1342
+ class LoRaWANGatewayVersion
1343
+ attr_accessor package_version: ::String
1344
+ attr_accessor model: ::String
1345
+ attr_accessor station: ::String
1346
+ SENSITIVE: []
1347
+ end
1348
+
1349
+ class LoRaWANGetServiceProfileInfo
1350
+ attr_accessor ul_rate: ::Integer
1351
+ attr_accessor ul_bucket_size: ::Integer
1352
+ attr_accessor ul_rate_policy: ::String
1353
+ attr_accessor dl_rate: ::Integer
1354
+ attr_accessor dl_bucket_size: ::Integer
1355
+ attr_accessor dl_rate_policy: ::String
1356
+ attr_accessor add_gw_metadata: bool
1357
+ attr_accessor dev_status_req_freq: ::Integer
1358
+ attr_accessor report_dev_status_battery: bool
1359
+ attr_accessor report_dev_status_margin: bool
1360
+ attr_accessor dr_min: ::Integer
1361
+ attr_accessor dr_max: ::Integer
1362
+ attr_accessor channel_mask: ::String
1363
+ attr_accessor pr_allowed: bool
1364
+ attr_accessor hr_allowed: bool
1365
+ attr_accessor ra_allowed: bool
1366
+ attr_accessor nwk_geo_loc: bool
1367
+ attr_accessor target_per: ::Integer
1368
+ attr_accessor min_gw_diversity: ::Integer
1369
+ SENSITIVE: []
1370
+ end
1371
+
1372
+ class LoRaWANJoinEventNotificationConfigurations
1373
+ attr_accessor dev_eui_event_topic: ("Enabled" | "Disabled")
1374
+ SENSITIVE: []
1375
+ end
1376
+
1377
+ class LoRaWANJoinResourceTypeEventConfiguration
1378
+ attr_accessor wireless_device_event_topic: ("Enabled" | "Disabled")
1379
+ SENSITIVE: []
1380
+ end
1381
+
1382
+ class LoRaWANListDevice
1383
+ attr_accessor dev_eui: ::String
1384
+ SENSITIVE: []
1385
+ end
1386
+
1387
+ class LoRaWANMulticast
1388
+ attr_accessor rf_region: ("EU868" | "US915" | "AU915" | "AS923-1" | "AS923-2" | "AS923-3" | "AS923-4" | "EU433" | "CN470" | "CN779" | "RU864" | "KR920" | "IN865")
1389
+ attr_accessor dl_class: ("ClassB" | "ClassC")
1390
+ SENSITIVE: []
1391
+ end
1392
+
1393
+ class LoRaWANMulticastGet
1394
+ attr_accessor rf_region: ("EU868" | "US915" | "AU915" | "AS923-1" | "AS923-2" | "AS923-3" | "AS923-4" | "EU433" | "CN470" | "CN779" | "RU864" | "KR920" | "IN865")
1395
+ attr_accessor dl_class: ("ClassB" | "ClassC")
1396
+ attr_accessor number_of_devices_requested: ::Integer
1397
+ attr_accessor number_of_devices_in_group: ::Integer
1398
+ SENSITIVE: []
1399
+ end
1400
+
1401
+ class LoRaWANMulticastMetadata
1402
+ attr_accessor f_port: ::Integer
1403
+ SENSITIVE: []
1404
+ end
1405
+
1406
+ class LoRaWANMulticastSession
1407
+ attr_accessor dl_dr: ::Integer
1408
+ attr_accessor dl_freq: ::Integer
1409
+ attr_accessor session_start_time: ::Time
1410
+ attr_accessor session_timeout: ::Integer
1411
+ attr_accessor ping_slot_period: ::Integer
1412
+ SENSITIVE: []
1413
+ end
1414
+
1415
+ class LoRaWANSendDataToDevice
1416
+ attr_accessor f_port: ::Integer
1417
+ attr_accessor participating_gateways: Types::ParticipatingGateways
1418
+ SENSITIVE: []
1419
+ end
1420
+
1421
+ class LoRaWANServiceProfile
1422
+ attr_accessor add_gw_metadata: bool
1423
+ attr_accessor dr_min: ::Integer
1424
+ attr_accessor dr_max: ::Integer
1425
+ attr_accessor pr_allowed: bool
1426
+ attr_accessor ra_allowed: bool
1427
+ SENSITIVE: []
1428
+ end
1429
+
1430
+ class LoRaWANStartFuotaTask
1431
+ attr_accessor start_time: ::Time
1432
+ SENSITIVE: []
1433
+ end
1434
+
1435
+ class LoRaWANUpdateDevice
1436
+ attr_accessor device_profile_id: ::String
1437
+ attr_accessor service_profile_id: ::String
1438
+ attr_accessor abp_v1_1: Types::UpdateAbpV1_1
1439
+ attr_accessor abp_v1_0_x: Types::UpdateAbpV1_0_x
1440
+ attr_accessor f_ports: Types::UpdateFPorts
1441
+ SENSITIVE: []
1442
+ end
1443
+
1444
+ class LoRaWANUpdateGatewayTaskCreate
1445
+ attr_accessor update_signature: ::String
1446
+ attr_accessor sig_key_crc: ::Integer
1447
+ attr_accessor current_version: Types::LoRaWANGatewayVersion
1448
+ attr_accessor update_version: Types::LoRaWANGatewayVersion
1449
+ SENSITIVE: []
1450
+ end
1451
+
1452
+ class LoRaWANUpdateGatewayTaskEntry
1453
+ attr_accessor current_version: Types::LoRaWANGatewayVersion
1454
+ attr_accessor update_version: Types::LoRaWANGatewayVersion
1455
+ SENSITIVE: []
1456
+ end
1457
+
1458
+ class LteLocalId
1459
+ attr_accessor pci: ::Integer
1460
+ attr_accessor earfcn: ::Integer
1461
+ SENSITIVE: []
1462
+ end
1463
+
1464
+ class LteNmrObj
1465
+ attr_accessor pci: ::Integer
1466
+ attr_accessor earfcn: ::Integer
1467
+ attr_accessor eutran_cid: ::Integer
1468
+ attr_accessor rsrp: ::Integer
1469
+ attr_accessor rsrq: ::Float
1470
+ SENSITIVE: []
1471
+ end
1472
+
1473
+ class LteObj
1474
+ attr_accessor mcc: ::Integer
1475
+ attr_accessor mnc: ::Integer
1476
+ attr_accessor eutran_cid: ::Integer
1477
+ attr_accessor tac: ::Integer
1478
+ attr_accessor lte_local_id: Types::LteLocalId
1479
+ attr_accessor lte_timing_advance: ::Integer
1480
+ attr_accessor rsrp: ::Integer
1481
+ attr_accessor rsrq: ::Float
1482
+ attr_accessor nr_capable: bool
1483
+ attr_accessor lte_nmr: ::Array[Types::LteNmrObj]
1484
+ SENSITIVE: []
1485
+ end
1486
+
1487
+ class MessageDeliveryStatusEventConfiguration
1488
+ attr_accessor sidewalk: Types::SidewalkEventNotificationConfigurations
1489
+ attr_accessor wireless_device_id_event_topic: ("Enabled" | "Disabled")
1490
+ SENSITIVE: []
1491
+ end
1492
+
1493
+ class MessageDeliveryStatusResourceTypeEventConfiguration
1494
+ attr_accessor sidewalk: Types::SidewalkResourceTypeEventConfiguration
1495
+ SENSITIVE: []
1496
+ end
1497
+
1498
+ class MulticastGroup
1499
+ attr_accessor id: ::String
1500
+ attr_accessor arn: ::String
1501
+ attr_accessor name: ::String
1502
+ SENSITIVE: []
1503
+ end
1504
+
1505
+ class MulticastGroupByFuotaTask
1506
+ attr_accessor id: ::String
1507
+ SENSITIVE: []
1508
+ end
1509
+
1510
+ class MulticastWirelessMetadata
1511
+ attr_accessor lo_ra_wan: Types::LoRaWANMulticastMetadata
1512
+ SENSITIVE: []
1513
+ end
1514
+
1515
+ class NetworkAnalyzerConfigurations
1516
+ attr_accessor arn: ::String
1517
+ attr_accessor name: ::String
1518
+ SENSITIVE: []
1519
+ end
1520
+
1521
+ class OtaaV1_0_x
1522
+ attr_accessor app_key: ::String
1523
+ attr_accessor app_eui: ::String
1524
+ attr_accessor join_eui: ::String
1525
+ attr_accessor gen_app_key: ::String
1526
+ SENSITIVE: []
1527
+ end
1528
+
1529
+ class OtaaV1_1
1530
+ attr_accessor app_key: ::String
1531
+ attr_accessor nwk_key: ::String
1532
+ attr_accessor join_eui: ::String
1533
+ SENSITIVE: []
1534
+ end
1535
+
1536
+ class ParticipatingGateways
1537
+ attr_accessor downlink_mode: ("SEQUENTIAL" | "CONCURRENT" | "USING_UPLINK_GATEWAY")
1538
+ attr_accessor gateway_list: ::Array[Types::GatewayListItem]
1539
+ attr_accessor transmission_interval: ::Integer
1540
+ SENSITIVE: []
1541
+ end
1542
+
1543
+ class PositionConfigurationItem
1544
+ attr_accessor resource_identifier: ::String
1545
+ attr_accessor resource_type: ("WirelessDevice" | "WirelessGateway")
1546
+ attr_accessor solvers: Types::PositionSolverDetails
1547
+ attr_accessor destination: ::String
1548
+ SENSITIVE: []
1549
+ end
1550
+
1551
+ class PositionSolverConfigurations
1552
+ attr_accessor semtech_gnss: Types::SemtechGnssConfiguration
1553
+ SENSITIVE: []
1554
+ end
1555
+
1556
+ class PositionSolverDetails
1557
+ attr_accessor semtech_gnss: Types::SemtechGnssDetail
1558
+ SENSITIVE: []
1559
+ end
1560
+
1561
+ class Positioning
1562
+ attr_accessor clock_sync: ::Integer
1563
+ attr_accessor stream: ::Integer
1564
+ attr_accessor gnss: ::Integer
1565
+ SENSITIVE: []
1566
+ end
1567
+
1568
+ class ProximityEventConfiguration
1569
+ attr_accessor sidewalk: Types::SidewalkEventNotificationConfigurations
1570
+ attr_accessor wireless_device_id_event_topic: ("Enabled" | "Disabled")
1571
+ SENSITIVE: []
1572
+ end
1573
+
1574
+ class ProximityResourceTypeEventConfiguration
1575
+ attr_accessor sidewalk: Types::SidewalkResourceTypeEventConfiguration
1576
+ SENSITIVE: []
1577
+ end
1578
+
1579
+ class PutPositionConfigurationRequest
1580
+ attr_accessor resource_identifier: ::String
1581
+ attr_accessor resource_type: ("WirelessDevice" | "WirelessGateway")
1582
+ attr_accessor solvers: Types::PositionSolverConfigurations
1583
+ attr_accessor destination: ::String
1584
+ SENSITIVE: []
1585
+ end
1586
+
1587
+ class PutPositionConfigurationResponse < Aws::EmptyStructure
1588
+ end
1589
+
1590
+ class PutResourceLogLevelRequest
1591
+ attr_accessor resource_identifier: ::String
1592
+ attr_accessor resource_type: ::String
1593
+ attr_accessor log_level: ("INFO" | "ERROR" | "DISABLED")
1594
+ SENSITIVE: []
1595
+ end
1596
+
1597
+ class PutResourceLogLevelResponse < Aws::EmptyStructure
1598
+ end
1599
+
1600
+ class ResetAllResourceLogLevelsRequest < Aws::EmptyStructure
1601
+ end
1602
+
1603
+ class ResetAllResourceLogLevelsResponse < Aws::EmptyStructure
1604
+ end
1605
+
1606
+ class ResetResourceLogLevelRequest
1607
+ attr_accessor resource_identifier: ::String
1608
+ attr_accessor resource_type: ::String
1609
+ SENSITIVE: []
1610
+ end
1611
+
1612
+ class ResetResourceLogLevelResponse < Aws::EmptyStructure
1613
+ end
1614
+
1615
+ class ResourceNotFoundException
1616
+ attr_accessor message: ::String
1617
+ attr_accessor resource_id: ::String
1618
+ attr_accessor resource_type: ::String
1619
+ SENSITIVE: []
1620
+ end
1621
+
1622
+ class SemtechGnssConfiguration
1623
+ attr_accessor status: ("Enabled" | "Disabled")
1624
+ attr_accessor fec: ("ROSE" | "NONE")
1625
+ SENSITIVE: []
1626
+ end
1627
+
1628
+ class SemtechGnssDetail
1629
+ attr_accessor provider: ("Semtech")
1630
+ attr_accessor type: ("GNSS")
1631
+ attr_accessor status: ("Enabled" | "Disabled")
1632
+ attr_accessor fec: ("ROSE" | "NONE")
1633
+ SENSITIVE: []
1634
+ end
1635
+
1636
+ class SendDataToMulticastGroupRequest
1637
+ attr_accessor id: ::String
1638
+ attr_accessor payload_data: ::String
1639
+ attr_accessor wireless_metadata: Types::MulticastWirelessMetadata
1640
+ SENSITIVE: []
1641
+ end
1642
+
1643
+ class SendDataToMulticastGroupResponse
1644
+ attr_accessor message_id: ::String
1645
+ SENSITIVE: []
1646
+ end
1647
+
1648
+ class SendDataToWirelessDeviceRequest
1649
+ attr_accessor id: ::String
1650
+ attr_accessor transmit_mode: ::Integer
1651
+ attr_accessor payload_data: ::String
1652
+ attr_accessor wireless_metadata: Types::WirelessMetadata
1653
+ SENSITIVE: []
1654
+ end
1655
+
1656
+ class SendDataToWirelessDeviceResponse
1657
+ attr_accessor message_id: ::String
1658
+ SENSITIVE: []
1659
+ end
1660
+
1661
+ class ServiceProfile
1662
+ attr_accessor arn: ::String
1663
+ attr_accessor name: ::String
1664
+ attr_accessor id: ::String
1665
+ SENSITIVE: []
1666
+ end
1667
+
1668
+ class SessionKeysAbpV1_0_x
1669
+ attr_accessor nwk_s_key: ::String
1670
+ attr_accessor app_s_key: ::String
1671
+ SENSITIVE: []
1672
+ end
1673
+
1674
+ class SessionKeysAbpV1_1
1675
+ attr_accessor f_nwk_s_int_key: ::String
1676
+ attr_accessor s_nwk_s_int_key: ::String
1677
+ attr_accessor nwk_s_enc_key: ::String
1678
+ attr_accessor app_s_key: ::String
1679
+ SENSITIVE: []
1680
+ end
1681
+
1682
+ class SidewalkAccountInfo
1683
+ attr_accessor amazon_id: ::String
1684
+ attr_accessor app_server_private_key: ::String
1685
+ SENSITIVE: [:app_server_private_key]
1686
+ end
1687
+
1688
+ class SidewalkAccountInfoWithFingerprint
1689
+ attr_accessor amazon_id: ::String
1690
+ attr_accessor fingerprint: ::String
1691
+ attr_accessor arn: ::String
1692
+ SENSITIVE: [:fingerprint]
1693
+ end
1694
+
1695
+ class SidewalkCreateDeviceProfile < Aws::EmptyStructure
1696
+ end
1697
+
1698
+ class SidewalkCreateWirelessDevice
1699
+ attr_accessor device_profile_id: ::String
1700
+ SENSITIVE: []
1701
+ end
1702
+
1703
+ class SidewalkDevice
1704
+ attr_accessor amazon_id: ::String
1705
+ attr_accessor sidewalk_id: ::String
1706
+ attr_accessor sidewalk_manufacturing_sn: ::String
1707
+ attr_accessor device_certificates: ::Array[Types::CertificateList]
1708
+ attr_accessor private_keys: ::Array[Types::CertificateList]
1709
+ attr_accessor device_profile_id: ::String
1710
+ attr_accessor certificate_id: ::String
1711
+ attr_accessor status: ("PROVISIONED" | "REGISTERED" | "ACTIVATED" | "UNKNOWN")
1712
+ SENSITIVE: []
1713
+ end
1714
+
1715
+ class SidewalkDeviceMetadata
1716
+ attr_accessor rssi: ::Integer
1717
+ attr_accessor battery_level: ("normal" | "low" | "critical")
1718
+ attr_accessor event: ("discovered" | "lost" | "ack" | "nack" | "passthrough")
1719
+ attr_accessor device_state: ("Provisioned" | "RegisteredNotSeen" | "RegisteredReachable" | "RegisteredUnreachable")
1720
+ SENSITIVE: []
1721
+ end
1722
+
1723
+ class SidewalkEventNotificationConfigurations
1724
+ attr_accessor amazon_id_event_topic: ("Enabled" | "Disabled")
1725
+ SENSITIVE: []
1726
+ end
1727
+
1728
+ class SidewalkGetDeviceProfile
1729
+ attr_accessor application_server_public_key: ::String
1730
+ attr_accessor qualification_status: bool
1731
+ attr_accessor dak_certificate_metadata: ::Array[Types::DakCertificateMetadata]
1732
+ SENSITIVE: [:application_server_public_key]
1733
+ end
1734
+
1735
+ class SidewalkGetStartImportInfo
1736
+ attr_accessor device_creation_file_list: ::Array[::String]
1737
+ attr_accessor role: ::String
1738
+ SENSITIVE: []
1739
+ end
1740
+
1741
+ class SidewalkListDevice
1742
+ attr_accessor amazon_id: ::String
1743
+ attr_accessor sidewalk_id: ::String
1744
+ attr_accessor sidewalk_manufacturing_sn: ::String
1745
+ attr_accessor device_certificates: ::Array[Types::CertificateList]
1746
+ attr_accessor device_profile_id: ::String
1747
+ attr_accessor status: ("PROVISIONED" | "REGISTERED" | "ACTIVATED" | "UNKNOWN")
1748
+ SENSITIVE: []
1749
+ end
1750
+
1751
+ class SidewalkResourceTypeEventConfiguration
1752
+ attr_accessor wireless_device_event_topic: ("Enabled" | "Disabled")
1753
+ SENSITIVE: []
1754
+ end
1755
+
1756
+ class SidewalkSendDataToDevice
1757
+ attr_accessor seq: ::Integer
1758
+ attr_accessor message_type: ("CUSTOM_COMMAND_ID_NOTIFY" | "CUSTOM_COMMAND_ID_GET" | "CUSTOM_COMMAND_ID_SET" | "CUSTOM_COMMAND_ID_RESP")
1759
+ attr_accessor ack_mode_retry_duration_secs: ::Integer
1760
+ SENSITIVE: []
1761
+ end
1762
+
1763
+ class SidewalkSingleStartImportInfo
1764
+ attr_accessor sidewalk_manufacturing_sn: ::String
1765
+ SENSITIVE: []
1766
+ end
1767
+
1768
+ class SidewalkStartImportInfo
1769
+ attr_accessor device_creation_file: ::String
1770
+ attr_accessor role: ::String
1771
+ SENSITIVE: []
1772
+ end
1773
+
1774
+ class SidewalkUpdateAccount
1775
+ attr_accessor app_server_private_key: ::String
1776
+ SENSITIVE: [:app_server_private_key]
1777
+ end
1778
+
1779
+ class SidewalkUpdateImportInfo
1780
+ attr_accessor device_creation_file: ::String
1781
+ SENSITIVE: []
1782
+ end
1783
+
1784
+ class StartBulkAssociateWirelessDeviceWithMulticastGroupRequest
1785
+ attr_accessor id: ::String
1786
+ attr_accessor query_string: ::String
1787
+ attr_accessor tags: ::Array[Types::Tag]
1788
+ SENSITIVE: []
1789
+ end
1790
+
1791
+ class StartBulkAssociateWirelessDeviceWithMulticastGroupResponse < Aws::EmptyStructure
1792
+ end
1793
+
1794
+ class StartBulkDisassociateWirelessDeviceFromMulticastGroupRequest
1795
+ attr_accessor id: ::String
1796
+ attr_accessor query_string: ::String
1797
+ attr_accessor tags: ::Array[Types::Tag]
1798
+ SENSITIVE: []
1799
+ end
1800
+
1801
+ class StartBulkDisassociateWirelessDeviceFromMulticastGroupResponse < Aws::EmptyStructure
1802
+ end
1803
+
1804
+ class StartFuotaTaskRequest
1805
+ attr_accessor id: ::String
1806
+ attr_accessor lo_ra_wan: Types::LoRaWANStartFuotaTask
1807
+ SENSITIVE: []
1808
+ end
1809
+
1810
+ class StartFuotaTaskResponse < Aws::EmptyStructure
1811
+ end
1812
+
1813
+ class StartMulticastGroupSessionRequest
1814
+ attr_accessor id: ::String
1815
+ attr_accessor lo_ra_wan: Types::LoRaWANMulticastSession
1816
+ SENSITIVE: []
1817
+ end
1818
+
1819
+ class StartMulticastGroupSessionResponse < Aws::EmptyStructure
1820
+ end
1821
+
1822
+ class StartSingleWirelessDeviceImportTaskRequest
1823
+ attr_accessor destination_name: ::String
1824
+ attr_accessor client_request_token: ::String
1825
+ attr_accessor device_name: ::String
1826
+ attr_accessor tags: ::Array[Types::Tag]
1827
+ attr_accessor sidewalk: Types::SidewalkSingleStartImportInfo
1828
+ SENSITIVE: []
1829
+ end
1830
+
1831
+ class StartSingleWirelessDeviceImportTaskResponse
1832
+ attr_accessor id: ::String
1833
+ attr_accessor arn: ::String
1834
+ SENSITIVE: []
1835
+ end
1836
+
1837
+ class StartWirelessDeviceImportTaskRequest
1838
+ attr_accessor destination_name: ::String
1839
+ attr_accessor client_request_token: ::String
1840
+ attr_accessor tags: ::Array[Types::Tag]
1841
+ attr_accessor sidewalk: Types::SidewalkStartImportInfo
1842
+ SENSITIVE: []
1843
+ end
1844
+
1845
+ class StartWirelessDeviceImportTaskResponse
1846
+ attr_accessor id: ::String
1847
+ attr_accessor arn: ::String
1848
+ SENSITIVE: []
1849
+ end
1850
+
1851
+ class Tag
1852
+ attr_accessor key: ::String
1853
+ attr_accessor value: ::String
1854
+ SENSITIVE: []
1855
+ end
1856
+
1857
+ class TagResourceRequest
1858
+ attr_accessor resource_arn: ::String
1859
+ attr_accessor tags: ::Array[Types::Tag]
1860
+ SENSITIVE: []
1861
+ end
1862
+
1863
+ class TagResourceResponse < Aws::EmptyStructure
1864
+ end
1865
+
1866
+ class TdscdmaLocalId
1867
+ attr_accessor uarfcn: ::Integer
1868
+ attr_accessor cell_params: ::Integer
1869
+ SENSITIVE: []
1870
+ end
1871
+
1872
+ class TdscdmaNmrObj
1873
+ attr_accessor uarfcn: ::Integer
1874
+ attr_accessor cell_params: ::Integer
1875
+ attr_accessor utran_cid: ::Integer
1876
+ attr_accessor rscp: ::Integer
1877
+ attr_accessor path_loss: ::Integer
1878
+ SENSITIVE: []
1879
+ end
1880
+
1881
+ class TdscdmaObj
1882
+ attr_accessor mcc: ::Integer
1883
+ attr_accessor mnc: ::Integer
1884
+ attr_accessor lac: ::Integer
1885
+ attr_accessor utran_cid: ::Integer
1886
+ attr_accessor tdscdma_local_id: Types::TdscdmaLocalId
1887
+ attr_accessor tdscdma_timing_advance: ::Integer
1888
+ attr_accessor rscp: ::Integer
1889
+ attr_accessor path_loss: ::Integer
1890
+ attr_accessor tdscdma_nmr: ::Array[Types::TdscdmaNmrObj]
1891
+ SENSITIVE: []
1892
+ end
1893
+
1894
+ class TestWirelessDeviceRequest
1895
+ attr_accessor id: ::String
1896
+ SENSITIVE: []
1897
+ end
1898
+
1899
+ class TestWirelessDeviceResponse
1900
+ attr_accessor result: ::String
1901
+ SENSITIVE: []
1902
+ end
1903
+
1904
+ class ThrottlingException
1905
+ attr_accessor message: ::String
1906
+ SENSITIVE: []
1907
+ end
1908
+
1909
+ class TooManyTagsException
1910
+ attr_accessor message: ::String
1911
+ attr_accessor resource_name: ::String
1912
+ SENSITIVE: []
1913
+ end
1914
+
1915
+ class TraceContent
1916
+ attr_accessor wireless_device_frame_info: ("ENABLED" | "DISABLED")
1917
+ attr_accessor log_level: ("INFO" | "ERROR" | "DISABLED")
1918
+ attr_accessor multicast_frame_info: ("ENABLED" | "DISABLED")
1919
+ SENSITIVE: []
1920
+ end
1921
+
1922
+ class UntagResourceRequest
1923
+ attr_accessor resource_arn: ::String
1924
+ attr_accessor tag_keys: ::Array[::String]
1925
+ SENSITIVE: []
1926
+ end
1927
+
1928
+ class UntagResourceResponse < Aws::EmptyStructure
1929
+ end
1930
+
1931
+ class UpdateAbpV1_0_x
1932
+ attr_accessor f_cnt_start: ::Integer
1933
+ SENSITIVE: []
1934
+ end
1935
+
1936
+ class UpdateAbpV1_1
1937
+ attr_accessor f_cnt_start: ::Integer
1938
+ SENSITIVE: []
1939
+ end
1940
+
1941
+ class UpdateDestinationRequest
1942
+ attr_accessor name: ::String
1943
+ attr_accessor expression_type: ("RuleName" | "MqttTopic")
1944
+ attr_accessor expression: ::String
1945
+ attr_accessor description: ::String
1946
+ attr_accessor role_arn: ::String
1947
+ SENSITIVE: []
1948
+ end
1949
+
1950
+ class UpdateDestinationResponse < Aws::EmptyStructure
1951
+ end
1952
+
1953
+ class UpdateEventConfigurationByResourceTypesRequest
1954
+ attr_accessor device_registration_state: Types::DeviceRegistrationStateResourceTypeEventConfiguration
1955
+ attr_accessor proximity: Types::ProximityResourceTypeEventConfiguration
1956
+ attr_accessor join: Types::JoinResourceTypeEventConfiguration
1957
+ attr_accessor connection_status: Types::ConnectionStatusResourceTypeEventConfiguration
1958
+ attr_accessor message_delivery_status: Types::MessageDeliveryStatusResourceTypeEventConfiguration
1959
+ SENSITIVE: []
1960
+ end
1961
+
1962
+ class UpdateEventConfigurationByResourceTypesResponse < Aws::EmptyStructure
1963
+ end
1964
+
1965
+ class UpdateFPorts
1966
+ attr_accessor positioning: Types::Positioning
1967
+ attr_accessor applications: ::Array[Types::ApplicationConfig]
1968
+ SENSITIVE: []
1969
+ end
1970
+
1971
+ class UpdateFuotaTaskRequest
1972
+ attr_accessor id: ::String
1973
+ attr_accessor name: ::String
1974
+ attr_accessor description: ::String
1975
+ attr_accessor lo_ra_wan: Types::LoRaWANFuotaTask
1976
+ attr_accessor firmware_update_image: ::String
1977
+ attr_accessor firmware_update_role: ::String
1978
+ attr_accessor redundancy_percent: ::Integer
1979
+ attr_accessor fragment_size_bytes: ::Integer
1980
+ attr_accessor fragment_interval_ms: ::Integer
1981
+ SENSITIVE: []
1982
+ end
1983
+
1984
+ class UpdateFuotaTaskResponse < Aws::EmptyStructure
1985
+ end
1986
+
1987
+ class UpdateLogLevelsByResourceTypesRequest
1988
+ attr_accessor default_log_level: ("INFO" | "ERROR" | "DISABLED")
1989
+ attr_accessor wireless_device_log_options: ::Array[Types::WirelessDeviceLogOption]
1990
+ attr_accessor wireless_gateway_log_options: ::Array[Types::WirelessGatewayLogOption]
1991
+ SENSITIVE: []
1992
+ end
1993
+
1994
+ class UpdateLogLevelsByResourceTypesResponse < Aws::EmptyStructure
1995
+ end
1996
+
1997
+ class UpdateMulticastGroupRequest
1998
+ attr_accessor id: ::String
1999
+ attr_accessor name: ::String
2000
+ attr_accessor description: ::String
2001
+ attr_accessor lo_ra_wan: Types::LoRaWANMulticast
2002
+ SENSITIVE: []
2003
+ end
2004
+
2005
+ class UpdateMulticastGroupResponse < Aws::EmptyStructure
2006
+ end
2007
+
2008
+ class UpdateNetworkAnalyzerConfigurationRequest
2009
+ attr_accessor configuration_name: ::String
2010
+ attr_accessor trace_content: Types::TraceContent
2011
+ attr_accessor wireless_devices_to_add: ::Array[::String]
2012
+ attr_accessor wireless_devices_to_remove: ::Array[::String]
2013
+ attr_accessor wireless_gateways_to_add: ::Array[::String]
2014
+ attr_accessor wireless_gateways_to_remove: ::Array[::String]
2015
+ attr_accessor description: ::String
2016
+ attr_accessor multicast_groups_to_add: ::Array[::String]
2017
+ attr_accessor multicast_groups_to_remove: ::Array[::String]
2018
+ SENSITIVE: []
2019
+ end
2020
+
2021
+ class UpdateNetworkAnalyzerConfigurationResponse < Aws::EmptyStructure
2022
+ end
2023
+
2024
+ class UpdatePartnerAccountRequest
2025
+ attr_accessor sidewalk: Types::SidewalkUpdateAccount
2026
+ attr_accessor partner_account_id: ::String
2027
+ attr_accessor partner_type: ("Sidewalk")
2028
+ SENSITIVE: []
2029
+ end
2030
+
2031
+ class UpdatePartnerAccountResponse < Aws::EmptyStructure
2032
+ end
2033
+
2034
+ class UpdatePositionRequest
2035
+ attr_accessor resource_identifier: ::String
2036
+ attr_accessor resource_type: ("WirelessDevice" | "WirelessGateway")
2037
+ attr_accessor position: ::Array[::Float]
2038
+ SENSITIVE: []
2039
+ end
2040
+
2041
+ class UpdatePositionResponse < Aws::EmptyStructure
2042
+ end
2043
+
2044
+ class UpdateResourceEventConfigurationRequest
2045
+ attr_accessor identifier: ::String
2046
+ attr_accessor identifier_type: ("PartnerAccountId" | "DevEui" | "GatewayEui" | "WirelessDeviceId" | "WirelessGatewayId")
2047
+ attr_accessor partner_type: ("Sidewalk")
2048
+ attr_accessor device_registration_state: Types::DeviceRegistrationStateEventConfiguration
2049
+ attr_accessor proximity: Types::ProximityEventConfiguration
2050
+ attr_accessor join: Types::JoinEventConfiguration
2051
+ attr_accessor connection_status: Types::ConnectionStatusEventConfiguration
2052
+ attr_accessor message_delivery_status: Types::MessageDeliveryStatusEventConfiguration
2053
+ SENSITIVE: []
2054
+ end
2055
+
2056
+ class UpdateResourceEventConfigurationResponse < Aws::EmptyStructure
2057
+ end
2058
+
2059
+ class UpdateResourcePositionRequest
2060
+ attr_accessor resource_identifier: ::String
2061
+ attr_accessor resource_type: ("WirelessDevice" | "WirelessGateway")
2062
+ attr_accessor geo_json_payload: ::IO
2063
+ SENSITIVE: []
2064
+ end
2065
+
2066
+ class UpdateResourcePositionResponse < Aws::EmptyStructure
2067
+ end
2068
+
2069
+ class UpdateWirelessDeviceImportTaskRequest
2070
+ attr_accessor id: ::String
2071
+ attr_accessor sidewalk: Types::SidewalkUpdateImportInfo
2072
+ SENSITIVE: []
2073
+ end
2074
+
2075
+ class UpdateWirelessDeviceImportTaskResponse < Aws::EmptyStructure
2076
+ end
2077
+
2078
+ class UpdateWirelessDeviceRequest
2079
+ attr_accessor id: ::String
2080
+ attr_accessor destination_name: ::String
2081
+ attr_accessor name: ::String
2082
+ attr_accessor description: ::String
2083
+ attr_accessor lo_ra_wan: Types::LoRaWANUpdateDevice
2084
+ attr_accessor positioning: ("Enabled" | "Disabled")
2085
+ SENSITIVE: []
2086
+ end
2087
+
2088
+ class UpdateWirelessDeviceResponse < Aws::EmptyStructure
2089
+ end
2090
+
2091
+ class UpdateWirelessGatewayRequest
2092
+ attr_accessor id: ::String
2093
+ attr_accessor name: ::String
2094
+ attr_accessor description: ::String
2095
+ attr_accessor join_eui_filters: ::Array[::Array[::String]]
2096
+ attr_accessor net_id_filters: ::Array[::String]
2097
+ attr_accessor max_eirp: ::Float
2098
+ SENSITIVE: []
2099
+ end
2100
+
2101
+ class UpdateWirelessGatewayResponse < Aws::EmptyStructure
2102
+ end
2103
+
2104
+ class UpdateWirelessGatewayTaskCreate
2105
+ attr_accessor update_data_source: ::String
2106
+ attr_accessor update_data_role: ::String
2107
+ attr_accessor lo_ra_wan: Types::LoRaWANUpdateGatewayTaskCreate
2108
+ SENSITIVE: []
2109
+ end
2110
+
2111
+ class UpdateWirelessGatewayTaskEntry
2112
+ attr_accessor id: ::String
2113
+ attr_accessor lo_ra_wan: Types::LoRaWANUpdateGatewayTaskEntry
2114
+ attr_accessor arn: ::String
2115
+ SENSITIVE: []
2116
+ end
2117
+
2118
+ class ValidationException
2119
+ attr_accessor message: ::String
2120
+ SENSITIVE: []
2121
+ end
2122
+
2123
+ class WcdmaLocalId
2124
+ attr_accessor uarfcndl: ::Integer
2125
+ attr_accessor psc: ::Integer
2126
+ SENSITIVE: []
2127
+ end
2128
+
2129
+ class WcdmaNmrObj
2130
+ attr_accessor uarfcndl: ::Integer
2131
+ attr_accessor psc: ::Integer
2132
+ attr_accessor utran_cid: ::Integer
2133
+ attr_accessor rscp: ::Integer
2134
+ attr_accessor path_loss: ::Integer
2135
+ SENSITIVE: []
2136
+ end
2137
+
2138
+ class WcdmaObj
2139
+ attr_accessor mcc: ::Integer
2140
+ attr_accessor mnc: ::Integer
2141
+ attr_accessor lac: ::Integer
2142
+ attr_accessor utran_cid: ::Integer
2143
+ attr_accessor wcdma_local_id: Types::WcdmaLocalId
2144
+ attr_accessor rscp: ::Integer
2145
+ attr_accessor path_loss: ::Integer
2146
+ attr_accessor wcdma_nmr: ::Array[Types::WcdmaNmrObj]
2147
+ SENSITIVE: []
2148
+ end
2149
+
2150
+ class WiFiAccessPoint
2151
+ attr_accessor mac_address: ::String
2152
+ attr_accessor rss: ::Integer
2153
+ SENSITIVE: []
2154
+ end
2155
+
2156
+ class WirelessDeviceEventLogOption
2157
+ attr_accessor event: ("Join" | "Rejoin" | "Uplink_Data" | "Downlink_Data" | "Registration")
2158
+ attr_accessor log_level: ("INFO" | "ERROR" | "DISABLED")
2159
+ SENSITIVE: []
2160
+ end
2161
+
2162
+ class WirelessDeviceImportTask
2163
+ attr_accessor id: ::String
2164
+ attr_accessor arn: ::String
2165
+ attr_accessor destination_name: ::String
2166
+ attr_accessor sidewalk: Types::SidewalkGetStartImportInfo
2167
+ attr_accessor creation_time: ::Time
2168
+ attr_accessor status: ("INITIALIZING" | "INITIALIZED" | "PENDING" | "COMPLETE" | "FAILED" | "DELETING")
2169
+ attr_accessor status_reason: ::String
2170
+ attr_accessor initialized_imported_device_count: ::Integer
2171
+ attr_accessor pending_imported_device_count: ::Integer
2172
+ attr_accessor onboarded_imported_device_count: ::Integer
2173
+ attr_accessor failed_imported_device_count: ::Integer
2174
+ SENSITIVE: []
2175
+ end
2176
+
2177
+ class WirelessDeviceLogOption
2178
+ attr_accessor type: ("Sidewalk" | "LoRaWAN")
2179
+ attr_accessor log_level: ("INFO" | "ERROR" | "DISABLED")
2180
+ attr_accessor events: ::Array[Types::WirelessDeviceEventLogOption]
2181
+ SENSITIVE: []
2182
+ end
2183
+
2184
+ class WirelessDeviceStatistics
2185
+ attr_accessor arn: ::String
2186
+ attr_accessor id: ::String
2187
+ attr_accessor type: ("Sidewalk" | "LoRaWAN")
2188
+ attr_accessor name: ::String
2189
+ attr_accessor destination_name: ::String
2190
+ attr_accessor last_uplink_received_at: ::String
2191
+ attr_accessor lo_ra_wan: Types::LoRaWANListDevice
2192
+ attr_accessor sidewalk: Types::SidewalkListDevice
2193
+ attr_accessor fuota_device_status: ("Initial" | "Package_Not_Supported" | "FragAlgo_unsupported" | "Not_enough_memory" | "FragIndex_unsupported" | "Wrong_descriptor" | "SessionCnt_replay" | "MissingFrag" | "MemoryError" | "MICError" | "Successful")
2194
+ attr_accessor multicast_device_status: ::String
2195
+ attr_accessor mc_group_id: ::Integer
2196
+ SENSITIVE: []
2197
+ end
2198
+
2199
+ class WirelessGatewayEventLogOption
2200
+ attr_accessor event: ("CUPS_Request" | "Certificate")
2201
+ attr_accessor log_level: ("INFO" | "ERROR" | "DISABLED")
2202
+ SENSITIVE: []
2203
+ end
2204
+
2205
+ class WirelessGatewayLogOption
2206
+ attr_accessor type: ("LoRaWAN")
2207
+ attr_accessor log_level: ("INFO" | "ERROR" | "DISABLED")
2208
+ attr_accessor events: ::Array[Types::WirelessGatewayEventLogOption]
2209
+ SENSITIVE: []
2210
+ end
2211
+
2212
+ class WirelessGatewayStatistics
2213
+ attr_accessor arn: ::String
2214
+ attr_accessor id: ::String
2215
+ attr_accessor name: ::String
2216
+ attr_accessor description: ::String
2217
+ attr_accessor lo_ra_wan: Types::LoRaWANGateway
2218
+ attr_accessor last_uplink_received_at: ::String
2219
+ SENSITIVE: []
2220
+ end
2221
+
2222
+ class WirelessMetadata
2223
+ attr_accessor lo_ra_wan: Types::LoRaWANSendDataToDevice
2224
+ attr_accessor sidewalk: Types::SidewalkSendDataToDevice
2225
+ SENSITIVE: []
2226
+ end
2227
+ end
2228
+ end