@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-es/IoTWireless.js
CHANGED
|
@@ -45,8 +45,10 @@ import { GetNetworkAnalyzerConfigurationCommand, } from "./commands/GetNetworkAn
|
|
|
45
45
|
import { GetPartnerAccountCommand, } from "./commands/GetPartnerAccountCommand";
|
|
46
46
|
import { GetPositionCommand } from "./commands/GetPositionCommand";
|
|
47
47
|
import { GetPositionConfigurationCommand, } from "./commands/GetPositionConfigurationCommand";
|
|
48
|
+
import { GetPositionEstimateCommand, } from "./commands/GetPositionEstimateCommand";
|
|
48
49
|
import { GetResourceEventConfigurationCommand, } from "./commands/GetResourceEventConfigurationCommand";
|
|
49
50
|
import { GetResourceLogLevelCommand, } from "./commands/GetResourceLogLevelCommand";
|
|
51
|
+
import { GetResourcePositionCommand, } from "./commands/GetResourcePositionCommand";
|
|
50
52
|
import { GetServiceEndpointCommand, } from "./commands/GetServiceEndpointCommand";
|
|
51
53
|
import { GetServiceProfileCommand, } from "./commands/GetServiceProfileCommand";
|
|
52
54
|
import { GetWirelessDeviceCommand, } from "./commands/GetWirelessDeviceCommand";
|
|
@@ -94,6 +96,7 @@ import { UpdateNetworkAnalyzerConfigurationCommand, } from "./commands/UpdateNet
|
|
|
94
96
|
import { UpdatePartnerAccountCommand, } from "./commands/UpdatePartnerAccountCommand";
|
|
95
97
|
import { UpdatePositionCommand, } from "./commands/UpdatePositionCommand";
|
|
96
98
|
import { UpdateResourceEventConfigurationCommand, } from "./commands/UpdateResourceEventConfigurationCommand";
|
|
99
|
+
import { UpdateResourcePositionCommand, } from "./commands/UpdateResourcePositionCommand";
|
|
97
100
|
import { UpdateWirelessDeviceCommand, } from "./commands/UpdateWirelessDeviceCommand";
|
|
98
101
|
import { UpdateWirelessGatewayCommand, } from "./commands/UpdateWirelessGatewayCommand";
|
|
99
102
|
import { IoTWirelessClient } from "./IoTWirelessClient";
|
|
@@ -756,6 +759,20 @@ export class IoTWireless extends IoTWirelessClient {
|
|
|
756
759
|
return this.send(command, optionsOrCb);
|
|
757
760
|
}
|
|
758
761
|
}
|
|
762
|
+
getPositionEstimate(args, optionsOrCb, cb) {
|
|
763
|
+
const command = new GetPositionEstimateCommand(args);
|
|
764
|
+
if (typeof optionsOrCb === "function") {
|
|
765
|
+
this.send(command, optionsOrCb);
|
|
766
|
+
}
|
|
767
|
+
else if (typeof cb === "function") {
|
|
768
|
+
if (typeof optionsOrCb !== "object")
|
|
769
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
770
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
771
|
+
}
|
|
772
|
+
else {
|
|
773
|
+
return this.send(command, optionsOrCb);
|
|
774
|
+
}
|
|
775
|
+
}
|
|
759
776
|
getResourceEventConfiguration(args, optionsOrCb, cb) {
|
|
760
777
|
const command = new GetResourceEventConfigurationCommand(args);
|
|
761
778
|
if (typeof optionsOrCb === "function") {
|
|
@@ -784,6 +801,20 @@ export class IoTWireless extends IoTWirelessClient {
|
|
|
784
801
|
return this.send(command, optionsOrCb);
|
|
785
802
|
}
|
|
786
803
|
}
|
|
804
|
+
getResourcePosition(args, optionsOrCb, cb) {
|
|
805
|
+
const command = new GetResourcePositionCommand(args);
|
|
806
|
+
if (typeof optionsOrCb === "function") {
|
|
807
|
+
this.send(command, optionsOrCb);
|
|
808
|
+
}
|
|
809
|
+
else if (typeof cb === "function") {
|
|
810
|
+
if (typeof optionsOrCb !== "object")
|
|
811
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
812
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
813
|
+
}
|
|
814
|
+
else {
|
|
815
|
+
return this.send(command, optionsOrCb);
|
|
816
|
+
}
|
|
817
|
+
}
|
|
787
818
|
getServiceEndpoint(args, optionsOrCb, cb) {
|
|
788
819
|
const command = new GetServiceEndpointCommand(args);
|
|
789
820
|
if (typeof optionsOrCb === "function") {
|
|
@@ -1442,6 +1473,20 @@ export class IoTWireless extends IoTWirelessClient {
|
|
|
1442
1473
|
return this.send(command, optionsOrCb);
|
|
1443
1474
|
}
|
|
1444
1475
|
}
|
|
1476
|
+
updateResourcePosition(args, optionsOrCb, cb) {
|
|
1477
|
+
const command = new UpdateResourcePositionCommand(args);
|
|
1478
|
+
if (typeof optionsOrCb === "function") {
|
|
1479
|
+
this.send(command, optionsOrCb);
|
|
1480
|
+
}
|
|
1481
|
+
else if (typeof cb === "function") {
|
|
1482
|
+
if (typeof optionsOrCb !== "object")
|
|
1483
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1484
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1485
|
+
}
|
|
1486
|
+
else {
|
|
1487
|
+
return this.send(command, optionsOrCb);
|
|
1488
|
+
}
|
|
1489
|
+
}
|
|
1445
1490
|
updateWirelessDevice(args, optionsOrCb, cb) {
|
|
1446
1491
|
const command = new UpdateWirelessDeviceCommand(args);
|
|
1447
1492
|
if (typeof optionsOrCb === "function") {
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { GetPositionEstimateRequestFilterSensitiveLog, GetPositionEstimateResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1GetPositionEstimateCommand, serializeAws_restJson1GetPositionEstimateCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export class GetPositionEstimateCommand extends $Command {
|
|
7
|
+
constructor(input) {
|
|
8
|
+
super();
|
|
9
|
+
this.input = input;
|
|
10
|
+
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
20
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, GetPositionEstimateCommand.getEndpointParameterInstructions()));
|
|
22
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
23
|
+
const { logger } = configuration;
|
|
24
|
+
const clientName = "IoTWirelessClient";
|
|
25
|
+
const commandName = "GetPositionEstimateCommand";
|
|
26
|
+
const handlerExecutionContext = {
|
|
27
|
+
logger,
|
|
28
|
+
clientName,
|
|
29
|
+
commandName,
|
|
30
|
+
inputFilterSensitiveLog: GetPositionEstimateRequestFilterSensitiveLog,
|
|
31
|
+
outputFilterSensitiveLog: GetPositionEstimateResponseFilterSensitiveLog,
|
|
32
|
+
};
|
|
33
|
+
const { requestHandler } = configuration;
|
|
34
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
35
|
+
}
|
|
36
|
+
serialize(input, context) {
|
|
37
|
+
return serializeAws_restJson1GetPositionEstimateCommand(input, context);
|
|
38
|
+
}
|
|
39
|
+
deserialize(output, context) {
|
|
40
|
+
return deserializeAws_restJson1GetPositionEstimateCommand(output, context);
|
|
41
|
+
}
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { GetResourcePositionRequestFilterSensitiveLog, GetResourcePositionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1GetResourcePositionCommand, serializeAws_restJson1GetResourcePositionCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export class GetResourcePositionCommand extends $Command {
|
|
7
|
+
constructor(input) {
|
|
8
|
+
super();
|
|
9
|
+
this.input = input;
|
|
10
|
+
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
20
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, GetResourcePositionCommand.getEndpointParameterInstructions()));
|
|
22
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
23
|
+
const { logger } = configuration;
|
|
24
|
+
const clientName = "IoTWirelessClient";
|
|
25
|
+
const commandName = "GetResourcePositionCommand";
|
|
26
|
+
const handlerExecutionContext = {
|
|
27
|
+
logger,
|
|
28
|
+
clientName,
|
|
29
|
+
commandName,
|
|
30
|
+
inputFilterSensitiveLog: GetResourcePositionRequestFilterSensitiveLog,
|
|
31
|
+
outputFilterSensitiveLog: GetResourcePositionResponseFilterSensitiveLog,
|
|
32
|
+
};
|
|
33
|
+
const { requestHandler } = configuration;
|
|
34
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
35
|
+
}
|
|
36
|
+
serialize(input, context) {
|
|
37
|
+
return serializeAws_restJson1GetResourcePositionCommand(input, context);
|
|
38
|
+
}
|
|
39
|
+
deserialize(output, context) {
|
|
40
|
+
return deserializeAws_restJson1GetResourcePositionCommand(output, context);
|
|
41
|
+
}
|
|
42
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { SendDataToMulticastGroupRequestFilterSensitiveLog, SendDataToMulticastGroupResponseFilterSensitiveLog, } from "../models/
|
|
4
|
+
import { SendDataToMulticastGroupRequestFilterSensitiveLog, SendDataToMulticastGroupResponseFilterSensitiveLog, } from "../models/models_1";
|
|
5
5
|
import { deserializeAws_restJson1SendDataToMulticastGroupCommand, serializeAws_restJson1SendDataToMulticastGroupCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class SendDataToMulticastGroupCommand extends $Command {
|
|
7
7
|
constructor(input) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { SendDataToWirelessDeviceRequestFilterSensitiveLog, SendDataToWirelessDeviceResponseFilterSensitiveLog, } from "../models/
|
|
4
|
+
import { SendDataToWirelessDeviceRequestFilterSensitiveLog, SendDataToWirelessDeviceResponseFilterSensitiveLog, } from "../models/models_1";
|
|
5
5
|
import { deserializeAws_restJson1SendDataToWirelessDeviceCommand, serializeAws_restJson1SendDataToWirelessDeviceCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class SendDataToWirelessDeviceCommand extends $Command {
|
|
7
7
|
constructor(input) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { StartBulkAssociateWirelessDeviceWithMulticastGroupRequestFilterSensitiveLog, StartBulkAssociateWirelessDeviceWithMulticastGroupResponseFilterSensitiveLog, } from "../models/
|
|
4
|
+
import { StartBulkAssociateWirelessDeviceWithMulticastGroupRequestFilterSensitiveLog, StartBulkAssociateWirelessDeviceWithMulticastGroupResponseFilterSensitiveLog, } from "../models/models_1";
|
|
5
5
|
import { deserializeAws_restJson1StartBulkAssociateWirelessDeviceWithMulticastGroupCommand, serializeAws_restJson1StartBulkAssociateWirelessDeviceWithMulticastGroupCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class StartBulkAssociateWirelessDeviceWithMulticastGroupCommand extends $Command {
|
|
7
7
|
constructor(input) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { StartBulkDisassociateWirelessDeviceFromMulticastGroupRequestFilterSensitiveLog, StartBulkDisassociateWirelessDeviceFromMulticastGroupResponseFilterSensitiveLog, } from "../models/
|
|
4
|
+
import { StartBulkDisassociateWirelessDeviceFromMulticastGroupRequestFilterSensitiveLog, StartBulkDisassociateWirelessDeviceFromMulticastGroupResponseFilterSensitiveLog, } from "../models/models_1";
|
|
5
5
|
import { deserializeAws_restJson1StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand, serializeAws_restJson1StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand extends $Command {
|
|
7
7
|
constructor(input) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { StartFuotaTaskRequestFilterSensitiveLog, StartFuotaTaskResponseFilterSensitiveLog, } from "../models/
|
|
4
|
+
import { StartFuotaTaskRequestFilterSensitiveLog, StartFuotaTaskResponseFilterSensitiveLog, } from "../models/models_1";
|
|
5
5
|
import { deserializeAws_restJson1StartFuotaTaskCommand, serializeAws_restJson1StartFuotaTaskCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class StartFuotaTaskCommand extends $Command {
|
|
7
7
|
constructor(input) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { StartMulticastGroupSessionRequestFilterSensitiveLog, StartMulticastGroupSessionResponseFilterSensitiveLog, } from "../models/
|
|
4
|
+
import { StartMulticastGroupSessionRequestFilterSensitiveLog, StartMulticastGroupSessionResponseFilterSensitiveLog, } from "../models/models_1";
|
|
5
5
|
import { deserializeAws_restJson1StartMulticastGroupSessionCommand, serializeAws_restJson1StartMulticastGroupSessionCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class StartMulticastGroupSessionCommand extends $Command {
|
|
7
7
|
constructor(input) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { TagResourceRequestFilterSensitiveLog, TagResourceResponseFilterSensitiveLog, } from "../models/
|
|
4
|
+
import { TagResourceRequestFilterSensitiveLog, TagResourceResponseFilterSensitiveLog, } from "../models/models_1";
|
|
5
5
|
import { deserializeAws_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class TagResourceCommand extends $Command {
|
|
7
7
|
constructor(input) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { TestWirelessDeviceRequestFilterSensitiveLog, TestWirelessDeviceResponseFilterSensitiveLog, } from "../models/
|
|
4
|
+
import { TestWirelessDeviceRequestFilterSensitiveLog, TestWirelessDeviceResponseFilterSensitiveLog, } from "../models/models_1";
|
|
5
5
|
import { deserializeAws_restJson1TestWirelessDeviceCommand, serializeAws_restJson1TestWirelessDeviceCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class TestWirelessDeviceCommand extends $Command {
|
|
7
7
|
constructor(input) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { UntagResourceRequestFilterSensitiveLog, UntagResourceResponseFilterSensitiveLog, } from "../models/
|
|
4
|
+
import { UntagResourceRequestFilterSensitiveLog, UntagResourceResponseFilterSensitiveLog, } from "../models/models_1";
|
|
5
5
|
import { deserializeAws_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class UntagResourceCommand extends $Command {
|
|
7
7
|
constructor(input) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { UpdateDestinationRequestFilterSensitiveLog, UpdateDestinationResponseFilterSensitiveLog, } from "../models/
|
|
4
|
+
import { UpdateDestinationRequestFilterSensitiveLog, UpdateDestinationResponseFilterSensitiveLog, } from "../models/models_1";
|
|
5
5
|
import { deserializeAws_restJson1UpdateDestinationCommand, serializeAws_restJson1UpdateDestinationCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class UpdateDestinationCommand extends $Command {
|
|
7
7
|
constructor(input) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { UpdateEventConfigurationByResourceTypesRequestFilterSensitiveLog, UpdateEventConfigurationByResourceTypesResponseFilterSensitiveLog, } from "../models/
|
|
4
|
+
import { UpdateEventConfigurationByResourceTypesRequestFilterSensitiveLog, UpdateEventConfigurationByResourceTypesResponseFilterSensitiveLog, } from "../models/models_1";
|
|
5
5
|
import { deserializeAws_restJson1UpdateEventConfigurationByResourceTypesCommand, serializeAws_restJson1UpdateEventConfigurationByResourceTypesCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class UpdateEventConfigurationByResourceTypesCommand extends $Command {
|
|
7
7
|
constructor(input) {
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { UpdateResourcePositionRequestFilterSensitiveLog, UpdateResourcePositionResponseFilterSensitiveLog, } from "../models/models_1";
|
|
5
|
+
import { deserializeAws_restJson1UpdateResourcePositionCommand, serializeAws_restJson1UpdateResourcePositionCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export class UpdateResourcePositionCommand extends $Command {
|
|
7
|
+
constructor(input) {
|
|
8
|
+
super();
|
|
9
|
+
this.input = input;
|
|
10
|
+
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
20
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, UpdateResourcePositionCommand.getEndpointParameterInstructions()));
|
|
22
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
23
|
+
const { logger } = configuration;
|
|
24
|
+
const clientName = "IoTWirelessClient";
|
|
25
|
+
const commandName = "UpdateResourcePositionCommand";
|
|
26
|
+
const handlerExecutionContext = {
|
|
27
|
+
logger,
|
|
28
|
+
clientName,
|
|
29
|
+
commandName,
|
|
30
|
+
inputFilterSensitiveLog: UpdateResourcePositionRequestFilterSensitiveLog,
|
|
31
|
+
outputFilterSensitiveLog: UpdateResourcePositionResponseFilterSensitiveLog,
|
|
32
|
+
};
|
|
33
|
+
const { requestHandler } = configuration;
|
|
34
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
35
|
+
}
|
|
36
|
+
serialize(input, context) {
|
|
37
|
+
return serializeAws_restJson1UpdateResourcePositionCommand(input, context);
|
|
38
|
+
}
|
|
39
|
+
deserialize(output, context) {
|
|
40
|
+
return deserializeAws_restJson1UpdateResourcePositionCommand(output, context);
|
|
41
|
+
}
|
|
42
|
+
}
|
|
@@ -45,8 +45,10 @@ export * from "./GetNetworkAnalyzerConfigurationCommand";
|
|
|
45
45
|
export * from "./GetPartnerAccountCommand";
|
|
46
46
|
export * from "./GetPositionCommand";
|
|
47
47
|
export * from "./GetPositionConfigurationCommand";
|
|
48
|
+
export * from "./GetPositionEstimateCommand";
|
|
48
49
|
export * from "./GetResourceEventConfigurationCommand";
|
|
49
50
|
export * from "./GetResourceLogLevelCommand";
|
|
51
|
+
export * from "./GetResourcePositionCommand";
|
|
50
52
|
export * from "./GetServiceEndpointCommand";
|
|
51
53
|
export * from "./GetServiceProfileCommand";
|
|
52
54
|
export * from "./GetWirelessDeviceCommand";
|
|
@@ -94,5 +96,6 @@ export * from "./UpdateNetworkAnalyzerConfigurationCommand";
|
|
|
94
96
|
export * from "./UpdatePartnerAccountCommand";
|
|
95
97
|
export * from "./UpdatePositionCommand";
|
|
96
98
|
export * from "./UpdateResourceEventConfigurationCommand";
|
|
99
|
+
export * from "./UpdateResourcePositionCommand";
|
|
97
100
|
export * from "./UpdateWirelessDeviceCommand";
|
|
98
101
|
export * from "./UpdateWirelessGatewayCommand";
|
|
@@ -13,6 +13,10 @@ export class AccessDeniedException extends __BaseException {
|
|
|
13
13
|
this.Message = opts.Message;
|
|
14
14
|
}
|
|
15
15
|
}
|
|
16
|
+
export var ApplicationConfigType;
|
|
17
|
+
(function (ApplicationConfigType) {
|
|
18
|
+
ApplicationConfigType["SemtechGeoLocation"] = "SemtechGeolocation";
|
|
19
|
+
})(ApplicationConfigType || (ApplicationConfigType = {}));
|
|
16
20
|
export class ConflictException extends __BaseException {
|
|
17
21
|
constructor(opts) {
|
|
18
22
|
super({
|
|
@@ -131,6 +135,11 @@ export var WirelessDeviceFrameInfo;
|
|
|
131
135
|
WirelessDeviceFrameInfo["DISABLED"] = "DISABLED";
|
|
132
136
|
WirelessDeviceFrameInfo["ENABLED"] = "ENABLED";
|
|
133
137
|
})(WirelessDeviceFrameInfo || (WirelessDeviceFrameInfo = {}));
|
|
138
|
+
export var PositioningConfigStatus;
|
|
139
|
+
(function (PositioningConfigStatus) {
|
|
140
|
+
PositioningConfigStatus["Disabled"] = "Disabled";
|
|
141
|
+
PositioningConfigStatus["Enabled"] = "Enabled";
|
|
142
|
+
})(PositioningConfigStatus || (PositioningConfigStatus = {}));
|
|
134
143
|
export var WirelessDeviceType;
|
|
135
144
|
(function (WirelessDeviceType) {
|
|
136
145
|
WirelessDeviceType["LoRaWAN"] = "LoRaWAN";
|
|
@@ -272,27 +281,6 @@ export var WirelessGatewayTaskDefinitionType;
|
|
|
272
281
|
(function (WirelessGatewayTaskDefinitionType) {
|
|
273
282
|
WirelessGatewayTaskDefinitionType["UPDATE"] = "UPDATE";
|
|
274
283
|
})(WirelessGatewayTaskDefinitionType || (WirelessGatewayTaskDefinitionType = {}));
|
|
275
|
-
export var MessageType;
|
|
276
|
-
(function (MessageType) {
|
|
277
|
-
MessageType["CUSTOM_COMMAND_ID_GET"] = "CUSTOM_COMMAND_ID_GET";
|
|
278
|
-
MessageType["CUSTOM_COMMAND_ID_NOTIFY"] = "CUSTOM_COMMAND_ID_NOTIFY";
|
|
279
|
-
MessageType["CUSTOM_COMMAND_ID_RESP"] = "CUSTOM_COMMAND_ID_RESP";
|
|
280
|
-
MessageType["CUSTOM_COMMAND_ID_SET"] = "CUSTOM_COMMAND_ID_SET";
|
|
281
|
-
})(MessageType || (MessageType = {}));
|
|
282
|
-
export class TooManyTagsException extends __BaseException {
|
|
283
|
-
constructor(opts) {
|
|
284
|
-
super({
|
|
285
|
-
name: "TooManyTagsException",
|
|
286
|
-
$fault: "client",
|
|
287
|
-
...opts,
|
|
288
|
-
});
|
|
289
|
-
this.name = "TooManyTagsException";
|
|
290
|
-
this.$fault = "client";
|
|
291
|
-
Object.setPrototypeOf(this, TooManyTagsException.prototype);
|
|
292
|
-
this.Message = opts.Message;
|
|
293
|
-
this.ResourceName = opts.ResourceName;
|
|
294
|
-
}
|
|
295
|
-
}
|
|
296
284
|
export const SessionKeysAbpV1_0_xFilterSensitiveLog = (obj) => ({
|
|
297
285
|
...obj,
|
|
298
286
|
});
|
|
@@ -308,6 +296,9 @@ export const AbpV1_1FilterSensitiveLog = (obj) => ({
|
|
|
308
296
|
export const AccuracyFilterSensitiveLog = (obj) => ({
|
|
309
297
|
...obj,
|
|
310
298
|
});
|
|
299
|
+
export const ApplicationConfigFilterSensitiveLog = (obj) => ({
|
|
300
|
+
...obj,
|
|
301
|
+
});
|
|
311
302
|
export const SidewalkAccountInfoFilterSensitiveLog = (obj) => ({
|
|
312
303
|
...obj,
|
|
313
304
|
...(obj.AppServerPrivateKey && { AppServerPrivateKey: SENSITIVE_STRING }),
|
|
@@ -368,6 +359,57 @@ export const CancelMulticastGroupSessionRequestFilterSensitiveLog = (obj) => ({
|
|
|
368
359
|
export const CancelMulticastGroupSessionResponseFilterSensitiveLog = (obj) => ({
|
|
369
360
|
...obj,
|
|
370
361
|
});
|
|
362
|
+
export const CdmaLocalIdFilterSensitiveLog = (obj) => ({
|
|
363
|
+
...obj,
|
|
364
|
+
});
|
|
365
|
+
export const CdmaNmrObjFilterSensitiveLog = (obj) => ({
|
|
366
|
+
...obj,
|
|
367
|
+
});
|
|
368
|
+
export const CdmaObjFilterSensitiveLog = (obj) => ({
|
|
369
|
+
...obj,
|
|
370
|
+
});
|
|
371
|
+
export const GsmLocalIdFilterSensitiveLog = (obj) => ({
|
|
372
|
+
...obj,
|
|
373
|
+
});
|
|
374
|
+
export const GlobalIdentityFilterSensitiveLog = (obj) => ({
|
|
375
|
+
...obj,
|
|
376
|
+
});
|
|
377
|
+
export const GsmNmrObjFilterSensitiveLog = (obj) => ({
|
|
378
|
+
...obj,
|
|
379
|
+
});
|
|
380
|
+
export const GsmObjFilterSensitiveLog = (obj) => ({
|
|
381
|
+
...obj,
|
|
382
|
+
});
|
|
383
|
+
export const LteLocalIdFilterSensitiveLog = (obj) => ({
|
|
384
|
+
...obj,
|
|
385
|
+
});
|
|
386
|
+
export const LteNmrObjFilterSensitiveLog = (obj) => ({
|
|
387
|
+
...obj,
|
|
388
|
+
});
|
|
389
|
+
export const LteObjFilterSensitiveLog = (obj) => ({
|
|
390
|
+
...obj,
|
|
391
|
+
});
|
|
392
|
+
export const TdscdmaLocalIdFilterSensitiveLog = (obj) => ({
|
|
393
|
+
...obj,
|
|
394
|
+
});
|
|
395
|
+
export const TdscdmaNmrObjFilterSensitiveLog = (obj) => ({
|
|
396
|
+
...obj,
|
|
397
|
+
});
|
|
398
|
+
export const TdscdmaObjFilterSensitiveLog = (obj) => ({
|
|
399
|
+
...obj,
|
|
400
|
+
});
|
|
401
|
+
export const WcdmaLocalIdFilterSensitiveLog = (obj) => ({
|
|
402
|
+
...obj,
|
|
403
|
+
});
|
|
404
|
+
export const WcdmaNmrObjFilterSensitiveLog = (obj) => ({
|
|
405
|
+
...obj,
|
|
406
|
+
});
|
|
407
|
+
export const WcdmaObjFilterSensitiveLog = (obj) => ({
|
|
408
|
+
...obj,
|
|
409
|
+
});
|
|
410
|
+
export const CellTowersFilterSensitiveLog = (obj) => ({
|
|
411
|
+
...obj,
|
|
412
|
+
});
|
|
371
413
|
export const CertificateListFilterSensitiveLog = (obj) => ({
|
|
372
414
|
...obj,
|
|
373
415
|
});
|
|
@@ -754,6 +796,21 @@ export const PositionSolverDetailsFilterSensitiveLog = (obj) => ({
|
|
|
754
796
|
export const GetPositionConfigurationResponseFilterSensitiveLog = (obj) => ({
|
|
755
797
|
...obj,
|
|
756
798
|
});
|
|
799
|
+
export const GnssFilterSensitiveLog = (obj) => ({
|
|
800
|
+
...obj,
|
|
801
|
+
});
|
|
802
|
+
export const IpFilterSensitiveLog = (obj) => ({
|
|
803
|
+
...obj,
|
|
804
|
+
});
|
|
805
|
+
export const WiFiAccessPointFilterSensitiveLog = (obj) => ({
|
|
806
|
+
...obj,
|
|
807
|
+
});
|
|
808
|
+
export const GetPositionEstimateRequestFilterSensitiveLog = (obj) => ({
|
|
809
|
+
...obj,
|
|
810
|
+
});
|
|
811
|
+
export const GetPositionEstimateResponseFilterSensitiveLog = (obj) => ({
|
|
812
|
+
...obj,
|
|
813
|
+
});
|
|
757
814
|
export const GetResourceEventConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
758
815
|
...obj,
|
|
759
816
|
});
|
|
@@ -766,6 +823,12 @@ export const GetResourceLogLevelRequestFilterSensitiveLog = (obj) => ({
|
|
|
766
823
|
export const GetResourceLogLevelResponseFilterSensitiveLog = (obj) => ({
|
|
767
824
|
...obj,
|
|
768
825
|
});
|
|
826
|
+
export const GetResourcePositionRequestFilterSensitiveLog = (obj) => ({
|
|
827
|
+
...obj,
|
|
828
|
+
});
|
|
829
|
+
export const GetResourcePositionResponseFilterSensitiveLog = (obj) => ({
|
|
830
|
+
...obj,
|
|
831
|
+
});
|
|
769
832
|
export const GetServiceEndpointRequestFilterSensitiveLog = (obj) => ({
|
|
770
833
|
...obj,
|
|
771
834
|
});
|
|
@@ -1006,78 +1069,3 @@ export const LoRaWANMulticastMetadataFilterSensitiveLog = (obj) => ({
|
|
|
1006
1069
|
export const MulticastWirelessMetadataFilterSensitiveLog = (obj) => ({
|
|
1007
1070
|
...obj,
|
|
1008
1071
|
});
|
|
1009
|
-
export const SendDataToMulticastGroupRequestFilterSensitiveLog = (obj) => ({
|
|
1010
|
-
...obj,
|
|
1011
|
-
});
|
|
1012
|
-
export const SendDataToMulticastGroupResponseFilterSensitiveLog = (obj) => ({
|
|
1013
|
-
...obj,
|
|
1014
|
-
});
|
|
1015
|
-
export const SidewalkSendDataToDeviceFilterSensitiveLog = (obj) => ({
|
|
1016
|
-
...obj,
|
|
1017
|
-
});
|
|
1018
|
-
export const WirelessMetadataFilterSensitiveLog = (obj) => ({
|
|
1019
|
-
...obj,
|
|
1020
|
-
});
|
|
1021
|
-
export const SendDataToWirelessDeviceRequestFilterSensitiveLog = (obj) => ({
|
|
1022
|
-
...obj,
|
|
1023
|
-
});
|
|
1024
|
-
export const SendDataToWirelessDeviceResponseFilterSensitiveLog = (obj) => ({
|
|
1025
|
-
...obj,
|
|
1026
|
-
});
|
|
1027
|
-
export const StartBulkAssociateWirelessDeviceWithMulticastGroupRequestFilterSensitiveLog = (obj) => ({
|
|
1028
|
-
...obj,
|
|
1029
|
-
});
|
|
1030
|
-
export const StartBulkAssociateWirelessDeviceWithMulticastGroupResponseFilterSensitiveLog = (obj) => ({
|
|
1031
|
-
...obj,
|
|
1032
|
-
});
|
|
1033
|
-
export const StartBulkDisassociateWirelessDeviceFromMulticastGroupRequestFilterSensitiveLog = (obj) => ({
|
|
1034
|
-
...obj,
|
|
1035
|
-
});
|
|
1036
|
-
export const StartBulkDisassociateWirelessDeviceFromMulticastGroupResponseFilterSensitiveLog = (obj) => ({
|
|
1037
|
-
...obj,
|
|
1038
|
-
});
|
|
1039
|
-
export const LoRaWANStartFuotaTaskFilterSensitiveLog = (obj) => ({
|
|
1040
|
-
...obj,
|
|
1041
|
-
});
|
|
1042
|
-
export const StartFuotaTaskRequestFilterSensitiveLog = (obj) => ({
|
|
1043
|
-
...obj,
|
|
1044
|
-
});
|
|
1045
|
-
export const StartFuotaTaskResponseFilterSensitiveLog = (obj) => ({
|
|
1046
|
-
...obj,
|
|
1047
|
-
});
|
|
1048
|
-
export const StartMulticastGroupSessionRequestFilterSensitiveLog = (obj) => ({
|
|
1049
|
-
...obj,
|
|
1050
|
-
});
|
|
1051
|
-
export const StartMulticastGroupSessionResponseFilterSensitiveLog = (obj) => ({
|
|
1052
|
-
...obj,
|
|
1053
|
-
});
|
|
1054
|
-
export const TagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
1055
|
-
...obj,
|
|
1056
|
-
});
|
|
1057
|
-
export const TagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
1058
|
-
...obj,
|
|
1059
|
-
});
|
|
1060
|
-
export const TestWirelessDeviceRequestFilterSensitiveLog = (obj) => ({
|
|
1061
|
-
...obj,
|
|
1062
|
-
});
|
|
1063
|
-
export const TestWirelessDeviceResponseFilterSensitiveLog = (obj) => ({
|
|
1064
|
-
...obj,
|
|
1065
|
-
});
|
|
1066
|
-
export const UntagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
1067
|
-
...obj,
|
|
1068
|
-
});
|
|
1069
|
-
export const UntagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
1070
|
-
...obj,
|
|
1071
|
-
});
|
|
1072
|
-
export const UpdateDestinationRequestFilterSensitiveLog = (obj) => ({
|
|
1073
|
-
...obj,
|
|
1074
|
-
});
|
|
1075
|
-
export const UpdateDestinationResponseFilterSensitiveLog = (obj) => ({
|
|
1076
|
-
...obj,
|
|
1077
|
-
});
|
|
1078
|
-
export const UpdateEventConfigurationByResourceTypesRequestFilterSensitiveLog = (obj) => ({
|
|
1079
|
-
...obj,
|
|
1080
|
-
});
|
|
1081
|
-
export const UpdateEventConfigurationByResourceTypesResponseFilterSensitiveLog = (obj) => ({
|
|
1082
|
-
...obj,
|
|
1083
|
-
});
|