@aws-sdk/client-iot-wireless 3.301.0 → 3.306.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/dist-cjs/models/models_0.js +195 -232
- package/dist-cjs/models/models_1.js +9 -11
- package/dist-es/models/models_0.js +195 -232
- package/dist-es/models/models_1.js +9 -11
- package/dist-types/models/models_0.d.ts +380 -195
- package/dist-types/models/models_1.d.ts +19 -9
- package/dist-types/ts3.4/models/models_0.d.ts +260 -195
- package/dist-types/ts3.4/models/models_1.d.ts +12 -9
- package/package.json +34 -34
|
@@ -32,9 +32,11 @@ export interface Accuracy {
|
|
|
32
32
|
HorizontalAccuracy?: number;
|
|
33
33
|
VerticalAccuracy?: number;
|
|
34
34
|
}
|
|
35
|
-
export declare
|
|
36
|
-
SemtechGeoLocation
|
|
37
|
-
}
|
|
35
|
+
export declare const ApplicationConfigType: {
|
|
36
|
+
readonly SemtechGeoLocation: "SemtechGeolocation";
|
|
37
|
+
};
|
|
38
|
+
export type ApplicationConfigType =
|
|
39
|
+
(typeof ApplicationConfigType)[keyof typeof ApplicationConfigType];
|
|
38
40
|
export interface ApplicationConfig {
|
|
39
41
|
FPort?: number;
|
|
40
42
|
Type?: ApplicationConfigType | string;
|
|
@@ -131,11 +133,12 @@ export interface AssociateWirelessGatewayWithThingRequest {
|
|
|
131
133
|
ThingArn: string | undefined;
|
|
132
134
|
}
|
|
133
135
|
export interface AssociateWirelessGatewayWithThingResponse {}
|
|
134
|
-
export declare
|
|
135
|
-
CRITICAL
|
|
136
|
-
LOW
|
|
137
|
-
NORMAL
|
|
138
|
-
}
|
|
136
|
+
export declare const BatteryLevel: {
|
|
137
|
+
readonly CRITICAL: "critical";
|
|
138
|
+
readonly LOW: "low";
|
|
139
|
+
readonly NORMAL: "normal";
|
|
140
|
+
};
|
|
141
|
+
export type BatteryLevel = (typeof BatteryLevel)[keyof typeof BatteryLevel];
|
|
139
142
|
export interface Beaconing {
|
|
140
143
|
DataRate?: number;
|
|
141
144
|
Frequencies?: number[];
|
|
@@ -262,22 +265,27 @@ export interface CellTowers {
|
|
|
262
265
|
Lte?: LteObj[];
|
|
263
266
|
Cdma?: CdmaObj[];
|
|
264
267
|
}
|
|
265
|
-
export declare
|
|
266
|
-
Ed25519
|
|
267
|
-
P256r1
|
|
268
|
-
}
|
|
268
|
+
export declare const SigningAlg: {
|
|
269
|
+
readonly Ed25519: "Ed25519";
|
|
270
|
+
readonly P256r1: "P256r1";
|
|
271
|
+
};
|
|
272
|
+
export type SigningAlg = (typeof SigningAlg)[keyof typeof SigningAlg];
|
|
269
273
|
export interface CertificateList {
|
|
270
274
|
SigningAlg: SigningAlg | string | undefined;
|
|
271
275
|
Value: string | undefined;
|
|
272
276
|
}
|
|
273
|
-
export declare
|
|
274
|
-
CONNECTED
|
|
275
|
-
DISCONNECTED
|
|
276
|
-
}
|
|
277
|
-
export
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
277
|
+
export declare const ConnectionStatus: {
|
|
278
|
+
readonly CONNECTED: "Connected";
|
|
279
|
+
readonly DISCONNECTED: "Disconnected";
|
|
280
|
+
};
|
|
281
|
+
export type ConnectionStatus =
|
|
282
|
+
(typeof ConnectionStatus)[keyof typeof ConnectionStatus];
|
|
283
|
+
export declare const EventNotificationTopicStatus: {
|
|
284
|
+
readonly Disabled: "Disabled";
|
|
285
|
+
readonly Enabled: "Enabled";
|
|
286
|
+
};
|
|
287
|
+
export type EventNotificationTopicStatus =
|
|
288
|
+
(typeof EventNotificationTopicStatus)[keyof typeof EventNotificationTopicStatus];
|
|
281
289
|
export interface LoRaWANConnectionStatusEventNotificationConfigurations {
|
|
282
290
|
GatewayEuiEventTopic?: EventNotificationTopicStatus | string;
|
|
283
291
|
}
|
|
@@ -291,10 +299,12 @@ export interface LoRaWANConnectionStatusResourceTypeEventConfiguration {
|
|
|
291
299
|
export interface ConnectionStatusResourceTypeEventConfiguration {
|
|
292
300
|
LoRaWAN?: LoRaWANConnectionStatusResourceTypeEventConfiguration;
|
|
293
301
|
}
|
|
294
|
-
export declare
|
|
295
|
-
MqttTopic
|
|
296
|
-
RuleName
|
|
297
|
-
}
|
|
302
|
+
export declare const ExpressionType: {
|
|
303
|
+
readonly MqttTopic: "MqttTopic";
|
|
304
|
+
readonly RuleName: "RuleName";
|
|
305
|
+
};
|
|
306
|
+
export type ExpressionType =
|
|
307
|
+
(typeof ExpressionType)[keyof typeof ExpressionType];
|
|
298
308
|
export interface CreateDestinationRequest {
|
|
299
309
|
Name: string | undefined;
|
|
300
310
|
ExpressionType: ExpressionType | string | undefined;
|
|
@@ -341,21 +351,23 @@ export interface CreateDeviceProfileResponse {
|
|
|
341
351
|
Arn?: string;
|
|
342
352
|
Id?: string;
|
|
343
353
|
}
|
|
344
|
-
export declare
|
|
345
|
-
AS923_1
|
|
346
|
-
AS923_2
|
|
347
|
-
AS923_3
|
|
348
|
-
AS923_4
|
|
349
|
-
AU915
|
|
350
|
-
CN470
|
|
351
|
-
CN779
|
|
352
|
-
EU433
|
|
353
|
-
EU868
|
|
354
|
-
IN865
|
|
355
|
-
KR920
|
|
356
|
-
RU864
|
|
357
|
-
US915
|
|
358
|
-
}
|
|
354
|
+
export declare const SupportedRfRegion: {
|
|
355
|
+
readonly AS923_1: "AS923-1";
|
|
356
|
+
readonly AS923_2: "AS923-2";
|
|
357
|
+
readonly AS923_3: "AS923-3";
|
|
358
|
+
readonly AS923_4: "AS923-4";
|
|
359
|
+
readonly AU915: "AU915";
|
|
360
|
+
readonly CN470: "CN470";
|
|
361
|
+
readonly CN779: "CN779";
|
|
362
|
+
readonly EU433: "EU433";
|
|
363
|
+
readonly EU868: "EU868";
|
|
364
|
+
readonly IN865: "IN865";
|
|
365
|
+
readonly KR920: "KR920";
|
|
366
|
+
readonly RU864: "RU864";
|
|
367
|
+
readonly US915: "US915";
|
|
368
|
+
};
|
|
369
|
+
export type SupportedRfRegion =
|
|
370
|
+
(typeof SupportedRfRegion)[keyof typeof SupportedRfRegion];
|
|
359
371
|
export interface LoRaWANFuotaTask {
|
|
360
372
|
RfRegion?: SupportedRfRegion | string;
|
|
361
373
|
}
|
|
@@ -375,10 +387,11 @@ export interface CreateFuotaTaskResponse {
|
|
|
375
387
|
Arn?: string;
|
|
376
388
|
Id?: string;
|
|
377
389
|
}
|
|
378
|
-
export declare
|
|
379
|
-
ClassB
|
|
380
|
-
ClassC
|
|
381
|
-
}
|
|
390
|
+
export declare const DlClass: {
|
|
391
|
+
readonly ClassB: "ClassB";
|
|
392
|
+
readonly ClassC: "ClassC";
|
|
393
|
+
};
|
|
394
|
+
export type DlClass = (typeof DlClass)[keyof typeof DlClass];
|
|
382
395
|
export interface LoRaWANMulticast {
|
|
383
396
|
RfRegion?: SupportedRfRegion | string;
|
|
384
397
|
DlClass?: DlClass | string;
|
|
@@ -394,15 +407,18 @@ export interface CreateMulticastGroupResponse {
|
|
|
394
407
|
Arn?: string;
|
|
395
408
|
Id?: string;
|
|
396
409
|
}
|
|
397
|
-
export declare
|
|
398
|
-
DISABLED
|
|
399
|
-
ERROR
|
|
400
|
-
INFO
|
|
401
|
-
}
|
|
402
|
-
export
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
410
|
+
export declare const LogLevel: {
|
|
411
|
+
readonly DISABLED: "DISABLED";
|
|
412
|
+
readonly ERROR: "ERROR";
|
|
413
|
+
readonly INFO: "INFO";
|
|
414
|
+
};
|
|
415
|
+
export type LogLevel = (typeof LogLevel)[keyof typeof LogLevel];
|
|
416
|
+
export declare const WirelessDeviceFrameInfo: {
|
|
417
|
+
readonly DISABLED: "DISABLED";
|
|
418
|
+
readonly ENABLED: "ENABLED";
|
|
419
|
+
};
|
|
420
|
+
export type WirelessDeviceFrameInfo =
|
|
421
|
+
(typeof WirelessDeviceFrameInfo)[keyof typeof WirelessDeviceFrameInfo];
|
|
406
422
|
export interface TraceContent {
|
|
407
423
|
WirelessDeviceFrameInfo?: WirelessDeviceFrameInfo | string;
|
|
408
424
|
LogLevel?: LogLevel | string;
|
|
@@ -467,17 +483,21 @@ export interface LoRaWANDevice {
|
|
|
467
483
|
AbpV1_0_x?: AbpV1_0_x;
|
|
468
484
|
FPorts?: FPorts;
|
|
469
485
|
}
|
|
470
|
-
export declare
|
|
471
|
-
Disabled
|
|
472
|
-
Enabled
|
|
473
|
-
}
|
|
486
|
+
export declare const PositioningConfigStatus: {
|
|
487
|
+
readonly Disabled: "Disabled";
|
|
488
|
+
readonly Enabled: "Enabled";
|
|
489
|
+
};
|
|
490
|
+
export type PositioningConfigStatus =
|
|
491
|
+
(typeof PositioningConfigStatus)[keyof typeof PositioningConfigStatus];
|
|
474
492
|
export interface SidewalkCreateWirelessDevice {
|
|
475
493
|
DeviceProfileId?: string;
|
|
476
494
|
}
|
|
477
|
-
export declare
|
|
478
|
-
LoRaWAN
|
|
479
|
-
Sidewalk
|
|
480
|
-
}
|
|
495
|
+
export declare const WirelessDeviceType: {
|
|
496
|
+
readonly LoRaWAN: "LoRaWAN";
|
|
497
|
+
readonly Sidewalk: "Sidewalk";
|
|
498
|
+
};
|
|
499
|
+
export type WirelessDeviceType =
|
|
500
|
+
(typeof WirelessDeviceType)[keyof typeof WirelessDeviceType];
|
|
481
501
|
export interface CreateWirelessDeviceRequest {
|
|
482
502
|
Type: WirelessDeviceType | string | undefined;
|
|
483
503
|
Name?: string;
|
|
@@ -516,14 +536,16 @@ export interface CreateWirelessGatewayTaskRequest {
|
|
|
516
536
|
Id: string | undefined;
|
|
517
537
|
WirelessGatewayTaskDefinitionId: string | undefined;
|
|
518
538
|
}
|
|
519
|
-
export declare
|
|
520
|
-
COMPLETED
|
|
521
|
-
FAILED
|
|
522
|
-
FIRST_RETRY
|
|
523
|
-
IN_PROGRESS
|
|
524
|
-
PENDING
|
|
525
|
-
SECOND_RETRY
|
|
526
|
-
}
|
|
539
|
+
export declare const WirelessGatewayTaskStatus: {
|
|
540
|
+
readonly COMPLETED: "COMPLETED";
|
|
541
|
+
readonly FAILED: "FAILED";
|
|
542
|
+
readonly FIRST_RETRY: "FIRST_RETRY";
|
|
543
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
544
|
+
readonly PENDING: "PENDING";
|
|
545
|
+
readonly SECOND_RETRY: "SECOND_RETRY";
|
|
546
|
+
};
|
|
547
|
+
export type WirelessGatewayTaskStatus =
|
|
548
|
+
(typeof WirelessGatewayTaskStatus)[keyof typeof WirelessGatewayTaskStatus];
|
|
527
549
|
export interface CreateWirelessGatewayTaskResponse {
|
|
528
550
|
WirelessGatewayTaskDefinitionId?: string;
|
|
529
551
|
Status?: WirelessGatewayTaskStatus | string;
|
|
@@ -630,10 +652,12 @@ export interface DeviceProfile {
|
|
|
630
652
|
Name?: string;
|
|
631
653
|
Id?: string;
|
|
632
654
|
}
|
|
633
|
-
export declare
|
|
634
|
-
LoRaWAN
|
|
635
|
-
Sidewalk
|
|
636
|
-
}
|
|
655
|
+
export declare const DeviceProfileType: {
|
|
656
|
+
readonly LoRaWAN: "LoRaWAN";
|
|
657
|
+
readonly Sidewalk: "Sidewalk";
|
|
658
|
+
};
|
|
659
|
+
export type DeviceProfileType =
|
|
660
|
+
(typeof DeviceProfileType)[keyof typeof DeviceProfileType];
|
|
637
661
|
export interface SidewalkEventNotificationConfigurations {
|
|
638
662
|
AmazonIdEventTopic?: EventNotificationTopicStatus | string;
|
|
639
663
|
}
|
|
@@ -647,15 +671,17 @@ export interface SidewalkResourceTypeEventConfiguration {
|
|
|
647
671
|
export interface DeviceRegistrationStateResourceTypeEventConfiguration {
|
|
648
672
|
Sidewalk?: SidewalkResourceTypeEventConfiguration;
|
|
649
673
|
}
|
|
650
|
-
export declare
|
|
651
|
-
PROVISIONED
|
|
652
|
-
REGISTEREDNOTSEEN
|
|
653
|
-
REGISTEREDREACHABLE
|
|
654
|
-
REGISTEREDUNREACHABLE
|
|
655
|
-
}
|
|
656
|
-
export
|
|
657
|
-
|
|
658
|
-
|
|
674
|
+
export declare const DeviceState: {
|
|
675
|
+
readonly PROVISIONED: "Provisioned";
|
|
676
|
+
readonly REGISTEREDNOTSEEN: "RegisteredNotSeen";
|
|
677
|
+
readonly REGISTEREDREACHABLE: "RegisteredReachable";
|
|
678
|
+
readonly REGISTEREDUNREACHABLE: "RegisteredUnreachable";
|
|
679
|
+
};
|
|
680
|
+
export type DeviceState = (typeof DeviceState)[keyof typeof DeviceState];
|
|
681
|
+
export declare const PartnerType: {
|
|
682
|
+
readonly Sidewalk: "Sidewalk";
|
|
683
|
+
};
|
|
684
|
+
export type PartnerType = (typeof PartnerType)[keyof typeof PartnerType];
|
|
659
685
|
export interface DisassociateAwsAccountFromPartnerAccountRequest {
|
|
660
686
|
PartnerAccountId: string | undefined;
|
|
661
687
|
PartnerType: PartnerType | string | undefined;
|
|
@@ -688,11 +714,12 @@ export interface DisassociateWirelessGatewayFromThingRequest {
|
|
|
688
714
|
Id: string | undefined;
|
|
689
715
|
}
|
|
690
716
|
export interface DisassociateWirelessGatewayFromThingResponse {}
|
|
691
|
-
export declare
|
|
692
|
-
CONCURRENT
|
|
693
|
-
SEQUENTIAL
|
|
694
|
-
USING_UPLINK_GATEWAY
|
|
695
|
-
}
|
|
717
|
+
export declare const DownlinkMode: {
|
|
718
|
+
readonly CONCURRENT: "CONCURRENT";
|
|
719
|
+
readonly SEQUENTIAL: "SEQUENTIAL";
|
|
720
|
+
readonly USING_UPLINK_GATEWAY: "USING_UPLINK_GATEWAY";
|
|
721
|
+
};
|
|
722
|
+
export type DownlinkMode = (typeof DownlinkMode)[keyof typeof DownlinkMode];
|
|
696
723
|
export interface GatewayListItem {
|
|
697
724
|
GatewayId: string | undefined;
|
|
698
725
|
DownlinkFrequency: number | undefined;
|
|
@@ -712,13 +739,14 @@ export interface DownlinkQueueMessage {
|
|
|
712
739
|
ReceivedAt?: string;
|
|
713
740
|
LoRaWAN?: LoRaWANSendDataToDevice;
|
|
714
741
|
}
|
|
715
|
-
export declare
|
|
716
|
-
ACK
|
|
717
|
-
DISCOVERED
|
|
718
|
-
LOST
|
|
719
|
-
NACK
|
|
720
|
-
PASSTHROUGH
|
|
721
|
-
}
|
|
742
|
+
export declare const Event: {
|
|
743
|
+
readonly ACK: "ack";
|
|
744
|
+
readonly DISCOVERED: "discovered";
|
|
745
|
+
readonly LOST: "lost";
|
|
746
|
+
readonly NACK: "nack";
|
|
747
|
+
readonly PASSTHROUGH: "passthrough";
|
|
748
|
+
};
|
|
749
|
+
export type Event = (typeof Event)[keyof typeof Event];
|
|
722
750
|
export interface LoRaWANJoinEventNotificationConfigurations {
|
|
723
751
|
DevEuiEventTopic?: EventNotificationTopicStatus | string;
|
|
724
752
|
}
|
|
@@ -741,52 +769,62 @@ export interface EventNotificationItemConfigurations {
|
|
|
741
769
|
ConnectionStatus?: ConnectionStatusEventConfiguration;
|
|
742
770
|
MessageDeliveryStatus?: MessageDeliveryStatusEventConfiguration;
|
|
743
771
|
}
|
|
744
|
-
export declare
|
|
745
|
-
DevEui
|
|
746
|
-
GatewayEui
|
|
747
|
-
PartnerAccountId
|
|
748
|
-
WirelessDeviceId
|
|
749
|
-
WirelessGatewayId
|
|
750
|
-
}
|
|
751
|
-
export
|
|
752
|
-
|
|
753
|
-
|
|
772
|
+
export declare const IdentifierType: {
|
|
773
|
+
readonly DevEui: "DevEui";
|
|
774
|
+
readonly GatewayEui: "GatewayEui";
|
|
775
|
+
readonly PartnerAccountId: "PartnerAccountId";
|
|
776
|
+
readonly WirelessDeviceId: "WirelessDeviceId";
|
|
777
|
+
readonly WirelessGatewayId: "WirelessGatewayId";
|
|
778
|
+
};
|
|
779
|
+
export type IdentifierType =
|
|
780
|
+
(typeof IdentifierType)[keyof typeof IdentifierType];
|
|
781
|
+
export declare const EventNotificationPartnerType: {
|
|
782
|
+
readonly Sidewalk: "Sidewalk";
|
|
783
|
+
};
|
|
784
|
+
export type EventNotificationPartnerType =
|
|
785
|
+
(typeof EventNotificationPartnerType)[keyof typeof EventNotificationPartnerType];
|
|
754
786
|
export interface EventConfigurationItem {
|
|
755
787
|
Identifier?: string;
|
|
756
788
|
IdentifierType?: IdentifierType | string;
|
|
757
789
|
PartnerType?: EventNotificationPartnerType | string;
|
|
758
790
|
Events?: EventNotificationItemConfigurations;
|
|
759
791
|
}
|
|
760
|
-
export declare
|
|
761
|
-
SidewalkAccount
|
|
762
|
-
WirelessDevice
|
|
763
|
-
WirelessGateway
|
|
764
|
-
}
|
|
765
|
-
export
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
792
|
+
export declare const EventNotificationResourceType: {
|
|
793
|
+
readonly SidewalkAccount: "SidewalkAccount";
|
|
794
|
+
readonly WirelessDevice: "WirelessDevice";
|
|
795
|
+
readonly WirelessGateway: "WirelessGateway";
|
|
796
|
+
};
|
|
797
|
+
export type EventNotificationResourceType =
|
|
798
|
+
(typeof EventNotificationResourceType)[keyof typeof EventNotificationResourceType];
|
|
799
|
+
export declare const FuotaDeviceStatus: {
|
|
800
|
+
readonly FragAlgo_unsupported: "FragAlgo_unsupported";
|
|
801
|
+
readonly FragIndex_unsupported: "FragIndex_unsupported";
|
|
802
|
+
readonly Initial: "Initial";
|
|
803
|
+
readonly MICError: "MICError";
|
|
804
|
+
readonly MemoryError: "MemoryError";
|
|
805
|
+
readonly MissingFrag: "MissingFrag";
|
|
806
|
+
readonly Not_enough_memory: "Not_enough_memory";
|
|
807
|
+
readonly Package_Not_Supported: "Package_Not_Supported";
|
|
808
|
+
readonly SessionCnt_replay: "SessionCnt_replay";
|
|
809
|
+
readonly Successful: "Successful";
|
|
810
|
+
readonly Wrong_descriptor: "Wrong_descriptor";
|
|
811
|
+
};
|
|
812
|
+
export type FuotaDeviceStatus =
|
|
813
|
+
(typeof FuotaDeviceStatus)[keyof typeof FuotaDeviceStatus];
|
|
778
814
|
export interface FuotaTask {
|
|
779
815
|
Id?: string;
|
|
780
816
|
Arn?: string;
|
|
781
817
|
Name?: string;
|
|
782
818
|
}
|
|
783
|
-
export declare
|
|
784
|
-
Delete_Waiting
|
|
785
|
-
FuotaDone
|
|
786
|
-
FuotaSession_Waiting
|
|
787
|
-
In_FuotaSession
|
|
788
|
-
Pending
|
|
789
|
-
}
|
|
819
|
+
export declare const FuotaTaskStatus: {
|
|
820
|
+
readonly Delete_Waiting: "Delete_Waiting";
|
|
821
|
+
readonly FuotaDone: "FuotaDone";
|
|
822
|
+
readonly FuotaSession_Waiting: "FuotaSession_Waiting";
|
|
823
|
+
readonly In_FuotaSession: "In_FuotaSession";
|
|
824
|
+
readonly Pending: "Pending";
|
|
825
|
+
};
|
|
826
|
+
export type FuotaTaskStatus =
|
|
827
|
+
(typeof FuotaTaskStatus)[keyof typeof FuotaTaskStatus];
|
|
790
828
|
export interface GetDestinationRequest {
|
|
791
829
|
Name: string | undefined;
|
|
792
830
|
}
|
|
@@ -855,13 +893,15 @@ export interface GetFuotaTaskResponse {
|
|
|
855
893
|
FragmentIntervalMS?: number;
|
|
856
894
|
}
|
|
857
895
|
export interface GetLogLevelsByResourceTypesRequest {}
|
|
858
|
-
export declare
|
|
859
|
-
Downlink_Data
|
|
860
|
-
Join
|
|
861
|
-
Registration
|
|
862
|
-
Rejoin
|
|
863
|
-
Uplink_Data
|
|
864
|
-
}
|
|
896
|
+
export declare const WirelessDeviceEvent: {
|
|
897
|
+
readonly Downlink_Data: "Downlink_Data";
|
|
898
|
+
readonly Join: "Join";
|
|
899
|
+
readonly Registration: "Registration";
|
|
900
|
+
readonly Rejoin: "Rejoin";
|
|
901
|
+
readonly Uplink_Data: "Uplink_Data";
|
|
902
|
+
};
|
|
903
|
+
export type WirelessDeviceEvent =
|
|
904
|
+
(typeof WirelessDeviceEvent)[keyof typeof WirelessDeviceEvent];
|
|
865
905
|
export interface WirelessDeviceEventLogOption {
|
|
866
906
|
Event: WirelessDeviceEvent | string | undefined;
|
|
867
907
|
LogLevel: LogLevel | string | undefined;
|
|
@@ -871,17 +911,21 @@ export interface WirelessDeviceLogOption {
|
|
|
871
911
|
LogLevel: LogLevel | string | undefined;
|
|
872
912
|
Events?: WirelessDeviceEventLogOption[];
|
|
873
913
|
}
|
|
874
|
-
export declare
|
|
875
|
-
CUPS_Request
|
|
876
|
-
Certificate
|
|
877
|
-
}
|
|
914
|
+
export declare const WirelessGatewayEvent: {
|
|
915
|
+
readonly CUPS_Request: "CUPS_Request";
|
|
916
|
+
readonly Certificate: "Certificate";
|
|
917
|
+
};
|
|
918
|
+
export type WirelessGatewayEvent =
|
|
919
|
+
(typeof WirelessGatewayEvent)[keyof typeof WirelessGatewayEvent];
|
|
878
920
|
export interface WirelessGatewayEventLogOption {
|
|
879
921
|
Event: WirelessGatewayEvent | string | undefined;
|
|
880
922
|
LogLevel: LogLevel | string | undefined;
|
|
881
923
|
}
|
|
882
|
-
export declare
|
|
883
|
-
LoRaWAN
|
|
884
|
-
}
|
|
924
|
+
export declare const WirelessGatewayType: {
|
|
925
|
+
readonly LoRaWAN: "LoRaWAN";
|
|
926
|
+
};
|
|
927
|
+
export type WirelessGatewayType =
|
|
928
|
+
(typeof WirelessGatewayType)[keyof typeof WirelessGatewayType];
|
|
885
929
|
export interface WirelessGatewayLogOption {
|
|
886
930
|
Type: WirelessGatewayType | string | undefined;
|
|
887
931
|
LogLevel: LogLevel | string | undefined;
|
|
@@ -946,20 +990,26 @@ export interface GetPartnerAccountResponse {
|
|
|
946
990
|
Sidewalk?: SidewalkAccountInfoWithFingerprint;
|
|
947
991
|
AccountLinked?: boolean;
|
|
948
992
|
}
|
|
949
|
-
export declare
|
|
950
|
-
WirelessDevice
|
|
951
|
-
WirelessGateway
|
|
952
|
-
}
|
|
993
|
+
export declare const PositionResourceType: {
|
|
994
|
+
readonly WirelessDevice: "WirelessDevice";
|
|
995
|
+
readonly WirelessGateway: "WirelessGateway";
|
|
996
|
+
};
|
|
997
|
+
export type PositionResourceType =
|
|
998
|
+
(typeof PositionResourceType)[keyof typeof PositionResourceType];
|
|
953
999
|
export interface GetPositionRequest {
|
|
954
1000
|
ResourceIdentifier: string | undefined;
|
|
955
1001
|
ResourceType: PositionResourceType | string | undefined;
|
|
956
1002
|
}
|
|
957
|
-
export declare
|
|
958
|
-
SEMTECH
|
|
959
|
-
}
|
|
960
|
-
export
|
|
961
|
-
|
|
962
|
-
|
|
1003
|
+
export declare const PositionSolverProvider: {
|
|
1004
|
+
readonly SEMTECH: "Semtech";
|
|
1005
|
+
};
|
|
1006
|
+
export type PositionSolverProvider =
|
|
1007
|
+
(typeof PositionSolverProvider)[keyof typeof PositionSolverProvider];
|
|
1008
|
+
export declare const PositionSolverType: {
|
|
1009
|
+
readonly GNSS: "GNSS";
|
|
1010
|
+
};
|
|
1011
|
+
export type PositionSolverType =
|
|
1012
|
+
(typeof PositionSolverType)[keyof typeof PositionSolverType];
|
|
963
1013
|
export interface GetPositionResponse {
|
|
964
1014
|
Position?: number[];
|
|
965
1015
|
Accuracy?: Accuracy;
|
|
@@ -972,14 +1022,18 @@ export interface GetPositionConfigurationRequest {
|
|
|
972
1022
|
ResourceIdentifier: string | undefined;
|
|
973
1023
|
ResourceType: PositionResourceType | string | undefined;
|
|
974
1024
|
}
|
|
975
|
-
export declare
|
|
976
|
-
NONE
|
|
977
|
-
ROSE
|
|
978
|
-
}
|
|
979
|
-
export
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
1025
|
+
export declare const PositionConfigurationFec: {
|
|
1026
|
+
readonly NONE: "NONE";
|
|
1027
|
+
readonly ROSE: "ROSE";
|
|
1028
|
+
};
|
|
1029
|
+
export type PositionConfigurationFec =
|
|
1030
|
+
(typeof PositionConfigurationFec)[keyof typeof PositionConfigurationFec];
|
|
1031
|
+
export declare const PositionConfigurationStatus: {
|
|
1032
|
+
readonly Disabled: "Disabled";
|
|
1033
|
+
readonly Enabled: "Enabled";
|
|
1034
|
+
};
|
|
1035
|
+
export type PositionConfigurationStatus =
|
|
1036
|
+
(typeof PositionConfigurationStatus)[keyof typeof PositionConfigurationStatus];
|
|
983
1037
|
export interface SemtechGnssDetail {
|
|
984
1038
|
Provider?: PositionSolverProvider | string;
|
|
985
1039
|
Type?: PositionSolverType | string;
|
|
@@ -1044,10 +1098,12 @@ export interface GetResourcePositionRequest {
|
|
|
1044
1098
|
export interface GetResourcePositionResponse {
|
|
1045
1099
|
GeoJsonPayload?: Uint8Array;
|
|
1046
1100
|
}
|
|
1047
|
-
export declare
|
|
1048
|
-
CUPS
|
|
1049
|
-
LNS
|
|
1050
|
-
}
|
|
1101
|
+
export declare const WirelessGatewayServiceType: {
|
|
1102
|
+
readonly CUPS: "CUPS";
|
|
1103
|
+
readonly LNS: "LNS";
|
|
1104
|
+
};
|
|
1105
|
+
export type WirelessGatewayServiceType =
|
|
1106
|
+
(typeof WirelessGatewayServiceType)[keyof typeof WirelessGatewayServiceType];
|
|
1051
1107
|
export interface GetServiceEndpointRequest {
|
|
1052
1108
|
ServiceType?: WirelessGatewayServiceType | string;
|
|
1053
1109
|
}
|
|
@@ -1086,22 +1142,26 @@ export interface GetServiceProfileResponse {
|
|
|
1086
1142
|
Id?: string;
|
|
1087
1143
|
LoRaWAN?: LoRaWANGetServiceProfileInfo;
|
|
1088
1144
|
}
|
|
1089
|
-
export declare
|
|
1090
|
-
DevEui
|
|
1091
|
-
SidewalkManufacturingSn
|
|
1092
|
-
ThingName
|
|
1093
|
-
WirelessDeviceId
|
|
1094
|
-
}
|
|
1145
|
+
export declare const WirelessDeviceIdType: {
|
|
1146
|
+
readonly DevEui: "DevEui";
|
|
1147
|
+
readonly SidewalkManufacturingSn: "SidewalkManufacturingSn";
|
|
1148
|
+
readonly ThingName: "ThingName";
|
|
1149
|
+
readonly WirelessDeviceId: "WirelessDeviceId";
|
|
1150
|
+
};
|
|
1151
|
+
export type WirelessDeviceIdType =
|
|
1152
|
+
(typeof WirelessDeviceIdType)[keyof typeof WirelessDeviceIdType];
|
|
1095
1153
|
export interface GetWirelessDeviceRequest {
|
|
1096
1154
|
Identifier: string | undefined;
|
|
1097
1155
|
IdentifierType: WirelessDeviceIdType | string | undefined;
|
|
1098
1156
|
}
|
|
1099
|
-
export declare
|
|
1100
|
-
ACTIVATED
|
|
1101
|
-
PROVISIONED
|
|
1102
|
-
REGISTERED
|
|
1103
|
-
UNKNOWN
|
|
1104
|
-
}
|
|
1157
|
+
export declare const WirelessDeviceSidewalkStatus: {
|
|
1158
|
+
readonly ACTIVATED: "ACTIVATED";
|
|
1159
|
+
readonly PROVISIONED: "PROVISIONED";
|
|
1160
|
+
readonly REGISTERED: "REGISTERED";
|
|
1161
|
+
readonly UNKNOWN: "UNKNOWN";
|
|
1162
|
+
};
|
|
1163
|
+
export type WirelessDeviceSidewalkStatus =
|
|
1164
|
+
(typeof WirelessDeviceSidewalkStatus)[keyof typeof WirelessDeviceSidewalkStatus];
|
|
1105
1165
|
export interface SidewalkDevice {
|
|
1106
1166
|
AmazonId?: string;
|
|
1107
1167
|
SidewalkId?: string;
|
|
@@ -1132,14 +1192,16 @@ export interface SidewalkGetStartImportInfo {
|
|
|
1132
1192
|
DeviceCreationFileList?: string[];
|
|
1133
1193
|
Role?: string;
|
|
1134
1194
|
}
|
|
1135
|
-
export declare
|
|
1136
|
-
COMPLETE
|
|
1137
|
-
DELETING
|
|
1138
|
-
FAILED
|
|
1139
|
-
INITIALIZED
|
|
1140
|
-
INITIALIZING
|
|
1141
|
-
PENDING
|
|
1142
|
-
}
|
|
1195
|
+
export declare const ImportTaskStatus: {
|
|
1196
|
+
readonly COMPLETE: "COMPLETE";
|
|
1197
|
+
readonly DELETING: "DELETING";
|
|
1198
|
+
readonly FAILED: "FAILED";
|
|
1199
|
+
readonly INITIALIZED: "INITIALIZED";
|
|
1200
|
+
readonly INITIALIZING: "INITIALIZING";
|
|
1201
|
+
readonly PENDING: "PENDING";
|
|
1202
|
+
};
|
|
1203
|
+
export type ImportTaskStatus =
|
|
1204
|
+
(typeof ImportTaskStatus)[keyof typeof ImportTaskStatus];
|
|
1143
1205
|
export interface GetWirelessDeviceImportTaskResponse {
|
|
1144
1206
|
Id?: string;
|
|
1145
1207
|
Arn?: string;
|
|
@@ -1181,11 +1243,13 @@ export interface GetWirelessDeviceStatisticsResponse {
|
|
|
1181
1243
|
LoRaWAN?: LoRaWANDeviceMetadata;
|
|
1182
1244
|
Sidewalk?: SidewalkDeviceMetadata;
|
|
1183
1245
|
}
|
|
1184
|
-
export declare
|
|
1185
|
-
GatewayEui
|
|
1186
|
-
ThingName
|
|
1187
|
-
WirelessGatewayId
|
|
1188
|
-
}
|
|
1246
|
+
export declare const WirelessGatewayIdType: {
|
|
1247
|
+
readonly GatewayEui: "GatewayEui";
|
|
1248
|
+
readonly ThingName: "ThingName";
|
|
1249
|
+
readonly WirelessGatewayId: "WirelessGatewayId";
|
|
1250
|
+
};
|
|
1251
|
+
export type WirelessGatewayIdType =
|
|
1252
|
+
(typeof WirelessGatewayIdType)[keyof typeof WirelessGatewayIdType];
|
|
1189
1253
|
export interface GetWirelessGatewayRequest {
|
|
1190
1254
|
Identifier: string | undefined;
|
|
1191
1255
|
IdentifierType: WirelessGatewayIdType | string | undefined;
|
|
@@ -1242,12 +1306,13 @@ export interface GetWirelessGatewayTaskDefinitionResponse {
|
|
|
1242
1306
|
Update?: UpdateWirelessGatewayTaskCreate;
|
|
1243
1307
|
Arn?: string;
|
|
1244
1308
|
}
|
|
1245
|
-
export declare
|
|
1246
|
-
FAILED
|
|
1247
|
-
INITIALIZED
|
|
1248
|
-
ONBOARDED
|
|
1249
|
-
PENDING
|
|
1250
|
-
}
|
|
1309
|
+
export declare const OnboardStatus: {
|
|
1310
|
+
readonly FAILED: "FAILED";
|
|
1311
|
+
readonly INITIALIZED: "INITIALIZED";
|
|
1312
|
+
readonly ONBOARDED: "ONBOARDED";
|
|
1313
|
+
readonly PENDING: "PENDING";
|
|
1314
|
+
};
|
|
1315
|
+
export type OnboardStatus = (typeof OnboardStatus)[keyof typeof OnboardStatus];
|
|
1251
1316
|
export interface ImportedSidewalkDevice {
|
|
1252
1317
|
SidewalkManufacturingSn?: string;
|
|
1253
1318
|
OnboardingStatus?: OnboardStatus | string;
|