@aws-sdk/client-iot-wireless 3.39.0 → 3.43.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 +42 -0
- package/dist-cjs/IoTWireless.js +420 -0
- package/dist-cjs/commands/AssociateMulticastGroupWithFuotaTaskCommand.js +36 -0
- package/dist-cjs/commands/AssociateWirelessDeviceWithFuotaTaskCommand.js +36 -0
- package/dist-cjs/commands/AssociateWirelessDeviceWithMulticastGroupCommand.js +36 -0
- package/dist-cjs/commands/CancelMulticastGroupSessionCommand.js +36 -0
- package/dist-cjs/commands/CreateFuotaTaskCommand.js +36 -0
- package/dist-cjs/commands/CreateMulticastGroupCommand.js +36 -0
- package/dist-cjs/commands/DeleteFuotaTaskCommand.js +36 -0
- package/dist-cjs/commands/DeleteMulticastGroupCommand.js +36 -0
- package/dist-cjs/commands/DisassociateMulticastGroupFromFuotaTaskCommand.js +36 -0
- package/dist-cjs/commands/DisassociateWirelessDeviceFromFuotaTaskCommand.js +36 -0
- package/dist-cjs/commands/DisassociateWirelessDeviceFromMulticastGroupCommand.js +36 -0
- package/dist-cjs/commands/GetFuotaTaskCommand.js +36 -0
- package/dist-cjs/commands/GetMulticastGroupCommand.js +36 -0
- package/dist-cjs/commands/GetMulticastGroupSessionCommand.js +36 -0
- package/dist-cjs/commands/GetNetworkAnalyzerConfigurationCommand.js +36 -0
- package/dist-cjs/commands/GetResourceEventConfigurationCommand.js +36 -0
- package/dist-cjs/commands/ListFuotaTasksCommand.js +36 -0
- package/dist-cjs/commands/ListMulticastGroupsByFuotaTaskCommand.js +36 -0
- package/dist-cjs/commands/ListMulticastGroupsCommand.js +36 -0
- package/dist-cjs/commands/SendDataToMulticastGroupCommand.js +36 -0
- package/dist-cjs/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.js +36 -0
- package/dist-cjs/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.js +36 -0
- package/dist-cjs/commands/StartFuotaTaskCommand.js +36 -0
- package/dist-cjs/commands/StartMulticastGroupSessionCommand.js +36 -0
- package/dist-cjs/commands/UpdateFuotaTaskCommand.js +36 -0
- package/dist-cjs/commands/UpdateMulticastGroupCommand.js +36 -0
- package/dist-cjs/commands/UpdateNetworkAnalyzerConfigurationCommand.js +36 -0
- package/dist-cjs/commands/UpdateResourceEventConfigurationCommand.js +36 -0
- package/dist-cjs/commands/index.js +28 -0
- package/dist-cjs/endpoints.js +121 -6
- package/dist-cjs/models/models_0.js +490 -4
- package/dist-cjs/pagination/ListFuotaTasksPaginator.js +35 -0
- package/dist-cjs/pagination/ListMulticastGroupsByFuotaTaskPaginator.js +35 -0
- package/dist-cjs/pagination/ListMulticastGroupsPaginator.js +35 -0
- package/dist-cjs/pagination/index.js +3 -0
- package/dist-cjs/protocols/Aws_restJson1.js +4371 -896
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-es/IoTWireless.js +420 -0
- package/dist-es/commands/AssociateMulticastGroupWithFuotaTaskCommand.js +39 -0
- package/dist-es/commands/AssociateWirelessDeviceWithFuotaTaskCommand.js +39 -0
- package/dist-es/commands/AssociateWirelessDeviceWithMulticastGroupCommand.js +39 -0
- package/dist-es/commands/CancelMulticastGroupSessionCommand.js +39 -0
- package/dist-es/commands/CreateFuotaTaskCommand.js +39 -0
- package/dist-es/commands/CreateMulticastGroupCommand.js +39 -0
- package/dist-es/commands/DeleteFuotaTaskCommand.js +39 -0
- package/dist-es/commands/DeleteMulticastGroupCommand.js +39 -0
- package/dist-es/commands/DisassociateMulticastGroupFromFuotaTaskCommand.js +39 -0
- package/dist-es/commands/DisassociateWirelessDeviceFromFuotaTaskCommand.js +39 -0
- package/dist-es/commands/DisassociateWirelessDeviceFromMulticastGroupCommand.js +39 -0
- package/dist-es/commands/GetFuotaTaskCommand.js +39 -0
- package/dist-es/commands/GetMulticastGroupCommand.js +39 -0
- package/dist-es/commands/GetMulticastGroupSessionCommand.js +39 -0
- package/dist-es/commands/GetNetworkAnalyzerConfigurationCommand.js +39 -0
- package/dist-es/commands/GetResourceEventConfigurationCommand.js +39 -0
- package/dist-es/commands/ListFuotaTasksCommand.js +39 -0
- package/dist-es/commands/ListMulticastGroupsByFuotaTaskCommand.js +39 -0
- package/dist-es/commands/ListMulticastGroupsCommand.js +39 -0
- package/dist-es/commands/SendDataToMulticastGroupCommand.js +39 -0
- package/dist-es/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.js +39 -0
- package/dist-es/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.js +39 -0
- package/dist-es/commands/StartFuotaTaskCommand.js +39 -0
- package/dist-es/commands/StartMulticastGroupSessionCommand.js +39 -0
- package/dist-es/commands/UpdateFuotaTaskCommand.js +39 -0
- package/dist-es/commands/UpdateMulticastGroupCommand.js +39 -0
- package/dist-es/commands/UpdateNetworkAnalyzerConfigurationCommand.js +39 -0
- package/dist-es/commands/UpdateResourceEventConfigurationCommand.js +39 -0
- package/dist-es/commands/index.js +28 -0
- package/dist-es/endpoints.js +121 -6
- package/dist-es/models/models_0.js +340 -0
- package/dist-es/pagination/ListFuotaTasksPaginator.js +74 -0
- package/dist-es/pagination/ListMulticastGroupsByFuotaTaskPaginator.js +74 -0
- package/dist-es/pagination/ListMulticastGroupsPaginator.js +74 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/protocols/Aws_restJson1.js +5730 -1858
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-types/IoTWireless.d.ts +196 -0
- package/dist-types/IoTWirelessClient.d.ts +38 -2
- package/dist-types/commands/AssociateAwsAccountWithPartnerAccountCommand.d.ts +1 -1
- package/dist-types/commands/AssociateMulticastGroupWithFuotaTaskCommand.d.ts +35 -0
- package/dist-types/commands/AssociateWirelessDeviceWithFuotaTaskCommand.d.ts +35 -0
- package/dist-types/commands/AssociateWirelessDeviceWithMulticastGroupCommand.d.ts +35 -0
- package/dist-types/commands/AssociateWirelessDeviceWithThingCommand.d.ts +1 -1
- package/dist-types/commands/AssociateWirelessGatewayWithCertificateCommand.d.ts +1 -1
- package/dist-types/commands/AssociateWirelessGatewayWithThingCommand.d.ts +1 -1
- package/dist-types/commands/CancelMulticastGroupSessionCommand.d.ts +35 -0
- package/dist-types/commands/CreateDestinationCommand.d.ts +1 -1
- package/dist-types/commands/CreateDeviceProfileCommand.d.ts +1 -1
- package/dist-types/commands/CreateFuotaTaskCommand.d.ts +35 -0
- package/dist-types/commands/CreateMulticastGroupCommand.d.ts +35 -0
- package/dist-types/commands/CreateServiceProfileCommand.d.ts +1 -1
- package/dist-types/commands/CreateWirelessDeviceCommand.d.ts +1 -1
- package/dist-types/commands/CreateWirelessGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateWirelessGatewayTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateWirelessGatewayTaskDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDestinationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDeviceProfileCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFuotaTaskCommand.d.ts +35 -0
- package/dist-types/commands/DeleteMulticastGroupCommand.d.ts +35 -0
- package/dist-types/commands/DeleteServiceProfileCommand.d.ts +1 -1
- package/dist-types/commands/DeleteWirelessDeviceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteWirelessGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteWirelessGatewayTaskCommand.d.ts +1 -1
- package/dist-types/commands/DeleteWirelessGatewayTaskDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateAwsAccountFromPartnerAccountCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateMulticastGroupFromFuotaTaskCommand.d.ts +35 -0
- package/dist-types/commands/DisassociateWirelessDeviceFromFuotaTaskCommand.d.ts +35 -0
- package/dist-types/commands/DisassociateWirelessDeviceFromMulticastGroupCommand.d.ts +35 -0
- package/dist-types/commands/DisassociateWirelessDeviceFromThingCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateWirelessGatewayFromCertificateCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateWirelessGatewayFromThingCommand.d.ts +1 -1
- package/dist-types/commands/GetDestinationCommand.d.ts +1 -1
- package/dist-types/commands/GetDeviceProfileCommand.d.ts +1 -1
- package/dist-types/commands/GetFuotaTaskCommand.d.ts +35 -0
- package/dist-types/commands/GetLogLevelsByResourceTypesCommand.d.ts +1 -1
- package/dist-types/commands/GetMulticastGroupCommand.d.ts +35 -0
- package/dist-types/commands/GetMulticastGroupSessionCommand.d.ts +35 -0
- package/dist-types/commands/GetNetworkAnalyzerConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/GetPartnerAccountCommand.d.ts +1 -1
- package/dist-types/commands/GetResourceEventConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/GetResourceLogLevelCommand.d.ts +1 -1
- package/dist-types/commands/GetServiceEndpointCommand.d.ts +1 -1
- package/dist-types/commands/GetServiceProfileCommand.d.ts +1 -1
- package/dist-types/commands/GetWirelessDeviceCommand.d.ts +1 -1
- package/dist-types/commands/GetWirelessDeviceStatisticsCommand.d.ts +1 -1
- package/dist-types/commands/GetWirelessGatewayCertificateCommand.d.ts +1 -1
- package/dist-types/commands/GetWirelessGatewayCommand.d.ts +1 -1
- package/dist-types/commands/GetWirelessGatewayFirmwareInformationCommand.d.ts +1 -1
- package/dist-types/commands/GetWirelessGatewayStatisticsCommand.d.ts +1 -1
- package/dist-types/commands/GetWirelessGatewayTaskCommand.d.ts +1 -1
- package/dist-types/commands/GetWirelessGatewayTaskDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/ListDestinationsCommand.d.ts +1 -1
- package/dist-types/commands/ListDeviceProfilesCommand.d.ts +1 -1
- package/dist-types/commands/ListFuotaTasksCommand.d.ts +35 -0
- package/dist-types/commands/ListMulticastGroupsByFuotaTaskCommand.d.ts +35 -0
- package/dist-types/commands/ListMulticastGroupsCommand.d.ts +35 -0
- package/dist-types/commands/ListPartnerAccountsCommand.d.ts +1 -1
- package/dist-types/commands/ListServiceProfilesCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListWirelessDevicesCommand.d.ts +1 -1
- package/dist-types/commands/ListWirelessGatewayTaskDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListWirelessGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/PutResourceLogLevelCommand.d.ts +1 -1
- package/dist-types/commands/ResetAllResourceLogLevelsCommand.d.ts +1 -1
- package/dist-types/commands/ResetResourceLogLevelCommand.d.ts +1 -1
- package/dist-types/commands/SendDataToMulticastGroupCommand.d.ts +35 -0
- package/dist-types/commands/SendDataToWirelessDeviceCommand.d.ts +1 -1
- package/dist-types/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.d.ts +35 -0
- package/dist-types/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.d.ts +35 -0
- package/dist-types/commands/StartFuotaTaskCommand.d.ts +35 -0
- package/dist-types/commands/StartMulticastGroupSessionCommand.d.ts +35 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/TestWirelessDeviceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDestinationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFuotaTaskCommand.d.ts +35 -0
- package/dist-types/commands/UpdateLogLevelsByResourceTypesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMulticastGroupCommand.d.ts +35 -0
- package/dist-types/commands/UpdateNetworkAnalyzerConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/UpdatePartnerAccountCommand.d.ts +1 -1
- package/dist-types/commands/UpdateResourceEventConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/UpdateWirelessDeviceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateWirelessGatewayCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +28 -0
- package/dist-types/models/models_0.d.ts +1307 -51
- package/dist-types/pagination/ListFuotaTasksPaginator.d.ts +4 -0
- package/dist-types/pagination/ListMulticastGroupsByFuotaTaskPaginator.d.ts +4 -0
- package/dist-types/pagination/ListMulticastGroupsPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +84 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/IoTWireless.d.ts +140 -0
- package/dist-types/ts3.4/IoTWirelessClient.d.ts +34 -2
- package/dist-types/ts3.4/commands/AssociateMulticastGroupWithFuotaTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateWirelessDeviceWithFuotaTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateWirelessDeviceWithMulticastGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CancelMulticastGroupSessionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateFuotaTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateMulticastGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteFuotaTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteMulticastGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateMulticastGroupFromFuotaTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateWirelessDeviceFromFuotaTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateWirelessDeviceFromMulticastGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetFuotaTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetMulticastGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetMulticastGroupSessionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetNetworkAnalyzerConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetResourceEventConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListFuotaTasksCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListMulticastGroupsByFuotaTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListMulticastGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SendDataToMulticastGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartFuotaTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartMulticastGroupSessionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateFuotaTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateMulticastGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateNetworkAnalyzerConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateResourceEventConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +28 -0
- package/dist-types/ts3.4/models/models_0.d.ts +784 -0
- package/dist-types/ts3.4/pagination/ListFuotaTasksPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListMulticastGroupsByFuotaTaskPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListMulticastGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +84 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/package.json +23 -23
|
@@ -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 { ListMulticastGroupsByFuotaTaskRequest, ListMulticastGroupsByFuotaTaskResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1ListMulticastGroupsByFuotaTaskCommand, serializeAws_restJson1ListMulticastGroupsByFuotaTaskCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var ListMulticastGroupsByFuotaTaskCommand = (function (_super) {
|
|
7
|
+
__extends(ListMulticastGroupsByFuotaTaskCommand, _super);
|
|
8
|
+
function ListMulticastGroupsByFuotaTaskCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
ListMulticastGroupsByFuotaTaskCommand.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 = "ListMulticastGroupsByFuotaTaskCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: ListMulticastGroupsByFuotaTaskRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListMulticastGroupsByFuotaTaskResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ListMulticastGroupsByFuotaTaskCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_restJson1ListMulticastGroupsByFuotaTaskCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
ListMulticastGroupsByFuotaTaskCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_restJson1ListMulticastGroupsByFuotaTaskCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return ListMulticastGroupsByFuotaTaskCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListMulticastGroupsByFuotaTaskCommand };
|
|
@@ -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 { ListMulticastGroupsRequest, ListMulticastGroupsResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1ListMulticastGroupsCommand, serializeAws_restJson1ListMulticastGroupsCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var ListMulticastGroupsCommand = (function (_super) {
|
|
7
|
+
__extends(ListMulticastGroupsCommand, _super);
|
|
8
|
+
function ListMulticastGroupsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
ListMulticastGroupsCommand.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 = "ListMulticastGroupsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: ListMulticastGroupsRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListMulticastGroupsResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ListMulticastGroupsCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_restJson1ListMulticastGroupsCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
ListMulticastGroupsCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_restJson1ListMulticastGroupsCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return ListMulticastGroupsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListMulticastGroupsCommand };
|
|
@@ -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 { SendDataToMulticastGroupRequest, SendDataToMulticastGroupResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1SendDataToMulticastGroupCommand, serializeAws_restJson1SendDataToMulticastGroupCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var SendDataToMulticastGroupCommand = (function (_super) {
|
|
7
|
+
__extends(SendDataToMulticastGroupCommand, _super);
|
|
8
|
+
function SendDataToMulticastGroupCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
SendDataToMulticastGroupCommand.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 = "SendDataToMulticastGroupCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: SendDataToMulticastGroupRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: SendDataToMulticastGroupResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
SendDataToMulticastGroupCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_restJson1SendDataToMulticastGroupCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
SendDataToMulticastGroupCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_restJson1SendDataToMulticastGroupCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return SendDataToMulticastGroupCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { SendDataToMulticastGroupCommand };
|
|
@@ -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 { StartBulkAssociateWirelessDeviceWithMulticastGroupRequest, StartBulkAssociateWirelessDeviceWithMulticastGroupResponse, } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1StartBulkAssociateWirelessDeviceWithMulticastGroupCommand, serializeAws_restJson1StartBulkAssociateWirelessDeviceWithMulticastGroupCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var StartBulkAssociateWirelessDeviceWithMulticastGroupCommand = (function (_super) {
|
|
7
|
+
__extends(StartBulkAssociateWirelessDeviceWithMulticastGroupCommand, _super);
|
|
8
|
+
function StartBulkAssociateWirelessDeviceWithMulticastGroupCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.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 = "StartBulkAssociateWirelessDeviceWithMulticastGroupCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: StartBulkAssociateWirelessDeviceWithMulticastGroupRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: StartBulkAssociateWirelessDeviceWithMulticastGroupResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_restJson1StartBulkAssociateWirelessDeviceWithMulticastGroupCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_restJson1StartBulkAssociateWirelessDeviceWithMulticastGroupCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return StartBulkAssociateWirelessDeviceWithMulticastGroupCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { StartBulkAssociateWirelessDeviceWithMulticastGroupCommand };
|
|
@@ -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 { StartBulkDisassociateWirelessDeviceFromMulticastGroupRequest, StartBulkDisassociateWirelessDeviceFromMulticastGroupResponse, } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand, serializeAws_restJson1StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand = (function (_super) {
|
|
7
|
+
__extends(StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand, _super);
|
|
8
|
+
function StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.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 = "StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: StartBulkDisassociateWirelessDeviceFromMulticastGroupRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: StartBulkDisassociateWirelessDeviceFromMulticastGroupResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_restJson1StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_restJson1StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand };
|
|
@@ -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 { StartFuotaTaskRequest, StartFuotaTaskResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1StartFuotaTaskCommand, serializeAws_restJson1StartFuotaTaskCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var StartFuotaTaskCommand = (function (_super) {
|
|
7
|
+
__extends(StartFuotaTaskCommand, _super);
|
|
8
|
+
function StartFuotaTaskCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
StartFuotaTaskCommand.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 = "StartFuotaTaskCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: StartFuotaTaskRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: StartFuotaTaskResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
StartFuotaTaskCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_restJson1StartFuotaTaskCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
StartFuotaTaskCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_restJson1StartFuotaTaskCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return StartFuotaTaskCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { StartFuotaTaskCommand };
|
|
@@ -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 { StartMulticastGroupSessionRequest, StartMulticastGroupSessionResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1StartMulticastGroupSessionCommand, serializeAws_restJson1StartMulticastGroupSessionCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var StartMulticastGroupSessionCommand = (function (_super) {
|
|
7
|
+
__extends(StartMulticastGroupSessionCommand, _super);
|
|
8
|
+
function StartMulticastGroupSessionCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
StartMulticastGroupSessionCommand.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 = "StartMulticastGroupSessionCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: StartMulticastGroupSessionRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: StartMulticastGroupSessionResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
StartMulticastGroupSessionCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_restJson1StartMulticastGroupSessionCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
StartMulticastGroupSessionCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_restJson1StartMulticastGroupSessionCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return StartMulticastGroupSessionCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { StartMulticastGroupSessionCommand };
|
|
@@ -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 { UpdateFuotaTaskRequest, UpdateFuotaTaskResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1UpdateFuotaTaskCommand, serializeAws_restJson1UpdateFuotaTaskCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var UpdateFuotaTaskCommand = (function (_super) {
|
|
7
|
+
__extends(UpdateFuotaTaskCommand, _super);
|
|
8
|
+
function UpdateFuotaTaskCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
UpdateFuotaTaskCommand.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 = "UpdateFuotaTaskCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: UpdateFuotaTaskRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UpdateFuotaTaskResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
UpdateFuotaTaskCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_restJson1UpdateFuotaTaskCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
UpdateFuotaTaskCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_restJson1UpdateFuotaTaskCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return UpdateFuotaTaskCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { UpdateFuotaTaskCommand };
|
|
@@ -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 { UpdateMulticastGroupRequest, UpdateMulticastGroupResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1UpdateMulticastGroupCommand, serializeAws_restJson1UpdateMulticastGroupCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var UpdateMulticastGroupCommand = (function (_super) {
|
|
7
|
+
__extends(UpdateMulticastGroupCommand, _super);
|
|
8
|
+
function UpdateMulticastGroupCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
UpdateMulticastGroupCommand.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 = "UpdateMulticastGroupCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: UpdateMulticastGroupRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UpdateMulticastGroupResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
UpdateMulticastGroupCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_restJson1UpdateMulticastGroupCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
UpdateMulticastGroupCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_restJson1UpdateMulticastGroupCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return UpdateMulticastGroupCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { UpdateMulticastGroupCommand };
|
|
@@ -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 { UpdateNetworkAnalyzerConfigurationRequest, UpdateNetworkAnalyzerConfigurationResponse, } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1UpdateNetworkAnalyzerConfigurationCommand, serializeAws_restJson1UpdateNetworkAnalyzerConfigurationCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var UpdateNetworkAnalyzerConfigurationCommand = (function (_super) {
|
|
7
|
+
__extends(UpdateNetworkAnalyzerConfigurationCommand, _super);
|
|
8
|
+
function UpdateNetworkAnalyzerConfigurationCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
UpdateNetworkAnalyzerConfigurationCommand.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 = "UpdateNetworkAnalyzerConfigurationCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: UpdateNetworkAnalyzerConfigurationRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UpdateNetworkAnalyzerConfigurationResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
UpdateNetworkAnalyzerConfigurationCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_restJson1UpdateNetworkAnalyzerConfigurationCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
UpdateNetworkAnalyzerConfigurationCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_restJson1UpdateNetworkAnalyzerConfigurationCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return UpdateNetworkAnalyzerConfigurationCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { UpdateNetworkAnalyzerConfigurationCommand };
|
|
@@ -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 { UpdateResourceEventConfigurationRequest, UpdateResourceEventConfigurationResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1UpdateResourceEventConfigurationCommand, serializeAws_restJson1UpdateResourceEventConfigurationCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var UpdateResourceEventConfigurationCommand = (function (_super) {
|
|
7
|
+
__extends(UpdateResourceEventConfigurationCommand, _super);
|
|
8
|
+
function UpdateResourceEventConfigurationCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
UpdateResourceEventConfigurationCommand.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 = "UpdateResourceEventConfigurationCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: UpdateResourceEventConfigurationRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UpdateResourceEventConfigurationResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
UpdateResourceEventConfigurationCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_restJson1UpdateResourceEventConfigurationCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
UpdateResourceEventConfigurationCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_restJson1UpdateResourceEventConfigurationCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return UpdateResourceEventConfigurationCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { UpdateResourceEventConfigurationCommand };
|
|
@@ -1,9 +1,15 @@
|
|
|
1
1
|
export * from "./AssociateAwsAccountWithPartnerAccountCommand";
|
|
2
|
+
export * from "./AssociateMulticastGroupWithFuotaTaskCommand";
|
|
3
|
+
export * from "./AssociateWirelessDeviceWithFuotaTaskCommand";
|
|
4
|
+
export * from "./AssociateWirelessDeviceWithMulticastGroupCommand";
|
|
2
5
|
export * from "./AssociateWirelessDeviceWithThingCommand";
|
|
3
6
|
export * from "./AssociateWirelessGatewayWithCertificateCommand";
|
|
4
7
|
export * from "./AssociateWirelessGatewayWithThingCommand";
|
|
8
|
+
export * from "./CancelMulticastGroupSessionCommand";
|
|
5
9
|
export * from "./CreateDestinationCommand";
|
|
6
10
|
export * from "./CreateDeviceProfileCommand";
|
|
11
|
+
export * from "./CreateFuotaTaskCommand";
|
|
12
|
+
export * from "./CreateMulticastGroupCommand";
|
|
7
13
|
export * from "./CreateServiceProfileCommand";
|
|
8
14
|
export * from "./CreateWirelessDeviceCommand";
|
|
9
15
|
export * from "./CreateWirelessGatewayCommand";
|
|
@@ -11,19 +17,29 @@ export * from "./CreateWirelessGatewayTaskCommand";
|
|
|
11
17
|
export * from "./CreateWirelessGatewayTaskDefinitionCommand";
|
|
12
18
|
export * from "./DeleteDestinationCommand";
|
|
13
19
|
export * from "./DeleteDeviceProfileCommand";
|
|
20
|
+
export * from "./DeleteFuotaTaskCommand";
|
|
21
|
+
export * from "./DeleteMulticastGroupCommand";
|
|
14
22
|
export * from "./DeleteServiceProfileCommand";
|
|
15
23
|
export * from "./DeleteWirelessDeviceCommand";
|
|
16
24
|
export * from "./DeleteWirelessGatewayCommand";
|
|
17
25
|
export * from "./DeleteWirelessGatewayTaskCommand";
|
|
18
26
|
export * from "./DeleteWirelessGatewayTaskDefinitionCommand";
|
|
19
27
|
export * from "./DisassociateAwsAccountFromPartnerAccountCommand";
|
|
28
|
+
export * from "./DisassociateMulticastGroupFromFuotaTaskCommand";
|
|
29
|
+
export * from "./DisassociateWirelessDeviceFromFuotaTaskCommand";
|
|
30
|
+
export * from "./DisassociateWirelessDeviceFromMulticastGroupCommand";
|
|
20
31
|
export * from "./DisassociateWirelessDeviceFromThingCommand";
|
|
21
32
|
export * from "./DisassociateWirelessGatewayFromCertificateCommand";
|
|
22
33
|
export * from "./DisassociateWirelessGatewayFromThingCommand";
|
|
23
34
|
export * from "./GetDestinationCommand";
|
|
24
35
|
export * from "./GetDeviceProfileCommand";
|
|
36
|
+
export * from "./GetFuotaTaskCommand";
|
|
25
37
|
export * from "./GetLogLevelsByResourceTypesCommand";
|
|
38
|
+
export * from "./GetMulticastGroupCommand";
|
|
39
|
+
export * from "./GetMulticastGroupSessionCommand";
|
|
40
|
+
export * from "./GetNetworkAnalyzerConfigurationCommand";
|
|
26
41
|
export * from "./GetPartnerAccountCommand";
|
|
42
|
+
export * from "./GetResourceEventConfigurationCommand";
|
|
27
43
|
export * from "./GetResourceLogLevelCommand";
|
|
28
44
|
export * from "./GetServiceEndpointCommand";
|
|
29
45
|
export * from "./GetServiceProfileCommand";
|
|
@@ -37,6 +53,9 @@ export * from "./GetWirelessGatewayTaskCommand";
|
|
|
37
53
|
export * from "./GetWirelessGatewayTaskDefinitionCommand";
|
|
38
54
|
export * from "./ListDestinationsCommand";
|
|
39
55
|
export * from "./ListDeviceProfilesCommand";
|
|
56
|
+
export * from "./ListFuotaTasksCommand";
|
|
57
|
+
export * from "./ListMulticastGroupsByFuotaTaskCommand";
|
|
58
|
+
export * from "./ListMulticastGroupsCommand";
|
|
40
59
|
export * from "./ListPartnerAccountsCommand";
|
|
41
60
|
export * from "./ListServiceProfilesCommand";
|
|
42
61
|
export * from "./ListTagsForResourceCommand";
|
|
@@ -46,12 +65,21 @@ export * from "./ListWirelessGatewaysCommand";
|
|
|
46
65
|
export * from "./PutResourceLogLevelCommand";
|
|
47
66
|
export * from "./ResetAllResourceLogLevelsCommand";
|
|
48
67
|
export * from "./ResetResourceLogLevelCommand";
|
|
68
|
+
export * from "./SendDataToMulticastGroupCommand";
|
|
49
69
|
export * from "./SendDataToWirelessDeviceCommand";
|
|
70
|
+
export * from "./StartBulkAssociateWirelessDeviceWithMulticastGroupCommand";
|
|
71
|
+
export * from "./StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand";
|
|
72
|
+
export * from "./StartFuotaTaskCommand";
|
|
73
|
+
export * from "./StartMulticastGroupSessionCommand";
|
|
50
74
|
export * from "./TagResourceCommand";
|
|
51
75
|
export * from "./TestWirelessDeviceCommand";
|
|
52
76
|
export * from "./UntagResourceCommand";
|
|
53
77
|
export * from "./UpdateDestinationCommand";
|
|
78
|
+
export * from "./UpdateFuotaTaskCommand";
|
|
54
79
|
export * from "./UpdateLogLevelsByResourceTypesCommand";
|
|
80
|
+
export * from "./UpdateMulticastGroupCommand";
|
|
81
|
+
export * from "./UpdateNetworkAnalyzerConfigurationCommand";
|
|
55
82
|
export * from "./UpdatePartnerAccountCommand";
|
|
83
|
+
export * from "./UpdateResourceEventConfigurationCommand";
|
|
56
84
|
export * from "./UpdateWirelessDeviceCommand";
|
|
57
85
|
export * from "./UpdateWirelessGatewayCommand";
|