@aws-sdk/client-iot-wireless 3.216.0 → 3.222.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/dist-cjs/IoTWireless.js +45 -0
- package/dist-cjs/commands/GetPositionEstimateCommand.js +46 -0
- package/dist-cjs/commands/GetResourcePositionCommand.js +46 -0
- package/dist-cjs/commands/SendDataToMulticastGroupCommand.js +3 -3
- package/dist-cjs/commands/SendDataToWirelessDeviceCommand.js +3 -3
- package/dist-cjs/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.js +3 -3
- package/dist-cjs/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.js +3 -3
- package/dist-cjs/commands/StartFuotaTaskCommand.js +3 -3
- package/dist-cjs/commands/StartMulticastGroupSessionCommand.js +3 -3
- package/dist-cjs/commands/TagResourceCommand.js +3 -3
- package/dist-cjs/commands/TestWirelessDeviceCommand.js +3 -3
- package/dist-cjs/commands/UntagResourceCommand.js +3 -3
- package/dist-cjs/commands/UpdateDestinationCommand.js +3 -3
- package/dist-cjs/commands/UpdateEventConfigurationByResourceTypesCommand.js +3 -3
- package/dist-cjs/commands/UpdateResourcePositionCommand.js +46 -0
- package/dist-cjs/commands/index.js +3 -0
- package/dist-cjs/endpoint/ruleset.js +1 -1
- package/dist-cjs/models/models_0.js +115 -128
- package/dist-cjs/models/models_1.js +133 -1
- package/dist-cjs/protocols/Aws_restJson1.js +544 -25
- package/dist-es/IoTWireless.js +45 -0
- package/dist-es/commands/GetPositionEstimateCommand.js +42 -0
- package/dist-es/commands/GetResourcePositionCommand.js +42 -0
- package/dist-es/commands/SendDataToMulticastGroupCommand.js +1 -1
- package/dist-es/commands/SendDataToWirelessDeviceCommand.js +1 -1
- package/dist-es/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.js +1 -1
- package/dist-es/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.js +1 -1
- package/dist-es/commands/StartFuotaTaskCommand.js +1 -1
- package/dist-es/commands/StartMulticastGroupSessionCommand.js +1 -1
- package/dist-es/commands/TagResourceCommand.js +1 -1
- package/dist-es/commands/TestWirelessDeviceCommand.js +1 -1
- package/dist-es/commands/UntagResourceCommand.js +1 -1
- package/dist-es/commands/UpdateDestinationCommand.js +1 -1
- package/dist-es/commands/UpdateEventConfigurationByResourceTypesCommand.js +1 -1
- package/dist-es/commands/UpdateResourcePositionCommand.js +42 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/endpoint/ruleset.js +1 -1
- package/dist-es/models/models_0.js +84 -96
- package/dist-es/models/models_1.js +103 -0
- package/dist-es/protocols/Aws_restJson1.js +533 -21
- package/dist-types/IoTWireless.d.ts +59 -0
- package/dist-types/IoTWirelessClient.d.ts +5 -2
- package/dist-types/commands/GetPositionCommand.d.ts +7 -0
- package/dist-types/commands/GetPositionConfigurationCommand.d.ts +7 -0
- package/dist-types/commands/GetPositionEstimateCommand.d.ts +38 -0
- package/dist-types/commands/GetResourcePositionCommand.d.ts +39 -0
- package/dist-types/commands/ListPositionConfigurationsCommand.d.ts +7 -0
- package/dist-types/commands/PutPositionConfigurationCommand.d.ts +6 -0
- package/dist-types/commands/SendDataToMulticastGroupCommand.d.ts +1 -1
- package/dist-types/commands/SendDataToWirelessDeviceCommand.d.ts +1 -1
- package/dist-types/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.d.ts +1 -1
- package/dist-types/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.d.ts +1 -1
- package/dist-types/commands/StartFuotaTaskCommand.d.ts +1 -1
- package/dist-types/commands/StartMulticastGroupSessionCommand.d.ts +1 -1
- 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/UpdateEventConfigurationByResourceTypesCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePositionCommand.d.ts +6 -0
- package/dist-types/commands/UpdateResourcePositionCommand.d.ts +39 -0
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +695 -367
- package/dist-types/models/models_1.d.ts +384 -1
- package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
- package/dist-types/ts3.4/IoTWireless.d.ts +51 -0
- package/dist-types/ts3.4/IoTWirelessClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/GetPositionEstimateCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetResourcePositionCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/SendDataToMulticastGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SendDataToWirelessDeviceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartFuotaTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartMulticastGroupSessionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TestWirelessDeviceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDestinationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateEventConfigurationByResourceTypesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateResourcePositionCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +208 -173
- package/dist-types/ts3.4/models/models_1.d.ts +201 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
- package/package.json +29 -28
package/dist-cjs/IoTWireless.js
CHANGED
|
@@ -48,8 +48,10 @@ const GetNetworkAnalyzerConfigurationCommand_1 = require("./commands/GetNetworkA
|
|
|
48
48
|
const GetPartnerAccountCommand_1 = require("./commands/GetPartnerAccountCommand");
|
|
49
49
|
const GetPositionCommand_1 = require("./commands/GetPositionCommand");
|
|
50
50
|
const GetPositionConfigurationCommand_1 = require("./commands/GetPositionConfigurationCommand");
|
|
51
|
+
const GetPositionEstimateCommand_1 = require("./commands/GetPositionEstimateCommand");
|
|
51
52
|
const GetResourceEventConfigurationCommand_1 = require("./commands/GetResourceEventConfigurationCommand");
|
|
52
53
|
const GetResourceLogLevelCommand_1 = require("./commands/GetResourceLogLevelCommand");
|
|
54
|
+
const GetResourcePositionCommand_1 = require("./commands/GetResourcePositionCommand");
|
|
53
55
|
const GetServiceEndpointCommand_1 = require("./commands/GetServiceEndpointCommand");
|
|
54
56
|
const GetServiceProfileCommand_1 = require("./commands/GetServiceProfileCommand");
|
|
55
57
|
const GetWirelessDeviceCommand_1 = require("./commands/GetWirelessDeviceCommand");
|
|
@@ -97,6 +99,7 @@ const UpdateNetworkAnalyzerConfigurationCommand_1 = require("./commands/UpdateNe
|
|
|
97
99
|
const UpdatePartnerAccountCommand_1 = require("./commands/UpdatePartnerAccountCommand");
|
|
98
100
|
const UpdatePositionCommand_1 = require("./commands/UpdatePositionCommand");
|
|
99
101
|
const UpdateResourceEventConfigurationCommand_1 = require("./commands/UpdateResourceEventConfigurationCommand");
|
|
102
|
+
const UpdateResourcePositionCommand_1 = require("./commands/UpdateResourcePositionCommand");
|
|
100
103
|
const UpdateWirelessDeviceCommand_1 = require("./commands/UpdateWirelessDeviceCommand");
|
|
101
104
|
const UpdateWirelessGatewayCommand_1 = require("./commands/UpdateWirelessGatewayCommand");
|
|
102
105
|
const IoTWirelessClient_1 = require("./IoTWirelessClient");
|
|
@@ -759,6 +762,20 @@ class IoTWireless extends IoTWirelessClient_1.IoTWirelessClient {
|
|
|
759
762
|
return this.send(command, optionsOrCb);
|
|
760
763
|
}
|
|
761
764
|
}
|
|
765
|
+
getPositionEstimate(args, optionsOrCb, cb) {
|
|
766
|
+
const command = new GetPositionEstimateCommand_1.GetPositionEstimateCommand(args);
|
|
767
|
+
if (typeof optionsOrCb === "function") {
|
|
768
|
+
this.send(command, optionsOrCb);
|
|
769
|
+
}
|
|
770
|
+
else if (typeof cb === "function") {
|
|
771
|
+
if (typeof optionsOrCb !== "object")
|
|
772
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
773
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
774
|
+
}
|
|
775
|
+
else {
|
|
776
|
+
return this.send(command, optionsOrCb);
|
|
777
|
+
}
|
|
778
|
+
}
|
|
762
779
|
getResourceEventConfiguration(args, optionsOrCb, cb) {
|
|
763
780
|
const command = new GetResourceEventConfigurationCommand_1.GetResourceEventConfigurationCommand(args);
|
|
764
781
|
if (typeof optionsOrCb === "function") {
|
|
@@ -787,6 +804,20 @@ class IoTWireless extends IoTWirelessClient_1.IoTWirelessClient {
|
|
|
787
804
|
return this.send(command, optionsOrCb);
|
|
788
805
|
}
|
|
789
806
|
}
|
|
807
|
+
getResourcePosition(args, optionsOrCb, cb) {
|
|
808
|
+
const command = new GetResourcePositionCommand_1.GetResourcePositionCommand(args);
|
|
809
|
+
if (typeof optionsOrCb === "function") {
|
|
810
|
+
this.send(command, optionsOrCb);
|
|
811
|
+
}
|
|
812
|
+
else if (typeof cb === "function") {
|
|
813
|
+
if (typeof optionsOrCb !== "object")
|
|
814
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
815
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
816
|
+
}
|
|
817
|
+
else {
|
|
818
|
+
return this.send(command, optionsOrCb);
|
|
819
|
+
}
|
|
820
|
+
}
|
|
790
821
|
getServiceEndpoint(args, optionsOrCb, cb) {
|
|
791
822
|
const command = new GetServiceEndpointCommand_1.GetServiceEndpointCommand(args);
|
|
792
823
|
if (typeof optionsOrCb === "function") {
|
|
@@ -1445,6 +1476,20 @@ class IoTWireless extends IoTWirelessClient_1.IoTWirelessClient {
|
|
|
1445
1476
|
return this.send(command, optionsOrCb);
|
|
1446
1477
|
}
|
|
1447
1478
|
}
|
|
1479
|
+
updateResourcePosition(args, optionsOrCb, cb) {
|
|
1480
|
+
const command = new UpdateResourcePositionCommand_1.UpdateResourcePositionCommand(args);
|
|
1481
|
+
if (typeof optionsOrCb === "function") {
|
|
1482
|
+
this.send(command, optionsOrCb);
|
|
1483
|
+
}
|
|
1484
|
+
else if (typeof cb === "function") {
|
|
1485
|
+
if (typeof optionsOrCb !== "object")
|
|
1486
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1487
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1488
|
+
}
|
|
1489
|
+
else {
|
|
1490
|
+
return this.send(command, optionsOrCb);
|
|
1491
|
+
}
|
|
1492
|
+
}
|
|
1448
1493
|
updateWirelessDevice(args, optionsOrCb, cb) {
|
|
1449
1494
|
const command = new UpdateWirelessDeviceCommand_1.UpdateWirelessDeviceCommand(args);
|
|
1450
1495
|
if (typeof optionsOrCb === "function") {
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetPositionEstimateCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
const models_0_1 = require("../models/models_0");
|
|
8
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
|
+
class GetPositionEstimateCommand extends smithy_client_1.Command {
|
|
10
|
+
constructor(input) {
|
|
11
|
+
super();
|
|
12
|
+
this.input = input;
|
|
13
|
+
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetPositionEstimateCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "IoTWirelessClient";
|
|
28
|
+
const commandName = "GetPositionEstimateCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: models_0_1.GetPositionEstimateRequestFilterSensitiveLog,
|
|
34
|
+
outputFilterSensitiveLog: models_0_1.GetPositionEstimateResponseFilterSensitiveLog,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_restJson1_1.serializeAws_restJson1GetPositionEstimateCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_restJson1_1.deserializeAws_restJson1GetPositionEstimateCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.GetPositionEstimateCommand = GetPositionEstimateCommand;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetResourcePositionCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
const models_0_1 = require("../models/models_0");
|
|
8
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
|
+
class GetResourcePositionCommand extends smithy_client_1.Command {
|
|
10
|
+
constructor(input) {
|
|
11
|
+
super();
|
|
12
|
+
this.input = input;
|
|
13
|
+
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetResourcePositionCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "IoTWirelessClient";
|
|
28
|
+
const commandName = "GetResourcePositionCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: models_0_1.GetResourcePositionRequestFilterSensitiveLog,
|
|
34
|
+
outputFilterSensitiveLog: models_0_1.GetResourcePositionResponseFilterSensitiveLog,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_restJson1_1.serializeAws_restJson1GetResourcePositionCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_restJson1_1.deserializeAws_restJson1GetResourcePositionCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.GetResourcePositionCommand = GetResourcePositionCommand;
|
|
@@ -4,7 +4,7 @@ exports.SendDataToMulticastGroupCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const
|
|
7
|
+
const models_1_1 = require("../models/models_1");
|
|
8
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
9
|
class SendDataToMulticastGroupCommand extends smithy_client_1.Command {
|
|
10
10
|
constructor(input) {
|
|
@@ -30,8 +30,8 @@ class SendDataToMulticastGroupCommand extends smithy_client_1.Command {
|
|
|
30
30
|
logger,
|
|
31
31
|
clientName,
|
|
32
32
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
33
|
+
inputFilterSensitiveLog: models_1_1.SendDataToMulticastGroupRequestFilterSensitiveLog,
|
|
34
|
+
outputFilterSensitiveLog: models_1_1.SendDataToMulticastGroupResponseFilterSensitiveLog,
|
|
35
35
|
};
|
|
36
36
|
const { requestHandler } = configuration;
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,7 @@ exports.SendDataToWirelessDeviceCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const
|
|
7
|
+
const models_1_1 = require("../models/models_1");
|
|
8
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
9
|
class SendDataToWirelessDeviceCommand extends smithy_client_1.Command {
|
|
10
10
|
constructor(input) {
|
|
@@ -30,8 +30,8 @@ class SendDataToWirelessDeviceCommand extends smithy_client_1.Command {
|
|
|
30
30
|
logger,
|
|
31
31
|
clientName,
|
|
32
32
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
33
|
+
inputFilterSensitiveLog: models_1_1.SendDataToWirelessDeviceRequestFilterSensitiveLog,
|
|
34
|
+
outputFilterSensitiveLog: models_1_1.SendDataToWirelessDeviceResponseFilterSensitiveLog,
|
|
35
35
|
};
|
|
36
36
|
const { requestHandler } = configuration;
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,7 @@ exports.StartBulkAssociateWirelessDeviceWithMulticastGroupCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const
|
|
7
|
+
const models_1_1 = require("../models/models_1");
|
|
8
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
9
|
class StartBulkAssociateWirelessDeviceWithMulticastGroupCommand extends smithy_client_1.Command {
|
|
10
10
|
constructor(input) {
|
|
@@ -30,8 +30,8 @@ class StartBulkAssociateWirelessDeviceWithMulticastGroupCommand extends smithy_c
|
|
|
30
30
|
logger,
|
|
31
31
|
clientName,
|
|
32
32
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
33
|
+
inputFilterSensitiveLog: models_1_1.StartBulkAssociateWirelessDeviceWithMulticastGroupRequestFilterSensitiveLog,
|
|
34
|
+
outputFilterSensitiveLog: models_1_1.StartBulkAssociateWirelessDeviceWithMulticastGroupResponseFilterSensitiveLog,
|
|
35
35
|
};
|
|
36
36
|
const { requestHandler } = configuration;
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,7 @@ exports.StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const
|
|
7
|
+
const models_1_1 = require("../models/models_1");
|
|
8
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
9
|
class StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand extends smithy_client_1.Command {
|
|
10
10
|
constructor(input) {
|
|
@@ -30,8 +30,8 @@ class StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand extends smith
|
|
|
30
30
|
logger,
|
|
31
31
|
clientName,
|
|
32
32
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
33
|
+
inputFilterSensitiveLog: models_1_1.StartBulkDisassociateWirelessDeviceFromMulticastGroupRequestFilterSensitiveLog,
|
|
34
|
+
outputFilterSensitiveLog: models_1_1.StartBulkDisassociateWirelessDeviceFromMulticastGroupResponseFilterSensitiveLog,
|
|
35
35
|
};
|
|
36
36
|
const { requestHandler } = configuration;
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,7 @@ exports.StartFuotaTaskCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const
|
|
7
|
+
const models_1_1 = require("../models/models_1");
|
|
8
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
9
|
class StartFuotaTaskCommand extends smithy_client_1.Command {
|
|
10
10
|
constructor(input) {
|
|
@@ -30,8 +30,8 @@ class StartFuotaTaskCommand extends smithy_client_1.Command {
|
|
|
30
30
|
logger,
|
|
31
31
|
clientName,
|
|
32
32
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
33
|
+
inputFilterSensitiveLog: models_1_1.StartFuotaTaskRequestFilterSensitiveLog,
|
|
34
|
+
outputFilterSensitiveLog: models_1_1.StartFuotaTaskResponseFilterSensitiveLog,
|
|
35
35
|
};
|
|
36
36
|
const { requestHandler } = configuration;
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,7 @@ exports.StartMulticastGroupSessionCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const
|
|
7
|
+
const models_1_1 = require("../models/models_1");
|
|
8
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
9
|
class StartMulticastGroupSessionCommand extends smithy_client_1.Command {
|
|
10
10
|
constructor(input) {
|
|
@@ -30,8 +30,8 @@ class StartMulticastGroupSessionCommand extends smithy_client_1.Command {
|
|
|
30
30
|
logger,
|
|
31
31
|
clientName,
|
|
32
32
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
33
|
+
inputFilterSensitiveLog: models_1_1.StartMulticastGroupSessionRequestFilterSensitiveLog,
|
|
34
|
+
outputFilterSensitiveLog: models_1_1.StartMulticastGroupSessionResponseFilterSensitiveLog,
|
|
35
35
|
};
|
|
36
36
|
const { requestHandler } = configuration;
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,7 @@ exports.TagResourceCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const
|
|
7
|
+
const models_1_1 = require("../models/models_1");
|
|
8
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
9
|
class TagResourceCommand extends smithy_client_1.Command {
|
|
10
10
|
constructor(input) {
|
|
@@ -30,8 +30,8 @@ class TagResourceCommand extends smithy_client_1.Command {
|
|
|
30
30
|
logger,
|
|
31
31
|
clientName,
|
|
32
32
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
33
|
+
inputFilterSensitiveLog: models_1_1.TagResourceRequestFilterSensitiveLog,
|
|
34
|
+
outputFilterSensitiveLog: models_1_1.TagResourceResponseFilterSensitiveLog,
|
|
35
35
|
};
|
|
36
36
|
const { requestHandler } = configuration;
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,7 @@ exports.TestWirelessDeviceCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const
|
|
7
|
+
const models_1_1 = require("../models/models_1");
|
|
8
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
9
|
class TestWirelessDeviceCommand extends smithy_client_1.Command {
|
|
10
10
|
constructor(input) {
|
|
@@ -30,8 +30,8 @@ class TestWirelessDeviceCommand extends smithy_client_1.Command {
|
|
|
30
30
|
logger,
|
|
31
31
|
clientName,
|
|
32
32
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
33
|
+
inputFilterSensitiveLog: models_1_1.TestWirelessDeviceRequestFilterSensitiveLog,
|
|
34
|
+
outputFilterSensitiveLog: models_1_1.TestWirelessDeviceResponseFilterSensitiveLog,
|
|
35
35
|
};
|
|
36
36
|
const { requestHandler } = configuration;
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,7 @@ exports.UntagResourceCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const
|
|
7
|
+
const models_1_1 = require("../models/models_1");
|
|
8
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
9
|
class UntagResourceCommand extends smithy_client_1.Command {
|
|
10
10
|
constructor(input) {
|
|
@@ -30,8 +30,8 @@ class UntagResourceCommand extends smithy_client_1.Command {
|
|
|
30
30
|
logger,
|
|
31
31
|
clientName,
|
|
32
32
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
33
|
+
inputFilterSensitiveLog: models_1_1.UntagResourceRequestFilterSensitiveLog,
|
|
34
|
+
outputFilterSensitiveLog: models_1_1.UntagResourceResponseFilterSensitiveLog,
|
|
35
35
|
};
|
|
36
36
|
const { requestHandler } = configuration;
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,7 @@ exports.UpdateDestinationCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const
|
|
7
|
+
const models_1_1 = require("../models/models_1");
|
|
8
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
9
|
class UpdateDestinationCommand extends smithy_client_1.Command {
|
|
10
10
|
constructor(input) {
|
|
@@ -30,8 +30,8 @@ class UpdateDestinationCommand extends smithy_client_1.Command {
|
|
|
30
30
|
logger,
|
|
31
31
|
clientName,
|
|
32
32
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
33
|
+
inputFilterSensitiveLog: models_1_1.UpdateDestinationRequestFilterSensitiveLog,
|
|
34
|
+
outputFilterSensitiveLog: models_1_1.UpdateDestinationResponseFilterSensitiveLog,
|
|
35
35
|
};
|
|
36
36
|
const { requestHandler } = configuration;
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,7 @@ exports.UpdateEventConfigurationByResourceTypesCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const
|
|
7
|
+
const models_1_1 = require("../models/models_1");
|
|
8
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
9
|
class UpdateEventConfigurationByResourceTypesCommand extends smithy_client_1.Command {
|
|
10
10
|
constructor(input) {
|
|
@@ -30,8 +30,8 @@ class UpdateEventConfigurationByResourceTypesCommand extends smithy_client_1.Com
|
|
|
30
30
|
logger,
|
|
31
31
|
clientName,
|
|
32
32
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
33
|
+
inputFilterSensitiveLog: models_1_1.UpdateEventConfigurationByResourceTypesRequestFilterSensitiveLog,
|
|
34
|
+
outputFilterSensitiveLog: models_1_1.UpdateEventConfigurationByResourceTypesResponseFilterSensitiveLog,
|
|
35
35
|
};
|
|
36
36
|
const { requestHandler } = configuration;
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UpdateResourcePositionCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
const models_1_1 = require("../models/models_1");
|
|
8
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
|
+
class UpdateResourcePositionCommand extends smithy_client_1.Command {
|
|
10
|
+
constructor(input) {
|
|
11
|
+
super();
|
|
12
|
+
this.input = input;
|
|
13
|
+
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UpdateResourcePositionCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "IoTWirelessClient";
|
|
28
|
+
const commandName = "UpdateResourcePositionCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: models_1_1.UpdateResourcePositionRequestFilterSensitiveLog,
|
|
34
|
+
outputFilterSensitiveLog: models_1_1.UpdateResourcePositionResponseFilterSensitiveLog,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_restJson1_1.serializeAws_restJson1UpdateResourcePositionCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateResourcePositionCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.UpdateResourcePositionCommand = UpdateResourcePositionCommand;
|
|
@@ -48,8 +48,10 @@ tslib_1.__exportStar(require("./GetNetworkAnalyzerConfigurationCommand"), export
|
|
|
48
48
|
tslib_1.__exportStar(require("./GetPartnerAccountCommand"), exports);
|
|
49
49
|
tslib_1.__exportStar(require("./GetPositionCommand"), exports);
|
|
50
50
|
tslib_1.__exportStar(require("./GetPositionConfigurationCommand"), exports);
|
|
51
|
+
tslib_1.__exportStar(require("./GetPositionEstimateCommand"), exports);
|
|
51
52
|
tslib_1.__exportStar(require("./GetResourceEventConfigurationCommand"), exports);
|
|
52
53
|
tslib_1.__exportStar(require("./GetResourceLogLevelCommand"), exports);
|
|
54
|
+
tslib_1.__exportStar(require("./GetResourcePositionCommand"), exports);
|
|
53
55
|
tslib_1.__exportStar(require("./GetServiceEndpointCommand"), exports);
|
|
54
56
|
tslib_1.__exportStar(require("./GetServiceProfileCommand"), exports);
|
|
55
57
|
tslib_1.__exportStar(require("./GetWirelessDeviceCommand"), exports);
|
|
@@ -97,5 +99,6 @@ tslib_1.__exportStar(require("./UpdateNetworkAnalyzerConfigurationCommand"), exp
|
|
|
97
99
|
tslib_1.__exportStar(require("./UpdatePartnerAccountCommand"), exports);
|
|
98
100
|
tslib_1.__exportStar(require("./UpdatePositionCommand"), exports);
|
|
99
101
|
tslib_1.__exportStar(require("./UpdateResourceEventConfigurationCommand"), exports);
|
|
102
|
+
tslib_1.__exportStar(require("./UpdateResourcePositionCommand"), exports);
|
|
100
103
|
tslib_1.__exportStar(require("./UpdateWirelessDeviceCommand"), exports);
|
|
101
104
|
tslib_1.__exportStar(require("./UpdateWirelessGatewayCommand"), exports);
|