@aws-sdk/client-iot-wireless 3.338.0 → 3.341.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 (35) hide show
  1. package/README.md +13 -11
  2. package/dist-cjs/models/models_0.js +6 -2
  3. package/dist-cjs/protocols/Aws_restJson1.js +4 -0
  4. package/dist-es/models/models_0.js +4 -0
  5. package/dist-es/protocols/Aws_restJson1.js +4 -0
  6. package/dist-types/IoTWireless.d.ts +13 -11
  7. package/dist-types/IoTWirelessClient.d.ts +13 -11
  8. package/dist-types/commands/CreateNetworkAnalyzerConfigurationCommand.d.ts +4 -0
  9. package/dist-types/commands/DeleteWirelessGatewayTaskDefinitionCommand.d.ts +2 -1
  10. package/dist-types/commands/DisassociateAwsAccountFromPartnerAccountCommand.d.ts +3 -1
  11. package/dist-types/commands/GetLogLevelsByResourceTypesCommand.d.ts +3 -2
  12. package/dist-types/commands/GetNetworkAnalyzerConfigurationCommand.d.ts +4 -0
  13. package/dist-types/commands/GetPartnerAccountCommand.d.ts +2 -1
  14. package/dist-types/commands/GetPositionCommand.d.ts +1 -2
  15. package/dist-types/commands/GetPositionConfigurationCommand.d.ts +1 -2
  16. package/dist-types/commands/GetPositionEstimateCommand.d.ts +3 -2
  17. package/dist-types/commands/GetResourceLogLevelCommand.d.ts +2 -2
  18. package/dist-types/commands/GetResourcePositionCommand.d.ts +2 -2
  19. package/dist-types/commands/GetServiceEndpointCommand.d.ts +2 -1
  20. package/dist-types/commands/GetWirelessGatewayCertificateCommand.d.ts +2 -1
  21. package/dist-types/commands/ListPositionConfigurationsCommand.d.ts +2 -3
  22. package/dist-types/commands/PutResourceLogLevelCommand.d.ts +3 -2
  23. package/dist-types/commands/ResetAllResourceLogLevelsCommand.d.ts +2 -1
  24. package/dist-types/commands/ResetResourceLogLevelCommand.d.ts +2 -2
  25. package/dist-types/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.d.ts +2 -1
  26. package/dist-types/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.d.ts +2 -1
  27. package/dist-types/commands/TestWirelessDeviceCommand.d.ts +2 -1
  28. package/dist-types/commands/UpdateLogLevelsByResourceTypesCommand.d.ts +3 -2
  29. package/dist-types/commands/UpdateNetworkAnalyzerConfigurationCommand.d.ts +7 -0
  30. package/dist-types/index.d.ts +13 -11
  31. package/dist-types/models/models_0.d.ts +367 -216
  32. package/dist-types/models/models_1.d.ts +139 -52
  33. package/dist-types/ts3.4/models/models_0.d.ts +9 -8
  34. package/dist-types/ts3.4/models/models_1.d.ts +12 -1
  35. package/package.json +28 -28
@@ -87,19 +87,20 @@ export declare class AccessDeniedException extends __BaseException {
87
87
  }
88
88
  /**
89
89
  * @public
90
- * <p>The accuracy of the estimated position in meters. An empty value indicates that no position data is available.
91
- * A value of ‘0.0’ value indicates that position data is available. This data corresponds to the position information
92
- * that you specified instead of the position computed by solver.</p>
90
+ * <p>The accuracy of the estimated position in meters. An empty value indicates that no
91
+ * position data is available. A value of ‘0.0’ value indicates that position data is
92
+ * available. This data corresponds to the position information that you specified instead
93
+ * of the position computed by solver.</p>
93
94
  */
94
95
  export interface Accuracy {
95
96
  /**
96
- * <p>The horizontal accuracy of the estimated position, which is the difference between the estimated
97
- * location and the actual device location.</p>
97
+ * <p>The horizontal accuracy of the estimated position, which is the difference between the
98
+ * estimated location and the actual device location.</p>
98
99
  */
99
100
  HorizontalAccuracy?: number;
100
101
  /**
101
- * <p>The vertical accuracy of the estimated position, which is the difference between the estimated
102
- * altitude and actual device latitude in meters.</p>
102
+ * <p>The vertical accuracy of the estimated position, which is the difference between the
103
+ * estimated altitude and actual device latitude in meters.</p>
103
104
  */
104
105
  VerticalAccuracy?: number;
105
106
  }
@@ -170,11 +171,15 @@ export interface AssociateAwsAccountWithPartnerAccountRequest {
170
171
  */
171
172
  Sidewalk: SidewalkAccountInfo | undefined;
172
173
  /**
173
- * <p>Each resource must have a unique client request token. If you try to create a new resource with the same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request. </p>
174
+ * <p>Each resource must have a unique client request token. If you try to create a new
175
+ * resource with the same token as a resource that already exists, an exception occurs. If
176
+ * you omit this value, AWS SDKs will automatically generate a unique client request.
177
+ * </p>
174
178
  */
175
179
  ClientRequestToken?: string;
176
180
  /**
177
- * <p>The tags to attach to the specified resource. Tags are metadata that you can use to manage a resource.</p>
181
+ * <p>The tags to attach to the specified resource. Tags are metadata that you can use to
182
+ * manage a resource.</p>
178
183
  */
179
184
  Tags?: Tag[];
180
185
  }
@@ -924,7 +929,8 @@ export type EventNotificationTopicStatus = (typeof EventNotificationTopicStatus)
924
929
  */
925
930
  export interface LoRaWANConnectionStatusEventNotificationConfigurations {
926
931
  /**
927
- * <p>Denotes whether the gateway EUI connection status event topic is enabled or disabled.</p>
932
+ * <p>Denotes whether the gateway EUI connection status event topic is enabled or
933
+ * disabled.</p>
928
934
  */
929
935
  GatewayEuiEventTopic?: EventNotificationTopicStatus | string;
930
936
  }
@@ -934,11 +940,13 @@ export interface LoRaWANConnectionStatusEventNotificationConfigurations {
934
940
  */
935
941
  export interface ConnectionStatusEventConfiguration {
936
942
  /**
937
- * <p>Connection status event configuration object for enabling or disabling LoRaWAN related event topics.</p>
943
+ * <p>Connection status event configuration object for enabling or disabling LoRaWAN related
944
+ * event topics.</p>
938
945
  */
939
946
  LoRaWAN?: LoRaWANConnectionStatusEventNotificationConfigurations;
940
947
  /**
941
- * <p>Denotes whether the wireless gateway ID connection status event topic is enabled or disabled.</p>
948
+ * <p>Denotes whether the wireless gateway ID connection status event topic is enabled or
949
+ * disabled.</p>
942
950
  */
943
951
  WirelessGatewayIdEventTopic?: EventNotificationTopicStatus | string;
944
952
  }
@@ -948,18 +956,20 @@ export interface ConnectionStatusEventConfiguration {
948
956
  */
949
957
  export interface LoRaWANConnectionStatusResourceTypeEventConfiguration {
950
958
  /**
951
- * <p>Denotes whether the wireless gateway connection status event topic is enabled or disabled.</p>
959
+ * <p>Denotes whether the wireless gateway connection status event topic is enabled or
960
+ * disabled.</p>
952
961
  */
953
962
  WirelessGatewayEventTopic?: EventNotificationTopicStatus | string;
954
963
  }
955
964
  /**
956
965
  * @public
957
- * <p>Connection status resource type event configuration object for enabling or disabling topic.</p>
966
+ * <p>Connection status resource type event configuration object for enabling or disabling
967
+ * topic.</p>
958
968
  */
959
969
  export interface ConnectionStatusResourceTypeEventConfiguration {
960
970
  /**
961
- * <p>Connection status resource type event configuration object for enabling or disabling LoRaWAN related
962
- * event topics.</p>
971
+ * <p>Connection status resource type event configuration object for enabling or disabling
972
+ * LoRaWAN related event topics.</p>
963
973
  */
964
974
  LoRaWAN?: LoRaWANConnectionStatusResourceTypeEventConfiguration;
965
975
  }
@@ -1000,11 +1010,15 @@ export interface CreateDestinationRequest {
1000
1010
  */
1001
1011
  RoleArn: string | undefined;
1002
1012
  /**
1003
- * <p>The tags to attach to the new destination. Tags are metadata that you can use to manage a resource.</p>
1013
+ * <p>The tags to attach to the new destination. Tags are metadata that you can use to
1014
+ * manage a resource.</p>
1004
1015
  */
1005
1016
  Tags?: Tag[];
1006
1017
  /**
1007
- * <p>Each resource must have a unique client request token. If you try to create a new resource with the same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request. </p>
1018
+ * <p>Each resource must have a unique client request token. If you try to create a new
1019
+ * resource with the same token as a resource that already exists, an exception occurs. If
1020
+ * you omit this value, AWS SDKs will automatically generate a unique client request.
1021
+ * </p>
1008
1022
  */
1009
1023
  ClientRequestToken?: string;
1010
1024
  }
@@ -1055,7 +1069,8 @@ export interface LoRaWANDeviceProfile {
1055
1069
  */
1056
1070
  ClassCTimeout?: number;
1057
1071
  /**
1058
- * <p>The MAC version (such as OTAA 1.1 or OTAA 1.0.3) to use with this device profile.</p>
1072
+ * <p>The MAC version (such as OTAA 1.1 or OTAA 1.0.3) to use with this device
1073
+ * profile.</p>
1059
1074
  */
1060
1075
  MacVersion?: string;
1061
1076
  /**
@@ -1122,11 +1137,15 @@ export interface CreateDeviceProfileRequest {
1122
1137
  */
1123
1138
  LoRaWAN?: LoRaWANDeviceProfile;
1124
1139
  /**
1125
- * <p>The tags to attach to the new device profile. Tags are metadata that you can use to manage a resource.</p>
1140
+ * <p>The tags to attach to the new device profile. Tags are metadata that you can use to
1141
+ * manage a resource.</p>
1126
1142
  */
1127
1143
  Tags?: Tag[];
1128
1144
  /**
1129
- * <p>Each resource must have a unique client request token. If you try to create a new resource with the same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request. </p>
1145
+ * <p>Each resource must have a unique client request token. If you try to create a new
1146
+ * resource with the same token as a resource that already exists, an exception occurs. If
1147
+ * you omit this value, AWS SDKs will automatically generate a unique client request.
1148
+ * </p>
1130
1149
  */
1131
1150
  ClientRequestToken?: string;
1132
1151
  /**
@@ -1193,7 +1212,10 @@ export interface CreateFuotaTaskRequest {
1193
1212
  */
1194
1213
  Description?: string;
1195
1214
  /**
1196
- * <p>Each resource must have a unique client request token. If you try to create a new resource with the same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request.</p>
1215
+ * <p>Each resource must have a unique client request token. If you try to create a new
1216
+ * resource with the same token as a resource that already exists, an exception occurs. If
1217
+ * you omit this value, AWS SDKs will automatically generate a unique client
1218
+ * request.</p>
1197
1219
  */
1198
1220
  ClientRequestToken?: string;
1199
1221
  /**
@@ -1201,7 +1223,8 @@ export interface CreateFuotaTaskRequest {
1201
1223
  */
1202
1224
  LoRaWAN?: LoRaWANFuotaTask;
1203
1225
  /**
1204
- * <p>The S3 URI points to a firmware update image that is to be used with a FUOTA task.</p>
1226
+ * <p>The S3 URI points to a firmware update image that is to be used with a FUOTA
1227
+ * task.</p>
1205
1228
  */
1206
1229
  FirmwareUpdateImage: string | undefined;
1207
1230
  /**
@@ -1209,23 +1232,31 @@ export interface CreateFuotaTaskRequest {
1209
1232
  */
1210
1233
  FirmwareUpdateRole: string | undefined;
1211
1234
  /**
1212
- * <p>The tag to attach to the specified resource. Tags are metadata that you can use to manage a resource.</p>
1235
+ * <p>The tag to attach to the specified resource. Tags are metadata that you can use to
1236
+ * manage a resource.</p>
1213
1237
  */
1214
1238
  Tags?: Tag[];
1215
1239
  /**
1216
- * <p>The percentage of added redundant fragments. For example, if firmware file is
1217
- * 100 bytes and fragment size is 10 bytes, with <code>RedundancyPercent</code> set to 50(%),
1218
- * the final number of encoded fragments is (100 / 10) + (100 / 10 * 50%) = 15.</p>
1240
+ * <p>The percentage of the added fragments that are redundant. For example, if the size of
1241
+ * the firmware image file is 100 bytes and the fragment size is 10 bytes, with
1242
+ * <code>RedundancyPercent</code> set to 50(%), the final number of encoded fragments
1243
+ * is (100 / 10) + (100 / 10 * 50%) = 15.</p>
1219
1244
  */
1220
1245
  RedundancyPercent?: number;
1221
1246
  /**
1222
- * <p>The size of each fragment in bytes. Currently only supported in fuota tasks with multicast groups.</p>
1247
+ * <p>The size of each fragment in bytes. This parameter is supported only for FUOTA tasks
1248
+ * with multicast groups.</p>
1223
1249
  */
1224
1250
  FragmentSizeBytes?: number;
1225
1251
  /**
1226
- * <p>The interval of sending fragments in milliseconds. Currently the interval will be rounded to the nearest second.
1227
- * Note that this interval only controls the timing when the cloud sends the fragments down.
1228
- * The actual delay of receiving fragments at device side depends on the device's class and the communication delay with the cloud.</p>
1252
+ * <p>The interval for sending fragments in milliseconds, rounded to the nearest
1253
+ * second.</p>
1254
+ * <note>
1255
+ * <p>This interval only determines the timing for when the Cloud sends down the
1256
+ * fragments to yor device. There can be a delay for when your device will receive
1257
+ * these fragments. This delay depends on the device's class and the communication
1258
+ * delay with the cloud.</p>
1259
+ * </note>
1229
1260
  */
1230
1261
  FragmentIntervalMS?: number;
1231
1262
  }
@@ -1281,9 +1312,10 @@ export interface CreateMulticastGroupRequest {
1281
1312
  */
1282
1313
  Description?: string;
1283
1314
  /**
1284
- * <p>Each resource must have a unique client request token. If you try to create a new resource with the
1285
- * same token as a resource that already exists, an exception occurs. If you omit this value,
1286
- * AWS SDKs will automatically generate a unique client request. </p>
1315
+ * <p>Each resource must have a unique client request token. If you try to create a new
1316
+ * resource with the same token as a resource that already exists, an exception occurs. If
1317
+ * you omit this value, AWS SDKs will automatically generate a unique client request.
1318
+ * </p>
1287
1319
  */
1288
1320
  ClientRequestToken?: string;
1289
1321
  /**
@@ -1291,7 +1323,8 @@ export interface CreateMulticastGroupRequest {
1291
1323
  */
1292
1324
  LoRaWAN: LoRaWANMulticast | undefined;
1293
1325
  /**
1294
- * <p>The tag to attach to the specified resource. Tags are metadata that you can use to manage a resource.</p>
1326
+ * <p>The tag to attach to the specified resource. Tags are metadata that you can use to
1327
+ * manage a resource.</p>
1295
1328
  */
1296
1329
  Tags?: Tag[];
1297
1330
  }
@@ -1321,6 +1354,18 @@ export declare const LogLevel: {
1321
1354
  * @public
1322
1355
  */
1323
1356
  export type LogLevel = (typeof LogLevel)[keyof typeof LogLevel];
1357
+ /**
1358
+ * @public
1359
+ * @enum
1360
+ */
1361
+ export declare const MulticastFrameInfo: {
1362
+ readonly DISABLED: "DISABLED";
1363
+ readonly ENABLED: "ENABLED";
1364
+ };
1365
+ /**
1366
+ * @public
1367
+ */
1368
+ export type MulticastFrameInfo = (typeof MulticastFrameInfo)[keyof typeof MulticastFrameInfo];
1324
1369
  /**
1325
1370
  * @public
1326
1371
  * @enum
@@ -1340,15 +1385,23 @@ export type WirelessDeviceFrameInfo = (typeof WirelessDeviceFrameInfo)[keyof typ
1340
1385
  export interface TraceContent {
1341
1386
  /**
1342
1387
  * <p>
1343
- * <code>FrameInfo</code> of your wireless device resources for the trace content. Use FrameInfo to debug
1344
- * the communication between your LoRaWAN end devices and the network server.</p>
1388
+ * <code>FrameInfo</code> of your wireless device resources for the trace content. Use
1389
+ * FrameInfo to debug the communication between your LoRaWAN end devices and the network
1390
+ * server.</p>
1345
1391
  */
1346
1392
  WirelessDeviceFrameInfo?: WirelessDeviceFrameInfo | string;
1347
1393
  /**
1348
- * <p>The log level for a log message. The log levels can be disabled, or set to <code>ERROR</code> to display
1349
- * less verbose logs containing only error information, or to <code>INFO</code> for more detailed logs.</p>
1394
+ * <p>The log level for a log message. The log levels can be disabled, or set to
1395
+ * <code>ERROR</code> to display less verbose logs containing only error information,
1396
+ * or to <code>INFO</code> for more detailed logs.</p>
1350
1397
  */
1351
1398
  LogLevel?: LogLevel | string;
1399
+ /**
1400
+ * <p>
1401
+ * <code>FrameInfo</code> of your multicast group resources for the trace content. Use
1402
+ * FrameInfo to debug the multicast communication between your LoRaWAN end devices and the network server.</p>
1403
+ */
1404
+ MulticastFrameInfo?: MulticastFrameInfo | string;
1352
1405
  }
1353
1406
  /**
1354
1407
  * @public
@@ -1363,11 +1416,13 @@ export interface CreateNetworkAnalyzerConfigurationRequest {
1363
1416
  */
1364
1417
  TraceContent?: TraceContent;
1365
1418
  /**
1366
- * <p>Wireless device resources to add to the network analyzer configuration. Provide the <code>WirelessDeviceId</code> of the resource to add in the input array.</p>
1419
+ * <p>Wireless device resources to add to the network analyzer configuration. Provide the
1420
+ * <code>WirelessDeviceId</code> of the resource to add in the input array.</p>
1367
1421
  */
1368
1422
  WirelessDevices?: string[];
1369
1423
  /**
1370
- * <p>Wireless gateway resources to add to the network analyzer configuration. Provide the <code>WirelessGatewayId</code> of the resource to add in the input array.</p>
1424
+ * <p>Wireless gateway resources to add to the network analyzer configuration. Provide the
1425
+ * <code>WirelessGatewayId</code> of the resource to add in the input array.</p>
1371
1426
  */
1372
1427
  WirelessGateways?: string[];
1373
1428
  /**
@@ -1375,13 +1430,22 @@ export interface CreateNetworkAnalyzerConfigurationRequest {
1375
1430
  */
1376
1431
  Description?: string;
1377
1432
  /**
1378
- * <p>The tag to attach to the specified resource. Tags are metadata that you can use to manage a resource.</p>
1433
+ * <p>The tag to attach to the specified resource. Tags are metadata that you can use to
1434
+ * manage a resource.</p>
1379
1435
  */
1380
1436
  Tags?: Tag[];
1381
1437
  /**
1382
- * <p>Each resource must have a unique client request token. If you try to create a new resource with the same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request.</p>
1438
+ * <p>Each resource must have a unique client request token. If you try to create a new
1439
+ * resource with the same token as a resource that already exists, an exception occurs. If
1440
+ * you omit this value, AWS SDKs will automatically generate a unique client
1441
+ * request.</p>
1383
1442
  */
1384
1443
  ClientRequestToken?: string;
1444
+ /**
1445
+ * <p>Multicast Group resources to add to the network analyzer configruation. Provide the
1446
+ * <code>MulticastGroupId</code> of the resource to add in the input array.</p>
1447
+ */
1448
+ MulticastGroups?: string[];
1385
1449
  }
1386
1450
  /**
1387
1451
  * @public
@@ -1435,11 +1499,15 @@ export interface CreateServiceProfileRequest {
1435
1499
  */
1436
1500
  LoRaWAN?: LoRaWANServiceProfile;
1437
1501
  /**
1438
- * <p>The tags to attach to the new service profile. Tags are metadata that you can use to manage a resource.</p>
1502
+ * <p>The tags to attach to the new service profile. Tags are metadata that you can use to
1503
+ * manage a resource.</p>
1439
1504
  */
1440
1505
  Tags?: Tag[];
1441
1506
  /**
1442
- * <p>Each resource must have a unique client request token. If you try to create a new resource with the same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request. </p>
1507
+ * <p>Each resource must have a unique client request token. If you try to create a new
1508
+ * resource with the same token as a resource that already exists, an exception occurs. If
1509
+ * you omit this value, AWS SDKs will automatically generate a unique client request.
1510
+ * </p>
1443
1511
  */
1444
1512
  ClientRequestToken?: string;
1445
1513
  }
@@ -1492,7 +1560,8 @@ export interface FPorts {
1492
1560
  */
1493
1561
  ClockSync?: number;
1494
1562
  /**
1495
- * <p>FPort values for the GNSS, stream, and ClockSync functions of the positioning information.</p>
1563
+ * <p>FPort values for the GNSS, stream, and ClockSync functions of the positioning
1564
+ * information.</p>
1496
1565
  */
1497
1566
  Positioning?: Positioning;
1498
1567
  /**
@@ -1629,7 +1698,10 @@ export interface CreateWirelessDeviceRequest {
1629
1698
  */
1630
1699
  DestinationName: string | undefined;
1631
1700
  /**
1632
- * <p>Each resource must have a unique client request token. If you try to create a new resource with the same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request. </p>
1701
+ * <p>Each resource must have a unique client request token. If you try to create a new
1702
+ * resource with the same token as a resource that already exists, an exception occurs. If
1703
+ * you omit this value, AWS SDKs will automatically generate a unique client request.
1704
+ * </p>
1633
1705
  */
1634
1706
  ClientRequestToken?: string;
1635
1707
  /**
@@ -1637,11 +1709,13 @@ export interface CreateWirelessDeviceRequest {
1637
1709
  */
1638
1710
  LoRaWAN?: LoRaWANDevice;
1639
1711
  /**
1640
- * <p>The tags to attach to the new wireless device. Tags are metadata that you can use to manage a resource.</p>
1712
+ * <p>The tags to attach to the new wireless device. Tags are metadata that you can use to
1713
+ * manage a resource.</p>
1641
1714
  */
1642
1715
  Tags?: Tag[];
1643
1716
  /**
1644
- * <p>FPort values for the GNSS, stream, and ClockSync functions of the positioning information.</p>
1717
+ * <p>FPort values for the GNSS, stream, and ClockSync functions of the positioning
1718
+ * information.</p>
1645
1719
  */
1646
1720
  Positioning?: PositioningConfigStatus | string;
1647
1721
  /**
@@ -1680,7 +1754,8 @@ export interface LoRaWANGateway {
1680
1754
  */
1681
1755
  JoinEuiFilters?: string[][];
1682
1756
  /**
1683
- * <p>A list of NetId values that are used by LoRa gateways to filter the uplink frames.</p>
1757
+ * <p>A list of NetId values that are used by LoRa gateways to filter the uplink
1758
+ * frames.</p>
1684
1759
  */
1685
1760
  NetIdFilters?: string[];
1686
1761
  /**
@@ -1688,7 +1763,8 @@ export interface LoRaWANGateway {
1688
1763
  */
1689
1764
  SubBands?: number[];
1690
1765
  /**
1691
- * <p>Beaconing object information, which consists of the data rate and frequency parameters.</p>
1766
+ * <p>Beaconing object information, which consists of the data rate and frequency
1767
+ * parameters.</p>
1692
1768
  */
1693
1769
  Beaconing?: Beaconing;
1694
1770
  /**
@@ -1713,11 +1789,15 @@ export interface CreateWirelessGatewayRequest {
1713
1789
  */
1714
1790
  LoRaWAN: LoRaWANGateway | undefined;
1715
1791
  /**
1716
- * <p>The tags to attach to the new wireless gateway. Tags are metadata that you can use to manage a resource.</p>
1792
+ * <p>The tags to attach to the new wireless gateway. Tags are metadata that you can use to
1793
+ * manage a resource.</p>
1717
1794
  */
1718
1795
  Tags?: Tag[];
1719
1796
  /**
1720
- * <p>Each resource must have a unique client request token. If you try to create a new resource with the same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request. </p>
1797
+ * <p>Each resource must have a unique client request token. If you try to create a new
1798
+ * resource with the same token as a resource that already exists, an exception occurs. If
1799
+ * you omit this value, AWS SDKs will automatically generate a unique client request.
1800
+ * </p>
1721
1801
  */
1722
1802
  ClientRequestToken?: string;
1723
1803
  }
@@ -1839,7 +1919,9 @@ export interface UpdateWirelessGatewayTaskCreate {
1839
1919
  */
1840
1920
  export interface CreateWirelessGatewayTaskDefinitionRequest {
1841
1921
  /**
1842
- * <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>
1922
+ * <p>Whether to automatically create tasks using this task definition for all gateways with
1923
+ * the specified current version. If <code>false</code>, the task must me created by
1924
+ * calling <code>CreateWirelessGatewayTask</code>.</p>
1843
1925
  */
1844
1926
  AutoCreateTasks: boolean | undefined;
1845
1927
  /**
@@ -1851,11 +1933,15 @@ export interface CreateWirelessGatewayTaskDefinitionRequest {
1851
1933
  */
1852
1934
  Update?: UpdateWirelessGatewayTaskCreate;
1853
1935
  /**
1854
- * <p>Each resource must have a unique client request token. If you try to create a new resource with the same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request. </p>
1936
+ * <p>Each resource must have a unique client request token. If you try to create a new
1937
+ * resource with the same token as a resource that already exists, an exception occurs. If
1938
+ * you omit this value, AWS SDKs will automatically generate a unique client request.
1939
+ * </p>
1855
1940
  */
1856
1941
  ClientRequestToken?: string;
1857
1942
  /**
1858
- * <p>The tags to attach to the specified resource. Tags are metadata that you can use to manage a resource.</p>
1943
+ * <p>The tags to attach to the specified resource. Tags are metadata that you can use to
1944
+ * manage a resource.</p>
1859
1945
  */
1860
1946
  Tags?: Tag[];
1861
1947
  }
@@ -2159,8 +2245,8 @@ export type DeviceProfileType = (typeof DeviceProfileType)[keyof typeof DevicePr
2159
2245
  /**
2160
2246
  * @public
2161
2247
  * <p>
2162
- * <code>SidewalkEventNotificationConfigurations</code> object, which is the event configuration
2163
- * object for Sidewalk-related event topics.</p>
2248
+ * <code>SidewalkEventNotificationConfigurations</code> object, which is the event
2249
+ * configuration object for Sidewalk-related event topics.</p>
2164
2250
  */
2165
2251
  export interface SidewalkEventNotificationConfigurations {
2166
2252
  /**
@@ -2170,22 +2256,25 @@ export interface SidewalkEventNotificationConfigurations {
2170
2256
  }
2171
2257
  /**
2172
2258
  * @public
2173
- * <p>Device registration state event configuration object for enabling and disabling relevant topics.</p>
2259
+ * <p>Device registration state event configuration object for enabling and disabling
2260
+ * relevant topics.</p>
2174
2261
  */
2175
2262
  export interface DeviceRegistrationStateEventConfiguration {
2176
2263
  /**
2177
- * <p>Device registration state event configuration object for enabling or disabling Sidewalk related event
2178
- * topics.</p>
2264
+ * <p>Device registration state event configuration object for enabling or disabling
2265
+ * Sidewalk related event topics.</p>
2179
2266
  */
2180
2267
  Sidewalk?: SidewalkEventNotificationConfigurations;
2181
2268
  /**
2182
- * <p>Denotes whether the wireless device ID device registration state event topic is enabled or disabled.</p>
2269
+ * <p>Denotes whether the wireless device ID device registration state event topic is
2270
+ * enabled or disabled.</p>
2183
2271
  */
2184
2272
  WirelessDeviceIdEventTopic?: EventNotificationTopicStatus | string;
2185
2273
  }
2186
2274
  /**
2187
2275
  * @public
2188
- * <p>Sidewalk resource type event configuration object for enabling or disabling topic.</p>
2276
+ * <p>Sidewalk resource type event configuration object for enabling or disabling
2277
+ * topic.</p>
2189
2278
  */
2190
2279
  export interface SidewalkResourceTypeEventConfiguration {
2191
2280
  /**
@@ -2195,12 +2284,13 @@ export interface SidewalkResourceTypeEventConfiguration {
2195
2284
  }
2196
2285
  /**
2197
2286
  * @public
2198
- * <p>Device registration state resource type event configuration object for enabling or disabling topic.</p>
2287
+ * <p>Device registration state resource type event configuration object for enabling or
2288
+ * disabling topic.</p>
2199
2289
  */
2200
2290
  export interface DeviceRegistrationStateResourceTypeEventConfiguration {
2201
2291
  /**
2202
- * <p>Device registration resource type state event configuration object for enabling or disabling Sidewalk
2203
- * related event topics.</p>
2292
+ * <p>Device registration resource type state event configuration object for enabling or
2293
+ * disabling Sidewalk related event topics.</p>
2204
2294
  */
2205
2295
  Sidewalk?: SidewalkResourceTypeEventConfiguration;
2206
2296
  }
@@ -2358,38 +2448,40 @@ export declare const DownlinkMode: {
2358
2448
  export type DownlinkMode = (typeof DownlinkMode)[keyof typeof DownlinkMode];
2359
2449
  /**
2360
2450
  * @public
2361
- * <p>Gateway list item object that specifies the frequency and list of gateways for which the downlink message
2362
- * should be sent.</p>
2451
+ * <p>Gateway list item object that specifies the frequency and list of gateways for which
2452
+ * the downlink message should be sent.</p>
2363
2453
  */
2364
2454
  export interface GatewayListItem {
2365
2455
  /**
2366
- * <p>The ID of the wireless gateways that you want to add to the list of gateways when sending
2367
- * downlink messages.</p>
2456
+ * <p>The ID of the wireless gateways that you want to add to the list of gateways when
2457
+ * sending downlink messages.</p>
2368
2458
  */
2369
2459
  GatewayId: string | undefined;
2370
2460
  /**
2371
- * <p>The frequency to use for the gateways when sending a downlink message to the wireless device.</p>
2461
+ * <p>The frequency to use for the gateways when sending a downlink message to the wireless
2462
+ * device.</p>
2372
2463
  */
2373
2464
  DownlinkFrequency: number | undefined;
2374
2465
  }
2375
2466
  /**
2376
2467
  * @public
2377
- * <p>Specify the list of gateways to which you want to send downlink data traffic when the wireless
2378
- * device is running in class B or class C mode.</p>
2468
+ * <p>Specify the list of gateways to which you want to send downlink data traffic when the
2469
+ * wireless device is running in class B or class C mode.</p>
2379
2470
  */
2380
2471
  export interface ParticipatingGateways {
2381
2472
  /**
2382
- * <p>Indicates whether to send the downlink message in sequential mode or concurrent mode, or to use
2383
- * only the chosen gateways from the previous uplink message transmission.</p>
2473
+ * <p>Indicates whether to send the downlink message in sequential mode or concurrent mode,
2474
+ * or to use only the chosen gateways from the previous uplink message transmission.</p>
2384
2475
  */
2385
2476
  DownlinkMode: DownlinkMode | string | undefined;
2386
2477
  /**
2387
- * <p>The list of gateways that you want to use for sending the downlink data traffic.</p>
2478
+ * <p>The list of gateways that you want to use for sending the downlink data
2479
+ * traffic.</p>
2388
2480
  */
2389
2481
  GatewayList: GatewayListItem[] | undefined;
2390
2482
  /**
2391
- * <p>The duration of time for which AWS IoT Core for LoRaWAN will wait before transmitting the
2392
- * payload to the next gateway.</p>
2483
+ * <p>The duration of time for which AWS IoT Core for LoRaWAN will wait before transmitting
2484
+ * the payload to the next gateway.</p>
2393
2485
  */
2394
2486
  TransmissionInterval: number | undefined;
2395
2487
  }
@@ -2403,8 +2495,8 @@ export interface LoRaWANSendDataToDevice {
2403
2495
  */
2404
2496
  FPort?: number;
2405
2497
  /**
2406
- * <p>Choose the gateways that you want to use for the downlink data traffic when the wireless device
2407
- * is running in class B or class C mode.</p>
2498
+ * <p>Choose the gateways that you want to use for the downlink data traffic when the
2499
+ * wireless device is running in class B or class C mode.</p>
2408
2500
  */
2409
2501
  ParticipatingGateways?: ParticipatingGateways;
2410
2502
  }
@@ -2414,13 +2506,14 @@ export interface LoRaWANSendDataToDevice {
2414
2506
  */
2415
2507
  export interface DownlinkQueueMessage {
2416
2508
  /**
2417
- * <p> The message ID assigned by IoT Wireless to each downlink message, which helps identify the
2418
- * message.</p>
2509
+ * <p> The message ID assigned by IoT Wireless to each downlink message, which helps
2510
+ * identify the message.</p>
2419
2511
  */
2420
2512
  MessageId?: string;
2421
2513
  /**
2422
- * <p>The transmit mode to use for sending data to the wireless device. This can be <code>0</code> for UM (unacknowledge mode)
2423
- * or <code>1</code> for AM (acknowledge mode).</p>
2514
+ * <p>The transmit mode to use for sending data to the wireless device. This can be
2515
+ * <code>0</code> for UM (unacknowledge mode) or <code>1</code> for AM (acknowledge
2516
+ * mode).</p>
2424
2517
  */
2425
2518
  TransmitMode?: number;
2426
2519
  /**
@@ -2463,7 +2556,8 @@ export interface LoRaWANJoinEventNotificationConfigurations {
2463
2556
  */
2464
2557
  export interface JoinEventConfiguration {
2465
2558
  /**
2466
- * <p>Join event configuration object for enabling or disabling LoRaWAN related event topics.</p>
2559
+ * <p>Join event configuration object for enabling or disabling LoRaWAN related event
2560
+ * topics.</p>
2467
2561
  */
2468
2562
  LoRaWAN?: LoRaWANJoinEventNotificationConfigurations;
2469
2563
  /**
@@ -2479,8 +2573,8 @@ export interface JoinEventConfiguration {
2479
2573
  export interface MessageDeliveryStatusEventConfiguration {
2480
2574
  /**
2481
2575
  * <p>
2482
- * <code>SidewalkEventNotificationConfigurations</code> object, which is the event configuration
2483
- * object for Sidewalk-related event topics.</p>
2576
+ * <code>SidewalkEventNotificationConfigurations</code> object, which is the event
2577
+ * configuration object for Sidewalk-related event topics.</p>
2484
2578
  */
2485
2579
  Sidewalk?: SidewalkEventNotificationConfigurations;
2486
2580
  /**
@@ -2491,15 +2585,18 @@ export interface MessageDeliveryStatusEventConfiguration {
2491
2585
  }
2492
2586
  /**
2493
2587
  * @public
2494
- * <p>Proximity event configuration object for enabling and disabling relevant topics.</p>
2588
+ * <p>Proximity event configuration object for enabling and disabling relevant
2589
+ * topics.</p>
2495
2590
  */
2496
2591
  export interface ProximityEventConfiguration {
2497
2592
  /**
2498
- * <p>Proximity event configuration object for enabling or disabling Sidewalk related event topics.</p>
2593
+ * <p>Proximity event configuration object for enabling or disabling Sidewalk related event
2594
+ * topics.</p>
2499
2595
  */
2500
2596
  Sidewalk?: SidewalkEventNotificationConfigurations;
2501
2597
  /**
2502
- * <p>Denotes whether the wireless device ID proximity event topic is enabled or disabled.</p>
2598
+ * <p>Denotes whether the wireless device ID proximity event topic is enabled or
2599
+ * disabled.</p>
2503
2600
  */
2504
2601
  WirelessDeviceIdEventTopic?: EventNotificationTopicStatus | string;
2505
2602
  }
@@ -2755,29 +2852,32 @@ export interface LoRaWANJoinResourceTypeEventConfiguration {
2755
2852
  */
2756
2853
  export interface JoinResourceTypeEventConfiguration {
2757
2854
  /**
2758
- * <p>Join resource type event configuration object for enabling or disabling LoRaWAN related
2759
- * event topics.</p>
2855
+ * <p>Join resource type event configuration object for enabling or disabling LoRaWAN
2856
+ * related event topics.</p>
2760
2857
  */
2761
2858
  LoRaWAN?: LoRaWANJoinResourceTypeEventConfiguration;
2762
2859
  }
2763
2860
  /**
2764
2861
  * @public
2765
- * <p>Message delivery status resource type event configuration object for enabling or disabling
2766
- * relevant topic.</p>
2862
+ * <p>Message delivery status resource type event configuration object for enabling or
2863
+ * disabling relevant topic.</p>
2767
2864
  */
2768
2865
  export interface MessageDeliveryStatusResourceTypeEventConfiguration {
2769
2866
  /**
2770
- * <p>Sidewalk resource type event configuration object for enabling or disabling topic.</p>
2867
+ * <p>Sidewalk resource type event configuration object for enabling or disabling
2868
+ * topic.</p>
2771
2869
  */
2772
2870
  Sidewalk?: SidewalkResourceTypeEventConfiguration;
2773
2871
  }
2774
2872
  /**
2775
2873
  * @public
2776
- * <p>Proximity resource type event configuration object for enabling or disabling topic.</p>
2874
+ * <p>Proximity resource type event configuration object for enabling or disabling
2875
+ * topic.</p>
2777
2876
  */
2778
2877
  export interface ProximityResourceTypeEventConfiguration {
2779
2878
  /**
2780
- * <p>Proximity resource type event configuration object for enabling and disabling wireless device topic.</p>
2879
+ * <p>Proximity resource type event configuration object for enabling and disabling wireless
2880
+ * device topic.</p>
2781
2881
  */
2782
2882
  Sidewalk?: SidewalkResourceTypeEventConfiguration;
2783
2883
  }
@@ -2858,7 +2958,8 @@ export interface GetFuotaTaskResponse {
2858
2958
  */
2859
2959
  LoRaWAN?: LoRaWANFuotaTaskGetInfo;
2860
2960
  /**
2861
- * <p>The S3 URI points to a firmware update image that is to be used with a FUOTA task.</p>
2961
+ * <p>The S3 URI points to a firmware update image that is to be used with a FUOTA
2962
+ * task.</p>
2862
2963
  */
2863
2964
  FirmwareUpdateImage?: string;
2864
2965
  /**
@@ -2870,19 +2971,26 @@ export interface GetFuotaTaskResponse {
2870
2971
  */
2871
2972
  CreatedAt?: Date;
2872
2973
  /**
2873
- * <p>The percentage of added redundant fragments. For example, if firmware file is
2874
- * 100 bytes and fragment size is 10 bytes, with <code>RedundancyPercent</code> set to 50(%),
2875
- * the final number of encoded fragments is (100 / 10) + (100 / 10 * 50%) = 15.</p>
2974
+ * <p>The percentage of the added fragments that are redundant. For example, if the size of
2975
+ * the firmware image file is 100 bytes and the fragment size is 10 bytes, with
2976
+ * <code>RedundancyPercent</code> set to 50(%), the final number of encoded fragments
2977
+ * is (100 / 10) + (100 / 10 * 50%) = 15.</p>
2876
2978
  */
2877
2979
  RedundancyPercent?: number;
2878
2980
  /**
2879
- * <p>The size of each fragment in bytes. Currently only supported in fuota tasks with multicast groups.</p>
2981
+ * <p>The size of each fragment in bytes. This parameter is supported only for FUOTA tasks
2982
+ * with multicast groups.</p>
2880
2983
  */
2881
2984
  FragmentSizeBytes?: number;
2882
2985
  /**
2883
- * <p>The interval of sending fragments in milliseconds. Currently the interval will be rounded to the nearest second.
2884
- * Note that this interval only controls the timing when the cloud sends the fragments down.
2885
- * The actual delay of receiving fragments at device side depends on the device's class and the communication delay with the cloud.</p>
2986
+ * <p>The interval for sending fragments in milliseconds, rounded to the nearest
2987
+ * second.</p>
2988
+ * <note>
2989
+ * <p>This interval only determines the timing for when the Cloud sends down the
2990
+ * fragments to yor device. There can be a delay for when your device will receive
2991
+ * these fragments. This delay depends on the device's class and the communication
2992
+ * delay with the cloud.</p>
2993
+ * </note>
2886
2994
  */
2887
2995
  FragmentIntervalMS?: number;
2888
2996
  }
@@ -2908,10 +3016,12 @@ export declare const WirelessDeviceEvent: {
2908
3016
  export type WirelessDeviceEvent = (typeof WirelessDeviceEvent)[keyof typeof WirelessDeviceEvent];
2909
3017
  /**
2910
3018
  * @public
2911
- * <p>The log options for a wireless device event and can be used to set log levels for a specific wireless device event.</p>
2912
- * <p>For a LoRaWAN device, possible events for a log messsage are: <code>Join</code>, <code>Rejoin</code>,
2913
- * <code>Downlink_Data</code>, and <code>Uplink_Data</code>. For a Sidewalk device, possible events for a log message are
2914
- * <code>Registration</code>, <code>Downlink_Data</code>, and <code>Uplink_Data</code>.</p>
3019
+ * <p>The log options for a wireless device event and can be used to set log levels for a
3020
+ * specific wireless device event.</p>
3021
+ * <p>For a LoRaWAN device, possible events for a log messsage are: <code>Join</code>,
3022
+ * <code>Rejoin</code>, <code>Downlink_Data</code>, and <code>Uplink_Data</code>. For a
3023
+ * Sidewalk device, possible events for a log message are <code>Registration</code>,
3024
+ * <code>Downlink_Data</code>, and <code>Uplink_Data</code>.</p>
2915
3025
  */
2916
3026
  export interface WirelessDeviceEventLogOption {
2917
3027
  /**
@@ -2919,14 +3029,16 @@ export interface WirelessDeviceEventLogOption {
2919
3029
  */
2920
3030
  Event: WirelessDeviceEvent | string | undefined;
2921
3031
  /**
2922
- * <p>The log level for a log message. The log levels can be disabled, or set to <code>ERROR</code> to display
2923
- * less verbose logs containing only error information, or to <code>INFO</code> for more detailed logs.</p>
3032
+ * <p>The log level for a log message. The log levels can be disabled, or set to
3033
+ * <code>ERROR</code> to display less verbose logs containing only error information,
3034
+ * or to <code>INFO</code> for more detailed logs.</p>
2924
3035
  */
2925
3036
  LogLevel: LogLevel | string | undefined;
2926
3037
  }
2927
3038
  /**
2928
3039
  * @public
2929
- * <p>The log options for wireless devices and can be used to set log levels for a specific type of wireless device.</p>
3040
+ * <p>The log options for wireless devices and can be used to set log levels for a specific
3041
+ * type of wireless device.</p>
2930
3042
  */
2931
3043
  export interface WirelessDeviceLogOption {
2932
3044
  /**
@@ -2934,8 +3046,9 @@ export interface WirelessDeviceLogOption {
2934
3046
  */
2935
3047
  Type: WirelessDeviceType | string | undefined;
2936
3048
  /**
2937
- * <p>The log level for a log message. The log levels can be disabled, or set to <code>ERROR</code> to display
2938
- * less verbose logs containing only error information, or to <code>INFO</code> for more detailed logs.</p>
3049
+ * <p>The log level for a log message. The log levels can be disabled, or set to
3050
+ * <code>ERROR</code> to display less verbose logs containing only error information,
3051
+ * or to <code>INFO</code> for more detailed logs.</p>
2939
3052
  */
2940
3053
  LogLevel: LogLevel | string | undefined;
2941
3054
  /**
@@ -2957,8 +3070,10 @@ export declare const WirelessGatewayEvent: {
2957
3070
  export type WirelessGatewayEvent = (typeof WirelessGatewayEvent)[keyof typeof WirelessGatewayEvent];
2958
3071
  /**
2959
3072
  * @public
2960
- * <p>The log options for a wireless gateway event and can be used to set log levels for a specific wireless gateway event.</p>
2961
- * <p>For a LoRaWAN gateway, possible events for a log message are <code>CUPS_Request</code> and <code>Certificate</code>.</p>
3073
+ * <p>The log options for a wireless gateway event and can be used to set log levels for a
3074
+ * specific wireless gateway event.</p>
3075
+ * <p>For a LoRaWAN gateway, possible events for a log message are <code>CUPS_Request</code>
3076
+ * and <code>Certificate</code>.</p>
2962
3077
  */
2963
3078
  export interface WirelessGatewayEventLogOption {
2964
3079
  /**
@@ -2966,8 +3081,9 @@ export interface WirelessGatewayEventLogOption {
2966
3081
  */
2967
3082
  Event: WirelessGatewayEvent | string | undefined;
2968
3083
  /**
2969
- * <p>The log level for a log message. The log levels can be disabled, or set to <code>ERROR</code> to display
2970
- * less verbose logs containing only error information, or to <code>INFO</code> for more detailed logs.</p>
3084
+ * <p>The log level for a log message. The log levels can be disabled, or set to
3085
+ * <code>ERROR</code> to display less verbose logs containing only error information,
3086
+ * or to <code>INFO</code> for more detailed logs.</p>
2971
3087
  */
2972
3088
  LogLevel: LogLevel | string | undefined;
2973
3089
  }
@@ -2984,7 +3100,8 @@ export declare const WirelessGatewayType: {
2984
3100
  export type WirelessGatewayType = (typeof WirelessGatewayType)[keyof typeof WirelessGatewayType];
2985
3101
  /**
2986
3102
  * @public
2987
- * <p>The log options for wireless gateways and can be used to set log levels for a specific type of wireless gateway.</p>
3103
+ * <p>The log options for wireless gateways and can be used to set log levels for a specific
3104
+ * type of wireless gateway.</p>
2988
3105
  */
2989
3106
  export interface WirelessGatewayLogOption {
2990
3107
  /**
@@ -2992,8 +3109,9 @@ export interface WirelessGatewayLogOption {
2992
3109
  */
2993
3110
  Type: WirelessGatewayType | string | undefined;
2994
3111
  /**
2995
- * <p>The log level for a log message. The log levels can be disabled, or set to <code>ERROR</code> to display
2996
- * less verbose logs containing only error information, or to <code>INFO</code> for more detailed logs.</p>
3112
+ * <p>The log level for a log message. The log levels can be disabled, or set to
3113
+ * <code>ERROR</code> to display less verbose logs containing only error information,
3114
+ * or to <code>INFO</code> for more detailed logs.</p>
2997
3115
  */
2998
3116
  LogLevel: LogLevel | string | undefined;
2999
3117
  /**
@@ -3006,8 +3124,9 @@ export interface WirelessGatewayLogOption {
3006
3124
  */
3007
3125
  export interface GetLogLevelsByResourceTypesResponse {
3008
3126
  /**
3009
- * <p>The log level for a log message. The log levels can be disabled, or set to <code>ERROR</code> to display
3010
- * less verbose logs containing only error information, or to <code>INFO</code> for more detailed logs.</p>
3127
+ * <p>The log level for a log message. The log levels can be disabled, or set to
3128
+ * <code>ERROR</code> to display less verbose logs containing only error information,
3129
+ * or to <code>INFO</code> for more detailed logs.</p>
3011
3130
  */
3012
3131
  DefaultLogLevel?: LogLevel | string;
3013
3132
  /**
@@ -3030,7 +3149,8 @@ export interface GetMulticastGroupRequest {
3030
3149
  }
3031
3150
  /**
3032
3151
  * @public
3033
- * <p>The LoRaWAN information that is to be returned from getting multicast group information.</p>
3152
+ * <p>The LoRaWAN information that is to be returned from getting multicast group
3153
+ * information.</p>
3034
3154
  */
3035
3155
  export interface LoRaWANMulticastGet {
3036
3156
  /**
@@ -3075,7 +3195,8 @@ export interface GetMulticastGroupResponse {
3075
3195
  */
3076
3196
  Status?: string;
3077
3197
  /**
3078
- * <p>The LoRaWAN information that is to be returned from getting multicast group information.</p>
3198
+ * <p>The LoRaWAN information that is to be returned from getting multicast group
3199
+ * information.</p>
3079
3200
  */
3080
3201
  LoRaWAN?: LoRaWANMulticastGet;
3081
3202
  /**
@@ -3145,11 +3266,13 @@ export interface GetNetworkAnalyzerConfigurationResponse {
3145
3266
  */
3146
3267
  TraceContent?: TraceContent;
3147
3268
  /**
3148
- * <p>List of wireless gateway resources that have been added to the network analyzer configuration.</p>
3269
+ * <p>List of wireless gateway resources that have been added to the network analyzer
3270
+ * configuration.</p>
3149
3271
  */
3150
3272
  WirelessDevices?: string[];
3151
3273
  /**
3152
- * <p>List of wireless gateway resources that have been added to the network analyzer configuration.</p>
3274
+ * <p>List of wireless gateway resources that have been added to the network analyzer
3275
+ * configuration.</p>
3153
3276
  */
3154
3277
  WirelessGateways?: string[];
3155
3278
  /**
@@ -3164,6 +3287,11 @@ export interface GetNetworkAnalyzerConfigurationResponse {
3164
3287
  * <p>Name of the network analyzer configuration.</p>
3165
3288
  */
3166
3289
  Name?: string;
3290
+ /**
3291
+ * <p>List of multicast group resources that have been added to the network analyzer
3292
+ * configuration.</p>
3293
+ */
3294
+ MulticastGroups?: string[];
3167
3295
  }
3168
3296
  /**
3169
3297
  * @public
@@ -3265,9 +3393,10 @@ export interface GetPositionResponse {
3265
3393
  */
3266
3394
  Position?: number[];
3267
3395
  /**
3268
- * <p>The accuracy of the estimated position in meters. An empty value indicates that no position data is available.
3269
- * A value of ‘0.0’ value indicates that position data is available. This data corresponds to the position information
3270
- * that you specified instead of the position computed by solver.</p>
3396
+ * <p>The accuracy of the estimated position in meters. An empty value indicates that no
3397
+ * position data is available. A value of ‘0.0’ value indicates that position data is
3398
+ * available. This data corresponds to the position information that you specified instead
3399
+ * of the position computed by solver.</p>
3271
3400
  */
3272
3401
  Accuracy?: Accuracy;
3273
3402
  /**
@@ -3365,8 +3494,8 @@ export interface GetPositionConfigurationResponse {
3365
3494
  */
3366
3495
  Solvers?: PositionSolverDetails;
3367
3496
  /**
3368
- * <p>The position data destination that describes the AWS IoT rule that processes the device's position data for use by
3369
- * AWS IoT Core for LoRaWAN.</p>
3497
+ * <p>The position data destination that describes the AWS IoT rule that processes the
3498
+ * device's position data for use by AWS IoT Core for LoRaWAN.</p>
3370
3499
  */
3371
3500
  Destination?: string;
3372
3501
  }
@@ -3434,23 +3563,24 @@ export interface WiFiAccessPoint {
3434
3563
  */
3435
3564
  export interface GetPositionEstimateRequest {
3436
3565
  /**
3437
- * <p>Retrieves an estimated device position by resolving WLAN measurement data. The position is
3438
- * resolved using HERE's Wi-Fi based solver.</p>
3566
+ * <p>Retrieves an estimated device position by resolving WLAN measurement data. The
3567
+ * position is resolved using HERE's Wi-Fi based solver.</p>
3439
3568
  */
3440
3569
  WiFiAccessPoints?: WiFiAccessPoint[];
3441
3570
  /**
3442
- * <p>Retrieves an estimated device position by resolving measurement data from cellular radio towers. The
3443
- * position is resolved using HERE's cellular-based solver.</p>
3571
+ * <p>Retrieves an estimated device position by resolving measurement data from cellular
3572
+ * radio towers. The position is resolved using HERE's cellular-based solver.</p>
3444
3573
  */
3445
3574
  CellTowers?: CellTowers;
3446
3575
  /**
3447
- * <p>Retrieves an estimated device position by resolving the IP address information from the device. The
3448
- * position is resolved using MaxMind's IP-based solver.</p>
3576
+ * <p>Retrieves an estimated device position by resolving the IP address information from
3577
+ * the device. The position is resolved using MaxMind's IP-based solver.</p>
3449
3578
  */
3450
3579
  Ip?: Ip;
3451
3580
  /**
3452
- * <p>Retrieves an estimated device position by resolving the global navigation satellite system (GNSS)
3453
- * scan data. The position is resolved using the GNSS solver powered by LoRa Cloud.</p>
3581
+ * <p>Retrieves an estimated device position by resolving the global navigation satellite
3582
+ * system (GNSS) scan data. The position is resolved using the GNSS solver powered by LoRa
3583
+ * Cloud.</p>
3454
3584
  */
3455
3585
  Gnss?: Gnss;
3456
3586
  /**
@@ -3465,8 +3595,9 @@ export interface GetPositionEstimateRequest {
3465
3595
  */
3466
3596
  export interface GetPositionEstimateResponse {
3467
3597
  /**
3468
- * <p>The position information of the resource, displayed as a JSON payload. The payload uses the GeoJSON format,
3469
- * which a format that's used to encode geographic data structures. For more information, see <a href="https://geojson.org/">GeoJSON</a>.</p>
3598
+ * <p>The position information of the resource, displayed as a JSON payload. The payload
3599
+ * uses the GeoJSON format, which a format that's used to encode geographic data
3600
+ * structures. For more information, see <a href="https://geojson.org/">GeoJSON</a>.</p>
3470
3601
  */
3471
3602
  GeoJsonPayload?: Uint8Array;
3472
3603
  }
@@ -3483,7 +3614,8 @@ export interface GetResourceEventConfigurationRequest {
3483
3614
  */
3484
3615
  IdentifierType: IdentifierType | string | undefined;
3485
3616
  /**
3486
- * <p>Partner type of the resource if the identifier type is <code>PartnerAccountId</code>.</p>
3617
+ * <p>Partner type of the resource if the identifier type is
3618
+ * <code>PartnerAccountId</code>.</p>
3487
3619
  */
3488
3620
  PartnerType?: EventNotificationPartnerType | string;
3489
3621
  }
@@ -3517,12 +3649,13 @@ export interface GetResourceEventConfigurationResponse {
3517
3649
  */
3518
3650
  export interface GetResourceLogLevelRequest {
3519
3651
  /**
3520
- * <p>The identifier of the resource. For a Wireless Device, it is the wireless device ID. For a wireless gateway,
3521
- * it is the wireless gateway ID.</p>
3652
+ * <p>The identifier of the resource. For a Wireless Device, it is the wireless device ID.
3653
+ * For a wireless gateway, it is the wireless gateway ID.</p>
3522
3654
  */
3523
3655
  ResourceIdentifier: string | undefined;
3524
3656
  /**
3525
- * <p>The type of the resource, which can be <code>WirelessDevice</code> or <code>WirelessGateway</code>.</p>
3657
+ * <p>The type of the resource, which can be <code>WirelessDevice</code> or
3658
+ * <code>WirelessGateway</code>.</p>
3526
3659
  */
3527
3660
  ResourceType: string | undefined;
3528
3661
  }
@@ -3531,8 +3664,9 @@ export interface GetResourceLogLevelRequest {
3531
3664
  */
3532
3665
  export interface GetResourceLogLevelResponse {
3533
3666
  /**
3534
- * <p>The log level for a log message. The log levels can be disabled, or set to <code>ERROR</code> to display
3535
- * less verbose logs containing only error information, or to <code>INFO</code> for more detailed logs.</p>
3667
+ * <p>The log level for a log message. The log levels can be disabled, or set to
3668
+ * <code>ERROR</code> to display less verbose logs containing only error information,
3669
+ * or to <code>INFO</code> for more detailed logs.</p>
3536
3670
  */
3537
3671
  LogLevel?: LogLevel | string;
3538
3672
  }
@@ -3547,8 +3681,8 @@ export interface GetResourcePositionRequest {
3547
3681
  */
3548
3682
  ResourceIdentifier: string | undefined;
3549
3683
  /**
3550
- * <p>The type of resource for which position information is retrieved, which can be a wireless device or a
3551
- * wireless gateway.</p>
3684
+ * <p>The type of resource for which position information is retrieved, which can be a
3685
+ * wireless device or a wireless gateway.</p>
3552
3686
  */
3553
3687
  ResourceType: PositionResourceType | string | undefined;
3554
3688
  }
@@ -3557,8 +3691,9 @@ export interface GetResourcePositionRequest {
3557
3691
  */
3558
3692
  export interface GetResourcePositionResponse {
3559
3693
  /**
3560
- * <p>The position information of the resource, displayed as a JSON payload. The payload uses the GeoJSON format,
3561
- * which a format that's used to encode geographic data structures. For more information, see <a href="https://geojson.org/">GeoJSON</a>.</p>
3694
+ * <p>The position information of the resource, displayed as a JSON payload. The payload
3695
+ * uses the GeoJSON format, which a format that's used to encode geographic data
3696
+ * structures. For more information, see <a href="https://geojson.org/">GeoJSON</a>.</p>
3562
3697
  */
3563
3698
  GeoJsonPayload?: Uint8Array;
3564
3699
  }
@@ -3579,9 +3714,9 @@ export type WirelessGatewayServiceType = (typeof WirelessGatewayServiceType)[key
3579
3714
  */
3580
3715
  export interface GetServiceEndpointRequest {
3581
3716
  /**
3582
- * <p>The service type for which to get endpoint information about. Can be <code>CUPS</code> for the
3583
- * Configuration and Update Server endpoint, or <code>LNS</code> for the LoRaWAN Network Server endpoint or
3584
- * <code>CLAIM</code> for the global endpoint.</p>
3717
+ * <p>The service type for which to get endpoint information about. Can be <code>CUPS</code>
3718
+ * for the Configuration and Update Server endpoint, or <code>LNS</code> for the LoRaWAN
3719
+ * Network Server endpoint or <code>CLAIM</code> for the global endpoint.</p>
3585
3720
  */
3586
3721
  ServiceType?: WirelessGatewayServiceType | string;
3587
3722
  }
@@ -3822,7 +3957,8 @@ export interface GetWirelessDeviceResponse {
3822
3957
  */
3823
3958
  Arn?: string;
3824
3959
  /**
3825
- * <p>The name of the thing associated with the wireless device. The value is empty if a thing isn't associated with the device.</p>
3960
+ * <p>The name of the thing associated with the wireless device. The value is empty if a
3961
+ * thing isn't associated with the device.</p>
3826
3962
  */
3827
3963
  ThingName?: string;
3828
3964
  /**
@@ -3838,7 +3974,8 @@ export interface GetWirelessDeviceResponse {
3838
3974
  */
3839
3975
  Sidewalk?: SidewalkDevice;
3840
3976
  /**
3841
- * <p>FPort values for the GNSS, stream, and ClockSync functions of the positioning information.</p>
3977
+ * <p>FPort values for the GNSS, stream, and ClockSync functions of the positioning
3978
+ * information.</p>
3842
3979
  */
3843
3980
  Positioning?: PositioningConfigStatus | string;
3844
3981
  }
@@ -4020,6 +4157,9 @@ export interface GetWirelessDeviceStatisticsResponse {
4020
4157
  WirelessDeviceId?: string;
4021
4158
  /**
4022
4159
  * <p>The date and time when the most recent uplink was received.</p>
4160
+ * <note>
4161
+ * <p>This value is only valid for 3 months.</p>
4162
+ * </note>
4023
4163
  */
4024
4164
  LastUplinkReceivedAt?: string;
4025
4165
  /**
@@ -4082,7 +4222,8 @@ export interface GetWirelessGatewayResponse {
4082
4222
  */
4083
4223
  Arn?: string;
4084
4224
  /**
4085
- * <p>The name of the thing associated with the wireless gateway. The value is empty if a thing isn't associated with the gateway.</p>
4225
+ * <p>The name of the thing associated with the wireless gateway. The value is empty if a
4226
+ * thing isn't associated with the gateway.</p>
4086
4227
  */
4087
4228
  ThingName?: string;
4088
4229
  /**
@@ -4108,7 +4249,8 @@ export interface GetWirelessGatewayCertificateResponse {
4108
4249
  */
4109
4250
  IotCertificateId?: string;
4110
4251
  /**
4111
- * <p>The ID of the certificate that is associated with the wireless gateway and used for the LoRaWANNetworkServer endpoint.</p>
4252
+ * <p>The ID of the certificate that is associated with the wireless gateway and used for
4253
+ * the LoRaWANNetworkServer endpoint.</p>
4112
4254
  */
4113
4255
  LoRaWANNetworkServerCertificateId?: string;
4114
4256
  }
@@ -4159,6 +4301,9 @@ export interface GetWirelessGatewayStatisticsResponse {
4159
4301
  WirelessGatewayId?: string;
4160
4302
  /**
4161
4303
  * <p>The date and time when the most recent uplink was received.</p>
4304
+ * <note>
4305
+ * <p>This value is only valid for 3 months.</p>
4306
+ * </note>
4162
4307
  */
4163
4308
  LastUplinkReceivedAt?: string;
4164
4309
  /**
@@ -4189,6 +4334,9 @@ export interface GetWirelessGatewayTaskResponse {
4189
4334
  WirelessGatewayTaskDefinitionId?: string;
4190
4335
  /**
4191
4336
  * <p>The date and time when the most recent uplink was received.</p>
4337
+ * <note>
4338
+ * <p>This value is only valid for 3 months.</p>
4339
+ * </note>
4192
4340
  */
4193
4341
  LastUplinkReceivedAt?: string;
4194
4342
  /**
@@ -4214,7 +4362,9 @@ export interface GetWirelessGatewayTaskDefinitionRequest {
4214
4362
  */
4215
4363
  export interface GetWirelessGatewayTaskDefinitionResponse {
4216
4364
  /**
4217
- * <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>
4365
+ * <p>Whether to automatically create tasks using this task definition for all gateways with
4366
+ * the specified current version. If <code>false</code>, the task must me created by
4367
+ * calling <code>CreateWirelessGatewayTask</code>.</p>
4218
4368
  */
4219
4369
  AutoCreateTasks?: boolean;
4220
4370
  /**
@@ -4285,7 +4435,9 @@ export interface ListDestinationsRequest {
4285
4435
  */
4286
4436
  MaxResults?: number;
4287
4437
  /**
4288
- * <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>
4438
+ * <p>To retrieve the next set of results, the <code>nextToken</code> value from a previous
4439
+ * response; otherwise <b>null</b> to receive the first set of
4440
+ * results.</p>
4289
4441
  */
4290
4442
  NextToken?: string;
4291
4443
  }
@@ -4307,7 +4459,9 @@ export interface ListDestinationsResponse {
4307
4459
  */
4308
4460
  export interface ListDeviceProfilesRequest {
4309
4461
  /**
4310
- * <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>
4462
+ * <p>To retrieve the next set of results, the <code>nextToken</code> value from a previous
4463
+ * response; otherwise <b>null</b> to receive the first set of
4464
+ * results.</p>
4311
4465
  */
4312
4466
  NextToken?: string;
4313
4467
  /**
@@ -4387,8 +4541,9 @@ export interface ListEventConfigurationsRequest {
4387
4541
  */
4388
4542
  MaxResults?: number;
4389
4543
  /**
4390
- * <p>To retrieve the next set of results, the <code>nextToken</code> value from a previous response;
4391
- * otherwise <b>null</b> to receive the first set of results.</p>
4544
+ * <p>To retrieve the next set of results, the <code>nextToken</code> value from a previous
4545
+ * response; otherwise <b>null</b> to receive the first set of
4546
+ * results.</p>
4392
4547
  */
4393
4548
  NextToken?: string;
4394
4549
  }
@@ -4397,8 +4552,9 @@ export interface ListEventConfigurationsRequest {
4397
4552
  */
4398
4553
  export interface ListEventConfigurationsResponse {
4399
4554
  /**
4400
- * <p>To retrieve the next set of results, the <code>nextToken</code> value from a previous response;
4401
- * otherwise <b>null</b> to receive the first set of results.</p>
4555
+ * <p>To retrieve the next set of results, the <code>nextToken</code> value from a previous
4556
+ * response; otherwise <b>null</b> to receive the first set of
4557
+ * results.</p>
4402
4558
  */
4403
4559
  NextToken?: string;
4404
4560
  /**
@@ -4411,7 +4567,9 @@ export interface ListEventConfigurationsResponse {
4411
4567
  */
4412
4568
  export interface ListFuotaTasksRequest {
4413
4569
  /**
4414
- * <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>
4570
+ * <p>To retrieve the next set of results, the <code>nextToken</code> value from a previous
4571
+ * response; otherwise <b>null</b> to receive the first set of
4572
+ * results.</p>
4415
4573
  */
4416
4574
  NextToken?: string;
4417
4575
  /**
@@ -4424,7 +4582,9 @@ export interface ListFuotaTasksRequest {
4424
4582
  */
4425
4583
  export interface ListFuotaTasksResponse {
4426
4584
  /**
4427
- * <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>
4585
+ * <p>To retrieve the next set of results, the <code>nextToken</code> value from a previous
4586
+ * response; otherwise <b>null</b> to receive the first set of
4587
+ * results.</p>
4428
4588
  */
4429
4589
  NextToken?: string;
4430
4590
  /**
@@ -4437,7 +4597,9 @@ export interface ListFuotaTasksResponse {
4437
4597
  */
4438
4598
  export interface ListMulticastGroupsRequest {
4439
4599
  /**
4440
- * <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>
4600
+ * <p>To retrieve the next set of results, the <code>nextToken</code> value from a previous
4601
+ * response; otherwise <b>null</b> to receive the first set of
4602
+ * results.</p>
4441
4603
  */
4442
4604
  NextToken?: string;
4443
4605
  /**
@@ -4468,7 +4630,9 @@ export interface MulticastGroup {
4468
4630
  */
4469
4631
  export interface ListMulticastGroupsResponse {
4470
4632
  /**
4471
- * <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>
4633
+ * <p>To retrieve the next set of results, the <code>nextToken</code> value from a previous
4634
+ * response; otherwise <b>null</b> to receive the first set of
4635
+ * results.</p>
4472
4636
  */
4473
4637
  NextToken?: string;
4474
4638
  /**
@@ -4485,7 +4649,9 @@ export interface ListMulticastGroupsByFuotaTaskRequest {
4485
4649
  */
4486
4650
  Id: string | undefined;
4487
4651
  /**
4488
- * <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>
4652
+ * <p>To retrieve the next set of results, the <code>nextToken</code> value from a previous
4653
+ * response; otherwise <b>null</b> to receive the first set of
4654
+ * results.</p>
4489
4655
  */
4490
4656
  NextToken?: string;
4491
4657
  /**
@@ -4508,7 +4674,9 @@ export interface MulticastGroupByFuotaTask {
4508
4674
  */
4509
4675
  export interface ListMulticastGroupsByFuotaTaskResponse {
4510
4676
  /**
4511
- * <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>
4677
+ * <p>To retrieve the next set of results, the <code>nextToken</code> value from a previous
4678
+ * response; otherwise <b>null</b> to receive the first set of
4679
+ * results.</p>
4512
4680
  */
4513
4681
  NextToken?: string;
4514
4682
  /**
@@ -4525,7 +4693,9 @@ export interface ListNetworkAnalyzerConfigurationsRequest {
4525
4693
  */
4526
4694
  MaxResults?: number;
4527
4695
  /**
4528
- * <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>
4696
+ * <p>To retrieve the next set of results, the <code>nextToken</code> value from a previous
4697
+ * response; otherwise <b>null</b> to receive the first set of
4698
+ * results.</p>
4529
4699
  */
4530
4700
  NextToken?: string;
4531
4701
  }
@@ -4561,7 +4731,9 @@ export interface ListNetworkAnalyzerConfigurationsResponse {
4561
4731
  */
4562
4732
  export interface ListPartnerAccountsRequest {
4563
4733
  /**
4564
- * <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>
4734
+ * <p>To retrieve the next set of results, the <code>nextToken</code> value from a previous
4735
+ * response; otherwise <b>null</b> to receive the first set of
4736
+ * results.</p>
4565
4737
  */
4566
4738
  NextToken?: string;
4567
4739
  /**
@@ -4595,8 +4767,9 @@ export interface ListPositionConfigurationsRequest {
4595
4767
  */
4596
4768
  MaxResults?: number;
4597
4769
  /**
4598
- * <p>To retrieve the next set of results, the <code>nextToken</code> value from a previous response; otherwise <b>null</b>
4599
- * to receive the first set of results.</p>
4770
+ * <p>To retrieve the next set of results, the <code>nextToken</code> value from a previous
4771
+ * response; otherwise <b>null</b> to receive the first set of
4772
+ * results.</p>
4600
4773
  */
4601
4774
  NextToken?: string;
4602
4775
  }
@@ -4618,8 +4791,8 @@ export interface PositionConfigurationItem {
4618
4791
  */
4619
4792
  Solvers?: PositionSolverDetails;
4620
4793
  /**
4621
- * <p>The position data destination that describes the AWS IoT rule that processes the device's position
4622
- * data for use by AWS IoT Core for LoRaWAN.</p>
4794
+ * <p>The position data destination that describes the AWS IoT rule that processes the
4795
+ * device's position data for use by AWS IoT Core for LoRaWAN.</p>
4623
4796
  */
4624
4797
  Destination?: string;
4625
4798
  }
@@ -4641,12 +4814,14 @@ export interface ListPositionConfigurationsResponse {
4641
4814
  */
4642
4815
  export interface ListQueuedMessagesRequest {
4643
4816
  /**
4644
- * <p>The ID of a given wireless device which the downlink message packets are being sent.</p>
4817
+ * <p>The ID of a given wireless device which the downlink message packets are being
4818
+ * sent.</p>
4645
4819
  */
4646
4820
  Id: string | undefined;
4647
4821
  /**
4648
- * <p>To retrieve the next set of results, the <code>nextToken</code> value from a previous response; otherwise
4649
- * <b>null</b> to receive the first set of results.</p>
4822
+ * <p>To retrieve the next set of results, the <code>nextToken</code> value from a previous
4823
+ * response; otherwise <b>null</b> to receive the first set of
4824
+ * results.</p>
4650
4825
  */
4651
4826
  NextToken?: string;
4652
4827
  /**
@@ -4663,8 +4838,9 @@ export interface ListQueuedMessagesRequest {
4663
4838
  */
4664
4839
  export interface ListQueuedMessagesResponse {
4665
4840
  /**
4666
- * <p>To retrieve the next set of results, the <code>nextToken</code> value from a previous response;
4667
- * otherwise <b>null</b> to receive the first set of results.</p>
4841
+ * <p>To retrieve the next set of results, the <code>nextToken</code> value from a previous
4842
+ * response; otherwise <b>null</b> to receive the first set of
4843
+ * results.</p>
4668
4844
  */
4669
4845
  NextToken?: string;
4670
4846
  /**
@@ -4677,7 +4853,9 @@ export interface ListQueuedMessagesResponse {
4677
4853
  */
4678
4854
  export interface ListServiceProfilesRequest {
4679
4855
  /**
4680
- * <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>
4856
+ * <p>To retrieve the next set of results, the <code>nextToken</code> value from a previous
4857
+ * response; otherwise <b>null</b> to receive the first set of
4858
+ * results.</p>
4681
4859
  */
4682
4860
  NextToken?: string;
4683
4861
  /**
@@ -4730,7 +4908,8 @@ export interface ListTagsForResourceRequest {
4730
4908
  */
4731
4909
  export interface ListTagsForResourceResponse {
4732
4910
  /**
4733
- * <p>The tags to attach to the specified resource. Tags are metadata that you can use to manage a resource.</p>
4911
+ * <p>The tags to attach to the specified resource. Tags are metadata that you can use to
4912
+ * manage a resource.</p>
4734
4913
  */
4735
4914
  Tags?: Tag[];
4736
4915
  }
@@ -4826,7 +5005,9 @@ export interface ListWirelessDevicesRequest {
4826
5005
  */
4827
5006
  MaxResults?: number;
4828
5007
  /**
4829
- * <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>
5008
+ * <p>To retrieve the next set of results, the <code>nextToken</code> value from a previous
5009
+ * response; otherwise <b>null</b> to receive the first set of
5010
+ * results.</p>
4830
5011
  */
4831
5012
  NextToken?: string;
4832
5013
  /**
@@ -4864,36 +5045,6 @@ export interface LoRaWANListDevice {
4864
5045
  */
4865
5046
  DevEui?: string;
4866
5047
  }
4867
- /**
4868
- * @public
4869
- * <p>Sidewalk object used by list functions.</p>
4870
- */
4871
- export interface SidewalkListDevice {
4872
- /**
4873
- * <p>The Sidewalk Amazon ID.</p>
4874
- */
4875
- AmazonId?: string;
4876
- /**
4877
- * <p>The sidewalk device identification.</p>
4878
- */
4879
- SidewalkId?: string;
4880
- /**
4881
- * <p>The Sidewalk manufacturing series number.</p>
4882
- */
4883
- SidewalkManufacturingSn?: string;
4884
- /**
4885
- * <p>The sidewalk device certificates for Ed25519 and P256r1.</p>
4886
- */
4887
- DeviceCertificates?: CertificateList[];
4888
- /**
4889
- * <p>Sidewalk object used by list functions.</p>
4890
- */
4891
- DeviceProfileId?: string;
4892
- /**
4893
- * <p>The status of the Sidewalk devices, such as provisioned or registered.</p>
4894
- */
4895
- Status?: WirelessDeviceSidewalkStatus | string;
4896
- }
4897
5048
  /**
4898
5049
  * @internal
4899
5050
  */