@aws-sdk/client-iot-wireless 3.41.0 → 3.46.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 (49) hide show
  1. package/CHANGELOG.md +48 -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 +76 -11
  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.js +0 -2
  15. package/dist-es/IoTWireless.js +60 -0
  16. package/dist-es/commands/DeleteQueuedMessagesCommand.js +39 -0
  17. package/dist-es/commands/GetNetworkAnalyzerConfigurationCommand.js +39 -0
  18. package/dist-es/commands/ListQueuedMessagesCommand.js +39 -0
  19. package/dist-es/commands/UpdateNetworkAnalyzerConfigurationCommand.js +39 -0
  20. package/dist-es/commands/index.js +4 -0
  21. package/dist-es/endpoints.js +48 -1
  22. package/dist-es/models/models_0.js +49 -4
  23. package/dist-es/pagination/ListQueuedMessagesPaginator.js +74 -0
  24. package/dist-es/pagination/index.js +1 -0
  25. package/dist-es/protocols/Aws_restJson1.js +629 -32
  26. package/dist-es/runtimeConfig.js +0 -2
  27. package/dist-types/IoTWireless.d.ts +39 -1
  28. package/dist-types/IoTWirelessClient.d.ts +17 -3
  29. package/dist-types/commands/DeleteQueuedMessagesCommand.d.ts +35 -0
  30. package/dist-types/commands/GetNetworkAnalyzerConfigurationCommand.d.ts +35 -0
  31. package/dist-types/commands/ListQueuedMessagesCommand.d.ts +35 -0
  32. package/dist-types/commands/UpdateNetworkAnalyzerConfigurationCommand.d.ts +35 -0
  33. package/dist-types/commands/index.d.ts +4 -0
  34. package/dist-types/models/models_0.d.ts +205 -15
  35. package/dist-types/pagination/ListQueuedMessagesPaginator.d.ts +4 -0
  36. package/dist-types/pagination/index.d.ts +1 -0
  37. package/dist-types/protocols/Aws_restJson1.d.ts +12 -0
  38. package/dist-types/ts3.4/IoTWireless.d.ts +20 -0
  39. package/dist-types/ts3.4/IoTWirelessClient.d.ts +6 -2
  40. package/dist-types/ts3.4/commands/DeleteQueuedMessagesCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/GetNetworkAnalyzerConfigurationCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/ListQueuedMessagesCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/UpdateNetworkAnalyzerConfigurationCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/index.d.ts +4 -0
  45. package/dist-types/ts3.4/models/models_0.d.ts +125 -9
  46. package/dist-types/ts3.4/pagination/ListQueuedMessagesPaginator.d.ts +4 -0
  47. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  48. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -0
  49. package/package.json +36 -43
@@ -12,10 +12,8 @@ import { calculateBodyLength } from "@aws-sdk/util-body-length-node";
12
12
  import { defaultUserAgent } from "@aws-sdk/util-user-agent-node";
13
13
  import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-node";
14
14
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
15
- import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client";
16
15
  export var getRuntimeConfig = function (config) {
17
16
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
18
- emitWarningIfUnsupportedVersion(process.version);
19
17
  var clientSharedValues = getSharedRuntimeConfig(config);
20
18
  return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "node", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : decorateDefaultCredentialProvider(credentialDefaultProvider), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS), region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new NodeHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : loadNodeConfig(NODE_RETRY_MODE_CONFIG_OPTIONS), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Hash.bind(null, "sha256"), streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS), useFipsEndpoint: (_o = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _o !== void 0 ? _o : loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS), utf8Decoder: (_p = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _p !== void 0 ? _p : fromUtf8, utf8Encoder: (_q = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _q !== void 0 ? _q : toUtf8 });
21
19
  };
@@ -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,13 +81,24 @@ 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";
84
88
  import { UpdateWirelessGatewayCommandInput, UpdateWirelessGatewayCommandOutput } from "./commands/UpdateWirelessGatewayCommand";
85
89
  import { IoTWirelessClient } from "./IoTWirelessClient";
86
90
  /**
87
- * <p>AWS IoT Wireless API documentation</p>
91
+ * <p>AWS IoT Wireless provides bi-directional communication between internet-connected wireless
92
+ * devices and the AWS Cloud. To onboard both LoRaWAN and Sidewalk devices to AWS IoT, use the
93
+ * IoT Wireless API. These wireless devices use the Low Power Wide Area Networking (LPWAN)
94
+ * communication protocol to communicate with AWS IoT.</p>
95
+ * <p>Using the API, you can perform create, read, update, and delete operations for your wireless
96
+ * devices, gateways, destinations, and profiles. After onboarding your devices, you
97
+ * can use the API operations to set log levels and monitor your devices with CloudWatch.</p>
98
+ * <p>You can also use the API operations to create multicast groups and schedule a multicast session for
99
+ * sending a downlink message to devices in the group. By using Firmware Updates Over-The-Air
100
+ * (FUOTA) API operations, you can create a FUOTA task and schedule a session to update the firmware
101
+ * of individual devices or an entire group of devices in a multicast group.</p>
88
102
  */
89
103
  export declare class IoTWireless extends IoTWirelessClient {
90
104
  /**
@@ -213,6 +227,12 @@ export declare class IoTWireless extends IoTWirelessClient {
213
227
  deleteMulticastGroup(args: DeleteMulticastGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteMulticastGroupCommandOutput>;
214
228
  deleteMulticastGroup(args: DeleteMulticastGroupCommandInput, cb: (err: any, data?: DeleteMulticastGroupCommandOutput) => void): void;
215
229
  deleteMulticastGroup(args: DeleteMulticastGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteMulticastGroupCommandOutput) => void): void;
230
+ /**
231
+ * <p> The operation to delete queued messages. </p>
232
+ */
233
+ deleteQueuedMessages(args: DeleteQueuedMessagesCommandInput, options?: __HttpHandlerOptions): Promise<DeleteQueuedMessagesCommandOutput>;
234
+ deleteQueuedMessages(args: DeleteQueuedMessagesCommandInput, cb: (err: any, data?: DeleteQueuedMessagesCommandOutput) => void): void;
235
+ deleteQueuedMessages(args: DeleteQueuedMessagesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteQueuedMessagesCommandOutput) => void): void;
216
236
  /**
217
237
  * <p>Deletes a service profile.</p>
218
238
  */
@@ -322,6 +342,12 @@ export declare class IoTWireless extends IoTWirelessClient {
322
342
  getMulticastGroupSession(args: GetMulticastGroupSessionCommandInput, options?: __HttpHandlerOptions): Promise<GetMulticastGroupSessionCommandOutput>;
323
343
  getMulticastGroupSession(args: GetMulticastGroupSessionCommandInput, cb: (err: any, data?: GetMulticastGroupSessionCommandOutput) => void): void;
324
344
  getMulticastGroupSession(args: GetMulticastGroupSessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMulticastGroupSessionCommandOutput) => void): void;
345
+ /**
346
+ * <p>Get NetworkAnalyzer configuration.</p>
347
+ */
348
+ getNetworkAnalyzerConfiguration(args: GetNetworkAnalyzerConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetNetworkAnalyzerConfigurationCommandOutput>;
349
+ getNetworkAnalyzerConfiguration(args: GetNetworkAnalyzerConfigurationCommandInput, cb: (err: any, data?: GetNetworkAnalyzerConfigurationCommandOutput) => void): void;
350
+ getNetworkAnalyzerConfiguration(args: GetNetworkAnalyzerConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetNetworkAnalyzerConfigurationCommandOutput) => void): void;
325
351
  /**
326
352
  * <p>Gets information about a partner account. If <code>PartnerAccountId</code> and <code>PartnerType</code> are <code>null</code>, returns all partner accounts.</p>
327
353
  */
@@ -437,6 +463,12 @@ export declare class IoTWireless extends IoTWirelessClient {
437
463
  listPartnerAccounts(args: ListPartnerAccountsCommandInput, options?: __HttpHandlerOptions): Promise<ListPartnerAccountsCommandOutput>;
438
464
  listPartnerAccounts(args: ListPartnerAccountsCommandInput, cb: (err: any, data?: ListPartnerAccountsCommandOutput) => void): void;
439
465
  listPartnerAccounts(args: ListPartnerAccountsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPartnerAccountsCommandOutput) => void): void;
466
+ /**
467
+ * <p>The operation to list queued messages. </p>
468
+ */
469
+ listQueuedMessages(args: ListQueuedMessagesCommandInput, options?: __HttpHandlerOptions): Promise<ListQueuedMessagesCommandOutput>;
470
+ listQueuedMessages(args: ListQueuedMessagesCommandInput, cb: (err: any, data?: ListQueuedMessagesCommandOutput) => void): void;
471
+ listQueuedMessages(args: ListQueuedMessagesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListQueuedMessagesCommandOutput) => void): void;
440
472
  /**
441
473
  * <p>Lists the service profiles registered to your AWS account.</p>
442
474
  */
@@ -566,6 +598,12 @@ export declare class IoTWireless extends IoTWirelessClient {
566
598
  updateMulticastGroup(args: UpdateMulticastGroupCommandInput, options?: __HttpHandlerOptions): Promise<UpdateMulticastGroupCommandOutput>;
567
599
  updateMulticastGroup(args: UpdateMulticastGroupCommandInput, cb: (err: any, data?: UpdateMulticastGroupCommandOutput) => void): void;
568
600
  updateMulticastGroup(args: UpdateMulticastGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateMulticastGroupCommandOutput) => void): void;
601
+ /**
602
+ * <p>Update NetworkAnalyzer configuration.</p>
603
+ */
604
+ updateNetworkAnalyzerConfiguration(args: UpdateNetworkAnalyzerConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateNetworkAnalyzerConfigurationCommandOutput>;
605
+ updateNetworkAnalyzerConfiguration(args: UpdateNetworkAnalyzerConfigurationCommandInput, cb: (err: any, data?: UpdateNetworkAnalyzerConfigurationCommandOutput) => void): void;
606
+ updateNetworkAnalyzerConfiguration(args: UpdateNetworkAnalyzerConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateNetworkAnalyzerConfigurationCommandOutput) => void): void;
569
607
  /**
570
608
  * <p>Updates properties of a partner account.</p>
571
609
  */
@@ -27,6 +27,7 @@ import { DeleteDestinationCommandInput, DeleteDestinationCommandOutput } from ".
27
27
  import { DeleteDeviceProfileCommandInput, DeleteDeviceProfileCommandOutput } from "./commands/DeleteDeviceProfileCommand";
28
28
  import { DeleteFuotaTaskCommandInput, DeleteFuotaTaskCommandOutput } from "./commands/DeleteFuotaTaskCommand";
29
29
  import { DeleteMulticastGroupCommandInput, DeleteMulticastGroupCommandOutput } from "./commands/DeleteMulticastGroupCommand";
30
+ import { DeleteQueuedMessagesCommandInput, DeleteQueuedMessagesCommandOutput } from "./commands/DeleteQueuedMessagesCommand";
30
31
  import { DeleteServiceProfileCommandInput, DeleteServiceProfileCommandOutput } from "./commands/DeleteServiceProfileCommand";
31
32
  import { DeleteWirelessDeviceCommandInput, DeleteWirelessDeviceCommandOutput } from "./commands/DeleteWirelessDeviceCommand";
32
33
  import { DeleteWirelessGatewayCommandInput, DeleteWirelessGatewayCommandOutput } from "./commands/DeleteWirelessGatewayCommand";
@@ -45,6 +46,7 @@ import { GetFuotaTaskCommandInput, GetFuotaTaskCommandOutput } from "./commands/
45
46
  import { GetLogLevelsByResourceTypesCommandInput, GetLogLevelsByResourceTypesCommandOutput } from "./commands/GetLogLevelsByResourceTypesCommand";
46
47
  import { GetMulticastGroupCommandInput, GetMulticastGroupCommandOutput } from "./commands/GetMulticastGroupCommand";
47
48
  import { GetMulticastGroupSessionCommandInput, GetMulticastGroupSessionCommandOutput } from "./commands/GetMulticastGroupSessionCommand";
49
+ import { GetNetworkAnalyzerConfigurationCommandInput, GetNetworkAnalyzerConfigurationCommandOutput } from "./commands/GetNetworkAnalyzerConfigurationCommand";
48
50
  import { GetPartnerAccountCommandInput, GetPartnerAccountCommandOutput } from "./commands/GetPartnerAccountCommand";
49
51
  import { GetResourceEventConfigurationCommandInput, GetResourceEventConfigurationCommandOutput } from "./commands/GetResourceEventConfigurationCommand";
50
52
  import { GetResourceLogLevelCommandInput, GetResourceLogLevelCommandOutput } from "./commands/GetResourceLogLevelCommand";
@@ -64,6 +66,7 @@ import { ListFuotaTasksCommandInput, ListFuotaTasksCommandOutput } from "./comma
64
66
  import { ListMulticastGroupsByFuotaTaskCommandInput, ListMulticastGroupsByFuotaTaskCommandOutput } from "./commands/ListMulticastGroupsByFuotaTaskCommand";
65
67
  import { ListMulticastGroupsCommandInput, ListMulticastGroupsCommandOutput } from "./commands/ListMulticastGroupsCommand";
66
68
  import { ListPartnerAccountsCommandInput, ListPartnerAccountsCommandOutput } from "./commands/ListPartnerAccountsCommand";
69
+ import { ListQueuedMessagesCommandInput, ListQueuedMessagesCommandOutput } from "./commands/ListQueuedMessagesCommand";
67
70
  import { ListServiceProfilesCommandInput, ListServiceProfilesCommandOutput } from "./commands/ListServiceProfilesCommand";
68
71
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
69
72
  import { ListWirelessDevicesCommandInput, ListWirelessDevicesCommandOutput } from "./commands/ListWirelessDevicesCommand";
@@ -85,12 +88,13 @@ import { UpdateDestinationCommandInput, UpdateDestinationCommandOutput } from ".
85
88
  import { UpdateFuotaTaskCommandInput, UpdateFuotaTaskCommandOutput } from "./commands/UpdateFuotaTaskCommand";
86
89
  import { UpdateLogLevelsByResourceTypesCommandInput, UpdateLogLevelsByResourceTypesCommandOutput } from "./commands/UpdateLogLevelsByResourceTypesCommand";
87
90
  import { UpdateMulticastGroupCommandInput, UpdateMulticastGroupCommandOutput } from "./commands/UpdateMulticastGroupCommand";
91
+ import { UpdateNetworkAnalyzerConfigurationCommandInput, UpdateNetworkAnalyzerConfigurationCommandOutput } from "./commands/UpdateNetworkAnalyzerConfigurationCommand";
88
92
  import { UpdatePartnerAccountCommandInput, UpdatePartnerAccountCommandOutput } from "./commands/UpdatePartnerAccountCommand";
89
93
  import { UpdateResourceEventConfigurationCommandInput, UpdateResourceEventConfigurationCommandOutput } from "./commands/UpdateResourceEventConfigurationCommand";
90
94
  import { UpdateWirelessDeviceCommandInput, UpdateWirelessDeviceCommandOutput } from "./commands/UpdateWirelessDeviceCommand";
91
95
  import { UpdateWirelessGatewayCommandInput, UpdateWirelessGatewayCommandOutput } from "./commands/UpdateWirelessGatewayCommand";
92
- export declare type ServiceInputTypes = AssociateAwsAccountWithPartnerAccountCommandInput | AssociateMulticastGroupWithFuotaTaskCommandInput | AssociateWirelessDeviceWithFuotaTaskCommandInput | AssociateWirelessDeviceWithMulticastGroupCommandInput | AssociateWirelessDeviceWithThingCommandInput | AssociateWirelessGatewayWithCertificateCommandInput | AssociateWirelessGatewayWithThingCommandInput | CancelMulticastGroupSessionCommandInput | CreateDestinationCommandInput | CreateDeviceProfileCommandInput | CreateFuotaTaskCommandInput | CreateMulticastGroupCommandInput | CreateServiceProfileCommandInput | CreateWirelessDeviceCommandInput | CreateWirelessGatewayCommandInput | CreateWirelessGatewayTaskCommandInput | CreateWirelessGatewayTaskDefinitionCommandInput | DeleteDestinationCommandInput | DeleteDeviceProfileCommandInput | DeleteFuotaTaskCommandInput | DeleteMulticastGroupCommandInput | DeleteServiceProfileCommandInput | DeleteWirelessDeviceCommandInput | DeleteWirelessGatewayCommandInput | DeleteWirelessGatewayTaskCommandInput | DeleteWirelessGatewayTaskDefinitionCommandInput | DisassociateAwsAccountFromPartnerAccountCommandInput | DisassociateMulticastGroupFromFuotaTaskCommandInput | DisassociateWirelessDeviceFromFuotaTaskCommandInput | DisassociateWirelessDeviceFromMulticastGroupCommandInput | DisassociateWirelessDeviceFromThingCommandInput | DisassociateWirelessGatewayFromCertificateCommandInput | DisassociateWirelessGatewayFromThingCommandInput | GetDestinationCommandInput | GetDeviceProfileCommandInput | GetFuotaTaskCommandInput | GetLogLevelsByResourceTypesCommandInput | GetMulticastGroupCommandInput | GetMulticastGroupSessionCommandInput | GetPartnerAccountCommandInput | GetResourceEventConfigurationCommandInput | GetResourceLogLevelCommandInput | GetServiceEndpointCommandInput | GetServiceProfileCommandInput | GetWirelessDeviceCommandInput | GetWirelessDeviceStatisticsCommandInput | GetWirelessGatewayCertificateCommandInput | GetWirelessGatewayCommandInput | GetWirelessGatewayFirmwareInformationCommandInput | GetWirelessGatewayStatisticsCommandInput | GetWirelessGatewayTaskCommandInput | GetWirelessGatewayTaskDefinitionCommandInput | ListDestinationsCommandInput | ListDeviceProfilesCommandInput | ListFuotaTasksCommandInput | ListMulticastGroupsByFuotaTaskCommandInput | ListMulticastGroupsCommandInput | ListPartnerAccountsCommandInput | ListServiceProfilesCommandInput | ListTagsForResourceCommandInput | ListWirelessDevicesCommandInput | ListWirelessGatewayTaskDefinitionsCommandInput | ListWirelessGatewaysCommandInput | PutResourceLogLevelCommandInput | ResetAllResourceLogLevelsCommandInput | ResetResourceLogLevelCommandInput | SendDataToMulticastGroupCommandInput | SendDataToWirelessDeviceCommandInput | StartBulkAssociateWirelessDeviceWithMulticastGroupCommandInput | StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandInput | StartFuotaTaskCommandInput | StartMulticastGroupSessionCommandInput | TagResourceCommandInput | TestWirelessDeviceCommandInput | UntagResourceCommandInput | UpdateDestinationCommandInput | UpdateFuotaTaskCommandInput | UpdateLogLevelsByResourceTypesCommandInput | UpdateMulticastGroupCommandInput | UpdatePartnerAccountCommandInput | UpdateResourceEventConfigurationCommandInput | UpdateWirelessDeviceCommandInput | UpdateWirelessGatewayCommandInput;
93
- export declare type ServiceOutputTypes = AssociateAwsAccountWithPartnerAccountCommandOutput | AssociateMulticastGroupWithFuotaTaskCommandOutput | AssociateWirelessDeviceWithFuotaTaskCommandOutput | AssociateWirelessDeviceWithMulticastGroupCommandOutput | AssociateWirelessDeviceWithThingCommandOutput | AssociateWirelessGatewayWithCertificateCommandOutput | AssociateWirelessGatewayWithThingCommandOutput | CancelMulticastGroupSessionCommandOutput | CreateDestinationCommandOutput | CreateDeviceProfileCommandOutput | CreateFuotaTaskCommandOutput | CreateMulticastGroupCommandOutput | CreateServiceProfileCommandOutput | CreateWirelessDeviceCommandOutput | CreateWirelessGatewayCommandOutput | CreateWirelessGatewayTaskCommandOutput | CreateWirelessGatewayTaskDefinitionCommandOutput | DeleteDestinationCommandOutput | DeleteDeviceProfileCommandOutput | DeleteFuotaTaskCommandOutput | DeleteMulticastGroupCommandOutput | DeleteServiceProfileCommandOutput | DeleteWirelessDeviceCommandOutput | DeleteWirelessGatewayCommandOutput | DeleteWirelessGatewayTaskCommandOutput | DeleteWirelessGatewayTaskDefinitionCommandOutput | DisassociateAwsAccountFromPartnerAccountCommandOutput | DisassociateMulticastGroupFromFuotaTaskCommandOutput | DisassociateWirelessDeviceFromFuotaTaskCommandOutput | DisassociateWirelessDeviceFromMulticastGroupCommandOutput | DisassociateWirelessDeviceFromThingCommandOutput | DisassociateWirelessGatewayFromCertificateCommandOutput | DisassociateWirelessGatewayFromThingCommandOutput | GetDestinationCommandOutput | GetDeviceProfileCommandOutput | GetFuotaTaskCommandOutput | GetLogLevelsByResourceTypesCommandOutput | GetMulticastGroupCommandOutput | GetMulticastGroupSessionCommandOutput | GetPartnerAccountCommandOutput | GetResourceEventConfigurationCommandOutput | GetResourceLogLevelCommandOutput | GetServiceEndpointCommandOutput | GetServiceProfileCommandOutput | GetWirelessDeviceCommandOutput | GetWirelessDeviceStatisticsCommandOutput | GetWirelessGatewayCertificateCommandOutput | GetWirelessGatewayCommandOutput | GetWirelessGatewayFirmwareInformationCommandOutput | GetWirelessGatewayStatisticsCommandOutput | GetWirelessGatewayTaskCommandOutput | GetWirelessGatewayTaskDefinitionCommandOutput | ListDestinationsCommandOutput | ListDeviceProfilesCommandOutput | ListFuotaTasksCommandOutput | ListMulticastGroupsByFuotaTaskCommandOutput | ListMulticastGroupsCommandOutput | ListPartnerAccountsCommandOutput | ListServiceProfilesCommandOutput | ListTagsForResourceCommandOutput | ListWirelessDevicesCommandOutput | ListWirelessGatewayTaskDefinitionsCommandOutput | ListWirelessGatewaysCommandOutput | PutResourceLogLevelCommandOutput | ResetAllResourceLogLevelsCommandOutput | ResetResourceLogLevelCommandOutput | SendDataToMulticastGroupCommandOutput | SendDataToWirelessDeviceCommandOutput | StartBulkAssociateWirelessDeviceWithMulticastGroupCommandOutput | StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandOutput | StartFuotaTaskCommandOutput | StartMulticastGroupSessionCommandOutput | TagResourceCommandOutput | TestWirelessDeviceCommandOutput | UntagResourceCommandOutput | UpdateDestinationCommandOutput | UpdateFuotaTaskCommandOutput | UpdateLogLevelsByResourceTypesCommandOutput | UpdateMulticastGroupCommandOutput | UpdatePartnerAccountCommandOutput | UpdateResourceEventConfigurationCommandOutput | UpdateWirelessDeviceCommandOutput | UpdateWirelessGatewayCommandOutput;
96
+ export declare type ServiceInputTypes = AssociateAwsAccountWithPartnerAccountCommandInput | AssociateMulticastGroupWithFuotaTaskCommandInput | AssociateWirelessDeviceWithFuotaTaskCommandInput | AssociateWirelessDeviceWithMulticastGroupCommandInput | AssociateWirelessDeviceWithThingCommandInput | AssociateWirelessGatewayWithCertificateCommandInput | AssociateWirelessGatewayWithThingCommandInput | CancelMulticastGroupSessionCommandInput | CreateDestinationCommandInput | CreateDeviceProfileCommandInput | CreateFuotaTaskCommandInput | CreateMulticastGroupCommandInput | CreateServiceProfileCommandInput | CreateWirelessDeviceCommandInput | CreateWirelessGatewayCommandInput | CreateWirelessGatewayTaskCommandInput | CreateWirelessGatewayTaskDefinitionCommandInput | DeleteDestinationCommandInput | DeleteDeviceProfileCommandInput | DeleteFuotaTaskCommandInput | DeleteMulticastGroupCommandInput | DeleteQueuedMessagesCommandInput | DeleteServiceProfileCommandInput | DeleteWirelessDeviceCommandInput | DeleteWirelessGatewayCommandInput | DeleteWirelessGatewayTaskCommandInput | DeleteWirelessGatewayTaskDefinitionCommandInput | DisassociateAwsAccountFromPartnerAccountCommandInput | DisassociateMulticastGroupFromFuotaTaskCommandInput | DisassociateWirelessDeviceFromFuotaTaskCommandInput | DisassociateWirelessDeviceFromMulticastGroupCommandInput | DisassociateWirelessDeviceFromThingCommandInput | DisassociateWirelessGatewayFromCertificateCommandInput | DisassociateWirelessGatewayFromThingCommandInput | GetDestinationCommandInput | GetDeviceProfileCommandInput | GetFuotaTaskCommandInput | GetLogLevelsByResourceTypesCommandInput | GetMulticastGroupCommandInput | GetMulticastGroupSessionCommandInput | GetNetworkAnalyzerConfigurationCommandInput | GetPartnerAccountCommandInput | GetResourceEventConfigurationCommandInput | GetResourceLogLevelCommandInput | GetServiceEndpointCommandInput | GetServiceProfileCommandInput | GetWirelessDeviceCommandInput | GetWirelessDeviceStatisticsCommandInput | GetWirelessGatewayCertificateCommandInput | GetWirelessGatewayCommandInput | GetWirelessGatewayFirmwareInformationCommandInput | GetWirelessGatewayStatisticsCommandInput | GetWirelessGatewayTaskCommandInput | GetWirelessGatewayTaskDefinitionCommandInput | ListDestinationsCommandInput | ListDeviceProfilesCommandInput | ListFuotaTasksCommandInput | ListMulticastGroupsByFuotaTaskCommandInput | ListMulticastGroupsCommandInput | ListPartnerAccountsCommandInput | ListQueuedMessagesCommandInput | ListServiceProfilesCommandInput | ListTagsForResourceCommandInput | ListWirelessDevicesCommandInput | ListWirelessGatewayTaskDefinitionsCommandInput | ListWirelessGatewaysCommandInput | PutResourceLogLevelCommandInput | ResetAllResourceLogLevelsCommandInput | ResetResourceLogLevelCommandInput | SendDataToMulticastGroupCommandInput | SendDataToWirelessDeviceCommandInput | StartBulkAssociateWirelessDeviceWithMulticastGroupCommandInput | StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandInput | StartFuotaTaskCommandInput | StartMulticastGroupSessionCommandInput | TagResourceCommandInput | TestWirelessDeviceCommandInput | UntagResourceCommandInput | UpdateDestinationCommandInput | UpdateFuotaTaskCommandInput | UpdateLogLevelsByResourceTypesCommandInput | UpdateMulticastGroupCommandInput | UpdateNetworkAnalyzerConfigurationCommandInput | UpdatePartnerAccountCommandInput | UpdateResourceEventConfigurationCommandInput | UpdateWirelessDeviceCommandInput | UpdateWirelessGatewayCommandInput;
97
+ export declare type ServiceOutputTypes = AssociateAwsAccountWithPartnerAccountCommandOutput | AssociateMulticastGroupWithFuotaTaskCommandOutput | AssociateWirelessDeviceWithFuotaTaskCommandOutput | AssociateWirelessDeviceWithMulticastGroupCommandOutput | AssociateWirelessDeviceWithThingCommandOutput | AssociateWirelessGatewayWithCertificateCommandOutput | AssociateWirelessGatewayWithThingCommandOutput | CancelMulticastGroupSessionCommandOutput | CreateDestinationCommandOutput | CreateDeviceProfileCommandOutput | CreateFuotaTaskCommandOutput | CreateMulticastGroupCommandOutput | CreateServiceProfileCommandOutput | CreateWirelessDeviceCommandOutput | CreateWirelessGatewayCommandOutput | CreateWirelessGatewayTaskCommandOutput | CreateWirelessGatewayTaskDefinitionCommandOutput | DeleteDestinationCommandOutput | DeleteDeviceProfileCommandOutput | DeleteFuotaTaskCommandOutput | DeleteMulticastGroupCommandOutput | DeleteQueuedMessagesCommandOutput | DeleteServiceProfileCommandOutput | DeleteWirelessDeviceCommandOutput | DeleteWirelessGatewayCommandOutput | DeleteWirelessGatewayTaskCommandOutput | DeleteWirelessGatewayTaskDefinitionCommandOutput | DisassociateAwsAccountFromPartnerAccountCommandOutput | DisassociateMulticastGroupFromFuotaTaskCommandOutput | DisassociateWirelessDeviceFromFuotaTaskCommandOutput | DisassociateWirelessDeviceFromMulticastGroupCommandOutput | DisassociateWirelessDeviceFromThingCommandOutput | DisassociateWirelessGatewayFromCertificateCommandOutput | DisassociateWirelessGatewayFromThingCommandOutput | GetDestinationCommandOutput | GetDeviceProfileCommandOutput | GetFuotaTaskCommandOutput | GetLogLevelsByResourceTypesCommandOutput | GetMulticastGroupCommandOutput | GetMulticastGroupSessionCommandOutput | GetNetworkAnalyzerConfigurationCommandOutput | GetPartnerAccountCommandOutput | GetResourceEventConfigurationCommandOutput | GetResourceLogLevelCommandOutput | GetServiceEndpointCommandOutput | GetServiceProfileCommandOutput | GetWirelessDeviceCommandOutput | GetWirelessDeviceStatisticsCommandOutput | GetWirelessGatewayCertificateCommandOutput | GetWirelessGatewayCommandOutput | GetWirelessGatewayFirmwareInformationCommandOutput | GetWirelessGatewayStatisticsCommandOutput | GetWirelessGatewayTaskCommandOutput | GetWirelessGatewayTaskDefinitionCommandOutput | ListDestinationsCommandOutput | ListDeviceProfilesCommandOutput | ListFuotaTasksCommandOutput | ListMulticastGroupsByFuotaTaskCommandOutput | ListMulticastGroupsCommandOutput | ListPartnerAccountsCommandOutput | ListQueuedMessagesCommandOutput | ListServiceProfilesCommandOutput | ListTagsForResourceCommandOutput | ListWirelessDevicesCommandOutput | ListWirelessGatewayTaskDefinitionsCommandOutput | ListWirelessGatewaysCommandOutput | PutResourceLogLevelCommandOutput | ResetAllResourceLogLevelsCommandOutput | ResetResourceLogLevelCommandOutput | SendDataToMulticastGroupCommandOutput | SendDataToWirelessDeviceCommandOutput | StartBulkAssociateWirelessDeviceWithMulticastGroupCommandOutput | StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandOutput | StartFuotaTaskCommandOutput | StartMulticastGroupSessionCommandOutput | TagResourceCommandOutput | TestWirelessDeviceCommandOutput | UntagResourceCommandOutput | UpdateDestinationCommandOutput | UpdateFuotaTaskCommandOutput | UpdateLogLevelsByResourceTypesCommandOutput | UpdateMulticastGroupCommandOutput | UpdateNetworkAnalyzerConfigurationCommandOutput | UpdatePartnerAccountCommandOutput | UpdateResourceEventConfigurationCommandOutput | UpdateWirelessDeviceCommandOutput | UpdateWirelessGatewayCommandOutput;
94
98
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
95
99
  /**
96
100
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
@@ -205,7 +209,17 @@ declare type IoTWirelessClientResolvedConfigType = __SmithyResolvedConfiguration
205
209
  export interface IoTWirelessClientResolvedConfig extends IoTWirelessClientResolvedConfigType {
206
210
  }
207
211
  /**
208
- * <p>AWS IoT Wireless API documentation</p>
212
+ * <p>AWS IoT Wireless provides bi-directional communication between internet-connected wireless
213
+ * devices and the AWS Cloud. To onboard both LoRaWAN and Sidewalk devices to AWS IoT, use the
214
+ * IoT Wireless API. These wireless devices use the Low Power Wide Area Networking (LPWAN)
215
+ * communication protocol to communicate with AWS IoT.</p>
216
+ * <p>Using the API, you can perform create, read, update, and delete operations for your wireless
217
+ * devices, gateways, destinations, and profiles. After onboarding your devices, you
218
+ * can use the API operations to set log levels and monitor your devices with CloudWatch.</p>
219
+ * <p>You can also use the API operations to create multicast groups and schedule a multicast session for
220
+ * sending a downlink message to devices in the group. By using Firmware Updates Over-The-Air
221
+ * (FUOTA) API operations, you can create a FUOTA task and schedule a session to update the firmware
222
+ * of individual devices or an entire group of devices in a multicast group.</p>
209
223
  */
210
224
  export declare class IoTWirelessClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, IoTWirelessClientResolvedConfig> {
211
225
  /**
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
4
+ import { DeleteQueuedMessagesRequest, DeleteQueuedMessagesResponse } from "../models/models_0";
5
+ export interface DeleteQueuedMessagesCommandInput extends DeleteQueuedMessagesRequest {
6
+ }
7
+ export interface DeleteQueuedMessagesCommandOutput extends DeleteQueuedMessagesResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p> The operation to delete queued messages. </p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { IoTWirelessClient, DeleteQueuedMessagesCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
15
+ * // const { IoTWirelessClient, DeleteQueuedMessagesCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
16
+ * const client = new IoTWirelessClient(config);
17
+ * const command = new DeleteQueuedMessagesCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link DeleteQueuedMessagesCommandInput} for command's `input` shape.
22
+ * @see {@link DeleteQueuedMessagesCommandOutput} for command's `response` shape.
23
+ * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class DeleteQueuedMessagesCommand extends $Command<DeleteQueuedMessagesCommandInput, DeleteQueuedMessagesCommandOutput, IoTWirelessClientResolvedConfig> {
27
+ readonly input: DeleteQueuedMessagesCommandInput;
28
+ constructor(input: DeleteQueuedMessagesCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteQueuedMessagesCommandInput, DeleteQueuedMessagesCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
4
+ import { GetNetworkAnalyzerConfigurationRequest, GetNetworkAnalyzerConfigurationResponse } from "../models/models_0";
5
+ export interface GetNetworkAnalyzerConfigurationCommandInput extends GetNetworkAnalyzerConfigurationRequest {
6
+ }
7
+ export interface GetNetworkAnalyzerConfigurationCommandOutput extends GetNetworkAnalyzerConfigurationResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Get NetworkAnalyzer configuration.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { IoTWirelessClient, GetNetworkAnalyzerConfigurationCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
15
+ * // const { IoTWirelessClient, GetNetworkAnalyzerConfigurationCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
16
+ * const client = new IoTWirelessClient(config);
17
+ * const command = new GetNetworkAnalyzerConfigurationCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link GetNetworkAnalyzerConfigurationCommandInput} for command's `input` shape.
22
+ * @see {@link GetNetworkAnalyzerConfigurationCommandOutput} for command's `response` shape.
23
+ * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class GetNetworkAnalyzerConfigurationCommand extends $Command<GetNetworkAnalyzerConfigurationCommandInput, GetNetworkAnalyzerConfigurationCommandOutput, IoTWirelessClientResolvedConfig> {
27
+ readonly input: GetNetworkAnalyzerConfigurationCommandInput;
28
+ constructor(input: GetNetworkAnalyzerConfigurationCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetNetworkAnalyzerConfigurationCommandInput, GetNetworkAnalyzerConfigurationCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
4
+ import { ListQueuedMessagesRequest, ListQueuedMessagesResponse } from "../models/models_0";
5
+ export interface ListQueuedMessagesCommandInput extends ListQueuedMessagesRequest {
6
+ }
7
+ export interface ListQueuedMessagesCommandOutput extends ListQueuedMessagesResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>The operation to list queued messages. </p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { IoTWirelessClient, ListQueuedMessagesCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
15
+ * // const { IoTWirelessClient, ListQueuedMessagesCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
16
+ * const client = new IoTWirelessClient(config);
17
+ * const command = new ListQueuedMessagesCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link ListQueuedMessagesCommandInput} for command's `input` shape.
22
+ * @see {@link ListQueuedMessagesCommandOutput} for command's `response` shape.
23
+ * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class ListQueuedMessagesCommand extends $Command<ListQueuedMessagesCommandInput, ListQueuedMessagesCommandOutput, IoTWirelessClientResolvedConfig> {
27
+ readonly input: ListQueuedMessagesCommandInput;
28
+ constructor(input: ListQueuedMessagesCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListQueuedMessagesCommandInput, ListQueuedMessagesCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
4
+ import { UpdateNetworkAnalyzerConfigurationRequest, UpdateNetworkAnalyzerConfigurationResponse } from "../models/models_0";
5
+ export interface UpdateNetworkAnalyzerConfigurationCommandInput extends UpdateNetworkAnalyzerConfigurationRequest {
6
+ }
7
+ export interface UpdateNetworkAnalyzerConfigurationCommandOutput extends UpdateNetworkAnalyzerConfigurationResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Update NetworkAnalyzer configuration.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { IoTWirelessClient, UpdateNetworkAnalyzerConfigurationCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
15
+ * // const { IoTWirelessClient, UpdateNetworkAnalyzerConfigurationCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
16
+ * const client = new IoTWirelessClient(config);
17
+ * const command = new UpdateNetworkAnalyzerConfigurationCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link UpdateNetworkAnalyzerConfigurationCommandInput} for command's `input` shape.
22
+ * @see {@link UpdateNetworkAnalyzerConfigurationCommandOutput} for command's `response` shape.
23
+ * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class UpdateNetworkAnalyzerConfigurationCommand extends $Command<UpdateNetworkAnalyzerConfigurationCommandInput, UpdateNetworkAnalyzerConfigurationCommandOutput, IoTWirelessClientResolvedConfig> {
27
+ readonly input: UpdateNetworkAnalyzerConfigurationCommandInput;
28
+ constructor(input: UpdateNetworkAnalyzerConfigurationCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateNetworkAnalyzerConfigurationCommandInput, UpdateNetworkAnalyzerConfigurationCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -19,6 +19,7 @@ export * from "./DeleteDestinationCommand";
19
19
  export * from "./DeleteDeviceProfileCommand";
20
20
  export * from "./DeleteFuotaTaskCommand";
21
21
  export * from "./DeleteMulticastGroupCommand";
22
+ export * from "./DeleteQueuedMessagesCommand";
22
23
  export * from "./DeleteServiceProfileCommand";
23
24
  export * from "./DeleteWirelessDeviceCommand";
24
25
  export * from "./DeleteWirelessGatewayCommand";
@@ -37,6 +38,7 @@ export * from "./GetFuotaTaskCommand";
37
38
  export * from "./GetLogLevelsByResourceTypesCommand";
38
39
  export * from "./GetMulticastGroupCommand";
39
40
  export * from "./GetMulticastGroupSessionCommand";
41
+ export * from "./GetNetworkAnalyzerConfigurationCommand";
40
42
  export * from "./GetPartnerAccountCommand";
41
43
  export * from "./GetResourceEventConfigurationCommand";
42
44
  export * from "./GetResourceLogLevelCommand";
@@ -56,6 +58,7 @@ export * from "./ListFuotaTasksCommand";
56
58
  export * from "./ListMulticastGroupsByFuotaTaskCommand";
57
59
  export * from "./ListMulticastGroupsCommand";
58
60
  export * from "./ListPartnerAccountsCommand";
61
+ export * from "./ListQueuedMessagesCommand";
59
62
  export * from "./ListServiceProfilesCommand";
60
63
  export * from "./ListTagsForResourceCommand";
61
64
  export * from "./ListWirelessDevicesCommand";
@@ -77,6 +80,7 @@ export * from "./UpdateDestinationCommand";
77
80
  export * from "./UpdateFuotaTaskCommand";
78
81
  export * from "./UpdateLogLevelsByResourceTypesCommand";
79
82
  export * from "./UpdateMulticastGroupCommand";
83
+ export * from "./UpdateNetworkAnalyzerConfigurationCommand";
80
84
  export * from "./UpdatePartnerAccountCommand";
81
85
  export * from "./UpdateResourceEventConfigurationCommand";
82
86
  export * from "./UpdateWirelessDeviceCommand";
@@ -1317,6 +1317,34 @@ export declare namespace DeleteMulticastGroupResponse {
1317
1317
  */
1318
1318
  const filterSensitiveLog: (obj: DeleteMulticastGroupResponse) => any;
1319
1319
  }
1320
+ export interface DeleteQueuedMessagesRequest {
1321
+ /**
1322
+ * <p>Id of a given wireless device which messages will be deleted </p>
1323
+ */
1324
+ Id: string | undefined;
1325
+ /**
1326
+ * <p>if messageID=="*", the queue for a particular wireless deviceId will be purged, otherwise, the specific message with messageId will be deleted </p>
1327
+ */
1328
+ MessageId: string | undefined;
1329
+ /**
1330
+ * <p>The wireless device type, it is either Sidewalk or LoRaWAN. </p>
1331
+ */
1332
+ WirelessDeviceType?: WirelessDeviceType | string;
1333
+ }
1334
+ export declare namespace DeleteQueuedMessagesRequest {
1335
+ /**
1336
+ * @internal
1337
+ */
1338
+ const filterSensitiveLog: (obj: DeleteQueuedMessagesRequest) => any;
1339
+ }
1340
+ export interface DeleteQueuedMessagesResponse {
1341
+ }
1342
+ export declare namespace DeleteQueuedMessagesResponse {
1343
+ /**
1344
+ * @internal
1345
+ */
1346
+ const filterSensitiveLog: (obj: DeleteQueuedMessagesResponse) => any;
1347
+ }
1320
1348
  export interface DeleteServiceProfileRequest {
1321
1349
  /**
1322
1350
  * <p>The ID of the resource to delete.</p>
@@ -1676,6 +1704,48 @@ export declare namespace DisassociateWirelessGatewayFromThingResponse {
1676
1704
  */
1677
1705
  const filterSensitiveLog: (obj: DisassociateWirelessGatewayFromThingResponse) => any;
1678
1706
  }
1707
+ /**
1708
+ * <p>LoRaWAN router info.</p>
1709
+ */
1710
+ export interface LoRaWANSendDataToDevice {
1711
+ /**
1712
+ * <p>The Fport value.</p>
1713
+ */
1714
+ FPort?: number;
1715
+ }
1716
+ export declare namespace LoRaWANSendDataToDevice {
1717
+ /**
1718
+ * @internal
1719
+ */
1720
+ const filterSensitiveLog: (obj: LoRaWANSendDataToDevice) => any;
1721
+ }
1722
+ /**
1723
+ * <p>The message in downlink queue.</p>
1724
+ */
1725
+ export interface DownlinkQueueMessage {
1726
+ /**
1727
+ * <p> The messageId allocated by IoT Wireless for tracing purpose</p>
1728
+ */
1729
+ MessageId?: string;
1730
+ /**
1731
+ * <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>
1732
+ */
1733
+ TransmitMode?: number;
1734
+ /**
1735
+ * <p>The timestamp that Iot Wireless received the message.</p>
1736
+ */
1737
+ ReceivedAt?: string;
1738
+ /**
1739
+ * <p>LoRaWAN router info.</p>
1740
+ */
1741
+ LoRaWAN?: LoRaWANSendDataToDevice;
1742
+ }
1743
+ export declare namespace DownlinkQueueMessage {
1744
+ /**
1745
+ * @internal
1746
+ */
1747
+ const filterSensitiveLog: (obj: DownlinkQueueMessage) => any;
1748
+ }
1679
1749
  export declare enum Event {
1680
1750
  ACK = "ack",
1681
1751
  DISCOVERED = "discovered",
@@ -2145,6 +2215,61 @@ export declare namespace GetMulticastGroupSessionResponse {
2145
2215
  */
2146
2216
  const filterSensitiveLog: (obj: GetMulticastGroupSessionResponse) => any;
2147
2217
  }
2218
+ export interface GetNetworkAnalyzerConfigurationRequest {
2219
+ /**
2220
+ * <p>NetworkAnalyzer configuration name.</p>
2221
+ */
2222
+ ConfigurationName: string | undefined;
2223
+ }
2224
+ export declare namespace GetNetworkAnalyzerConfigurationRequest {
2225
+ /**
2226
+ * @internal
2227
+ */
2228
+ const filterSensitiveLog: (obj: GetNetworkAnalyzerConfigurationRequest) => any;
2229
+ }
2230
+ export declare enum WirelessDeviceFrameInfo {
2231
+ DISABLED = "DISABLED",
2232
+ ENABLED = "ENABLED"
2233
+ }
2234
+ /**
2235
+ * <p>Trace Content for resources.</p>
2236
+ */
2237
+ export interface TraceContent {
2238
+ /**
2239
+ * <p>WirelessDevice FrameInfo for trace content.</p>
2240
+ */
2241
+ WirelessDeviceFrameInfo?: WirelessDeviceFrameInfo | string;
2242
+ /**
2243
+ * <p>The log level for a log message.</p>
2244
+ */
2245
+ LogLevel?: LogLevel | string;
2246
+ }
2247
+ export declare namespace TraceContent {
2248
+ /**
2249
+ * @internal
2250
+ */
2251
+ const filterSensitiveLog: (obj: TraceContent) => any;
2252
+ }
2253
+ export interface GetNetworkAnalyzerConfigurationResponse {
2254
+ /**
2255
+ * <p>Trace Content for resources.</p>
2256
+ */
2257
+ TraceContent?: TraceContent;
2258
+ /**
2259
+ * <p>List of WirelessDevices in the NetworkAnalyzerConfiguration.</p>
2260
+ */
2261
+ WirelessDevices?: string[];
2262
+ /**
2263
+ * <p>List of WirelessGateways in the NetworkAnalyzerConfiguration.</p>
2264
+ */
2265
+ WirelessGateways?: string[];
2266
+ }
2267
+ export declare namespace GetNetworkAnalyzerConfigurationResponse {
2268
+ /**
2269
+ * @internal
2270
+ */
2271
+ const filterSensitiveLog: (obj: GetNetworkAnalyzerConfigurationResponse) => any;
2272
+ }
2148
2273
  export interface GetPartnerAccountRequest {
2149
2274
  /**
2150
2275
  * <p>The partner account ID to disassociate from the AWS account.</p>
@@ -3126,6 +3251,46 @@ export declare namespace ListPartnerAccountsResponse {
3126
3251
  */
3127
3252
  const filterSensitiveLog: (obj: ListPartnerAccountsResponse) => any;
3128
3253
  }
3254
+ export interface ListQueuedMessagesRequest {
3255
+ /**
3256
+ * <p>Id of a given wireless device which the downlink packets are targeted </p>
3257
+ */
3258
+ Id: string | undefined;
3259
+ /**
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>
3261
+ */
3262
+ NextToken?: string;
3263
+ /**
3264
+ * <p>The maximum number of results to return in this operation.</p>
3265
+ */
3266
+ MaxResults?: number;
3267
+ /**
3268
+ * <p>The wireless device type, it is either Sidewalk or LoRaWAN.</p>
3269
+ */
3270
+ WirelessDeviceType?: WirelessDeviceType | string;
3271
+ }
3272
+ export declare namespace ListQueuedMessagesRequest {
3273
+ /**
3274
+ * @internal
3275
+ */
3276
+ const filterSensitiveLog: (obj: ListQueuedMessagesRequest) => any;
3277
+ }
3278
+ export interface ListQueuedMessagesResponse {
3279
+ /**
3280
+ * <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>
3281
+ */
3282
+ NextToken?: string;
3283
+ /**
3284
+ * <p>The messages in downlink queue.</p>
3285
+ */
3286
+ DownlinkQueueMessagesList?: DownlinkQueueMessage[];
3287
+ }
3288
+ export declare namespace ListQueuedMessagesResponse {
3289
+ /**
3290
+ * @internal
3291
+ */
3292
+ const filterSensitiveLog: (obj: ListQueuedMessagesResponse) => any;
3293
+ }
3129
3294
  export interface ListServiceProfilesRequest {
3130
3295
  /**
3131
3296
  * <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 +3803,6 @@ export declare namespace SendDataToMulticastGroupResponse {
3638
3803
  */
3639
3804
  const filterSensitiveLog: (obj: SendDataToMulticastGroupResponse) => any;
3640
3805
  }
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
3806
  export declare enum MessageType {
3657
3807
  CUSTOM_COMMAND_ID_GET = "CUSTOM_COMMAND_ID_GET",
3658
3808
  CUSTOM_COMMAND_ID_NOTIFY = "CUSTOM_COMMAND_ID_NOTIFY",
@@ -4078,6 +4228,46 @@ export declare namespace UpdateMulticastGroupResponse {
4078
4228
  */
4079
4229
  const filterSensitiveLog: (obj: UpdateMulticastGroupResponse) => any;
4080
4230
  }
4231
+ export interface UpdateNetworkAnalyzerConfigurationRequest {
4232
+ /**
4233
+ * <p>NetworkAnalyzer configuration name.</p>
4234
+ */
4235
+ ConfigurationName: string | undefined;
4236
+ /**
4237
+ * <p>Trace Content for resources.</p>
4238
+ */
4239
+ TraceContent?: TraceContent;
4240
+ /**
4241
+ * <p>WirelessDevices to add into NetworkAnalyzerConfiguration.</p>
4242
+ */
4243
+ WirelessDevicesToAdd?: string[];
4244
+ /**
4245
+ * <p>WirelessDevices to remove from NetworkAnalyzerConfiguration.</p>
4246
+ */
4247
+ WirelessDevicesToRemove?: string[];
4248
+ /**
4249
+ * <p>WirelessGateways to add into NetworkAnalyzerConfiguration.</p>
4250
+ */
4251
+ WirelessGatewaysToAdd?: string[];
4252
+ /**
4253
+ * <p>WirelessGateways to remove from NetworkAnalyzerConfiguration.</p>
4254
+ */
4255
+ WirelessGatewaysToRemove?: string[];
4256
+ }
4257
+ export declare namespace UpdateNetworkAnalyzerConfigurationRequest {
4258
+ /**
4259
+ * @internal
4260
+ */
4261
+ const filterSensitiveLog: (obj: UpdateNetworkAnalyzerConfigurationRequest) => any;
4262
+ }
4263
+ export interface UpdateNetworkAnalyzerConfigurationResponse {
4264
+ }
4265
+ export declare namespace UpdateNetworkAnalyzerConfigurationResponse {
4266
+ /**
4267
+ * @internal
4268
+ */
4269
+ const filterSensitiveLog: (obj: UpdateNetworkAnalyzerConfigurationResponse) => any;
4270
+ }
4081
4271
  /**
4082
4272
  * <p>Sidewalk update.</p>
4083
4273
  */