@aws-sdk/client-iot-wireless 3.42.0 → 3.47.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (57) hide show
  1. package/CHANGELOG.md +51 -0
  2. package/README.md +11 -1
  3. package/dist-cjs/IoTWireless.js +60 -0
  4. package/dist-cjs/commands/DeleteQueuedMessagesCommand.js +36 -0
  5. package/dist-cjs/commands/GetNetworkAnalyzerConfigurationCommand.js +36 -0
  6. package/dist-cjs/commands/ListQueuedMessagesCommand.js +36 -0
  7. package/dist-cjs/commands/UpdateNetworkAnalyzerConfigurationCommand.js +36 -0
  8. package/dist-cjs/commands/index.js +4 -0
  9. package/dist-cjs/endpoints.js +48 -1
  10. package/dist-cjs/models/models_0.js +77 -54
  11. package/dist-cjs/pagination/ListQueuedMessagesPaginator.js +35 -0
  12. package/dist-cjs/pagination/index.js +1 -0
  13. package/dist-cjs/protocols/Aws_restJson1.js +545 -4
  14. package/dist-cjs/runtimeConfig.browser.js +7 -2
  15. package/dist-cjs/runtimeConfig.js +9 -3
  16. package/dist-es/IoTWireless.js +60 -0
  17. package/dist-es/commands/DeleteQueuedMessagesCommand.js +39 -0
  18. package/dist-es/commands/GetNetworkAnalyzerConfigurationCommand.js +39 -0
  19. package/dist-es/commands/ListQueuedMessagesCommand.js +39 -0
  20. package/dist-es/commands/UpdateNetworkAnalyzerConfigurationCommand.js +39 -0
  21. package/dist-es/commands/index.js +4 -0
  22. package/dist-es/endpoints.js +48 -1
  23. package/dist-es/models/models_0.js +49 -32
  24. package/dist-es/pagination/ListQueuedMessagesPaginator.js +74 -0
  25. package/dist-es/pagination/index.js +1 -0
  26. package/dist-es/protocols/Aws_restJson1.js +629 -32
  27. package/dist-es/runtimeConfig.browser.js +12 -3
  28. package/dist-es/runtimeConfig.js +13 -6
  29. package/dist-types/IoTWireless.d.ts +39 -1
  30. package/dist-types/IoTWirelessClient.d.ts +22 -4
  31. package/dist-types/commands/DeleteQueuedMessagesCommand.d.ts +35 -0
  32. package/dist-types/commands/GetNetworkAnalyzerConfigurationCommand.d.ts +35 -0
  33. package/dist-types/commands/ListQueuedMessagesCommand.d.ts +35 -0
  34. package/dist-types/commands/UpdateNetworkAnalyzerConfigurationCommand.d.ts +35 -0
  35. package/dist-types/commands/index.d.ts +4 -0
  36. package/dist-types/models/models_0.d.ts +205 -57
  37. package/dist-types/pagination/ListQueuedMessagesPaginator.d.ts +4 -0
  38. package/dist-types/pagination/index.d.ts +1 -0
  39. package/dist-types/protocols/Aws_restJson1.d.ts +12 -0
  40. package/dist-types/runtimeConfig.browser.d.ts +3 -2
  41. package/dist-types/runtimeConfig.d.ts +4 -3
  42. package/dist-types/runtimeConfig.native.d.ts +1 -0
  43. package/dist-types/ts3.4/IoTWireless.d.ts +20 -0
  44. package/dist-types/ts3.4/IoTWirelessClient.d.ts +9 -3
  45. package/dist-types/ts3.4/commands/DeleteQueuedMessagesCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/GetNetworkAnalyzerConfigurationCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/ListQueuedMessagesCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/UpdateNetworkAnalyzerConfigurationCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/index.d.ts +4 -0
  50. package/dist-types/ts3.4/models/models_0.d.ts +125 -37
  51. package/dist-types/ts3.4/pagination/ListQueuedMessagesPaginator.d.ts +4 -0
  52. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  53. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -0
  54. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
  55. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
  56. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
  57. package/package.json +38 -45
@@ -91,12 +91,6 @@ export interface AccessDeniedException extends __SmithyException, $MetadataBeare
91
91
  $fault: "client";
92
92
  Message?: string;
93
93
  }
94
- export declare namespace AccessDeniedException {
95
- /**
96
- * @internal
97
- */
98
- const filterSensitiveLog: (obj: AccessDeniedException) => any;
99
- }
100
94
  /**
101
95
  * <p>Information about a Sidewalk account.</p>
102
96
  */
@@ -187,12 +181,6 @@ export interface ConflictException extends __SmithyException, $MetadataBearer {
187
181
  */
188
182
  ResourceType?: string;
189
183
  }
190
- export declare namespace ConflictException {
191
- /**
192
- * @internal
193
- */
194
- const filterSensitiveLog: (obj: ConflictException) => any;
195
- }
196
184
  /**
197
185
  * <p>An unexpected error occurred while processing a request.</p>
198
186
  */
@@ -201,12 +189,6 @@ export interface InternalServerException extends __SmithyException, $MetadataBea
201
189
  $fault: "server";
202
190
  Message?: string;
203
191
  }
204
- export declare namespace InternalServerException {
205
- /**
206
- * @internal
207
- */
208
- const filterSensitiveLog: (obj: InternalServerException) => any;
209
- }
210
192
  /**
211
193
  * <p>Resource does not exist.</p>
212
194
  */
@@ -223,12 +205,6 @@ export interface ResourceNotFoundException extends __SmithyException, $MetadataB
223
205
  */
224
206
  ResourceType?: string;
225
207
  }
226
- export declare namespace ResourceNotFoundException {
227
- /**
228
- * @internal
229
- */
230
- const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
231
- }
232
208
  /**
233
209
  * <p>The request was denied because it exceeded the allowed API request rate.</p>
234
210
  */
@@ -237,12 +213,6 @@ export interface ThrottlingException extends __SmithyException, $MetadataBearer
237
213
  $fault: "client";
238
214
  Message?: string;
239
215
  }
240
- export declare namespace ThrottlingException {
241
- /**
242
- * @internal
243
- */
244
- const filterSensitiveLog: (obj: ThrottlingException) => any;
245
- }
246
216
  /**
247
217
  * <p>The input did not meet the specified constraints.</p>
248
218
  */
@@ -251,12 +221,6 @@ export interface ValidationException extends __SmithyException, $MetadataBearer
251
221
  $fault: "client";
252
222
  Message?: string;
253
223
  }
254
- export declare namespace ValidationException {
255
- /**
256
- * @internal
257
- */
258
- const filterSensitiveLog: (obj: ValidationException) => any;
259
- }
260
224
  export interface AssociateMulticastGroupWithFuotaTaskRequest {
261
225
  /**
262
226
  * <p>The ID of a FUOTA task.</p>
@@ -1317,6 +1281,34 @@ export declare namespace DeleteMulticastGroupResponse {
1317
1281
  */
1318
1282
  const filterSensitiveLog: (obj: DeleteMulticastGroupResponse) => any;
1319
1283
  }
1284
+ export interface DeleteQueuedMessagesRequest {
1285
+ /**
1286
+ * <p>Id of a given wireless device which messages will be deleted </p>
1287
+ */
1288
+ Id: string | undefined;
1289
+ /**
1290
+ * <p>if messageID=="*", the queue for a particular wireless deviceId will be purged, otherwise, the specific message with messageId will be deleted </p>
1291
+ */
1292
+ MessageId: string | undefined;
1293
+ /**
1294
+ * <p>The wireless device type, it is either Sidewalk or LoRaWAN. </p>
1295
+ */
1296
+ WirelessDeviceType?: WirelessDeviceType | string;
1297
+ }
1298
+ export declare namespace DeleteQueuedMessagesRequest {
1299
+ /**
1300
+ * @internal
1301
+ */
1302
+ const filterSensitiveLog: (obj: DeleteQueuedMessagesRequest) => any;
1303
+ }
1304
+ export interface DeleteQueuedMessagesResponse {
1305
+ }
1306
+ export declare namespace DeleteQueuedMessagesResponse {
1307
+ /**
1308
+ * @internal
1309
+ */
1310
+ const filterSensitiveLog: (obj: DeleteQueuedMessagesResponse) => any;
1311
+ }
1320
1312
  export interface DeleteServiceProfileRequest {
1321
1313
  /**
1322
1314
  * <p>The ID of the resource to delete.</p>
@@ -1676,6 +1668,48 @@ export declare namespace DisassociateWirelessGatewayFromThingResponse {
1676
1668
  */
1677
1669
  const filterSensitiveLog: (obj: DisassociateWirelessGatewayFromThingResponse) => any;
1678
1670
  }
1671
+ /**
1672
+ * <p>LoRaWAN router info.</p>
1673
+ */
1674
+ export interface LoRaWANSendDataToDevice {
1675
+ /**
1676
+ * <p>The Fport value.</p>
1677
+ */
1678
+ FPort?: number;
1679
+ }
1680
+ export declare namespace LoRaWANSendDataToDevice {
1681
+ /**
1682
+ * @internal
1683
+ */
1684
+ const filterSensitiveLog: (obj: LoRaWANSendDataToDevice) => any;
1685
+ }
1686
+ /**
1687
+ * <p>The message in downlink queue.</p>
1688
+ */
1689
+ export interface DownlinkQueueMessage {
1690
+ /**
1691
+ * <p> The messageId allocated by IoT Wireless for tracing purpose</p>
1692
+ */
1693
+ MessageId?: string;
1694
+ /**
1695
+ * <p>The transmit mode to use to send data to the wireless device. Can be: <code>0</code> for UM (unacknowledge mode) or <code>1</code> for AM (acknowledge mode).</p>
1696
+ */
1697
+ TransmitMode?: number;
1698
+ /**
1699
+ * <p>The timestamp that Iot Wireless received the message.</p>
1700
+ */
1701
+ ReceivedAt?: string;
1702
+ /**
1703
+ * <p>LoRaWAN router info.</p>
1704
+ */
1705
+ LoRaWAN?: LoRaWANSendDataToDevice;
1706
+ }
1707
+ export declare namespace DownlinkQueueMessage {
1708
+ /**
1709
+ * @internal
1710
+ */
1711
+ const filterSensitiveLog: (obj: DownlinkQueueMessage) => any;
1712
+ }
1679
1713
  export declare enum Event {
1680
1714
  ACK = "ack",
1681
1715
  DISCOVERED = "discovered",
@@ -2145,6 +2179,61 @@ export declare namespace GetMulticastGroupSessionResponse {
2145
2179
  */
2146
2180
  const filterSensitiveLog: (obj: GetMulticastGroupSessionResponse) => any;
2147
2181
  }
2182
+ export interface GetNetworkAnalyzerConfigurationRequest {
2183
+ /**
2184
+ * <p>NetworkAnalyzer configuration name.</p>
2185
+ */
2186
+ ConfigurationName: string | undefined;
2187
+ }
2188
+ export declare namespace GetNetworkAnalyzerConfigurationRequest {
2189
+ /**
2190
+ * @internal
2191
+ */
2192
+ const filterSensitiveLog: (obj: GetNetworkAnalyzerConfigurationRequest) => any;
2193
+ }
2194
+ export declare enum WirelessDeviceFrameInfo {
2195
+ DISABLED = "DISABLED",
2196
+ ENABLED = "ENABLED"
2197
+ }
2198
+ /**
2199
+ * <p>Trace Content for resources.</p>
2200
+ */
2201
+ export interface TraceContent {
2202
+ /**
2203
+ * <p>WirelessDevice FrameInfo for trace content.</p>
2204
+ */
2205
+ WirelessDeviceFrameInfo?: WirelessDeviceFrameInfo | string;
2206
+ /**
2207
+ * <p>The log level for a log message.</p>
2208
+ */
2209
+ LogLevel?: LogLevel | string;
2210
+ }
2211
+ export declare namespace TraceContent {
2212
+ /**
2213
+ * @internal
2214
+ */
2215
+ const filterSensitiveLog: (obj: TraceContent) => any;
2216
+ }
2217
+ export interface GetNetworkAnalyzerConfigurationResponse {
2218
+ /**
2219
+ * <p>Trace Content for resources.</p>
2220
+ */
2221
+ TraceContent?: TraceContent;
2222
+ /**
2223
+ * <p>List of WirelessDevices in the NetworkAnalyzerConfiguration.</p>
2224
+ */
2225
+ WirelessDevices?: string[];
2226
+ /**
2227
+ * <p>List of WirelessGateways in the NetworkAnalyzerConfiguration.</p>
2228
+ */
2229
+ WirelessGateways?: string[];
2230
+ }
2231
+ export declare namespace GetNetworkAnalyzerConfigurationResponse {
2232
+ /**
2233
+ * @internal
2234
+ */
2235
+ const filterSensitiveLog: (obj: GetNetworkAnalyzerConfigurationResponse) => any;
2236
+ }
2148
2237
  export interface GetPartnerAccountRequest {
2149
2238
  /**
2150
2239
  * <p>The partner account ID to disassociate from the AWS account.</p>
@@ -3126,6 +3215,46 @@ export declare namespace ListPartnerAccountsResponse {
3126
3215
  */
3127
3216
  const filterSensitiveLog: (obj: ListPartnerAccountsResponse) => any;
3128
3217
  }
3218
+ export interface ListQueuedMessagesRequest {
3219
+ /**
3220
+ * <p>Id of a given wireless device which the downlink packets are targeted </p>
3221
+ */
3222
+ Id: string | undefined;
3223
+ /**
3224
+ * <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>
3225
+ */
3226
+ NextToken?: string;
3227
+ /**
3228
+ * <p>The maximum number of results to return in this operation.</p>
3229
+ */
3230
+ MaxResults?: number;
3231
+ /**
3232
+ * <p>The wireless device type, it is either Sidewalk or LoRaWAN.</p>
3233
+ */
3234
+ WirelessDeviceType?: WirelessDeviceType | string;
3235
+ }
3236
+ export declare namespace ListQueuedMessagesRequest {
3237
+ /**
3238
+ * @internal
3239
+ */
3240
+ const filterSensitiveLog: (obj: ListQueuedMessagesRequest) => any;
3241
+ }
3242
+ export interface ListQueuedMessagesResponse {
3243
+ /**
3244
+ * <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>
3245
+ */
3246
+ NextToken?: string;
3247
+ /**
3248
+ * <p>The messages in downlink queue.</p>
3249
+ */
3250
+ DownlinkQueueMessagesList?: DownlinkQueueMessage[];
3251
+ }
3252
+ export declare namespace ListQueuedMessagesResponse {
3253
+ /**
3254
+ * @internal
3255
+ */
3256
+ const filterSensitiveLog: (obj: ListQueuedMessagesResponse) => any;
3257
+ }
3129
3258
  export interface ListServiceProfilesRequest {
3130
3259
  /**
3131
3260
  * <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>
@@ -3638,21 +3767,6 @@ export declare namespace SendDataToMulticastGroupResponse {
3638
3767
  */
3639
3768
  const filterSensitiveLog: (obj: SendDataToMulticastGroupResponse) => any;
3640
3769
  }
3641
- /**
3642
- * <p>LoRaWAN router info.</p>
3643
- */
3644
- export interface LoRaWANSendDataToDevice {
3645
- /**
3646
- * <p>The Fport value.</p>
3647
- */
3648
- FPort?: number;
3649
- }
3650
- export declare namespace LoRaWANSendDataToDevice {
3651
- /**
3652
- * @internal
3653
- */
3654
- const filterSensitiveLog: (obj: LoRaWANSendDataToDevice) => any;
3655
- }
3656
3770
  export declare enum MessageType {
3657
3771
  CUSTOM_COMMAND_ID_GET = "CUSTOM_COMMAND_ID_GET",
3658
3772
  CUSTOM_COMMAND_ID_NOTIFY = "CUSTOM_COMMAND_ID_NOTIFY",
@@ -3888,12 +4002,6 @@ export interface TooManyTagsException extends __SmithyException, $MetadataBearer
3888
4002
  */
3889
4003
  ResourceName?: string;
3890
4004
  }
3891
- export declare namespace TooManyTagsException {
3892
- /**
3893
- * @internal
3894
- */
3895
- const filterSensitiveLog: (obj: TooManyTagsException) => any;
3896
- }
3897
4005
  export interface TestWirelessDeviceRequest {
3898
4006
  /**
3899
4007
  * <p>The ID of the wireless device to test.</p>
@@ -4078,6 +4186,46 @@ export declare namespace UpdateMulticastGroupResponse {
4078
4186
  */
4079
4187
  const filterSensitiveLog: (obj: UpdateMulticastGroupResponse) => any;
4080
4188
  }
4189
+ export interface UpdateNetworkAnalyzerConfigurationRequest {
4190
+ /**
4191
+ * <p>NetworkAnalyzer configuration name.</p>
4192
+ */
4193
+ ConfigurationName: string | undefined;
4194
+ /**
4195
+ * <p>Trace Content for resources.</p>
4196
+ */
4197
+ TraceContent?: TraceContent;
4198
+ /**
4199
+ * <p>WirelessDevices to add into NetworkAnalyzerConfiguration.</p>
4200
+ */
4201
+ WirelessDevicesToAdd?: string[];
4202
+ /**
4203
+ * <p>WirelessDevices to remove from NetworkAnalyzerConfiguration.</p>
4204
+ */
4205
+ WirelessDevicesToRemove?: string[];
4206
+ /**
4207
+ * <p>WirelessGateways to add into NetworkAnalyzerConfiguration.</p>
4208
+ */
4209
+ WirelessGatewaysToAdd?: string[];
4210
+ /**
4211
+ * <p>WirelessGateways to remove from NetworkAnalyzerConfiguration.</p>
4212
+ */
4213
+ WirelessGatewaysToRemove?: string[];
4214
+ }
4215
+ export declare namespace UpdateNetworkAnalyzerConfigurationRequest {
4216
+ /**
4217
+ * @internal
4218
+ */
4219
+ const filterSensitiveLog: (obj: UpdateNetworkAnalyzerConfigurationRequest) => any;
4220
+ }
4221
+ export interface UpdateNetworkAnalyzerConfigurationResponse {
4222
+ }
4223
+ export declare namespace UpdateNetworkAnalyzerConfigurationResponse {
4224
+ /**
4225
+ * @internal
4226
+ */
4227
+ const filterSensitiveLog: (obj: UpdateNetworkAnalyzerConfigurationResponse) => any;
4228
+ }
4081
4229
  /**
4082
4230
  * <p>Sidewalk update.</p>
4083
4231
  */
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListQueuedMessagesCommandInput, ListQueuedMessagesCommandOutput } from "../commands/ListQueuedMessagesCommand";
3
+ import { IoTWirelessPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListQueuedMessages(config: IoTWirelessPaginationConfiguration, input: ListQueuedMessagesCommandInput, ...additionalArguments: any): Paginator<ListQueuedMessagesCommandOutput>;
@@ -4,6 +4,7 @@ export * from "./ListDeviceProfilesPaginator";
4
4
  export * from "./ListFuotaTasksPaginator";
5
5
  export * from "./ListMulticastGroupsByFuotaTaskPaginator";
6
6
  export * from "./ListMulticastGroupsPaginator";
7
+ export * from "./ListQueuedMessagesPaginator";
7
8
  export * from "./ListServiceProfilesPaginator";
8
9
  export * from "./ListWirelessDevicesPaginator";
9
10
  export * from "./ListWirelessGatewaysPaginator";
@@ -21,6 +21,7 @@ import { DeleteDestinationCommandInput, DeleteDestinationCommandOutput } from ".
21
21
  import { DeleteDeviceProfileCommandInput, DeleteDeviceProfileCommandOutput } from "../commands/DeleteDeviceProfileCommand";
22
22
  import { DeleteFuotaTaskCommandInput, DeleteFuotaTaskCommandOutput } from "../commands/DeleteFuotaTaskCommand";
23
23
  import { DeleteMulticastGroupCommandInput, DeleteMulticastGroupCommandOutput } from "../commands/DeleteMulticastGroupCommand";
24
+ import { DeleteQueuedMessagesCommandInput, DeleteQueuedMessagesCommandOutput } from "../commands/DeleteQueuedMessagesCommand";
24
25
  import { DeleteServiceProfileCommandInput, DeleteServiceProfileCommandOutput } from "../commands/DeleteServiceProfileCommand";
25
26
  import { DeleteWirelessDeviceCommandInput, DeleteWirelessDeviceCommandOutput } from "../commands/DeleteWirelessDeviceCommand";
26
27
  import { DeleteWirelessGatewayCommandInput, DeleteWirelessGatewayCommandOutput } from "../commands/DeleteWirelessGatewayCommand";
@@ -39,6 +40,7 @@ import { GetFuotaTaskCommandInput, GetFuotaTaskCommandOutput } from "../commands
39
40
  import { GetLogLevelsByResourceTypesCommandInput, GetLogLevelsByResourceTypesCommandOutput } from "../commands/GetLogLevelsByResourceTypesCommand";
40
41
  import { GetMulticastGroupCommandInput, GetMulticastGroupCommandOutput } from "../commands/GetMulticastGroupCommand";
41
42
  import { GetMulticastGroupSessionCommandInput, GetMulticastGroupSessionCommandOutput } from "../commands/GetMulticastGroupSessionCommand";
43
+ import { GetNetworkAnalyzerConfigurationCommandInput, GetNetworkAnalyzerConfigurationCommandOutput } from "../commands/GetNetworkAnalyzerConfigurationCommand";
42
44
  import { GetPartnerAccountCommandInput, GetPartnerAccountCommandOutput } from "../commands/GetPartnerAccountCommand";
43
45
  import { GetResourceEventConfigurationCommandInput, GetResourceEventConfigurationCommandOutput } from "../commands/GetResourceEventConfigurationCommand";
44
46
  import { GetResourceLogLevelCommandInput, GetResourceLogLevelCommandOutput } from "../commands/GetResourceLogLevelCommand";
@@ -58,6 +60,7 @@ import { ListFuotaTasksCommandInput, ListFuotaTasksCommandOutput } from "../comm
58
60
  import { ListMulticastGroupsByFuotaTaskCommandInput, ListMulticastGroupsByFuotaTaskCommandOutput } from "../commands/ListMulticastGroupsByFuotaTaskCommand";
59
61
  import { ListMulticastGroupsCommandInput, ListMulticastGroupsCommandOutput } from "../commands/ListMulticastGroupsCommand";
60
62
  import { ListPartnerAccountsCommandInput, ListPartnerAccountsCommandOutput } from "../commands/ListPartnerAccountsCommand";
63
+ import { ListQueuedMessagesCommandInput, ListQueuedMessagesCommandOutput } from "../commands/ListQueuedMessagesCommand";
61
64
  import { ListServiceProfilesCommandInput, ListServiceProfilesCommandOutput } from "../commands/ListServiceProfilesCommand";
62
65
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
63
66
  import { ListWirelessDevicesCommandInput, ListWirelessDevicesCommandOutput } from "../commands/ListWirelessDevicesCommand";
@@ -79,6 +82,7 @@ import { UpdateDestinationCommandInput, UpdateDestinationCommandOutput } from ".
79
82
  import { UpdateFuotaTaskCommandInput, UpdateFuotaTaskCommandOutput } from "../commands/UpdateFuotaTaskCommand";
80
83
  import { UpdateLogLevelsByResourceTypesCommandInput, UpdateLogLevelsByResourceTypesCommandOutput } from "../commands/UpdateLogLevelsByResourceTypesCommand";
81
84
  import { UpdateMulticastGroupCommandInput, UpdateMulticastGroupCommandOutput } from "../commands/UpdateMulticastGroupCommand";
85
+ import { UpdateNetworkAnalyzerConfigurationCommandInput, UpdateNetworkAnalyzerConfigurationCommandOutput } from "../commands/UpdateNetworkAnalyzerConfigurationCommand";
82
86
  import { UpdatePartnerAccountCommandInput, UpdatePartnerAccountCommandOutput } from "../commands/UpdatePartnerAccountCommand";
83
87
  import { UpdateResourceEventConfigurationCommandInput, UpdateResourceEventConfigurationCommandOutput } from "../commands/UpdateResourceEventConfigurationCommand";
84
88
  import { UpdateWirelessDeviceCommandInput, UpdateWirelessDeviceCommandOutput } from "../commands/UpdateWirelessDeviceCommand";
@@ -104,6 +108,7 @@ export declare const serializeAws_restJson1DeleteDestinationCommand: (input: Del
104
108
  export declare const serializeAws_restJson1DeleteDeviceProfileCommand: (input: DeleteDeviceProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
109
  export declare const serializeAws_restJson1DeleteFuotaTaskCommand: (input: DeleteFuotaTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
110
  export declare const serializeAws_restJson1DeleteMulticastGroupCommand: (input: DeleteMulticastGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
+ export declare const serializeAws_restJson1DeleteQueuedMessagesCommand: (input: DeleteQueuedMessagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
112
  export declare const serializeAws_restJson1DeleteServiceProfileCommand: (input: DeleteServiceProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
113
  export declare const serializeAws_restJson1DeleteWirelessDeviceCommand: (input: DeleteWirelessDeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
114
  export declare const serializeAws_restJson1DeleteWirelessGatewayCommand: (input: DeleteWirelessGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -122,6 +127,7 @@ export declare const serializeAws_restJson1GetFuotaTaskCommand: (input: GetFuota
122
127
  export declare const serializeAws_restJson1GetLogLevelsByResourceTypesCommand: (input: GetLogLevelsByResourceTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
128
  export declare const serializeAws_restJson1GetMulticastGroupCommand: (input: GetMulticastGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
124
129
  export declare const serializeAws_restJson1GetMulticastGroupSessionCommand: (input: GetMulticastGroupSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
+ export declare const serializeAws_restJson1GetNetworkAnalyzerConfigurationCommand: (input: GetNetworkAnalyzerConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
125
131
  export declare const serializeAws_restJson1GetPartnerAccountCommand: (input: GetPartnerAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
132
  export declare const serializeAws_restJson1GetResourceEventConfigurationCommand: (input: GetResourceEventConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
127
133
  export declare const serializeAws_restJson1GetResourceLogLevelCommand: (input: GetResourceLogLevelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -141,6 +147,7 @@ export declare const serializeAws_restJson1ListFuotaTasksCommand: (input: ListFu
141
147
  export declare const serializeAws_restJson1ListMulticastGroupsCommand: (input: ListMulticastGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
142
148
  export declare const serializeAws_restJson1ListMulticastGroupsByFuotaTaskCommand: (input: ListMulticastGroupsByFuotaTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
143
149
  export declare const serializeAws_restJson1ListPartnerAccountsCommand: (input: ListPartnerAccountsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
150
+ export declare const serializeAws_restJson1ListQueuedMessagesCommand: (input: ListQueuedMessagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
144
151
  export declare const serializeAws_restJson1ListServiceProfilesCommand: (input: ListServiceProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
145
152
  export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
146
153
  export declare const serializeAws_restJson1ListWirelessDevicesCommand: (input: ListWirelessDevicesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -162,6 +169,7 @@ export declare const serializeAws_restJson1UpdateDestinationCommand: (input: Upd
162
169
  export declare const serializeAws_restJson1UpdateFuotaTaskCommand: (input: UpdateFuotaTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
163
170
  export declare const serializeAws_restJson1UpdateLogLevelsByResourceTypesCommand: (input: UpdateLogLevelsByResourceTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
164
171
  export declare const serializeAws_restJson1UpdateMulticastGroupCommand: (input: UpdateMulticastGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
172
+ export declare const serializeAws_restJson1UpdateNetworkAnalyzerConfigurationCommand: (input: UpdateNetworkAnalyzerConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
165
173
  export declare const serializeAws_restJson1UpdatePartnerAccountCommand: (input: UpdatePartnerAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
166
174
  export declare const serializeAws_restJson1UpdateResourceEventConfigurationCommand: (input: UpdateResourceEventConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
167
175
  export declare const serializeAws_restJson1UpdateWirelessDeviceCommand: (input: UpdateWirelessDeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -187,6 +195,7 @@ export declare const deserializeAws_restJson1DeleteDestinationCommand: (output:
187
195
  export declare const deserializeAws_restJson1DeleteDeviceProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDeviceProfileCommandOutput>;
188
196
  export declare const deserializeAws_restJson1DeleteFuotaTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFuotaTaskCommandOutput>;
189
197
  export declare const deserializeAws_restJson1DeleteMulticastGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMulticastGroupCommandOutput>;
198
+ export declare const deserializeAws_restJson1DeleteQueuedMessagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteQueuedMessagesCommandOutput>;
190
199
  export declare const deserializeAws_restJson1DeleteServiceProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteServiceProfileCommandOutput>;
191
200
  export declare const deserializeAws_restJson1DeleteWirelessDeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWirelessDeviceCommandOutput>;
192
201
  export declare const deserializeAws_restJson1DeleteWirelessGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWirelessGatewayCommandOutput>;
@@ -205,6 +214,7 @@ export declare const deserializeAws_restJson1GetFuotaTaskCommand: (output: __Htt
205
214
  export declare const deserializeAws_restJson1GetLogLevelsByResourceTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLogLevelsByResourceTypesCommandOutput>;
206
215
  export declare const deserializeAws_restJson1GetMulticastGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMulticastGroupCommandOutput>;
207
216
  export declare const deserializeAws_restJson1GetMulticastGroupSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMulticastGroupSessionCommandOutput>;
217
+ export declare const deserializeAws_restJson1GetNetworkAnalyzerConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetNetworkAnalyzerConfigurationCommandOutput>;
208
218
  export declare const deserializeAws_restJson1GetPartnerAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPartnerAccountCommandOutput>;
209
219
  export declare const deserializeAws_restJson1GetResourceEventConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourceEventConfigurationCommandOutput>;
210
220
  export declare const deserializeAws_restJson1GetResourceLogLevelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourceLogLevelCommandOutput>;
@@ -224,6 +234,7 @@ export declare const deserializeAws_restJson1ListFuotaTasksCommand: (output: __H
224
234
  export declare const deserializeAws_restJson1ListMulticastGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMulticastGroupsCommandOutput>;
225
235
  export declare const deserializeAws_restJson1ListMulticastGroupsByFuotaTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMulticastGroupsByFuotaTaskCommandOutput>;
226
236
  export declare const deserializeAws_restJson1ListPartnerAccountsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPartnerAccountsCommandOutput>;
237
+ export declare const deserializeAws_restJson1ListQueuedMessagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListQueuedMessagesCommandOutput>;
227
238
  export declare const deserializeAws_restJson1ListServiceProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServiceProfilesCommandOutput>;
228
239
  export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
229
240
  export declare const deserializeAws_restJson1ListWirelessDevicesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWirelessDevicesCommandOutput>;
@@ -245,6 +256,7 @@ export declare const deserializeAws_restJson1UpdateDestinationCommand: (output:
245
256
  export declare const deserializeAws_restJson1UpdateFuotaTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFuotaTaskCommandOutput>;
246
257
  export declare const deserializeAws_restJson1UpdateLogLevelsByResourceTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLogLevelsByResourceTypesCommandOutput>;
247
258
  export declare const deserializeAws_restJson1UpdateMulticastGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMulticastGroupCommandOutput>;
259
+ export declare const deserializeAws_restJson1UpdateNetworkAnalyzerConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateNetworkAnalyzerConfigurationCommandOutput>;
248
260
  export declare const deserializeAws_restJson1UpdatePartnerAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePartnerAccountCommandOutput>;
249
261
  export declare const deserializeAws_restJson1UpdateResourceEventConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateResourceEventConfigurationCommandOutput>;
250
262
  export declare const deserializeAws_restJson1UpdateWirelessDeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWirelessDeviceCommandOutput>;
@@ -1,10 +1,11 @@
1
- import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
1
+ import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
2
  import { IoTWirelessClientConfig } from "./IoTWirelessClient";
3
3
  /**
4
4
  * @internal
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: IoTWirelessClientConfig) => {
7
7
  runtime: string;
8
+ defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
8
9
  base64Decoder: import("@aws-sdk/types").Decoder;
9
10
  base64Encoder: import("@aws-sdk/types").Encoder;
10
11
  bodyLengthChecker: (body: any) => number | undefined;
@@ -12,7 +13,7 @@ export declare const getRuntimeConfig: (config: IoTWirelessClientConfig) => {
12
13
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
13
14
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
14
15
  region: string | import("@aws-sdk/types").Provider<any>;
15
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | FetchHttpHandler;
16
+ requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
16
17
  retryMode: string | import("@aws-sdk/types").Provider<string>;
17
18
  sha256: import("@aws-sdk/types").HashConstructor;
18
19
  streamCollector: import("@aws-sdk/types").StreamCollector;
@@ -1,18 +1,19 @@
1
- import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
1
+ import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
2
2
  import { IoTWirelessClientConfig } from "./IoTWirelessClient";
3
3
  /**
4
4
  * @internal
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: IoTWirelessClientConfig) => {
7
7
  runtime: string;
8
+ defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
8
9
  base64Decoder: import("@aws-sdk/types").Decoder;
9
10
  base64Encoder: import("@aws-sdk/types").Encoder;
10
11
  bodyLengthChecker: (body: any) => number | undefined;
11
- credentialDefaultProvider: import("@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers").DefaultCredentialProvider;
12
+ credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
12
13
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
13
14
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
14
15
  region: string | import("@aws-sdk/types").Provider<string>;
15
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | NodeHttpHandler;
16
+ requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
16
17
  retryMode: string | import("@aws-sdk/types").Provider<string>;
17
18
  sha256: import("@aws-sdk/types").HashConstructor;
18
19
  streamCollector: import("@aws-sdk/types").StreamCollector;
@@ -25,6 +25,7 @@ export declare const getRuntimeConfig: (config: IoTWirelessClientConfig) => {
25
25
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
26
26
  regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
27
27
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
28
+ defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
28
29
  endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
30
  tls?: boolean | undefined;
30
31
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
@@ -20,6 +20,7 @@ import { DeleteDestinationCommandInput, DeleteDestinationCommandOutput } from ".
20
20
  import { DeleteDeviceProfileCommandInput, DeleteDeviceProfileCommandOutput } from "./commands/DeleteDeviceProfileCommand";
21
21
  import { DeleteFuotaTaskCommandInput, DeleteFuotaTaskCommandOutput } from "./commands/DeleteFuotaTaskCommand";
22
22
  import { DeleteMulticastGroupCommandInput, DeleteMulticastGroupCommandOutput } from "./commands/DeleteMulticastGroupCommand";
23
+ import { DeleteQueuedMessagesCommandInput, DeleteQueuedMessagesCommandOutput } from "./commands/DeleteQueuedMessagesCommand";
23
24
  import { DeleteServiceProfileCommandInput, DeleteServiceProfileCommandOutput } from "./commands/DeleteServiceProfileCommand";
24
25
  import { DeleteWirelessDeviceCommandInput, DeleteWirelessDeviceCommandOutput } from "./commands/DeleteWirelessDeviceCommand";
25
26
  import { DeleteWirelessGatewayCommandInput, DeleteWirelessGatewayCommandOutput } from "./commands/DeleteWirelessGatewayCommand";
@@ -38,6 +39,7 @@ import { GetFuotaTaskCommandInput, GetFuotaTaskCommandOutput } from "./commands/
38
39
  import { GetLogLevelsByResourceTypesCommandInput, GetLogLevelsByResourceTypesCommandOutput } from "./commands/GetLogLevelsByResourceTypesCommand";
39
40
  import { GetMulticastGroupCommandInput, GetMulticastGroupCommandOutput } from "./commands/GetMulticastGroupCommand";
40
41
  import { GetMulticastGroupSessionCommandInput, GetMulticastGroupSessionCommandOutput } from "./commands/GetMulticastGroupSessionCommand";
42
+ import { GetNetworkAnalyzerConfigurationCommandInput, GetNetworkAnalyzerConfigurationCommandOutput } from "./commands/GetNetworkAnalyzerConfigurationCommand";
41
43
  import { GetPartnerAccountCommandInput, GetPartnerAccountCommandOutput } from "./commands/GetPartnerAccountCommand";
42
44
  import { GetResourceEventConfigurationCommandInput, GetResourceEventConfigurationCommandOutput } from "./commands/GetResourceEventConfigurationCommand";
43
45
  import { GetResourceLogLevelCommandInput, GetResourceLogLevelCommandOutput } from "./commands/GetResourceLogLevelCommand";
@@ -57,6 +59,7 @@ import { ListFuotaTasksCommandInput, ListFuotaTasksCommandOutput } from "./comma
57
59
  import { ListMulticastGroupsByFuotaTaskCommandInput, ListMulticastGroupsByFuotaTaskCommandOutput } from "./commands/ListMulticastGroupsByFuotaTaskCommand";
58
60
  import { ListMulticastGroupsCommandInput, ListMulticastGroupsCommandOutput } from "./commands/ListMulticastGroupsCommand";
59
61
  import { ListPartnerAccountsCommandInput, ListPartnerAccountsCommandOutput } from "./commands/ListPartnerAccountsCommand";
62
+ import { ListQueuedMessagesCommandInput, ListQueuedMessagesCommandOutput } from "./commands/ListQueuedMessagesCommand";
60
63
  import { ListServiceProfilesCommandInput, ListServiceProfilesCommandOutput } from "./commands/ListServiceProfilesCommand";
61
64
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
62
65
  import { ListWirelessDevicesCommandInput, ListWirelessDevicesCommandOutput } from "./commands/ListWirelessDevicesCommand";
@@ -78,6 +81,7 @@ import { UpdateDestinationCommandInput, UpdateDestinationCommandOutput } from ".
78
81
  import { UpdateFuotaTaskCommandInput, UpdateFuotaTaskCommandOutput } from "./commands/UpdateFuotaTaskCommand";
79
82
  import { UpdateLogLevelsByResourceTypesCommandInput, UpdateLogLevelsByResourceTypesCommandOutput } from "./commands/UpdateLogLevelsByResourceTypesCommand";
80
83
  import { UpdateMulticastGroupCommandInput, UpdateMulticastGroupCommandOutput } from "./commands/UpdateMulticastGroupCommand";
84
+ import { UpdateNetworkAnalyzerConfigurationCommandInput, UpdateNetworkAnalyzerConfigurationCommandOutput } from "./commands/UpdateNetworkAnalyzerConfigurationCommand";
81
85
  import { UpdatePartnerAccountCommandInput, UpdatePartnerAccountCommandOutput } from "./commands/UpdatePartnerAccountCommand";
82
86
  import { UpdateResourceEventConfigurationCommandInput, UpdateResourceEventConfigurationCommandOutput } from "./commands/UpdateResourceEventConfigurationCommand";
83
87
  import { UpdateWirelessDeviceCommandInput, UpdateWirelessDeviceCommandOutput } from "./commands/UpdateWirelessDeviceCommand";
@@ -170,6 +174,10 @@ export declare class IoTWireless extends IoTWirelessClient {
170
174
  deleteMulticastGroup(args: DeleteMulticastGroupCommandInput, cb: (err: any, data?: DeleteMulticastGroupCommandOutput) => void): void;
171
175
  deleteMulticastGroup(args: DeleteMulticastGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteMulticastGroupCommandOutput) => void): void;
172
176
 
177
+ deleteQueuedMessages(args: DeleteQueuedMessagesCommandInput, options?: __HttpHandlerOptions): Promise<DeleteQueuedMessagesCommandOutput>;
178
+ deleteQueuedMessages(args: DeleteQueuedMessagesCommandInput, cb: (err: any, data?: DeleteQueuedMessagesCommandOutput) => void): void;
179
+ deleteQueuedMessages(args: DeleteQueuedMessagesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteQueuedMessagesCommandOutput) => void): void;
180
+
173
181
  deleteServiceProfile(args: DeleteServiceProfileCommandInput, options?: __HttpHandlerOptions): Promise<DeleteServiceProfileCommandOutput>;
174
182
  deleteServiceProfile(args: DeleteServiceProfileCommandInput, cb: (err: any, data?: DeleteServiceProfileCommandOutput) => void): void;
175
183
  deleteServiceProfile(args: DeleteServiceProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteServiceProfileCommandOutput) => void): void;
@@ -242,6 +250,10 @@ export declare class IoTWireless extends IoTWirelessClient {
242
250
  getMulticastGroupSession(args: GetMulticastGroupSessionCommandInput, cb: (err: any, data?: GetMulticastGroupSessionCommandOutput) => void): void;
243
251
  getMulticastGroupSession(args: GetMulticastGroupSessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMulticastGroupSessionCommandOutput) => void): void;
244
252
 
253
+ getNetworkAnalyzerConfiguration(args: GetNetworkAnalyzerConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetNetworkAnalyzerConfigurationCommandOutput>;
254
+ getNetworkAnalyzerConfiguration(args: GetNetworkAnalyzerConfigurationCommandInput, cb: (err: any, data?: GetNetworkAnalyzerConfigurationCommandOutput) => void): void;
255
+ getNetworkAnalyzerConfiguration(args: GetNetworkAnalyzerConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetNetworkAnalyzerConfigurationCommandOutput) => void): void;
256
+
245
257
  getPartnerAccount(args: GetPartnerAccountCommandInput, options?: __HttpHandlerOptions): Promise<GetPartnerAccountCommandOutput>;
246
258
  getPartnerAccount(args: GetPartnerAccountCommandInput, cb: (err: any, data?: GetPartnerAccountCommandOutput) => void): void;
247
259
  getPartnerAccount(args: GetPartnerAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPartnerAccountCommandOutput) => void): void;
@@ -318,6 +330,10 @@ export declare class IoTWireless extends IoTWirelessClient {
318
330
  listPartnerAccounts(args: ListPartnerAccountsCommandInput, cb: (err: any, data?: ListPartnerAccountsCommandOutput) => void): void;
319
331
  listPartnerAccounts(args: ListPartnerAccountsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPartnerAccountsCommandOutput) => void): void;
320
332
 
333
+ listQueuedMessages(args: ListQueuedMessagesCommandInput, options?: __HttpHandlerOptions): Promise<ListQueuedMessagesCommandOutput>;
334
+ listQueuedMessages(args: ListQueuedMessagesCommandInput, cb: (err: any, data?: ListQueuedMessagesCommandOutput) => void): void;
335
+ listQueuedMessages(args: ListQueuedMessagesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListQueuedMessagesCommandOutput) => void): void;
336
+
321
337
  listServiceProfiles(args: ListServiceProfilesCommandInput, options?: __HttpHandlerOptions): Promise<ListServiceProfilesCommandOutput>;
322
338
  listServiceProfiles(args: ListServiceProfilesCommandInput, cb: (err: any, data?: ListServiceProfilesCommandOutput) => void): void;
323
339
  listServiceProfiles(args: ListServiceProfilesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListServiceProfilesCommandOutput) => void): void;
@@ -402,6 +418,10 @@ export declare class IoTWireless extends IoTWirelessClient {
402
418
  updateMulticastGroup(args: UpdateMulticastGroupCommandInput, cb: (err: any, data?: UpdateMulticastGroupCommandOutput) => void): void;
403
419
  updateMulticastGroup(args: UpdateMulticastGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateMulticastGroupCommandOutput) => void): void;
404
420
 
421
+ updateNetworkAnalyzerConfiguration(args: UpdateNetworkAnalyzerConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateNetworkAnalyzerConfigurationCommandOutput>;
422
+ updateNetworkAnalyzerConfiguration(args: UpdateNetworkAnalyzerConfigurationCommandInput, cb: (err: any, data?: UpdateNetworkAnalyzerConfigurationCommandOutput) => void): void;
423
+ updateNetworkAnalyzerConfiguration(args: UpdateNetworkAnalyzerConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateNetworkAnalyzerConfigurationCommandOutput) => void): void;
424
+
405
425
  updatePartnerAccount(args: UpdatePartnerAccountCommandInput, options?: __HttpHandlerOptions): Promise<UpdatePartnerAccountCommandOutput>;
406
426
  updatePartnerAccount(args: UpdatePartnerAccountCommandInput, cb: (err: any, data?: UpdatePartnerAccountCommandOutput) => void): void;
407
427
  updatePartnerAccount(args: UpdatePartnerAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePartnerAccountCommandOutput) => void): void;