@aws-sdk/client-location 3.130.0 → 3.141.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +30 -0
- package/README.md +1 -1
- package/dist-cjs/commands/AssociateTrackerConsumerCommand.js +2 -2
- package/dist-cjs/commands/BatchDeleteDevicePositionHistoryCommand.js +2 -2
- package/dist-cjs/commands/BatchDeleteGeofenceCommand.js +2 -2
- package/dist-cjs/commands/BatchEvaluateGeofencesCommand.js +2 -2
- package/dist-cjs/commands/BatchGetDevicePositionCommand.js +2 -2
- package/dist-cjs/commands/BatchPutGeofenceCommand.js +2 -2
- package/dist-cjs/commands/BatchUpdateDevicePositionCommand.js +2 -2
- package/dist-cjs/commands/CalculateRouteCommand.js +2 -2
- package/dist-cjs/commands/CalculateRouteMatrixCommand.js +2 -2
- package/dist-cjs/commands/CreateGeofenceCollectionCommand.js +2 -2
- package/dist-cjs/commands/CreateMapCommand.js +2 -2
- package/dist-cjs/commands/CreatePlaceIndexCommand.js +2 -2
- package/dist-cjs/commands/CreateRouteCalculatorCommand.js +2 -2
- package/dist-cjs/commands/CreateTrackerCommand.js +2 -2
- package/dist-cjs/commands/DeleteGeofenceCollectionCommand.js +2 -2
- package/dist-cjs/commands/DeleteMapCommand.js +2 -2
- package/dist-cjs/commands/DeletePlaceIndexCommand.js +2 -2
- package/dist-cjs/commands/DeleteRouteCalculatorCommand.js +2 -2
- package/dist-cjs/commands/DeleteTrackerCommand.js +2 -2
- package/dist-cjs/commands/DescribeGeofenceCollectionCommand.js +2 -2
- package/dist-cjs/commands/DescribeMapCommand.js +2 -2
- package/dist-cjs/commands/DescribePlaceIndexCommand.js +2 -2
- package/dist-cjs/commands/DescribeRouteCalculatorCommand.js +2 -2
- package/dist-cjs/commands/DescribeTrackerCommand.js +2 -2
- package/dist-cjs/commands/DisassociateTrackerConsumerCommand.js +2 -2
- package/dist-cjs/commands/GetDevicePositionCommand.js +2 -2
- package/dist-cjs/commands/GetDevicePositionHistoryCommand.js +2 -2
- package/dist-cjs/commands/GetGeofenceCommand.js +2 -2
- package/dist-cjs/commands/GetMapGlyphsCommand.js +2 -2
- package/dist-cjs/commands/GetMapSpritesCommand.js +2 -2
- package/dist-cjs/commands/GetMapStyleDescriptorCommand.js +2 -2
- package/dist-cjs/commands/GetMapTileCommand.js +2 -2
- package/dist-cjs/commands/ListDevicePositionsCommand.js +2 -2
- package/dist-cjs/commands/ListGeofenceCollectionsCommand.js +2 -2
- package/dist-cjs/commands/ListGeofencesCommand.js +2 -2
- package/dist-cjs/commands/ListMapsCommand.js +2 -2
- package/dist-cjs/commands/ListPlaceIndexesCommand.js +2 -2
- package/dist-cjs/commands/ListRouteCalculatorsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListTrackerConsumersCommand.js +2 -2
- package/dist-cjs/commands/ListTrackersCommand.js +2 -2
- package/dist-cjs/commands/PutGeofenceCommand.js +2 -2
- package/dist-cjs/commands/SearchPlaceIndexForPositionCommand.js +2 -2
- package/dist-cjs/commands/SearchPlaceIndexForSuggestionsCommand.js +2 -2
- package/dist-cjs/commands/SearchPlaceIndexForTextCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateGeofenceCollectionCommand.js +2 -2
- package/dist-cjs/commands/UpdateMapCommand.js +2 -2
- package/dist-cjs/commands/UpdatePlaceIndexCommand.js +2 -2
- package/dist-cjs/commands/UpdateRouteCalculatorCommand.js +2 -2
- package/dist-cjs/commands/UpdateTrackerCommand.js +2 -2
- package/dist-cjs/models/models_0.js +659 -955
- package/dist-es/commands/AssociateTrackerConsumerCommand.js +3 -3
- package/dist-es/commands/BatchDeleteDevicePositionHistoryCommand.js +3 -3
- package/dist-es/commands/BatchDeleteGeofenceCommand.js +3 -3
- package/dist-es/commands/BatchEvaluateGeofencesCommand.js +3 -3
- package/dist-es/commands/BatchGetDevicePositionCommand.js +3 -3
- package/dist-es/commands/BatchPutGeofenceCommand.js +3 -3
- package/dist-es/commands/BatchUpdateDevicePositionCommand.js +3 -3
- package/dist-es/commands/CalculateRouteCommand.js +3 -3
- package/dist-es/commands/CalculateRouteMatrixCommand.js +3 -3
- package/dist-es/commands/CreateGeofenceCollectionCommand.js +3 -3
- package/dist-es/commands/CreateMapCommand.js +3 -3
- package/dist-es/commands/CreatePlaceIndexCommand.js +3 -3
- package/dist-es/commands/CreateRouteCalculatorCommand.js +3 -3
- package/dist-es/commands/CreateTrackerCommand.js +3 -3
- package/dist-es/commands/DeleteGeofenceCollectionCommand.js +3 -3
- package/dist-es/commands/DeleteMapCommand.js +3 -3
- package/dist-es/commands/DeletePlaceIndexCommand.js +3 -3
- package/dist-es/commands/DeleteRouteCalculatorCommand.js +3 -3
- package/dist-es/commands/DeleteTrackerCommand.js +3 -3
- package/dist-es/commands/DescribeGeofenceCollectionCommand.js +3 -3
- package/dist-es/commands/DescribeMapCommand.js +3 -3
- package/dist-es/commands/DescribePlaceIndexCommand.js +3 -3
- package/dist-es/commands/DescribeRouteCalculatorCommand.js +3 -3
- package/dist-es/commands/DescribeTrackerCommand.js +3 -3
- package/dist-es/commands/DisassociateTrackerConsumerCommand.js +3 -3
- package/dist-es/commands/GetDevicePositionCommand.js +3 -3
- package/dist-es/commands/GetDevicePositionHistoryCommand.js +3 -3
- package/dist-es/commands/GetGeofenceCommand.js +3 -3
- package/dist-es/commands/GetMapGlyphsCommand.js +3 -3
- package/dist-es/commands/GetMapSpritesCommand.js +3 -3
- package/dist-es/commands/GetMapStyleDescriptorCommand.js +3 -3
- package/dist-es/commands/GetMapTileCommand.js +3 -3
- package/dist-es/commands/ListDevicePositionsCommand.js +3 -3
- package/dist-es/commands/ListGeofenceCollectionsCommand.js +3 -3
- package/dist-es/commands/ListGeofencesCommand.js +3 -3
- package/dist-es/commands/ListMapsCommand.js +3 -3
- package/dist-es/commands/ListPlaceIndexesCommand.js +3 -3
- package/dist-es/commands/ListRouteCalculatorsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListTrackerConsumersCommand.js +3 -3
- package/dist-es/commands/ListTrackersCommand.js +3 -3
- package/dist-es/commands/PutGeofenceCommand.js +3 -3
- package/dist-es/commands/SearchPlaceIndexForPositionCommand.js +3 -3
- package/dist-es/commands/SearchPlaceIndexForSuggestionsCommand.js +3 -3
- package/dist-es/commands/SearchPlaceIndexForTextCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateGeofenceCollectionCommand.js +3 -3
- package/dist-es/commands/UpdateMapCommand.js +3 -3
- package/dist-es/commands/UpdatePlaceIndexCommand.js +3 -3
- package/dist-es/commands/UpdateRouteCalculatorCommand.js +3 -3
- package/dist-es/commands/UpdateTrackerCommand.js +3 -3
- package/dist-es/models/models_0.js +153 -596
- package/dist-types/models/models_0.d.ts +588 -882
- package/dist-types/ts3.4/models/models_0.d.ts +294 -588
- package/package.json +7 -7
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { AssociateTrackerConsumerRequestFilterSensitiveLog, AssociateTrackerConsumerResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1AssociateTrackerConsumerCommand, serializeAws_restJson1AssociateTrackerConsumerCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var AssociateTrackerConsumerCommand = (function (_super) {
|
|
7
7
|
__extends(AssociateTrackerConsumerCommand, _super);
|
|
@@ -20,8 +20,8 @@ var AssociateTrackerConsumerCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: AssociateTrackerConsumerRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: AssociateTrackerConsumerResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { BatchDeleteDevicePositionHistoryRequestFilterSensitiveLog, BatchDeleteDevicePositionHistoryResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1BatchDeleteDevicePositionHistoryCommand, serializeAws_restJson1BatchDeleteDevicePositionHistoryCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var BatchDeleteDevicePositionHistoryCommand = (function (_super) {
|
|
7
7
|
__extends(BatchDeleteDevicePositionHistoryCommand, _super);
|
|
@@ -20,8 +20,8 @@ var BatchDeleteDevicePositionHistoryCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: BatchDeleteDevicePositionHistoryRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: BatchDeleteDevicePositionHistoryResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { BatchDeleteGeofenceRequestFilterSensitiveLog, BatchDeleteGeofenceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1BatchDeleteGeofenceCommand, serializeAws_restJson1BatchDeleteGeofenceCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var BatchDeleteGeofenceCommand = (function (_super) {
|
|
7
7
|
__extends(BatchDeleteGeofenceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var BatchDeleteGeofenceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: BatchDeleteGeofenceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: BatchDeleteGeofenceResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { BatchEvaluateGeofencesRequestFilterSensitiveLog, BatchEvaluateGeofencesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1BatchEvaluateGeofencesCommand, serializeAws_restJson1BatchEvaluateGeofencesCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var BatchEvaluateGeofencesCommand = (function (_super) {
|
|
7
7
|
__extends(BatchEvaluateGeofencesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var BatchEvaluateGeofencesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: BatchEvaluateGeofencesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: BatchEvaluateGeofencesResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { BatchGetDevicePositionRequestFilterSensitiveLog, BatchGetDevicePositionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1BatchGetDevicePositionCommand, serializeAws_restJson1BatchGetDevicePositionCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var BatchGetDevicePositionCommand = (function (_super) {
|
|
7
7
|
__extends(BatchGetDevicePositionCommand, _super);
|
|
@@ -20,8 +20,8 @@ var BatchGetDevicePositionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: BatchGetDevicePositionRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: BatchGetDevicePositionResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { BatchPutGeofenceRequestFilterSensitiveLog, BatchPutGeofenceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1BatchPutGeofenceCommand, serializeAws_restJson1BatchPutGeofenceCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var BatchPutGeofenceCommand = (function (_super) {
|
|
7
7
|
__extends(BatchPutGeofenceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var BatchPutGeofenceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: BatchPutGeofenceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: BatchPutGeofenceResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { BatchUpdateDevicePositionRequestFilterSensitiveLog, BatchUpdateDevicePositionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1BatchUpdateDevicePositionCommand, serializeAws_restJson1BatchUpdateDevicePositionCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var BatchUpdateDevicePositionCommand = (function (_super) {
|
|
7
7
|
__extends(BatchUpdateDevicePositionCommand, _super);
|
|
@@ -20,8 +20,8 @@ var BatchUpdateDevicePositionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: BatchUpdateDevicePositionRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: BatchUpdateDevicePositionResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CalculateRouteRequestFilterSensitiveLog, CalculateRouteResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CalculateRouteCommand, serializeAws_restJson1CalculateRouteCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CalculateRouteCommand = (function (_super) {
|
|
7
7
|
__extends(CalculateRouteCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CalculateRouteCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CalculateRouteRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CalculateRouteResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CalculateRouteMatrixRequestFilterSensitiveLog, CalculateRouteMatrixResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CalculateRouteMatrixCommand, serializeAws_restJson1CalculateRouteMatrixCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CalculateRouteMatrixCommand = (function (_super) {
|
|
7
7
|
__extends(CalculateRouteMatrixCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CalculateRouteMatrixCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CalculateRouteMatrixRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CalculateRouteMatrixResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateGeofenceCollectionRequestFilterSensitiveLog, CreateGeofenceCollectionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateGeofenceCollectionCommand, serializeAws_restJson1CreateGeofenceCollectionCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateGeofenceCollectionCommand = (function (_super) {
|
|
7
7
|
__extends(CreateGeofenceCollectionCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateGeofenceCollectionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateGeofenceCollectionRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateGeofenceCollectionResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateMapRequestFilterSensitiveLog, CreateMapResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateMapCommand, serializeAws_restJson1CreateMapCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateMapCommand = (function (_super) {
|
|
7
7
|
__extends(CreateMapCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateMapCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateMapRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateMapResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreatePlaceIndexRequestFilterSensitiveLog, CreatePlaceIndexResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreatePlaceIndexCommand, serializeAws_restJson1CreatePlaceIndexCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreatePlaceIndexCommand = (function (_super) {
|
|
7
7
|
__extends(CreatePlaceIndexCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreatePlaceIndexCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreatePlaceIndexRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreatePlaceIndexResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateRouteCalculatorRequestFilterSensitiveLog, CreateRouteCalculatorResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateRouteCalculatorCommand, serializeAws_restJson1CreateRouteCalculatorCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateRouteCalculatorCommand = (function (_super) {
|
|
7
7
|
__extends(CreateRouteCalculatorCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateRouteCalculatorCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateRouteCalculatorRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateRouteCalculatorResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateTrackerRequestFilterSensitiveLog, CreateTrackerResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateTrackerCommand, serializeAws_restJson1CreateTrackerCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateTrackerCommand = (function (_super) {
|
|
7
7
|
__extends(CreateTrackerCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateTrackerCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateTrackerRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateTrackerResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteGeofenceCollectionRequestFilterSensitiveLog, DeleteGeofenceCollectionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteGeofenceCollectionCommand, serializeAws_restJson1DeleteGeofenceCollectionCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteGeofenceCollectionCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteGeofenceCollectionCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteGeofenceCollectionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteGeofenceCollectionRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteGeofenceCollectionResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteMapRequestFilterSensitiveLog, DeleteMapResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteMapCommand, serializeAws_restJson1DeleteMapCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteMapCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteMapCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteMapCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteMapRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteMapResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeletePlaceIndexRequestFilterSensitiveLog, DeletePlaceIndexResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeletePlaceIndexCommand, serializeAws_restJson1DeletePlaceIndexCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeletePlaceIndexCommand = (function (_super) {
|
|
7
7
|
__extends(DeletePlaceIndexCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeletePlaceIndexCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeletePlaceIndexRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeletePlaceIndexResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteRouteCalculatorRequestFilterSensitiveLog, DeleteRouteCalculatorResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteRouteCalculatorCommand, serializeAws_restJson1DeleteRouteCalculatorCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteRouteCalculatorCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteRouteCalculatorCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteRouteCalculatorCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteRouteCalculatorRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteRouteCalculatorResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteTrackerRequestFilterSensitiveLog, DeleteTrackerResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteTrackerCommand, serializeAws_restJson1DeleteTrackerCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteTrackerCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteTrackerCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteTrackerCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteTrackerRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteTrackerResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeGeofenceCollectionRequestFilterSensitiveLog, DescribeGeofenceCollectionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeGeofenceCollectionCommand, serializeAws_restJson1DescribeGeofenceCollectionCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeGeofenceCollectionCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeGeofenceCollectionCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeGeofenceCollectionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeGeofenceCollectionRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeGeofenceCollectionResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeMapRequestFilterSensitiveLog, DescribeMapResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeMapCommand, serializeAws_restJson1DescribeMapCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeMapCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeMapCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeMapCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeMapRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeMapResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribePlaceIndexRequestFilterSensitiveLog, DescribePlaceIndexResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribePlaceIndexCommand, serializeAws_restJson1DescribePlaceIndexCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribePlaceIndexCommand = (function (_super) {
|
|
7
7
|
__extends(DescribePlaceIndexCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribePlaceIndexCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribePlaceIndexRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribePlaceIndexResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeRouteCalculatorRequestFilterSensitiveLog, DescribeRouteCalculatorResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeRouteCalculatorCommand, serializeAws_restJson1DescribeRouteCalculatorCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeRouteCalculatorCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeRouteCalculatorCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeRouteCalculatorCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeRouteCalculatorRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeRouteCalculatorResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeTrackerRequestFilterSensitiveLog, DescribeTrackerResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeTrackerCommand, serializeAws_restJson1DescribeTrackerCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeTrackerCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeTrackerCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeTrackerCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeTrackerRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeTrackerResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DisassociateTrackerConsumerRequestFilterSensitiveLog, DisassociateTrackerConsumerResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DisassociateTrackerConsumerCommand, serializeAws_restJson1DisassociateTrackerConsumerCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DisassociateTrackerConsumerCommand = (function (_super) {
|
|
7
7
|
__extends(DisassociateTrackerConsumerCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DisassociateTrackerConsumerCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DisassociateTrackerConsumerRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DisassociateTrackerConsumerResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetDevicePositionRequestFilterSensitiveLog, GetDevicePositionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetDevicePositionCommand, serializeAws_restJson1GetDevicePositionCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetDevicePositionCommand = (function (_super) {
|
|
7
7
|
__extends(GetDevicePositionCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetDevicePositionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetDevicePositionRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetDevicePositionResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetDevicePositionHistoryRequestFilterSensitiveLog, GetDevicePositionHistoryResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetDevicePositionHistoryCommand, serializeAws_restJson1GetDevicePositionHistoryCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetDevicePositionHistoryCommand = (function (_super) {
|
|
7
7
|
__extends(GetDevicePositionHistoryCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetDevicePositionHistoryCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetDevicePositionHistoryRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetDevicePositionHistoryResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetGeofenceRequestFilterSensitiveLog, GetGeofenceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetGeofenceCommand, serializeAws_restJson1GetGeofenceCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetGeofenceCommand = (function (_super) {
|
|
7
7
|
__extends(GetGeofenceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetGeofenceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetGeofenceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetGeofenceResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetMapGlyphsRequestFilterSensitiveLog, GetMapGlyphsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetMapGlyphsCommand, serializeAws_restJson1GetMapGlyphsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetMapGlyphsCommand = (function (_super) {
|
|
7
7
|
__extends(GetMapGlyphsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetMapGlyphsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetMapGlyphsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetMapGlyphsResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|