@aws-sdk/client-iot-wireless 3.121.0 → 3.125.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.
- package/CHANGELOG.md +11 -0
- package/dist-cjs/IoTWireless.js +75 -0
- package/dist-cjs/commands/GetPositionCommand.js +36 -0
- package/dist-cjs/commands/GetPositionConfigurationCommand.js +36 -0
- package/dist-cjs/commands/ListPositionConfigurationsCommand.js +36 -0
- package/dist-cjs/commands/PutPositionConfigurationCommand.js +36 -0
- package/dist-cjs/commands/UpdateNetworkAnalyzerConfigurationCommand.js +3 -3
- package/dist-cjs/commands/UpdatePartnerAccountCommand.js +3 -3
- package/dist-cjs/commands/UpdatePositionCommand.js +36 -0
- package/dist-cjs/commands/UpdateResourceEventConfigurationCommand.js +3 -3
- package/dist-cjs/commands/UpdateWirelessDeviceCommand.js +3 -3
- package/dist-cjs/commands/UpdateWirelessGatewayCommand.js +3 -3
- package/dist-cjs/commands/index.js +5 -0
- package/dist-cjs/models/index.js +1 -0
- package/dist-cjs/models/models_0.js +119 -92
- package/dist-cjs/models/models_1.js +108 -0
- package/dist-cjs/pagination/ListPositionConfigurationsPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_restJson1.js +534 -4
- package/dist-es/IoTWireless.js +75 -0
- package/dist-es/commands/GetPositionCommand.js +39 -0
- package/dist-es/commands/GetPositionConfigurationCommand.js +39 -0
- package/dist-es/commands/ListPositionConfigurationsCommand.js +39 -0
- package/dist-es/commands/PutPositionConfigurationCommand.js +39 -0
- package/dist-es/commands/UpdateNetworkAnalyzerConfigurationCommand.js +1 -1
- package/dist-es/commands/UpdatePartnerAccountCommand.js +1 -1
- package/dist-es/commands/UpdatePositionCommand.js +39 -0
- package/dist-es/commands/UpdateResourceEventConfigurationCommand.js +1 -1
- package/dist-es/commands/UpdateWirelessDeviceCommand.js +1 -1
- package/dist-es/commands/UpdateWirelessGatewayCommand.js +1 -1
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +83 -56
- package/dist-es/models/models_1.js +70 -0
- package/dist-es/pagination/ListPositionConfigurationsPaginator.js +75 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +704 -69
- package/dist-types/IoTWireless.d.ts +37 -2
- package/dist-types/IoTWirelessClient.d.ts +7 -2
- package/dist-types/commands/GetEventConfigurationByResourceTypesCommand.d.ts +1 -1
- package/dist-types/commands/GetPositionCommand.d.ts +35 -0
- package/dist-types/commands/GetPositionConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/ListPositionConfigurationsCommand.d.ts +35 -0
- package/dist-types/commands/PutPositionConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/UpdateEventConfigurationByResourceTypesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateNetworkAnalyzerConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePartnerAccountCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePositionCommand.d.ts +35 -0
- package/dist-types/commands/UpdateResourceEventConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateWirelessDeviceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateWirelessGatewayCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +338 -278
- package/dist-types/models/models_1.d.ts +313 -0
- package/dist-types/pagination/ListPositionConfigurationsPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +15 -0
- package/dist-types/ts3.4/IoTWireless.d.ts +25 -0
- package/dist-types/ts3.4/IoTWirelessClient.d.ts +7 -2
- package/dist-types/ts3.4/commands/GetPositionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetPositionConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPositionConfigurationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutPositionConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateNetworkAnalyzerConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePartnerAccountCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePositionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateResourceEventConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateWirelessDeviceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateWirelessGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +193 -156
- package/dist-types/ts3.4/models/models_1.d.ts +186 -0
- package/dist-types/ts3.4/pagination/ListPositionConfigurationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +15 -0
- package/package.json +1 -1
|
@@ -104,6 +104,27 @@ export declare class AccessDeniedException extends __BaseException {
|
|
|
104
104
|
*/
|
|
105
105
|
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
106
106
|
}
|
|
107
|
+
/**
|
|
108
|
+
* <p>The accuracy of the estimated position in meters. An empty value indicates that no position data is available.
|
|
109
|
+
* A value of ‘0.0’ value indicates that position data is available. This data corresponds to the position information
|
|
110
|
+
* that you specified instead of the position computed by solver.</p>
|
|
111
|
+
*/
|
|
112
|
+
export interface Accuracy {
|
|
113
|
+
/**
|
|
114
|
+
* <p>The horizontal accuracy of the estimated position in meters.</p>
|
|
115
|
+
*/
|
|
116
|
+
HorizontalAccuracy?: number;
|
|
117
|
+
/**
|
|
118
|
+
* <p>The vertical accuracy of the estimated position in meters.</p>
|
|
119
|
+
*/
|
|
120
|
+
VerticalAccuracy?: number;
|
|
121
|
+
}
|
|
122
|
+
export declare namespace Accuracy {
|
|
123
|
+
/**
|
|
124
|
+
* @internal
|
|
125
|
+
*/
|
|
126
|
+
const filterSensitiveLog: (obj: Accuracy) => any;
|
|
127
|
+
}
|
|
107
128
|
/**
|
|
108
129
|
* <p>Information about a Sidewalk account.</p>
|
|
109
130
|
*/
|
|
@@ -463,7 +484,7 @@ export declare enum EventNotificationTopicStatus {
|
|
|
463
484
|
*/
|
|
464
485
|
export interface LoRaWANConnectionStatusEventNotificationConfigurations {
|
|
465
486
|
/**
|
|
466
|
-
* <p>Enum to denote whether the gateway
|
|
487
|
+
* <p>Enum to denote whether the gateway EUI connection status event topic is enabled or disabled.</p>
|
|
467
488
|
*/
|
|
468
489
|
GatewayEuiEventTopic?: EventNotificationTopicStatus | string;
|
|
469
490
|
}
|
|
@@ -482,8 +503,7 @@ export interface ConnectionStatusEventConfiguration {
|
|
|
482
503
|
*/
|
|
483
504
|
LoRaWAN?: LoRaWANConnectionStatusEventNotificationConfigurations;
|
|
484
505
|
/**
|
|
485
|
-
* <p>Enum to denote whether the wireless gateway
|
|
486
|
-
* .</p>
|
|
506
|
+
* <p>Enum to denote whether the wireless gateway ID connection status event topic is enabled or disabled.</p>
|
|
487
507
|
*/
|
|
488
508
|
WirelessGatewayIdEventTopic?: EventNotificationTopicStatus | string;
|
|
489
509
|
}
|
|
@@ -863,7 +883,8 @@ export declare enum WirelessDeviceFrameInfo {
|
|
|
863
883
|
*/
|
|
864
884
|
export interface TraceContent {
|
|
865
885
|
/**
|
|
866
|
-
* <p>
|
|
886
|
+
* <p>
|
|
887
|
+
* <code>FrameInfo</code> of your wireless device resources for the trace content. Use FrameInfo to debug
|
|
867
888
|
* the communication between your LoRaWAN end devices and the network server.</p>
|
|
868
889
|
*/
|
|
869
890
|
WirelessDeviceFrameInfo?: WirelessDeviceFrameInfo | string;
|
|
@@ -986,6 +1007,29 @@ export declare namespace CreateServiceProfileResponse {
|
|
|
986
1007
|
*/
|
|
987
1008
|
const filterSensitiveLog: (obj: CreateServiceProfileResponse) => any;
|
|
988
1009
|
}
|
|
1010
|
+
/**
|
|
1011
|
+
* <p>The FPorts for the position information.</p>
|
|
1012
|
+
*/
|
|
1013
|
+
export interface Positioning {
|
|
1014
|
+
/**
|
|
1015
|
+
* <p>The Fport value.</p>
|
|
1016
|
+
*/
|
|
1017
|
+
ClockSync?: number;
|
|
1018
|
+
/**
|
|
1019
|
+
* <p>The Fport value.</p>
|
|
1020
|
+
*/
|
|
1021
|
+
Stream?: number;
|
|
1022
|
+
/**
|
|
1023
|
+
* <p>The Fport value.</p>
|
|
1024
|
+
*/
|
|
1025
|
+
Gnss?: number;
|
|
1026
|
+
}
|
|
1027
|
+
export declare namespace Positioning {
|
|
1028
|
+
/**
|
|
1029
|
+
* @internal
|
|
1030
|
+
*/
|
|
1031
|
+
const filterSensitiveLog: (obj: Positioning) => any;
|
|
1032
|
+
}
|
|
989
1033
|
/**
|
|
990
1034
|
* <p>List of FPort assigned for different LoRaWAN application packages to use</p>
|
|
991
1035
|
*/
|
|
@@ -1002,6 +1046,10 @@ export interface FPorts {
|
|
|
1002
1046
|
* <p>The Fport value.</p>
|
|
1003
1047
|
*/
|
|
1004
1048
|
ClockSync?: number;
|
|
1049
|
+
/**
|
|
1050
|
+
* <p>FPort values for the GNSS, stream, and ClockSync functions of the positioning information.</p>
|
|
1051
|
+
*/
|
|
1052
|
+
Positioning?: Positioning;
|
|
1005
1053
|
}
|
|
1006
1054
|
export declare namespace FPorts {
|
|
1007
1055
|
/**
|
|
@@ -1675,8 +1723,9 @@ export declare namespace DeviceProfile {
|
|
|
1675
1723
|
const filterSensitiveLog: (obj: DeviceProfile) => any;
|
|
1676
1724
|
}
|
|
1677
1725
|
/**
|
|
1678
|
-
* <p>
|
|
1679
|
-
*
|
|
1726
|
+
* <p>
|
|
1727
|
+
* <code>SidewalkEventNotificationConfigurations</code> object, which is the event configuration
|
|
1728
|
+
* object for Sidewalk-related event topics.</p>
|
|
1680
1729
|
*/
|
|
1681
1730
|
export interface SidewalkEventNotificationConfigurations {
|
|
1682
1731
|
/**
|
|
@@ -1962,7 +2011,7 @@ export declare enum Event {
|
|
|
1962
2011
|
*/
|
|
1963
2012
|
export interface LoRaWANJoinEventNotificationConfigurations {
|
|
1964
2013
|
/**
|
|
1965
|
-
* <p>Enum to denote whether the
|
|
2014
|
+
* <p>Enum to denote whether the Dev EUI join event topic is enabled or disabled.</p>
|
|
1966
2015
|
*/
|
|
1967
2016
|
DevEuiEventTopic?: EventNotificationTopicStatus | string;
|
|
1968
2017
|
}
|
|
@@ -2258,19 +2307,19 @@ export declare namespace ProximityResourceTypeEventConfiguration {
|
|
|
2258
2307
|
}
|
|
2259
2308
|
export interface GetEventConfigurationByResourceTypesResponse {
|
|
2260
2309
|
/**
|
|
2261
|
-
* <p>Resource type event configuration for the device registration state event
|
|
2310
|
+
* <p>Resource type event configuration for the device registration state event.</p>
|
|
2262
2311
|
*/
|
|
2263
2312
|
DeviceRegistrationState?: DeviceRegistrationStateResourceTypeEventConfiguration;
|
|
2264
2313
|
/**
|
|
2265
|
-
* <p>Resource type event configuration for the proximity event
|
|
2314
|
+
* <p>Resource type event configuration for the proximity event.</p>
|
|
2266
2315
|
*/
|
|
2267
2316
|
Proximity?: ProximityResourceTypeEventConfiguration;
|
|
2268
2317
|
/**
|
|
2269
|
-
* <p>Resource type event configuration for the join event
|
|
2318
|
+
* <p>Resource type event configuration for the join event.</p>
|
|
2270
2319
|
*/
|
|
2271
2320
|
Join?: JoinResourceTypeEventConfiguration;
|
|
2272
2321
|
/**
|
|
2273
|
-
* <p>Resource type event configuration for the connection status event
|
|
2322
|
+
* <p>Resource type event configuration for the connection status event.</p>
|
|
2274
2323
|
*/
|
|
2275
2324
|
ConnectionStatus?: ConnectionStatusResourceTypeEventConfiguration;
|
|
2276
2325
|
}
|
|
@@ -2715,6 +2764,149 @@ export declare namespace GetPartnerAccountResponse {
|
|
|
2715
2764
|
*/
|
|
2716
2765
|
const filterSensitiveLog: (obj: GetPartnerAccountResponse) => any;
|
|
2717
2766
|
}
|
|
2767
|
+
export declare enum PositionResourceType {
|
|
2768
|
+
WirelessDevice = "WirelessDevice",
|
|
2769
|
+
WirelessGateway = "WirelessGateway"
|
|
2770
|
+
}
|
|
2771
|
+
export interface GetPositionRequest {
|
|
2772
|
+
/**
|
|
2773
|
+
* <p>Resource identifier used to retrieve the position information.</p>
|
|
2774
|
+
*/
|
|
2775
|
+
ResourceIdentifier: string | undefined;
|
|
2776
|
+
/**
|
|
2777
|
+
* <p>Resource type of the resource for which position information is retrieved.</p>
|
|
2778
|
+
*/
|
|
2779
|
+
ResourceType: PositionResourceType | string | undefined;
|
|
2780
|
+
}
|
|
2781
|
+
export declare namespace GetPositionRequest {
|
|
2782
|
+
/**
|
|
2783
|
+
* @internal
|
|
2784
|
+
*/
|
|
2785
|
+
const filterSensitiveLog: (obj: GetPositionRequest) => any;
|
|
2786
|
+
}
|
|
2787
|
+
export declare enum PositionSolverProvider {
|
|
2788
|
+
SEMTECH = "Semtech"
|
|
2789
|
+
}
|
|
2790
|
+
export declare enum PositionSolverType {
|
|
2791
|
+
GNSS = "GNSS"
|
|
2792
|
+
}
|
|
2793
|
+
export interface GetPositionResponse {
|
|
2794
|
+
/**
|
|
2795
|
+
* <p>The position information of the resource.</p>
|
|
2796
|
+
*/
|
|
2797
|
+
Position?: number[];
|
|
2798
|
+
/**
|
|
2799
|
+
* <p>The accuracy of the estimated position in meters. An empty value indicates that no position data is available.
|
|
2800
|
+
* A value of ‘0.0’ value indicates that position data is available. This data corresponds to the position information
|
|
2801
|
+
* that you specified instead of the position computed by solver.</p>
|
|
2802
|
+
*/
|
|
2803
|
+
Accuracy?: Accuracy;
|
|
2804
|
+
/**
|
|
2805
|
+
* <p>The type of solver used to identify the position of the resource.</p>
|
|
2806
|
+
*/
|
|
2807
|
+
SolverType?: PositionSolverType | string;
|
|
2808
|
+
/**
|
|
2809
|
+
* <p>The vendor of the positioning solver.</p>
|
|
2810
|
+
*/
|
|
2811
|
+
SolverProvider?: PositionSolverProvider | string;
|
|
2812
|
+
/**
|
|
2813
|
+
* <p>The version of the positioning solver.</p>
|
|
2814
|
+
*/
|
|
2815
|
+
SolverVersion?: string;
|
|
2816
|
+
/**
|
|
2817
|
+
* <p>The timestamp at which the device's position was determined.</p>
|
|
2818
|
+
*/
|
|
2819
|
+
Timestamp?: string;
|
|
2820
|
+
}
|
|
2821
|
+
export declare namespace GetPositionResponse {
|
|
2822
|
+
/**
|
|
2823
|
+
* @internal
|
|
2824
|
+
*/
|
|
2825
|
+
const filterSensitiveLog: (obj: GetPositionResponse) => any;
|
|
2826
|
+
}
|
|
2827
|
+
export interface GetPositionConfigurationRequest {
|
|
2828
|
+
/**
|
|
2829
|
+
* <p>Resource identifier used in a position configuration.</p>
|
|
2830
|
+
*/
|
|
2831
|
+
ResourceIdentifier: string | undefined;
|
|
2832
|
+
/**
|
|
2833
|
+
* <p>Resource type of the resource for which position configuration is retrieved.</p>
|
|
2834
|
+
*/
|
|
2835
|
+
ResourceType: PositionResourceType | string | undefined;
|
|
2836
|
+
}
|
|
2837
|
+
export declare namespace GetPositionConfigurationRequest {
|
|
2838
|
+
/**
|
|
2839
|
+
* @internal
|
|
2840
|
+
*/
|
|
2841
|
+
const filterSensitiveLog: (obj: GetPositionConfigurationRequest) => any;
|
|
2842
|
+
}
|
|
2843
|
+
export declare enum PositionConfigurationFec {
|
|
2844
|
+
NONE = "NONE",
|
|
2845
|
+
ROSE = "ROSE"
|
|
2846
|
+
}
|
|
2847
|
+
export declare enum PositionConfigurationStatus {
|
|
2848
|
+
Disabled = "Disabled",
|
|
2849
|
+
Enabled = "Enabled"
|
|
2850
|
+
}
|
|
2851
|
+
/**
|
|
2852
|
+
* <p>Details of the Semtech GNSS solver object.</p>
|
|
2853
|
+
*/
|
|
2854
|
+
export interface SemtechGnssDetail {
|
|
2855
|
+
/**
|
|
2856
|
+
* <p>The vendor of the solver object.</p>
|
|
2857
|
+
*/
|
|
2858
|
+
Provider?: PositionSolverProvider | string;
|
|
2859
|
+
/**
|
|
2860
|
+
* <p>The type of positioning solver used.</p>
|
|
2861
|
+
*/
|
|
2862
|
+
Type?: PositionSolverType | string;
|
|
2863
|
+
/**
|
|
2864
|
+
* <p>The status indicating whether the solver is enabled.</p>
|
|
2865
|
+
*/
|
|
2866
|
+
Status?: PositionConfigurationStatus | string;
|
|
2867
|
+
/**
|
|
2868
|
+
* <p>Whether forward error correction is enabled.</p>
|
|
2869
|
+
*/
|
|
2870
|
+
Fec?: PositionConfigurationFec | string;
|
|
2871
|
+
}
|
|
2872
|
+
export declare namespace SemtechGnssDetail {
|
|
2873
|
+
/**
|
|
2874
|
+
* @internal
|
|
2875
|
+
*/
|
|
2876
|
+
const filterSensitiveLog: (obj: SemtechGnssDetail) => any;
|
|
2877
|
+
}
|
|
2878
|
+
/**
|
|
2879
|
+
* <p>The wrapper for position solver details.</p>
|
|
2880
|
+
*/
|
|
2881
|
+
export interface PositionSolverDetails {
|
|
2882
|
+
/**
|
|
2883
|
+
* <p>The Semtech GNSS solver object details.</p>
|
|
2884
|
+
*/
|
|
2885
|
+
SemtechGnss?: SemtechGnssDetail;
|
|
2886
|
+
}
|
|
2887
|
+
export declare namespace PositionSolverDetails {
|
|
2888
|
+
/**
|
|
2889
|
+
* @internal
|
|
2890
|
+
*/
|
|
2891
|
+
const filterSensitiveLog: (obj: PositionSolverDetails) => any;
|
|
2892
|
+
}
|
|
2893
|
+
export interface GetPositionConfigurationResponse {
|
|
2894
|
+
/**
|
|
2895
|
+
* <p>The wrapper for the solver configuration details object.</p>
|
|
2896
|
+
*/
|
|
2897
|
+
Solvers?: PositionSolverDetails;
|
|
2898
|
+
/**
|
|
2899
|
+
* <p>The position data destination that describes the AWS IoT rule that processes the device's position data for use by
|
|
2900
|
+
* AWS IoT Core for LoRaWAN.</p>
|
|
2901
|
+
*/
|
|
2902
|
+
Destination?: string;
|
|
2903
|
+
}
|
|
2904
|
+
export declare namespace GetPositionConfigurationResponse {
|
|
2905
|
+
/**
|
|
2906
|
+
* @internal
|
|
2907
|
+
*/
|
|
2908
|
+
const filterSensitiveLog: (obj: GetPositionConfigurationResponse) => any;
|
|
2909
|
+
}
|
|
2718
2910
|
export interface GetResourceEventConfigurationRequest {
|
|
2719
2911
|
/**
|
|
2720
2912
|
* <p>Resource identifier to opt in for event messaging.</p>
|
|
@@ -2725,7 +2917,7 @@ export interface GetResourceEventConfigurationRequest {
|
|
|
2725
2917
|
*/
|
|
2726
2918
|
IdentifierType: IdentifierType | string | undefined;
|
|
2727
2919
|
/**
|
|
2728
|
-
* <p>Partner type of the resource if the identifier type is PartnerAccountId
|
|
2920
|
+
* <p>Partner type of the resource if the identifier type is <code>PartnerAccountId</code>.</p>
|
|
2729
2921
|
*/
|
|
2730
2922
|
PartnerType?: EventNotificationPartnerType | string;
|
|
2731
2923
|
}
|
|
@@ -2737,11 +2929,11 @@ export declare namespace GetResourceEventConfigurationRequest {
|
|
|
2737
2929
|
}
|
|
2738
2930
|
export interface GetResourceEventConfigurationResponse {
|
|
2739
2931
|
/**
|
|
2740
|
-
* <p>Event configuration for the device registration state event
|
|
2932
|
+
* <p>Event configuration for the device registration state event.</p>
|
|
2741
2933
|
*/
|
|
2742
2934
|
DeviceRegistrationState?: DeviceRegistrationStateEventConfiguration;
|
|
2743
2935
|
/**
|
|
2744
|
-
* <p>Event configuration for the
|
|
2936
|
+
* <p>Event configuration for the proximity event.</p>
|
|
2745
2937
|
*/
|
|
2746
2938
|
Proximity?: ProximityEventConfiguration;
|
|
2747
2939
|
/**
|
|
@@ -3723,6 +3915,71 @@ export declare namespace ListPartnerAccountsResponse {
|
|
|
3723
3915
|
*/
|
|
3724
3916
|
const filterSensitiveLog: (obj: ListPartnerAccountsResponse) => any;
|
|
3725
3917
|
}
|
|
3918
|
+
export interface ListPositionConfigurationsRequest {
|
|
3919
|
+
/**
|
|
3920
|
+
* <p>Resource type for which position configurations are listed.</p>
|
|
3921
|
+
*/
|
|
3922
|
+
ResourceType?: PositionResourceType | string;
|
|
3923
|
+
/**
|
|
3924
|
+
* <p>The maximum number of results to return in this operation.</p>
|
|
3925
|
+
*/
|
|
3926
|
+
MaxResults?: number;
|
|
3927
|
+
/**
|
|
3928
|
+
* <p>To retrieve the next set of results, the <code>nextToken</code> value from a previous response; otherwise <b>null</b>
|
|
3929
|
+
* to receive the first set of results.</p>
|
|
3930
|
+
*/
|
|
3931
|
+
NextToken?: string;
|
|
3932
|
+
}
|
|
3933
|
+
export declare namespace ListPositionConfigurationsRequest {
|
|
3934
|
+
/**
|
|
3935
|
+
* @internal
|
|
3936
|
+
*/
|
|
3937
|
+
const filterSensitiveLog: (obj: ListPositionConfigurationsRequest) => any;
|
|
3938
|
+
}
|
|
3939
|
+
/**
|
|
3940
|
+
* <p>The wrapper for a position configuration.</p>
|
|
3941
|
+
*/
|
|
3942
|
+
export interface PositionConfigurationItem {
|
|
3943
|
+
/**
|
|
3944
|
+
* <p>Resource identifier for the position configuration.</p>
|
|
3945
|
+
*/
|
|
3946
|
+
ResourceIdentifier?: string;
|
|
3947
|
+
/**
|
|
3948
|
+
* <p>Resource type of the resource for the position configuration.</p>
|
|
3949
|
+
*/
|
|
3950
|
+
ResourceType?: PositionResourceType | string;
|
|
3951
|
+
/**
|
|
3952
|
+
* <p>The details of the positioning solver object used to compute the location.</p>
|
|
3953
|
+
*/
|
|
3954
|
+
Solvers?: PositionSolverDetails;
|
|
3955
|
+
/**
|
|
3956
|
+
* <p>The position data destination that describes the AWS IoT rule that processes the device's position data for use by
|
|
3957
|
+
* AWS IoT Core for LoRaWAN.</p>
|
|
3958
|
+
*/
|
|
3959
|
+
Destination?: string;
|
|
3960
|
+
}
|
|
3961
|
+
export declare namespace PositionConfigurationItem {
|
|
3962
|
+
/**
|
|
3963
|
+
* @internal
|
|
3964
|
+
*/
|
|
3965
|
+
const filterSensitiveLog: (obj: PositionConfigurationItem) => any;
|
|
3966
|
+
}
|
|
3967
|
+
export interface ListPositionConfigurationsResponse {
|
|
3968
|
+
/**
|
|
3969
|
+
* <p>A list of position configurations.</p>
|
|
3970
|
+
*/
|
|
3971
|
+
PositionConfigurationList?: PositionConfigurationItem[];
|
|
3972
|
+
/**
|
|
3973
|
+
* <p>The token to use to get the next set of results, or <b>null</b> if there are no additional results.</p>
|
|
3974
|
+
*/
|
|
3975
|
+
NextToken?: string;
|
|
3976
|
+
}
|
|
3977
|
+
export declare namespace ListPositionConfigurationsResponse {
|
|
3978
|
+
/**
|
|
3979
|
+
* @internal
|
|
3980
|
+
*/
|
|
3981
|
+
const filterSensitiveLog: (obj: ListPositionConfigurationsResponse) => any;
|
|
3982
|
+
}
|
|
3726
3983
|
export interface ListQueuedMessagesRequest {
|
|
3727
3984
|
/**
|
|
3728
3985
|
* <p>The ID of a given wireless device which the downlink message packets are being sent.</p>
|
|
@@ -4145,6 +4402,73 @@ export declare namespace ListWirelessGatewayTaskDefinitionsResponse {
|
|
|
4145
4402
|
*/
|
|
4146
4403
|
const filterSensitiveLog: (obj: ListWirelessGatewayTaskDefinitionsResponse) => any;
|
|
4147
4404
|
}
|
|
4405
|
+
/**
|
|
4406
|
+
* <p>Information about the Semtech GNSS solver configuration.</p>
|
|
4407
|
+
*/
|
|
4408
|
+
export interface SemtechGnssConfiguration {
|
|
4409
|
+
/**
|
|
4410
|
+
* <p>The status indicating whether the solver is enabled.</p>
|
|
4411
|
+
*/
|
|
4412
|
+
Status: PositionConfigurationStatus | string | undefined;
|
|
4413
|
+
/**
|
|
4414
|
+
* <p>Whether forward error correction is enabled.</p>
|
|
4415
|
+
*/
|
|
4416
|
+
Fec: PositionConfigurationFec | string | undefined;
|
|
4417
|
+
}
|
|
4418
|
+
export declare namespace SemtechGnssConfiguration {
|
|
4419
|
+
/**
|
|
4420
|
+
* @internal
|
|
4421
|
+
*/
|
|
4422
|
+
const filterSensitiveLog: (obj: SemtechGnssConfiguration) => any;
|
|
4423
|
+
}
|
|
4424
|
+
/**
|
|
4425
|
+
* <p>The wrapper for position solver configurations.</p>
|
|
4426
|
+
*/
|
|
4427
|
+
export interface PositionSolverConfigurations {
|
|
4428
|
+
/**
|
|
4429
|
+
* <p>The Semtech GNSS solver configuration object.</p>
|
|
4430
|
+
*/
|
|
4431
|
+
SemtechGnss?: SemtechGnssConfiguration;
|
|
4432
|
+
}
|
|
4433
|
+
export declare namespace PositionSolverConfigurations {
|
|
4434
|
+
/**
|
|
4435
|
+
* @internal
|
|
4436
|
+
*/
|
|
4437
|
+
const filterSensitiveLog: (obj: PositionSolverConfigurations) => any;
|
|
4438
|
+
}
|
|
4439
|
+
export interface PutPositionConfigurationRequest {
|
|
4440
|
+
/**
|
|
4441
|
+
* <p>Resource identifier used to update the position configuration.</p>
|
|
4442
|
+
*/
|
|
4443
|
+
ResourceIdentifier: string | undefined;
|
|
4444
|
+
/**
|
|
4445
|
+
* <p>Resource type of the resource for which you want to update the position configuration.</p>
|
|
4446
|
+
*/
|
|
4447
|
+
ResourceType: PositionResourceType | string | undefined;
|
|
4448
|
+
/**
|
|
4449
|
+
* <p>The positioning solvers used to update the position configuration of the resource.</p>
|
|
4450
|
+
*/
|
|
4451
|
+
Solvers?: PositionSolverConfigurations;
|
|
4452
|
+
/**
|
|
4453
|
+
* <p>The position data destination that describes the AWS IoT rule that processes the device's position data for use by
|
|
4454
|
+
* AWS IoT Core for LoRaWAN.</p>
|
|
4455
|
+
*/
|
|
4456
|
+
Destination?: string;
|
|
4457
|
+
}
|
|
4458
|
+
export declare namespace PutPositionConfigurationRequest {
|
|
4459
|
+
/**
|
|
4460
|
+
* @internal
|
|
4461
|
+
*/
|
|
4462
|
+
const filterSensitiveLog: (obj: PutPositionConfigurationRequest) => any;
|
|
4463
|
+
}
|
|
4464
|
+
export interface PutPositionConfigurationResponse {
|
|
4465
|
+
}
|
|
4466
|
+
export declare namespace PutPositionConfigurationResponse {
|
|
4467
|
+
/**
|
|
4468
|
+
* @internal
|
|
4469
|
+
*/
|
|
4470
|
+
const filterSensitiveLog: (obj: PutPositionConfigurationResponse) => any;
|
|
4471
|
+
}
|
|
4148
4472
|
export interface PutResourceLogLevelRequest {
|
|
4149
4473
|
/**
|
|
4150
4474
|
* <p>The identifier of the resource. For a Wireless Device, it is the wireless device ID. For a wireless gateway,
|
|
@@ -4735,267 +5059,3 @@ export declare namespace UpdateMulticastGroupResponse {
|
|
|
4735
5059
|
*/
|
|
4736
5060
|
const filterSensitiveLog: (obj: UpdateMulticastGroupResponse) => any;
|
|
4737
5061
|
}
|
|
4738
|
-
export interface UpdateNetworkAnalyzerConfigurationRequest {
|
|
4739
|
-
/**
|
|
4740
|
-
* <p>Name of the network analyzer configuration.</p>
|
|
4741
|
-
*/
|
|
4742
|
-
ConfigurationName: string | undefined;
|
|
4743
|
-
/**
|
|
4744
|
-
* <p>Trace content for your wireless gateway and wireless device resources.</p>
|
|
4745
|
-
*/
|
|
4746
|
-
TraceContent?: TraceContent;
|
|
4747
|
-
/**
|
|
4748
|
-
* <p>Wireless device resources to add to the network analyzer configuration. Provide the
|
|
4749
|
-
* <code>WirelessDeviceId</code> of the resource to add in the input array.</p>
|
|
4750
|
-
*/
|
|
4751
|
-
WirelessDevicesToAdd?: string[];
|
|
4752
|
-
/**
|
|
4753
|
-
* <p>Wireless device resources to remove from the network analyzer configuration. Provide the
|
|
4754
|
-
* <code>WirelessDeviceId</code> of the resources to remove in the input array.</p>
|
|
4755
|
-
*/
|
|
4756
|
-
WirelessDevicesToRemove?: string[];
|
|
4757
|
-
/**
|
|
4758
|
-
* <p>Wireless gateway resources to add to the network analyzer configuration. Provide the
|
|
4759
|
-
* <code>WirelessGatewayId</code> of the resource to add in the input array.</p>
|
|
4760
|
-
*/
|
|
4761
|
-
WirelessGatewaysToAdd?: string[];
|
|
4762
|
-
/**
|
|
4763
|
-
* <p>Wireless gateway resources to remove from the network analyzer configuration. Provide the
|
|
4764
|
-
* <code>WirelessGatewayId</code> of the resources to remove in the input array.</p>
|
|
4765
|
-
*/
|
|
4766
|
-
WirelessGatewaysToRemove?: string[];
|
|
4767
|
-
/**
|
|
4768
|
-
* <p>The description of the new resource.</p>
|
|
4769
|
-
*/
|
|
4770
|
-
Description?: string;
|
|
4771
|
-
}
|
|
4772
|
-
export declare namespace UpdateNetworkAnalyzerConfigurationRequest {
|
|
4773
|
-
/**
|
|
4774
|
-
* @internal
|
|
4775
|
-
*/
|
|
4776
|
-
const filterSensitiveLog: (obj: UpdateNetworkAnalyzerConfigurationRequest) => any;
|
|
4777
|
-
}
|
|
4778
|
-
export interface UpdateNetworkAnalyzerConfigurationResponse {
|
|
4779
|
-
}
|
|
4780
|
-
export declare namespace UpdateNetworkAnalyzerConfigurationResponse {
|
|
4781
|
-
/**
|
|
4782
|
-
* @internal
|
|
4783
|
-
*/
|
|
4784
|
-
const filterSensitiveLog: (obj: UpdateNetworkAnalyzerConfigurationResponse) => any;
|
|
4785
|
-
}
|
|
4786
|
-
/**
|
|
4787
|
-
* <p>Sidewalk update.</p>
|
|
4788
|
-
*/
|
|
4789
|
-
export interface SidewalkUpdateAccount {
|
|
4790
|
-
/**
|
|
4791
|
-
* <p>The new Sidewalk application server private key.</p>
|
|
4792
|
-
*/
|
|
4793
|
-
AppServerPrivateKey?: string;
|
|
4794
|
-
}
|
|
4795
|
-
export declare namespace SidewalkUpdateAccount {
|
|
4796
|
-
/**
|
|
4797
|
-
* @internal
|
|
4798
|
-
*/
|
|
4799
|
-
const filterSensitiveLog: (obj: SidewalkUpdateAccount) => any;
|
|
4800
|
-
}
|
|
4801
|
-
export interface UpdatePartnerAccountRequest {
|
|
4802
|
-
/**
|
|
4803
|
-
* <p>The Sidewalk account credentials.</p>
|
|
4804
|
-
*/
|
|
4805
|
-
Sidewalk: SidewalkUpdateAccount | undefined;
|
|
4806
|
-
/**
|
|
4807
|
-
* <p>The ID of the partner account to update.</p>
|
|
4808
|
-
*/
|
|
4809
|
-
PartnerAccountId: string | undefined;
|
|
4810
|
-
/**
|
|
4811
|
-
* <p>The partner type.</p>
|
|
4812
|
-
*/
|
|
4813
|
-
PartnerType: PartnerType | string | undefined;
|
|
4814
|
-
}
|
|
4815
|
-
export declare namespace UpdatePartnerAccountRequest {
|
|
4816
|
-
/**
|
|
4817
|
-
* @internal
|
|
4818
|
-
*/
|
|
4819
|
-
const filterSensitiveLog: (obj: UpdatePartnerAccountRequest) => any;
|
|
4820
|
-
}
|
|
4821
|
-
export interface UpdatePartnerAccountResponse {
|
|
4822
|
-
}
|
|
4823
|
-
export declare namespace UpdatePartnerAccountResponse {
|
|
4824
|
-
/**
|
|
4825
|
-
* @internal
|
|
4826
|
-
*/
|
|
4827
|
-
const filterSensitiveLog: (obj: UpdatePartnerAccountResponse) => any;
|
|
4828
|
-
}
|
|
4829
|
-
export interface UpdateResourceEventConfigurationRequest {
|
|
4830
|
-
/**
|
|
4831
|
-
* <p>Resource identifier to opt in for event messaging.</p>
|
|
4832
|
-
*/
|
|
4833
|
-
Identifier: string | undefined;
|
|
4834
|
-
/**
|
|
4835
|
-
* <p>Identifier type of the particular resource identifier for event configuration.</p>
|
|
4836
|
-
*/
|
|
4837
|
-
IdentifierType: IdentifierType | string | undefined;
|
|
4838
|
-
/**
|
|
4839
|
-
* <p>Partner type of the resource if the identifier type is PartnerAccountId</p>
|
|
4840
|
-
*/
|
|
4841
|
-
PartnerType?: EventNotificationPartnerType | string;
|
|
4842
|
-
/**
|
|
4843
|
-
* <p>Event configuration for the device registration state event</p>
|
|
4844
|
-
*/
|
|
4845
|
-
DeviceRegistrationState?: DeviceRegistrationStateEventConfiguration;
|
|
4846
|
-
/**
|
|
4847
|
-
* <p>Event configuration for the Proximity event</p>
|
|
4848
|
-
*/
|
|
4849
|
-
Proximity?: ProximityEventConfiguration;
|
|
4850
|
-
/**
|
|
4851
|
-
* <p>Event configuration for the join event</p>
|
|
4852
|
-
*/
|
|
4853
|
-
Join?: JoinEventConfiguration;
|
|
4854
|
-
/**
|
|
4855
|
-
* <p>Event configuration for the connection status event</p>
|
|
4856
|
-
*/
|
|
4857
|
-
ConnectionStatus?: ConnectionStatusEventConfiguration;
|
|
4858
|
-
}
|
|
4859
|
-
export declare namespace UpdateResourceEventConfigurationRequest {
|
|
4860
|
-
/**
|
|
4861
|
-
* @internal
|
|
4862
|
-
*/
|
|
4863
|
-
const filterSensitiveLog: (obj: UpdateResourceEventConfigurationRequest) => any;
|
|
4864
|
-
}
|
|
4865
|
-
export interface UpdateResourceEventConfigurationResponse {
|
|
4866
|
-
}
|
|
4867
|
-
export declare namespace UpdateResourceEventConfigurationResponse {
|
|
4868
|
-
/**
|
|
4869
|
-
* @internal
|
|
4870
|
-
*/
|
|
4871
|
-
const filterSensitiveLog: (obj: UpdateResourceEventConfigurationResponse) => any;
|
|
4872
|
-
}
|
|
4873
|
-
/**
|
|
4874
|
-
* <p>ABP device object for LoRaWAN specification v1.0.x</p>
|
|
4875
|
-
*/
|
|
4876
|
-
export interface UpdateAbpV1_0_x {
|
|
4877
|
-
/**
|
|
4878
|
-
* <p>The FCnt init value.</p>
|
|
4879
|
-
*/
|
|
4880
|
-
FCntStart?: number;
|
|
4881
|
-
}
|
|
4882
|
-
export declare namespace UpdateAbpV1_0_x {
|
|
4883
|
-
/**
|
|
4884
|
-
* @internal
|
|
4885
|
-
*/
|
|
4886
|
-
const filterSensitiveLog: (obj: UpdateAbpV1_0_x) => any;
|
|
4887
|
-
}
|
|
4888
|
-
/**
|
|
4889
|
-
* <p>ABP device object for LoRaWAN specification v1.1</p>
|
|
4890
|
-
*/
|
|
4891
|
-
export interface UpdateAbpV1_1 {
|
|
4892
|
-
/**
|
|
4893
|
-
* <p>The FCnt init value.</p>
|
|
4894
|
-
*/
|
|
4895
|
-
FCntStart?: number;
|
|
4896
|
-
}
|
|
4897
|
-
export declare namespace UpdateAbpV1_1 {
|
|
4898
|
-
/**
|
|
4899
|
-
* @internal
|
|
4900
|
-
*/
|
|
4901
|
-
const filterSensitiveLog: (obj: UpdateAbpV1_1) => any;
|
|
4902
|
-
}
|
|
4903
|
-
/**
|
|
4904
|
-
* <p>LoRaWAN object for update functions.</p>
|
|
4905
|
-
*/
|
|
4906
|
-
export interface LoRaWANUpdateDevice {
|
|
4907
|
-
/**
|
|
4908
|
-
* <p>The ID of the device profile for the wireless device.</p>
|
|
4909
|
-
*/
|
|
4910
|
-
DeviceProfileId?: string;
|
|
4911
|
-
/**
|
|
4912
|
-
* <p>The ID of the service profile.</p>
|
|
4913
|
-
*/
|
|
4914
|
-
ServiceProfileId?: string;
|
|
4915
|
-
/**
|
|
4916
|
-
* <p>ABP device object for update APIs for v1.1</p>
|
|
4917
|
-
*/
|
|
4918
|
-
AbpV1_1?: UpdateAbpV1_1;
|
|
4919
|
-
/**
|
|
4920
|
-
* <p>ABP device object for update APIs for v1.0.x</p>
|
|
4921
|
-
*/
|
|
4922
|
-
AbpV1_0_x?: UpdateAbpV1_0_x;
|
|
4923
|
-
}
|
|
4924
|
-
export declare namespace LoRaWANUpdateDevice {
|
|
4925
|
-
/**
|
|
4926
|
-
* @internal
|
|
4927
|
-
*/
|
|
4928
|
-
const filterSensitiveLog: (obj: LoRaWANUpdateDevice) => any;
|
|
4929
|
-
}
|
|
4930
|
-
export interface UpdateWirelessDeviceRequest {
|
|
4931
|
-
/**
|
|
4932
|
-
* <p>The ID of the resource to update.</p>
|
|
4933
|
-
*/
|
|
4934
|
-
Id: string | undefined;
|
|
4935
|
-
/**
|
|
4936
|
-
* <p>The name of the new destination for the device.</p>
|
|
4937
|
-
*/
|
|
4938
|
-
DestinationName?: string;
|
|
4939
|
-
/**
|
|
4940
|
-
* <p>The new name of the resource.</p>
|
|
4941
|
-
*/
|
|
4942
|
-
Name?: string;
|
|
4943
|
-
/**
|
|
4944
|
-
* <p>A new description of the resource.</p>
|
|
4945
|
-
*/
|
|
4946
|
-
Description?: string;
|
|
4947
|
-
/**
|
|
4948
|
-
* <p>The updated wireless device's configuration.</p>
|
|
4949
|
-
*/
|
|
4950
|
-
LoRaWAN?: LoRaWANUpdateDevice;
|
|
4951
|
-
}
|
|
4952
|
-
export declare namespace UpdateWirelessDeviceRequest {
|
|
4953
|
-
/**
|
|
4954
|
-
* @internal
|
|
4955
|
-
*/
|
|
4956
|
-
const filterSensitiveLog: (obj: UpdateWirelessDeviceRequest) => any;
|
|
4957
|
-
}
|
|
4958
|
-
export interface UpdateWirelessDeviceResponse {
|
|
4959
|
-
}
|
|
4960
|
-
export declare namespace UpdateWirelessDeviceResponse {
|
|
4961
|
-
/**
|
|
4962
|
-
* @internal
|
|
4963
|
-
*/
|
|
4964
|
-
const filterSensitiveLog: (obj: UpdateWirelessDeviceResponse) => any;
|
|
4965
|
-
}
|
|
4966
|
-
export interface UpdateWirelessGatewayRequest {
|
|
4967
|
-
/**
|
|
4968
|
-
* <p>The ID of the resource to update.</p>
|
|
4969
|
-
*/
|
|
4970
|
-
Id: string | undefined;
|
|
4971
|
-
/**
|
|
4972
|
-
* <p>The new name of the resource.</p>
|
|
4973
|
-
*/
|
|
4974
|
-
Name?: string;
|
|
4975
|
-
/**
|
|
4976
|
-
* <p>A new description of the resource.</p>
|
|
4977
|
-
*/
|
|
4978
|
-
Description?: string;
|
|
4979
|
-
/**
|
|
4980
|
-
* <p>A list of JoinEuiRange used by LoRa gateways to filter LoRa frames.</p>
|
|
4981
|
-
*/
|
|
4982
|
-
JoinEuiFilters?: string[][];
|
|
4983
|
-
/**
|
|
4984
|
-
* <p>A list of NetId values that are used by LoRa gateways to filter the uplink frames.</p>
|
|
4985
|
-
*/
|
|
4986
|
-
NetIdFilters?: string[];
|
|
4987
|
-
}
|
|
4988
|
-
export declare namespace UpdateWirelessGatewayRequest {
|
|
4989
|
-
/**
|
|
4990
|
-
* @internal
|
|
4991
|
-
*/
|
|
4992
|
-
const filterSensitiveLog: (obj: UpdateWirelessGatewayRequest) => any;
|
|
4993
|
-
}
|
|
4994
|
-
export interface UpdateWirelessGatewayResponse {
|
|
4995
|
-
}
|
|
4996
|
-
export declare namespace UpdateWirelessGatewayResponse {
|
|
4997
|
-
/**
|
|
4998
|
-
* @internal
|
|
4999
|
-
*/
|
|
5000
|
-
const filterSensitiveLog: (obj: UpdateWirelessGatewayResponse) => any;
|
|
5001
|
-
}
|