@aws-sdk/client-iot-wireless 3.428.0 → 3.430.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.
|
@@ -35,7 +35,7 @@ export interface SidewalkListDevice {
|
|
|
35
35
|
* @public
|
|
36
36
|
* <p>The status of the Sidewalk devices, such as provisioned or registered.</p>
|
|
37
37
|
*/
|
|
38
|
-
Status?: WirelessDeviceSidewalkStatus
|
|
38
|
+
Status?: WirelessDeviceSidewalkStatus;
|
|
39
39
|
}
|
|
40
40
|
/**
|
|
41
41
|
* @public
|
|
@@ -56,7 +56,7 @@ export interface WirelessDeviceStatistics {
|
|
|
56
56
|
* @public
|
|
57
57
|
* <p>The wireless device type.</p>
|
|
58
58
|
*/
|
|
59
|
-
Type?: WirelessDeviceType
|
|
59
|
+
Type?: WirelessDeviceType;
|
|
60
60
|
/**
|
|
61
61
|
* @public
|
|
62
62
|
* <p>The name of the resource.</p>
|
|
@@ -89,7 +89,7 @@ export interface WirelessDeviceStatistics {
|
|
|
89
89
|
* @public
|
|
90
90
|
* <p>The status of a wireless device in a FUOTA task.</p>
|
|
91
91
|
*/
|
|
92
|
-
FuotaDeviceStatus?: FuotaDeviceStatus
|
|
92
|
+
FuotaDeviceStatus?: FuotaDeviceStatus;
|
|
93
93
|
/**
|
|
94
94
|
* @public
|
|
95
95
|
* <p>The status of the wireless device in the multicast group.</p>
|
|
@@ -219,7 +219,7 @@ export interface ListWirelessGatewayTaskDefinitionsRequest {
|
|
|
219
219
|
* <p>A filter to list only the wireless gateway task definitions that use this task
|
|
220
220
|
* definition type.</p>
|
|
221
221
|
*/
|
|
222
|
-
TaskDefinitionType?: WirelessGatewayTaskDefinitionType
|
|
222
|
+
TaskDefinitionType?: WirelessGatewayTaskDefinitionType;
|
|
223
223
|
}
|
|
224
224
|
/**
|
|
225
225
|
* @public
|
|
@@ -282,12 +282,12 @@ export interface SemtechGnssConfiguration {
|
|
|
282
282
|
* @public
|
|
283
283
|
* <p>The status indicating whether the solver is enabled.</p>
|
|
284
284
|
*/
|
|
285
|
-
Status: PositionConfigurationStatus |
|
|
285
|
+
Status: PositionConfigurationStatus | undefined;
|
|
286
286
|
/**
|
|
287
287
|
* @public
|
|
288
288
|
* <p>Whether forward error correction is enabled.</p>
|
|
289
289
|
*/
|
|
290
|
-
Fec: PositionConfigurationFec |
|
|
290
|
+
Fec: PositionConfigurationFec | undefined;
|
|
291
291
|
}
|
|
292
292
|
/**
|
|
293
293
|
* @public
|
|
@@ -314,7 +314,7 @@ export interface PutPositionConfigurationRequest {
|
|
|
314
314
|
* <p>Resource type of the resource for which you want to update the position
|
|
315
315
|
* configuration.</p>
|
|
316
316
|
*/
|
|
317
|
-
ResourceType: PositionResourceType |
|
|
317
|
+
ResourceType: PositionResourceType | undefined;
|
|
318
318
|
/**
|
|
319
319
|
* @public
|
|
320
320
|
* <p>The positioning solvers used to update the position configuration of the
|
|
@@ -355,7 +355,7 @@ export interface PutResourceLogLevelRequest {
|
|
|
355
355
|
* <code>ERROR</code> to display less verbose logs containing only error information,
|
|
356
356
|
* or to <code>INFO</code> for more detailed logs.</p>
|
|
357
357
|
*/
|
|
358
|
-
LogLevel: LogLevel |
|
|
358
|
+
LogLevel: LogLevel | undefined;
|
|
359
359
|
}
|
|
360
360
|
/**
|
|
361
361
|
* @public
|
|
@@ -475,7 +475,7 @@ export interface SidewalkSendDataToDevice {
|
|
|
475
475
|
* <p>Sidewalk device message type. Default value is
|
|
476
476
|
* <code>CUSTOM_COMMAND_ID_NOTIFY</code>.</p>
|
|
477
477
|
*/
|
|
478
|
-
MessageType?: MessageType
|
|
478
|
+
MessageType?: MessageType;
|
|
479
479
|
/**
|
|
480
480
|
* @public
|
|
481
481
|
* <p>The duration of time in seconds to retry sending the ACK.</p>
|
|
@@ -853,7 +853,7 @@ export interface UpdateDestinationRequest {
|
|
|
853
853
|
* @public
|
|
854
854
|
* <p>The type of value in <code>Expression</code>.</p>
|
|
855
855
|
*/
|
|
856
|
-
ExpressionType?: ExpressionType
|
|
856
|
+
ExpressionType?: ExpressionType;
|
|
857
857
|
/**
|
|
858
858
|
* @public
|
|
859
859
|
* <p>The new rule name or topic rule to send messages to.</p>
|
|
@@ -992,7 +992,7 @@ export interface UpdateLogLevelsByResourceTypesRequest {
|
|
|
992
992
|
* <code>ERROR</code> to display less verbose logs containing only error information,
|
|
993
993
|
* or to <code>INFO</code> for more detailed logs.</p>
|
|
994
994
|
*/
|
|
995
|
-
DefaultLogLevel?: LogLevel
|
|
995
|
+
DefaultLogLevel?: LogLevel;
|
|
996
996
|
/**
|
|
997
997
|
* @public
|
|
998
998
|
* <p>The list of wireless device log options.</p>
|
|
@@ -1129,7 +1129,7 @@ export interface UpdatePartnerAccountRequest {
|
|
|
1129
1129
|
* @public
|
|
1130
1130
|
* <p>The partner type.</p>
|
|
1131
1131
|
*/
|
|
1132
|
-
PartnerType: PartnerType |
|
|
1132
|
+
PartnerType: PartnerType | undefined;
|
|
1133
1133
|
}
|
|
1134
1134
|
/**
|
|
1135
1135
|
* @public
|
|
@@ -1149,7 +1149,7 @@ export interface UpdatePositionRequest {
|
|
|
1149
1149
|
* @public
|
|
1150
1150
|
* <p>Resource type of the resource for which position is updated.</p>
|
|
1151
1151
|
*/
|
|
1152
|
-
ResourceType: PositionResourceType |
|
|
1152
|
+
ResourceType: PositionResourceType | undefined;
|
|
1153
1153
|
/**
|
|
1154
1154
|
* @public
|
|
1155
1155
|
* <p>The position information of the resource.</p>
|
|
@@ -1174,14 +1174,14 @@ export interface UpdateResourceEventConfigurationRequest {
|
|
|
1174
1174
|
* @public
|
|
1175
1175
|
* <p>Identifier type of the particular resource identifier for event configuration.</p>
|
|
1176
1176
|
*/
|
|
1177
|
-
IdentifierType: IdentifierType |
|
|
1177
|
+
IdentifierType: IdentifierType | undefined;
|
|
1178
1178
|
/**
|
|
1179
1179
|
* @public
|
|
1180
1180
|
* <p>Partner type of the resource if the identifier type is
|
|
1181
1181
|
* <code>PartnerAccountId</code>
|
|
1182
1182
|
* </p>
|
|
1183
1183
|
*/
|
|
1184
|
-
PartnerType?: EventNotificationPartnerType
|
|
1184
|
+
PartnerType?: EventNotificationPartnerType;
|
|
1185
1185
|
/**
|
|
1186
1186
|
* @public
|
|
1187
1187
|
* <p>Event configuration for the device registration state event.</p>
|
|
@@ -1228,7 +1228,7 @@ export interface UpdateResourcePositionRequest {
|
|
|
1228
1228
|
* <p>The type of resource for which position information is updated, which can be a wireless device or a
|
|
1229
1229
|
* wireless gateway.</p>
|
|
1230
1230
|
*/
|
|
1231
|
-
ResourceType: PositionResourceType |
|
|
1231
|
+
ResourceType: PositionResourceType | undefined;
|
|
1232
1232
|
/**
|
|
1233
1233
|
* @public
|
|
1234
1234
|
* <p>The position information of the resource, displayed as a JSON payload. The payload uses the GeoJSON format,
|
|
@@ -1344,7 +1344,7 @@ export interface UpdateWirelessDeviceRequest {
|
|
|
1344
1344
|
* <p>FPort values for the GNSS, stream, and ClockSync functions of the positioning
|
|
1345
1345
|
* information.</p>
|
|
1346
1346
|
*/
|
|
1347
|
-
Positioning?: PositioningConfigStatus
|
|
1347
|
+
Positioning?: PositioningConfigStatus;
|
|
1348
1348
|
}
|
|
1349
1349
|
/**
|
|
1350
1350
|
* @public
|
|
@@ -39,7 +39,7 @@ export type ApplicationConfigType =
|
|
|
39
39
|
(typeof ApplicationConfigType)[keyof typeof ApplicationConfigType];
|
|
40
40
|
export interface ApplicationConfig {
|
|
41
41
|
FPort?: number;
|
|
42
|
-
Type?: ApplicationConfigType
|
|
42
|
+
Type?: ApplicationConfigType;
|
|
43
43
|
DestinationName?: string;
|
|
44
44
|
}
|
|
45
45
|
export interface SidewalkAccountInfo {
|
|
@@ -271,7 +271,7 @@ export declare const SigningAlg: {
|
|
|
271
271
|
};
|
|
272
272
|
export type SigningAlg = (typeof SigningAlg)[keyof typeof SigningAlg];
|
|
273
273
|
export interface CertificateList {
|
|
274
|
-
SigningAlg: SigningAlg |
|
|
274
|
+
SigningAlg: SigningAlg | undefined;
|
|
275
275
|
Value: string | undefined;
|
|
276
276
|
}
|
|
277
277
|
export declare const ConnectionStatus: {
|
|
@@ -287,14 +287,14 @@ export declare const EventNotificationTopicStatus: {
|
|
|
287
287
|
export type EventNotificationTopicStatus =
|
|
288
288
|
(typeof EventNotificationTopicStatus)[keyof typeof EventNotificationTopicStatus];
|
|
289
289
|
export interface LoRaWANConnectionStatusEventNotificationConfigurations {
|
|
290
|
-
GatewayEuiEventTopic?: EventNotificationTopicStatus
|
|
290
|
+
GatewayEuiEventTopic?: EventNotificationTopicStatus;
|
|
291
291
|
}
|
|
292
292
|
export interface ConnectionStatusEventConfiguration {
|
|
293
293
|
LoRaWAN?: LoRaWANConnectionStatusEventNotificationConfigurations;
|
|
294
|
-
WirelessGatewayIdEventTopic?: EventNotificationTopicStatus
|
|
294
|
+
WirelessGatewayIdEventTopic?: EventNotificationTopicStatus;
|
|
295
295
|
}
|
|
296
296
|
export interface LoRaWANConnectionStatusResourceTypeEventConfiguration {
|
|
297
|
-
WirelessGatewayEventTopic?: EventNotificationTopicStatus
|
|
297
|
+
WirelessGatewayEventTopic?: EventNotificationTopicStatus;
|
|
298
298
|
}
|
|
299
299
|
export interface ConnectionStatusResourceTypeEventConfiguration {
|
|
300
300
|
LoRaWAN?: LoRaWANConnectionStatusResourceTypeEventConfiguration;
|
|
@@ -307,7 +307,7 @@ export type ExpressionType =
|
|
|
307
307
|
(typeof ExpressionType)[keyof typeof ExpressionType];
|
|
308
308
|
export interface CreateDestinationRequest {
|
|
309
309
|
Name: string | undefined;
|
|
310
|
-
ExpressionType: ExpressionType |
|
|
310
|
+
ExpressionType: ExpressionType | undefined;
|
|
311
311
|
Expression: string | undefined;
|
|
312
312
|
Description?: string;
|
|
313
313
|
RoleArn: string | undefined;
|
|
@@ -369,7 +369,7 @@ export declare const SupportedRfRegion: {
|
|
|
369
369
|
export type SupportedRfRegion =
|
|
370
370
|
(typeof SupportedRfRegion)[keyof typeof SupportedRfRegion];
|
|
371
371
|
export interface LoRaWANFuotaTask {
|
|
372
|
-
RfRegion?: SupportedRfRegion
|
|
372
|
+
RfRegion?: SupportedRfRegion;
|
|
373
373
|
}
|
|
374
374
|
export interface CreateFuotaTaskRequest {
|
|
375
375
|
Name?: string;
|
|
@@ -393,8 +393,8 @@ export declare const DlClass: {
|
|
|
393
393
|
};
|
|
394
394
|
export type DlClass = (typeof DlClass)[keyof typeof DlClass];
|
|
395
395
|
export interface LoRaWANMulticast {
|
|
396
|
-
RfRegion?: SupportedRfRegion
|
|
397
|
-
DlClass?: DlClass
|
|
396
|
+
RfRegion?: SupportedRfRegion;
|
|
397
|
+
DlClass?: DlClass;
|
|
398
398
|
}
|
|
399
399
|
export interface CreateMulticastGroupRequest {
|
|
400
400
|
Name?: string;
|
|
@@ -426,9 +426,9 @@ export declare const WirelessDeviceFrameInfo: {
|
|
|
426
426
|
export type WirelessDeviceFrameInfo =
|
|
427
427
|
(typeof WirelessDeviceFrameInfo)[keyof typeof WirelessDeviceFrameInfo];
|
|
428
428
|
export interface TraceContent {
|
|
429
|
-
WirelessDeviceFrameInfo?: WirelessDeviceFrameInfo
|
|
430
|
-
LogLevel?: LogLevel
|
|
431
|
-
MulticastFrameInfo?: MulticastFrameInfo
|
|
429
|
+
WirelessDeviceFrameInfo?: WirelessDeviceFrameInfo;
|
|
430
|
+
LogLevel?: LogLevel;
|
|
431
|
+
MulticastFrameInfo?: MulticastFrameInfo;
|
|
432
432
|
}
|
|
433
433
|
export interface CreateNetworkAnalyzerConfigurationRequest {
|
|
434
434
|
Name: string | undefined;
|
|
@@ -509,14 +509,14 @@ export declare const WirelessDeviceType: {
|
|
|
509
509
|
export type WirelessDeviceType =
|
|
510
510
|
(typeof WirelessDeviceType)[keyof typeof WirelessDeviceType];
|
|
511
511
|
export interface CreateWirelessDeviceRequest {
|
|
512
|
-
Type: WirelessDeviceType |
|
|
512
|
+
Type: WirelessDeviceType | undefined;
|
|
513
513
|
Name?: string;
|
|
514
514
|
Description?: string;
|
|
515
515
|
DestinationName: string | undefined;
|
|
516
516
|
ClientRequestToken?: string;
|
|
517
517
|
LoRaWAN?: LoRaWANDevice;
|
|
518
518
|
Tags?: Tag[];
|
|
519
|
-
Positioning?: PositioningConfigStatus
|
|
519
|
+
Positioning?: PositioningConfigStatus;
|
|
520
520
|
Sidewalk?: SidewalkCreateWirelessDevice;
|
|
521
521
|
}
|
|
522
522
|
export interface CreateWirelessDeviceResponse {
|
|
@@ -559,7 +559,7 @@ export type WirelessGatewayTaskStatus =
|
|
|
559
559
|
(typeof WirelessGatewayTaskStatus)[keyof typeof WirelessGatewayTaskStatus];
|
|
560
560
|
export interface CreateWirelessGatewayTaskResponse {
|
|
561
561
|
WirelessGatewayTaskDefinitionId?: string;
|
|
562
|
-
Status?: WirelessGatewayTaskStatus
|
|
562
|
+
Status?: WirelessGatewayTaskStatus;
|
|
563
563
|
}
|
|
564
564
|
export interface LoRaWANGatewayVersion {
|
|
565
565
|
PackageVersion?: string;
|
|
@@ -618,7 +618,7 @@ export interface DeleteNetworkAnalyzerConfigurationResponse {}
|
|
|
618
618
|
export interface DeleteQueuedMessagesRequest {
|
|
619
619
|
Id: string | undefined;
|
|
620
620
|
MessageId: string | undefined;
|
|
621
|
-
WirelessDeviceType?: WirelessDeviceType
|
|
621
|
+
WirelessDeviceType?: WirelessDeviceType;
|
|
622
622
|
}
|
|
623
623
|
export interface DeleteQueuedMessagesResponse {}
|
|
624
624
|
export interface DeleteServiceProfileRequest {
|
|
@@ -647,13 +647,13 @@ export interface DeleteWirelessGatewayTaskDefinitionRequest {
|
|
|
647
647
|
export interface DeleteWirelessGatewayTaskDefinitionResponse {}
|
|
648
648
|
export interface DeregisterWirelessDeviceRequest {
|
|
649
649
|
Identifier: string | undefined;
|
|
650
|
-
WirelessDeviceType?: WirelessDeviceType
|
|
650
|
+
WirelessDeviceType?: WirelessDeviceType;
|
|
651
651
|
}
|
|
652
652
|
export interface DeregisterWirelessDeviceResponse {}
|
|
653
653
|
export interface Destinations {
|
|
654
654
|
Arn?: string;
|
|
655
655
|
Name?: string;
|
|
656
|
-
ExpressionType?: ExpressionType
|
|
656
|
+
ExpressionType?: ExpressionType;
|
|
657
657
|
Expression?: string;
|
|
658
658
|
Description?: string;
|
|
659
659
|
RoleArn?: string;
|
|
@@ -670,14 +670,14 @@ export declare const DeviceProfileType: {
|
|
|
670
670
|
export type DeviceProfileType =
|
|
671
671
|
(typeof DeviceProfileType)[keyof typeof DeviceProfileType];
|
|
672
672
|
export interface SidewalkEventNotificationConfigurations {
|
|
673
|
-
AmazonIdEventTopic?: EventNotificationTopicStatus
|
|
673
|
+
AmazonIdEventTopic?: EventNotificationTopicStatus;
|
|
674
674
|
}
|
|
675
675
|
export interface DeviceRegistrationStateEventConfiguration {
|
|
676
676
|
Sidewalk?: SidewalkEventNotificationConfigurations;
|
|
677
|
-
WirelessDeviceIdEventTopic?: EventNotificationTopicStatus
|
|
677
|
+
WirelessDeviceIdEventTopic?: EventNotificationTopicStatus;
|
|
678
678
|
}
|
|
679
679
|
export interface SidewalkResourceTypeEventConfiguration {
|
|
680
|
-
WirelessDeviceEventTopic?: EventNotificationTopicStatus
|
|
680
|
+
WirelessDeviceEventTopic?: EventNotificationTopicStatus;
|
|
681
681
|
}
|
|
682
682
|
export interface DeviceRegistrationStateResourceTypeEventConfiguration {
|
|
683
683
|
Sidewalk?: SidewalkResourceTypeEventConfiguration;
|
|
@@ -695,7 +695,7 @@ export declare const PartnerType: {
|
|
|
695
695
|
export type PartnerType = (typeof PartnerType)[keyof typeof PartnerType];
|
|
696
696
|
export interface DisassociateAwsAccountFromPartnerAccountRequest {
|
|
697
697
|
PartnerAccountId: string | undefined;
|
|
698
|
-
PartnerType: PartnerType |
|
|
698
|
+
PartnerType: PartnerType | undefined;
|
|
699
699
|
}
|
|
700
700
|
export interface DisassociateAwsAccountFromPartnerAccountResponse {}
|
|
701
701
|
export interface DisassociateMulticastGroupFromFuotaTaskRequest {
|
|
@@ -736,7 +736,7 @@ export interface GatewayListItem {
|
|
|
736
736
|
DownlinkFrequency: number | undefined;
|
|
737
737
|
}
|
|
738
738
|
export interface ParticipatingGateways {
|
|
739
|
-
DownlinkMode: DownlinkMode |
|
|
739
|
+
DownlinkMode: DownlinkMode | undefined;
|
|
740
740
|
GatewayList: GatewayListItem[] | undefined;
|
|
741
741
|
TransmissionInterval: number | undefined;
|
|
742
742
|
}
|
|
@@ -759,19 +759,19 @@ export declare const Event: {
|
|
|
759
759
|
};
|
|
760
760
|
export type Event = (typeof Event)[keyof typeof Event];
|
|
761
761
|
export interface LoRaWANJoinEventNotificationConfigurations {
|
|
762
|
-
DevEuiEventTopic?: EventNotificationTopicStatus
|
|
762
|
+
DevEuiEventTopic?: EventNotificationTopicStatus;
|
|
763
763
|
}
|
|
764
764
|
export interface JoinEventConfiguration {
|
|
765
765
|
LoRaWAN?: LoRaWANJoinEventNotificationConfigurations;
|
|
766
|
-
WirelessDeviceIdEventTopic?: EventNotificationTopicStatus
|
|
766
|
+
WirelessDeviceIdEventTopic?: EventNotificationTopicStatus;
|
|
767
767
|
}
|
|
768
768
|
export interface MessageDeliveryStatusEventConfiguration {
|
|
769
769
|
Sidewalk?: SidewalkEventNotificationConfigurations;
|
|
770
|
-
WirelessDeviceIdEventTopic?: EventNotificationTopicStatus
|
|
770
|
+
WirelessDeviceIdEventTopic?: EventNotificationTopicStatus;
|
|
771
771
|
}
|
|
772
772
|
export interface ProximityEventConfiguration {
|
|
773
773
|
Sidewalk?: SidewalkEventNotificationConfigurations;
|
|
774
|
-
WirelessDeviceIdEventTopic?: EventNotificationTopicStatus
|
|
774
|
+
WirelessDeviceIdEventTopic?: EventNotificationTopicStatus;
|
|
775
775
|
}
|
|
776
776
|
export interface EventNotificationItemConfigurations {
|
|
777
777
|
DeviceRegistrationState?: DeviceRegistrationStateEventConfiguration;
|
|
@@ -796,8 +796,8 @@ export type EventNotificationPartnerType =
|
|
|
796
796
|
(typeof EventNotificationPartnerType)[keyof typeof EventNotificationPartnerType];
|
|
797
797
|
export interface EventConfigurationItem {
|
|
798
798
|
Identifier?: string;
|
|
799
|
-
IdentifierType?: IdentifierType
|
|
800
|
-
PartnerType?: EventNotificationPartnerType
|
|
799
|
+
IdentifierType?: IdentifierType;
|
|
800
|
+
PartnerType?: EventNotificationPartnerType;
|
|
801
801
|
Events?: EventNotificationItemConfigurations;
|
|
802
802
|
}
|
|
803
803
|
export declare const EventNotificationResourceType: {
|
|
@@ -843,7 +843,7 @@ export interface GetDestinationResponse {
|
|
|
843
843
|
Arn?: string;
|
|
844
844
|
Name?: string;
|
|
845
845
|
Expression?: string;
|
|
846
|
-
ExpressionType?: ExpressionType
|
|
846
|
+
ExpressionType?: ExpressionType;
|
|
847
847
|
Description?: string;
|
|
848
848
|
RoleArn?: string;
|
|
849
849
|
}
|
|
@@ -864,7 +864,7 @@ export interface GetDeviceProfileResponse {
|
|
|
864
864
|
}
|
|
865
865
|
export interface GetEventConfigurationByResourceTypesRequest {}
|
|
866
866
|
export interface LoRaWANJoinResourceTypeEventConfiguration {
|
|
867
|
-
WirelessDeviceEventTopic?: EventNotificationTopicStatus
|
|
867
|
+
WirelessDeviceEventTopic?: EventNotificationTopicStatus;
|
|
868
868
|
}
|
|
869
869
|
export interface JoinResourceTypeEventConfiguration {
|
|
870
870
|
LoRaWAN?: LoRaWANJoinResourceTypeEventConfiguration;
|
|
@@ -892,7 +892,7 @@ export interface LoRaWANFuotaTaskGetInfo {
|
|
|
892
892
|
export interface GetFuotaTaskResponse {
|
|
893
893
|
Arn?: string;
|
|
894
894
|
Id?: string;
|
|
895
|
-
Status?: FuotaTaskStatus
|
|
895
|
+
Status?: FuotaTaskStatus;
|
|
896
896
|
Name?: string;
|
|
897
897
|
Description?: string;
|
|
898
898
|
LoRaWAN?: LoRaWANFuotaTaskGetInfo;
|
|
@@ -914,12 +914,12 @@ export declare const WirelessDeviceEvent: {
|
|
|
914
914
|
export type WirelessDeviceEvent =
|
|
915
915
|
(typeof WirelessDeviceEvent)[keyof typeof WirelessDeviceEvent];
|
|
916
916
|
export interface WirelessDeviceEventLogOption {
|
|
917
|
-
Event: WirelessDeviceEvent |
|
|
918
|
-
LogLevel: LogLevel |
|
|
917
|
+
Event: WirelessDeviceEvent | undefined;
|
|
918
|
+
LogLevel: LogLevel | undefined;
|
|
919
919
|
}
|
|
920
920
|
export interface WirelessDeviceLogOption {
|
|
921
|
-
Type: WirelessDeviceType |
|
|
922
|
-
LogLevel: LogLevel |
|
|
921
|
+
Type: WirelessDeviceType | undefined;
|
|
922
|
+
LogLevel: LogLevel | undefined;
|
|
923
923
|
Events?: WirelessDeviceEventLogOption[];
|
|
924
924
|
}
|
|
925
925
|
export declare const WirelessGatewayEvent: {
|
|
@@ -929,8 +929,8 @@ export declare const WirelessGatewayEvent: {
|
|
|
929
929
|
export type WirelessGatewayEvent =
|
|
930
930
|
(typeof WirelessGatewayEvent)[keyof typeof WirelessGatewayEvent];
|
|
931
931
|
export interface WirelessGatewayEventLogOption {
|
|
932
|
-
Event: WirelessGatewayEvent |
|
|
933
|
-
LogLevel: LogLevel |
|
|
932
|
+
Event: WirelessGatewayEvent | undefined;
|
|
933
|
+
LogLevel: LogLevel | undefined;
|
|
934
934
|
}
|
|
935
935
|
export declare const WirelessGatewayType: {
|
|
936
936
|
readonly LoRaWAN: "LoRaWAN";
|
|
@@ -938,12 +938,12 @@ export declare const WirelessGatewayType: {
|
|
|
938
938
|
export type WirelessGatewayType =
|
|
939
939
|
(typeof WirelessGatewayType)[keyof typeof WirelessGatewayType];
|
|
940
940
|
export interface WirelessGatewayLogOption {
|
|
941
|
-
Type: WirelessGatewayType |
|
|
942
|
-
LogLevel: LogLevel |
|
|
941
|
+
Type: WirelessGatewayType | undefined;
|
|
942
|
+
LogLevel: LogLevel | undefined;
|
|
943
943
|
Events?: WirelessGatewayEventLogOption[];
|
|
944
944
|
}
|
|
945
945
|
export interface GetLogLevelsByResourceTypesResponse {
|
|
946
|
-
DefaultLogLevel?: LogLevel
|
|
946
|
+
DefaultLogLevel?: LogLevel;
|
|
947
947
|
WirelessGatewayLogOptions?: WirelessGatewayLogOption[];
|
|
948
948
|
WirelessDeviceLogOptions?: WirelessDeviceLogOption[];
|
|
949
949
|
}
|
|
@@ -951,8 +951,8 @@ export interface GetMulticastGroupRequest {
|
|
|
951
951
|
Id: string | undefined;
|
|
952
952
|
}
|
|
953
953
|
export interface LoRaWANMulticastGet {
|
|
954
|
-
RfRegion?: SupportedRfRegion
|
|
955
|
-
DlClass?: DlClass
|
|
954
|
+
RfRegion?: SupportedRfRegion;
|
|
955
|
+
DlClass?: DlClass;
|
|
956
956
|
NumberOfDevicesRequested?: number;
|
|
957
957
|
NumberOfDevicesInGroup?: number;
|
|
958
958
|
}
|
|
@@ -992,7 +992,7 @@ export interface GetNetworkAnalyzerConfigurationResponse {
|
|
|
992
992
|
}
|
|
993
993
|
export interface GetPartnerAccountRequest {
|
|
994
994
|
PartnerAccountId: string | undefined;
|
|
995
|
-
PartnerType: PartnerType |
|
|
995
|
+
PartnerType: PartnerType | undefined;
|
|
996
996
|
}
|
|
997
997
|
export interface SidewalkAccountInfoWithFingerprint {
|
|
998
998
|
AmazonId?: string;
|
|
@@ -1011,7 +1011,7 @@ export type PositionResourceType =
|
|
|
1011
1011
|
(typeof PositionResourceType)[keyof typeof PositionResourceType];
|
|
1012
1012
|
export interface GetPositionRequest {
|
|
1013
1013
|
ResourceIdentifier: string | undefined;
|
|
1014
|
-
ResourceType: PositionResourceType |
|
|
1014
|
+
ResourceType: PositionResourceType | undefined;
|
|
1015
1015
|
}
|
|
1016
1016
|
export declare const PositionSolverProvider: {
|
|
1017
1017
|
readonly SEMTECH: "Semtech";
|
|
@@ -1026,14 +1026,14 @@ export type PositionSolverType =
|
|
|
1026
1026
|
export interface GetPositionResponse {
|
|
1027
1027
|
Position?: number[];
|
|
1028
1028
|
Accuracy?: Accuracy;
|
|
1029
|
-
SolverType?: PositionSolverType
|
|
1030
|
-
SolverProvider?: PositionSolverProvider
|
|
1029
|
+
SolverType?: PositionSolverType;
|
|
1030
|
+
SolverProvider?: PositionSolverProvider;
|
|
1031
1031
|
SolverVersion?: string;
|
|
1032
1032
|
Timestamp?: string;
|
|
1033
1033
|
}
|
|
1034
1034
|
export interface GetPositionConfigurationRequest {
|
|
1035
1035
|
ResourceIdentifier: string | undefined;
|
|
1036
|
-
ResourceType: PositionResourceType |
|
|
1036
|
+
ResourceType: PositionResourceType | undefined;
|
|
1037
1037
|
}
|
|
1038
1038
|
export declare const PositionConfigurationFec: {
|
|
1039
1039
|
readonly NONE: "NONE";
|
|
@@ -1048,10 +1048,10 @@ export declare const PositionConfigurationStatus: {
|
|
|
1048
1048
|
export type PositionConfigurationStatus =
|
|
1049
1049
|
(typeof PositionConfigurationStatus)[keyof typeof PositionConfigurationStatus];
|
|
1050
1050
|
export interface SemtechGnssDetail {
|
|
1051
|
-
Provider?: PositionSolverProvider
|
|
1052
|
-
Type?: PositionSolverType
|
|
1053
|
-
Status?: PositionConfigurationStatus
|
|
1054
|
-
Fec?: PositionConfigurationFec
|
|
1051
|
+
Provider?: PositionSolverProvider;
|
|
1052
|
+
Type?: PositionSolverType;
|
|
1053
|
+
Status?: PositionConfigurationStatus;
|
|
1054
|
+
Fec?: PositionConfigurationFec;
|
|
1055
1055
|
}
|
|
1056
1056
|
export interface PositionSolverDetails {
|
|
1057
1057
|
SemtechGnss?: SemtechGnssDetail;
|
|
@@ -1087,8 +1087,8 @@ export interface GetPositionEstimateResponse {
|
|
|
1087
1087
|
}
|
|
1088
1088
|
export interface GetResourceEventConfigurationRequest {
|
|
1089
1089
|
Identifier: string | undefined;
|
|
1090
|
-
IdentifierType: IdentifierType |
|
|
1091
|
-
PartnerType?: EventNotificationPartnerType
|
|
1090
|
+
IdentifierType: IdentifierType | undefined;
|
|
1091
|
+
PartnerType?: EventNotificationPartnerType;
|
|
1092
1092
|
}
|
|
1093
1093
|
export interface GetResourceEventConfigurationResponse {
|
|
1094
1094
|
DeviceRegistrationState?: DeviceRegistrationStateEventConfiguration;
|
|
@@ -1102,11 +1102,11 @@ export interface GetResourceLogLevelRequest {
|
|
|
1102
1102
|
ResourceType: string | undefined;
|
|
1103
1103
|
}
|
|
1104
1104
|
export interface GetResourceLogLevelResponse {
|
|
1105
|
-
LogLevel?: LogLevel
|
|
1105
|
+
LogLevel?: LogLevel;
|
|
1106
1106
|
}
|
|
1107
1107
|
export interface GetResourcePositionRequest {
|
|
1108
1108
|
ResourceIdentifier: string | undefined;
|
|
1109
|
-
ResourceType: PositionResourceType |
|
|
1109
|
+
ResourceType: PositionResourceType | undefined;
|
|
1110
1110
|
}
|
|
1111
1111
|
export interface GetResourcePositionResponse {
|
|
1112
1112
|
GeoJsonPayload?: Uint8Array;
|
|
@@ -1118,10 +1118,10 @@ export declare const WirelessGatewayServiceType: {
|
|
|
1118
1118
|
export type WirelessGatewayServiceType =
|
|
1119
1119
|
(typeof WirelessGatewayServiceType)[keyof typeof WirelessGatewayServiceType];
|
|
1120
1120
|
export interface GetServiceEndpointRequest {
|
|
1121
|
-
ServiceType?: WirelessGatewayServiceType
|
|
1121
|
+
ServiceType?: WirelessGatewayServiceType;
|
|
1122
1122
|
}
|
|
1123
1123
|
export interface GetServiceEndpointResponse {
|
|
1124
|
-
ServiceType?: WirelessGatewayServiceType
|
|
1124
|
+
ServiceType?: WirelessGatewayServiceType;
|
|
1125
1125
|
ServiceEndpoint?: string;
|
|
1126
1126
|
ServerTrust?: string;
|
|
1127
1127
|
}
|
|
@@ -1165,7 +1165,7 @@ export type WirelessDeviceIdType =
|
|
|
1165
1165
|
(typeof WirelessDeviceIdType)[keyof typeof WirelessDeviceIdType];
|
|
1166
1166
|
export interface GetWirelessDeviceRequest {
|
|
1167
1167
|
Identifier: string | undefined;
|
|
1168
|
-
IdentifierType: WirelessDeviceIdType |
|
|
1168
|
+
IdentifierType: WirelessDeviceIdType | undefined;
|
|
1169
1169
|
}
|
|
1170
1170
|
export declare const WirelessDeviceSidewalkStatus: {
|
|
1171
1171
|
readonly ACTIVATED: "ACTIVATED";
|
|
@@ -1183,10 +1183,10 @@ export interface SidewalkDevice {
|
|
|
1183
1183
|
PrivateKeys?: CertificateList[];
|
|
1184
1184
|
DeviceProfileId?: string;
|
|
1185
1185
|
CertificateId?: string;
|
|
1186
|
-
Status?: WirelessDeviceSidewalkStatus
|
|
1186
|
+
Status?: WirelessDeviceSidewalkStatus;
|
|
1187
1187
|
}
|
|
1188
1188
|
export interface GetWirelessDeviceResponse {
|
|
1189
|
-
Type?: WirelessDeviceType
|
|
1189
|
+
Type?: WirelessDeviceType;
|
|
1190
1190
|
Name?: string;
|
|
1191
1191
|
Description?: string;
|
|
1192
1192
|
DestinationName?: string;
|
|
@@ -1196,7 +1196,7 @@ export interface GetWirelessDeviceResponse {
|
|
|
1196
1196
|
ThingArn?: string;
|
|
1197
1197
|
LoRaWAN?: LoRaWANDevice;
|
|
1198
1198
|
Sidewalk?: SidewalkDevice;
|
|
1199
|
-
Positioning?: PositioningConfigStatus
|
|
1199
|
+
Positioning?: PositioningConfigStatus;
|
|
1200
1200
|
}
|
|
1201
1201
|
export interface GetWirelessDeviceImportTaskRequest {
|
|
1202
1202
|
Id: string | undefined;
|
|
@@ -1221,7 +1221,7 @@ export interface GetWirelessDeviceImportTaskResponse {
|
|
|
1221
1221
|
DestinationName?: string;
|
|
1222
1222
|
Sidewalk?: SidewalkGetStartImportInfo;
|
|
1223
1223
|
CreationTime?: Date;
|
|
1224
|
-
Status?: ImportTaskStatus
|
|
1224
|
+
Status?: ImportTaskStatus;
|
|
1225
1225
|
StatusReason?: string;
|
|
1226
1226
|
InitializedImportedDeviceCount?: number;
|
|
1227
1227
|
PendingImportedDeviceCount?: number;
|
|
@@ -1246,9 +1246,9 @@ export interface LoRaWANDeviceMetadata {
|
|
|
1246
1246
|
}
|
|
1247
1247
|
export interface SidewalkDeviceMetadata {
|
|
1248
1248
|
Rssi?: number;
|
|
1249
|
-
BatteryLevel?: BatteryLevel
|
|
1250
|
-
Event?: Event
|
|
1251
|
-
DeviceState?: DeviceState
|
|
1249
|
+
BatteryLevel?: BatteryLevel;
|
|
1250
|
+
Event?: Event;
|
|
1251
|
+
DeviceState?: DeviceState;
|
|
1252
1252
|
}
|
|
1253
1253
|
export interface GetWirelessDeviceStatisticsResponse {
|
|
1254
1254
|
WirelessDeviceId?: string;
|
|
@@ -1265,7 +1265,7 @@ export type WirelessGatewayIdType =
|
|
|
1265
1265
|
(typeof WirelessGatewayIdType)[keyof typeof WirelessGatewayIdType];
|
|
1266
1266
|
export interface GetWirelessGatewayRequest {
|
|
1267
1267
|
Identifier: string | undefined;
|
|
1268
|
-
IdentifierType: WirelessGatewayIdType |
|
|
1268
|
+
IdentifierType: WirelessGatewayIdType | undefined;
|
|
1269
1269
|
}
|
|
1270
1270
|
export interface GetWirelessGatewayResponse {
|
|
1271
1271
|
Name?: string;
|
|
@@ -1298,7 +1298,7 @@ export interface GetWirelessGatewayStatisticsRequest {
|
|
|
1298
1298
|
export interface GetWirelessGatewayStatisticsResponse {
|
|
1299
1299
|
WirelessGatewayId?: string;
|
|
1300
1300
|
LastUplinkReceivedAt?: string;
|
|
1301
|
-
ConnectionStatus?: ConnectionStatus
|
|
1301
|
+
ConnectionStatus?: ConnectionStatus;
|
|
1302
1302
|
}
|
|
1303
1303
|
export interface GetWirelessGatewayTaskRequest {
|
|
1304
1304
|
Id: string | undefined;
|
|
@@ -1308,7 +1308,7 @@ export interface GetWirelessGatewayTaskResponse {
|
|
|
1308
1308
|
WirelessGatewayTaskDefinitionId?: string;
|
|
1309
1309
|
LastUplinkReceivedAt?: string;
|
|
1310
1310
|
TaskCreatedAt?: string;
|
|
1311
|
-
Status?: WirelessGatewayTaskStatus
|
|
1311
|
+
Status?: WirelessGatewayTaskStatus;
|
|
1312
1312
|
}
|
|
1313
1313
|
export interface GetWirelessGatewayTaskDefinitionRequest {
|
|
1314
1314
|
Id: string | undefined;
|
|
@@ -1328,7 +1328,7 @@ export declare const OnboardStatus: {
|
|
|
1328
1328
|
export type OnboardStatus = (typeof OnboardStatus)[keyof typeof OnboardStatus];
|
|
1329
1329
|
export interface ImportedSidewalkDevice {
|
|
1330
1330
|
SidewalkManufacturingSn?: string;
|
|
1331
|
-
OnboardingStatus?: OnboardStatus
|
|
1331
|
+
OnboardingStatus?: OnboardStatus;
|
|
1332
1332
|
OnboardingStatusReason?: string;
|
|
1333
1333
|
LastUpdateTime?: Date;
|
|
1334
1334
|
}
|
|
@@ -1346,7 +1346,7 @@ export interface ListDestinationsResponse {
|
|
|
1346
1346
|
export interface ListDeviceProfilesRequest {
|
|
1347
1347
|
NextToken?: string;
|
|
1348
1348
|
MaxResults?: number;
|
|
1349
|
-
DeviceProfileType?: DeviceProfileType
|
|
1349
|
+
DeviceProfileType?: DeviceProfileType;
|
|
1350
1350
|
}
|
|
1351
1351
|
export interface ListDeviceProfilesResponse {
|
|
1352
1352
|
NextToken?: string;
|
|
@@ -1356,7 +1356,7 @@ export interface ListDevicesForWirelessDeviceImportTaskRequest {
|
|
|
1356
1356
|
Id: string | undefined;
|
|
1357
1357
|
MaxResults?: number;
|
|
1358
1358
|
NextToken?: string;
|
|
1359
|
-
Status?: OnboardStatus
|
|
1359
|
+
Status?: OnboardStatus;
|
|
1360
1360
|
}
|
|
1361
1361
|
export interface ListDevicesForWirelessDeviceImportTaskResponse {
|
|
1362
1362
|
NextToken?: string;
|
|
@@ -1364,7 +1364,7 @@ export interface ListDevicesForWirelessDeviceImportTaskResponse {
|
|
|
1364
1364
|
ImportedWirelessDeviceList?: ImportedWirelessDevice[];
|
|
1365
1365
|
}
|
|
1366
1366
|
export interface ListEventConfigurationsRequest {
|
|
1367
|
-
ResourceType: EventNotificationResourceType |
|
|
1367
|
+
ResourceType: EventNotificationResourceType | undefined;
|
|
1368
1368
|
MaxResults?: number;
|
|
1369
1369
|
NextToken?: string;
|
|
1370
1370
|
}
|
|
@@ -1426,13 +1426,13 @@ export interface ListPartnerAccountsResponse {
|
|
|
1426
1426
|
Sidewalk?: SidewalkAccountInfoWithFingerprint[];
|
|
1427
1427
|
}
|
|
1428
1428
|
export interface ListPositionConfigurationsRequest {
|
|
1429
|
-
ResourceType?: PositionResourceType
|
|
1429
|
+
ResourceType?: PositionResourceType;
|
|
1430
1430
|
MaxResults?: number;
|
|
1431
1431
|
NextToken?: string;
|
|
1432
1432
|
}
|
|
1433
1433
|
export interface PositionConfigurationItem {
|
|
1434
1434
|
ResourceIdentifier?: string;
|
|
1435
|
-
ResourceType?: PositionResourceType
|
|
1435
|
+
ResourceType?: PositionResourceType;
|
|
1436
1436
|
Solvers?: PositionSolverDetails;
|
|
1437
1437
|
Destination?: string;
|
|
1438
1438
|
}
|
|
@@ -1444,7 +1444,7 @@ export interface ListQueuedMessagesRequest {
|
|
|
1444
1444
|
Id: string | undefined;
|
|
1445
1445
|
NextToken?: string;
|
|
1446
1446
|
MaxResults?: number;
|
|
1447
|
-
WirelessDeviceType?: WirelessDeviceType
|
|
1447
|
+
WirelessDeviceType?: WirelessDeviceType;
|
|
1448
1448
|
}
|
|
1449
1449
|
export interface ListQueuedMessagesResponse {
|
|
1450
1450
|
NextToken?: string;
|
|
@@ -1479,7 +1479,7 @@ export interface WirelessDeviceImportTask {
|
|
|
1479
1479
|
DestinationName?: string;
|
|
1480
1480
|
Sidewalk?: SidewalkGetStartImportInfo;
|
|
1481
1481
|
CreationTime?: Date;
|
|
1482
|
-
Status?: ImportTaskStatus
|
|
1482
|
+
Status?: ImportTaskStatus;
|
|
1483
1483
|
StatusReason?: string;
|
|
1484
1484
|
InitializedImportedDeviceCount?: number;
|
|
1485
1485
|
PendingImportedDeviceCount?: number;
|
|
@@ -1496,7 +1496,7 @@ export interface ListWirelessDevicesRequest {
|
|
|
1496
1496
|
DestinationName?: string;
|
|
1497
1497
|
DeviceProfileId?: string;
|
|
1498
1498
|
ServiceProfileId?: string;
|
|
1499
|
-
WirelessDeviceType?: WirelessDeviceType
|
|
1499
|
+
WirelessDeviceType?: WirelessDeviceType;
|
|
1500
1500
|
FuotaTaskId?: string;
|
|
1501
1501
|
MulticastGroupId?: string;
|
|
1502
1502
|
}
|