@aws-sdk/client-iot-wireless 3.933.0 → 3.935.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (57) hide show
  1. package/dist-cjs/index.js +282 -282
  2. package/dist-es/index.js +2 -1
  3. package/dist-es/models/enums.js +266 -0
  4. package/dist-es/models/errors.js +109 -0
  5. package/dist-es/models/models_0.js +1 -350
  6. package/dist-es/models/models_1.js +1 -26
  7. package/dist-es/schemas/schemas_0.js +1 -1
  8. package/dist-types/commands/ListMulticastGroupsByFuotaTaskCommand.d.ts +1 -2
  9. package/dist-types/commands/ListNetworkAnalyzerConfigurationsCommand.d.ts +1 -1
  10. package/dist-types/commands/ListPartnerAccountsCommand.d.ts +1 -1
  11. package/dist-types/commands/ListPositionConfigurationsCommand.d.ts +1 -1
  12. package/dist-types/commands/ListQueuedMessagesCommand.d.ts +1 -1
  13. package/dist-types/commands/ListServiceProfilesCommand.d.ts +1 -1
  14. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  15. package/dist-types/commands/ListWirelessDeviceImportTasksCommand.d.ts +1 -1
  16. package/dist-types/commands/ListWirelessDevicesCommand.d.ts +1 -1
  17. package/dist-types/commands/ListWirelessGatewayTaskDefinitionsCommand.d.ts +1 -1
  18. package/dist-types/commands/ListWirelessGatewaysCommand.d.ts +1 -1
  19. package/dist-types/commands/PutPositionConfigurationCommand.d.ts +1 -1
  20. package/dist-types/commands/PutResourceLogLevelCommand.d.ts +1 -1
  21. package/dist-types/commands/ResetAllResourceLogLevelsCommand.d.ts +1 -1
  22. package/dist-types/commands/ResetResourceLogLevelCommand.d.ts +1 -1
  23. package/dist-types/commands/SendDataToMulticastGroupCommand.d.ts +1 -1
  24. package/dist-types/commands/SendDataToWirelessDeviceCommand.d.ts +1 -1
  25. package/dist-types/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.d.ts +2 -1
  26. package/dist-types/index.d.ts +4 -1
  27. package/dist-types/models/enums.d.ts +642 -0
  28. package/dist-types/models/errors.d.ts +118 -0
  29. package/dist-types/models/models_0.d.ts +995 -717
  30. package/dist-types/models/models_1.d.ts +2 -1040
  31. package/dist-types/ts3.4/commands/ListMulticastGroupsByFuotaTaskCommand.d.ts +4 -2
  32. package/dist-types/ts3.4/commands/ListNetworkAnalyzerConfigurationsCommand.d.ts +1 -1
  33. package/dist-types/ts3.4/commands/ListPartnerAccountsCommand.d.ts +1 -1
  34. package/dist-types/ts3.4/commands/ListPositionConfigurationsCommand.d.ts +1 -1
  35. package/dist-types/ts3.4/commands/ListQueuedMessagesCommand.d.ts +1 -1
  36. package/dist-types/ts3.4/commands/ListServiceProfilesCommand.d.ts +1 -1
  37. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
  38. package/dist-types/ts3.4/commands/ListWirelessDeviceImportTasksCommand.d.ts +1 -1
  39. package/dist-types/ts3.4/commands/ListWirelessDevicesCommand.d.ts +1 -1
  40. package/dist-types/ts3.4/commands/ListWirelessGatewayTaskDefinitionsCommand.d.ts +1 -1
  41. package/dist-types/ts3.4/commands/ListWirelessGatewaysCommand.d.ts +1 -1
  42. package/dist-types/ts3.4/commands/PutPositionConfigurationCommand.d.ts +1 -1
  43. package/dist-types/ts3.4/commands/PutResourceLogLevelCommand.d.ts +1 -1
  44. package/dist-types/ts3.4/commands/ResetAllResourceLogLevelsCommand.d.ts +1 -1
  45. package/dist-types/ts3.4/commands/ResetResourceLogLevelCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/SendDataToMulticastGroupCommand.d.ts +1 -1
  47. package/dist-types/ts3.4/commands/SendDataToWirelessDeviceCommand.d.ts +1 -1
  48. package/dist-types/ts3.4/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.d.ts +2 -4
  49. package/dist-types/ts3.4/index.d.ts +4 -1
  50. package/dist-types/ts3.4/models/enums.d.ts +347 -0
  51. package/dist-types/ts3.4/models/errors.d.ts +61 -0
  52. package/dist-types/ts3.4/models/models_0.d.ts +282 -387
  53. package/dist-types/ts3.4/models/models_1.d.ts +9 -277
  54. package/package.json +12 -12
  55. package/dist-es/models/index.js +0 -2
  56. package/dist-types/models/index.d.ts +0 -2
  57. package/dist-types/ts3.4/models/index.d.ts +0 -2
@@ -1,5 +1,52 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { IoTWirelessServiceException as __BaseException } from "./IoTWirelessServiceException";
1
+ import {
2
+ AggregationPeriod,
3
+ ApplicationConfigType,
4
+ BatteryLevel,
5
+ ConnectionStatus,
6
+ DeviceProfileType,
7
+ DeviceState,
8
+ DimensionName,
9
+ DlClass,
10
+ DownlinkMode,
11
+ Event,
12
+ EventNotificationPartnerType,
13
+ EventNotificationResourceType,
14
+ EventNotificationTopicStatus,
15
+ ExpressionType,
16
+ FuotaDeviceStatus,
17
+ FuotaTaskEvent,
18
+ FuotaTaskStatus,
19
+ FuotaTaskType,
20
+ IdentifierType,
21
+ ImportTaskStatus,
22
+ LogLevel,
23
+ MessageType,
24
+ MetricName,
25
+ MetricQueryStatus,
26
+ MulticastFrameInfo,
27
+ OnboardStatus,
28
+ PartnerType,
29
+ PositionConfigurationFec,
30
+ PositionConfigurationStatus,
31
+ PositioningConfigStatus,
32
+ PositionResourceType,
33
+ PositionSolverProvider,
34
+ PositionSolverType,
35
+ SigningAlg,
36
+ SummaryMetricConfigurationStatus,
37
+ SupportedRfRegion,
38
+ WirelessDeviceEvent,
39
+ WirelessDeviceFrameInfo,
40
+ WirelessDeviceIdType,
41
+ WirelessDeviceSidewalkStatus,
42
+ WirelessDeviceType,
43
+ WirelessGatewayEvent,
44
+ WirelessGatewayIdType,
45
+ WirelessGatewayServiceType,
46
+ WirelessGatewayTaskDefinitionType,
47
+ WirelessGatewayTaskStatus,
48
+ WirelessGatewayType,
49
+ } from "./enums";
3
50
  export interface SessionKeysAbpV1_0_x {
4
51
  NwkSKey?: string | undefined;
5
52
  AppSKey?: string | undefined;
@@ -20,30 +67,10 @@ export interface AbpV1_1 {
20
67
  SessionKeys?: SessionKeysAbpV1_1 | undefined;
21
68
  FCntStart?: number | undefined;
22
69
  }
23
- export declare class AccessDeniedException extends __BaseException {
24
- readonly name: "AccessDeniedException";
25
- readonly $fault: "client";
26
- Message?: string | undefined;
27
- constructor(
28
- opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
29
- );
30
- }
31
70
  export interface Accuracy {
32
71
  HorizontalAccuracy?: number | undefined;
33
72
  VerticalAccuracy?: number | undefined;
34
73
  }
35
- export declare const AggregationPeriod: {
36
- readonly OneDay: "OneDay";
37
- readonly OneHour: "OneHour";
38
- readonly OneWeek: "OneWeek";
39
- };
40
- export type AggregationPeriod =
41
- (typeof AggregationPeriod)[keyof typeof AggregationPeriod];
42
- export declare const ApplicationConfigType: {
43
- readonly SemtechGeoLocation: "SemtechGeolocation";
44
- };
45
- export type ApplicationConfigType =
46
- (typeof ApplicationConfigType)[keyof typeof ApplicationConfigType];
47
74
  export interface ApplicationConfig {
48
75
  FPort?: number | undefined;
49
76
  Type?: ApplicationConfigType | undefined;
@@ -66,48 +93,6 @@ export interface AssociateAwsAccountWithPartnerAccountResponse {
66
93
  Sidewalk?: SidewalkAccountInfo | undefined;
67
94
  Arn?: string | undefined;
68
95
  }
69
- export declare class ConflictException extends __BaseException {
70
- readonly name: "ConflictException";
71
- readonly $fault: "client";
72
- Message?: string | undefined;
73
- ResourceId?: string | undefined;
74
- ResourceType?: string | undefined;
75
- constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
76
- }
77
- export declare class InternalServerException extends __BaseException {
78
- readonly name: "InternalServerException";
79
- readonly $fault: "server";
80
- Message?: string | undefined;
81
- constructor(
82
- opts: __ExceptionOptionType<InternalServerException, __BaseException>
83
- );
84
- }
85
- export declare class ResourceNotFoundException extends __BaseException {
86
- readonly name: "ResourceNotFoundException";
87
- readonly $fault: "client";
88
- Message?: string | undefined;
89
- ResourceId?: string | undefined;
90
- ResourceType?: string | undefined;
91
- constructor(
92
- opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
93
- );
94
- }
95
- export declare class ThrottlingException extends __BaseException {
96
- readonly name: "ThrottlingException";
97
- readonly $fault: "client";
98
- Message?: string | undefined;
99
- constructor(
100
- opts: __ExceptionOptionType<ThrottlingException, __BaseException>
101
- );
102
- }
103
- export declare class ValidationException extends __BaseException {
104
- readonly name: "ValidationException";
105
- readonly $fault: "client";
106
- Message?: string | undefined;
107
- constructor(
108
- opts: __ExceptionOptionType<ValidationException, __BaseException>
109
- );
110
- }
111
96
  export interface AssociateMulticastGroupWithFuotaTaskRequest {
112
97
  Id: string | undefined;
113
98
  MulticastGroupId: string | undefined;
@@ -140,12 +125,6 @@ export interface AssociateWirelessGatewayWithThingRequest {
140
125
  ThingArn: string | undefined;
141
126
  }
142
127
  export interface AssociateWirelessGatewayWithThingResponse {}
143
- export declare const BatteryLevel: {
144
- readonly CRITICAL: "critical";
145
- readonly LOW: "low";
146
- readonly NORMAL: "normal";
147
- };
148
- export type BatteryLevel = (typeof BatteryLevel)[keyof typeof BatteryLevel];
149
128
  export interface Beaconing {
150
129
  DataRate?: number | undefined;
151
130
  Frequencies?: number[] | undefined;
@@ -272,27 +251,10 @@ export interface CellTowers {
272
251
  Lte?: LteObj[] | undefined;
273
252
  Cdma?: CdmaObj[] | undefined;
274
253
  }
275
- export declare const SigningAlg: {
276
- readonly Ed25519: "Ed25519";
277
- readonly P256r1: "P256r1";
278
- };
279
- export type SigningAlg = (typeof SigningAlg)[keyof typeof SigningAlg];
280
254
  export interface CertificateList {
281
255
  SigningAlg: SigningAlg | undefined;
282
256
  Value: string | undefined;
283
257
  }
284
- export declare const ConnectionStatus: {
285
- readonly CONNECTED: "Connected";
286
- readonly DISCONNECTED: "Disconnected";
287
- };
288
- export type ConnectionStatus =
289
- (typeof ConnectionStatus)[keyof typeof ConnectionStatus];
290
- export declare const EventNotificationTopicStatus: {
291
- readonly Disabled: "Disabled";
292
- readonly Enabled: "Enabled";
293
- };
294
- export type EventNotificationTopicStatus =
295
- (typeof EventNotificationTopicStatus)[keyof typeof EventNotificationTopicStatus];
296
258
  export interface LoRaWANConnectionStatusEventNotificationConfigurations {
297
259
  GatewayEuiEventTopic?: EventNotificationTopicStatus | undefined;
298
260
  }
@@ -306,12 +268,6 @@ export interface LoRaWANConnectionStatusResourceTypeEventConfiguration {
306
268
  export interface ConnectionStatusResourceTypeEventConfiguration {
307
269
  LoRaWAN?: LoRaWANConnectionStatusResourceTypeEventConfiguration | undefined;
308
270
  }
309
- export declare const ExpressionType: {
310
- readonly MqttTopic: "MqttTopic";
311
- readonly RuleName: "RuleName";
312
- };
313
- export type ExpressionType =
314
- (typeof ExpressionType)[keyof typeof ExpressionType];
315
271
  export interface CreateDestinationRequest {
316
272
  Name: string | undefined;
317
273
  ExpressionType: ExpressionType | undefined;
@@ -358,23 +314,6 @@ export interface CreateDeviceProfileResponse {
358
314
  Arn?: string | undefined;
359
315
  Id?: string | undefined;
360
316
  }
361
- export declare const SupportedRfRegion: {
362
- readonly AS923_1: "AS923-1";
363
- readonly AS923_2: "AS923-2";
364
- readonly AS923_3: "AS923-3";
365
- readonly AS923_4: "AS923-4";
366
- readonly AU915: "AU915";
367
- readonly CN470: "CN470";
368
- readonly CN779: "CN779";
369
- readonly EU433: "EU433";
370
- readonly EU868: "EU868";
371
- readonly IN865: "IN865";
372
- readonly KR920: "KR920";
373
- readonly RU864: "RU864";
374
- readonly US915: "US915";
375
- };
376
- export type SupportedRfRegion =
377
- (typeof SupportedRfRegion)[keyof typeof SupportedRfRegion];
378
317
  export interface LoRaWANFuotaTask {
379
318
  RfRegion?: SupportedRfRegion | undefined;
380
319
  }
@@ -395,11 +334,6 @@ export interface CreateFuotaTaskResponse {
395
334
  Arn?: string | undefined;
396
335
  Id?: string | undefined;
397
336
  }
398
- export declare const DlClass: {
399
- readonly ClassB: "ClassB";
400
- readonly ClassC: "ClassC";
401
- };
402
- export type DlClass = (typeof DlClass)[keyof typeof DlClass];
403
337
  export interface ParticipatingGatewaysMulticast {
404
338
  GatewayList?: string[] | undefined;
405
339
  TransmissionInterval?: number | undefined;
@@ -420,24 +354,6 @@ export interface CreateMulticastGroupResponse {
420
354
  Arn?: string | undefined;
421
355
  Id?: string | undefined;
422
356
  }
423
- export declare const LogLevel: {
424
- readonly DISABLED: "DISABLED";
425
- readonly ERROR: "ERROR";
426
- readonly INFO: "INFO";
427
- };
428
- export type LogLevel = (typeof LogLevel)[keyof typeof LogLevel];
429
- export declare const MulticastFrameInfo: {
430
- readonly DISABLED: "DISABLED";
431
- readonly ENABLED: "ENABLED";
432
- };
433
- export type MulticastFrameInfo =
434
- (typeof MulticastFrameInfo)[keyof typeof MulticastFrameInfo];
435
- export declare const WirelessDeviceFrameInfo: {
436
- readonly DISABLED: "DISABLED";
437
- readonly ENABLED: "ENABLED";
438
- };
439
- export type WirelessDeviceFrameInfo =
440
- (typeof WirelessDeviceFrameInfo)[keyof typeof WirelessDeviceFrameInfo];
441
357
  export interface TraceContent {
442
358
  WirelessDeviceFrameInfo?: WirelessDeviceFrameInfo | undefined;
443
359
  LogLevel?: LogLevel | undefined;
@@ -511,12 +427,6 @@ export interface LoRaWANDevice {
511
427
  AbpV1_0_x?: AbpV1_0_x | undefined;
512
428
  FPorts?: FPorts | undefined;
513
429
  }
514
- export declare const PositioningConfigStatus: {
515
- readonly Disabled: "Disabled";
516
- readonly Enabled: "Enabled";
517
- };
518
- export type PositioningConfigStatus =
519
- (typeof PositioningConfigStatus)[keyof typeof PositioningConfigStatus];
520
430
  export interface SidewalkPositioning {
521
431
  DestinationName?: string | undefined;
522
432
  }
@@ -525,12 +435,6 @@ export interface SidewalkCreateWirelessDevice {
525
435
  Positioning?: SidewalkPositioning | undefined;
526
436
  SidewalkManufacturingSn?: string | undefined;
527
437
  }
528
- export declare const WirelessDeviceType: {
529
- readonly LoRaWAN: "LoRaWAN";
530
- readonly Sidewalk: "Sidewalk";
531
- };
532
- export type WirelessDeviceType =
533
- (typeof WirelessDeviceType)[keyof typeof WirelessDeviceType];
534
438
  export interface CreateWirelessDeviceRequest {
535
439
  Type: WirelessDeviceType | undefined;
536
440
  Name?: string | undefined;
@@ -570,16 +474,6 @@ export interface CreateWirelessGatewayTaskRequest {
570
474
  Id: string | undefined;
571
475
  WirelessGatewayTaskDefinitionId: string | undefined;
572
476
  }
573
- export declare const WirelessGatewayTaskStatus: {
574
- readonly COMPLETED: "COMPLETED";
575
- readonly FAILED: "FAILED";
576
- readonly FIRST_RETRY: "FIRST_RETRY";
577
- readonly IN_PROGRESS: "IN_PROGRESS";
578
- readonly PENDING: "PENDING";
579
- readonly SECOND_RETRY: "SECOND_RETRY";
580
- };
581
- export type WirelessGatewayTaskStatus =
582
- (typeof WirelessGatewayTaskStatus)[keyof typeof WirelessGatewayTaskStatus];
583
477
  export interface CreateWirelessGatewayTaskResponse {
584
478
  WirelessGatewayTaskDefinitionId?: string | undefined;
585
479
  Status?: WirelessGatewayTaskStatus | undefined;
@@ -686,12 +580,6 @@ export interface DeviceProfile {
686
580
  Name?: string | undefined;
687
581
  Id?: string | undefined;
688
582
  }
689
- export declare const DeviceProfileType: {
690
- readonly LoRaWAN: "LoRaWAN";
691
- readonly Sidewalk: "Sidewalk";
692
- };
693
- export type DeviceProfileType =
694
- (typeof DeviceProfileType)[keyof typeof DeviceProfileType];
695
583
  export interface SidewalkEventNotificationConfigurations {
696
584
  AmazonIdEventTopic?: EventNotificationTopicStatus | undefined;
697
585
  }
@@ -705,26 +593,10 @@ export interface SidewalkResourceTypeEventConfiguration {
705
593
  export interface DeviceRegistrationStateResourceTypeEventConfiguration {
706
594
  Sidewalk?: SidewalkResourceTypeEventConfiguration | undefined;
707
595
  }
708
- export declare const DeviceState: {
709
- readonly PROVISIONED: "Provisioned";
710
- readonly REGISTEREDNOTSEEN: "RegisteredNotSeen";
711
- readonly REGISTEREDREACHABLE: "RegisteredReachable";
712
- readonly REGISTEREDUNREACHABLE: "RegisteredUnreachable";
713
- };
714
- export type DeviceState = (typeof DeviceState)[keyof typeof DeviceState];
715
- export declare const DimensionName: {
716
- readonly DeviceId: "DeviceId";
717
- readonly GatewayId: "GatewayId";
718
- };
719
- export type DimensionName = (typeof DimensionName)[keyof typeof DimensionName];
720
596
  export interface Dimension {
721
597
  name?: DimensionName | undefined;
722
598
  value?: string | undefined;
723
599
  }
724
- export declare const PartnerType: {
725
- readonly Sidewalk: "Sidewalk";
726
- };
727
- export type PartnerType = (typeof PartnerType)[keyof typeof PartnerType];
728
600
  export interface DisassociateAwsAccountFromPartnerAccountRequest {
729
601
  PartnerAccountId: string | undefined;
730
602
  PartnerType: PartnerType | undefined;
@@ -757,12 +629,6 @@ export interface DisassociateWirelessGatewayFromThingRequest {
757
629
  Id: string | undefined;
758
630
  }
759
631
  export interface DisassociateWirelessGatewayFromThingResponse {}
760
- export declare const DownlinkMode: {
761
- readonly CONCURRENT: "CONCURRENT";
762
- readonly SEQUENTIAL: "SEQUENTIAL";
763
- readonly USING_UPLINK_GATEWAY: "USING_UPLINK_GATEWAY";
764
- };
765
- export type DownlinkMode = (typeof DownlinkMode)[keyof typeof DownlinkMode];
766
632
  export interface GatewayListItem {
767
633
  GatewayId: string | undefined;
768
634
  DownlinkFrequency: number | undefined;
@@ -782,14 +648,6 @@ export interface DownlinkQueueMessage {
782
648
  ReceivedAt?: string | undefined;
783
649
  LoRaWAN?: LoRaWANSendDataToDevice | undefined;
784
650
  }
785
- export declare const Event: {
786
- readonly ACK: "ack";
787
- readonly DISCOVERED: "discovered";
788
- readonly LOST: "lost";
789
- readonly NACK: "nack";
790
- readonly PASSTHROUGH: "passthrough";
791
- };
792
- export type Event = (typeof Event)[keyof typeof Event];
793
651
  export interface LoRaWANJoinEventNotificationConfigurations {
794
652
  DevEuiEventTopic?: EventNotificationTopicStatus | undefined;
795
653
  }
@@ -814,81 +672,26 @@ export interface EventNotificationItemConfigurations {
814
672
  ConnectionStatus?: ConnectionStatusEventConfiguration | undefined;
815
673
  MessageDeliveryStatus?: MessageDeliveryStatusEventConfiguration | undefined;
816
674
  }
817
- export declare const IdentifierType: {
818
- readonly DevEui: "DevEui";
819
- readonly GatewayEui: "GatewayEui";
820
- readonly PartnerAccountId: "PartnerAccountId";
821
- readonly WirelessDeviceId: "WirelessDeviceId";
822
- readonly WirelessGatewayId: "WirelessGatewayId";
823
- };
824
- export type IdentifierType =
825
- (typeof IdentifierType)[keyof typeof IdentifierType];
826
- export declare const EventNotificationPartnerType: {
827
- readonly Sidewalk: "Sidewalk";
828
- };
829
- export type EventNotificationPartnerType =
830
- (typeof EventNotificationPartnerType)[keyof typeof EventNotificationPartnerType];
831
675
  export interface EventConfigurationItem {
832
676
  Identifier?: string | undefined;
833
677
  IdentifierType?: IdentifierType | undefined;
834
678
  PartnerType?: EventNotificationPartnerType | undefined;
835
679
  Events?: EventNotificationItemConfigurations | undefined;
836
680
  }
837
- export declare const EventNotificationResourceType: {
838
- readonly SidewalkAccount: "SidewalkAccount";
839
- readonly WirelessDevice: "WirelessDevice";
840
- readonly WirelessGateway: "WirelessGateway";
841
- };
842
- export type EventNotificationResourceType =
843
- (typeof EventNotificationResourceType)[keyof typeof EventNotificationResourceType];
844
- export declare const FuotaDeviceStatus: {
845
- readonly Device_exist_in_conflict_fuota_task: "Device_exist_in_conflict_fuota_task";
846
- readonly FragAlgo_unsupported: "FragAlgo_unsupported";
847
- readonly FragIndex_unsupported: "FragIndex_unsupported";
848
- readonly Initial: "Initial";
849
- readonly MICError: "MICError";
850
- readonly MemoryError: "MemoryError";
851
- readonly MissingFrag: "MissingFrag";
852
- readonly Not_enough_memory: "Not_enough_memory";
853
- readonly Package_Not_Supported: "Package_Not_Supported";
854
- readonly SessionCnt_replay: "SessionCnt_replay";
855
- readonly Successful: "Successful";
856
- readonly Wrong_descriptor: "Wrong_descriptor";
857
- };
858
- export type FuotaDeviceStatus =
859
- (typeof FuotaDeviceStatus)[keyof typeof FuotaDeviceStatus];
860
681
  export interface FuotaTask {
861
682
  Id?: string | undefined;
862
683
  Arn?: string | undefined;
863
684
  Name?: string | undefined;
864
685
  }
865
- export declare const FuotaTaskEvent: {
866
- readonly Fuota: "Fuota";
867
- };
868
- export type FuotaTaskEvent =
869
- (typeof FuotaTaskEvent)[keyof typeof FuotaTaskEvent];
870
686
  export interface FuotaTaskEventLogOption {
871
687
  Event: FuotaTaskEvent | undefined;
872
688
  LogLevel: LogLevel | undefined;
873
689
  }
874
- export declare const FuotaTaskType: {
875
- readonly LoRaWAN: "LoRaWAN";
876
- };
877
- export type FuotaTaskType = (typeof FuotaTaskType)[keyof typeof FuotaTaskType];
878
690
  export interface FuotaTaskLogOption {
879
691
  Type: FuotaTaskType | undefined;
880
692
  LogLevel: LogLevel | undefined;
881
693
  Events?: FuotaTaskEventLogOption[] | undefined;
882
694
  }
883
- export declare const FuotaTaskStatus: {
884
- readonly Delete_Waiting: "Delete_Waiting";
885
- readonly FuotaDone: "FuotaDone";
886
- readonly FuotaSession_Waiting: "FuotaSession_Waiting";
887
- readonly In_FuotaSession: "In_FuotaSession";
888
- readonly Pending: "Pending";
889
- };
890
- export type FuotaTaskStatus =
891
- (typeof FuotaTaskStatus)[keyof typeof FuotaTaskStatus];
892
695
  export interface GetDestinationRequest {
893
696
  Name: string | undefined;
894
697
  }
@@ -962,15 +765,6 @@ export interface GetFuotaTaskResponse {
962
765
  Descriptor?: string | undefined;
963
766
  }
964
767
  export interface GetLogLevelsByResourceTypesRequest {}
965
- export declare const WirelessDeviceEvent: {
966
- readonly Downlink_Data: "Downlink_Data";
967
- readonly Join: "Join";
968
- readonly Registration: "Registration";
969
- readonly Rejoin: "Rejoin";
970
- readonly Uplink_Data: "Uplink_Data";
971
- };
972
- export type WirelessDeviceEvent =
973
- (typeof WirelessDeviceEvent)[keyof typeof WirelessDeviceEvent];
974
768
  export interface WirelessDeviceEventLogOption {
975
769
  Event: WirelessDeviceEvent | undefined;
976
770
  LogLevel: LogLevel | undefined;
@@ -980,21 +774,10 @@ export interface WirelessDeviceLogOption {
980
774
  LogLevel: LogLevel | undefined;
981
775
  Events?: WirelessDeviceEventLogOption[] | undefined;
982
776
  }
983
- export declare const WirelessGatewayEvent: {
984
- readonly CUPS_Request: "CUPS_Request";
985
- readonly Certificate: "Certificate";
986
- };
987
- export type WirelessGatewayEvent =
988
- (typeof WirelessGatewayEvent)[keyof typeof WirelessGatewayEvent];
989
777
  export interface WirelessGatewayEventLogOption {
990
778
  Event: WirelessGatewayEvent | undefined;
991
779
  LogLevel: LogLevel | undefined;
992
780
  }
993
- export declare const WirelessGatewayType: {
994
- readonly LoRaWAN: "LoRaWAN";
995
- };
996
- export type WirelessGatewayType =
997
- (typeof WirelessGatewayType)[keyof typeof WirelessGatewayType];
998
781
  export interface WirelessGatewayLogOption {
999
782
  Type: WirelessGatewayType | undefined;
1000
783
  LogLevel: LogLevel | undefined;
@@ -1007,53 +790,12 @@ export interface GetLogLevelsByResourceTypesResponse {
1007
790
  FuotaTaskLogOptions?: FuotaTaskLogOption[] | undefined;
1008
791
  }
1009
792
  export interface GetMetricConfigurationRequest {}
1010
- export declare const SummaryMetricConfigurationStatus: {
1011
- readonly Disabled: "Disabled";
1012
- readonly Enabled: "Enabled";
1013
- };
1014
- export type SummaryMetricConfigurationStatus =
1015
- (typeof SummaryMetricConfigurationStatus)[keyof typeof SummaryMetricConfigurationStatus];
1016
793
  export interface SummaryMetricConfiguration {
1017
794
  Status?: SummaryMetricConfigurationStatus | undefined;
1018
795
  }
1019
796
  export interface GetMetricConfigurationResponse {
1020
797
  SummaryMetric?: SummaryMetricConfiguration | undefined;
1021
798
  }
1022
- export declare const MetricName: {
1023
- readonly AwsAccountActiveDeviceCount: "AwsAccountActiveDeviceCount";
1024
- readonly AwsAccountActiveGatewayCount: "AwsAccountActiveGatewayCount";
1025
- readonly AwsAccountDeviceCount: "AwsAccountDeviceCount";
1026
- readonly AwsAccountDownlinkCount: "AwsAccountDownlinkCount";
1027
- readonly AwsAccountGatewayCount: "AwsAccountGatewayCount";
1028
- readonly AwsAccountJoinAcceptCount: "AwsAccountJoinAcceptCount";
1029
- readonly AwsAccountJoinRequestCount: "AwsAccountJoinRequestCount";
1030
- readonly AwsAccountRoamingDownlinkCount: "AwsAccountRoamingDownlinkCount";
1031
- readonly AwsAccountRoamingUplinkCount: "AwsAccountRoamingUplinkCount";
1032
- readonly AwsAccountUplinkCount: "AwsAccountUplinkCount";
1033
- readonly AwsAccountUplinkLostCount: "AwsAccountUplinkLostCount";
1034
- readonly AwsAccountUplinkLostRate: "AwsAccountUplinkLostRate";
1035
- readonly DeviceDownlinkCount: "DeviceDownlinkCount";
1036
- readonly DeviceJoinAcceptCount: "DeviceJoinAcceptCount";
1037
- readonly DeviceJoinRequestCount: "DeviceJoinRequestCount";
1038
- readonly DeviceRSSI: "DeviceRSSI";
1039
- readonly DeviceRoamingDownlinkCount: "DeviceRoamingDownlinkCount";
1040
- readonly DeviceRoamingRSSI: "DeviceRoamingRSSI";
1041
- readonly DeviceRoamingSNR: "DeviceRoamingSNR";
1042
- readonly DeviceRoamingUplinkCount: "DeviceRoamingUplinkCount";
1043
- readonly DeviceSNR: "DeviceSNR";
1044
- readonly DeviceUplinkCount: "DeviceUplinkCount";
1045
- readonly DeviceUplinkLostCount: "DeviceUplinkLostCount";
1046
- readonly DeviceUplinkLostRate: "DeviceUplinkLostRate";
1047
- readonly GatewayDownTime: "GatewayDownTime";
1048
- readonly GatewayDownlinkCount: "GatewayDownlinkCount";
1049
- readonly GatewayJoinAcceptCount: "GatewayJoinAcceptCount";
1050
- readonly GatewayJoinRequestCount: "GatewayJoinRequestCount";
1051
- readonly GatewayRSSI: "GatewayRSSI";
1052
- readonly GatewaySNR: "GatewaySNR";
1053
- readonly GatewayUpTime: "GatewayUpTime";
1054
- readonly GatewayUplinkCount: "GatewayUplinkCount";
1055
- };
1056
- export type MetricName = (typeof MetricName)[keyof typeof MetricName];
1057
799
  export interface SummaryMetricQuery {
1058
800
  QueryId?: string | undefined;
1059
801
  MetricName?: MetricName | undefined;
@@ -1065,12 +807,6 @@ export interface SummaryMetricQuery {
1065
807
  export interface GetMetricsRequest {
1066
808
  SummaryMetricQueries?: SummaryMetricQuery[] | undefined;
1067
809
  }
1068
- export declare const MetricQueryStatus: {
1069
- readonly Failed: "Failed";
1070
- readonly Succeeded: "Succeeded";
1071
- };
1072
- export type MetricQueryStatus =
1073
- (typeof MetricQueryStatus)[keyof typeof MetricQueryStatus];
1074
810
  export interface MetricQueryValue {
1075
811
  Min?: number | undefined;
1076
812
  Max?: number | undefined;
@@ -1152,26 +888,10 @@ export interface GetPartnerAccountResponse {
1152
888
  Sidewalk?: SidewalkAccountInfoWithFingerprint | undefined;
1153
889
  AccountLinked?: boolean | undefined;
1154
890
  }
1155
- export declare const PositionResourceType: {
1156
- readonly WirelessDevice: "WirelessDevice";
1157
- readonly WirelessGateway: "WirelessGateway";
1158
- };
1159
- export type PositionResourceType =
1160
- (typeof PositionResourceType)[keyof typeof PositionResourceType];
1161
891
  export interface GetPositionRequest {
1162
892
  ResourceIdentifier: string | undefined;
1163
893
  ResourceType: PositionResourceType | undefined;
1164
894
  }
1165
- export declare const PositionSolverProvider: {
1166
- readonly SEMTECH: "Semtech";
1167
- };
1168
- export type PositionSolverProvider =
1169
- (typeof PositionSolverProvider)[keyof typeof PositionSolverProvider];
1170
- export declare const PositionSolverType: {
1171
- readonly GNSS: "GNSS";
1172
- };
1173
- export type PositionSolverType =
1174
- (typeof PositionSolverType)[keyof typeof PositionSolverType];
1175
895
  export interface GetPositionResponse {
1176
896
  Position?: number[] | undefined;
1177
897
  Accuracy?: Accuracy | undefined;
@@ -1184,18 +904,6 @@ export interface GetPositionConfigurationRequest {
1184
904
  ResourceIdentifier: string | undefined;
1185
905
  ResourceType: PositionResourceType | undefined;
1186
906
  }
1187
- export declare const PositionConfigurationFec: {
1188
- readonly NONE: "NONE";
1189
- readonly ROSE: "ROSE";
1190
- };
1191
- export type PositionConfigurationFec =
1192
- (typeof PositionConfigurationFec)[keyof typeof PositionConfigurationFec];
1193
- export declare const PositionConfigurationStatus: {
1194
- readonly Disabled: "Disabled";
1195
- readonly Enabled: "Enabled";
1196
- };
1197
- export type PositionConfigurationStatus =
1198
- (typeof PositionConfigurationStatus)[keyof typeof PositionConfigurationStatus];
1199
907
  export interface SemtechGnssDetail {
1200
908
  Provider?: PositionSolverProvider | undefined;
1201
909
  Type?: PositionSolverType | undefined;
@@ -1262,12 +970,6 @@ export interface GetResourcePositionRequest {
1262
970
  export interface GetResourcePositionResponse {
1263
971
  GeoJsonPayload?: Uint8Array | undefined;
1264
972
  }
1265
- export declare const WirelessGatewayServiceType: {
1266
- readonly CUPS: "CUPS";
1267
- readonly LNS: "LNS";
1268
- };
1269
- export type WirelessGatewayServiceType =
1270
- (typeof WirelessGatewayServiceType)[keyof typeof WirelessGatewayServiceType];
1271
973
  export interface GetServiceEndpointRequest {
1272
974
  ServiceType?: WirelessGatewayServiceType | undefined;
1273
975
  }
@@ -1310,26 +1012,10 @@ export interface GetServiceProfileResponse {
1310
1012
  Id?: string | undefined;
1311
1013
  LoRaWAN?: LoRaWANGetServiceProfileInfo | undefined;
1312
1014
  }
1313
- export declare const WirelessDeviceIdType: {
1314
- readonly DevEui: "DevEui";
1315
- readonly SidewalkManufacturingSn: "SidewalkManufacturingSn";
1316
- readonly ThingName: "ThingName";
1317
- readonly WirelessDeviceId: "WirelessDeviceId";
1318
- };
1319
- export type WirelessDeviceIdType =
1320
- (typeof WirelessDeviceIdType)[keyof typeof WirelessDeviceIdType];
1321
1015
  export interface GetWirelessDeviceRequest {
1322
1016
  Identifier: string | undefined;
1323
1017
  IdentifierType: WirelessDeviceIdType | undefined;
1324
1018
  }
1325
- export declare const WirelessDeviceSidewalkStatus: {
1326
- readonly ACTIVATED: "ACTIVATED";
1327
- readonly PROVISIONED: "PROVISIONED";
1328
- readonly REGISTERED: "REGISTERED";
1329
- readonly UNKNOWN: "UNKNOWN";
1330
- };
1331
- export type WirelessDeviceSidewalkStatus =
1332
- (typeof WirelessDeviceSidewalkStatus)[keyof typeof WirelessDeviceSidewalkStatus];
1333
1019
  export interface SidewalkDevice {
1334
1020
  AmazonId?: string | undefined;
1335
1021
  SidewalkId?: string | undefined;
@@ -1362,16 +1048,6 @@ export interface SidewalkGetStartImportInfo {
1362
1048
  Role?: string | undefined;
1363
1049
  Positioning?: SidewalkPositioning | undefined;
1364
1050
  }
1365
- export declare const ImportTaskStatus: {
1366
- readonly COMPLETE: "COMPLETE";
1367
- readonly DELETING: "DELETING";
1368
- readonly FAILED: "FAILED";
1369
- readonly INITIALIZED: "INITIALIZED";
1370
- readonly INITIALIZING: "INITIALIZING";
1371
- readonly PENDING: "PENDING";
1372
- };
1373
- export type ImportTaskStatus =
1374
- (typeof ImportTaskStatus)[keyof typeof ImportTaskStatus];
1375
1051
  export interface GetWirelessDeviceImportTaskResponse {
1376
1052
  Id?: string | undefined;
1377
1053
  Arn?: string | undefined;
@@ -1423,13 +1099,6 @@ export interface GetWirelessDeviceStatisticsResponse {
1423
1099
  LoRaWAN?: LoRaWANDeviceMetadata | undefined;
1424
1100
  Sidewalk?: SidewalkDeviceMetadata | undefined;
1425
1101
  }
1426
- export declare const WirelessGatewayIdType: {
1427
- readonly GatewayEui: "GatewayEui";
1428
- readonly ThingName: "ThingName";
1429
- readonly WirelessGatewayId: "WirelessGatewayId";
1430
- };
1431
- export type WirelessGatewayIdType =
1432
- (typeof WirelessGatewayIdType)[keyof typeof WirelessGatewayIdType];
1433
1102
  export interface GetWirelessGatewayRequest {
1434
1103
  Identifier: string | undefined;
1435
1104
  IdentifierType: WirelessGatewayIdType | undefined;
@@ -1486,13 +1155,6 @@ export interface GetWirelessGatewayTaskDefinitionResponse {
1486
1155
  Update?: UpdateWirelessGatewayTaskCreate | undefined;
1487
1156
  Arn?: string | undefined;
1488
1157
  }
1489
- export declare const OnboardStatus: {
1490
- readonly FAILED: "FAILED";
1491
- readonly INITIALIZED: "INITIALIZED";
1492
- readonly ONBOARDED: "ONBOARDED";
1493
- readonly PENDING: "PENDING";
1494
- };
1495
- export type OnboardStatus = (typeof OnboardStatus)[keyof typeof OnboardStatus];
1496
1158
  export interface ImportedSidewalkDevice {
1497
1159
  SidewalkManufacturingSn?: string | undefined;
1498
1160
  OnboardingStatus?: OnboardStatus | undefined;
@@ -1570,3 +1232,236 @@ export interface ListMulticastGroupsByFuotaTaskRequest {
1570
1232
  NextToken?: string | undefined;
1571
1233
  MaxResults?: number | undefined;
1572
1234
  }
1235
+ export interface MulticastGroupByFuotaTask {
1236
+ Id?: string | undefined;
1237
+ }
1238
+ export interface ListMulticastGroupsByFuotaTaskResponse {
1239
+ NextToken?: string | undefined;
1240
+ MulticastGroupList?: MulticastGroupByFuotaTask[] | undefined;
1241
+ }
1242
+ export interface ListNetworkAnalyzerConfigurationsRequest {
1243
+ MaxResults?: number | undefined;
1244
+ NextToken?: string | undefined;
1245
+ }
1246
+ export interface NetworkAnalyzerConfigurations {
1247
+ Arn?: string | undefined;
1248
+ Name?: string | undefined;
1249
+ }
1250
+ export interface ListNetworkAnalyzerConfigurationsResponse {
1251
+ NextToken?: string | undefined;
1252
+ NetworkAnalyzerConfigurationList?:
1253
+ | NetworkAnalyzerConfigurations[]
1254
+ | undefined;
1255
+ }
1256
+ export interface ListPartnerAccountsRequest {
1257
+ NextToken?: string | undefined;
1258
+ MaxResults?: number | undefined;
1259
+ }
1260
+ export interface ListPartnerAccountsResponse {
1261
+ NextToken?: string | undefined;
1262
+ Sidewalk?: SidewalkAccountInfoWithFingerprint[] | undefined;
1263
+ }
1264
+ export interface ListPositionConfigurationsRequest {
1265
+ ResourceType?: PositionResourceType | undefined;
1266
+ MaxResults?: number | undefined;
1267
+ NextToken?: string | undefined;
1268
+ }
1269
+ export interface PositionConfigurationItem {
1270
+ ResourceIdentifier?: string | undefined;
1271
+ ResourceType?: PositionResourceType | undefined;
1272
+ Solvers?: PositionSolverDetails | undefined;
1273
+ Destination?: string | undefined;
1274
+ }
1275
+ export interface ListPositionConfigurationsResponse {
1276
+ PositionConfigurationList?: PositionConfigurationItem[] | undefined;
1277
+ NextToken?: string | undefined;
1278
+ }
1279
+ export interface ListQueuedMessagesRequest {
1280
+ Id: string | undefined;
1281
+ NextToken?: string | undefined;
1282
+ MaxResults?: number | undefined;
1283
+ WirelessDeviceType?: WirelessDeviceType | undefined;
1284
+ }
1285
+ export interface ListQueuedMessagesResponse {
1286
+ NextToken?: string | undefined;
1287
+ DownlinkQueueMessagesList?: DownlinkQueueMessage[] | undefined;
1288
+ }
1289
+ export interface ListServiceProfilesRequest {
1290
+ NextToken?: string | undefined;
1291
+ MaxResults?: number | undefined;
1292
+ }
1293
+ export interface ServiceProfile {
1294
+ Arn?: string | undefined;
1295
+ Name?: string | undefined;
1296
+ Id?: string | undefined;
1297
+ }
1298
+ export interface ListServiceProfilesResponse {
1299
+ NextToken?: string | undefined;
1300
+ ServiceProfileList?: ServiceProfile[] | undefined;
1301
+ }
1302
+ export interface ListTagsForResourceRequest {
1303
+ ResourceArn: string | undefined;
1304
+ }
1305
+ export interface ListTagsForResourceResponse {
1306
+ Tags?: Tag[] | undefined;
1307
+ }
1308
+ export interface ListWirelessDeviceImportTasksRequest {
1309
+ MaxResults?: number | undefined;
1310
+ NextToken?: string | undefined;
1311
+ }
1312
+ export interface WirelessDeviceImportTask {
1313
+ Id?: string | undefined;
1314
+ Arn?: string | undefined;
1315
+ DestinationName?: string | undefined;
1316
+ Positioning?: PositioningConfigStatus | undefined;
1317
+ Sidewalk?: SidewalkGetStartImportInfo | undefined;
1318
+ CreationTime?: Date | undefined;
1319
+ Status?: ImportTaskStatus | undefined;
1320
+ StatusReason?: string | undefined;
1321
+ InitializedImportedDeviceCount?: number | undefined;
1322
+ PendingImportedDeviceCount?: number | undefined;
1323
+ OnboardedImportedDeviceCount?: number | undefined;
1324
+ FailedImportedDeviceCount?: number | undefined;
1325
+ }
1326
+ export interface ListWirelessDeviceImportTasksResponse {
1327
+ NextToken?: string | undefined;
1328
+ WirelessDeviceImportTaskList?: WirelessDeviceImportTask[] | undefined;
1329
+ }
1330
+ export interface ListWirelessDevicesRequest {
1331
+ MaxResults?: number | undefined;
1332
+ NextToken?: string | undefined;
1333
+ DestinationName?: string | undefined;
1334
+ DeviceProfileId?: string | undefined;
1335
+ ServiceProfileId?: string | undefined;
1336
+ WirelessDeviceType?: WirelessDeviceType | undefined;
1337
+ FuotaTaskId?: string | undefined;
1338
+ MulticastGroupId?: string | undefined;
1339
+ }
1340
+ export interface LoRaWANListDevice {
1341
+ DevEui?: string | undefined;
1342
+ }
1343
+ export interface SidewalkListDevice {
1344
+ AmazonId?: string | undefined;
1345
+ SidewalkId?: string | undefined;
1346
+ SidewalkManufacturingSn?: string | undefined;
1347
+ DeviceCertificates?: CertificateList[] | undefined;
1348
+ DeviceProfileId?: string | undefined;
1349
+ Status?: WirelessDeviceSidewalkStatus | undefined;
1350
+ Positioning?: SidewalkPositioning | undefined;
1351
+ }
1352
+ export interface WirelessDeviceStatistics {
1353
+ Arn?: string | undefined;
1354
+ Id?: string | undefined;
1355
+ Type?: WirelessDeviceType | undefined;
1356
+ Name?: string | undefined;
1357
+ DestinationName?: string | undefined;
1358
+ LastUplinkReceivedAt?: string | undefined;
1359
+ LoRaWAN?: LoRaWANListDevice | undefined;
1360
+ Sidewalk?: SidewalkListDevice | undefined;
1361
+ FuotaDeviceStatus?: FuotaDeviceStatus | undefined;
1362
+ MulticastDeviceStatus?: string | undefined;
1363
+ McGroupId?: number | undefined;
1364
+ Positioning?: PositioningConfigStatus | undefined;
1365
+ }
1366
+ export interface ListWirelessDevicesResponse {
1367
+ NextToken?: string | undefined;
1368
+ WirelessDeviceList?: WirelessDeviceStatistics[] | undefined;
1369
+ }
1370
+ export interface ListWirelessGatewaysRequest {
1371
+ NextToken?: string | undefined;
1372
+ MaxResults?: number | undefined;
1373
+ }
1374
+ export interface WirelessGatewayStatistics {
1375
+ Arn?: string | undefined;
1376
+ Id?: string | undefined;
1377
+ Name?: string | undefined;
1378
+ Description?: string | undefined;
1379
+ LoRaWAN?: LoRaWANGateway | undefined;
1380
+ LastUplinkReceivedAt?: string | undefined;
1381
+ }
1382
+ export interface ListWirelessGatewaysResponse {
1383
+ NextToken?: string | undefined;
1384
+ WirelessGatewayList?: WirelessGatewayStatistics[] | undefined;
1385
+ }
1386
+ export interface ListWirelessGatewayTaskDefinitionsRequest {
1387
+ MaxResults?: number | undefined;
1388
+ NextToken?: string | undefined;
1389
+ TaskDefinitionType?: WirelessGatewayTaskDefinitionType | undefined;
1390
+ }
1391
+ export interface LoRaWANUpdateGatewayTaskEntry {
1392
+ CurrentVersion?: LoRaWANGatewayVersion | undefined;
1393
+ UpdateVersion?: LoRaWANGatewayVersion | undefined;
1394
+ }
1395
+ export interface UpdateWirelessGatewayTaskEntry {
1396
+ Id?: string | undefined;
1397
+ LoRaWAN?: LoRaWANUpdateGatewayTaskEntry | undefined;
1398
+ Arn?: string | undefined;
1399
+ }
1400
+ export interface ListWirelessGatewayTaskDefinitionsResponse {
1401
+ NextToken?: string | undefined;
1402
+ TaskDefinitions?: UpdateWirelessGatewayTaskEntry[] | undefined;
1403
+ }
1404
+ export interface SemtechGnssConfiguration {
1405
+ Status: PositionConfigurationStatus | undefined;
1406
+ Fec: PositionConfigurationFec | undefined;
1407
+ }
1408
+ export interface PositionSolverConfigurations {
1409
+ SemtechGnss?: SemtechGnssConfiguration | undefined;
1410
+ }
1411
+ export interface PutPositionConfigurationRequest {
1412
+ ResourceIdentifier: string | undefined;
1413
+ ResourceType: PositionResourceType | undefined;
1414
+ Solvers?: PositionSolverConfigurations | undefined;
1415
+ Destination?: string | undefined;
1416
+ }
1417
+ export interface PutPositionConfigurationResponse {}
1418
+ export interface PutResourceLogLevelRequest {
1419
+ ResourceIdentifier: string | undefined;
1420
+ ResourceType: string | undefined;
1421
+ LogLevel: LogLevel | undefined;
1422
+ }
1423
+ export interface PutResourceLogLevelResponse {}
1424
+ export interface ResetAllResourceLogLevelsRequest {}
1425
+ export interface ResetAllResourceLogLevelsResponse {}
1426
+ export interface ResetResourceLogLevelRequest {
1427
+ ResourceIdentifier: string | undefined;
1428
+ ResourceType: string | undefined;
1429
+ }
1430
+ export interface ResetResourceLogLevelResponse {}
1431
+ export interface LoRaWANMulticastMetadata {
1432
+ FPort?: number | undefined;
1433
+ }
1434
+ export interface MulticastWirelessMetadata {
1435
+ LoRaWAN?: LoRaWANMulticastMetadata | undefined;
1436
+ }
1437
+ export interface SendDataToMulticastGroupRequest {
1438
+ Id: string | undefined;
1439
+ PayloadData: string | undefined;
1440
+ WirelessMetadata: MulticastWirelessMetadata | undefined;
1441
+ }
1442
+ export interface SendDataToMulticastGroupResponse {
1443
+ MessageId?: string | undefined;
1444
+ }
1445
+ export interface SidewalkSendDataToDevice {
1446
+ Seq?: number | undefined;
1447
+ MessageType?: MessageType | undefined;
1448
+ AckModeRetryDurationSecs?: number | undefined;
1449
+ }
1450
+ export interface WirelessMetadata {
1451
+ LoRaWAN?: LoRaWANSendDataToDevice | undefined;
1452
+ Sidewalk?: SidewalkSendDataToDevice | undefined;
1453
+ }
1454
+ export interface SendDataToWirelessDeviceRequest {
1455
+ Id: string | undefined;
1456
+ TransmitMode: number | undefined;
1457
+ PayloadData: string | undefined;
1458
+ WirelessMetadata?: WirelessMetadata | undefined;
1459
+ }
1460
+ export interface SendDataToWirelessDeviceResponse {
1461
+ MessageId?: string | undefined;
1462
+ }
1463
+ export interface StartBulkAssociateWirelessDeviceWithMulticastGroupRequest {
1464
+ Id: string | undefined;
1465
+ QueryString?: string | undefined;
1466
+ Tags?: Tag[] | undefined;
1467
+ }