@aws-sdk/client-iot-wireless 3.215.0 → 3.218.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (88) hide show
  1. package/dist-cjs/IoTWireless.js +45 -0
  2. package/dist-cjs/commands/GetPositionEstimateCommand.js +46 -0
  3. package/dist-cjs/commands/GetResourcePositionCommand.js +46 -0
  4. package/dist-cjs/commands/SendDataToMulticastGroupCommand.js +3 -3
  5. package/dist-cjs/commands/SendDataToWirelessDeviceCommand.js +3 -3
  6. package/dist-cjs/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.js +3 -3
  7. package/dist-cjs/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.js +3 -3
  8. package/dist-cjs/commands/StartFuotaTaskCommand.js +3 -3
  9. package/dist-cjs/commands/StartMulticastGroupSessionCommand.js +3 -3
  10. package/dist-cjs/commands/TagResourceCommand.js +3 -3
  11. package/dist-cjs/commands/TestWirelessDeviceCommand.js +3 -3
  12. package/dist-cjs/commands/UntagResourceCommand.js +3 -3
  13. package/dist-cjs/commands/UpdateDestinationCommand.js +3 -3
  14. package/dist-cjs/commands/UpdateEventConfigurationByResourceTypesCommand.js +3 -3
  15. package/dist-cjs/commands/UpdateResourcePositionCommand.js +46 -0
  16. package/dist-cjs/commands/index.js +3 -0
  17. package/dist-cjs/endpoint/ruleset.js +1 -1
  18. package/dist-cjs/models/models_0.js +115 -128
  19. package/dist-cjs/models/models_1.js +133 -1
  20. package/dist-cjs/protocols/Aws_restJson1.js +544 -25
  21. package/dist-es/IoTWireless.js +45 -0
  22. package/dist-es/commands/GetPositionEstimateCommand.js +42 -0
  23. package/dist-es/commands/GetResourcePositionCommand.js +42 -0
  24. package/dist-es/commands/SendDataToMulticastGroupCommand.js +1 -1
  25. package/dist-es/commands/SendDataToWirelessDeviceCommand.js +1 -1
  26. package/dist-es/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.js +1 -1
  27. package/dist-es/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.js +1 -1
  28. package/dist-es/commands/StartFuotaTaskCommand.js +1 -1
  29. package/dist-es/commands/StartMulticastGroupSessionCommand.js +1 -1
  30. package/dist-es/commands/TagResourceCommand.js +1 -1
  31. package/dist-es/commands/TestWirelessDeviceCommand.js +1 -1
  32. package/dist-es/commands/UntagResourceCommand.js +1 -1
  33. package/dist-es/commands/UpdateDestinationCommand.js +1 -1
  34. package/dist-es/commands/UpdateEventConfigurationByResourceTypesCommand.js +1 -1
  35. package/dist-es/commands/UpdateResourcePositionCommand.js +42 -0
  36. package/dist-es/commands/index.js +3 -0
  37. package/dist-es/endpoint/ruleset.js +1 -1
  38. package/dist-es/models/models_0.js +84 -96
  39. package/dist-es/models/models_1.js +103 -0
  40. package/dist-es/protocols/Aws_restJson1.js +533 -21
  41. package/dist-types/IoTWireless.d.ts +59 -0
  42. package/dist-types/IoTWirelessClient.d.ts +5 -2
  43. package/dist-types/commands/GetPositionCommand.d.ts +7 -0
  44. package/dist-types/commands/GetPositionConfigurationCommand.d.ts +7 -0
  45. package/dist-types/commands/GetPositionEstimateCommand.d.ts +38 -0
  46. package/dist-types/commands/GetResourcePositionCommand.d.ts +39 -0
  47. package/dist-types/commands/ListPositionConfigurationsCommand.d.ts +7 -0
  48. package/dist-types/commands/PutPositionConfigurationCommand.d.ts +6 -0
  49. package/dist-types/commands/SendDataToMulticastGroupCommand.d.ts +1 -1
  50. package/dist-types/commands/SendDataToWirelessDeviceCommand.d.ts +1 -1
  51. package/dist-types/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.d.ts +1 -1
  52. package/dist-types/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.d.ts +1 -1
  53. package/dist-types/commands/StartFuotaTaskCommand.d.ts +1 -1
  54. package/dist-types/commands/StartMulticastGroupSessionCommand.d.ts +1 -1
  55. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  56. package/dist-types/commands/TestWirelessDeviceCommand.d.ts +1 -1
  57. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  58. package/dist-types/commands/UpdateDestinationCommand.d.ts +1 -1
  59. package/dist-types/commands/UpdateEventConfigurationByResourceTypesCommand.d.ts +1 -1
  60. package/dist-types/commands/UpdatePositionCommand.d.ts +6 -0
  61. package/dist-types/commands/UpdateResourcePositionCommand.d.ts +39 -0
  62. package/dist-types/commands/index.d.ts +3 -0
  63. package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  64. package/dist-types/models/models_0.d.ts +695 -367
  65. package/dist-types/models/models_1.d.ts +384 -1
  66. package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
  67. package/dist-types/ts3.4/IoTWireless.d.ts +51 -0
  68. package/dist-types/ts3.4/IoTWirelessClient.d.ts +18 -0
  69. package/dist-types/ts3.4/commands/GetPositionEstimateCommand.d.ts +38 -0
  70. package/dist-types/ts3.4/commands/GetResourcePositionCommand.d.ts +38 -0
  71. package/dist-types/ts3.4/commands/SendDataToMulticastGroupCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/SendDataToWirelessDeviceCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/StartFuotaTaskCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/StartMulticastGroupSessionCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/TestWirelessDeviceCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/UpdateDestinationCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/UpdateEventConfigurationByResourceTypesCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/UpdateResourcePositionCommand.d.ts +41 -0
  83. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  84. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  85. package/dist-types/ts3.4/models/models_0.d.ts +208 -173
  86. package/dist-types/ts3.4/models/models_1.d.ts +201 -0
  87. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
  88. package/package.json +4 -4
@@ -87,14 +87,37 @@ export declare class AccessDeniedException extends __BaseException {
87
87
  */
88
88
  export interface Accuracy {
89
89
  /**
90
- * <p>The horizontal accuracy of the estimated position in meters.</p>
90
+ * <p>The horizontal accuracy of the estimated position, which is the difference between the estimated
91
+ * location and the actual device location.</p>
91
92
  */
92
93
  HorizontalAccuracy?: number;
93
94
  /**
94
- * <p>The vertical accuracy of the estimated position in meters.</p>
95
+ * <p>The vertical accuracy of the estimated position, which is the difference between the estimated
96
+ * altitude and actual device latitude in meters.</p>
95
97
  */
96
98
  VerticalAccuracy?: number;
97
99
  }
100
+ export declare enum ApplicationConfigType {
101
+ SemtechGeoLocation = "SemtechGeolocation"
102
+ }
103
+ /**
104
+ * <p>LoRaWAN application configuration, which can be used to perform geolocation.</p>
105
+ */
106
+ export interface ApplicationConfig {
107
+ /**
108
+ * <p>The Fport value.</p>
109
+ */
110
+ FPort?: number;
111
+ /**
112
+ * <p>Application type, which can be specified to obtain real-time position information of your LoRaWAN device.</p>
113
+ */
114
+ Type?: ApplicationConfigType | string;
115
+ /**
116
+ * <p>The name of the position data destination that describes the AWS IoT rule that processes the device's position data
117
+ * for use by AWS IoT Core for LoRaWAN.</p>
118
+ */
119
+ DestinationName?: string;
120
+ }
98
121
  /**
99
122
  * <p>Information about a Sidewalk account.</p>
100
123
  */
@@ -323,6 +346,432 @@ export interface CancelMulticastGroupSessionRequest {
323
346
  }
324
347
  export interface CancelMulticastGroupSessionResponse {
325
348
  }
349
+ /**
350
+ * <p>CDMA local ID information, which corresponds to the local identification parameters of a CDMA cell.</p>
351
+ */
352
+ export interface CdmaLocalId {
353
+ /**
354
+ * <p>Pseudo-noise offset, which is a characteristic of the signal from a cell on a radio tower.</p>
355
+ */
356
+ PnOffset: number | undefined;
357
+ /**
358
+ * <p>CDMA channel information.</p>
359
+ */
360
+ CdmaChannel: number | undefined;
361
+ }
362
+ /**
363
+ * <p>CDMA object for network measurement reports.</p>
364
+ */
365
+ export interface CdmaNmrObj {
366
+ /**
367
+ * <p>Pseudo-noise offset, which is a characteristic of the signal from a cell on a radio tower.</p>
368
+ */
369
+ PnOffset: number | undefined;
370
+ /**
371
+ * <p>CDMA channel information.</p>
372
+ */
373
+ CdmaChannel: number | undefined;
374
+ /**
375
+ * <p>Transmit power level of the pilot signal, measured in dBm (decibel-milliwatts).</p>
376
+ */
377
+ PilotPower?: number;
378
+ /**
379
+ * <p>CDMA base station ID (BSID).</p>
380
+ */
381
+ BaseStationId?: number;
382
+ }
383
+ /**
384
+ * <p>CDMA (Code-division multiple access) object.</p>
385
+ */
386
+ export interface CdmaObj {
387
+ /**
388
+ * <p>CDMA system ID (SID).</p>
389
+ */
390
+ SystemId: number | undefined;
391
+ /**
392
+ * <p>CDMA network ID (NID).</p>
393
+ */
394
+ NetworkId: number | undefined;
395
+ /**
396
+ * <p>CDMA base station ID (BSID).</p>
397
+ */
398
+ BaseStationId: number | undefined;
399
+ /**
400
+ * <p>CDMA registration zone (RZ).</p>
401
+ */
402
+ RegistrationZone?: number;
403
+ /**
404
+ * <p>CDMA local identification (local ID) parameters.</p>
405
+ */
406
+ CdmaLocalId?: CdmaLocalId;
407
+ /**
408
+ * <p>Transmit power level of the pilot signal, measured in dBm (decibel-milliwatts).</p>
409
+ */
410
+ PilotPower?: number;
411
+ /**
412
+ * <p>CDMA base station latitude in degrees.</p>
413
+ */
414
+ BaseLat?: number;
415
+ /**
416
+ * <p>CDMA base station longtitude in degrees.</p>
417
+ */
418
+ BaseLng?: number;
419
+ /**
420
+ * <p>CDMA network measurement reports.</p>
421
+ */
422
+ CdmaNmr?: CdmaNmrObj[];
423
+ }
424
+ /**
425
+ * <p>GSM local ID information, which corresponds to the local identification parameters of a GSM cell.</p>
426
+ */
427
+ export interface GsmLocalId {
428
+ /**
429
+ * <p>GSM base station identity code (BSIC).</p>
430
+ */
431
+ Bsic: number | undefined;
432
+ /**
433
+ * <p>GSM broadcast control channel.</p>
434
+ */
435
+ Bcch: number | undefined;
436
+ }
437
+ /**
438
+ * <p>Global identity information.</p>
439
+ */
440
+ export interface GlobalIdentity {
441
+ /**
442
+ * <p>Location area code of the global identity.</p>
443
+ */
444
+ Lac: number | undefined;
445
+ /**
446
+ * <p>GERAN (GSM EDGE Radio Access Network) cell global identifier.</p>
447
+ */
448
+ GeranCid: number | undefined;
449
+ }
450
+ /**
451
+ * <p>GSM object for network measurement reports.</p>
452
+ */
453
+ export interface GsmNmrObj {
454
+ /**
455
+ * <p>GSM base station identity code (BSIC).</p>
456
+ */
457
+ Bsic: number | undefined;
458
+ /**
459
+ * <p>GSM broadcast control channel.</p>
460
+ */
461
+ Bcch: number | undefined;
462
+ /**
463
+ * <p>Rx level, which is the received signal power, measured in dBm (decibel-milliwatts).</p>
464
+ */
465
+ RxLevel?: number;
466
+ /**
467
+ * <p>Global identity information of the GSM object.</p>
468
+ */
469
+ GlobalIdentity?: GlobalIdentity;
470
+ }
471
+ /**
472
+ * <p>GSM object.</p>
473
+ */
474
+ export interface GsmObj {
475
+ /**
476
+ * <p>Mobile Country Code.</p>
477
+ */
478
+ Mcc: number | undefined;
479
+ /**
480
+ * <p>Mobile Network Code.</p>
481
+ */
482
+ Mnc: number | undefined;
483
+ /**
484
+ * <p>Location area code.</p>
485
+ */
486
+ Lac: number | undefined;
487
+ /**
488
+ * <p>GERAN (GSM EDGE Radio Access Network) Cell Global Identifier.</p>
489
+ */
490
+ GeranCid: number | undefined;
491
+ /**
492
+ * <p>GSM local identification (local ID) information.</p>
493
+ */
494
+ GsmLocalId?: GsmLocalId;
495
+ /**
496
+ * <p>Timing advance value, which corresponds to the length of time a signal takes to reach the
497
+ * base station from a mobile phone.</p>
498
+ */
499
+ GsmTimingAdvance?: number;
500
+ /**
501
+ * <p>Rx level, which is the received signal power, measured in dBm (decibel-milliwatts).</p>
502
+ */
503
+ RxLevel?: number;
504
+ /**
505
+ * <p>GSM object for network measurement reports.</p>
506
+ */
507
+ GsmNmr?: GsmNmrObj[];
508
+ }
509
+ /**
510
+ * <p>LTE local identification (local ID) information.</p>
511
+ */
512
+ export interface LteLocalId {
513
+ /**
514
+ * <p>Physical cell ID.</p>
515
+ */
516
+ Pci: number | undefined;
517
+ /**
518
+ * <p>Evolved universal terrestrial radio access (E-UTRA) absolute radio frequency channel number (FCN).</p>
519
+ */
520
+ Earfcn: number | undefined;
521
+ }
522
+ /**
523
+ * <p>LTE object for network measurement reports.</p>
524
+ */
525
+ export interface LteNmrObj {
526
+ /**
527
+ * <p>Physical cell ID.</p>
528
+ */
529
+ Pci: number | undefined;
530
+ /**
531
+ * <p>E-UTRA (Evolved universal terrestrial Radio Access) absolute radio frequency channel Number (EARFCN).</p>
532
+ */
533
+ Earfcn: number | undefined;
534
+ /**
535
+ * <p>E-UTRAN (Evolved Universal Terrestrial Radio Access Network) cell global identifier (EUTRANCID).</p>
536
+ */
537
+ EutranCid: number | undefined;
538
+ /**
539
+ * <p>Signal power of the reference signal received, measured in dBm (decibel-milliwatts).</p>
540
+ */
541
+ Rsrp?: number;
542
+ /**
543
+ * <p>Signal quality of the reference Signal received, measured in decibels (dB).</p>
544
+ */
545
+ Rsrq?: number;
546
+ }
547
+ /**
548
+ * <p>LTE object.</p>
549
+ */
550
+ export interface LteObj {
551
+ /**
552
+ * <p>Mobile Country Code.</p>
553
+ */
554
+ Mcc: number | undefined;
555
+ /**
556
+ * <p>Mobile Network Code.</p>
557
+ */
558
+ Mnc: number | undefined;
559
+ /**
560
+ * <p>E-UTRAN (Evolved Universal Terrestrial Radio Access Network) Cell Global Identifier.</p>
561
+ */
562
+ EutranCid: number | undefined;
563
+ /**
564
+ * <p>LTE tracking area code.</p>
565
+ */
566
+ Tac?: number;
567
+ /**
568
+ * <p>LTE local identification (local ID) information.</p>
569
+ */
570
+ LteLocalId?: LteLocalId;
571
+ /**
572
+ * <p>LTE timing advance.</p>
573
+ */
574
+ LteTimingAdvance?: number;
575
+ /**
576
+ * <p>Signal power of the reference signal received, measured in dBm (decibel-milliwatts).</p>
577
+ */
578
+ Rsrp?: number;
579
+ /**
580
+ * <p>Signal quality of the reference Signal received, measured in decibels (dB).</p>
581
+ */
582
+ Rsrq?: number;
583
+ /**
584
+ * <p>Parameter that determines whether the LTE object is capable of supporting NR (new radio).</p>
585
+ */
586
+ NrCapable?: boolean;
587
+ /**
588
+ * <p>LTE object for network measurement reports.</p>
589
+ */
590
+ LteNmr?: LteNmrObj[];
591
+ }
592
+ /**
593
+ * <p>TD-SCDMA local identification (local Id) information.</p>
594
+ */
595
+ export interface TdscdmaLocalId {
596
+ /**
597
+ * <p>TD-SCDMA UTRA (Universal Terrestrial Radio Access Network) absolute RF channel number (UARFCN).</p>
598
+ */
599
+ Uarfcn: number | undefined;
600
+ /**
601
+ * <p>Cell parameters for TD-SCDMA.</p>
602
+ */
603
+ CellParams: number | undefined;
604
+ }
605
+ /**
606
+ * <p>TD-SCDMA object for network measurement reports.</p>
607
+ */
608
+ export interface TdscdmaNmrObj {
609
+ /**
610
+ * <p>TD-SCDMA UTRA (Universal Terrestrial Radio Access Network) absolute RF channel number.</p>
611
+ */
612
+ Uarfcn: number | undefined;
613
+ /**
614
+ * <p>Cell parameters for TD-SCDMA network measurement reports object.</p>
615
+ */
616
+ CellParams: number | undefined;
617
+ /**
618
+ * <p>UTRAN (UMTS Terrestrial Radio Access Network) cell global identifier.</p>
619
+ */
620
+ UtranCid?: number;
621
+ /**
622
+ * <p>Code power of the received signal, measured in decibel-milliwatts (dBm).</p>
623
+ */
624
+ Rscp?: number;
625
+ /**
626
+ * <p>Path loss, or path attenuation, is the reduction in power density of an electromagnetic wave as it
627
+ * propagates through space.</p>
628
+ */
629
+ PathLoss?: number;
630
+ }
631
+ /**
632
+ * <p>TD-SCDMA object.</p>
633
+ */
634
+ export interface TdscdmaObj {
635
+ /**
636
+ * <p>Mobile Country Code.</p>
637
+ */
638
+ Mcc: number | undefined;
639
+ /**
640
+ * <p>Mobile Network Code.</p>
641
+ */
642
+ Mnc: number | undefined;
643
+ /**
644
+ * <p>Location Area Code.</p>
645
+ */
646
+ Lac?: number;
647
+ /**
648
+ * <p>UTRAN (UMTS Terrestrial Radio Access Network) Cell Global Identifier.</p>
649
+ */
650
+ UtranCid: number | undefined;
651
+ /**
652
+ * <p>TD-SCDMA local identification (local ID) information.</p>
653
+ */
654
+ TdscdmaLocalId?: TdscdmaLocalId;
655
+ /**
656
+ * <p>TD-SCDMA Timing advance.</p>
657
+ */
658
+ TdscdmaTimingAdvance?: number;
659
+ /**
660
+ * <p>Signal power of the received signal (Received Signal Code Power), measured in decibel-milliwatts (dBm).</p>
661
+ */
662
+ Rscp?: number;
663
+ /**
664
+ * <p>Path loss, or path attenuation, is the reduction in power density of an electromagnetic wave as it
665
+ * propagates through space.</p>
666
+ */
667
+ PathLoss?: number;
668
+ /**
669
+ * <p>TD-SCDMA object for network measurement reports.</p>
670
+ */
671
+ TdscdmaNmr?: TdscdmaNmrObj[];
672
+ }
673
+ /**
674
+ * <p>WCDMA local identification (local ID) information.</p>
675
+ */
676
+ export interface WcdmaLocalId {
677
+ /**
678
+ * <p>WCDMA UTRA Absolute RF Channel Number downlink.</p>
679
+ */
680
+ Uarfcndl: number | undefined;
681
+ /**
682
+ * <p>Primary Scrambling Code.</p>
683
+ */
684
+ Psc: number | undefined;
685
+ }
686
+ /**
687
+ * <p>Network Measurement Reports.</p>
688
+ */
689
+ export interface WcdmaNmrObj {
690
+ /**
691
+ * <p>WCDMA UTRA Absolute RF Channel Number downlink.</p>
692
+ */
693
+ Uarfcndl: number | undefined;
694
+ /**
695
+ * <p>Primary Scrambling Code.</p>
696
+ */
697
+ Psc: number | undefined;
698
+ /**
699
+ * <p>UTRAN (UMTS Terrestrial Radio Access Network) Cell Global Identifier.</p>
700
+ */
701
+ UtranCid: number | undefined;
702
+ /**
703
+ * <p>Received Signal Code Power (signal power) (dBm)</p>
704
+ */
705
+ Rscp?: number;
706
+ /**
707
+ * <p>Path loss, or path attenuation, is the reduction in power density of an electromagnetic wave as
708
+ * it propagates through space.</p>
709
+ */
710
+ PathLoss?: number;
711
+ }
712
+ /**
713
+ * <p>WCDMA.</p>
714
+ */
715
+ export interface WcdmaObj {
716
+ /**
717
+ * <p>Mobile Country Code.</p>
718
+ */
719
+ Mcc: number | undefined;
720
+ /**
721
+ * <p>Mobile Network Code.</p>
722
+ */
723
+ Mnc: number | undefined;
724
+ /**
725
+ * <p>Location Area Code.</p>
726
+ */
727
+ Lac?: number;
728
+ /**
729
+ * <p>UTRAN (UMTS Terrestrial Radio Access Network) Cell Global Identifier.</p>
730
+ */
731
+ UtranCid: number | undefined;
732
+ /**
733
+ * <p>WCDMA local ID information.</p>
734
+ */
735
+ WcdmaLocalId?: WcdmaLocalId;
736
+ /**
737
+ * <p>Received Signal Code Power (signal power) (dBm).</p>
738
+ */
739
+ Rscp?: number;
740
+ /**
741
+ * <p>Path loss, or path attenuation, is the reduction in power density of an electromagnetic wave as
742
+ * it propagates through space.</p>
743
+ */
744
+ PathLoss?: number;
745
+ /**
746
+ * <p>WCDMA object for network measurement reports.</p>
747
+ */
748
+ WcdmaNmr?: WcdmaNmrObj[];
749
+ }
750
+ /**
751
+ * <p>The cell towers that were used to perform the measurements.</p>
752
+ */
753
+ export interface CellTowers {
754
+ /**
755
+ * <p>GSM object information.</p>
756
+ */
757
+ Gsm?: GsmObj[];
758
+ /**
759
+ * <p>WCDMA object information.</p>
760
+ */
761
+ Wcdma?: WcdmaObj[];
762
+ /**
763
+ * <p>TD-SCDMA object information.</p>
764
+ */
765
+ Tdscdma?: TdscdmaObj[];
766
+ /**
767
+ * <p>LTE object information.</p>
768
+ */
769
+ Lte?: LteObj[];
770
+ /**
771
+ * <p>CDMA object information.</p>
772
+ */
773
+ Cdma?: CdmaObj[];
774
+ }
326
775
  export declare enum SigningAlg {
327
776
  Ed25519 = "Ed25519",
328
777
  P256r1 = "P256r1"
@@ -795,6 +1244,10 @@ export interface FPorts {
795
1244
  * <p>FPort values for the GNSS, stream, and ClockSync functions of the positioning information.</p>
796
1245
  */
797
1246
  Positioning?: Positioning;
1247
+ /**
1248
+ * <p>Optional LoRaWAN application information, which can be used for geolocation.</p>
1249
+ */
1250
+ Applications?: ApplicationConfig[];
798
1251
  }
799
1252
  /**
800
1253
  * <p>OTAA device object for v1.0.x</p>
@@ -867,6 +1320,10 @@ export interface LoRaWANDevice {
867
1320
  */
868
1321
  FPorts?: FPorts;
869
1322
  }
1323
+ export declare enum PositioningConfigStatus {
1324
+ Disabled = "Disabled",
1325
+ Enabled = "Enabled"
1326
+ }
870
1327
  export declare enum WirelessDeviceType {
871
1328
  LoRaWAN = "LoRaWAN",
872
1329
  Sidewalk = "Sidewalk"
@@ -900,6 +1357,10 @@ export interface CreateWirelessDeviceRequest {
900
1357
  * <p>The tags to attach to the new wireless device. Tags are metadata that you can use to manage a resource.</p>
901
1358
  */
902
1359
  Tags?: Tag[];
1360
+ /**
1361
+ * <p>FPort values for the GNSS, stream, and ClockSync functions of the positioning information.</p>
1362
+ */
1363
+ Positioning?: PositioningConfigStatus | string;
903
1364
  }
904
1365
  export interface CreateWirelessDeviceResponse {
905
1366
  /**
@@ -1474,7 +1935,7 @@ export interface MessageDeliveryStatusEventConfiguration {
1474
1935
  */
1475
1936
  Sidewalk?: SidewalkEventNotificationConfigurations;
1476
1937
  /**
1477
- * <p>Denotes whether the wireless device ID device registration state event topic is enabled
1938
+ * <p>Denotes whether the wireless device ID message delivery status event topic is enabled
1478
1939
  * or disabled.</p>
1479
1940
  */
1480
1941
  WirelessDeviceIdEventTopic?: EventNotificationTopicStatus | string;
@@ -2130,31 +2591,121 @@ export interface GetPositionConfigurationResponse {
2130
2591
  */
2131
2592
  Destination?: string;
2132
2593
  }
2133
- export interface GetResourceEventConfigurationRequest {
2594
+ /**
2595
+ * <p>Global navigation satellite system (GNSS) object used for positioning.</p>
2596
+ */
2597
+ export interface Gnss {
2134
2598
  /**
2135
- * <p>Resource identifier to opt in for event messaging.</p>
2599
+ * <p>Payload that contains the GNSS scan result, or NAV message, in hexadecimal notation.</p>
2136
2600
  */
2137
- Identifier: string | undefined;
2601
+ Payload: string | undefined;
2138
2602
  /**
2139
- * <p>Identifier type of the particular resource identifier for event configuration.</p>
2603
+ * <p>Optional parameter that gives an estimate of the time when the GNSS scan information is
2604
+ * taken, in seconds GPS time (GPST). If capture time is not specified, the local server time is used.</p>
2140
2605
  */
2141
- IdentifierType: IdentifierType | string | undefined;
2606
+ CaptureTime?: number;
2142
2607
  /**
2143
- * <p>Partner type of the resource if the identifier type is <code>PartnerAccountId</code>.</p>
2608
+ * <p>Optional value that gives the capture time estimate accuracy, in seconds. If capture time
2609
+ * accuracy is not specified, default value of 300 is used.</p>
2144
2610
  */
2145
- PartnerType?: EventNotificationPartnerType | string;
2146
- }
2147
- export interface GetResourceEventConfigurationResponse {
2611
+ CaptureTimeAccuracy?: number;
2148
2612
  /**
2149
- * <p>Event configuration for the device registration state event.</p>
2613
+ * <p>Optional assistance position information, specified using latitude and longitude values in degrees.
2614
+ * The co-ordinates are inside the WGS84 reference frame.</p>
2150
2615
  */
2151
- DeviceRegistrationState?: DeviceRegistrationStateEventConfiguration;
2616
+ AssistPosition?: number[];
2152
2617
  /**
2153
- * <p>Event configuration for the proximity event.</p>
2618
+ * <p>Optional assistance altitude, which is the altitude of the device at capture time, specified in meters above
2619
+ * the WGS84 reference ellipsoid.</p>
2154
2620
  */
2155
- Proximity?: ProximityEventConfiguration;
2621
+ AssistAltitude?: number;
2156
2622
  /**
2157
- * <p>Event configuration for the join event.</p>
2623
+ * <p>Optional parameter that forces 2D solve, which modifies the positioning algorithm to a 2D solution
2624
+ * problem. When this parameter is specified, the assistance altitude should have an accuracy of at least 10 meters.</p>
2625
+ */
2626
+ Use2DSolver?: boolean;
2627
+ }
2628
+ /**
2629
+ * <p>IP address used for resolving device location.</p>
2630
+ */
2631
+ export interface Ip {
2632
+ /**
2633
+ * <p>IP address information.</p>
2634
+ */
2635
+ IpAddress: string | undefined;
2636
+ }
2637
+ /**
2638
+ * <p>Wi-Fi access point.</p>
2639
+ */
2640
+ export interface WiFiAccessPoint {
2641
+ /**
2642
+ * <p>Wi-Fi MAC Address.</p>
2643
+ */
2644
+ MacAddress: string | undefined;
2645
+ /**
2646
+ * <p>Recived signal strength of the WLAN measurement data.</p>
2647
+ */
2648
+ Rss: number | undefined;
2649
+ }
2650
+ export interface GetPositionEstimateRequest {
2651
+ /**
2652
+ * <p>Retrieves an estimated device position by resolving WLAN measurement data. The position is
2653
+ * resolved using HERE's Wi-Fi based solver.</p>
2654
+ */
2655
+ WiFiAccessPoints?: WiFiAccessPoint[];
2656
+ /**
2657
+ * <p>Retrieves an estimated device position by resolving measurement data from cellular radio towers. The
2658
+ * position is resolved using HERE's cellular-based solver.</p>
2659
+ */
2660
+ CellTowers?: CellTowers;
2661
+ /**
2662
+ * <p>Retrieves an estimated device position by resolving the IP address information from the device. The
2663
+ * position is resolved using MaxMind's IP-based solver.</p>
2664
+ */
2665
+ Ip?: Ip;
2666
+ /**
2667
+ * <p>Retrieves an estimated device position by resolving the global navigation satellite system (GNSS)
2668
+ * scan data. The position is resolved using the GNSS solver powered by LoRa Cloud.</p>
2669
+ */
2670
+ Gnss?: Gnss;
2671
+ /**
2672
+ * <p>Optional information that specifies the time when the position information will be resolved. It
2673
+ * uses the UNIX timestamp format. If not specified, the time at which the request was received will be used.</p>
2674
+ */
2675
+ Timestamp?: Date;
2676
+ }
2677
+ export interface GetPositionEstimateResponse {
2678
+ /**
2679
+ * <p>The position information of the resource, displayed as a JSON payload. The payload uses the GeoJSON format,
2680
+ * which a format that's used to encode geographic data structures. For more information, see <a href="https://geojson.org/">GeoJSON</a>.</p>
2681
+ */
2682
+ GeoJsonPayload?: Uint8Array;
2683
+ }
2684
+ export interface GetResourceEventConfigurationRequest {
2685
+ /**
2686
+ * <p>Resource identifier to opt in for event messaging.</p>
2687
+ */
2688
+ Identifier: string | undefined;
2689
+ /**
2690
+ * <p>Identifier type of the particular resource identifier for event configuration.</p>
2691
+ */
2692
+ IdentifierType: IdentifierType | string | undefined;
2693
+ /**
2694
+ * <p>Partner type of the resource if the identifier type is <code>PartnerAccountId</code>.</p>
2695
+ */
2696
+ PartnerType?: EventNotificationPartnerType | string;
2697
+ }
2698
+ export interface GetResourceEventConfigurationResponse {
2699
+ /**
2700
+ * <p>Event configuration for the device registration state event.</p>
2701
+ */
2702
+ DeviceRegistrationState?: DeviceRegistrationStateEventConfiguration;
2703
+ /**
2704
+ * <p>Event configuration for the proximity event.</p>
2705
+ */
2706
+ Proximity?: ProximityEventConfiguration;
2707
+ /**
2708
+ * <p>Event configuration for the join event.</p>
2158
2709
  */
2159
2710
  Join?: JoinEventConfiguration;
2160
2711
  /**
@@ -2184,6 +2735,25 @@ export interface GetResourceLogLevelResponse {
2184
2735
  */
2185
2736
  LogLevel?: LogLevel | string;
2186
2737
  }
2738
+ export interface GetResourcePositionRequest {
2739
+ /**
2740
+ * <p>The identifier of the resource for which position information is retrieved. It can be the wireless
2741
+ * device ID or the wireless gateway ID depending on the resource type.</p>
2742
+ */
2743
+ ResourceIdentifier: string | undefined;
2744
+ /**
2745
+ * <p>The type of resource for which position information is retrieved, which can be a wireless device or a
2746
+ * wireless gateway.</p>
2747
+ */
2748
+ ResourceType: PositionResourceType | string | undefined;
2749
+ }
2750
+ export interface GetResourcePositionResponse {
2751
+ /**
2752
+ * <p>The position information of the resource, displayed as a JSON payload. The payload uses the GeoJSON format,
2753
+ * which a format that's used to encode geographic data structures. For more information, see <a href="https://geojson.org/">GeoJSON</a>.</p>
2754
+ */
2755
+ GeoJsonPayload?: Uint8Array;
2756
+ }
2187
2757
  export declare enum WirelessGatewayServiceType {
2188
2758
  CUPS = "CUPS",
2189
2759
  LNS = "LNS"
@@ -2393,6 +2963,10 @@ export interface GetWirelessDeviceResponse {
2393
2963
  * <p>Sidewalk device object.</p>
2394
2964
  */
2395
2965
  Sidewalk?: SidewalkDevice;
2966
+ /**
2967
+ * <p>FPort values for the GNSS, stream, and ClockSync functions of the positioning information.</p>
2968
+ */
2969
+ Positioning?: PositioningConfigStatus | string;
2396
2970
  }
2397
2971
  export interface GetWirelessDeviceStatisticsRequest {
2398
2972
  /**
@@ -2880,8 +3454,8 @@ export interface PositionConfigurationItem {
2880
3454
  */
2881
3455
  Solvers?: PositionSolverDetails;
2882
3456
  /**
2883
- * <p>The position data destination that describes the AWS IoT rule that processes the device's position data for use by
2884
- * AWS IoT Core for LoRaWAN.</p>
3457
+ * <p>The position data destination that describes the AWS IoT rule that processes the device's position
3458
+ * data for use by AWS IoT Core for LoRaWAN.</p>
2885
3459
  */
2886
3460
  Destination?: string;
2887
3461
  }
@@ -3239,8 +3813,8 @@ export interface PutPositionConfigurationRequest {
3239
3813
  */
3240
3814
  Solvers?: PositionSolverConfigurations;
3241
3815
  /**
3242
- * <p>The position data destination that describes the AWS IoT rule that processes the device's position data for use by
3243
- * AWS IoT Core for LoRaWAN.</p>
3816
+ * <p>The position data destination that describes the AWS IoT rule that processes the device's position
3817
+ * data for use by AWS IoT Core for LoRaWAN.</p>
3244
3818
  */
3245
3819
  Destination?: string;
3246
3820
  }
@@ -3299,252 +3873,6 @@ export interface MulticastWirelessMetadata {
3299
3873
  */
3300
3874
  LoRaWAN?: LoRaWANMulticastMetadata;
3301
3875
  }
3302
- export interface SendDataToMulticastGroupRequest {
3303
- /**
3304
- * <p>The ID of the multicast group.</p>
3305
- */
3306
- Id: string | undefined;
3307
- /**
3308
- * <p>The binary to be sent to the end device, encoded in base64.</p>
3309
- */
3310
- PayloadData: string | undefined;
3311
- /**
3312
- * <p>Wireless metadata that is to be sent to multicast group.</p>
3313
- */
3314
- WirelessMetadata: MulticastWirelessMetadata | undefined;
3315
- }
3316
- export interface SendDataToMulticastGroupResponse {
3317
- /**
3318
- * <p>ID of a multicast group message.</p>
3319
- */
3320
- MessageId?: string;
3321
- }
3322
- export declare enum MessageType {
3323
- CUSTOM_COMMAND_ID_GET = "CUSTOM_COMMAND_ID_GET",
3324
- CUSTOM_COMMAND_ID_NOTIFY = "CUSTOM_COMMAND_ID_NOTIFY",
3325
- CUSTOM_COMMAND_ID_RESP = "CUSTOM_COMMAND_ID_RESP",
3326
- CUSTOM_COMMAND_ID_SET = "CUSTOM_COMMAND_ID_SET"
3327
- }
3328
- /**
3329
- * <p>Information about a Sidewalk router.</p>
3330
- */
3331
- export interface SidewalkSendDataToDevice {
3332
- /**
3333
- * <p>The sequence number.</p>
3334
- */
3335
- Seq?: number;
3336
- /**
3337
- * <p>Sidewalk device message type. Default value is <code>CUSTOM_COMMAND_ID_NOTIFY</code>.</p>
3338
- */
3339
- MessageType?: MessageType | string;
3340
- /**
3341
- * <p>The duration of time in seconds for which you want to retry sending the ACK.</p>
3342
- */
3343
- AckModeRetryDurationSecs?: number;
3344
- }
3345
- /**
3346
- * <p>WirelessMetadata object.</p>
3347
- */
3348
- export interface WirelessMetadata {
3349
- /**
3350
- * <p>LoRaWAN device info.</p>
3351
- */
3352
- LoRaWAN?: LoRaWANSendDataToDevice;
3353
- /**
3354
- * <p>The Sidewalk account credentials.</p>
3355
- */
3356
- Sidewalk?: SidewalkSendDataToDevice;
3357
- }
3358
- export interface SendDataToWirelessDeviceRequest {
3359
- /**
3360
- * <p>The ID of the wireless device to receive the data.</p>
3361
- */
3362
- Id: string | undefined;
3363
- /**
3364
- * <p>The transmit mode to use to send data to the wireless device. Can be: <code>0</code> for UM (unacknowledge mode) or <code>1</code> for AM (acknowledge mode).</p>
3365
- */
3366
- TransmitMode: number | undefined;
3367
- /**
3368
- * <p>The binary to be sent to the end device, encoded in base64.</p>
3369
- */
3370
- PayloadData: string | undefined;
3371
- /**
3372
- * <p>Metadata about the message request.</p>
3373
- */
3374
- WirelessMetadata?: WirelessMetadata;
3375
- }
3376
- export interface SendDataToWirelessDeviceResponse {
3377
- /**
3378
- * <p>The ID of the message sent to the wireless device.</p>
3379
- */
3380
- MessageId?: string;
3381
- }
3382
- export interface StartBulkAssociateWirelessDeviceWithMulticastGroupRequest {
3383
- /**
3384
- * <p>The ID of the multicast group.</p>
3385
- */
3386
- Id: string | undefined;
3387
- /**
3388
- * <p>Query string used to search for wireless devices as part of the bulk associate and disassociate process.</p>
3389
- */
3390
- QueryString?: string;
3391
- /**
3392
- * <p>The tag to attach to the specified resource. Tags are metadata that you can use to manage a resource.</p>
3393
- */
3394
- Tags?: Tag[];
3395
- }
3396
- export interface StartBulkAssociateWirelessDeviceWithMulticastGroupResponse {
3397
- }
3398
- export interface StartBulkDisassociateWirelessDeviceFromMulticastGroupRequest {
3399
- /**
3400
- * <p>The ID of the multicast group.</p>
3401
- */
3402
- Id: string | undefined;
3403
- /**
3404
- * <p>Query string used to search for wireless devices as part of the bulk associate and disassociate process.</p>
3405
- */
3406
- QueryString?: string;
3407
- /**
3408
- * <p>The tag to attach to the specified resource. Tags are metadata that you can use to manage a resource.</p>
3409
- */
3410
- Tags?: Tag[];
3411
- }
3412
- export interface StartBulkDisassociateWirelessDeviceFromMulticastGroupResponse {
3413
- }
3414
- /**
3415
- * <p>The LoRaWAN information used to start a FUOTA task.</p>
3416
- */
3417
- export interface LoRaWANStartFuotaTask {
3418
- /**
3419
- * <p>Start time of a FUOTA task.</p>
3420
- */
3421
- StartTime?: Date;
3422
- }
3423
- export interface StartFuotaTaskRequest {
3424
- /**
3425
- * <p>The ID of a FUOTA task.</p>
3426
- */
3427
- Id: string | undefined;
3428
- /**
3429
- * <p>The LoRaWAN information used to start a FUOTA task.</p>
3430
- */
3431
- LoRaWAN?: LoRaWANStartFuotaTask;
3432
- }
3433
- export interface StartFuotaTaskResponse {
3434
- }
3435
- export interface StartMulticastGroupSessionRequest {
3436
- /**
3437
- * <p>The ID of the multicast group.</p>
3438
- */
3439
- Id: string | undefined;
3440
- /**
3441
- * <p>The LoRaWAN information used with the multicast session.</p>
3442
- */
3443
- LoRaWAN: LoRaWANMulticastSession | undefined;
3444
- }
3445
- export interface StartMulticastGroupSessionResponse {
3446
- }
3447
- export interface TagResourceRequest {
3448
- /**
3449
- * <p>The ARN of the resource to add tags to.</p>
3450
- */
3451
- ResourceArn: string | undefined;
3452
- /**
3453
- * <p>Adds to or modifies the tags of the given resource. Tags are metadata that you can use to manage a resource.</p>
3454
- */
3455
- Tags: Tag[] | undefined;
3456
- }
3457
- export interface TagResourceResponse {
3458
- }
3459
- /**
3460
- * <p>The request was denied because the resource can't have any more tags.</p>
3461
- */
3462
- export declare class TooManyTagsException extends __BaseException {
3463
- readonly name: "TooManyTagsException";
3464
- readonly $fault: "client";
3465
- Message?: string;
3466
- /**
3467
- * <p>Name of the resource that exceeds maximum number of tags allowed.</p>
3468
- */
3469
- ResourceName?: string;
3470
- /**
3471
- * @internal
3472
- */
3473
- constructor(opts: __ExceptionOptionType<TooManyTagsException, __BaseException>);
3474
- }
3475
- export interface TestWirelessDeviceRequest {
3476
- /**
3477
- * <p>The ID of the wireless device to test.</p>
3478
- */
3479
- Id: string | undefined;
3480
- }
3481
- export interface TestWirelessDeviceResponse {
3482
- /**
3483
- * <p>The result returned by the test.</p>
3484
- */
3485
- Result?: string;
3486
- }
3487
- export interface UntagResourceRequest {
3488
- /**
3489
- * <p>The ARN of the resource to remove tags from.</p>
3490
- */
3491
- ResourceArn: string | undefined;
3492
- /**
3493
- * <p>A list of the keys of the tags to remove from the resource.</p>
3494
- */
3495
- TagKeys: string[] | undefined;
3496
- }
3497
- export interface UntagResourceResponse {
3498
- }
3499
- export interface UpdateDestinationRequest {
3500
- /**
3501
- * <p>The new name of the resource.</p>
3502
- */
3503
- Name: string | undefined;
3504
- /**
3505
- * <p>The type of value in <code>Expression</code>.</p>
3506
- */
3507
- ExpressionType?: ExpressionType | string;
3508
- /**
3509
- * <p>The new rule name or topic rule to send messages to.</p>
3510
- */
3511
- Expression?: string;
3512
- /**
3513
- * <p>A new description of the resource.</p>
3514
- */
3515
- Description?: string;
3516
- /**
3517
- * <p>The ARN of the IAM Role that authorizes the destination.</p>
3518
- */
3519
- RoleArn?: string;
3520
- }
3521
- export interface UpdateDestinationResponse {
3522
- }
3523
- export interface UpdateEventConfigurationByResourceTypesRequest {
3524
- /**
3525
- * <p>Device registration state resource type event configuration object for enabling and disabling wireless
3526
- * gateway topic.</p>
3527
- */
3528
- DeviceRegistrationState?: DeviceRegistrationStateResourceTypeEventConfiguration;
3529
- /**
3530
- * <p>Proximity resource type event configuration object for enabling and disabling wireless gateway topic.</p>
3531
- */
3532
- Proximity?: ProximityResourceTypeEventConfiguration;
3533
- /**
3534
- * <p>Join resource type event configuration object for enabling and disabling wireless device topic.</p>
3535
- */
3536
- Join?: JoinResourceTypeEventConfiguration;
3537
- /**
3538
- * <p>Connection status resource type event configuration object for enabling and disabling wireless gateway topic.</p>
3539
- */
3540
- ConnectionStatus?: ConnectionStatusResourceTypeEventConfiguration;
3541
- /**
3542
- * <p>Message delivery status resource type event configuration object for enabling and disabling wireless device topic.</p>
3543
- */
3544
- MessageDeliveryStatus?: MessageDeliveryStatusResourceTypeEventConfiguration;
3545
- }
3546
- export interface UpdateEventConfigurationByResourceTypesResponse {
3547
- }
3548
3876
  /**
3549
3877
  * @internal
3550
3878
  */
@@ -3565,6 +3893,10 @@ export declare const AbpV1_1FilterSensitiveLog: (obj: AbpV1_1) => any;
3565
3893
  * @internal
3566
3894
  */
3567
3895
  export declare const AccuracyFilterSensitiveLog: (obj: Accuracy) => any;
3896
+ /**
3897
+ * @internal
3898
+ */
3899
+ export declare const ApplicationConfigFilterSensitiveLog: (obj: ApplicationConfig) => any;
3568
3900
  /**
3569
3901
  * @internal
3570
3902
  */
@@ -3641,6 +3973,74 @@ export declare const CancelMulticastGroupSessionRequestFilterSensitiveLog: (obj:
3641
3973
  * @internal
3642
3974
  */
3643
3975
  export declare const CancelMulticastGroupSessionResponseFilterSensitiveLog: (obj: CancelMulticastGroupSessionResponse) => any;
3976
+ /**
3977
+ * @internal
3978
+ */
3979
+ export declare const CdmaLocalIdFilterSensitiveLog: (obj: CdmaLocalId) => any;
3980
+ /**
3981
+ * @internal
3982
+ */
3983
+ export declare const CdmaNmrObjFilterSensitiveLog: (obj: CdmaNmrObj) => any;
3984
+ /**
3985
+ * @internal
3986
+ */
3987
+ export declare const CdmaObjFilterSensitiveLog: (obj: CdmaObj) => any;
3988
+ /**
3989
+ * @internal
3990
+ */
3991
+ export declare const GsmLocalIdFilterSensitiveLog: (obj: GsmLocalId) => any;
3992
+ /**
3993
+ * @internal
3994
+ */
3995
+ export declare const GlobalIdentityFilterSensitiveLog: (obj: GlobalIdentity) => any;
3996
+ /**
3997
+ * @internal
3998
+ */
3999
+ export declare const GsmNmrObjFilterSensitiveLog: (obj: GsmNmrObj) => any;
4000
+ /**
4001
+ * @internal
4002
+ */
4003
+ export declare const GsmObjFilterSensitiveLog: (obj: GsmObj) => any;
4004
+ /**
4005
+ * @internal
4006
+ */
4007
+ export declare const LteLocalIdFilterSensitiveLog: (obj: LteLocalId) => any;
4008
+ /**
4009
+ * @internal
4010
+ */
4011
+ export declare const LteNmrObjFilterSensitiveLog: (obj: LteNmrObj) => any;
4012
+ /**
4013
+ * @internal
4014
+ */
4015
+ export declare const LteObjFilterSensitiveLog: (obj: LteObj) => any;
4016
+ /**
4017
+ * @internal
4018
+ */
4019
+ export declare const TdscdmaLocalIdFilterSensitiveLog: (obj: TdscdmaLocalId) => any;
4020
+ /**
4021
+ * @internal
4022
+ */
4023
+ export declare const TdscdmaNmrObjFilterSensitiveLog: (obj: TdscdmaNmrObj) => any;
4024
+ /**
4025
+ * @internal
4026
+ */
4027
+ export declare const TdscdmaObjFilterSensitiveLog: (obj: TdscdmaObj) => any;
4028
+ /**
4029
+ * @internal
4030
+ */
4031
+ export declare const WcdmaLocalIdFilterSensitiveLog: (obj: WcdmaLocalId) => any;
4032
+ /**
4033
+ * @internal
4034
+ */
4035
+ export declare const WcdmaNmrObjFilterSensitiveLog: (obj: WcdmaNmrObj) => any;
4036
+ /**
4037
+ * @internal
4038
+ */
4039
+ export declare const WcdmaObjFilterSensitiveLog: (obj: WcdmaObj) => any;
4040
+ /**
4041
+ * @internal
4042
+ */
4043
+ export declare const CellTowersFilterSensitiveLog: (obj: CellTowers) => any;
3644
4044
  /**
3645
4045
  * @internal
3646
4046
  */
@@ -4153,6 +4553,26 @@ export declare const PositionSolverDetailsFilterSensitiveLog: (obj: PositionSolv
4153
4553
  * @internal
4154
4554
  */
4155
4555
  export declare const GetPositionConfigurationResponseFilterSensitiveLog: (obj: GetPositionConfigurationResponse) => any;
4556
+ /**
4557
+ * @internal
4558
+ */
4559
+ export declare const GnssFilterSensitiveLog: (obj: Gnss) => any;
4560
+ /**
4561
+ * @internal
4562
+ */
4563
+ export declare const IpFilterSensitiveLog: (obj: Ip) => any;
4564
+ /**
4565
+ * @internal
4566
+ */
4567
+ export declare const WiFiAccessPointFilterSensitiveLog: (obj: WiFiAccessPoint) => any;
4568
+ /**
4569
+ * @internal
4570
+ */
4571
+ export declare const GetPositionEstimateRequestFilterSensitiveLog: (obj: GetPositionEstimateRequest) => any;
4572
+ /**
4573
+ * @internal
4574
+ */
4575
+ export declare const GetPositionEstimateResponseFilterSensitiveLog: (obj: GetPositionEstimateResponse) => any;
4156
4576
  /**
4157
4577
  * @internal
4158
4578
  */
@@ -4169,6 +4589,14 @@ export declare const GetResourceLogLevelRequestFilterSensitiveLog: (obj: GetReso
4169
4589
  * @internal
4170
4590
  */
4171
4591
  export declare const GetResourceLogLevelResponseFilterSensitiveLog: (obj: GetResourceLogLevelResponse) => any;
4592
+ /**
4593
+ * @internal
4594
+ */
4595
+ export declare const GetResourcePositionRequestFilterSensitiveLog: (obj: GetResourcePositionRequest) => any;
4596
+ /**
4597
+ * @internal
4598
+ */
4599
+ export declare const GetResourcePositionResponseFilterSensitiveLog: (obj: GetResourcePositionResponse) => any;
4172
4600
  /**
4173
4601
  * @internal
4174
4602
  */
@@ -4485,103 +4913,3 @@ export declare const LoRaWANMulticastMetadataFilterSensitiveLog: (obj: LoRaWANMu
4485
4913
  * @internal
4486
4914
  */
4487
4915
  export declare const MulticastWirelessMetadataFilterSensitiveLog: (obj: MulticastWirelessMetadata) => any;
4488
- /**
4489
- * @internal
4490
- */
4491
- export declare const SendDataToMulticastGroupRequestFilterSensitiveLog: (obj: SendDataToMulticastGroupRequest) => any;
4492
- /**
4493
- * @internal
4494
- */
4495
- export declare const SendDataToMulticastGroupResponseFilterSensitiveLog: (obj: SendDataToMulticastGroupResponse) => any;
4496
- /**
4497
- * @internal
4498
- */
4499
- export declare const SidewalkSendDataToDeviceFilterSensitiveLog: (obj: SidewalkSendDataToDevice) => any;
4500
- /**
4501
- * @internal
4502
- */
4503
- export declare const WirelessMetadataFilterSensitiveLog: (obj: WirelessMetadata) => any;
4504
- /**
4505
- * @internal
4506
- */
4507
- export declare const SendDataToWirelessDeviceRequestFilterSensitiveLog: (obj: SendDataToWirelessDeviceRequest) => any;
4508
- /**
4509
- * @internal
4510
- */
4511
- export declare const SendDataToWirelessDeviceResponseFilterSensitiveLog: (obj: SendDataToWirelessDeviceResponse) => any;
4512
- /**
4513
- * @internal
4514
- */
4515
- export declare const StartBulkAssociateWirelessDeviceWithMulticastGroupRequestFilterSensitiveLog: (obj: StartBulkAssociateWirelessDeviceWithMulticastGroupRequest) => any;
4516
- /**
4517
- * @internal
4518
- */
4519
- export declare const StartBulkAssociateWirelessDeviceWithMulticastGroupResponseFilterSensitiveLog: (obj: StartBulkAssociateWirelessDeviceWithMulticastGroupResponse) => any;
4520
- /**
4521
- * @internal
4522
- */
4523
- export declare const StartBulkDisassociateWirelessDeviceFromMulticastGroupRequestFilterSensitiveLog: (obj: StartBulkDisassociateWirelessDeviceFromMulticastGroupRequest) => any;
4524
- /**
4525
- * @internal
4526
- */
4527
- export declare const StartBulkDisassociateWirelessDeviceFromMulticastGroupResponseFilterSensitiveLog: (obj: StartBulkDisassociateWirelessDeviceFromMulticastGroupResponse) => any;
4528
- /**
4529
- * @internal
4530
- */
4531
- export declare const LoRaWANStartFuotaTaskFilterSensitiveLog: (obj: LoRaWANStartFuotaTask) => any;
4532
- /**
4533
- * @internal
4534
- */
4535
- export declare const StartFuotaTaskRequestFilterSensitiveLog: (obj: StartFuotaTaskRequest) => any;
4536
- /**
4537
- * @internal
4538
- */
4539
- export declare const StartFuotaTaskResponseFilterSensitiveLog: (obj: StartFuotaTaskResponse) => any;
4540
- /**
4541
- * @internal
4542
- */
4543
- export declare const StartMulticastGroupSessionRequestFilterSensitiveLog: (obj: StartMulticastGroupSessionRequest) => any;
4544
- /**
4545
- * @internal
4546
- */
4547
- export declare const StartMulticastGroupSessionResponseFilterSensitiveLog: (obj: StartMulticastGroupSessionResponse) => any;
4548
- /**
4549
- * @internal
4550
- */
4551
- export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
4552
- /**
4553
- * @internal
4554
- */
4555
- export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
4556
- /**
4557
- * @internal
4558
- */
4559
- export declare const TestWirelessDeviceRequestFilterSensitiveLog: (obj: TestWirelessDeviceRequest) => any;
4560
- /**
4561
- * @internal
4562
- */
4563
- export declare const TestWirelessDeviceResponseFilterSensitiveLog: (obj: TestWirelessDeviceResponse) => any;
4564
- /**
4565
- * @internal
4566
- */
4567
- export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
4568
- /**
4569
- * @internal
4570
- */
4571
- export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
4572
- /**
4573
- * @internal
4574
- */
4575
- export declare const UpdateDestinationRequestFilterSensitiveLog: (obj: UpdateDestinationRequest) => any;
4576
- /**
4577
- * @internal
4578
- */
4579
- export declare const UpdateDestinationResponseFilterSensitiveLog: (obj: UpdateDestinationResponse) => any;
4580
- /**
4581
- * @internal
4582
- */
4583
- export declare const UpdateEventConfigurationByResourceTypesRequestFilterSensitiveLog: (obj: UpdateEventConfigurationByResourceTypesRequest) => any;
4584
- /**
4585
- * @internal
4586
- */
4587
- export declare const UpdateEventConfigurationByResourceTypesResponseFilterSensitiveLog: (obj: UpdateEventConfigurationByResourceTypesResponse) => any;