@aws-sdk/client-iot-wireless 3.296.0 → 3.297.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 (119) hide show
  1. package/dist-types/IoTWireless.d.ts +102 -0
  2. package/dist-types/IoTWirelessClient.d.ts +24 -4
  3. package/dist-types/commands/AssociateAwsAccountWithPartnerAccountCommand.d.ts +16 -0
  4. package/dist-types/commands/AssociateMulticastGroupWithFuotaTaskCommand.d.ts +16 -0
  5. package/dist-types/commands/AssociateWirelessDeviceWithFuotaTaskCommand.d.ts +16 -0
  6. package/dist-types/commands/AssociateWirelessDeviceWithMulticastGroupCommand.d.ts +16 -0
  7. package/dist-types/commands/AssociateWirelessDeviceWithThingCommand.d.ts +16 -0
  8. package/dist-types/commands/AssociateWirelessGatewayWithCertificateCommand.d.ts +16 -0
  9. package/dist-types/commands/AssociateWirelessGatewayWithThingCommand.d.ts +16 -0
  10. package/dist-types/commands/CancelMulticastGroupSessionCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateDestinationCommand.d.ts +16 -0
  12. package/dist-types/commands/CreateDeviceProfileCommand.d.ts +16 -0
  13. package/dist-types/commands/CreateFuotaTaskCommand.d.ts +16 -0
  14. package/dist-types/commands/CreateMulticastGroupCommand.d.ts +16 -0
  15. package/dist-types/commands/CreateNetworkAnalyzerConfigurationCommand.d.ts +16 -0
  16. package/dist-types/commands/CreateServiceProfileCommand.d.ts +16 -0
  17. package/dist-types/commands/CreateWirelessDeviceCommand.d.ts +16 -0
  18. package/dist-types/commands/CreateWirelessGatewayCommand.d.ts +16 -0
  19. package/dist-types/commands/CreateWirelessGatewayTaskCommand.d.ts +16 -0
  20. package/dist-types/commands/CreateWirelessGatewayTaskDefinitionCommand.d.ts +16 -0
  21. package/dist-types/commands/DeleteDestinationCommand.d.ts +16 -0
  22. package/dist-types/commands/DeleteDeviceProfileCommand.d.ts +16 -0
  23. package/dist-types/commands/DeleteFuotaTaskCommand.d.ts +16 -0
  24. package/dist-types/commands/DeleteMulticastGroupCommand.d.ts +16 -0
  25. package/dist-types/commands/DeleteNetworkAnalyzerConfigurationCommand.d.ts +16 -0
  26. package/dist-types/commands/DeleteQueuedMessagesCommand.d.ts +16 -0
  27. package/dist-types/commands/DeleteServiceProfileCommand.d.ts +16 -0
  28. package/dist-types/commands/DeleteWirelessDeviceCommand.d.ts +16 -0
  29. package/dist-types/commands/DeleteWirelessGatewayCommand.d.ts +16 -0
  30. package/dist-types/commands/DeleteWirelessGatewayTaskCommand.d.ts +16 -0
  31. package/dist-types/commands/DeleteWirelessGatewayTaskDefinitionCommand.d.ts +16 -0
  32. package/dist-types/commands/DisassociateAwsAccountFromPartnerAccountCommand.d.ts +16 -0
  33. package/dist-types/commands/DisassociateMulticastGroupFromFuotaTaskCommand.d.ts +16 -0
  34. package/dist-types/commands/DisassociateWirelessDeviceFromFuotaTaskCommand.d.ts +16 -0
  35. package/dist-types/commands/DisassociateWirelessDeviceFromMulticastGroupCommand.d.ts +16 -0
  36. package/dist-types/commands/DisassociateWirelessDeviceFromThingCommand.d.ts +16 -0
  37. package/dist-types/commands/DisassociateWirelessGatewayFromCertificateCommand.d.ts +16 -0
  38. package/dist-types/commands/DisassociateWirelessGatewayFromThingCommand.d.ts +16 -0
  39. package/dist-types/commands/GetDestinationCommand.d.ts +16 -0
  40. package/dist-types/commands/GetDeviceProfileCommand.d.ts +16 -0
  41. package/dist-types/commands/GetEventConfigurationByResourceTypesCommand.d.ts +16 -0
  42. package/dist-types/commands/GetFuotaTaskCommand.d.ts +16 -0
  43. package/dist-types/commands/GetLogLevelsByResourceTypesCommand.d.ts +16 -0
  44. package/dist-types/commands/GetMulticastGroupCommand.d.ts +16 -0
  45. package/dist-types/commands/GetMulticastGroupSessionCommand.d.ts +16 -0
  46. package/dist-types/commands/GetNetworkAnalyzerConfigurationCommand.d.ts +16 -0
  47. package/dist-types/commands/GetPartnerAccountCommand.d.ts +16 -0
  48. package/dist-types/commands/GetPositionCommand.d.ts +16 -0
  49. package/dist-types/commands/GetPositionConfigurationCommand.d.ts +16 -0
  50. package/dist-types/commands/GetPositionEstimateCommand.d.ts +16 -0
  51. package/dist-types/commands/GetResourceEventConfigurationCommand.d.ts +16 -0
  52. package/dist-types/commands/GetResourceLogLevelCommand.d.ts +16 -0
  53. package/dist-types/commands/GetResourcePositionCommand.d.ts +16 -0
  54. package/dist-types/commands/GetServiceEndpointCommand.d.ts +16 -0
  55. package/dist-types/commands/GetServiceProfileCommand.d.ts +16 -0
  56. package/dist-types/commands/GetWirelessDeviceCommand.d.ts +16 -0
  57. package/dist-types/commands/GetWirelessDeviceStatisticsCommand.d.ts +16 -0
  58. package/dist-types/commands/GetWirelessGatewayCertificateCommand.d.ts +16 -0
  59. package/dist-types/commands/GetWirelessGatewayCommand.d.ts +16 -0
  60. package/dist-types/commands/GetWirelessGatewayFirmwareInformationCommand.d.ts +16 -0
  61. package/dist-types/commands/GetWirelessGatewayStatisticsCommand.d.ts +16 -0
  62. package/dist-types/commands/GetWirelessGatewayTaskCommand.d.ts +16 -0
  63. package/dist-types/commands/GetWirelessGatewayTaskDefinitionCommand.d.ts +16 -0
  64. package/dist-types/commands/ListDestinationsCommand.d.ts +16 -0
  65. package/dist-types/commands/ListDeviceProfilesCommand.d.ts +16 -0
  66. package/dist-types/commands/ListEventConfigurationsCommand.d.ts +16 -0
  67. package/dist-types/commands/ListFuotaTasksCommand.d.ts +16 -0
  68. package/dist-types/commands/ListMulticastGroupsByFuotaTaskCommand.d.ts +16 -0
  69. package/dist-types/commands/ListMulticastGroupsCommand.d.ts +16 -0
  70. package/dist-types/commands/ListNetworkAnalyzerConfigurationsCommand.d.ts +16 -0
  71. package/dist-types/commands/ListPartnerAccountsCommand.d.ts +16 -0
  72. package/dist-types/commands/ListPositionConfigurationsCommand.d.ts +16 -0
  73. package/dist-types/commands/ListQueuedMessagesCommand.d.ts +16 -0
  74. package/dist-types/commands/ListServiceProfilesCommand.d.ts +16 -0
  75. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  76. package/dist-types/commands/ListWirelessDevicesCommand.d.ts +16 -0
  77. package/dist-types/commands/ListWirelessGatewayTaskDefinitionsCommand.d.ts +16 -0
  78. package/dist-types/commands/ListWirelessGatewaysCommand.d.ts +16 -0
  79. package/dist-types/commands/PutPositionConfigurationCommand.d.ts +16 -0
  80. package/dist-types/commands/PutResourceLogLevelCommand.d.ts +16 -0
  81. package/dist-types/commands/ResetAllResourceLogLevelsCommand.d.ts +16 -0
  82. package/dist-types/commands/ResetResourceLogLevelCommand.d.ts +16 -0
  83. package/dist-types/commands/SendDataToMulticastGroupCommand.d.ts +16 -0
  84. package/dist-types/commands/SendDataToWirelessDeviceCommand.d.ts +16 -0
  85. package/dist-types/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.d.ts +16 -0
  86. package/dist-types/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.d.ts +16 -0
  87. package/dist-types/commands/StartFuotaTaskCommand.d.ts +16 -0
  88. package/dist-types/commands/StartMulticastGroupSessionCommand.d.ts +16 -0
  89. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  90. package/dist-types/commands/TestWirelessDeviceCommand.d.ts +16 -0
  91. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  92. package/dist-types/commands/UpdateDestinationCommand.d.ts +16 -0
  93. package/dist-types/commands/UpdateEventConfigurationByResourceTypesCommand.d.ts +16 -0
  94. package/dist-types/commands/UpdateFuotaTaskCommand.d.ts +16 -0
  95. package/dist-types/commands/UpdateLogLevelsByResourceTypesCommand.d.ts +16 -0
  96. package/dist-types/commands/UpdateMulticastGroupCommand.d.ts +16 -0
  97. package/dist-types/commands/UpdateNetworkAnalyzerConfigurationCommand.d.ts +16 -0
  98. package/dist-types/commands/UpdatePartnerAccountCommand.d.ts +16 -0
  99. package/dist-types/commands/UpdatePositionCommand.d.ts +16 -0
  100. package/dist-types/commands/UpdateResourceEventConfigurationCommand.d.ts +16 -0
  101. package/dist-types/commands/UpdateResourcePositionCommand.d.ts +16 -0
  102. package/dist-types/commands/UpdateWirelessDeviceCommand.d.ts +16 -0
  103. package/dist-types/commands/UpdateWirelessGatewayCommand.d.ts +16 -0
  104. package/dist-types/models/IoTWirelessServiceException.d.ts +2 -0
  105. package/dist-types/models/models_0.d.ts +688 -0
  106. package/dist-types/models/models_1.d.ts +138 -0
  107. package/dist-types/pagination/Interfaces.d.ts +3 -0
  108. package/dist-types/pagination/ListDestinationsPaginator.d.ts +3 -0
  109. package/dist-types/pagination/ListDeviceProfilesPaginator.d.ts +3 -0
  110. package/dist-types/pagination/ListFuotaTasksPaginator.d.ts +3 -0
  111. package/dist-types/pagination/ListMulticastGroupsByFuotaTaskPaginator.d.ts +3 -0
  112. package/dist-types/pagination/ListMulticastGroupsPaginator.d.ts +3 -0
  113. package/dist-types/pagination/ListNetworkAnalyzerConfigurationsPaginator.d.ts +3 -0
  114. package/dist-types/pagination/ListPositionConfigurationsPaginator.d.ts +3 -0
  115. package/dist-types/pagination/ListQueuedMessagesPaginator.d.ts +3 -0
  116. package/dist-types/pagination/ListServiceProfilesPaginator.d.ts +3 -0
  117. package/dist-types/pagination/ListWirelessDevicesPaginator.d.ts +3 -0
  118. package/dist-types/pagination/ListWirelessGatewaysPaginator.d.ts +3 -0
  119. package/package.json +3 -3
@@ -1,6 +1,7 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { IoTWirelessServiceException as __BaseException } from "./IoTWirelessServiceException";
3
3
  /**
4
+ * @public
4
5
  * <p>Session keys for ABP v1.1</p>
5
6
  */
6
7
  export interface SessionKeysAbpV1_0_x {
@@ -14,6 +15,7 @@ export interface SessionKeysAbpV1_0_x {
14
15
  AppSKey?: string;
15
16
  }
16
17
  /**
18
+ * @public
17
19
  * <p>ABP device object for LoRaWAN specification v1.0.x</p>
18
20
  */
19
21
  export interface AbpV1_0_x {
@@ -31,6 +33,7 @@ export interface AbpV1_0_x {
31
33
  FCntStart?: number;
32
34
  }
33
35
  /**
36
+ * @public
34
37
  * <p>Session keys for ABP v1.1</p>
35
38
  */
36
39
  export interface SessionKeysAbpV1_1 {
@@ -52,6 +55,7 @@ export interface SessionKeysAbpV1_1 {
52
55
  AppSKey?: string;
53
56
  }
54
57
  /**
58
+ * @public
55
59
  * <p>ABP device object for LoRaWAN specification v1.1</p>
56
60
  */
57
61
  export interface AbpV1_1 {
@@ -69,6 +73,7 @@ export interface AbpV1_1 {
69
73
  FCntStart?: number;
70
74
  }
71
75
  /**
76
+ * @public
72
77
  * <p>User does not have permission to perform this action.</p>
73
78
  */
74
79
  export declare class AccessDeniedException extends __BaseException {
@@ -81,6 +86,7 @@ export declare class AccessDeniedException extends __BaseException {
81
86
  constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
82
87
  }
83
88
  /**
89
+ * @public
84
90
  * <p>The accuracy of the estimated position in meters. An empty value indicates that no position data is available.
85
91
  * A value of ‘0.0’ value indicates that position data is available. This data corresponds to the position information
86
92
  * that you specified instead of the position computed by solver.</p>
@@ -97,10 +103,14 @@ export interface Accuracy {
97
103
  */
98
104
  VerticalAccuracy?: number;
99
105
  }
106
+ /**
107
+ * @public
108
+ */
100
109
  export declare enum ApplicationConfigType {
101
110
  SemtechGeoLocation = "SemtechGeolocation"
102
111
  }
103
112
  /**
113
+ * @public
104
114
  * <p>LoRaWAN application configuration, which can be used to perform geolocation.</p>
105
115
  */
106
116
  export interface ApplicationConfig {
@@ -119,6 +129,7 @@ export interface ApplicationConfig {
119
129
  DestinationName?: string;
120
130
  }
121
131
  /**
132
+ * @public
122
133
  * <p>Information about a Sidewalk account.</p>
123
134
  */
124
135
  export interface SidewalkAccountInfo {
@@ -132,6 +143,7 @@ export interface SidewalkAccountInfo {
132
143
  AppServerPrivateKey?: string;
133
144
  }
134
145
  /**
146
+ * @public
135
147
  * <p>A simple label consisting of a customer-defined key-value pair</p>
136
148
  */
137
149
  export interface Tag {
@@ -144,6 +156,9 @@ export interface Tag {
144
156
  */
145
157
  Value: string | undefined;
146
158
  }
159
+ /**
160
+ * @public
161
+ */
147
162
  export interface AssociateAwsAccountWithPartnerAccountRequest {
148
163
  /**
149
164
  * <p>The Sidewalk account credentials.</p>
@@ -158,6 +173,9 @@ export interface AssociateAwsAccountWithPartnerAccountRequest {
158
173
  */
159
174
  Tags?: Tag[];
160
175
  }
176
+ /**
177
+ * @public
178
+ */
161
179
  export interface AssociateAwsAccountWithPartnerAccountResponse {
162
180
  /**
163
181
  * <p>The Sidewalk account credentials.</p>
@@ -169,6 +187,7 @@ export interface AssociateAwsAccountWithPartnerAccountResponse {
169
187
  Arn?: string;
170
188
  }
171
189
  /**
190
+ * @public
172
191
  * <p>Adding, updating, or deleting the resource can cause an inconsistent state.</p>
173
192
  */
174
193
  export declare class ConflictException extends __BaseException {
@@ -189,6 +208,7 @@ export declare class ConflictException extends __BaseException {
189
208
  constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
190
209
  }
191
210
  /**
211
+ * @public
192
212
  * <p>An unexpected error occurred while processing a request.</p>
193
213
  */
194
214
  export declare class InternalServerException extends __BaseException {
@@ -201,6 +221,7 @@ export declare class InternalServerException extends __BaseException {
201
221
  constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
202
222
  }
203
223
  /**
224
+ * @public
204
225
  * <p>Resource does not exist.</p>
205
226
  */
206
227
  export declare class ResourceNotFoundException extends __BaseException {
@@ -221,6 +242,7 @@ export declare class ResourceNotFoundException extends __BaseException {
221
242
  constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
222
243
  }
223
244
  /**
245
+ * @public
224
246
  * <p>The request was denied because it exceeded the allowed API request rate.</p>
225
247
  */
226
248
  export declare class ThrottlingException extends __BaseException {
@@ -233,6 +255,7 @@ export declare class ThrottlingException extends __BaseException {
233
255
  constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
234
256
  }
235
257
  /**
258
+ * @public
236
259
  * <p>The input did not meet the specified constraints.</p>
237
260
  */
238
261
  export declare class ValidationException extends __BaseException {
@@ -244,6 +267,9 @@ export declare class ValidationException extends __BaseException {
244
267
  */
245
268
  constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
246
269
  }
270
+ /**
271
+ * @public
272
+ */
247
273
  export interface AssociateMulticastGroupWithFuotaTaskRequest {
248
274
  /**
249
275
  * <p>The ID of a FUOTA task.</p>
@@ -254,8 +280,14 @@ export interface AssociateMulticastGroupWithFuotaTaskRequest {
254
280
  */
255
281
  MulticastGroupId: string | undefined;
256
282
  }
283
+ /**
284
+ * @public
285
+ */
257
286
  export interface AssociateMulticastGroupWithFuotaTaskResponse {
258
287
  }
288
+ /**
289
+ * @public
290
+ */
259
291
  export interface AssociateWirelessDeviceWithFuotaTaskRequest {
260
292
  /**
261
293
  * <p>The ID of a FUOTA task.</p>
@@ -266,8 +298,14 @@ export interface AssociateWirelessDeviceWithFuotaTaskRequest {
266
298
  */
267
299
  WirelessDeviceId: string | undefined;
268
300
  }
301
+ /**
302
+ * @public
303
+ */
269
304
  export interface AssociateWirelessDeviceWithFuotaTaskResponse {
270
305
  }
306
+ /**
307
+ * @public
308
+ */
271
309
  export interface AssociateWirelessDeviceWithMulticastGroupRequest {
272
310
  /**
273
311
  * <p>The ID of the multicast group.</p>
@@ -278,8 +316,14 @@ export interface AssociateWirelessDeviceWithMulticastGroupRequest {
278
316
  */
279
317
  WirelessDeviceId: string | undefined;
280
318
  }
319
+ /**
320
+ * @public
321
+ */
281
322
  export interface AssociateWirelessDeviceWithMulticastGroupResponse {
282
323
  }
324
+ /**
325
+ * @public
326
+ */
283
327
  export interface AssociateWirelessDeviceWithThingRequest {
284
328
  /**
285
329
  * <p>The ID of the resource to update.</p>
@@ -290,8 +334,14 @@ export interface AssociateWirelessDeviceWithThingRequest {
290
334
  */
291
335
  ThingArn: string | undefined;
292
336
  }
337
+ /**
338
+ * @public
339
+ */
293
340
  export interface AssociateWirelessDeviceWithThingResponse {
294
341
  }
342
+ /**
343
+ * @public
344
+ */
295
345
  export interface AssociateWirelessGatewayWithCertificateRequest {
296
346
  /**
297
347
  * <p>The ID of the resource to update.</p>
@@ -302,12 +352,18 @@ export interface AssociateWirelessGatewayWithCertificateRequest {
302
352
  */
303
353
  IotCertificateId: string | undefined;
304
354
  }
355
+ /**
356
+ * @public
357
+ */
305
358
  export interface AssociateWirelessGatewayWithCertificateResponse {
306
359
  /**
307
360
  * <p>The ID of the certificate associated with the wireless gateway.</p>
308
361
  */
309
362
  IotCertificateId?: string;
310
363
  }
364
+ /**
365
+ * @public
366
+ */
311
367
  export interface AssociateWirelessGatewayWithThingRequest {
312
368
  /**
313
369
  * <p>The ID of the resource to update.</p>
@@ -318,14 +374,21 @@ export interface AssociateWirelessGatewayWithThingRequest {
318
374
  */
319
375
  ThingArn: string | undefined;
320
376
  }
377
+ /**
378
+ * @public
379
+ */
321
380
  export interface AssociateWirelessGatewayWithThingResponse {
322
381
  }
382
+ /**
383
+ * @public
384
+ */
323
385
  export declare enum BatteryLevel {
324
386
  CRITICAL = "critical",
325
387
  LOW = "low",
326
388
  NORMAL = "normal"
327
389
  }
328
390
  /**
391
+ * @public
329
392
  * <p>Beaconing parameters for configuring the wireless gateways.</p>
330
393
  */
331
394
  export interface Beaconing {
@@ -338,15 +401,22 @@ export interface Beaconing {
338
401
  */
339
402
  Frequencies?: number[];
340
403
  }
404
+ /**
405
+ * @public
406
+ */
341
407
  export interface CancelMulticastGroupSessionRequest {
342
408
  /**
343
409
  * <p>The ID of the multicast group.</p>
344
410
  */
345
411
  Id: string | undefined;
346
412
  }
413
+ /**
414
+ * @public
415
+ */
347
416
  export interface CancelMulticastGroupSessionResponse {
348
417
  }
349
418
  /**
419
+ * @public
350
420
  * <p>CDMA local ID information, which corresponds to the local identification parameters of a CDMA cell.</p>
351
421
  */
352
422
  export interface CdmaLocalId {
@@ -360,6 +430,7 @@ export interface CdmaLocalId {
360
430
  CdmaChannel: number | undefined;
361
431
  }
362
432
  /**
433
+ * @public
363
434
  * <p>CDMA object for network measurement reports.</p>
364
435
  */
365
436
  export interface CdmaNmrObj {
@@ -381,6 +452,7 @@ export interface CdmaNmrObj {
381
452
  BaseStationId?: number;
382
453
  }
383
454
  /**
455
+ * @public
384
456
  * <p>CDMA (Code-division multiple access) object.</p>
385
457
  */
386
458
  export interface CdmaObj {
@@ -422,6 +494,7 @@ export interface CdmaObj {
422
494
  CdmaNmr?: CdmaNmrObj[];
423
495
  }
424
496
  /**
497
+ * @public
425
498
  * <p>GSM local ID information, which corresponds to the local identification parameters of a GSM cell.</p>
426
499
  */
427
500
  export interface GsmLocalId {
@@ -435,6 +508,7 @@ export interface GsmLocalId {
435
508
  Bcch: number | undefined;
436
509
  }
437
510
  /**
511
+ * @public
438
512
  * <p>Global identity information.</p>
439
513
  */
440
514
  export interface GlobalIdentity {
@@ -448,6 +522,7 @@ export interface GlobalIdentity {
448
522
  GeranCid: number | undefined;
449
523
  }
450
524
  /**
525
+ * @public
451
526
  * <p>GSM object for network measurement reports.</p>
452
527
  */
453
528
  export interface GsmNmrObj {
@@ -469,6 +544,7 @@ export interface GsmNmrObj {
469
544
  GlobalIdentity?: GlobalIdentity;
470
545
  }
471
546
  /**
547
+ * @public
472
548
  * <p>GSM object.</p>
473
549
  */
474
550
  export interface GsmObj {
@@ -507,6 +583,7 @@ export interface GsmObj {
507
583
  GsmNmr?: GsmNmrObj[];
508
584
  }
509
585
  /**
586
+ * @public
510
587
  * <p>LTE local identification (local ID) information.</p>
511
588
  */
512
589
  export interface LteLocalId {
@@ -520,6 +597,7 @@ export interface LteLocalId {
520
597
  Earfcn: number | undefined;
521
598
  }
522
599
  /**
600
+ * @public
523
601
  * <p>LTE object for network measurement reports.</p>
524
602
  */
525
603
  export interface LteNmrObj {
@@ -545,6 +623,7 @@ export interface LteNmrObj {
545
623
  Rsrq?: number;
546
624
  }
547
625
  /**
626
+ * @public
548
627
  * <p>LTE object.</p>
549
628
  */
550
629
  export interface LteObj {
@@ -590,6 +669,7 @@ export interface LteObj {
590
669
  LteNmr?: LteNmrObj[];
591
670
  }
592
671
  /**
672
+ * @public
593
673
  * <p>TD-SCDMA local identification (local Id) information.</p>
594
674
  */
595
675
  export interface TdscdmaLocalId {
@@ -603,6 +683,7 @@ export interface TdscdmaLocalId {
603
683
  CellParams: number | undefined;
604
684
  }
605
685
  /**
686
+ * @public
606
687
  * <p>TD-SCDMA object for network measurement reports.</p>
607
688
  */
608
689
  export interface TdscdmaNmrObj {
@@ -629,6 +710,7 @@ export interface TdscdmaNmrObj {
629
710
  PathLoss?: number;
630
711
  }
631
712
  /**
713
+ * @public
632
714
  * <p>TD-SCDMA object.</p>
633
715
  */
634
716
  export interface TdscdmaObj {
@@ -671,6 +753,7 @@ export interface TdscdmaObj {
671
753
  TdscdmaNmr?: TdscdmaNmrObj[];
672
754
  }
673
755
  /**
756
+ * @public
674
757
  * <p>WCDMA local identification (local ID) information.</p>
675
758
  */
676
759
  export interface WcdmaLocalId {
@@ -684,6 +767,7 @@ export interface WcdmaLocalId {
684
767
  Psc: number | undefined;
685
768
  }
686
769
  /**
770
+ * @public
687
771
  * <p>Network Measurement Reports.</p>
688
772
  */
689
773
  export interface WcdmaNmrObj {
@@ -710,6 +794,7 @@ export interface WcdmaNmrObj {
710
794
  PathLoss?: number;
711
795
  }
712
796
  /**
797
+ * @public
713
798
  * <p>WCDMA.</p>
714
799
  */
715
800
  export interface WcdmaObj {
@@ -748,6 +833,7 @@ export interface WcdmaObj {
748
833
  WcdmaNmr?: WcdmaNmrObj[];
749
834
  }
750
835
  /**
836
+ * @public
751
837
  * <p>The cell towers that were used to perform the measurements.</p>
752
838
  */
753
839
  export interface CellTowers {
@@ -772,11 +858,15 @@ export interface CellTowers {
772
858
  */
773
859
  Cdma?: CdmaObj[];
774
860
  }
861
+ /**
862
+ * @public
863
+ */
775
864
  export declare enum SigningAlg {
776
865
  Ed25519 = "Ed25519",
777
866
  P256r1 = "P256r1"
778
867
  }
779
868
  /**
869
+ * @public
780
870
  * <p>List of sidewalk certificates.</p>
781
871
  */
782
872
  export interface CertificateList {
@@ -789,15 +879,22 @@ export interface CertificateList {
789
879
  */
790
880
  Value: string | undefined;
791
881
  }
882
+ /**
883
+ * @public
884
+ */
792
885
  export declare enum ConnectionStatus {
793
886
  CONNECTED = "Connected",
794
887
  DISCONNECTED = "Disconnected"
795
888
  }
889
+ /**
890
+ * @public
891
+ */
796
892
  export declare enum EventNotificationTopicStatus {
797
893
  Disabled = "Disabled",
798
894
  Enabled = "Enabled"
799
895
  }
800
896
  /**
897
+ * @public
801
898
  * <p>Object for LoRaWAN connection status resource type event configuration.</p>
802
899
  */
803
900
  export interface LoRaWANConnectionStatusEventNotificationConfigurations {
@@ -807,6 +904,7 @@ export interface LoRaWANConnectionStatusEventNotificationConfigurations {
807
904
  GatewayEuiEventTopic?: EventNotificationTopicStatus | string;
808
905
  }
809
906
  /**
907
+ * @public
810
908
  * <p>Connection status event configuration object for enabling or disabling topic.</p>
811
909
  */
812
910
  export interface ConnectionStatusEventConfiguration {
@@ -820,6 +918,7 @@ export interface ConnectionStatusEventConfiguration {
820
918
  WirelessGatewayIdEventTopic?: EventNotificationTopicStatus | string;
821
919
  }
822
920
  /**
921
+ * @public
823
922
  * <p>Object for LoRaWAN connection status resource type event configuration.</p>
824
923
  */
825
924
  export interface LoRaWANConnectionStatusResourceTypeEventConfiguration {
@@ -829,6 +928,7 @@ export interface LoRaWANConnectionStatusResourceTypeEventConfiguration {
829
928
  WirelessGatewayEventTopic?: EventNotificationTopicStatus | string;
830
929
  }
831
930
  /**
931
+ * @public
832
932
  * <p>Connection status resource type event configuration object for enabling or disabling topic.</p>
833
933
  */
834
934
  export interface ConnectionStatusResourceTypeEventConfiguration {
@@ -838,10 +938,16 @@ export interface ConnectionStatusResourceTypeEventConfiguration {
838
938
  */
839
939
  LoRaWAN?: LoRaWANConnectionStatusResourceTypeEventConfiguration;
840
940
  }
941
+ /**
942
+ * @public
943
+ */
841
944
  export declare enum ExpressionType {
842
945
  MqttTopic = "MqttTopic",
843
946
  RuleName = "RuleName"
844
947
  }
948
+ /**
949
+ * @public
950
+ */
845
951
  export interface CreateDestinationRequest {
846
952
  /**
847
953
  * <p>The name of the new resource.</p>
@@ -872,6 +978,9 @@ export interface CreateDestinationRequest {
872
978
  */
873
979
  ClientRequestToken?: string;
874
980
  }
981
+ /**
982
+ * @public
983
+ */
875
984
  export interface CreateDestinationResponse {
876
985
  /**
877
986
  * <p>The Amazon Resource Name of the new resource.</p>
@@ -883,6 +992,7 @@ export interface CreateDestinationResponse {
883
992
  Name?: string;
884
993
  }
885
994
  /**
995
+ * @public
886
996
  * <p>LoRaWANDeviceProfile object.</p>
887
997
  */
888
998
  export interface LoRaWANDeviceProfile {
@@ -963,6 +1073,9 @@ export interface LoRaWANDeviceProfile {
963
1073
  */
964
1074
  Supports32BitFCnt?: boolean;
965
1075
  }
1076
+ /**
1077
+ * @public
1078
+ */
966
1079
  export interface CreateDeviceProfileRequest {
967
1080
  /**
968
1081
  * <p>The name of the new resource.</p>
@@ -981,6 +1094,9 @@ export interface CreateDeviceProfileRequest {
981
1094
  */
982
1095
  ClientRequestToken?: string;
983
1096
  }
1097
+ /**
1098
+ * @public
1099
+ */
984
1100
  export interface CreateDeviceProfileResponse {
985
1101
  /**
986
1102
  * <p>The Amazon Resource Name of the new resource.</p>
@@ -991,6 +1107,9 @@ export interface CreateDeviceProfileResponse {
991
1107
  */
992
1108
  Id?: string;
993
1109
  }
1110
+ /**
1111
+ * @public
1112
+ */
994
1113
  export declare enum SupportedRfRegion {
995
1114
  AS923_1 = "AS923-1",
996
1115
  AU915 = "AU915",
@@ -998,6 +1117,7 @@ export declare enum SupportedRfRegion {
998
1117
  US915 = "US915"
999
1118
  }
1000
1119
  /**
1120
+ * @public
1001
1121
  * <p>The LoRaWAN information used with a FUOTA task.</p>
1002
1122
  */
1003
1123
  export interface LoRaWANFuotaTask {
@@ -1006,6 +1126,9 @@ export interface LoRaWANFuotaTask {
1006
1126
  */
1007
1127
  RfRegion?: SupportedRfRegion | string;
1008
1128
  }
1129
+ /**
1130
+ * @public
1131
+ */
1009
1132
  export interface CreateFuotaTaskRequest {
1010
1133
  /**
1011
1134
  * <p>The name of a FUOTA task.</p>
@@ -1052,6 +1175,9 @@ export interface CreateFuotaTaskRequest {
1052
1175
  */
1053
1176
  FragmentIntervalMS?: number;
1054
1177
  }
1178
+ /**
1179
+ * @public
1180
+ */
1055
1181
  export interface CreateFuotaTaskResponse {
1056
1182
  /**
1057
1183
  * <p>The arn of a FUOTA task.</p>
@@ -1062,11 +1188,15 @@ export interface CreateFuotaTaskResponse {
1062
1188
  */
1063
1189
  Id?: string;
1064
1190
  }
1191
+ /**
1192
+ * @public
1193
+ */
1065
1194
  export declare enum DlClass {
1066
1195
  ClassB = "ClassB",
1067
1196
  ClassC = "ClassC"
1068
1197
  }
1069
1198
  /**
1199
+ * @public
1070
1200
  * <p>The LoRaWAN information that is to be used with the multicast group.</p>
1071
1201
  */
1072
1202
  export interface LoRaWANMulticast {
@@ -1079,6 +1209,9 @@ export interface LoRaWANMulticast {
1079
1209
  */
1080
1210
  DlClass?: DlClass | string;
1081
1211
  }
1212
+ /**
1213
+ * @public
1214
+ */
1082
1215
  export interface CreateMulticastGroupRequest {
1083
1216
  /**
1084
1217
  * <p>The name of the multicast group.</p>
@@ -1103,6 +1236,9 @@ export interface CreateMulticastGroupRequest {
1103
1236
  */
1104
1237
  Tags?: Tag[];
1105
1238
  }
1239
+ /**
1240
+ * @public
1241
+ */
1106
1242
  export interface CreateMulticastGroupResponse {
1107
1243
  /**
1108
1244
  * <p>The arn of the multicast group.</p>
@@ -1113,16 +1249,23 @@ export interface CreateMulticastGroupResponse {
1113
1249
  */
1114
1250
  Id?: string;
1115
1251
  }
1252
+ /**
1253
+ * @public
1254
+ */
1116
1255
  export declare enum LogLevel {
1117
1256
  DISABLED = "DISABLED",
1118
1257
  ERROR = "ERROR",
1119
1258
  INFO = "INFO"
1120
1259
  }
1260
+ /**
1261
+ * @public
1262
+ */
1121
1263
  export declare enum WirelessDeviceFrameInfo {
1122
1264
  DISABLED = "DISABLED",
1123
1265
  ENABLED = "ENABLED"
1124
1266
  }
1125
1267
  /**
1268
+ * @public
1126
1269
  * <p>Trace content for your wireless gateway and wireless device resources.</p>
1127
1270
  */
1128
1271
  export interface TraceContent {
@@ -1138,6 +1281,9 @@ export interface TraceContent {
1138
1281
  */
1139
1282
  LogLevel?: LogLevel | string;
1140
1283
  }
1284
+ /**
1285
+ * @public
1286
+ */
1141
1287
  export interface CreateNetworkAnalyzerConfigurationRequest {
1142
1288
  /**
1143
1289
  * <p>Name of the network analyzer configuration.</p>
@@ -1168,6 +1314,9 @@ export interface CreateNetworkAnalyzerConfigurationRequest {
1168
1314
  */
1169
1315
  ClientRequestToken?: string;
1170
1316
  }
1317
+ /**
1318
+ * @public
1319
+ */
1171
1320
  export interface CreateNetworkAnalyzerConfigurationResponse {
1172
1321
  /**
1173
1322
  * <p>The Amazon Resource Name of the new resource.</p>
@@ -1179,6 +1328,7 @@ export interface CreateNetworkAnalyzerConfigurationResponse {
1179
1328
  Name?: string;
1180
1329
  }
1181
1330
  /**
1331
+ * @public
1182
1332
  * <p>LoRaWANServiceProfile object.</p>
1183
1333
  */
1184
1334
  export interface LoRaWANServiceProfile {
@@ -1195,6 +1345,9 @@ export interface LoRaWANServiceProfile {
1195
1345
  */
1196
1346
  DrMax?: number;
1197
1347
  }
1348
+ /**
1349
+ * @public
1350
+ */
1198
1351
  export interface CreateServiceProfileRequest {
1199
1352
  /**
1200
1353
  * <p>The name of the new resource.</p>
@@ -1213,6 +1366,9 @@ export interface CreateServiceProfileRequest {
1213
1366
  */
1214
1367
  ClientRequestToken?: string;
1215
1368
  }
1369
+ /**
1370
+ * @public
1371
+ */
1216
1372
  export interface CreateServiceProfileResponse {
1217
1373
  /**
1218
1374
  * <p>The Amazon Resource Name of the new resource.</p>
@@ -1224,6 +1380,7 @@ export interface CreateServiceProfileResponse {
1224
1380
  Id?: string;
1225
1381
  }
1226
1382
  /**
1383
+ * @public
1227
1384
  * <p>The FPorts for the position information.</p>
1228
1385
  */
1229
1386
  export interface Positioning {
@@ -1241,6 +1398,7 @@ export interface Positioning {
1241
1398
  Gnss?: number;
1242
1399
  }
1243
1400
  /**
1401
+ * @public
1244
1402
  * <p>List of FPort assigned for different LoRaWAN application packages to use</p>
1245
1403
  */
1246
1404
  export interface FPorts {
@@ -1266,6 +1424,7 @@ export interface FPorts {
1266
1424
  Applications?: ApplicationConfig[];
1267
1425
  }
1268
1426
  /**
1427
+ * @public
1269
1428
  * <p>OTAA device object for v1.0.x</p>
1270
1429
  */
1271
1430
  export interface OtaaV1_0_x {
@@ -1283,6 +1442,7 @@ export interface OtaaV1_0_x {
1283
1442
  GenAppKey?: string;
1284
1443
  }
1285
1444
  /**
1445
+ * @public
1286
1446
  * <p>OTAA device object for v1.1</p>
1287
1447
  */
1288
1448
  export interface OtaaV1_1 {
@@ -1300,6 +1460,7 @@ export interface OtaaV1_1 {
1300
1460
  JoinEui?: string;
1301
1461
  }
1302
1462
  /**
1463
+ * @public
1303
1464
  * <p>LoRaWAN object for create functions.</p>
1304
1465
  */
1305
1466
  export interface LoRaWANDevice {
@@ -1336,14 +1497,23 @@ export interface LoRaWANDevice {
1336
1497
  */
1337
1498
  FPorts?: FPorts;
1338
1499
  }
1500
+ /**
1501
+ * @public
1502
+ */
1339
1503
  export declare enum PositioningConfigStatus {
1340
1504
  Disabled = "Disabled",
1341
1505
  Enabled = "Enabled"
1342
1506
  }
1507
+ /**
1508
+ * @public
1509
+ */
1343
1510
  export declare enum WirelessDeviceType {
1344
1511
  LoRaWAN = "LoRaWAN",
1345
1512
  Sidewalk = "Sidewalk"
1346
1513
  }
1514
+ /**
1515
+ * @public
1516
+ */
1347
1517
  export interface CreateWirelessDeviceRequest {
1348
1518
  /**
1349
1519
  * <p>The wireless device type.</p>
@@ -1378,6 +1548,9 @@ export interface CreateWirelessDeviceRequest {
1378
1548
  */
1379
1549
  Positioning?: PositioningConfigStatus | string;
1380
1550
  }
1551
+ /**
1552
+ * @public
1553
+ */
1381
1554
  export interface CreateWirelessDeviceResponse {
1382
1555
  /**
1383
1556
  * <p>The Amazon Resource Name of the new resource.</p>
@@ -1389,6 +1562,7 @@ export interface CreateWirelessDeviceResponse {
1389
1562
  Id?: string;
1390
1563
  }
1391
1564
  /**
1565
+ * @public
1392
1566
  * <p>LoRaWANGateway object.</p>
1393
1567
  */
1394
1568
  export interface LoRaWANGateway {
@@ -1417,6 +1591,9 @@ export interface LoRaWANGateway {
1417
1591
  */
1418
1592
  Beaconing?: Beaconing;
1419
1593
  }
1594
+ /**
1595
+ * @public
1596
+ */
1420
1597
  export interface CreateWirelessGatewayRequest {
1421
1598
  /**
1422
1599
  * <p>The name of the new resource.</p>
@@ -1439,6 +1616,9 @@ export interface CreateWirelessGatewayRequest {
1439
1616
  */
1440
1617
  ClientRequestToken?: string;
1441
1618
  }
1619
+ /**
1620
+ * @public
1621
+ */
1442
1622
  export interface CreateWirelessGatewayResponse {
1443
1623
  /**
1444
1624
  * <p>The Amazon Resource Name of the new resource.</p>
@@ -1449,6 +1629,9 @@ export interface CreateWirelessGatewayResponse {
1449
1629
  */
1450
1630
  Id?: string;
1451
1631
  }
1632
+ /**
1633
+ * @public
1634
+ */
1452
1635
  export interface CreateWirelessGatewayTaskRequest {
1453
1636
  /**
1454
1637
  * <p>The ID of the resource to update.</p>
@@ -1459,6 +1642,9 @@ export interface CreateWirelessGatewayTaskRequest {
1459
1642
  */
1460
1643
  WirelessGatewayTaskDefinitionId: string | undefined;
1461
1644
  }
1645
+ /**
1646
+ * @public
1647
+ */
1462
1648
  export declare enum WirelessGatewayTaskStatus {
1463
1649
  COMPLETED = "COMPLETED",
1464
1650
  FAILED = "FAILED",
@@ -1467,6 +1653,9 @@ export declare enum WirelessGatewayTaskStatus {
1467
1653
  PENDING = "PENDING",
1468
1654
  SECOND_RETRY = "SECOND_RETRY"
1469
1655
  }
1656
+ /**
1657
+ * @public
1658
+ */
1470
1659
  export interface CreateWirelessGatewayTaskResponse {
1471
1660
  /**
1472
1661
  * <p>The ID of the WirelessGatewayTaskDefinition.</p>
@@ -1478,6 +1667,7 @@ export interface CreateWirelessGatewayTaskResponse {
1478
1667
  Status?: WirelessGatewayTaskStatus | string;
1479
1668
  }
1480
1669
  /**
1670
+ * @public
1481
1671
  * <p>LoRaWANGatewayVersion object.</p>
1482
1672
  */
1483
1673
  export interface LoRaWANGatewayVersion {
@@ -1495,6 +1685,7 @@ export interface LoRaWANGatewayVersion {
1495
1685
  Station?: string;
1496
1686
  }
1497
1687
  /**
1688
+ * @public
1498
1689
  * <p>LoRaWANUpdateGatewayTaskCreate object.</p>
1499
1690
  */
1500
1691
  export interface LoRaWANUpdateGatewayTaskCreate {
@@ -1516,6 +1707,7 @@ export interface LoRaWANUpdateGatewayTaskCreate {
1516
1707
  UpdateVersion?: LoRaWANGatewayVersion;
1517
1708
  }
1518
1709
  /**
1710
+ * @public
1519
1711
  * <p>UpdateWirelessGatewayTaskCreate object.</p>
1520
1712
  */
1521
1713
  export interface UpdateWirelessGatewayTaskCreate {
@@ -1532,6 +1724,9 @@ export interface UpdateWirelessGatewayTaskCreate {
1532
1724
  */
1533
1725
  LoRaWAN?: LoRaWANUpdateGatewayTaskCreate;
1534
1726
  }
1727
+ /**
1728
+ * @public
1729
+ */
1535
1730
  export interface CreateWirelessGatewayTaskDefinitionRequest {
1536
1731
  /**
1537
1732
  * <p>Whether to automatically create tasks using this task definition for all gateways with the specified current version. If <code>false</code>, the task must me created by calling <code>CreateWirelessGatewayTask</code>.</p>
@@ -1554,6 +1749,9 @@ export interface CreateWirelessGatewayTaskDefinitionRequest {
1554
1749
  */
1555
1750
  Tags?: Tag[];
1556
1751
  }
1752
+ /**
1753
+ * @public
1754
+ */
1557
1755
  export interface CreateWirelessGatewayTaskDefinitionResponse {
1558
1756
  /**
1559
1757
  * <p>The ID of the new wireless gateway task definition.</p>
@@ -1564,46 +1762,79 @@ export interface CreateWirelessGatewayTaskDefinitionResponse {
1564
1762
  */
1565
1763
  Arn?: string;
1566
1764
  }
1765
+ /**
1766
+ * @public
1767
+ */
1567
1768
  export interface DeleteDestinationRequest {
1568
1769
  /**
1569
1770
  * <p>The name of the resource to delete.</p>
1570
1771
  */
1571
1772
  Name: string | undefined;
1572
1773
  }
1774
+ /**
1775
+ * @public
1776
+ */
1573
1777
  export interface DeleteDestinationResponse {
1574
1778
  }
1779
+ /**
1780
+ * @public
1781
+ */
1575
1782
  export interface DeleteDeviceProfileRequest {
1576
1783
  /**
1577
1784
  * <p>The ID of the resource to delete.</p>
1578
1785
  */
1579
1786
  Id: string | undefined;
1580
1787
  }
1788
+ /**
1789
+ * @public
1790
+ */
1581
1791
  export interface DeleteDeviceProfileResponse {
1582
1792
  }
1793
+ /**
1794
+ * @public
1795
+ */
1583
1796
  export interface DeleteFuotaTaskRequest {
1584
1797
  /**
1585
1798
  * <p>The ID of a FUOTA task.</p>
1586
1799
  */
1587
1800
  Id: string | undefined;
1588
1801
  }
1802
+ /**
1803
+ * @public
1804
+ */
1589
1805
  export interface DeleteFuotaTaskResponse {
1590
1806
  }
1807
+ /**
1808
+ * @public
1809
+ */
1591
1810
  export interface DeleteMulticastGroupRequest {
1592
1811
  /**
1593
1812
  * <p>The ID of the multicast group.</p>
1594
1813
  */
1595
1814
  Id: string | undefined;
1596
1815
  }
1816
+ /**
1817
+ * @public
1818
+ */
1597
1819
  export interface DeleteMulticastGroupResponse {
1598
1820
  }
1821
+ /**
1822
+ * @public
1823
+ */
1599
1824
  export interface DeleteNetworkAnalyzerConfigurationRequest {
1600
1825
  /**
1601
1826
  * <p>Name of the network analyzer configuration.</p>
1602
1827
  */
1603
1828
  ConfigurationName: string | undefined;
1604
1829
  }
1830
+ /**
1831
+ * @public
1832
+ */
1605
1833
  export interface DeleteNetworkAnalyzerConfigurationResponse {
1606
1834
  }
1835
+ /**
1836
+ * @public
1837
+ */
1607
1838
  export interface DeleteQueuedMessagesRequest {
1608
1839
  /**
1609
1840
  * <p>The ID of a given wireless device for which downlink messages will be deleted.</p>
@@ -1620,49 +1851,83 @@ export interface DeleteQueuedMessagesRequest {
1620
1851
  */
1621
1852
  WirelessDeviceType?: WirelessDeviceType | string;
1622
1853
  }
1854
+ /**
1855
+ * @public
1856
+ */
1623
1857
  export interface DeleteQueuedMessagesResponse {
1624
1858
  }
1859
+ /**
1860
+ * @public
1861
+ */
1625
1862
  export interface DeleteServiceProfileRequest {
1626
1863
  /**
1627
1864
  * <p>The ID of the resource to delete.</p>
1628
1865
  */
1629
1866
  Id: string | undefined;
1630
1867
  }
1868
+ /**
1869
+ * @public
1870
+ */
1631
1871
  export interface DeleteServiceProfileResponse {
1632
1872
  }
1873
+ /**
1874
+ * @public
1875
+ */
1633
1876
  export interface DeleteWirelessDeviceRequest {
1634
1877
  /**
1635
1878
  * <p>The ID of the resource to delete.</p>
1636
1879
  */
1637
1880
  Id: string | undefined;
1638
1881
  }
1882
+ /**
1883
+ * @public
1884
+ */
1639
1885
  export interface DeleteWirelessDeviceResponse {
1640
1886
  }
1887
+ /**
1888
+ * @public
1889
+ */
1641
1890
  export interface DeleteWirelessGatewayRequest {
1642
1891
  /**
1643
1892
  * <p>The ID of the resource to delete.</p>
1644
1893
  */
1645
1894
  Id: string | undefined;
1646
1895
  }
1896
+ /**
1897
+ * @public
1898
+ */
1647
1899
  export interface DeleteWirelessGatewayResponse {
1648
1900
  }
1901
+ /**
1902
+ * @public
1903
+ */
1649
1904
  export interface DeleteWirelessGatewayTaskRequest {
1650
1905
  /**
1651
1906
  * <p>The ID of the resource to delete.</p>
1652
1907
  */
1653
1908
  Id: string | undefined;
1654
1909
  }
1910
+ /**
1911
+ * @public
1912
+ */
1655
1913
  export interface DeleteWirelessGatewayTaskResponse {
1656
1914
  }
1915
+ /**
1916
+ * @public
1917
+ */
1657
1918
  export interface DeleteWirelessGatewayTaskDefinitionRequest {
1658
1919
  /**
1659
1920
  * <p>The ID of the resource to delete.</p>
1660
1921
  */
1661
1922
  Id: string | undefined;
1662
1923
  }
1924
+ /**
1925
+ * @public
1926
+ */
1663
1927
  export interface DeleteWirelessGatewayTaskDefinitionResponse {
1664
1928
  }
1665
1929
  /**
1930
+ * @public
1666
1931
  * <p>Describes a destination.</p>
1667
1932
  */
1668
1933
  export interface Destinations {
@@ -1692,6 +1957,7 @@ export interface Destinations {
1692
1957
  RoleArn?: string;
1693
1958
  }
1694
1959
  /**
1960
+ * @public
1695
1961
  * <p>Describes a device profile.</p>
1696
1962
  */
1697
1963
  export interface DeviceProfile {
@@ -1709,6 +1975,7 @@ export interface DeviceProfile {
1709
1975
  Id?: string;
1710
1976
  }
1711
1977
  /**
1978
+ * @public
1712
1979
  * <p>
1713
1980
  * <code>SidewalkEventNotificationConfigurations</code> object, which is the event configuration
1714
1981
  * object for Sidewalk-related event topics.</p>
@@ -1720,6 +1987,7 @@ export interface SidewalkEventNotificationConfigurations {
1720
1987
  AmazonIdEventTopic?: EventNotificationTopicStatus | string;
1721
1988
  }
1722
1989
  /**
1990
+ * @public
1723
1991
  * <p>Device registration state event configuration object for enabling and disabling relevant topics.</p>
1724
1992
  */
1725
1993
  export interface DeviceRegistrationStateEventConfiguration {
@@ -1734,6 +2002,7 @@ export interface DeviceRegistrationStateEventConfiguration {
1734
2002
  WirelessDeviceIdEventTopic?: EventNotificationTopicStatus | string;
1735
2003
  }
1736
2004
  /**
2005
+ * @public
1737
2006
  * <p>Sidewalk resource type event configuration object for enabling or disabling topic.</p>
1738
2007
  */
1739
2008
  export interface SidewalkResourceTypeEventConfiguration {
@@ -1743,6 +2012,7 @@ export interface SidewalkResourceTypeEventConfiguration {
1743
2012
  WirelessDeviceEventTopic?: EventNotificationTopicStatus | string;
1744
2013
  }
1745
2014
  /**
2015
+ * @public
1746
2016
  * <p>Device registration state resource type event configuration object for enabling or disabling topic.</p>
1747
2017
  */
1748
2018
  export interface DeviceRegistrationStateResourceTypeEventConfiguration {
@@ -1752,15 +2022,24 @@ export interface DeviceRegistrationStateResourceTypeEventConfiguration {
1752
2022
  */
1753
2023
  Sidewalk?: SidewalkResourceTypeEventConfiguration;
1754
2024
  }
2025
+ /**
2026
+ * @public
2027
+ */
1755
2028
  export declare enum DeviceState {
1756
2029
  PROVISIONED = "Provisioned",
1757
2030
  REGISTEREDNOTSEEN = "RegisteredNotSeen",
1758
2031
  REGISTEREDREACHABLE = "RegisteredReachable",
1759
2032
  REGISTEREDUNREACHABLE = "RegisteredUnreachable"
1760
2033
  }
2034
+ /**
2035
+ * @public
2036
+ */
1761
2037
  export declare enum PartnerType {
1762
2038
  Sidewalk = "Sidewalk"
1763
2039
  }
2040
+ /**
2041
+ * @public
2042
+ */
1764
2043
  export interface DisassociateAwsAccountFromPartnerAccountRequest {
1765
2044
  /**
1766
2045
  * <p>The partner account ID to disassociate from the AWS account.</p>
@@ -1771,8 +2050,14 @@ export interface DisassociateAwsAccountFromPartnerAccountRequest {
1771
2050
  */
1772
2051
  PartnerType: PartnerType | string | undefined;
1773
2052
  }
2053
+ /**
2054
+ * @public
2055
+ */
1774
2056
  export interface DisassociateAwsAccountFromPartnerAccountResponse {
1775
2057
  }
2058
+ /**
2059
+ * @public
2060
+ */
1776
2061
  export interface DisassociateMulticastGroupFromFuotaTaskRequest {
1777
2062
  /**
1778
2063
  * <p>The ID of a FUOTA task.</p>
@@ -1783,8 +2068,14 @@ export interface DisassociateMulticastGroupFromFuotaTaskRequest {
1783
2068
  */
1784
2069
  MulticastGroupId: string | undefined;
1785
2070
  }
2071
+ /**
2072
+ * @public
2073
+ */
1786
2074
  export interface DisassociateMulticastGroupFromFuotaTaskResponse {
1787
2075
  }
2076
+ /**
2077
+ * @public
2078
+ */
1788
2079
  export interface DisassociateWirelessDeviceFromFuotaTaskRequest {
1789
2080
  /**
1790
2081
  * <p>The ID of a FUOTA task.</p>
@@ -1795,8 +2086,14 @@ export interface DisassociateWirelessDeviceFromFuotaTaskRequest {
1795
2086
  */
1796
2087
  WirelessDeviceId: string | undefined;
1797
2088
  }
2089
+ /**
2090
+ * @public
2091
+ */
1798
2092
  export interface DisassociateWirelessDeviceFromFuotaTaskResponse {
1799
2093
  }
2094
+ /**
2095
+ * @public
2096
+ */
1800
2097
  export interface DisassociateWirelessDeviceFromMulticastGroupRequest {
1801
2098
  /**
1802
2099
  * <p>The ID of the multicast group.</p>
@@ -1807,38 +2104,63 @@ export interface DisassociateWirelessDeviceFromMulticastGroupRequest {
1807
2104
  */
1808
2105
  WirelessDeviceId: string | undefined;
1809
2106
  }
2107
+ /**
2108
+ * @public
2109
+ */
1810
2110
  export interface DisassociateWirelessDeviceFromMulticastGroupResponse {
1811
2111
  }
2112
+ /**
2113
+ * @public
2114
+ */
1812
2115
  export interface DisassociateWirelessDeviceFromThingRequest {
1813
2116
  /**
1814
2117
  * <p>The ID of the resource to update.</p>
1815
2118
  */
1816
2119
  Id: string | undefined;
1817
2120
  }
2121
+ /**
2122
+ * @public
2123
+ */
1818
2124
  export interface DisassociateWirelessDeviceFromThingResponse {
1819
2125
  }
2126
+ /**
2127
+ * @public
2128
+ */
1820
2129
  export interface DisassociateWirelessGatewayFromCertificateRequest {
1821
2130
  /**
1822
2131
  * <p>The ID of the resource to update.</p>
1823
2132
  */
1824
2133
  Id: string | undefined;
1825
2134
  }
2135
+ /**
2136
+ * @public
2137
+ */
1826
2138
  export interface DisassociateWirelessGatewayFromCertificateResponse {
1827
2139
  }
2140
+ /**
2141
+ * @public
2142
+ */
1828
2143
  export interface DisassociateWirelessGatewayFromThingRequest {
1829
2144
  /**
1830
2145
  * <p>The ID of the resource to update.</p>
1831
2146
  */
1832
2147
  Id: string | undefined;
1833
2148
  }
2149
+ /**
2150
+ * @public
2151
+ */
1834
2152
  export interface DisassociateWirelessGatewayFromThingResponse {
1835
2153
  }
2154
+ /**
2155
+ * @public
2156
+ */
1836
2157
  export declare enum DownlinkMode {
1837
2158
  CONCURRENT = "CONCURRENT",
1838
2159
  SEQUENTIAL = "SEQUENTIAL",
1839
2160
  USING_UPLINK_GATEWAY = "USING_UPLINK_GATEWAY"
1840
2161
  }
1841
2162
  /**
2163
+ * @public
1842
2164
  * <p>Gateway list item object that specifies the frequency and list of gateways for which the downlink message
1843
2165
  * should be sent.</p>
1844
2166
  */
@@ -1854,6 +2176,7 @@ export interface GatewayListItem {
1854
2176
  DownlinkFrequency: number | undefined;
1855
2177
  }
1856
2178
  /**
2179
+ * @public
1857
2180
  * <p>Specify the list of gateways to which you want to send downlink data traffic when the wireless
1858
2181
  * device is running in class B or class C mode.</p>
1859
2182
  */
@@ -1874,6 +2197,7 @@ export interface ParticipatingGateways {
1874
2197
  TransmissionInterval: number | undefined;
1875
2198
  }
1876
2199
  /**
2200
+ * @public
1877
2201
  * <p>LoRaWAN router info.</p>
1878
2202
  */
1879
2203
  export interface LoRaWANSendDataToDevice {
@@ -1888,6 +2212,7 @@ export interface LoRaWANSendDataToDevice {
1888
2212
  ParticipatingGateways?: ParticipatingGateways;
1889
2213
  }
1890
2214
  /**
2215
+ * @public
1891
2216
  * <p>The message in the downlink queue.</p>
1892
2217
  */
1893
2218
  export interface DownlinkQueueMessage {
@@ -1910,6 +2235,9 @@ export interface DownlinkQueueMessage {
1910
2235
  */
1911
2236
  LoRaWAN?: LoRaWANSendDataToDevice;
1912
2237
  }
2238
+ /**
2239
+ * @public
2240
+ */
1913
2241
  export declare enum Event {
1914
2242
  ACK = "ack",
1915
2243
  DISCOVERED = "discovered",
@@ -1918,6 +2246,7 @@ export declare enum Event {
1918
2246
  PASSTHROUGH = "passthrough"
1919
2247
  }
1920
2248
  /**
2249
+ * @public
1921
2250
  * <p>Object for LoRaWAN join resource type event configuration.</p>
1922
2251
  */
1923
2252
  export interface LoRaWANJoinEventNotificationConfigurations {
@@ -1927,6 +2256,7 @@ export interface LoRaWANJoinEventNotificationConfigurations {
1927
2256
  DevEuiEventTopic?: EventNotificationTopicStatus | string;
1928
2257
  }
1929
2258
  /**
2259
+ * @public
1930
2260
  * <p>Join event configuration object for enabling or disabling topic.</p>
1931
2261
  */
1932
2262
  export interface JoinEventConfiguration {
@@ -1940,6 +2270,7 @@ export interface JoinEventConfiguration {
1940
2270
  WirelessDeviceIdEventTopic?: EventNotificationTopicStatus | string;
1941
2271
  }
1942
2272
  /**
2273
+ * @public
1943
2274
  * <p>Message delivery status event configuration object for enabling and disabling relevant
1944
2275
  * topics.</p>
1945
2276
  */
@@ -1957,6 +2288,7 @@ export interface MessageDeliveryStatusEventConfiguration {
1957
2288
  WirelessDeviceIdEventTopic?: EventNotificationTopicStatus | string;
1958
2289
  }
1959
2290
  /**
2291
+ * @public
1960
2292
  * <p>Proximity event configuration object for enabling and disabling relevant topics.</p>
1961
2293
  */
1962
2294
  export interface ProximityEventConfiguration {
@@ -1970,6 +2302,7 @@ export interface ProximityEventConfiguration {
1970
2302
  WirelessDeviceIdEventTopic?: EventNotificationTopicStatus | string;
1971
2303
  }
1972
2304
  /**
2305
+ * @public
1973
2306
  * <p>Object of all event configurations and the status of the event topics.</p>
1974
2307
  */
1975
2308
  export interface EventNotificationItemConfigurations {
@@ -1994,6 +2327,9 @@ export interface EventNotificationItemConfigurations {
1994
2327
  */
1995
2328
  MessageDeliveryStatus?: MessageDeliveryStatusEventConfiguration;
1996
2329
  }
2330
+ /**
2331
+ * @public
2332
+ */
1997
2333
  export declare enum IdentifierType {
1998
2334
  DevEui = "DevEui",
1999
2335
  GatewayEui = "GatewayEui",
@@ -2001,10 +2337,14 @@ export declare enum IdentifierType {
2001
2337
  WirelessDeviceId = "WirelessDeviceId",
2002
2338
  WirelessGatewayId = "WirelessGatewayId"
2003
2339
  }
2340
+ /**
2341
+ * @public
2342
+ */
2004
2343
  export declare enum EventNotificationPartnerType {
2005
2344
  Sidewalk = "Sidewalk"
2006
2345
  }
2007
2346
  /**
2347
+ * @public
2008
2348
  * <p>Event configuration object for a single resource.</p>
2009
2349
  */
2010
2350
  export interface EventConfigurationItem {
@@ -2025,11 +2365,17 @@ export interface EventConfigurationItem {
2025
2365
  */
2026
2366
  Events?: EventNotificationItemConfigurations;
2027
2367
  }
2368
+ /**
2369
+ * @public
2370
+ */
2028
2371
  export declare enum EventNotificationResourceType {
2029
2372
  SidewalkAccount = "SidewalkAccount",
2030
2373
  WirelessDevice = "WirelessDevice",
2031
2374
  WirelessGateway = "WirelessGateway"
2032
2375
  }
2376
+ /**
2377
+ * @public
2378
+ */
2033
2379
  export declare enum FuotaDeviceStatus {
2034
2380
  FragAlgo_unsupported = "FragAlgo_unsupported",
2035
2381
  FragIndex_unsupported = "FragIndex_unsupported",
@@ -2044,6 +2390,7 @@ export declare enum FuotaDeviceStatus {
2044
2390
  Wrong_descriptor = "Wrong_descriptor"
2045
2391
  }
2046
2392
  /**
2393
+ * @public
2047
2394
  * <p>A FUOTA task.</p>
2048
2395
  */
2049
2396
  export interface FuotaTask {
@@ -2060,6 +2407,9 @@ export interface FuotaTask {
2060
2407
  */
2061
2408
  Name?: string;
2062
2409
  }
2410
+ /**
2411
+ * @public
2412
+ */
2063
2413
  export declare enum FuotaTaskStatus {
2064
2414
  Delete_Waiting = "Delete_Waiting",
2065
2415
  FuotaDone = "FuotaDone",
@@ -2067,12 +2417,18 @@ export declare enum FuotaTaskStatus {
2067
2417
  In_FuotaSession = "In_FuotaSession",
2068
2418
  Pending = "Pending"
2069
2419
  }
2420
+ /**
2421
+ * @public
2422
+ */
2070
2423
  export interface GetDestinationRequest {
2071
2424
  /**
2072
2425
  * <p>The name of the resource to get.</p>
2073
2426
  */
2074
2427
  Name: string | undefined;
2075
2428
  }
2429
+ /**
2430
+ * @public
2431
+ */
2076
2432
  export interface GetDestinationResponse {
2077
2433
  /**
2078
2434
  * <p>The Amazon Resource Name of the resource.</p>
@@ -2099,12 +2455,18 @@ export interface GetDestinationResponse {
2099
2455
  */
2100
2456
  RoleArn?: string;
2101
2457
  }
2458
+ /**
2459
+ * @public
2460
+ */
2102
2461
  export interface GetDeviceProfileRequest {
2103
2462
  /**
2104
2463
  * <p>The ID of the resource to get.</p>
2105
2464
  */
2106
2465
  Id: string | undefined;
2107
2466
  }
2467
+ /**
2468
+ * @public
2469
+ */
2108
2470
  export interface GetDeviceProfileResponse {
2109
2471
  /**
2110
2472
  * <p>The Amazon Resource Name of the resource.</p>
@@ -2123,9 +2485,13 @@ export interface GetDeviceProfileResponse {
2123
2485
  */
2124
2486
  LoRaWAN?: LoRaWANDeviceProfile;
2125
2487
  }
2488
+ /**
2489
+ * @public
2490
+ */
2126
2491
  export interface GetEventConfigurationByResourceTypesRequest {
2127
2492
  }
2128
2493
  /**
2494
+ * @public
2129
2495
  * <p>Object for LoRaWAN join resource type event configuration.</p>
2130
2496
  */
2131
2497
  export interface LoRaWANJoinResourceTypeEventConfiguration {
@@ -2135,6 +2501,7 @@ export interface LoRaWANJoinResourceTypeEventConfiguration {
2135
2501
  WirelessDeviceEventTopic?: EventNotificationTopicStatus | string;
2136
2502
  }
2137
2503
  /**
2504
+ * @public
2138
2505
  * <p>Join resource type event configuration object for enabling or disabling topic.</p>
2139
2506
  */
2140
2507
  export interface JoinResourceTypeEventConfiguration {
@@ -2145,6 +2512,7 @@ export interface JoinResourceTypeEventConfiguration {
2145
2512
  LoRaWAN?: LoRaWANJoinResourceTypeEventConfiguration;
2146
2513
  }
2147
2514
  /**
2515
+ * @public
2148
2516
  * <p>Message delivery status resource type event configuration object for enabling or disabling
2149
2517
  * relevant topic.</p>
2150
2518
  */
@@ -2155,6 +2523,7 @@ export interface MessageDeliveryStatusResourceTypeEventConfiguration {
2155
2523
  Sidewalk?: SidewalkResourceTypeEventConfiguration;
2156
2524
  }
2157
2525
  /**
2526
+ * @public
2158
2527
  * <p>Proximity resource type event configuration object for enabling or disabling topic.</p>
2159
2528
  */
2160
2529
  export interface ProximityResourceTypeEventConfiguration {
@@ -2163,6 +2532,9 @@ export interface ProximityResourceTypeEventConfiguration {
2163
2532
  */
2164
2533
  Sidewalk?: SidewalkResourceTypeEventConfiguration;
2165
2534
  }
2535
+ /**
2536
+ * @public
2537
+ */
2166
2538
  export interface GetEventConfigurationByResourceTypesResponse {
2167
2539
  /**
2168
2540
  * <p>Resource type event configuration for the device registration state event.</p>
@@ -2185,6 +2557,9 @@ export interface GetEventConfigurationByResourceTypesResponse {
2185
2557
  */
2186
2558
  MessageDeliveryStatus?: MessageDeliveryStatusResourceTypeEventConfiguration;
2187
2559
  }
2560
+ /**
2561
+ * @public
2562
+ */
2188
2563
  export interface GetFuotaTaskRequest {
2189
2564
  /**
2190
2565
  * <p>The ID of a FUOTA task.</p>
@@ -2192,6 +2567,7 @@ export interface GetFuotaTaskRequest {
2192
2567
  Id: string | undefined;
2193
2568
  }
2194
2569
  /**
2570
+ * @public
2195
2571
  * <p>The LoRaWAN information returned from getting a FUOTA task.</p>
2196
2572
  */
2197
2573
  export interface LoRaWANFuotaTaskGetInfo {
@@ -2204,6 +2580,9 @@ export interface LoRaWANFuotaTaskGetInfo {
2204
2580
  */
2205
2581
  StartTime?: Date;
2206
2582
  }
2583
+ /**
2584
+ * @public
2585
+ */
2207
2586
  export interface GetFuotaTaskResponse {
2208
2587
  /**
2209
2588
  * <p>The arn of a FUOTA task.</p>
@@ -2258,8 +2637,14 @@ export interface GetFuotaTaskResponse {
2258
2637
  */
2259
2638
  FragmentIntervalMS?: number;
2260
2639
  }
2640
+ /**
2641
+ * @public
2642
+ */
2261
2643
  export interface GetLogLevelsByResourceTypesRequest {
2262
2644
  }
2645
+ /**
2646
+ * @public
2647
+ */
2263
2648
  export declare enum WirelessDeviceEvent {
2264
2649
  Downlink_Data = "Downlink_Data",
2265
2650
  Join = "Join",
@@ -2268,6 +2653,7 @@ export declare enum WirelessDeviceEvent {
2268
2653
  Uplink_Data = "Uplink_Data"
2269
2654
  }
2270
2655
  /**
2656
+ * @public
2271
2657
  * <p>The log options for a wireless device event and can be used to set log levels for a specific wireless device event.</p>
2272
2658
  * <p>For a LoRaWAN device, possible events for a log messsage are: <code>Join</code>, <code>Rejoin</code>,
2273
2659
  * <code>Downlink_Data</code>, and <code>Uplink_Data</code>. For a Sidewalk device, possible events for a log message are
@@ -2285,6 +2671,7 @@ export interface WirelessDeviceEventLogOption {
2285
2671
  LogLevel: LogLevel | string | undefined;
2286
2672
  }
2287
2673
  /**
2674
+ * @public
2288
2675
  * <p>The log options for wireless devices and can be used to set log levels for a specific type of wireless device.</p>
2289
2676
  */
2290
2677
  export interface WirelessDeviceLogOption {
@@ -2302,11 +2689,15 @@ export interface WirelessDeviceLogOption {
2302
2689
  */
2303
2690
  Events?: WirelessDeviceEventLogOption[];
2304
2691
  }
2692
+ /**
2693
+ * @public
2694
+ */
2305
2695
  export declare enum WirelessGatewayEvent {
2306
2696
  CUPS_Request = "CUPS_Request",
2307
2697
  Certificate = "Certificate"
2308
2698
  }
2309
2699
  /**
2700
+ * @public
2310
2701
  * <p>The log options for a wireless gateway event and can be used to set log levels for a specific wireless gateway event.</p>
2311
2702
  * <p>For a LoRaWAN gateway, possible events for a log message are <code>CUPS_Request</code> and <code>Certificate</code>.</p>
2312
2703
  */
@@ -2321,10 +2712,14 @@ export interface WirelessGatewayEventLogOption {
2321
2712
  */
2322
2713
  LogLevel: LogLevel | string | undefined;
2323
2714
  }
2715
+ /**
2716
+ * @public
2717
+ */
2324
2718
  export declare enum WirelessGatewayType {
2325
2719
  LoRaWAN = "LoRaWAN"
2326
2720
  }
2327
2721
  /**
2722
+ * @public
2328
2723
  * <p>The log options for wireless gateways and can be used to set log levels for a specific type of wireless gateway.</p>
2329
2724
  */
2330
2725
  export interface WirelessGatewayLogOption {
@@ -2342,6 +2737,9 @@ export interface WirelessGatewayLogOption {
2342
2737
  */
2343
2738
  Events?: WirelessGatewayEventLogOption[];
2344
2739
  }
2740
+ /**
2741
+ * @public
2742
+ */
2345
2743
  export interface GetLogLevelsByResourceTypesResponse {
2346
2744
  /**
2347
2745
  * <p>The log level for a log message. The log levels can be disabled, or set to <code>ERROR</code> to display
@@ -2357,6 +2755,9 @@ export interface GetLogLevelsByResourceTypesResponse {
2357
2755
  */
2358
2756
  WirelessDeviceLogOptions?: WirelessDeviceLogOption[];
2359
2757
  }
2758
+ /**
2759
+ * @public
2760
+ */
2360
2761
  export interface GetMulticastGroupRequest {
2361
2762
  /**
2362
2763
  * <p>The ID of the multicast group.</p>
@@ -2364,6 +2765,7 @@ export interface GetMulticastGroupRequest {
2364
2765
  Id: string | undefined;
2365
2766
  }
2366
2767
  /**
2768
+ * @public
2367
2769
  * <p>The LoRaWAN information that is to be returned from getting multicast group information.</p>
2368
2770
  */
2369
2771
  export interface LoRaWANMulticastGet {
@@ -2384,6 +2786,9 @@ export interface LoRaWANMulticastGet {
2384
2786
  */
2385
2787
  NumberOfDevicesInGroup?: number;
2386
2788
  }
2789
+ /**
2790
+ * @public
2791
+ */
2387
2792
  export interface GetMulticastGroupResponse {
2388
2793
  /**
2389
2794
  * <p>The arn of the multicast group.</p>
@@ -2414,6 +2819,9 @@ export interface GetMulticastGroupResponse {
2414
2819
  */
2415
2820
  CreatedAt?: Date;
2416
2821
  }
2822
+ /**
2823
+ * @public
2824
+ */
2417
2825
  export interface GetMulticastGroupSessionRequest {
2418
2826
  /**
2419
2827
  * <p>The ID of the multicast group.</p>
@@ -2421,6 +2829,7 @@ export interface GetMulticastGroupSessionRequest {
2421
2829
  Id: string | undefined;
2422
2830
  }
2423
2831
  /**
2832
+ * @public
2424
2833
  * <p>The LoRaWAN information used with the multicast session.</p>
2425
2834
  */
2426
2835
  export interface LoRaWANMulticastSession {
@@ -2441,18 +2850,27 @@ export interface LoRaWANMulticastSession {
2441
2850
  */
2442
2851
  SessionTimeout?: number;
2443
2852
  }
2853
+ /**
2854
+ * @public
2855
+ */
2444
2856
  export interface GetMulticastGroupSessionResponse {
2445
2857
  /**
2446
2858
  * <p>The LoRaWAN information used with the multicast session.</p>
2447
2859
  */
2448
2860
  LoRaWAN?: LoRaWANMulticastSession;
2449
2861
  }
2862
+ /**
2863
+ * @public
2864
+ */
2450
2865
  export interface GetNetworkAnalyzerConfigurationRequest {
2451
2866
  /**
2452
2867
  * <p>Name of the network analyzer configuration.</p>
2453
2868
  */
2454
2869
  ConfigurationName: string | undefined;
2455
2870
  }
2871
+ /**
2872
+ * @public
2873
+ */
2456
2874
  export interface GetNetworkAnalyzerConfigurationResponse {
2457
2875
  /**
2458
2876
  * <p>Trace content for your wireless gateway and wireless device resources.</p>
@@ -2479,6 +2897,9 @@ export interface GetNetworkAnalyzerConfigurationResponse {
2479
2897
  */
2480
2898
  Name?: string;
2481
2899
  }
2900
+ /**
2901
+ * @public
2902
+ */
2482
2903
  export interface GetPartnerAccountRequest {
2483
2904
  /**
2484
2905
  * <p>The partner account ID to disassociate from the AWS account.</p>
@@ -2490,6 +2911,7 @@ export interface GetPartnerAccountRequest {
2490
2911
  PartnerType: PartnerType | string | undefined;
2491
2912
  }
2492
2913
  /**
2914
+ * @public
2493
2915
  * <p>Information about a Sidewalk account.</p>
2494
2916
  */
2495
2917
  export interface SidewalkAccountInfoWithFingerprint {
@@ -2506,6 +2928,9 @@ export interface SidewalkAccountInfoWithFingerprint {
2506
2928
  */
2507
2929
  Arn?: string;
2508
2930
  }
2931
+ /**
2932
+ * @public
2933
+ */
2509
2934
  export interface GetPartnerAccountResponse {
2510
2935
  /**
2511
2936
  * <p>The Sidewalk account credentials.</p>
@@ -2516,10 +2941,16 @@ export interface GetPartnerAccountResponse {
2516
2941
  */
2517
2942
  AccountLinked?: boolean;
2518
2943
  }
2944
+ /**
2945
+ * @public
2946
+ */
2519
2947
  export declare enum PositionResourceType {
2520
2948
  WirelessDevice = "WirelessDevice",
2521
2949
  WirelessGateway = "WirelessGateway"
2522
2950
  }
2951
+ /**
2952
+ * @public
2953
+ */
2523
2954
  export interface GetPositionRequest {
2524
2955
  /**
2525
2956
  * <p>Resource identifier used to retrieve the position information.</p>
@@ -2530,12 +2961,21 @@ export interface GetPositionRequest {
2530
2961
  */
2531
2962
  ResourceType: PositionResourceType | string | undefined;
2532
2963
  }
2964
+ /**
2965
+ * @public
2966
+ */
2533
2967
  export declare enum PositionSolverProvider {
2534
2968
  SEMTECH = "Semtech"
2535
2969
  }
2970
+ /**
2971
+ * @public
2972
+ */
2536
2973
  export declare enum PositionSolverType {
2537
2974
  GNSS = "GNSS"
2538
2975
  }
2976
+ /**
2977
+ * @public
2978
+ */
2539
2979
  export interface GetPositionResponse {
2540
2980
  /**
2541
2981
  * <p>The position information of the resource.</p>
@@ -2564,6 +3004,9 @@ export interface GetPositionResponse {
2564
3004
  */
2565
3005
  Timestamp?: string;
2566
3006
  }
3007
+ /**
3008
+ * @public
3009
+ */
2567
3010
  export interface GetPositionConfigurationRequest {
2568
3011
  /**
2569
3012
  * <p>Resource identifier used in a position configuration.</p>
@@ -2574,15 +3017,22 @@ export interface GetPositionConfigurationRequest {
2574
3017
  */
2575
3018
  ResourceType: PositionResourceType | string | undefined;
2576
3019
  }
3020
+ /**
3021
+ * @public
3022
+ */
2577
3023
  export declare enum PositionConfigurationFec {
2578
3024
  NONE = "NONE",
2579
3025
  ROSE = "ROSE"
2580
3026
  }
3027
+ /**
3028
+ * @public
3029
+ */
2581
3030
  export declare enum PositionConfigurationStatus {
2582
3031
  Disabled = "Disabled",
2583
3032
  Enabled = "Enabled"
2584
3033
  }
2585
3034
  /**
3035
+ * @public
2586
3036
  * <p>Details of the Semtech GNSS solver object.</p>
2587
3037
  */
2588
3038
  export interface SemtechGnssDetail {
@@ -2604,6 +3054,7 @@ export interface SemtechGnssDetail {
2604
3054
  Fec?: PositionConfigurationFec | string;
2605
3055
  }
2606
3056
  /**
3057
+ * @public
2607
3058
  * <p>The wrapper for position solver details.</p>
2608
3059
  */
2609
3060
  export interface PositionSolverDetails {
@@ -2612,6 +3063,9 @@ export interface PositionSolverDetails {
2612
3063
  */
2613
3064
  SemtechGnss?: SemtechGnssDetail;
2614
3065
  }
3066
+ /**
3067
+ * @public
3068
+ */
2615
3069
  export interface GetPositionConfigurationResponse {
2616
3070
  /**
2617
3071
  * <p>The wrapper for the solver configuration details object.</p>
@@ -2624,6 +3078,7 @@ export interface GetPositionConfigurationResponse {
2624
3078
  Destination?: string;
2625
3079
  }
2626
3080
  /**
3081
+ * @public
2627
3082
  * <p>Global navigation satellite system (GNSS) object used for positioning.</p>
2628
3083
  */
2629
3084
  export interface Gnss {
@@ -2658,6 +3113,7 @@ export interface Gnss {
2658
3113
  Use2DSolver?: boolean;
2659
3114
  }
2660
3115
  /**
3116
+ * @public
2661
3117
  * <p>IP address used for resolving device location.</p>
2662
3118
  */
2663
3119
  export interface Ip {
@@ -2667,6 +3123,7 @@ export interface Ip {
2667
3123
  IpAddress: string | undefined;
2668
3124
  }
2669
3125
  /**
3126
+ * @public
2670
3127
  * <p>Wi-Fi access point.</p>
2671
3128
  */
2672
3129
  export interface WiFiAccessPoint {
@@ -2679,6 +3136,9 @@ export interface WiFiAccessPoint {
2679
3136
  */
2680
3137
  Rss: number | undefined;
2681
3138
  }
3139
+ /**
3140
+ * @public
3141
+ */
2682
3142
  export interface GetPositionEstimateRequest {
2683
3143
  /**
2684
3144
  * <p>Retrieves an estimated device position by resolving WLAN measurement data. The position is
@@ -2707,6 +3167,9 @@ export interface GetPositionEstimateRequest {
2707
3167
  */
2708
3168
  Timestamp?: Date;
2709
3169
  }
3170
+ /**
3171
+ * @public
3172
+ */
2710
3173
  export interface GetPositionEstimateResponse {
2711
3174
  /**
2712
3175
  * <p>The position information of the resource, displayed as a JSON payload. The payload uses the GeoJSON format,
@@ -2714,6 +3177,9 @@ export interface GetPositionEstimateResponse {
2714
3177
  */
2715
3178
  GeoJsonPayload?: Uint8Array;
2716
3179
  }
3180
+ /**
3181
+ * @public
3182
+ */
2717
3183
  export interface GetResourceEventConfigurationRequest {
2718
3184
  /**
2719
3185
  * <p>Resource identifier to opt in for event messaging.</p>
@@ -2728,6 +3194,9 @@ export interface GetResourceEventConfigurationRequest {
2728
3194
  */
2729
3195
  PartnerType?: EventNotificationPartnerType | string;
2730
3196
  }
3197
+ /**
3198
+ * @public
3199
+ */
2731
3200
  export interface GetResourceEventConfigurationResponse {
2732
3201
  /**
2733
3202
  * <p>Event configuration for the device registration state event.</p>
@@ -2750,6 +3219,9 @@ export interface GetResourceEventConfigurationResponse {
2750
3219
  */
2751
3220
  MessageDeliveryStatus?: MessageDeliveryStatusEventConfiguration;
2752
3221
  }
3222
+ /**
3223
+ * @public
3224
+ */
2753
3225
  export interface GetResourceLogLevelRequest {
2754
3226
  /**
2755
3227
  * <p>The identifier of the resource. For a Wireless Device, it is the wireless device ID. For a wireless gateway,
@@ -2761,6 +3233,9 @@ export interface GetResourceLogLevelRequest {
2761
3233
  */
2762
3234
  ResourceType: string | undefined;
2763
3235
  }
3236
+ /**
3237
+ * @public
3238
+ */
2764
3239
  export interface GetResourceLogLevelResponse {
2765
3240
  /**
2766
3241
  * <p>The log level for a log message. The log levels can be disabled, or set to <code>ERROR</code> to display
@@ -2768,6 +3243,9 @@ export interface GetResourceLogLevelResponse {
2768
3243
  */
2769
3244
  LogLevel?: LogLevel | string;
2770
3245
  }
3246
+ /**
3247
+ * @public
3248
+ */
2771
3249
  export interface GetResourcePositionRequest {
2772
3250
  /**
2773
3251
  * <p>The identifier of the resource for which position information is retrieved. It can be
@@ -2781,6 +3259,9 @@ export interface GetResourcePositionRequest {
2781
3259
  */
2782
3260
  ResourceType: PositionResourceType | string | undefined;
2783
3261
  }
3262
+ /**
3263
+ * @public
3264
+ */
2784
3265
  export interface GetResourcePositionResponse {
2785
3266
  /**
2786
3267
  * <p>The position information of the resource, displayed as a JSON payload. The payload uses the GeoJSON format,
@@ -2788,10 +3269,16 @@ export interface GetResourcePositionResponse {
2788
3269
  */
2789
3270
  GeoJsonPayload?: Uint8Array;
2790
3271
  }
3272
+ /**
3273
+ * @public
3274
+ */
2791
3275
  export declare enum WirelessGatewayServiceType {
2792
3276
  CUPS = "CUPS",
2793
3277
  LNS = "LNS"
2794
3278
  }
3279
+ /**
3280
+ * @public
3281
+ */
2795
3282
  export interface GetServiceEndpointRequest {
2796
3283
  /**
2797
3284
  * <p>The service type for which to get endpoint information about. Can be <code>CUPS</code> for the
@@ -2800,6 +3287,9 @@ export interface GetServiceEndpointRequest {
2800
3287
  */
2801
3288
  ServiceType?: WirelessGatewayServiceType | string;
2802
3289
  }
3290
+ /**
3291
+ * @public
3292
+ */
2803
3293
  export interface GetServiceEndpointResponse {
2804
3294
  /**
2805
3295
  * <p>The endpoint's service type.</p>
@@ -2814,6 +3304,9 @@ export interface GetServiceEndpointResponse {
2814
3304
  */
2815
3305
  ServerTrust?: string;
2816
3306
  }
3307
+ /**
3308
+ * @public
3309
+ */
2817
3310
  export interface GetServiceProfileRequest {
2818
3311
  /**
2819
3312
  * <p>The ID of the resource to get.</p>
@@ -2821,6 +3314,7 @@ export interface GetServiceProfileRequest {
2821
3314
  Id: string | undefined;
2822
3315
  }
2823
3316
  /**
3317
+ * @public
2824
3318
  * <p>LoRaWANGetServiceProfileInfo object.</p>
2825
3319
  */
2826
3320
  export interface LoRaWANGetServiceProfileInfo {
@@ -2901,6 +3395,9 @@ export interface LoRaWANGetServiceProfileInfo {
2901
3395
  */
2902
3396
  MinGwDiversity?: number;
2903
3397
  }
3398
+ /**
3399
+ * @public
3400
+ */
2904
3401
  export interface GetServiceProfileResponse {
2905
3402
  /**
2906
3403
  * <p>The Amazon Resource Name of the resource.</p>
@@ -2919,12 +3416,18 @@ export interface GetServiceProfileResponse {
2919
3416
  */
2920
3417
  LoRaWAN?: LoRaWANGetServiceProfileInfo;
2921
3418
  }
3419
+ /**
3420
+ * @public
3421
+ */
2922
3422
  export declare enum WirelessDeviceIdType {
2923
3423
  DevEui = "DevEui",
2924
3424
  SidewalkManufacturingSn = "SidewalkManufacturingSn",
2925
3425
  ThingName = "ThingName",
2926
3426
  WirelessDeviceId = "WirelessDeviceId"
2927
3427
  }
3428
+ /**
3429
+ * @public
3430
+ */
2928
3431
  export interface GetWirelessDeviceRequest {
2929
3432
  /**
2930
3433
  * <p>The identifier of the wireless device to get.</p>
@@ -2936,6 +3439,7 @@ export interface GetWirelessDeviceRequest {
2936
3439
  IdentifierType: WirelessDeviceIdType | string | undefined;
2937
3440
  }
2938
3441
  /**
3442
+ * @public
2939
3443
  * <p>Sidewalk device object.</p>
2940
3444
  */
2941
3445
  export interface SidewalkDevice {
@@ -2956,6 +3460,9 @@ export interface SidewalkDevice {
2956
3460
  */
2957
3461
  DeviceCertificates?: CertificateList[];
2958
3462
  }
3463
+ /**
3464
+ * @public
3465
+ */
2959
3466
  export interface GetWirelessDeviceResponse {
2960
3467
  /**
2961
3468
  * <p>The wireless device type.</p>
@@ -3002,6 +3509,9 @@ export interface GetWirelessDeviceResponse {
3002
3509
  */
3003
3510
  Positioning?: PositioningConfigStatus | string;
3004
3511
  }
3512
+ /**
3513
+ * @public
3514
+ */
3005
3515
  export interface GetWirelessDeviceStatisticsRequest {
3006
3516
  /**
3007
3517
  * <p>The ID of the wireless device for which to get the data.</p>
@@ -3009,6 +3519,7 @@ export interface GetWirelessDeviceStatisticsRequest {
3009
3519
  WirelessDeviceId: string | undefined;
3010
3520
  }
3011
3521
  /**
3522
+ * @public
3012
3523
  * <p>LoRaWAN gateway metatdata.</p>
3013
3524
  */
3014
3525
  export interface LoRaWANGatewayMetadata {
@@ -3026,6 +3537,7 @@ export interface LoRaWANGatewayMetadata {
3026
3537
  Rssi?: number;
3027
3538
  }
3028
3539
  /**
3540
+ * @public
3029
3541
  * <p>LoRaWAN device metatdata.</p>
3030
3542
  */
3031
3543
  export interface LoRaWANDeviceMetadata {
@@ -3055,6 +3567,7 @@ export interface LoRaWANDeviceMetadata {
3055
3567
  Gateways?: LoRaWANGatewayMetadata[];
3056
3568
  }
3057
3569
  /**
3570
+ * @public
3058
3571
  * <p>MetaData for Sidewalk device.</p>
3059
3572
  */
3060
3573
  export interface SidewalkDeviceMetadata {
@@ -3075,6 +3588,9 @@ export interface SidewalkDeviceMetadata {
3075
3588
  */
3076
3589
  DeviceState?: DeviceState | string;
3077
3590
  }
3591
+ /**
3592
+ * @public
3593
+ */
3078
3594
  export interface GetWirelessDeviceStatisticsResponse {
3079
3595
  /**
3080
3596
  * <p>The ID of the wireless device.</p>
@@ -3093,11 +3609,17 @@ export interface GetWirelessDeviceStatisticsResponse {
3093
3609
  */
3094
3610
  Sidewalk?: SidewalkDeviceMetadata;
3095
3611
  }
3612
+ /**
3613
+ * @public
3614
+ */
3096
3615
  export declare enum WirelessGatewayIdType {
3097
3616
  GatewayEui = "GatewayEui",
3098
3617
  ThingName = "ThingName",
3099
3618
  WirelessGatewayId = "WirelessGatewayId"
3100
3619
  }
3620
+ /**
3621
+ * @public
3622
+ */
3101
3623
  export interface GetWirelessGatewayRequest {
3102
3624
  /**
3103
3625
  * <p>The identifier of the wireless gateway to get.</p>
@@ -3108,6 +3630,9 @@ export interface GetWirelessGatewayRequest {
3108
3630
  */
3109
3631
  IdentifierType: WirelessGatewayIdType | string | undefined;
3110
3632
  }
3633
+ /**
3634
+ * @public
3635
+ */
3111
3636
  export interface GetWirelessGatewayResponse {
3112
3637
  /**
3113
3638
  * <p>The name of the resource.</p>
@@ -3138,12 +3663,18 @@ export interface GetWirelessGatewayResponse {
3138
3663
  */
3139
3664
  ThingArn?: string;
3140
3665
  }
3666
+ /**
3667
+ * @public
3668
+ */
3141
3669
  export interface GetWirelessGatewayCertificateRequest {
3142
3670
  /**
3143
3671
  * <p>The ID of the resource to get.</p>
3144
3672
  */
3145
3673
  Id: string | undefined;
3146
3674
  }
3675
+ /**
3676
+ * @public
3677
+ */
3147
3678
  export interface GetWirelessGatewayCertificateResponse {
3148
3679
  /**
3149
3680
  * <p>The ID of the certificate associated with the wireless gateway.</p>
@@ -3154,6 +3685,9 @@ export interface GetWirelessGatewayCertificateResponse {
3154
3685
  */
3155
3686
  LoRaWANNetworkServerCertificateId?: string;
3156
3687
  }
3688
+ /**
3689
+ * @public
3690
+ */
3157
3691
  export interface GetWirelessGatewayFirmwareInformationRequest {
3158
3692
  /**
3159
3693
  * <p>The ID of the resource to get.</p>
@@ -3161,6 +3695,7 @@ export interface GetWirelessGatewayFirmwareInformationRequest {
3161
3695
  Id: string | undefined;
3162
3696
  }
3163
3697
  /**
3698
+ * @public
3164
3699
  * <p>LoRaWANGatewayCurrentVersion object.</p>
3165
3700
  */
3166
3701
  export interface LoRaWANGatewayCurrentVersion {
@@ -3169,18 +3704,27 @@ export interface LoRaWANGatewayCurrentVersion {
3169
3704
  */
3170
3705
  CurrentVersion?: LoRaWANGatewayVersion;
3171
3706
  }
3707
+ /**
3708
+ * @public
3709
+ */
3172
3710
  export interface GetWirelessGatewayFirmwareInformationResponse {
3173
3711
  /**
3174
3712
  * <p>Information about the wireless gateway's firmware.</p>
3175
3713
  */
3176
3714
  LoRaWAN?: LoRaWANGatewayCurrentVersion;
3177
3715
  }
3716
+ /**
3717
+ * @public
3718
+ */
3178
3719
  export interface GetWirelessGatewayStatisticsRequest {
3179
3720
  /**
3180
3721
  * <p>The ID of the wireless gateway for which to get the data.</p>
3181
3722
  */
3182
3723
  WirelessGatewayId: string | undefined;
3183
3724
  }
3725
+ /**
3726
+ * @public
3727
+ */
3184
3728
  export interface GetWirelessGatewayStatisticsResponse {
3185
3729
  /**
3186
3730
  * <p>The ID of the wireless gateway.</p>
@@ -3195,12 +3739,18 @@ export interface GetWirelessGatewayStatisticsResponse {
3195
3739
  */
3196
3740
  ConnectionStatus?: ConnectionStatus | string;
3197
3741
  }
3742
+ /**
3743
+ * @public
3744
+ */
3198
3745
  export interface GetWirelessGatewayTaskRequest {
3199
3746
  /**
3200
3747
  * <p>The ID of the resource to get.</p>
3201
3748
  */
3202
3749
  Id: string | undefined;
3203
3750
  }
3751
+ /**
3752
+ * @public
3753
+ */
3204
3754
  export interface GetWirelessGatewayTaskResponse {
3205
3755
  /**
3206
3756
  * <p>The ID of the wireless gateway.</p>
@@ -3223,12 +3773,18 @@ export interface GetWirelessGatewayTaskResponse {
3223
3773
  */
3224
3774
  Status?: WirelessGatewayTaskStatus | string;
3225
3775
  }
3776
+ /**
3777
+ * @public
3778
+ */
3226
3779
  export interface GetWirelessGatewayTaskDefinitionRequest {
3227
3780
  /**
3228
3781
  * <p>The ID of the resource to get.</p>
3229
3782
  */
3230
3783
  Id: string | undefined;
3231
3784
  }
3785
+ /**
3786
+ * @public
3787
+ */
3232
3788
  export interface GetWirelessGatewayTaskDefinitionResponse {
3233
3789
  /**
3234
3790
  * <p>Whether to automatically create tasks using this task definition for all gateways with the specified current version. If <code>false</code>, the task must me created by calling <code>CreateWirelessGatewayTask</code>.</p>
@@ -3247,6 +3803,9 @@ export interface GetWirelessGatewayTaskDefinitionResponse {
3247
3803
  */
3248
3804
  Arn?: string;
3249
3805
  }
3806
+ /**
3807
+ * @public
3808
+ */
3250
3809
  export interface ListDestinationsRequest {
3251
3810
  /**
3252
3811
  * <p>The maximum number of results to return in this operation.</p>
@@ -3257,6 +3816,9 @@ export interface ListDestinationsRequest {
3257
3816
  */
3258
3817
  NextToken?: string;
3259
3818
  }
3819
+ /**
3820
+ * @public
3821
+ */
3260
3822
  export interface ListDestinationsResponse {
3261
3823
  /**
3262
3824
  * <p>The token to use to get the next set of results, or <b>null</b> if there are no additional results.</p>
@@ -3267,6 +3829,9 @@ export interface ListDestinationsResponse {
3267
3829
  */
3268
3830
  DestinationList?: Destinations[];
3269
3831
  }
3832
+ /**
3833
+ * @public
3834
+ */
3270
3835
  export interface ListDeviceProfilesRequest {
3271
3836
  /**
3272
3837
  * <p>To retrieve the next set of results, the <code>nextToken</code> value from a previous response; otherwise <b>null</b> to receive the first set of results.</p>
@@ -3277,6 +3842,9 @@ export interface ListDeviceProfilesRequest {
3277
3842
  */
3278
3843
  MaxResults?: number;
3279
3844
  }
3845
+ /**
3846
+ * @public
3847
+ */
3280
3848
  export interface ListDeviceProfilesResponse {
3281
3849
  /**
3282
3850
  * <p>The token to use to get the next set of results, or <b>null</b> if there are no additional results.</p>
@@ -3287,6 +3855,9 @@ export interface ListDeviceProfilesResponse {
3287
3855
  */
3288
3856
  DeviceProfileList?: DeviceProfile[];
3289
3857
  }
3858
+ /**
3859
+ * @public
3860
+ */
3290
3861
  export interface ListEventConfigurationsRequest {
3291
3862
  /**
3292
3863
  * <p>Resource type to filter event configurations.</p>
@@ -3302,6 +3873,9 @@ export interface ListEventConfigurationsRequest {
3302
3873
  */
3303
3874
  NextToken?: string;
3304
3875
  }
3876
+ /**
3877
+ * @public
3878
+ */
3305
3879
  export interface ListEventConfigurationsResponse {
3306
3880
  /**
3307
3881
  * <p>To retrieve the next set of results, the <code>nextToken</code> value from a previous response;
@@ -3313,6 +3887,9 @@ export interface ListEventConfigurationsResponse {
3313
3887
  */
3314
3888
  EventConfigurationsList?: EventConfigurationItem[];
3315
3889
  }
3890
+ /**
3891
+ * @public
3892
+ */
3316
3893
  export interface ListFuotaTasksRequest {
3317
3894
  /**
3318
3895
  * <p>To retrieve the next set of results, the <code>nextToken</code> value from a previous response; otherwise <b>null</b> to receive the first set of results.</p>
@@ -3323,6 +3900,9 @@ export interface ListFuotaTasksRequest {
3323
3900
  */
3324
3901
  MaxResults?: number;
3325
3902
  }
3903
+ /**
3904
+ * @public
3905
+ */
3326
3906
  export interface ListFuotaTasksResponse {
3327
3907
  /**
3328
3908
  * <p>To retrieve the next set of results, the <code>nextToken</code> value from a previous response; otherwise <b>null</b> to receive the first set of results.</p>
@@ -3333,6 +3913,9 @@ export interface ListFuotaTasksResponse {
3333
3913
  */
3334
3914
  FuotaTaskList?: FuotaTask[];
3335
3915
  }
3916
+ /**
3917
+ * @public
3918
+ */
3336
3919
  export interface ListMulticastGroupsRequest {
3337
3920
  /**
3338
3921
  * <p>To retrieve the next set of results, the <code>nextToken</code> value from a previous response; otherwise <b>null</b> to receive the first set of results.</p>
@@ -3344,6 +3927,7 @@ export interface ListMulticastGroupsRequest {
3344
3927
  MaxResults?: number;
3345
3928
  }
3346
3929
  /**
3930
+ * @public
3347
3931
  * <p>A multicast group.</p>
3348
3932
  */
3349
3933
  export interface MulticastGroup {
@@ -3360,6 +3944,9 @@ export interface MulticastGroup {
3360
3944
  */
3361
3945
  Name?: string;
3362
3946
  }
3947
+ /**
3948
+ * @public
3949
+ */
3363
3950
  export interface ListMulticastGroupsResponse {
3364
3951
  /**
3365
3952
  * <p>To retrieve the next set of results, the <code>nextToken</code> value from a previous response; otherwise <b>null</b> to receive the first set of results.</p>
@@ -3370,6 +3957,9 @@ export interface ListMulticastGroupsResponse {
3370
3957
  */
3371
3958
  MulticastGroupList?: MulticastGroup[];
3372
3959
  }
3960
+ /**
3961
+ * @public
3962
+ */
3373
3963
  export interface ListMulticastGroupsByFuotaTaskRequest {
3374
3964
  /**
3375
3965
  * <p>The ID of a FUOTA task.</p>
@@ -3385,6 +3975,7 @@ export interface ListMulticastGroupsByFuotaTaskRequest {
3385
3975
  MaxResults?: number;
3386
3976
  }
3387
3977
  /**
3978
+ * @public
3388
3979
  * <p>A multicast group that is associated with a FUOTA task.</p>
3389
3980
  */
3390
3981
  export interface MulticastGroupByFuotaTask {
@@ -3393,6 +3984,9 @@ export interface MulticastGroupByFuotaTask {
3393
3984
  */
3394
3985
  Id?: string;
3395
3986
  }
3987
+ /**
3988
+ * @public
3989
+ */
3396
3990
  export interface ListMulticastGroupsByFuotaTaskResponse {
3397
3991
  /**
3398
3992
  * <p>To retrieve the next set of results, the <code>nextToken</code> value from a previous response; otherwise <b>null</b> to receive the first set of results.</p>
@@ -3403,6 +3997,9 @@ export interface ListMulticastGroupsByFuotaTaskResponse {
3403
3997
  */
3404
3998
  MulticastGroupList?: MulticastGroupByFuotaTask[];
3405
3999
  }
4000
+ /**
4001
+ * @public
4002
+ */
3406
4003
  export interface ListNetworkAnalyzerConfigurationsRequest {
3407
4004
  /**
3408
4005
  * <p>The maximum number of results to return in this operation.</p>
@@ -3414,6 +4011,7 @@ export interface ListNetworkAnalyzerConfigurationsRequest {
3414
4011
  NextToken?: string;
3415
4012
  }
3416
4013
  /**
4014
+ * @public
3417
4015
  * <p>Network analyzer configurations.</p>
3418
4016
  */
3419
4017
  export interface NetworkAnalyzerConfigurations {
@@ -3426,6 +4024,9 @@ export interface NetworkAnalyzerConfigurations {
3426
4024
  */
3427
4025
  Name?: string;
3428
4026
  }
4027
+ /**
4028
+ * @public
4029
+ */
3429
4030
  export interface ListNetworkAnalyzerConfigurationsResponse {
3430
4031
  /**
3431
4032
  * <p>The token to use to get the next set of results, or <b>null</b> if there are no additional results.</p>
@@ -3436,6 +4037,9 @@ export interface ListNetworkAnalyzerConfigurationsResponse {
3436
4037
  */
3437
4038
  NetworkAnalyzerConfigurationList?: NetworkAnalyzerConfigurations[];
3438
4039
  }
4040
+ /**
4041
+ * @public
4042
+ */
3439
4043
  export interface ListPartnerAccountsRequest {
3440
4044
  /**
3441
4045
  * <p>To retrieve the next set of results, the <code>nextToken</code> value from a previous response; otherwise <b>null</b> to receive the first set of results.</p>
@@ -3446,6 +4050,9 @@ export interface ListPartnerAccountsRequest {
3446
4050
  */
3447
4051
  MaxResults?: number;
3448
4052
  }
4053
+ /**
4054
+ * @public
4055
+ */
3449
4056
  export interface ListPartnerAccountsResponse {
3450
4057
  /**
3451
4058
  * <p>The token to use to get the next set of results, or <b>null</b> if there are no additional results.</p>
@@ -3456,6 +4063,9 @@ export interface ListPartnerAccountsResponse {
3456
4063
  */
3457
4064
  Sidewalk?: SidewalkAccountInfoWithFingerprint[];
3458
4065
  }
4066
+ /**
4067
+ * @public
4068
+ */
3459
4069
  export interface ListPositionConfigurationsRequest {
3460
4070
  /**
3461
4071
  * <p>Resource type for which position configurations are listed.</p>
@@ -3472,6 +4082,7 @@ export interface ListPositionConfigurationsRequest {
3472
4082
  NextToken?: string;
3473
4083
  }
3474
4084
  /**
4085
+ * @public
3475
4086
  * <p>The wrapper for a position configuration.</p>
3476
4087
  */
3477
4088
  export interface PositionConfigurationItem {
@@ -3493,6 +4104,9 @@ export interface PositionConfigurationItem {
3493
4104
  */
3494
4105
  Destination?: string;
3495
4106
  }
4107
+ /**
4108
+ * @public
4109
+ */
3496
4110
  export interface ListPositionConfigurationsResponse {
3497
4111
  /**
3498
4112
  * <p>A list of position configurations.</p>
@@ -3503,6 +4117,9 @@ export interface ListPositionConfigurationsResponse {
3503
4117
  */
3504
4118
  NextToken?: string;
3505
4119
  }
4120
+ /**
4121
+ * @public
4122
+ */
3506
4123
  export interface ListQueuedMessagesRequest {
3507
4124
  /**
3508
4125
  * <p>The ID of a given wireless device which the downlink message packets are being sent.</p>
@@ -3522,6 +4139,9 @@ export interface ListQueuedMessagesRequest {
3522
4139
  */
3523
4140
  WirelessDeviceType?: WirelessDeviceType | string;
3524
4141
  }
4142
+ /**
4143
+ * @public
4144
+ */
3525
4145
  export interface ListQueuedMessagesResponse {
3526
4146
  /**
3527
4147
  * <p>To retrieve the next set of results, the <code>nextToken</code> value from a previous response;
@@ -3533,6 +4153,9 @@ export interface ListQueuedMessagesResponse {
3533
4153
  */
3534
4154
  DownlinkQueueMessagesList?: DownlinkQueueMessage[];
3535
4155
  }
4156
+ /**
4157
+ * @public
4158
+ */
3536
4159
  export interface ListServiceProfilesRequest {
3537
4160
  /**
3538
4161
  * <p>To retrieve the next set of results, the <code>nextToken</code> value from a previous response; otherwise <b>null</b> to receive the first set of results.</p>
@@ -3544,6 +4167,7 @@ export interface ListServiceProfilesRequest {
3544
4167
  MaxResults?: number;
3545
4168
  }
3546
4169
  /**
4170
+ * @public
3547
4171
  * <p>Information about a service profile.</p>
3548
4172
  */
3549
4173
  export interface ServiceProfile {
@@ -3560,6 +4184,9 @@ export interface ServiceProfile {
3560
4184
  */
3561
4185
  Id?: string;
3562
4186
  }
4187
+ /**
4188
+ * @public
4189
+ */
3563
4190
  export interface ListServiceProfilesResponse {
3564
4191
  /**
3565
4192
  * <p>The token to use to get the next set of results, or <b>null</b> if there are no additional results.</p>
@@ -3570,18 +4197,27 @@ export interface ListServiceProfilesResponse {
3570
4197
  */
3571
4198
  ServiceProfileList?: ServiceProfile[];
3572
4199
  }
4200
+ /**
4201
+ * @public
4202
+ */
3573
4203
  export interface ListTagsForResourceRequest {
3574
4204
  /**
3575
4205
  * <p>The ARN of the resource for which you want to list tags.</p>
3576
4206
  */
3577
4207
  ResourceArn: string | undefined;
3578
4208
  }
4209
+ /**
4210
+ * @public
4211
+ */
3579
4212
  export interface ListTagsForResourceResponse {
3580
4213
  /**
3581
4214
  * <p>The tags to attach to the specified resource. Tags are metadata that you can use to manage a resource.</p>
3582
4215
  */
3583
4216
  Tags?: Tag[];
3584
4217
  }
4218
+ /**
4219
+ * @public
4220
+ */
3585
4221
  export interface ListWirelessDevicesRequest {
3586
4222
  /**
3587
4223
  * <p>The maximum number of results to return in this operation.</p>
@@ -3617,6 +4253,7 @@ export interface ListWirelessDevicesRequest {
3617
4253
  MulticastGroupId?: string;
3618
4254
  }
3619
4255
  /**
4256
+ * @public
3620
4257
  * <p>LoRaWAN object for list functions.</p>
3621
4258
  */
3622
4259
  export interface LoRaWANListDevice {
@@ -3626,6 +4263,7 @@ export interface LoRaWANListDevice {
3626
4263
  DevEui?: string;
3627
4264
  }
3628
4265
  /**
4266
+ * @public
3629
4267
  * <p>Sidewalk object used by list functions.</p>
3630
4268
  */
3631
4269
  export interface SidewalkListDevice {
@@ -3647,6 +4285,7 @@ export interface SidewalkListDevice {
3647
4285
  DeviceCertificates?: CertificateList[];
3648
4286
  }
3649
4287
  /**
4288
+ * @public
3650
4289
  * <p>Information about a wireless device's operation.</p>
3651
4290
  */
3652
4291
  export interface WirelessDeviceStatistics {
@@ -3695,6 +4334,9 @@ export interface WirelessDeviceStatistics {
3695
4334
  */
3696
4335
  McGroupId?: number;
3697
4336
  }
4337
+ /**
4338
+ * @public
4339
+ */
3698
4340
  export interface ListWirelessDevicesResponse {
3699
4341
  /**
3700
4342
  * <p>The token to use to get the next set of results, or <b>null</b> if there are no additional results.</p>
@@ -3705,6 +4347,9 @@ export interface ListWirelessDevicesResponse {
3705
4347
  */
3706
4348
  WirelessDeviceList?: WirelessDeviceStatistics[];
3707
4349
  }
4350
+ /**
4351
+ * @public
4352
+ */
3708
4353
  export interface ListWirelessGatewaysRequest {
3709
4354
  /**
3710
4355
  * <p>To retrieve the next set of results, the <code>nextToken</code> value from a previous response; otherwise <b>null</b> to receive the first set of results.</p>
@@ -3716,6 +4361,7 @@ export interface ListWirelessGatewaysRequest {
3716
4361
  MaxResults?: number;
3717
4362
  }
3718
4363
  /**
4364
+ * @public
3719
4365
  * <p>Information about a wireless gateway's operation.</p>
3720
4366
  */
3721
4367
  export interface WirelessGatewayStatistics {
@@ -3744,6 +4390,9 @@ export interface WirelessGatewayStatistics {
3744
4390
  */
3745
4391
  LastUplinkReceivedAt?: string;
3746
4392
  }
4393
+ /**
4394
+ * @public
4395
+ */
3747
4396
  export interface ListWirelessGatewaysResponse {
3748
4397
  /**
3749
4398
  * <p>The token to use to get the next set of results, or <b>null</b> if there are no additional results.</p>
@@ -3754,9 +4403,15 @@ export interface ListWirelessGatewaysResponse {
3754
4403
  */
3755
4404
  WirelessGatewayList?: WirelessGatewayStatistics[];
3756
4405
  }
4406
+ /**
4407
+ * @public
4408
+ */
3757
4409
  export declare enum WirelessGatewayTaskDefinitionType {
3758
4410
  UPDATE = "UPDATE"
3759
4411
  }
4412
+ /**
4413
+ * @public
4414
+ */
3760
4415
  export interface ListWirelessGatewayTaskDefinitionsRequest {
3761
4416
  /**
3762
4417
  * <p>The maximum number of results to return in this operation.</p>
@@ -3772,6 +4427,7 @@ export interface ListWirelessGatewayTaskDefinitionsRequest {
3772
4427
  TaskDefinitionType?: WirelessGatewayTaskDefinitionType | string;
3773
4428
  }
3774
4429
  /**
4430
+ * @public
3775
4431
  * <p>LoRaWANUpdateGatewayTaskEntry object.</p>
3776
4432
  */
3777
4433
  export interface LoRaWANUpdateGatewayTaskEntry {
@@ -3785,6 +4441,7 @@ export interface LoRaWANUpdateGatewayTaskEntry {
3785
4441
  UpdateVersion?: LoRaWANGatewayVersion;
3786
4442
  }
3787
4443
  /**
4444
+ * @public
3788
4445
  * <p>UpdateWirelessGatewayTaskEntry object.</p>
3789
4446
  */
3790
4447
  export interface UpdateWirelessGatewayTaskEntry {
@@ -3801,6 +4458,9 @@ export interface UpdateWirelessGatewayTaskEntry {
3801
4458
  */
3802
4459
  Arn?: string;
3803
4460
  }
4461
+ /**
4462
+ * @public
4463
+ */
3804
4464
  export interface ListWirelessGatewayTaskDefinitionsResponse {
3805
4465
  /**
3806
4466
  * <p>The token to use to get the next set of results, or <b>null</b> if there are no additional results.</p>
@@ -3812,6 +4472,7 @@ export interface ListWirelessGatewayTaskDefinitionsResponse {
3812
4472
  TaskDefinitions?: UpdateWirelessGatewayTaskEntry[];
3813
4473
  }
3814
4474
  /**
4475
+ * @public
3815
4476
  * <p>Information about the Semtech GNSS solver configuration.</p>
3816
4477
  */
3817
4478
  export interface SemtechGnssConfiguration {
@@ -3825,6 +4486,7 @@ export interface SemtechGnssConfiguration {
3825
4486
  Fec: PositionConfigurationFec | string | undefined;
3826
4487
  }
3827
4488
  /**
4489
+ * @public
3828
4490
  * <p>The wrapper for position solver configurations.</p>
3829
4491
  */
3830
4492
  export interface PositionSolverConfigurations {
@@ -3833,6 +4495,9 @@ export interface PositionSolverConfigurations {
3833
4495
  */
3834
4496
  SemtechGnss?: SemtechGnssConfiguration;
3835
4497
  }
4498
+ /**
4499
+ * @public
4500
+ */
3836
4501
  export interface PutPositionConfigurationRequest {
3837
4502
  /**
3838
4503
  * <p>Resource identifier used to update the position configuration.</p>
@@ -3852,8 +4517,14 @@ export interface PutPositionConfigurationRequest {
3852
4517
  */
3853
4518
  Destination?: string;
3854
4519
  }
4520
+ /**
4521
+ * @public
4522
+ */
3855
4523
  export interface PutPositionConfigurationResponse {
3856
4524
  }
4525
+ /**
4526
+ * @public
4527
+ */
3857
4528
  export interface PutResourceLogLevelRequest {
3858
4529
  /**
3859
4530
  * <p>The identifier of the resource. For a Wireless Device, it is the wireless device ID. For a wireless gateway,
@@ -3870,12 +4541,24 @@ export interface PutResourceLogLevelRequest {
3870
4541
  */
3871
4542
  LogLevel: LogLevel | string | undefined;
3872
4543
  }
4544
+ /**
4545
+ * @public
4546
+ */
3873
4547
  export interface PutResourceLogLevelResponse {
3874
4548
  }
4549
+ /**
4550
+ * @public
4551
+ */
3875
4552
  export interface ResetAllResourceLogLevelsRequest {
3876
4553
  }
4554
+ /**
4555
+ * @public
4556
+ */
3877
4557
  export interface ResetAllResourceLogLevelsResponse {
3878
4558
  }
4559
+ /**
4560
+ * @public
4561
+ */
3879
4562
  export interface ResetResourceLogLevelRequest {
3880
4563
  /**
3881
4564
  * <p>The identifier of the resource. For a Wireless Device, it is the wireless device ID. For a wireless gateway,
@@ -3887,9 +4570,13 @@ export interface ResetResourceLogLevelRequest {
3887
4570
  */
3888
4571
  ResourceType: string | undefined;
3889
4572
  }
4573
+ /**
4574
+ * @public
4575
+ */
3890
4576
  export interface ResetResourceLogLevelResponse {
3891
4577
  }
3892
4578
  /**
4579
+ * @public
3893
4580
  * <p>The metadata information of the LoRaWAN multicast group.</p>
3894
4581
  */
3895
4582
  export interface LoRaWANMulticastMetadata {
@@ -3899,6 +4586,7 @@ export interface LoRaWANMulticastMetadata {
3899
4586
  FPort?: number;
3900
4587
  }
3901
4588
  /**
4589
+ * @public
3902
4590
  * <p>Wireless metadata that is to be sent to multicast group.</p>
3903
4591
  */
3904
4592
  export interface MulticastWirelessMetadata {