@aws-sdk/client-iot-wireless 3.75.0 → 3.79.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 (74) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/dist-cjs/IoTWireless.js +90 -0
  3. package/dist-cjs/commands/CreateNetworkAnalyzerConfigurationCommand.js +36 -0
  4. package/dist-cjs/commands/DeleteNetworkAnalyzerConfigurationCommand.js +36 -0
  5. package/dist-cjs/commands/GetEventConfigurationByResourceTypesCommand.js +36 -0
  6. package/dist-cjs/commands/ListEventConfigurationsCommand.js +36 -0
  7. package/dist-cjs/commands/ListNetworkAnalyzerConfigurationsCommand.js +36 -0
  8. package/dist-cjs/commands/UpdateEventConfigurationByResourceTypesCommand.js +36 -0
  9. package/dist-cjs/commands/index.js +6 -0
  10. package/dist-cjs/models/models_0.js +216 -38
  11. package/dist-cjs/pagination/ListDestinationsPaginator.js +2 -1
  12. package/dist-cjs/pagination/ListDeviceProfilesPaginator.js +2 -1
  13. package/dist-cjs/pagination/ListFuotaTasksPaginator.js +2 -1
  14. package/dist-cjs/pagination/ListMulticastGroupsByFuotaTaskPaginator.js +2 -1
  15. package/dist-cjs/pagination/ListMulticastGroupsPaginator.js +2 -1
  16. package/dist-cjs/pagination/ListNetworkAnalyzerConfigurationsPaginator.js +36 -0
  17. package/dist-cjs/pagination/ListQueuedMessagesPaginator.js +2 -1
  18. package/dist-cjs/pagination/ListServiceProfilesPaginator.js +2 -1
  19. package/dist-cjs/pagination/ListWirelessDevicesPaginator.js +2 -1
  20. package/dist-cjs/pagination/ListWirelessGatewaysPaginator.js +2 -1
  21. package/dist-cjs/pagination/index.js +1 -0
  22. package/dist-cjs/protocols/Aws_restJson1.js +743 -27
  23. package/dist-es/IoTWireless.js +90 -0
  24. package/dist-es/commands/CreateNetworkAnalyzerConfigurationCommand.js +39 -0
  25. package/dist-es/commands/DeleteNetworkAnalyzerConfigurationCommand.js +39 -0
  26. package/dist-es/commands/GetEventConfigurationByResourceTypesCommand.js +39 -0
  27. package/dist-es/commands/ListEventConfigurationsCommand.js +39 -0
  28. package/dist-es/commands/ListNetworkAnalyzerConfigurationsCommand.js +39 -0
  29. package/dist-es/commands/UpdateEventConfigurationByResourceTypesCommand.js +39 -0
  30. package/dist-es/commands/index.js +6 -0
  31. package/dist-es/models/models_0.js +150 -28
  32. package/dist-es/pagination/ListDestinationsPaginator.js +3 -2
  33. package/dist-es/pagination/ListDeviceProfilesPaginator.js +3 -2
  34. package/dist-es/pagination/ListFuotaTasksPaginator.js +3 -2
  35. package/dist-es/pagination/ListMulticastGroupsByFuotaTaskPaginator.js +3 -2
  36. package/dist-es/pagination/ListMulticastGroupsPaginator.js +3 -2
  37. package/dist-es/pagination/ListNetworkAnalyzerConfigurationsPaginator.js +75 -0
  38. package/dist-es/pagination/ListQueuedMessagesPaginator.js +3 -2
  39. package/dist-es/pagination/ListServiceProfilesPaginator.js +3 -2
  40. package/dist-es/pagination/ListWirelessDevicesPaginator.js +3 -2
  41. package/dist-es/pagination/ListWirelessGatewaysPaginator.js +3 -2
  42. package/dist-es/pagination/index.js +1 -0
  43. package/dist-es/protocols/Aws_restJson1.js +847 -27
  44. package/dist-types/IoTWireless.d.ts +46 -4
  45. package/dist-types/IoTWirelessClient.d.ts +8 -2
  46. package/dist-types/commands/CreateNetworkAnalyzerConfigurationCommand.d.ts +35 -0
  47. package/dist-types/commands/DeleteNetworkAnalyzerConfigurationCommand.d.ts +35 -0
  48. package/dist-types/commands/DeleteQueuedMessagesCommand.d.ts +1 -1
  49. package/dist-types/commands/GetEventConfigurationByResourceTypesCommand.d.ts +35 -0
  50. package/dist-types/commands/GetNetworkAnalyzerConfigurationCommand.d.ts +1 -1
  51. package/dist-types/commands/ListEventConfigurationsCommand.d.ts +35 -0
  52. package/dist-types/commands/ListNetworkAnalyzerConfigurationsCommand.d.ts +35 -0
  53. package/dist-types/commands/ListQueuedMessagesCommand.d.ts +1 -1
  54. package/dist-types/commands/UpdateEventConfigurationByResourceTypesCommand.d.ts +35 -0
  55. package/dist-types/commands/UpdateNetworkAnalyzerConfigurationCommand.d.ts +1 -1
  56. package/dist-types/commands/index.d.ts +6 -0
  57. package/dist-types/models/models_0.d.ts +653 -79
  58. package/dist-types/pagination/ListNetworkAnalyzerConfigurationsPaginator.d.ts +4 -0
  59. package/dist-types/pagination/index.d.ts +1 -0
  60. package/dist-types/protocols/Aws_restJson1.d.ts +18 -0
  61. package/dist-types/ts3.4/IoTWireless.d.ts +30 -0
  62. package/dist-types/ts3.4/IoTWirelessClient.d.ts +8 -2
  63. package/dist-types/ts3.4/commands/CreateNetworkAnalyzerConfigurationCommand.d.ts +17 -0
  64. package/dist-types/ts3.4/commands/DeleteNetworkAnalyzerConfigurationCommand.d.ts +17 -0
  65. package/dist-types/ts3.4/commands/GetEventConfigurationByResourceTypesCommand.d.ts +17 -0
  66. package/dist-types/ts3.4/commands/ListEventConfigurationsCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/ListNetworkAnalyzerConfigurationsCommand.d.ts +17 -0
  68. package/dist-types/ts3.4/commands/UpdateEventConfigurationByResourceTypesCommand.d.ts +17 -0
  69. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  70. package/dist-types/ts3.4/models/models_0.d.ts +361 -36
  71. package/dist-types/ts3.4/pagination/ListNetworkAnalyzerConfigurationsPaginator.d.ts +4 -0
  72. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  73. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +18 -0
  74. package/package.json +25 -25
package/CHANGELOG.md CHANGED
@@ -3,6 +3,36 @@
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.79.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.78.0...v3.79.0) (2022-04-27)
7
+
8
+
9
+ ### Features
10
+
11
+ * **client-iot-wireless:** Add list support for event configurations, allow to get and update event configurations by resource type, support LoRaWAN events; Make NetworkAnalyzerConfiguration as a resource, add List, Create, Delete API support; Add FCntStart attribute support for ABP WirelessDevice. ([12fb21d](https://github.com/aws/aws-sdk-js-v3/commit/12fb21db84e42021601e462beb87cf8702db3539))
12
+
13
+
14
+
15
+
16
+
17
+ # [3.78.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.77.0...v3.78.0) (2022-04-26)
18
+
19
+
20
+ ### Features
21
+
22
+ * **types:** add pagination stopOnSameToken option ([#3524](https://github.com/aws/aws-sdk-js-v3/issues/3524)) ([9bf73e8](https://github.com/aws/aws-sdk-js-v3/commit/9bf73e81b8d9be9f12c72cbefbe26c502d1873c6))
23
+
24
+
25
+
26
+
27
+
28
+ # [3.76.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.75.0...v3.76.0) (2022-04-22)
29
+
30
+ **Note:** Version bump only for package @aws-sdk/client-iot-wireless
31
+
32
+
33
+
34
+
35
+
6
36
  # [3.75.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.74.0...v3.75.0) (2022-04-21)
7
37
 
8
38
  **Note:** Version bump only for package @aws-sdk/client-iot-wireless
@@ -13,6 +13,7 @@ const CreateDestinationCommand_1 = require("./commands/CreateDestinationCommand"
13
13
  const CreateDeviceProfileCommand_1 = require("./commands/CreateDeviceProfileCommand");
14
14
  const CreateFuotaTaskCommand_1 = require("./commands/CreateFuotaTaskCommand");
15
15
  const CreateMulticastGroupCommand_1 = require("./commands/CreateMulticastGroupCommand");
16
+ const CreateNetworkAnalyzerConfigurationCommand_1 = require("./commands/CreateNetworkAnalyzerConfigurationCommand");
16
17
  const CreateServiceProfileCommand_1 = require("./commands/CreateServiceProfileCommand");
17
18
  const CreateWirelessDeviceCommand_1 = require("./commands/CreateWirelessDeviceCommand");
18
19
  const CreateWirelessGatewayCommand_1 = require("./commands/CreateWirelessGatewayCommand");
@@ -22,6 +23,7 @@ const DeleteDestinationCommand_1 = require("./commands/DeleteDestinationCommand"
22
23
  const DeleteDeviceProfileCommand_1 = require("./commands/DeleteDeviceProfileCommand");
23
24
  const DeleteFuotaTaskCommand_1 = require("./commands/DeleteFuotaTaskCommand");
24
25
  const DeleteMulticastGroupCommand_1 = require("./commands/DeleteMulticastGroupCommand");
26
+ const DeleteNetworkAnalyzerConfigurationCommand_1 = require("./commands/DeleteNetworkAnalyzerConfigurationCommand");
25
27
  const DeleteQueuedMessagesCommand_1 = require("./commands/DeleteQueuedMessagesCommand");
26
28
  const DeleteServiceProfileCommand_1 = require("./commands/DeleteServiceProfileCommand");
27
29
  const DeleteWirelessDeviceCommand_1 = require("./commands/DeleteWirelessDeviceCommand");
@@ -37,6 +39,7 @@ const DisassociateWirelessGatewayFromCertificateCommand_1 = require("./commands/
37
39
  const DisassociateWirelessGatewayFromThingCommand_1 = require("./commands/DisassociateWirelessGatewayFromThingCommand");
38
40
  const GetDestinationCommand_1 = require("./commands/GetDestinationCommand");
39
41
  const GetDeviceProfileCommand_1 = require("./commands/GetDeviceProfileCommand");
42
+ const GetEventConfigurationByResourceTypesCommand_1 = require("./commands/GetEventConfigurationByResourceTypesCommand");
40
43
  const GetFuotaTaskCommand_1 = require("./commands/GetFuotaTaskCommand");
41
44
  const GetLogLevelsByResourceTypesCommand_1 = require("./commands/GetLogLevelsByResourceTypesCommand");
42
45
  const GetMulticastGroupCommand_1 = require("./commands/GetMulticastGroupCommand");
@@ -57,9 +60,11 @@ const GetWirelessGatewayTaskCommand_1 = require("./commands/GetWirelessGatewayTa
57
60
  const GetWirelessGatewayTaskDefinitionCommand_1 = require("./commands/GetWirelessGatewayTaskDefinitionCommand");
58
61
  const ListDestinationsCommand_1 = require("./commands/ListDestinationsCommand");
59
62
  const ListDeviceProfilesCommand_1 = require("./commands/ListDeviceProfilesCommand");
63
+ const ListEventConfigurationsCommand_1 = require("./commands/ListEventConfigurationsCommand");
60
64
  const ListFuotaTasksCommand_1 = require("./commands/ListFuotaTasksCommand");
61
65
  const ListMulticastGroupsByFuotaTaskCommand_1 = require("./commands/ListMulticastGroupsByFuotaTaskCommand");
62
66
  const ListMulticastGroupsCommand_1 = require("./commands/ListMulticastGroupsCommand");
67
+ const ListNetworkAnalyzerConfigurationsCommand_1 = require("./commands/ListNetworkAnalyzerConfigurationsCommand");
63
68
  const ListPartnerAccountsCommand_1 = require("./commands/ListPartnerAccountsCommand");
64
69
  const ListQueuedMessagesCommand_1 = require("./commands/ListQueuedMessagesCommand");
65
70
  const ListServiceProfilesCommand_1 = require("./commands/ListServiceProfilesCommand");
@@ -80,6 +85,7 @@ const TagResourceCommand_1 = require("./commands/TagResourceCommand");
80
85
  const TestWirelessDeviceCommand_1 = require("./commands/TestWirelessDeviceCommand");
81
86
  const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
82
87
  const UpdateDestinationCommand_1 = require("./commands/UpdateDestinationCommand");
88
+ const UpdateEventConfigurationByResourceTypesCommand_1 = require("./commands/UpdateEventConfigurationByResourceTypesCommand");
83
89
  const UpdateFuotaTaskCommand_1 = require("./commands/UpdateFuotaTaskCommand");
84
90
  const UpdateLogLevelsByResourceTypesCommand_1 = require("./commands/UpdateLogLevelsByResourceTypesCommand");
85
91
  const UpdateMulticastGroupCommand_1 = require("./commands/UpdateMulticastGroupCommand");
@@ -258,6 +264,20 @@ class IoTWireless extends IoTWirelessClient_1.IoTWirelessClient {
258
264
  return this.send(command, optionsOrCb);
259
265
  }
260
266
  }
267
+ createNetworkAnalyzerConfiguration(args, optionsOrCb, cb) {
268
+ const command = new CreateNetworkAnalyzerConfigurationCommand_1.CreateNetworkAnalyzerConfigurationCommand(args);
269
+ if (typeof optionsOrCb === "function") {
270
+ this.send(command, optionsOrCb);
271
+ }
272
+ else if (typeof cb === "function") {
273
+ if (typeof optionsOrCb !== "object")
274
+ throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
275
+ this.send(command, optionsOrCb || {}, cb);
276
+ }
277
+ else {
278
+ return this.send(command, optionsOrCb);
279
+ }
280
+ }
261
281
  createServiceProfile(args, optionsOrCb, cb) {
262
282
  const command = new CreateServiceProfileCommand_1.CreateServiceProfileCommand(args);
263
283
  if (typeof optionsOrCb === "function") {
@@ -384,6 +404,20 @@ class IoTWireless extends IoTWirelessClient_1.IoTWirelessClient {
384
404
  return this.send(command, optionsOrCb);
385
405
  }
386
406
  }
407
+ deleteNetworkAnalyzerConfiguration(args, optionsOrCb, cb) {
408
+ const command = new DeleteNetworkAnalyzerConfigurationCommand_1.DeleteNetworkAnalyzerConfigurationCommand(args);
409
+ if (typeof optionsOrCb === "function") {
410
+ this.send(command, optionsOrCb);
411
+ }
412
+ else if (typeof cb === "function") {
413
+ if (typeof optionsOrCb !== "object")
414
+ throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
415
+ this.send(command, optionsOrCb || {}, cb);
416
+ }
417
+ else {
418
+ return this.send(command, optionsOrCb);
419
+ }
420
+ }
387
421
  deleteQueuedMessages(args, optionsOrCb, cb) {
388
422
  const command = new DeleteQueuedMessagesCommand_1.DeleteQueuedMessagesCommand(args);
389
423
  if (typeof optionsOrCb === "function") {
@@ -594,6 +628,20 @@ class IoTWireless extends IoTWirelessClient_1.IoTWirelessClient {
594
628
  return this.send(command, optionsOrCb);
595
629
  }
596
630
  }
631
+ getEventConfigurationByResourceTypes(args, optionsOrCb, cb) {
632
+ const command = new GetEventConfigurationByResourceTypesCommand_1.GetEventConfigurationByResourceTypesCommand(args);
633
+ if (typeof optionsOrCb === "function") {
634
+ this.send(command, optionsOrCb);
635
+ }
636
+ else if (typeof cb === "function") {
637
+ if (typeof optionsOrCb !== "object")
638
+ throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
639
+ this.send(command, optionsOrCb || {}, cb);
640
+ }
641
+ else {
642
+ return this.send(command, optionsOrCb);
643
+ }
644
+ }
597
645
  getFuotaTask(args, optionsOrCb, cb) {
598
646
  const command = new GetFuotaTaskCommand_1.GetFuotaTaskCommand(args);
599
647
  if (typeof optionsOrCb === "function") {
@@ -874,6 +922,20 @@ class IoTWireless extends IoTWirelessClient_1.IoTWirelessClient {
874
922
  return this.send(command, optionsOrCb);
875
923
  }
876
924
  }
925
+ listEventConfigurations(args, optionsOrCb, cb) {
926
+ const command = new ListEventConfigurationsCommand_1.ListEventConfigurationsCommand(args);
927
+ if (typeof optionsOrCb === "function") {
928
+ this.send(command, optionsOrCb);
929
+ }
930
+ else if (typeof cb === "function") {
931
+ if (typeof optionsOrCb !== "object")
932
+ throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
933
+ this.send(command, optionsOrCb || {}, cb);
934
+ }
935
+ else {
936
+ return this.send(command, optionsOrCb);
937
+ }
938
+ }
877
939
  listFuotaTasks(args, optionsOrCb, cb) {
878
940
  const command = new ListFuotaTasksCommand_1.ListFuotaTasksCommand(args);
879
941
  if (typeof optionsOrCb === "function") {
@@ -916,6 +978,20 @@ class IoTWireless extends IoTWirelessClient_1.IoTWirelessClient {
916
978
  return this.send(command, optionsOrCb);
917
979
  }
918
980
  }
981
+ listNetworkAnalyzerConfigurations(args, optionsOrCb, cb) {
982
+ const command = new ListNetworkAnalyzerConfigurationsCommand_1.ListNetworkAnalyzerConfigurationsCommand(args);
983
+ if (typeof optionsOrCb === "function") {
984
+ this.send(command, optionsOrCb);
985
+ }
986
+ else if (typeof cb === "function") {
987
+ if (typeof optionsOrCb !== "object")
988
+ throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
989
+ this.send(command, optionsOrCb || {}, cb);
990
+ }
991
+ else {
992
+ return this.send(command, optionsOrCb);
993
+ }
994
+ }
919
995
  listPartnerAccounts(args, optionsOrCb, cb) {
920
996
  const command = new ListPartnerAccountsCommand_1.ListPartnerAccountsCommand(args);
921
997
  if (typeof optionsOrCb === "function") {
@@ -1196,6 +1272,20 @@ class IoTWireless extends IoTWirelessClient_1.IoTWirelessClient {
1196
1272
  return this.send(command, optionsOrCb);
1197
1273
  }
1198
1274
  }
1275
+ updateEventConfigurationByResourceTypes(args, optionsOrCb, cb) {
1276
+ const command = new UpdateEventConfigurationByResourceTypesCommand_1.UpdateEventConfigurationByResourceTypesCommand(args);
1277
+ if (typeof optionsOrCb === "function") {
1278
+ this.send(command, optionsOrCb);
1279
+ }
1280
+ else if (typeof cb === "function") {
1281
+ if (typeof optionsOrCb !== "object")
1282
+ throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1283
+ this.send(command, optionsOrCb || {}, cb);
1284
+ }
1285
+ else {
1286
+ return this.send(command, optionsOrCb);
1287
+ }
1288
+ }
1199
1289
  updateFuotaTask(args, optionsOrCb, cb) {
1200
1290
  const command = new UpdateFuotaTaskCommand_1.UpdateFuotaTaskCommand(args);
1201
1291
  if (typeof optionsOrCb === "function") {
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CreateNetworkAnalyzerConfigurationCommand = 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 CreateNetworkAnalyzerConfigurationCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use((0, 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 = "CreateNetworkAnalyzerConfigurationCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_0_1.CreateNetworkAnalyzerConfigurationRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.CreateNetworkAnalyzerConfigurationResponse.filterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1CreateNetworkAnalyzerConfigurationCommand)(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1CreateNetworkAnalyzerConfigurationCommand)(output, context);
34
+ }
35
+ }
36
+ exports.CreateNetworkAnalyzerConfigurationCommand = CreateNetworkAnalyzerConfigurationCommand;
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DeleteNetworkAnalyzerConfigurationCommand = 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 DeleteNetworkAnalyzerConfigurationCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use((0, 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 = "DeleteNetworkAnalyzerConfigurationCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_0_1.DeleteNetworkAnalyzerConfigurationRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.DeleteNetworkAnalyzerConfigurationResponse.filterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DeleteNetworkAnalyzerConfigurationCommand)(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteNetworkAnalyzerConfigurationCommand)(output, context);
34
+ }
35
+ }
36
+ exports.DeleteNetworkAnalyzerConfigurationCommand = DeleteNetworkAnalyzerConfigurationCommand;
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GetEventConfigurationByResourceTypesCommand = 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 GetEventConfigurationByResourceTypesCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use((0, 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 = "GetEventConfigurationByResourceTypesCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_0_1.GetEventConfigurationByResourceTypesRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.GetEventConfigurationByResourceTypesResponse.filterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetEventConfigurationByResourceTypesCommand)(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetEventConfigurationByResourceTypesCommand)(output, context);
34
+ }
35
+ }
36
+ exports.GetEventConfigurationByResourceTypesCommand = GetEventConfigurationByResourceTypesCommand;
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ListEventConfigurationsCommand = 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 ListEventConfigurationsCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use((0, 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 = "ListEventConfigurationsCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_0_1.ListEventConfigurationsRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.ListEventConfigurationsResponse.filterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListEventConfigurationsCommand)(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListEventConfigurationsCommand)(output, context);
34
+ }
35
+ }
36
+ exports.ListEventConfigurationsCommand = ListEventConfigurationsCommand;
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ListNetworkAnalyzerConfigurationsCommand = 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 ListNetworkAnalyzerConfigurationsCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use((0, 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 = "ListNetworkAnalyzerConfigurationsCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_0_1.ListNetworkAnalyzerConfigurationsRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.ListNetworkAnalyzerConfigurationsResponse.filterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListNetworkAnalyzerConfigurationsCommand)(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListNetworkAnalyzerConfigurationsCommand)(output, context);
34
+ }
35
+ }
36
+ exports.ListNetworkAnalyzerConfigurationsCommand = ListNetworkAnalyzerConfigurationsCommand;
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UpdateEventConfigurationByResourceTypesCommand = 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 UpdateEventConfigurationByResourceTypesCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use((0, 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 = "UpdateEventConfigurationByResourceTypesCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_0_1.UpdateEventConfigurationByResourceTypesRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.UpdateEventConfigurationByResourceTypesResponse.filterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateEventConfigurationByResourceTypesCommand)(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateEventConfigurationByResourceTypesCommand)(output, context);
34
+ }
35
+ }
36
+ exports.UpdateEventConfigurationByResourceTypesCommand = UpdateEventConfigurationByResourceTypesCommand;
@@ -13,6 +13,7 @@ tslib_1.__exportStar(require("./CreateDestinationCommand"), exports);
13
13
  tslib_1.__exportStar(require("./CreateDeviceProfileCommand"), exports);
14
14
  tslib_1.__exportStar(require("./CreateFuotaTaskCommand"), exports);
15
15
  tslib_1.__exportStar(require("./CreateMulticastGroupCommand"), exports);
16
+ tslib_1.__exportStar(require("./CreateNetworkAnalyzerConfigurationCommand"), exports);
16
17
  tslib_1.__exportStar(require("./CreateServiceProfileCommand"), exports);
17
18
  tslib_1.__exportStar(require("./CreateWirelessDeviceCommand"), exports);
18
19
  tslib_1.__exportStar(require("./CreateWirelessGatewayCommand"), exports);
@@ -22,6 +23,7 @@ tslib_1.__exportStar(require("./DeleteDestinationCommand"), exports);
22
23
  tslib_1.__exportStar(require("./DeleteDeviceProfileCommand"), exports);
23
24
  tslib_1.__exportStar(require("./DeleteFuotaTaskCommand"), exports);
24
25
  tslib_1.__exportStar(require("./DeleteMulticastGroupCommand"), exports);
26
+ tslib_1.__exportStar(require("./DeleteNetworkAnalyzerConfigurationCommand"), exports);
25
27
  tslib_1.__exportStar(require("./DeleteQueuedMessagesCommand"), exports);
26
28
  tslib_1.__exportStar(require("./DeleteServiceProfileCommand"), exports);
27
29
  tslib_1.__exportStar(require("./DeleteWirelessDeviceCommand"), exports);
@@ -37,6 +39,7 @@ tslib_1.__exportStar(require("./DisassociateWirelessGatewayFromCertificateComman
37
39
  tslib_1.__exportStar(require("./DisassociateWirelessGatewayFromThingCommand"), exports);
38
40
  tslib_1.__exportStar(require("./GetDestinationCommand"), exports);
39
41
  tslib_1.__exportStar(require("./GetDeviceProfileCommand"), exports);
42
+ tslib_1.__exportStar(require("./GetEventConfigurationByResourceTypesCommand"), exports);
40
43
  tslib_1.__exportStar(require("./GetFuotaTaskCommand"), exports);
41
44
  tslib_1.__exportStar(require("./GetLogLevelsByResourceTypesCommand"), exports);
42
45
  tslib_1.__exportStar(require("./GetMulticastGroupCommand"), exports);
@@ -57,9 +60,11 @@ tslib_1.__exportStar(require("./GetWirelessGatewayTaskCommand"), exports);
57
60
  tslib_1.__exportStar(require("./GetWirelessGatewayTaskDefinitionCommand"), exports);
58
61
  tslib_1.__exportStar(require("./ListDestinationsCommand"), exports);
59
62
  tslib_1.__exportStar(require("./ListDeviceProfilesCommand"), exports);
63
+ tslib_1.__exportStar(require("./ListEventConfigurationsCommand"), exports);
60
64
  tslib_1.__exportStar(require("./ListFuotaTasksCommand"), exports);
61
65
  tslib_1.__exportStar(require("./ListMulticastGroupsByFuotaTaskCommand"), exports);
62
66
  tslib_1.__exportStar(require("./ListMulticastGroupsCommand"), exports);
67
+ tslib_1.__exportStar(require("./ListNetworkAnalyzerConfigurationsCommand"), exports);
63
68
  tslib_1.__exportStar(require("./ListPartnerAccountsCommand"), exports);
64
69
  tslib_1.__exportStar(require("./ListQueuedMessagesCommand"), exports);
65
70
  tslib_1.__exportStar(require("./ListServiceProfilesCommand"), exports);
@@ -80,6 +85,7 @@ tslib_1.__exportStar(require("./TagResourceCommand"), exports);
80
85
  tslib_1.__exportStar(require("./TestWirelessDeviceCommand"), exports);
81
86
  tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
82
87
  tslib_1.__exportStar(require("./UpdateDestinationCommand"), exports);
88
+ tslib_1.__exportStar(require("./UpdateEventConfigurationByResourceTypesCommand"), exports);
83
89
  tslib_1.__exportStar(require("./UpdateFuotaTaskCommand"), exports);
84
90
  tslib_1.__exportStar(require("./UpdateLogLevelsByResourceTypesCommand"), exports);
85
91
  tslib_1.__exportStar(require("./UpdateMulticastGroupCommand"), exports);