@aws-sdk/client-location 3.928.0 → 3.930.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/index.js +2957 -4209
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/LocationClient.js +2 -0
- package/dist-es/commands/AssociateTrackerConsumerCommand.js +3 -9
- package/dist-es/commands/BatchDeleteDevicePositionHistoryCommand.js +3 -9
- package/dist-es/commands/BatchDeleteGeofenceCommand.js +3 -9
- package/dist-es/commands/BatchEvaluateGeofencesCommand.js +3 -10
- package/dist-es/commands/BatchGetDevicePositionCommand.js +3 -10
- package/dist-es/commands/BatchPutGeofenceCommand.js +3 -10
- package/dist-es/commands/BatchUpdateDevicePositionCommand.js +3 -10
- package/dist-es/commands/CalculateRouteCommand.js +3 -10
- package/dist-es/commands/CalculateRouteMatrixCommand.js +3 -10
- package/dist-es/commands/CreateGeofenceCollectionCommand.js +3 -10
- package/dist-es/commands/CreateKeyCommand.js +3 -10
- package/dist-es/commands/CreateMapCommand.js +3 -10
- package/dist-es/commands/CreatePlaceIndexCommand.js +3 -10
- package/dist-es/commands/CreateRouteCalculatorCommand.js +3 -10
- package/dist-es/commands/CreateTrackerCommand.js +3 -10
- package/dist-es/commands/DeleteGeofenceCollectionCommand.js +3 -9
- package/dist-es/commands/DeleteKeyCommand.js +3 -9
- package/dist-es/commands/DeleteMapCommand.js +3 -9
- package/dist-es/commands/DeletePlaceIndexCommand.js +3 -9
- package/dist-es/commands/DeleteRouteCalculatorCommand.js +3 -9
- package/dist-es/commands/DeleteTrackerCommand.js +3 -9
- package/dist-es/commands/DescribeGeofenceCollectionCommand.js +3 -10
- package/dist-es/commands/DescribeKeyCommand.js +3 -10
- package/dist-es/commands/DescribeMapCommand.js +3 -10
- package/dist-es/commands/DescribePlaceIndexCommand.js +3 -10
- package/dist-es/commands/DescribeRouteCalculatorCommand.js +3 -10
- package/dist-es/commands/DescribeTrackerCommand.js +3 -10
- package/dist-es/commands/DisassociateTrackerConsumerCommand.js +3 -9
- package/dist-es/commands/ForecastGeofenceEventsCommand.js +3 -10
- package/dist-es/commands/GetDevicePositionCommand.js +3 -10
- package/dist-es/commands/GetDevicePositionHistoryCommand.js +3 -10
- package/dist-es/commands/GetGeofenceCommand.js +3 -10
- package/dist-es/commands/GetMapGlyphsCommand.js +3 -10
- package/dist-es/commands/GetMapSpritesCommand.js +3 -10
- package/dist-es/commands/GetMapStyleDescriptorCommand.js +3 -10
- package/dist-es/commands/GetMapTileCommand.js +3 -10
- package/dist-es/commands/GetPlaceCommand.js +3 -10
- package/dist-es/commands/ListDevicePositionsCommand.js +3 -10
- package/dist-es/commands/ListGeofenceCollectionsCommand.js +3 -10
- package/dist-es/commands/ListGeofencesCommand.js +3 -10
- package/dist-es/commands/ListKeysCommand.js +3 -10
- package/dist-es/commands/ListMapsCommand.js +3 -10
- package/dist-es/commands/ListPlaceIndexesCommand.js +3 -10
- package/dist-es/commands/ListRouteCalculatorsCommand.js +3 -10
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/ListTrackerConsumersCommand.js +3 -9
- package/dist-es/commands/ListTrackersCommand.js +3 -10
- package/dist-es/commands/PutGeofenceCommand.js +3 -10
- package/dist-es/commands/SearchPlaceIndexForPositionCommand.js +3 -10
- package/dist-es/commands/SearchPlaceIndexForSuggestionsCommand.js +3 -10
- package/dist-es/commands/SearchPlaceIndexForTextCommand.js +3 -10
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateGeofenceCollectionCommand.js +3 -10
- package/dist-es/commands/UpdateKeyCommand.js +3 -10
- package/dist-es/commands/UpdateMapCommand.js +3 -10
- package/dist-es/commands/UpdatePlaceIndexCommand.js +3 -10
- package/dist-es/commands/UpdateRouteCalculatorCommand.js +3 -10
- package/dist-es/commands/UpdateTrackerCommand.js +3 -10
- package/dist-es/commands/VerifyDevicePositionCommand.js +3 -10
- package/dist-es/models/models_0.js +0 -590
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +2829 -0
- package/dist-types/LocationClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -428
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +317 -0
- package/dist-types/ts3.4/LocationClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -305
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +324 -0
- package/package.json +34 -34
- package/dist-es/protocols/Aws_restJson1.js +0 -3081
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -542
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -725
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListTrackerConsumers } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListTrackerConsumersCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("LocationService", "ListTrackerConsumers", {})
|
|
17
13
|
.n("LocationClient", "ListTrackerConsumersCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListTrackerConsumersCommand)
|
|
20
|
-
.de(de_ListTrackerConsumersCommand)
|
|
14
|
+
.sc(ListTrackerConsumers)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_ListTrackersCommand, se_ListTrackersCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { ListTrackers } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class ListTrackersCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("LocationService", "ListTrackers", {})
|
|
18
13
|
.n("LocationClient", "ListTrackersCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_ListTrackersCommand)
|
|
21
|
-
.de(de_ListTrackersCommand)
|
|
14
|
+
.sc(ListTrackers)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_PutGeofenceCommand, se_PutGeofenceCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { PutGeofence } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class PutGeofenceCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("LocationService", "PutGeofence", {})
|
|
18
13
|
.n("LocationClient", "PutGeofenceCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_PutGeofenceCommand)
|
|
21
|
-
.de(de_PutGeofenceCommand)
|
|
14
|
+
.sc(PutGeofence)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_SearchPlaceIndexForPositionCommand, se_SearchPlaceIndexForPositionCommand, } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { SearchPlaceIndexForPosition } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class SearchPlaceIndexForPositionCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("LocationService", "SearchPlaceIndexForPosition", {})
|
|
18
13
|
.n("LocationClient", "SearchPlaceIndexForPositionCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_SearchPlaceIndexForPositionCommand)
|
|
21
|
-
.de(de_SearchPlaceIndexForPositionCommand)
|
|
14
|
+
.sc(SearchPlaceIndexForPosition)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_SearchPlaceIndexForSuggestionsCommand, se_SearchPlaceIndexForSuggestionsCommand, } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { SearchPlaceIndexForSuggestions } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class SearchPlaceIndexForSuggestionsCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("LocationService", "SearchPlaceIndexForSuggestions", {})
|
|
18
13
|
.n("LocationClient", "SearchPlaceIndexForSuggestionsCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_SearchPlaceIndexForSuggestionsCommand)
|
|
21
|
-
.de(de_SearchPlaceIndexForSuggestionsCommand)
|
|
14
|
+
.sc(SearchPlaceIndexForSuggestions)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_SearchPlaceIndexForTextCommand, se_SearchPlaceIndexForTextCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { SearchPlaceIndexForText } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class SearchPlaceIndexForTextCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("LocationService", "SearchPlaceIndexForText", {})
|
|
18
13
|
.n("LocationClient", "SearchPlaceIndexForTextCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_SearchPlaceIndexForTextCommand)
|
|
21
|
-
.de(de_SearchPlaceIndexForTextCommand)
|
|
14
|
+
.sc(SearchPlaceIndexForText)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { TagResource } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class TagResourceCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("LocationService", "TagResource", {})
|
|
17
13
|
.n("LocationClient", "TagResourceCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_TagResourceCommand)
|
|
20
|
-
.de(de_TagResourceCommand)
|
|
14
|
+
.sc(TagResource)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { UntagResource } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UntagResourceCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("LocationService", "UntagResource", {})
|
|
17
13
|
.n("LocationClient", "UntagResourceCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UntagResourceCommand)
|
|
20
|
-
.de(de_UntagResourceCommand)
|
|
14
|
+
.sc(UntagResource)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_UpdateGeofenceCollectionCommand, se_UpdateGeofenceCollectionCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { UpdateGeofenceCollection } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class UpdateGeofenceCollectionCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("LocationService", "UpdateGeofenceCollection", {})
|
|
18
13
|
.n("LocationClient", "UpdateGeofenceCollectionCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_UpdateGeofenceCollectionCommand)
|
|
21
|
-
.de(de_UpdateGeofenceCollectionCommand)
|
|
14
|
+
.sc(UpdateGeofenceCollection)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_UpdateKeyCommand, se_UpdateKeyCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { UpdateKey } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class UpdateKeyCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("LocationService", "UpdateKey", {})
|
|
18
13
|
.n("LocationClient", "UpdateKeyCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_UpdateKeyCommand)
|
|
21
|
-
.de(de_UpdateKeyCommand)
|
|
14
|
+
.sc(UpdateKey)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_UpdateMapCommand, se_UpdateMapCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { UpdateMap } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class UpdateMapCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("LocationService", "UpdateMap", {})
|
|
18
13
|
.n("LocationClient", "UpdateMapCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_UpdateMapCommand)
|
|
21
|
-
.de(de_UpdateMapCommand)
|
|
14
|
+
.sc(UpdateMap)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_UpdatePlaceIndexCommand, se_UpdatePlaceIndexCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { UpdatePlaceIndex } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class UpdatePlaceIndexCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("LocationService", "UpdatePlaceIndex", {})
|
|
18
13
|
.n("LocationClient", "UpdatePlaceIndexCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_UpdatePlaceIndexCommand)
|
|
21
|
-
.de(de_UpdatePlaceIndexCommand)
|
|
14
|
+
.sc(UpdatePlaceIndex)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_UpdateRouteCalculatorCommand, se_UpdateRouteCalculatorCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { UpdateRouteCalculator } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class UpdateRouteCalculatorCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("LocationService", "UpdateRouteCalculator", {})
|
|
18
13
|
.n("LocationClient", "UpdateRouteCalculatorCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_UpdateRouteCalculatorCommand)
|
|
21
|
-
.de(de_UpdateRouteCalculatorCommand)
|
|
14
|
+
.sc(UpdateRouteCalculator)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_UpdateTrackerCommand, se_UpdateTrackerCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { UpdateTracker } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class UpdateTrackerCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("LocationService", "UpdateTracker", {})
|
|
18
13
|
.n("LocationClient", "UpdateTrackerCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_UpdateTrackerCommand)
|
|
21
|
-
.de(de_UpdateTrackerCommand)
|
|
14
|
+
.sc(UpdateTracker)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_VerifyDevicePositionCommand, se_VerifyDevicePositionCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { VerifyDevicePosition } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class VerifyDevicePositionCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("LocationService", "VerifyDevicePosition", {})
|
|
18
13
|
.n("LocationClient", "VerifyDevicePositionCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_VerifyDevicePositionCommand)
|
|
21
|
-
.de(de_VerifyDevicePositionCommand)
|
|
14
|
+
.sc(VerifyDevicePosition)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|