@aws-sdk/client-iot-wireless 3.76.0 → 3.80.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.
- package/CHANGELOG.md +30 -0
- package/dist-cjs/IoTWireless.js +90 -0
- package/dist-cjs/commands/CreateNetworkAnalyzerConfigurationCommand.js +36 -0
- package/dist-cjs/commands/DeleteNetworkAnalyzerConfigurationCommand.js +36 -0
- package/dist-cjs/commands/GetEventConfigurationByResourceTypesCommand.js +36 -0
- package/dist-cjs/commands/ListEventConfigurationsCommand.js +36 -0
- package/dist-cjs/commands/ListNetworkAnalyzerConfigurationsCommand.js +36 -0
- package/dist-cjs/commands/UpdateEventConfigurationByResourceTypesCommand.js +36 -0
- package/dist-cjs/commands/index.js +6 -0
- package/dist-cjs/models/models_0.js +216 -38
- package/dist-cjs/pagination/ListDestinationsPaginator.js +2 -1
- package/dist-cjs/pagination/ListDeviceProfilesPaginator.js +2 -1
- package/dist-cjs/pagination/ListFuotaTasksPaginator.js +2 -1
- package/dist-cjs/pagination/ListMulticastGroupsByFuotaTaskPaginator.js +2 -1
- package/dist-cjs/pagination/ListMulticastGroupsPaginator.js +2 -1
- package/dist-cjs/pagination/ListNetworkAnalyzerConfigurationsPaginator.js +36 -0
- package/dist-cjs/pagination/ListQueuedMessagesPaginator.js +2 -1
- package/dist-cjs/pagination/ListServiceProfilesPaginator.js +2 -1
- package/dist-cjs/pagination/ListWirelessDevicesPaginator.js +2 -1
- package/dist-cjs/pagination/ListWirelessGatewaysPaginator.js +2 -1
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_restJson1.js +743 -27
- package/dist-es/IoTWireless.js +90 -0
- package/dist-es/commands/CreateNetworkAnalyzerConfigurationCommand.js +39 -0
- package/dist-es/commands/DeleteNetworkAnalyzerConfigurationCommand.js +39 -0
- package/dist-es/commands/GetEventConfigurationByResourceTypesCommand.js +39 -0
- package/dist-es/commands/ListEventConfigurationsCommand.js +39 -0
- package/dist-es/commands/ListNetworkAnalyzerConfigurationsCommand.js +39 -0
- package/dist-es/commands/UpdateEventConfigurationByResourceTypesCommand.js +39 -0
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/models_0.js +150 -28
- package/dist-es/pagination/ListDestinationsPaginator.js +3 -2
- package/dist-es/pagination/ListDeviceProfilesPaginator.js +3 -2
- package/dist-es/pagination/ListFuotaTasksPaginator.js +3 -2
- package/dist-es/pagination/ListMulticastGroupsByFuotaTaskPaginator.js +3 -2
- package/dist-es/pagination/ListMulticastGroupsPaginator.js +3 -2
- package/dist-es/pagination/ListNetworkAnalyzerConfigurationsPaginator.js +75 -0
- package/dist-es/pagination/ListQueuedMessagesPaginator.js +3 -2
- package/dist-es/pagination/ListServiceProfilesPaginator.js +3 -2
- package/dist-es/pagination/ListWirelessDevicesPaginator.js +3 -2
- package/dist-es/pagination/ListWirelessGatewaysPaginator.js +3 -2
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +847 -27
- package/dist-types/IoTWireless.d.ts +46 -4
- package/dist-types/IoTWirelessClient.d.ts +8 -2
- package/dist-types/commands/CreateNetworkAnalyzerConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/DeleteNetworkAnalyzerConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/DeleteQueuedMessagesCommand.d.ts +1 -1
- package/dist-types/commands/GetEventConfigurationByResourceTypesCommand.d.ts +35 -0
- package/dist-types/commands/GetNetworkAnalyzerConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ListEventConfigurationsCommand.d.ts +35 -0
- package/dist-types/commands/ListNetworkAnalyzerConfigurationsCommand.d.ts +35 -0
- package/dist-types/commands/ListQueuedMessagesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEventConfigurationByResourceTypesCommand.d.ts +35 -0
- package/dist-types/commands/UpdateNetworkAnalyzerConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/models/models_0.d.ts +653 -79
- package/dist-types/pagination/ListNetworkAnalyzerConfigurationsPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +18 -0
- package/dist-types/ts3.4/IoTWireless.d.ts +30 -0
- package/dist-types/ts3.4/IoTWirelessClient.d.ts +8 -2
- package/dist-types/ts3.4/commands/CreateNetworkAnalyzerConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteNetworkAnalyzerConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetEventConfigurationByResourceTypesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListEventConfigurationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListNetworkAnalyzerConfigurationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateEventConfigurationByResourceTypesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +361 -36
- package/dist-types/ts3.4/pagination/ListNetworkAnalyzerConfigurationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +18 -0
- package/package.json +25 -25
package/dist-es/IoTWireless.js
CHANGED
|
@@ -11,6 +11,7 @@ import { CreateDestinationCommand, } from "./commands/CreateDestinationCommand";
|
|
|
11
11
|
import { CreateDeviceProfileCommand, } from "./commands/CreateDeviceProfileCommand";
|
|
12
12
|
import { CreateFuotaTaskCommand, } from "./commands/CreateFuotaTaskCommand";
|
|
13
13
|
import { CreateMulticastGroupCommand, } from "./commands/CreateMulticastGroupCommand";
|
|
14
|
+
import { CreateNetworkAnalyzerConfigurationCommand, } from "./commands/CreateNetworkAnalyzerConfigurationCommand";
|
|
14
15
|
import { CreateServiceProfileCommand, } from "./commands/CreateServiceProfileCommand";
|
|
15
16
|
import { CreateWirelessDeviceCommand, } from "./commands/CreateWirelessDeviceCommand";
|
|
16
17
|
import { CreateWirelessGatewayCommand, } from "./commands/CreateWirelessGatewayCommand";
|
|
@@ -20,6 +21,7 @@ import { DeleteDestinationCommand, } from "./commands/DeleteDestinationCommand";
|
|
|
20
21
|
import { DeleteDeviceProfileCommand, } from "./commands/DeleteDeviceProfileCommand";
|
|
21
22
|
import { DeleteFuotaTaskCommand, } from "./commands/DeleteFuotaTaskCommand";
|
|
22
23
|
import { DeleteMulticastGroupCommand, } from "./commands/DeleteMulticastGroupCommand";
|
|
24
|
+
import { DeleteNetworkAnalyzerConfigurationCommand, } from "./commands/DeleteNetworkAnalyzerConfigurationCommand";
|
|
23
25
|
import { DeleteQueuedMessagesCommand, } from "./commands/DeleteQueuedMessagesCommand";
|
|
24
26
|
import { DeleteServiceProfileCommand, } from "./commands/DeleteServiceProfileCommand";
|
|
25
27
|
import { DeleteWirelessDeviceCommand, } from "./commands/DeleteWirelessDeviceCommand";
|
|
@@ -35,6 +37,7 @@ import { DisassociateWirelessGatewayFromCertificateCommand, } from "./commands/D
|
|
|
35
37
|
import { DisassociateWirelessGatewayFromThingCommand, } from "./commands/DisassociateWirelessGatewayFromThingCommand";
|
|
36
38
|
import { GetDestinationCommand, } from "./commands/GetDestinationCommand";
|
|
37
39
|
import { GetDeviceProfileCommand, } from "./commands/GetDeviceProfileCommand";
|
|
40
|
+
import { GetEventConfigurationByResourceTypesCommand, } from "./commands/GetEventConfigurationByResourceTypesCommand";
|
|
38
41
|
import { GetFuotaTaskCommand, } from "./commands/GetFuotaTaskCommand";
|
|
39
42
|
import { GetLogLevelsByResourceTypesCommand, } from "./commands/GetLogLevelsByResourceTypesCommand";
|
|
40
43
|
import { GetMulticastGroupCommand, } from "./commands/GetMulticastGroupCommand";
|
|
@@ -55,9 +58,11 @@ import { GetWirelessGatewayTaskCommand, } from "./commands/GetWirelessGatewayTas
|
|
|
55
58
|
import { GetWirelessGatewayTaskDefinitionCommand, } from "./commands/GetWirelessGatewayTaskDefinitionCommand";
|
|
56
59
|
import { ListDestinationsCommand, } from "./commands/ListDestinationsCommand";
|
|
57
60
|
import { ListDeviceProfilesCommand, } from "./commands/ListDeviceProfilesCommand";
|
|
61
|
+
import { ListEventConfigurationsCommand, } from "./commands/ListEventConfigurationsCommand";
|
|
58
62
|
import { ListFuotaTasksCommand, } from "./commands/ListFuotaTasksCommand";
|
|
59
63
|
import { ListMulticastGroupsByFuotaTaskCommand, } from "./commands/ListMulticastGroupsByFuotaTaskCommand";
|
|
60
64
|
import { ListMulticastGroupsCommand, } from "./commands/ListMulticastGroupsCommand";
|
|
65
|
+
import { ListNetworkAnalyzerConfigurationsCommand, } from "./commands/ListNetworkAnalyzerConfigurationsCommand";
|
|
61
66
|
import { ListPartnerAccountsCommand, } from "./commands/ListPartnerAccountsCommand";
|
|
62
67
|
import { ListQueuedMessagesCommand, } from "./commands/ListQueuedMessagesCommand";
|
|
63
68
|
import { ListServiceProfilesCommand, } from "./commands/ListServiceProfilesCommand";
|
|
@@ -78,6 +83,7 @@ import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
|
78
83
|
import { TestWirelessDeviceCommand, } from "./commands/TestWirelessDeviceCommand";
|
|
79
84
|
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
80
85
|
import { UpdateDestinationCommand, } from "./commands/UpdateDestinationCommand";
|
|
86
|
+
import { UpdateEventConfigurationByResourceTypesCommand, } from "./commands/UpdateEventConfigurationByResourceTypesCommand";
|
|
81
87
|
import { UpdateFuotaTaskCommand, } from "./commands/UpdateFuotaTaskCommand";
|
|
82
88
|
import { UpdateLogLevelsByResourceTypesCommand, } from "./commands/UpdateLogLevelsByResourceTypesCommand";
|
|
83
89
|
import { UpdateMulticastGroupCommand, } from "./commands/UpdateMulticastGroupCommand";
|
|
@@ -260,6 +266,20 @@ var IoTWireless = (function (_super) {
|
|
|
260
266
|
return this.send(command, optionsOrCb);
|
|
261
267
|
}
|
|
262
268
|
};
|
|
269
|
+
IoTWireless.prototype.createNetworkAnalyzerConfiguration = function (args, optionsOrCb, cb) {
|
|
270
|
+
var command = new CreateNetworkAnalyzerConfigurationCommand(args);
|
|
271
|
+
if (typeof optionsOrCb === "function") {
|
|
272
|
+
this.send(command, optionsOrCb);
|
|
273
|
+
}
|
|
274
|
+
else if (typeof cb === "function") {
|
|
275
|
+
if (typeof optionsOrCb !== "object")
|
|
276
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
277
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
278
|
+
}
|
|
279
|
+
else {
|
|
280
|
+
return this.send(command, optionsOrCb);
|
|
281
|
+
}
|
|
282
|
+
};
|
|
263
283
|
IoTWireless.prototype.createServiceProfile = function (args, optionsOrCb, cb) {
|
|
264
284
|
var command = new CreateServiceProfileCommand(args);
|
|
265
285
|
if (typeof optionsOrCb === "function") {
|
|
@@ -386,6 +406,20 @@ var IoTWireless = (function (_super) {
|
|
|
386
406
|
return this.send(command, optionsOrCb);
|
|
387
407
|
}
|
|
388
408
|
};
|
|
409
|
+
IoTWireless.prototype.deleteNetworkAnalyzerConfiguration = function (args, optionsOrCb, cb) {
|
|
410
|
+
var command = new DeleteNetworkAnalyzerConfigurationCommand(args);
|
|
411
|
+
if (typeof optionsOrCb === "function") {
|
|
412
|
+
this.send(command, optionsOrCb);
|
|
413
|
+
}
|
|
414
|
+
else if (typeof cb === "function") {
|
|
415
|
+
if (typeof optionsOrCb !== "object")
|
|
416
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
417
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
418
|
+
}
|
|
419
|
+
else {
|
|
420
|
+
return this.send(command, optionsOrCb);
|
|
421
|
+
}
|
|
422
|
+
};
|
|
389
423
|
IoTWireless.prototype.deleteQueuedMessages = function (args, optionsOrCb, cb) {
|
|
390
424
|
var command = new DeleteQueuedMessagesCommand(args);
|
|
391
425
|
if (typeof optionsOrCb === "function") {
|
|
@@ -596,6 +630,20 @@ var IoTWireless = (function (_super) {
|
|
|
596
630
|
return this.send(command, optionsOrCb);
|
|
597
631
|
}
|
|
598
632
|
};
|
|
633
|
+
IoTWireless.prototype.getEventConfigurationByResourceTypes = function (args, optionsOrCb, cb) {
|
|
634
|
+
var command = new GetEventConfigurationByResourceTypesCommand(args);
|
|
635
|
+
if (typeof optionsOrCb === "function") {
|
|
636
|
+
this.send(command, optionsOrCb);
|
|
637
|
+
}
|
|
638
|
+
else if (typeof cb === "function") {
|
|
639
|
+
if (typeof optionsOrCb !== "object")
|
|
640
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
641
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
642
|
+
}
|
|
643
|
+
else {
|
|
644
|
+
return this.send(command, optionsOrCb);
|
|
645
|
+
}
|
|
646
|
+
};
|
|
599
647
|
IoTWireless.prototype.getFuotaTask = function (args, optionsOrCb, cb) {
|
|
600
648
|
var command = new GetFuotaTaskCommand(args);
|
|
601
649
|
if (typeof optionsOrCb === "function") {
|
|
@@ -876,6 +924,20 @@ var IoTWireless = (function (_super) {
|
|
|
876
924
|
return this.send(command, optionsOrCb);
|
|
877
925
|
}
|
|
878
926
|
};
|
|
927
|
+
IoTWireless.prototype.listEventConfigurations = function (args, optionsOrCb, cb) {
|
|
928
|
+
var command = new ListEventConfigurationsCommand(args);
|
|
929
|
+
if (typeof optionsOrCb === "function") {
|
|
930
|
+
this.send(command, optionsOrCb);
|
|
931
|
+
}
|
|
932
|
+
else if (typeof cb === "function") {
|
|
933
|
+
if (typeof optionsOrCb !== "object")
|
|
934
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
935
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
936
|
+
}
|
|
937
|
+
else {
|
|
938
|
+
return this.send(command, optionsOrCb);
|
|
939
|
+
}
|
|
940
|
+
};
|
|
879
941
|
IoTWireless.prototype.listFuotaTasks = function (args, optionsOrCb, cb) {
|
|
880
942
|
var command = new ListFuotaTasksCommand(args);
|
|
881
943
|
if (typeof optionsOrCb === "function") {
|
|
@@ -918,6 +980,20 @@ var IoTWireless = (function (_super) {
|
|
|
918
980
|
return this.send(command, optionsOrCb);
|
|
919
981
|
}
|
|
920
982
|
};
|
|
983
|
+
IoTWireless.prototype.listNetworkAnalyzerConfigurations = function (args, optionsOrCb, cb) {
|
|
984
|
+
var command = new ListNetworkAnalyzerConfigurationsCommand(args);
|
|
985
|
+
if (typeof optionsOrCb === "function") {
|
|
986
|
+
this.send(command, optionsOrCb);
|
|
987
|
+
}
|
|
988
|
+
else if (typeof cb === "function") {
|
|
989
|
+
if (typeof optionsOrCb !== "object")
|
|
990
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
991
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
992
|
+
}
|
|
993
|
+
else {
|
|
994
|
+
return this.send(command, optionsOrCb);
|
|
995
|
+
}
|
|
996
|
+
};
|
|
921
997
|
IoTWireless.prototype.listPartnerAccounts = function (args, optionsOrCb, cb) {
|
|
922
998
|
var command = new ListPartnerAccountsCommand(args);
|
|
923
999
|
if (typeof optionsOrCb === "function") {
|
|
@@ -1198,6 +1274,20 @@ var IoTWireless = (function (_super) {
|
|
|
1198
1274
|
return this.send(command, optionsOrCb);
|
|
1199
1275
|
}
|
|
1200
1276
|
};
|
|
1277
|
+
IoTWireless.prototype.updateEventConfigurationByResourceTypes = function (args, optionsOrCb, cb) {
|
|
1278
|
+
var command = new UpdateEventConfigurationByResourceTypesCommand(args);
|
|
1279
|
+
if (typeof optionsOrCb === "function") {
|
|
1280
|
+
this.send(command, optionsOrCb);
|
|
1281
|
+
}
|
|
1282
|
+
else if (typeof cb === "function") {
|
|
1283
|
+
if (typeof optionsOrCb !== "object")
|
|
1284
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
1285
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1286
|
+
}
|
|
1287
|
+
else {
|
|
1288
|
+
return this.send(command, optionsOrCb);
|
|
1289
|
+
}
|
|
1290
|
+
};
|
|
1201
1291
|
IoTWireless.prototype.updateFuotaTask = function (args, optionsOrCb, cb) {
|
|
1202
1292
|
var command = new UpdateFuotaTaskCommand(args);
|
|
1203
1293
|
if (typeof optionsOrCb === "function") {
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { CreateNetworkAnalyzerConfigurationRequest, CreateNetworkAnalyzerConfigurationResponse, } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1CreateNetworkAnalyzerConfigurationCommand, serializeAws_restJson1CreateNetworkAnalyzerConfigurationCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var CreateNetworkAnalyzerConfigurationCommand = (function (_super) {
|
|
7
|
+
__extends(CreateNetworkAnalyzerConfigurationCommand, _super);
|
|
8
|
+
function CreateNetworkAnalyzerConfigurationCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
CreateNetworkAnalyzerConfigurationCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "IoTWirelessClient";
|
|
18
|
+
var commandName = "CreateNetworkAnalyzerConfigurationCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: CreateNetworkAnalyzerConfigurationRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateNetworkAnalyzerConfigurationResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
CreateNetworkAnalyzerConfigurationCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_restJson1CreateNetworkAnalyzerConfigurationCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
CreateNetworkAnalyzerConfigurationCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_restJson1CreateNetworkAnalyzerConfigurationCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return CreateNetworkAnalyzerConfigurationCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { CreateNetworkAnalyzerConfigurationCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DeleteNetworkAnalyzerConfigurationRequest, DeleteNetworkAnalyzerConfigurationResponse, } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1DeleteNetworkAnalyzerConfigurationCommand, serializeAws_restJson1DeleteNetworkAnalyzerConfigurationCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var DeleteNetworkAnalyzerConfigurationCommand = (function (_super) {
|
|
7
|
+
__extends(DeleteNetworkAnalyzerConfigurationCommand, _super);
|
|
8
|
+
function DeleteNetworkAnalyzerConfigurationCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
DeleteNetworkAnalyzerConfigurationCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "IoTWirelessClient";
|
|
18
|
+
var commandName = "DeleteNetworkAnalyzerConfigurationCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: DeleteNetworkAnalyzerConfigurationRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteNetworkAnalyzerConfigurationResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DeleteNetworkAnalyzerConfigurationCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_restJson1DeleteNetworkAnalyzerConfigurationCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
DeleteNetworkAnalyzerConfigurationCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_restJson1DeleteNetworkAnalyzerConfigurationCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return DeleteNetworkAnalyzerConfigurationCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DeleteNetworkAnalyzerConfigurationCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { GetEventConfigurationByResourceTypesRequest, GetEventConfigurationByResourceTypesResponse, } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1GetEventConfigurationByResourceTypesCommand, serializeAws_restJson1GetEventConfigurationByResourceTypesCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var GetEventConfigurationByResourceTypesCommand = (function (_super) {
|
|
7
|
+
__extends(GetEventConfigurationByResourceTypesCommand, _super);
|
|
8
|
+
function GetEventConfigurationByResourceTypesCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
GetEventConfigurationByResourceTypesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "IoTWirelessClient";
|
|
18
|
+
var commandName = "GetEventConfigurationByResourceTypesCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: GetEventConfigurationByResourceTypesRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetEventConfigurationByResourceTypesResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
GetEventConfigurationByResourceTypesCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_restJson1GetEventConfigurationByResourceTypesCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
GetEventConfigurationByResourceTypesCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_restJson1GetEventConfigurationByResourceTypesCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return GetEventConfigurationByResourceTypesCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { GetEventConfigurationByResourceTypesCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { ListEventConfigurationsRequest, ListEventConfigurationsResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1ListEventConfigurationsCommand, serializeAws_restJson1ListEventConfigurationsCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var ListEventConfigurationsCommand = (function (_super) {
|
|
7
|
+
__extends(ListEventConfigurationsCommand, _super);
|
|
8
|
+
function ListEventConfigurationsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
ListEventConfigurationsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "IoTWirelessClient";
|
|
18
|
+
var commandName = "ListEventConfigurationsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: ListEventConfigurationsRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListEventConfigurationsResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ListEventConfigurationsCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_restJson1ListEventConfigurationsCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
ListEventConfigurationsCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_restJson1ListEventConfigurationsCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return ListEventConfigurationsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListEventConfigurationsCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { ListNetworkAnalyzerConfigurationsRequest, ListNetworkAnalyzerConfigurationsResponse, } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1ListNetworkAnalyzerConfigurationsCommand, serializeAws_restJson1ListNetworkAnalyzerConfigurationsCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var ListNetworkAnalyzerConfigurationsCommand = (function (_super) {
|
|
7
|
+
__extends(ListNetworkAnalyzerConfigurationsCommand, _super);
|
|
8
|
+
function ListNetworkAnalyzerConfigurationsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
ListNetworkAnalyzerConfigurationsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "IoTWirelessClient";
|
|
18
|
+
var commandName = "ListNetworkAnalyzerConfigurationsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: ListNetworkAnalyzerConfigurationsRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListNetworkAnalyzerConfigurationsResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ListNetworkAnalyzerConfigurationsCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_restJson1ListNetworkAnalyzerConfigurationsCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
ListNetworkAnalyzerConfigurationsCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_restJson1ListNetworkAnalyzerConfigurationsCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return ListNetworkAnalyzerConfigurationsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListNetworkAnalyzerConfigurationsCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { UpdateEventConfigurationByResourceTypesRequest, UpdateEventConfigurationByResourceTypesResponse, } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1UpdateEventConfigurationByResourceTypesCommand, serializeAws_restJson1UpdateEventConfigurationByResourceTypesCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var UpdateEventConfigurationByResourceTypesCommand = (function (_super) {
|
|
7
|
+
__extends(UpdateEventConfigurationByResourceTypesCommand, _super);
|
|
8
|
+
function UpdateEventConfigurationByResourceTypesCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
UpdateEventConfigurationByResourceTypesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "IoTWirelessClient";
|
|
18
|
+
var commandName = "UpdateEventConfigurationByResourceTypesCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: UpdateEventConfigurationByResourceTypesRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UpdateEventConfigurationByResourceTypesResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
UpdateEventConfigurationByResourceTypesCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_restJson1UpdateEventConfigurationByResourceTypesCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
UpdateEventConfigurationByResourceTypesCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_restJson1UpdateEventConfigurationByResourceTypesCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return UpdateEventConfigurationByResourceTypesCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { UpdateEventConfigurationByResourceTypesCommand };
|
|
@@ -10,6 +10,7 @@ export * from "./CreateDestinationCommand";
|
|
|
10
10
|
export * from "./CreateDeviceProfileCommand";
|
|
11
11
|
export * from "./CreateFuotaTaskCommand";
|
|
12
12
|
export * from "./CreateMulticastGroupCommand";
|
|
13
|
+
export * from "./CreateNetworkAnalyzerConfigurationCommand";
|
|
13
14
|
export * from "./CreateServiceProfileCommand";
|
|
14
15
|
export * from "./CreateWirelessDeviceCommand";
|
|
15
16
|
export * from "./CreateWirelessGatewayCommand";
|
|
@@ -19,6 +20,7 @@ export * from "./DeleteDestinationCommand";
|
|
|
19
20
|
export * from "./DeleteDeviceProfileCommand";
|
|
20
21
|
export * from "./DeleteFuotaTaskCommand";
|
|
21
22
|
export * from "./DeleteMulticastGroupCommand";
|
|
23
|
+
export * from "./DeleteNetworkAnalyzerConfigurationCommand";
|
|
22
24
|
export * from "./DeleteQueuedMessagesCommand";
|
|
23
25
|
export * from "./DeleteServiceProfileCommand";
|
|
24
26
|
export * from "./DeleteWirelessDeviceCommand";
|
|
@@ -34,6 +36,7 @@ export * from "./DisassociateWirelessGatewayFromCertificateCommand";
|
|
|
34
36
|
export * from "./DisassociateWirelessGatewayFromThingCommand";
|
|
35
37
|
export * from "./GetDestinationCommand";
|
|
36
38
|
export * from "./GetDeviceProfileCommand";
|
|
39
|
+
export * from "./GetEventConfigurationByResourceTypesCommand";
|
|
37
40
|
export * from "./GetFuotaTaskCommand";
|
|
38
41
|
export * from "./GetLogLevelsByResourceTypesCommand";
|
|
39
42
|
export * from "./GetMulticastGroupCommand";
|
|
@@ -54,9 +57,11 @@ export * from "./GetWirelessGatewayTaskCommand";
|
|
|
54
57
|
export * from "./GetWirelessGatewayTaskDefinitionCommand";
|
|
55
58
|
export * from "./ListDestinationsCommand";
|
|
56
59
|
export * from "./ListDeviceProfilesCommand";
|
|
60
|
+
export * from "./ListEventConfigurationsCommand";
|
|
57
61
|
export * from "./ListFuotaTasksCommand";
|
|
58
62
|
export * from "./ListMulticastGroupsByFuotaTaskCommand";
|
|
59
63
|
export * from "./ListMulticastGroupsCommand";
|
|
64
|
+
export * from "./ListNetworkAnalyzerConfigurationsCommand";
|
|
60
65
|
export * from "./ListPartnerAccountsCommand";
|
|
61
66
|
export * from "./ListQueuedMessagesCommand";
|
|
62
67
|
export * from "./ListServiceProfilesCommand";
|
|
@@ -77,6 +82,7 @@ export * from "./TagResourceCommand";
|
|
|
77
82
|
export * from "./TestWirelessDeviceCommand";
|
|
78
83
|
export * from "./UntagResourceCommand";
|
|
79
84
|
export * from "./UpdateDestinationCommand";
|
|
85
|
+
export * from "./UpdateEventConfigurationByResourceTypesCommand";
|
|
80
86
|
export * from "./UpdateFuotaTaskCommand";
|
|
81
87
|
export * from "./UpdateLogLevelsByResourceTypesCommand";
|
|
82
88
|
export * from "./UpdateMulticastGroupCommand";
|