@aws-sdk/client-location 3.50.0 → 3.53.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 +27 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/LocationServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +107 -3
- package/dist-cjs/protocols/Aws_restJson1.js +571 -2146
- package/dist-es/index.js +1 -0
- package/dist-es/models/LocationServiceException.js +12 -0
- package/dist-es/models/models_0.js +97 -1
- package/dist-es/protocols/Aws_restJson1.js +1231 -2362
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/LocationServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +51 -22
- package/dist-types/ts3.4/Location.d.ts +265 -0
- package/dist-types/ts3.4/LocationClient.d.ts +125 -0
- package/dist-types/ts3.4/commands/AssociateTrackerConsumerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchDeleteGeofenceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchEvaluateGeofencesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchGetDevicePositionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchPutGeofenceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchUpdateDevicePositionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CalculateRouteCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CalculateRouteMatrixCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateGeofenceCollectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateMapCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreatePlaceIndexCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateRouteCalculatorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTrackerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteGeofenceCollectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteMapCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeletePlaceIndexCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteRouteCalculatorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTrackerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeGeofenceCollectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeMapCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribePlaceIndexCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeRouteCalculatorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTrackerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateTrackerConsumerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDevicePositionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDevicePositionHistoryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetGeofenceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetMapGlyphsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetMapSpritesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetMapStyleDescriptorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetMapTileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDevicePositionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListGeofenceCollectionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListGeofencesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListMapsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPlaceIndexesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListRouteCalculatorsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTrackerConsumersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTrackersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutGeofenceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SearchPlaceIndexForPositionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SearchPlaceIndexForSuggestionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SearchPlaceIndexForTextCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateGeofenceCollectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateMapCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdatePlaceIndexCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateRouteCalculatorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateTrackerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +52 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +6 -0
- package/dist-types/ts3.4/models/LocationServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1932 -0
- package/dist-types/ts3.4/pagination/GetDevicePositionHistoryPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListDevicePositionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListGeofenceCollectionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListGeofencesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListMapsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListPlaceIndexesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListRouteCalculatorsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTrackerConsumersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTrackersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +10 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +158 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +33 -33
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,33 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.53.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.52.0...v3.53.0) (2022-02-24)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** generate service exceptions as classes ([#3267](https://github.com/aws/aws-sdk-js-v3/issues/3267)) ([ca64fee](https://github.com/aws/aws-sdk-js-v3/commit/ca64feed3351c394c07dc26b782a5760a396a074))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [3.52.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.51.0...v3.52.0) (2022-02-18)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @aws-sdk/client-location
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
# [3.51.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.50.0...v3.51.0) (2022-02-12)
|
|
26
|
+
|
|
27
|
+
**Note:** Version bump only for package @aws-sdk/client-location
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
6
33
|
# [3.50.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.49.0...v3.50.0) (2022-02-08)
|
|
7
34
|
|
|
8
35
|
**Note:** Version bump only for package @aws-sdk/client-location
|
package/dist-cjs/index.js
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.LocationServiceException = void 0;
|
|
3
4
|
const tslib_1 = require("tslib");
|
|
4
5
|
tslib_1.__exportStar(require("./Location"), exports);
|
|
5
6
|
tslib_1.__exportStar(require("./LocationClient"), exports);
|
|
6
7
|
tslib_1.__exportStar(require("./commands"), exports);
|
|
7
8
|
tslib_1.__exportStar(require("./models"), exports);
|
|
8
9
|
tslib_1.__exportStar(require("./pagination"), exports);
|
|
10
|
+
var LocationServiceException_1 = require("./models/LocationServiceException");
|
|
11
|
+
Object.defineProperty(exports, "LocationServiceException", { enumerable: true, get: function () { return LocationServiceException_1.LocationServiceException; } });
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.LocationServiceException = void 0;
|
|
4
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
5
|
+
class LocationServiceException extends smithy_client_1.ServiceException {
|
|
6
|
+
constructor(options) {
|
|
7
|
+
super(options);
|
|
8
|
+
Object.setPrototypeOf(this, LocationServiceException.prototype);
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
exports.LocationServiceException = LocationServiceException;
|
|
@@ -1,9 +1,25 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
3
|
+
exports.CalculateRouteMatrixResponse = exports.CalculateRouteMatrixSummary = exports.RouteMatrixEntry = exports.RouteMatrixEntryError = exports.CalculateRouteMatrixRequest = exports.CalculateRouteResponse = exports.CalculateRouteSummary = exports.Leg = exports.Step = exports.LegGeometry = exports.CalculateRouteRequest = exports.CalculateRouteTruckModeOptions = exports.TruckWeight = exports.TruckDimensions = exports.CalculateRouteCarModeOptions = exports.BatchUpdateDevicePositionResponse = exports.BatchUpdateDevicePositionError = exports.BatchUpdateDevicePositionRequest = exports.BatchPutGeofenceResponse = exports.BatchPutGeofenceSuccess = exports.BatchPutGeofenceError = exports.BatchPutGeofenceRequest = exports.BatchPutGeofenceRequestEntry = exports.GeofenceGeometry = exports.BatchGetDevicePositionResponse = exports.BatchGetDevicePositionError = exports.DevicePosition = exports.BatchGetDevicePositionRequest = exports.BatchEvaluateGeofencesResponse = exports.BatchEvaluateGeofencesError = exports.BatchEvaluateGeofencesRequest = exports.DevicePositionUpdate = exports.PositionalAccuracy = exports.BatchDeleteGeofenceResponse = exports.BatchDeleteGeofenceError = exports.BatchDeleteGeofenceRequest = exports.BatchDeleteDevicePositionHistoryResponse = exports.BatchDeleteDevicePositionHistoryError = exports.BatchItemError = exports.BatchDeleteDevicePositionHistoryRequest = exports.ValidationException = exports.ValidationExceptionField = exports.ThrottlingException = exports.ServiceQuotaExceededException = exports.ResourceNotFoundException = exports.InternalServerException = exports.ConflictException = exports.AssociateTrackerConsumerResponse = exports.AssociateTrackerConsumerRequest = exports.AccessDeniedException = void 0;
|
|
4
|
+
exports.PutGeofenceResponse = exports.PutGeofenceRequest = exports.ListGeofencesResponse = exports.ListGeofenceResponseEntry = exports.ListGeofencesRequest = exports.ListGeofenceCollectionsResponse = exports.ListGeofenceCollectionsResponseEntry = exports.ListGeofenceCollectionsRequest = exports.GetGeofenceResponse = exports.GetGeofenceRequest = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TagResourceResponse = exports.TagResourceRequest = exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = exports.DisassociateTrackerConsumerResponse = exports.DisassociateTrackerConsumerRequest = exports.DescribeTrackerResponse = exports.DescribeTrackerRequest = exports.DescribeRouteCalculatorResponse = exports.DescribeRouteCalculatorRequest = exports.DescribePlaceIndexResponse = exports.DescribePlaceIndexRequest = exports.DescribeMapResponse = exports.DescribeMapRequest = exports.DescribeGeofenceCollectionResponse = exports.DescribeGeofenceCollectionRequest = exports.DeleteTrackerResponse = exports.DeleteTrackerRequest = exports.DeleteRouteCalculatorResponse = exports.DeleteRouteCalculatorRequest = exports.DeletePlaceIndexResponse = exports.DeletePlaceIndexRequest = exports.DeleteMapResponse = exports.DeleteMapRequest = exports.DeleteGeofenceCollectionResponse = exports.DeleteGeofenceCollectionRequest = exports.CreateTrackerResponse = exports.CreateTrackerRequest = exports.CreateRouteCalculatorResponse = exports.CreateRouteCalculatorRequest = exports.CreatePlaceIndexResponse = exports.CreatePlaceIndexRequest = exports.DataSourceConfiguration = exports.CreateMapResponse = exports.CreateMapRequest = exports.MapConfiguration = exports.CreateGeofenceCollectionResponse = exports.CreateGeofenceCollectionRequest = void 0;
|
|
5
|
+
exports.UpdatePlaceIndexResponse = exports.UpdatePlaceIndexRequest = exports.SearchPlaceIndexForTextResponse = exports.SearchPlaceIndexForTextSummary = exports.SearchForTextResult = exports.SearchPlaceIndexForTextRequest = exports.SearchPlaceIndexForSuggestionsResponse = exports.SearchPlaceIndexForSuggestionsSummary = exports.SearchForSuggestionsResult = exports.SearchPlaceIndexForSuggestionsRequest = exports.SearchPlaceIndexForPositionResponse = exports.SearchPlaceIndexForPositionSummary = exports.SearchForPositionResult = exports.Place = exports.TimeZone = exports.PlaceGeometry = exports.SearchPlaceIndexForPositionRequest = exports.UpdateMapResponse = exports.UpdateMapRequest = exports.ListTrackersResponse = exports.ListTrackersResponseEntry = exports.ListTrackersRequest = exports.ListTrackerConsumersResponse = exports.ListTrackerConsumersRequest = exports.ListRouteCalculatorsResponse = exports.ListRouteCalculatorsResponseEntry = exports.ListRouteCalculatorsRequest = exports.ListPlaceIndexesResponse = exports.ListPlaceIndexesResponseEntry = exports.ListPlaceIndexesRequest = exports.ListMapsResponse = exports.ListMapsResponseEntry = exports.ListMapsRequest = exports.ListDevicePositionsResponse = exports.ListDevicePositionsResponseEntry = exports.ListDevicePositionsRequest = exports.GetMapTileResponse = exports.GetMapTileRequest = exports.GetMapStyleDescriptorResponse = exports.GetMapStyleDescriptorRequest = exports.GetMapSpritesResponse = exports.GetMapSpritesRequest = exports.GetMapGlyphsResponse = exports.GetMapGlyphsRequest = exports.GetDevicePositionHistoryResponse = exports.GetDevicePositionHistoryRequest = exports.GetDevicePositionResponse = exports.GetDevicePositionRequest = exports.UpdateGeofenceCollectionResponse = exports.UpdateGeofenceCollectionRequest = void 0;
|
|
6
|
+
exports.UpdateTrackerResponse = exports.UpdateTrackerRequest = exports.UpdateRouteCalculatorResponse = exports.UpdateRouteCalculatorRequest = void 0;
|
|
6
7
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
+
const LocationServiceException_1 = require("./LocationServiceException");
|
|
9
|
+
class AccessDeniedException extends LocationServiceException_1.LocationServiceException {
|
|
10
|
+
constructor(opts) {
|
|
11
|
+
super({
|
|
12
|
+
name: "AccessDeniedException",
|
|
13
|
+
$fault: "client",
|
|
14
|
+
...opts,
|
|
15
|
+
});
|
|
16
|
+
this.name = "AccessDeniedException";
|
|
17
|
+
this.$fault = "client";
|
|
18
|
+
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
19
|
+
this.Message = opts.Message;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
exports.AccessDeniedException = AccessDeniedException;
|
|
7
23
|
var AssociateTrackerConsumerRequest;
|
|
8
24
|
(function (AssociateTrackerConsumerRequest) {
|
|
9
25
|
AssociateTrackerConsumerRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -16,12 +32,100 @@ var AssociateTrackerConsumerResponse;
|
|
|
16
32
|
...obj,
|
|
17
33
|
});
|
|
18
34
|
})(AssociateTrackerConsumerResponse = exports.AssociateTrackerConsumerResponse || (exports.AssociateTrackerConsumerResponse = {}));
|
|
35
|
+
class ConflictException extends LocationServiceException_1.LocationServiceException {
|
|
36
|
+
constructor(opts) {
|
|
37
|
+
super({
|
|
38
|
+
name: "ConflictException",
|
|
39
|
+
$fault: "client",
|
|
40
|
+
...opts,
|
|
41
|
+
});
|
|
42
|
+
this.name = "ConflictException";
|
|
43
|
+
this.$fault = "client";
|
|
44
|
+
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
45
|
+
this.Message = opts.Message;
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
exports.ConflictException = ConflictException;
|
|
49
|
+
class InternalServerException extends LocationServiceException_1.LocationServiceException {
|
|
50
|
+
constructor(opts) {
|
|
51
|
+
super({
|
|
52
|
+
name: "InternalServerException",
|
|
53
|
+
$fault: "server",
|
|
54
|
+
...opts,
|
|
55
|
+
});
|
|
56
|
+
this.name = "InternalServerException";
|
|
57
|
+
this.$fault = "server";
|
|
58
|
+
this.$retryable = {};
|
|
59
|
+
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
60
|
+
this.Message = opts.Message;
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
exports.InternalServerException = InternalServerException;
|
|
64
|
+
class ResourceNotFoundException extends LocationServiceException_1.LocationServiceException {
|
|
65
|
+
constructor(opts) {
|
|
66
|
+
super({
|
|
67
|
+
name: "ResourceNotFoundException",
|
|
68
|
+
$fault: "client",
|
|
69
|
+
...opts,
|
|
70
|
+
});
|
|
71
|
+
this.name = "ResourceNotFoundException";
|
|
72
|
+
this.$fault = "client";
|
|
73
|
+
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
74
|
+
this.Message = opts.Message;
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
78
|
+
class ServiceQuotaExceededException extends LocationServiceException_1.LocationServiceException {
|
|
79
|
+
constructor(opts) {
|
|
80
|
+
super({
|
|
81
|
+
name: "ServiceQuotaExceededException",
|
|
82
|
+
$fault: "client",
|
|
83
|
+
...opts,
|
|
84
|
+
});
|
|
85
|
+
this.name = "ServiceQuotaExceededException";
|
|
86
|
+
this.$fault = "client";
|
|
87
|
+
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
88
|
+
this.Message = opts.Message;
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
92
|
+
class ThrottlingException extends LocationServiceException_1.LocationServiceException {
|
|
93
|
+
constructor(opts) {
|
|
94
|
+
super({
|
|
95
|
+
name: "ThrottlingException",
|
|
96
|
+
$fault: "client",
|
|
97
|
+
...opts,
|
|
98
|
+
});
|
|
99
|
+
this.name = "ThrottlingException";
|
|
100
|
+
this.$fault = "client";
|
|
101
|
+
this.$retryable = {};
|
|
102
|
+
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
103
|
+
this.Message = opts.Message;
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
exports.ThrottlingException = ThrottlingException;
|
|
19
107
|
var ValidationExceptionField;
|
|
20
108
|
(function (ValidationExceptionField) {
|
|
21
109
|
ValidationExceptionField.filterSensitiveLog = (obj) => ({
|
|
22
110
|
...obj,
|
|
23
111
|
});
|
|
24
112
|
})(ValidationExceptionField = exports.ValidationExceptionField || (exports.ValidationExceptionField = {}));
|
|
113
|
+
class ValidationException extends LocationServiceException_1.LocationServiceException {
|
|
114
|
+
constructor(opts) {
|
|
115
|
+
super({
|
|
116
|
+
name: "ValidationException",
|
|
117
|
+
$fault: "client",
|
|
118
|
+
...opts,
|
|
119
|
+
});
|
|
120
|
+
this.name = "ValidationException";
|
|
121
|
+
this.$fault = "client";
|
|
122
|
+
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
123
|
+
this.Message = opts.Message;
|
|
124
|
+
this.Reason = opts.Reason;
|
|
125
|
+
this.FieldList = opts.FieldList;
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
exports.ValidationException = ValidationException;
|
|
25
129
|
var BatchDeleteDevicePositionHistoryRequest;
|
|
26
130
|
(function (BatchDeleteDevicePositionHistoryRequest) {
|
|
27
131
|
BatchDeleteDevicePositionHistoryRequest.filterSensitiveLog = (obj) => ({
|