@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
package/CHANGELOG.md CHANGED
@@ -3,6 +3,57 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.47.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.46.0...v3.47.0) (2022-01-15)
7
+
8
+
9
+ ### Features
10
+
11
+ * **clients:** update clients to use default values inferred from defaults mode ([#3192](https://github.com/aws/aws-sdk-js-v3/issues/3192)) ([9152e21](https://github.com/aws/aws-sdk-js-v3/commit/9152e210c6ec29f34bb070eaf2874039022e6ab7))
12
+
13
+
14
+
15
+
16
+
17
+ # [3.46.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.45.0...v3.46.0) (2022-01-07)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * **clients:** update clean:dist script to delete dist-* folder ([#3155](https://github.com/aws/aws-sdk-js-v3/issues/3155)) ([cdb1709](https://github.com/aws/aws-sdk-js-v3/commit/cdb17090f82d1fc8755811c82cbed5976ec7e60b))
23
+
24
+
25
+ ### Features
26
+
27
+ * **clients:** extend typedoc.json from root ([#3136](https://github.com/aws/aws-sdk-js-v3/issues/3136)) ([f6a3ef5](https://github.com/aws/aws-sdk-js-v3/commit/f6a3ef541ae2d92872d09d8cab6727911287ebb2))
28
+ * **clients:** update clients as of 2021/01/07 ([#3163](https://github.com/aws/aws-sdk-js-v3/issues/3163)) ([6648b07](https://github.com/aws/aws-sdk-js-v3/commit/6648b07ea97691d2fed55eab49831646543b648b))
29
+ * end support for Node.js 10.x ([#3122](https://github.com/aws/aws-sdk-js-v3/issues/3122)) ([7acf18a](https://github.com/aws/aws-sdk-js-v3/commit/7acf18abd3fb1cc461f809110cdb0d7968c2070e))
30
+
31
+
32
+
33
+
34
+
35
+ # [3.45.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.44.0...v3.45.0) (2021-12-23)
36
+
37
+
38
+ ### Features
39
+
40
+ * **clients:** update clients as of 2021/12/23 ([#3110](https://github.com/aws/aws-sdk-js-v3/issues/3110)) ([5d638e1](https://github.com/aws/aws-sdk-js-v3/commit/5d638e188ce64fa80fe36b8cba79ba63b80b50b7))
41
+
42
+
43
+
44
+
45
+
46
+ # [3.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
47
+
48
+
49
+ ### Features
50
+
51
+ * **clients:** update clients as of 11/28/2021 ([#3072](https://github.com/aws/aws-sdk-js-v3/issues/3072)) ([2ad1622](https://github.com/aws/aws-sdk-js-v3/commit/2ad1622ba8586b926fe508055211803bb29e3976))
52
+
53
+
54
+
55
+
56
+
6
57
  # [3.42.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.41.0...v3.42.0) (2021-11-19)
7
58
 
8
59
  **Note:** Version bump only for package @aws-sdk/client-iot-wireless
package/README.md CHANGED
@@ -7,7 +7,17 @@
7
7
 
8
8
  AWS SDK for JavaScript IoTWireless Client for Node.js, Browser and React Native.
9
9
 
10
- <p>AWS IoT Wireless API documentation</p>
10
+ <p>AWS IoT Wireless provides bi-directional communication between internet-connected wireless
11
+ devices and the AWS Cloud. To onboard both LoRaWAN and Sidewalk devices to AWS IoT, use the
12
+ IoT Wireless API. These wireless devices use the Low Power Wide Area Networking (LPWAN)
13
+ communication protocol to communicate with AWS IoT.</p>
14
+ <p>Using the API, you can perform create, read, update, and delete operations for your wireless
15
+ devices, gateways, destinations, and profiles. After onboarding your devices, you
16
+ can use the API operations to set log levels and monitor your devices with CloudWatch.</p>
17
+ <p>You can also use the API operations to create multicast groups and schedule a multicast session for
18
+ sending a downlink message to devices in the group. By using Firmware Updates Over-The-Air
19
+ (FUOTA) API operations, you can create a FUOTA task and schedule a session to update the firmware
20
+ of individual devices or an entire group of devices in a multicast group.</p>
11
21
 
12
22
  ## Installing
13
23
 
@@ -22,6 +22,7 @@ const DeleteDestinationCommand_1 = require("./commands/DeleteDestinationCommand"
22
22
  const DeleteDeviceProfileCommand_1 = require("./commands/DeleteDeviceProfileCommand");
23
23
  const DeleteFuotaTaskCommand_1 = require("./commands/DeleteFuotaTaskCommand");
24
24
  const DeleteMulticastGroupCommand_1 = require("./commands/DeleteMulticastGroupCommand");
25
+ const DeleteQueuedMessagesCommand_1 = require("./commands/DeleteQueuedMessagesCommand");
25
26
  const DeleteServiceProfileCommand_1 = require("./commands/DeleteServiceProfileCommand");
26
27
  const DeleteWirelessDeviceCommand_1 = require("./commands/DeleteWirelessDeviceCommand");
27
28
  const DeleteWirelessGatewayCommand_1 = require("./commands/DeleteWirelessGatewayCommand");
@@ -40,6 +41,7 @@ const GetFuotaTaskCommand_1 = require("./commands/GetFuotaTaskCommand");
40
41
  const GetLogLevelsByResourceTypesCommand_1 = require("./commands/GetLogLevelsByResourceTypesCommand");
41
42
  const GetMulticastGroupCommand_1 = require("./commands/GetMulticastGroupCommand");
42
43
  const GetMulticastGroupSessionCommand_1 = require("./commands/GetMulticastGroupSessionCommand");
44
+ const GetNetworkAnalyzerConfigurationCommand_1 = require("./commands/GetNetworkAnalyzerConfigurationCommand");
43
45
  const GetPartnerAccountCommand_1 = require("./commands/GetPartnerAccountCommand");
44
46
  const GetResourceEventConfigurationCommand_1 = require("./commands/GetResourceEventConfigurationCommand");
45
47
  const GetResourceLogLevelCommand_1 = require("./commands/GetResourceLogLevelCommand");
@@ -59,6 +61,7 @@ const ListFuotaTasksCommand_1 = require("./commands/ListFuotaTasksCommand");
59
61
  const ListMulticastGroupsByFuotaTaskCommand_1 = require("./commands/ListMulticastGroupsByFuotaTaskCommand");
60
62
  const ListMulticastGroupsCommand_1 = require("./commands/ListMulticastGroupsCommand");
61
63
  const ListPartnerAccountsCommand_1 = require("./commands/ListPartnerAccountsCommand");
64
+ const ListQueuedMessagesCommand_1 = require("./commands/ListQueuedMessagesCommand");
62
65
  const ListServiceProfilesCommand_1 = require("./commands/ListServiceProfilesCommand");
63
66
  const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
64
67
  const ListWirelessDevicesCommand_1 = require("./commands/ListWirelessDevicesCommand");
@@ -80,6 +83,7 @@ const UpdateDestinationCommand_1 = require("./commands/UpdateDestinationCommand"
80
83
  const UpdateFuotaTaskCommand_1 = require("./commands/UpdateFuotaTaskCommand");
81
84
  const UpdateLogLevelsByResourceTypesCommand_1 = require("./commands/UpdateLogLevelsByResourceTypesCommand");
82
85
  const UpdateMulticastGroupCommand_1 = require("./commands/UpdateMulticastGroupCommand");
86
+ const UpdateNetworkAnalyzerConfigurationCommand_1 = require("./commands/UpdateNetworkAnalyzerConfigurationCommand");
83
87
  const UpdatePartnerAccountCommand_1 = require("./commands/UpdatePartnerAccountCommand");
84
88
  const UpdateResourceEventConfigurationCommand_1 = require("./commands/UpdateResourceEventConfigurationCommand");
85
89
  const UpdateWirelessDeviceCommand_1 = require("./commands/UpdateWirelessDeviceCommand");
@@ -380,6 +384,20 @@ class IoTWireless extends IoTWirelessClient_1.IoTWirelessClient {
380
384
  return this.send(command, optionsOrCb);
381
385
  }
382
386
  }
387
+ deleteQueuedMessages(args, optionsOrCb, cb) {
388
+ const command = new DeleteQueuedMessagesCommand_1.DeleteQueuedMessagesCommand(args);
389
+ if (typeof optionsOrCb === "function") {
390
+ this.send(command, optionsOrCb);
391
+ }
392
+ else if (typeof cb === "function") {
393
+ if (typeof optionsOrCb !== "object")
394
+ throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
395
+ this.send(command, optionsOrCb || {}, cb);
396
+ }
397
+ else {
398
+ return this.send(command, optionsOrCb);
399
+ }
400
+ }
383
401
  deleteServiceProfile(args, optionsOrCb, cb) {
384
402
  const command = new DeleteServiceProfileCommand_1.DeleteServiceProfileCommand(args);
385
403
  if (typeof optionsOrCb === "function") {
@@ -632,6 +650,20 @@ class IoTWireless extends IoTWirelessClient_1.IoTWirelessClient {
632
650
  return this.send(command, optionsOrCb);
633
651
  }
634
652
  }
653
+ getNetworkAnalyzerConfiguration(args, optionsOrCb, cb) {
654
+ const command = new GetNetworkAnalyzerConfigurationCommand_1.GetNetworkAnalyzerConfigurationCommand(args);
655
+ if (typeof optionsOrCb === "function") {
656
+ this.send(command, optionsOrCb);
657
+ }
658
+ else if (typeof cb === "function") {
659
+ if (typeof optionsOrCb !== "object")
660
+ throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
661
+ this.send(command, optionsOrCb || {}, cb);
662
+ }
663
+ else {
664
+ return this.send(command, optionsOrCb);
665
+ }
666
+ }
635
667
  getPartnerAccount(args, optionsOrCb, cb) {
636
668
  const command = new GetPartnerAccountCommand_1.GetPartnerAccountCommand(args);
637
669
  if (typeof optionsOrCb === "function") {
@@ -898,6 +930,20 @@ class IoTWireless extends IoTWirelessClient_1.IoTWirelessClient {
898
930
  return this.send(command, optionsOrCb);
899
931
  }
900
932
  }
933
+ listQueuedMessages(args, optionsOrCb, cb) {
934
+ const command = new ListQueuedMessagesCommand_1.ListQueuedMessagesCommand(args);
935
+ if (typeof optionsOrCb === "function") {
936
+ this.send(command, optionsOrCb);
937
+ }
938
+ else if (typeof cb === "function") {
939
+ if (typeof optionsOrCb !== "object")
940
+ throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
941
+ this.send(command, optionsOrCb || {}, cb);
942
+ }
943
+ else {
944
+ return this.send(command, optionsOrCb);
945
+ }
946
+ }
901
947
  listServiceProfiles(args, optionsOrCb, cb) {
902
948
  const command = new ListServiceProfilesCommand_1.ListServiceProfilesCommand(args);
903
949
  if (typeof optionsOrCb === "function") {
@@ -1192,6 +1238,20 @@ class IoTWireless extends IoTWirelessClient_1.IoTWirelessClient {
1192
1238
  return this.send(command, optionsOrCb);
1193
1239
  }
1194
1240
  }
1241
+ updateNetworkAnalyzerConfiguration(args, optionsOrCb, cb) {
1242
+ const command = new UpdateNetworkAnalyzerConfigurationCommand_1.UpdateNetworkAnalyzerConfigurationCommand(args);
1243
+ if (typeof optionsOrCb === "function") {
1244
+ this.send(command, optionsOrCb);
1245
+ }
1246
+ else if (typeof cb === "function") {
1247
+ if (typeof optionsOrCb !== "object")
1248
+ throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1249
+ this.send(command, optionsOrCb || {}, cb);
1250
+ }
1251
+ else {
1252
+ return this.send(command, optionsOrCb);
1253
+ }
1254
+ }
1195
1255
  updatePartnerAccount(args, optionsOrCb, cb) {
1196
1256
  const command = new UpdatePartnerAccountCommand_1.UpdatePartnerAccountCommand(args);
1197
1257
  if (typeof optionsOrCb === "function") {
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DeleteQueuedMessagesCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
+ class DeleteQueuedMessagesCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "IoTWirelessClient";
18
+ const commandName = "DeleteQueuedMessagesCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_0_1.DeleteQueuedMessagesRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.DeleteQueuedMessagesResponse.filterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return Aws_restJson1_1.serializeAws_restJson1DeleteQueuedMessagesCommand(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return Aws_restJson1_1.deserializeAws_restJson1DeleteQueuedMessagesCommand(output, context);
34
+ }
35
+ }
36
+ exports.DeleteQueuedMessagesCommand = DeleteQueuedMessagesCommand;
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GetNetworkAnalyzerConfigurationCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
+ class GetNetworkAnalyzerConfigurationCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "IoTWirelessClient";
18
+ const commandName = "GetNetworkAnalyzerConfigurationCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_0_1.GetNetworkAnalyzerConfigurationRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.GetNetworkAnalyzerConfigurationResponse.filterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return Aws_restJson1_1.serializeAws_restJson1GetNetworkAnalyzerConfigurationCommand(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return Aws_restJson1_1.deserializeAws_restJson1GetNetworkAnalyzerConfigurationCommand(output, context);
34
+ }
35
+ }
36
+ exports.GetNetworkAnalyzerConfigurationCommand = GetNetworkAnalyzerConfigurationCommand;
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ListQueuedMessagesCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
+ class ListQueuedMessagesCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "IoTWirelessClient";
18
+ const commandName = "ListQueuedMessagesCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_0_1.ListQueuedMessagesRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.ListQueuedMessagesResponse.filterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return Aws_restJson1_1.serializeAws_restJson1ListQueuedMessagesCommand(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return Aws_restJson1_1.deserializeAws_restJson1ListQueuedMessagesCommand(output, context);
34
+ }
35
+ }
36
+ exports.ListQueuedMessagesCommand = ListQueuedMessagesCommand;
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UpdateNetworkAnalyzerConfigurationCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
+ class UpdateNetworkAnalyzerConfigurationCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "IoTWirelessClient";
18
+ const commandName = "UpdateNetworkAnalyzerConfigurationCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_0_1.UpdateNetworkAnalyzerConfigurationRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.UpdateNetworkAnalyzerConfigurationResponse.filterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return Aws_restJson1_1.serializeAws_restJson1UpdateNetworkAnalyzerConfigurationCommand(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return Aws_restJson1_1.deserializeAws_restJson1UpdateNetworkAnalyzerConfigurationCommand(output, context);
34
+ }
35
+ }
36
+ exports.UpdateNetworkAnalyzerConfigurationCommand = UpdateNetworkAnalyzerConfigurationCommand;
@@ -22,6 +22,7 @@ tslib_1.__exportStar(require("./DeleteDestinationCommand"), exports);
22
22
  tslib_1.__exportStar(require("./DeleteDeviceProfileCommand"), exports);
23
23
  tslib_1.__exportStar(require("./DeleteFuotaTaskCommand"), exports);
24
24
  tslib_1.__exportStar(require("./DeleteMulticastGroupCommand"), exports);
25
+ tslib_1.__exportStar(require("./DeleteQueuedMessagesCommand"), exports);
25
26
  tslib_1.__exportStar(require("./DeleteServiceProfileCommand"), exports);
26
27
  tslib_1.__exportStar(require("./DeleteWirelessDeviceCommand"), exports);
27
28
  tslib_1.__exportStar(require("./DeleteWirelessGatewayCommand"), exports);
@@ -40,6 +41,7 @@ tslib_1.__exportStar(require("./GetFuotaTaskCommand"), exports);
40
41
  tslib_1.__exportStar(require("./GetLogLevelsByResourceTypesCommand"), exports);
41
42
  tslib_1.__exportStar(require("./GetMulticastGroupCommand"), exports);
42
43
  tslib_1.__exportStar(require("./GetMulticastGroupSessionCommand"), exports);
44
+ tslib_1.__exportStar(require("./GetNetworkAnalyzerConfigurationCommand"), exports);
43
45
  tslib_1.__exportStar(require("./GetPartnerAccountCommand"), exports);
44
46
  tslib_1.__exportStar(require("./GetResourceEventConfigurationCommand"), exports);
45
47
  tslib_1.__exportStar(require("./GetResourceLogLevelCommand"), exports);
@@ -59,6 +61,7 @@ tslib_1.__exportStar(require("./ListFuotaTasksCommand"), exports);
59
61
  tslib_1.__exportStar(require("./ListMulticastGroupsByFuotaTaskCommand"), exports);
60
62
  tslib_1.__exportStar(require("./ListMulticastGroupsCommand"), exports);
61
63
  tslib_1.__exportStar(require("./ListPartnerAccountsCommand"), exports);
64
+ tslib_1.__exportStar(require("./ListQueuedMessagesCommand"), exports);
62
65
  tslib_1.__exportStar(require("./ListServiceProfilesCommand"), exports);
63
66
  tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
64
67
  tslib_1.__exportStar(require("./ListWirelessDevicesCommand"), exports);
@@ -80,6 +83,7 @@ tslib_1.__exportStar(require("./UpdateDestinationCommand"), exports);
80
83
  tslib_1.__exportStar(require("./UpdateFuotaTaskCommand"), exports);
81
84
  tslib_1.__exportStar(require("./UpdateLogLevelsByResourceTypesCommand"), exports);
82
85
  tslib_1.__exportStar(require("./UpdateMulticastGroupCommand"), exports);
86
+ tslib_1.__exportStar(require("./UpdateNetworkAnalyzerConfigurationCommand"), exports);
83
87
  tslib_1.__exportStar(require("./UpdatePartnerAccountCommand"), exports);
84
88
  tslib_1.__exportStar(require("./UpdateResourceEventConfigurationCommand"), exports);
85
89
  tslib_1.__exportStar(require("./UpdateWirelessDeviceCommand"), exports);
@@ -2,7 +2,53 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.defaultRegionInfoProvider = void 0;
4
4
  const config_resolver_1 = require("@aws-sdk/config-resolver");
5
- const regionHash = {};
5
+ const regionHash = {
6
+ "ap-northeast-1": {
7
+ variants: [
8
+ {
9
+ hostname: "api.iotwireless.ap-northeast-1.amazonaws.com",
10
+ tags: [],
11
+ },
12
+ ],
13
+ signingRegion: "ap-northeast-1",
14
+ },
15
+ "ap-southeast-2": {
16
+ variants: [
17
+ {
18
+ hostname: "api.iotwireless.ap-southeast-2.amazonaws.com",
19
+ tags: [],
20
+ },
21
+ ],
22
+ signingRegion: "ap-southeast-2",
23
+ },
24
+ "eu-west-1": {
25
+ variants: [
26
+ {
27
+ hostname: "api.iotwireless.eu-west-1.amazonaws.com",
28
+ tags: [],
29
+ },
30
+ ],
31
+ signingRegion: "eu-west-1",
32
+ },
33
+ "us-east-1": {
34
+ variants: [
35
+ {
36
+ hostname: "api.iotwireless.us-east-1.amazonaws.com",
37
+ tags: [],
38
+ },
39
+ ],
40
+ signingRegion: "us-east-1",
41
+ },
42
+ "us-west-2": {
43
+ variants: [
44
+ {
45
+ hostname: "api.iotwireless.us-west-2.amazonaws.com",
46
+ tags: [],
47
+ },
48
+ ],
49
+ signingRegion: "us-west-2",
50
+ },
51
+ };
6
52
  const partitionHash = {
7
53
  aws: {
8
54
  regions: [
@@ -14,6 +60,7 @@ const partitionHash = {
14
60
  "ap-south-1",
15
61
  "ap-southeast-1",
16
62
  "ap-southeast-2",
63
+ "ap-southeast-3",
17
64
  "ca-central-1",
18
65
  "eu-central-1",
19
66
  "eu-north-1",