@aws-sdk/client-location 3.928.0 → 3.929.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 +2 -2
- 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,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_DescribeKeyCommand, se_DescribeKeyCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { DescribeKey } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class DescribeKeyCommand 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", "DescribeKey", {})
|
|
18
13
|
.n("LocationClient", "DescribeKeyCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_DescribeKeyCommand)
|
|
21
|
-
.de(de_DescribeKeyCommand)
|
|
14
|
+
.sc(DescribeKey)
|
|
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_DescribeMapCommand, se_DescribeMapCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { DescribeMap } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class DescribeMapCommand 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", "DescribeMap", {})
|
|
18
13
|
.n("LocationClient", "DescribeMapCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_DescribeMapCommand)
|
|
21
|
-
.de(de_DescribeMapCommand)
|
|
14
|
+
.sc(DescribeMap)
|
|
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_DescribePlaceIndexCommand, se_DescribePlaceIndexCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { DescribePlaceIndex } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class DescribePlaceIndexCommand 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", "DescribePlaceIndex", {})
|
|
18
13
|
.n("LocationClient", "DescribePlaceIndexCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_DescribePlaceIndexCommand)
|
|
21
|
-
.de(de_DescribePlaceIndexCommand)
|
|
14
|
+
.sc(DescribePlaceIndex)
|
|
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_DescribeRouteCalculatorCommand, se_DescribeRouteCalculatorCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { DescribeRouteCalculator } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class DescribeRouteCalculatorCommand 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", "DescribeRouteCalculator", {})
|
|
18
13
|
.n("LocationClient", "DescribeRouteCalculatorCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_DescribeRouteCalculatorCommand)
|
|
21
|
-
.de(de_DescribeRouteCalculatorCommand)
|
|
14
|
+
.sc(DescribeRouteCalculator)
|
|
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_DescribeTrackerCommand, se_DescribeTrackerCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { DescribeTracker } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class DescribeTrackerCommand 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", "DescribeTracker", {})
|
|
18
13
|
.n("LocationClient", "DescribeTrackerCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_DescribeTrackerCommand)
|
|
21
|
-
.de(de_DescribeTrackerCommand)
|
|
14
|
+
.sc(DescribeTracker)
|
|
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 { DisassociateTrackerConsumer } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DisassociateTrackerConsumerCommand 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", "DisassociateTrackerConsumer", {})
|
|
17
13
|
.n("LocationClient", "DisassociateTrackerConsumerCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DisassociateTrackerConsumerCommand)
|
|
20
|
-
.de(de_DisassociateTrackerConsumerCommand)
|
|
14
|
+
.sc(DisassociateTrackerConsumer)
|
|
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_ForecastGeofenceEventsCommand, se_ForecastGeofenceEventsCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { ForecastGeofenceEvents } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class ForecastGeofenceEventsCommand 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", "ForecastGeofenceEvents", {})
|
|
18
13
|
.n("LocationClient", "ForecastGeofenceEventsCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_ForecastGeofenceEventsCommand)
|
|
21
|
-
.de(de_ForecastGeofenceEventsCommand)
|
|
14
|
+
.sc(ForecastGeofenceEvents)
|
|
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_GetDevicePositionCommand, se_GetDevicePositionCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { GetDevicePosition } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class GetDevicePositionCommand 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", "GetDevicePosition", {})
|
|
18
13
|
.n("LocationClient", "GetDevicePositionCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_GetDevicePositionCommand)
|
|
21
|
-
.de(de_GetDevicePositionCommand)
|
|
14
|
+
.sc(GetDevicePosition)
|
|
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_GetDevicePositionHistoryCommand, se_GetDevicePositionHistoryCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { GetDevicePositionHistory } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class GetDevicePositionHistoryCommand 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", "GetDevicePositionHistory", {})
|
|
18
13
|
.n("LocationClient", "GetDevicePositionHistoryCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_GetDevicePositionHistoryCommand)
|
|
21
|
-
.de(de_GetDevicePositionHistoryCommand)
|
|
14
|
+
.sc(GetDevicePositionHistory)
|
|
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_GetGeofenceCommand, se_GetGeofenceCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { GetGeofence } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class GetGeofenceCommand 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", "GetGeofence", {})
|
|
18
13
|
.n("LocationClient", "GetGeofenceCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_GetGeofenceCommand)
|
|
21
|
-
.de(de_GetGeofenceCommand)
|
|
14
|
+
.sc(GetGeofence)
|
|
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_GetMapGlyphsCommand, se_GetMapGlyphsCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { GetMapGlyphs } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class GetMapGlyphsCommand 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", "GetMapGlyphs", {})
|
|
18
13
|
.n("LocationClient", "GetMapGlyphsCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_GetMapGlyphsCommand)
|
|
21
|
-
.de(de_GetMapGlyphsCommand)
|
|
14
|
+
.sc(GetMapGlyphs)
|
|
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_GetMapSpritesCommand, se_GetMapSpritesCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { GetMapSprites } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class GetMapSpritesCommand 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", "GetMapSprites", {})
|
|
18
13
|
.n("LocationClient", "GetMapSpritesCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_GetMapSpritesCommand)
|
|
21
|
-
.de(de_GetMapSpritesCommand)
|
|
14
|
+
.sc(GetMapSprites)
|
|
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_GetMapStyleDescriptorCommand, se_GetMapStyleDescriptorCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { GetMapStyleDescriptor } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class GetMapStyleDescriptorCommand 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", "GetMapStyleDescriptor", {})
|
|
18
13
|
.n("LocationClient", "GetMapStyleDescriptorCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_GetMapStyleDescriptorCommand)
|
|
21
|
-
.de(de_GetMapStyleDescriptorCommand)
|
|
14
|
+
.sc(GetMapStyleDescriptor)
|
|
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_GetMapTileCommand, se_GetMapTileCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { GetMapTile } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class GetMapTileCommand 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", "GetMapTile", {})
|
|
18
13
|
.n("LocationClient", "GetMapTileCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_GetMapTileCommand)
|
|
21
|
-
.de(de_GetMapTileCommand)
|
|
14
|
+
.sc(GetMapTile)
|
|
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_GetPlaceCommand, se_GetPlaceCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { GetPlace } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class GetPlaceCommand 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", "GetPlace", {})
|
|
18
13
|
.n("LocationClient", "GetPlaceCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_GetPlaceCommand)
|
|
21
|
-
.de(de_GetPlaceCommand)
|
|
14
|
+
.sc(GetPlace)
|
|
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_ListDevicePositionsCommand, se_ListDevicePositionsCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { ListDevicePositions } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class ListDevicePositionsCommand 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", "ListDevicePositions", {})
|
|
18
13
|
.n("LocationClient", "ListDevicePositionsCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_ListDevicePositionsCommand)
|
|
21
|
-
.de(de_ListDevicePositionsCommand)
|
|
14
|
+
.sc(ListDevicePositions)
|
|
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_ListGeofenceCollectionsCommand, se_ListGeofenceCollectionsCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { ListGeofenceCollections } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class ListGeofenceCollectionsCommand 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", "ListGeofenceCollections", {})
|
|
18
13
|
.n("LocationClient", "ListGeofenceCollectionsCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_ListGeofenceCollectionsCommand)
|
|
21
|
-
.de(de_ListGeofenceCollectionsCommand)
|
|
14
|
+
.sc(ListGeofenceCollections)
|
|
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_ListGeofencesCommand, se_ListGeofencesCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { ListGeofences } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class ListGeofencesCommand 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", "ListGeofences", {})
|
|
18
13
|
.n("LocationClient", "ListGeofencesCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_ListGeofencesCommand)
|
|
21
|
-
.de(de_ListGeofencesCommand)
|
|
14
|
+
.sc(ListGeofences)
|
|
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_ListKeysCommand, se_ListKeysCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { ListKeys } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class ListKeysCommand 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", "ListKeys", {})
|
|
18
13
|
.n("LocationClient", "ListKeysCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_ListKeysCommand)
|
|
21
|
-
.de(de_ListKeysCommand)
|
|
14
|
+
.sc(ListKeys)
|
|
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_ListMapsCommand, se_ListMapsCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { ListMaps } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class ListMapsCommand 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", "ListMaps", {})
|
|
18
13
|
.n("LocationClient", "ListMapsCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_ListMapsCommand)
|
|
21
|
-
.de(de_ListMapsCommand)
|
|
14
|
+
.sc(ListMaps)
|
|
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_ListPlaceIndexesCommand, se_ListPlaceIndexesCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { ListPlaceIndexes } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class ListPlaceIndexesCommand 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", "ListPlaceIndexes", {})
|
|
18
13
|
.n("LocationClient", "ListPlaceIndexesCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_ListPlaceIndexesCommand)
|
|
21
|
-
.de(de_ListPlaceIndexesCommand)
|
|
14
|
+
.sc(ListPlaceIndexes)
|
|
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_ListRouteCalculatorsCommand, se_ListRouteCalculatorsCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { ListRouteCalculators } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class ListRouteCalculatorsCommand 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", "ListRouteCalculators", {})
|
|
18
13
|
.n("LocationClient", "ListRouteCalculatorsCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_ListRouteCalculatorsCommand)
|
|
21
|
-
.de(de_ListRouteCalculatorsCommand)
|
|
14
|
+
.sc(ListRouteCalculators)
|
|
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 { ListTagsForResource } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListTagsForResourceCommand 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", "ListTagsForResource", {})
|
|
17
13
|
.n("LocationClient", "ListTagsForResourceCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListTagsForResourceCommand)
|
|
20
|
-
.de(de_ListTagsForResourceCommand)
|
|
14
|
+
.sc(ListTagsForResource)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|