@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
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const core_1 = require("@aws-sdk/core");
|
|
5
|
+
const protocols_1 = require("@aws-sdk/core/protocols");
|
|
5
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
6
7
|
const url_parser_1 = require("@smithy/url-parser");
|
|
7
8
|
const util_base64_1 = require("@smithy/util-base64");
|
|
@@ -25,6 +26,7 @@ const getRuntimeConfig = (config) => {
|
|
|
25
26
|
},
|
|
26
27
|
],
|
|
27
28
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
29
|
+
protocol: config?.protocol ?? new protocols_1.AwsRestJsonProtocol({ defaultNamespace: "com.amazonaws.location" }),
|
|
28
30
|
serviceId: config?.serviceId ?? "Location",
|
|
29
31
|
urlParser: config?.urlParser ?? url_parser_1.parseUrl,
|
|
30
32
|
utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
|
|
@@ -4,6 +4,7 @@ import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detec
|
|
|
4
4
|
import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
|
|
5
5
|
import { resolveRegionConfig } from "@smithy/config-resolver";
|
|
6
6
|
import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
|
|
7
|
+
import { getSchemaSerdePlugin } from "@smithy/core/schema";
|
|
7
8
|
import { getContentLengthPlugin } from "@smithy/middleware-content-length";
|
|
8
9
|
import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
|
|
9
10
|
import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
|
|
@@ -28,6 +29,7 @@ export class LocationClient extends __Client {
|
|
|
28
29
|
const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
|
|
29
30
|
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
30
31
|
this.config = _config_8;
|
|
32
|
+
this.middlewareStack.use(getSchemaSerdePlugin(this.config));
|
|
31
33
|
this.middlewareStack.use(getUserAgentPlugin(this.config));
|
|
32
34
|
this.middlewareStack.use(getRetryPlugin(this.config));
|
|
33
35
|
this.middlewareStack.use(getContentLengthPlugin(this.config));
|
|
@@ -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 { AssociateTrackerConsumer } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class AssociateTrackerConsumerCommand 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", "AssociateTrackerConsumer", {})
|
|
17
13
|
.n("LocationClient", "AssociateTrackerConsumerCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_AssociateTrackerConsumerCommand)
|
|
20
|
-
.de(de_AssociateTrackerConsumerCommand)
|
|
14
|
+
.sc(AssociateTrackerConsumer)
|
|
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 { BatchDeleteDevicePositionHistory } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class BatchDeleteDevicePositionHistoryCommand 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", "BatchDeleteDevicePositionHistory", {})
|
|
17
13
|
.n("LocationClient", "BatchDeleteDevicePositionHistoryCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_BatchDeleteDevicePositionHistoryCommand)
|
|
20
|
-
.de(de_BatchDeleteDevicePositionHistoryCommand)
|
|
14
|
+
.sc(BatchDeleteDevicePositionHistory)
|
|
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 { BatchDeleteGeofence } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class BatchDeleteGeofenceCommand 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", "BatchDeleteGeofence", {})
|
|
17
13
|
.n("LocationClient", "BatchDeleteGeofenceCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_BatchDeleteGeofenceCommand)
|
|
20
|
-
.de(de_BatchDeleteGeofenceCommand)
|
|
14
|
+
.sc(BatchDeleteGeofence)
|
|
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_BatchEvaluateGeofencesCommand, se_BatchEvaluateGeofencesCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { BatchEvaluateGeofences } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class BatchEvaluateGeofencesCommand 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", "BatchEvaluateGeofences", {})
|
|
18
13
|
.n("LocationClient", "BatchEvaluateGeofencesCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_BatchEvaluateGeofencesCommand)
|
|
21
|
-
.de(de_BatchEvaluateGeofencesCommand)
|
|
14
|
+
.sc(BatchEvaluateGeofences)
|
|
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_BatchGetDevicePositionCommand, se_BatchGetDevicePositionCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { BatchGetDevicePosition } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class BatchGetDevicePositionCommand 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", "BatchGetDevicePosition", {})
|
|
18
13
|
.n("LocationClient", "BatchGetDevicePositionCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_BatchGetDevicePositionCommand)
|
|
21
|
-
.de(de_BatchGetDevicePositionCommand)
|
|
14
|
+
.sc(BatchGetDevicePosition)
|
|
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_BatchPutGeofenceCommand, se_BatchPutGeofenceCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { BatchPutGeofence } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class BatchPutGeofenceCommand 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", "BatchPutGeofence", {})
|
|
18
13
|
.n("LocationClient", "BatchPutGeofenceCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_BatchPutGeofenceCommand)
|
|
21
|
-
.de(de_BatchPutGeofenceCommand)
|
|
14
|
+
.sc(BatchPutGeofence)
|
|
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_BatchUpdateDevicePositionCommand, se_BatchUpdateDevicePositionCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { BatchUpdateDevicePosition } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class BatchUpdateDevicePositionCommand 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", "BatchUpdateDevicePosition", {})
|
|
18
13
|
.n("LocationClient", "BatchUpdateDevicePositionCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_BatchUpdateDevicePositionCommand)
|
|
21
|
-
.de(de_BatchUpdateDevicePositionCommand)
|
|
14
|
+
.sc(BatchUpdateDevicePosition)
|
|
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_CalculateRouteCommand, se_CalculateRouteCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { CalculateRoute } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class CalculateRouteCommand 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", "CalculateRoute", {})
|
|
18
13
|
.n("LocationClient", "CalculateRouteCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_CalculateRouteCommand)
|
|
21
|
-
.de(de_CalculateRouteCommand)
|
|
14
|
+
.sc(CalculateRoute)
|
|
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_CalculateRouteMatrixCommand, se_CalculateRouteMatrixCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { CalculateRouteMatrix } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class CalculateRouteMatrixCommand 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", "CalculateRouteMatrix", {})
|
|
18
13
|
.n("LocationClient", "CalculateRouteMatrixCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_CalculateRouteMatrixCommand)
|
|
21
|
-
.de(de_CalculateRouteMatrixCommand)
|
|
14
|
+
.sc(CalculateRouteMatrix)
|
|
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_CreateGeofenceCollectionCommand, se_CreateGeofenceCollectionCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { CreateGeofenceCollection } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class CreateGeofenceCollectionCommand 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", "CreateGeofenceCollection", {})
|
|
18
13
|
.n("LocationClient", "CreateGeofenceCollectionCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_CreateGeofenceCollectionCommand)
|
|
21
|
-
.de(de_CreateGeofenceCollectionCommand)
|
|
14
|
+
.sc(CreateGeofenceCollection)
|
|
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_CreateKeyCommand, se_CreateKeyCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { CreateKey } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class CreateKeyCommand 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", "CreateKey", {})
|
|
18
13
|
.n("LocationClient", "CreateKeyCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_CreateKeyCommand)
|
|
21
|
-
.de(de_CreateKeyCommand)
|
|
14
|
+
.sc(CreateKey)
|
|
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_CreateMapCommand, se_CreateMapCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { CreateMap } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class CreateMapCommand 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", "CreateMap", {})
|
|
18
13
|
.n("LocationClient", "CreateMapCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_CreateMapCommand)
|
|
21
|
-
.de(de_CreateMapCommand)
|
|
14
|
+
.sc(CreateMap)
|
|
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_CreatePlaceIndexCommand, se_CreatePlaceIndexCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { CreatePlaceIndex } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class CreatePlaceIndexCommand 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", "CreatePlaceIndex", {})
|
|
18
13
|
.n("LocationClient", "CreatePlaceIndexCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_CreatePlaceIndexCommand)
|
|
21
|
-
.de(de_CreatePlaceIndexCommand)
|
|
14
|
+
.sc(CreatePlaceIndex)
|
|
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_CreateRouteCalculatorCommand, se_CreateRouteCalculatorCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { CreateRouteCalculator } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class CreateRouteCalculatorCommand 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", "CreateRouteCalculator", {})
|
|
18
13
|
.n("LocationClient", "CreateRouteCalculatorCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_CreateRouteCalculatorCommand)
|
|
21
|
-
.de(de_CreateRouteCalculatorCommand)
|
|
14
|
+
.sc(CreateRouteCalculator)
|
|
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_CreateTrackerCommand, se_CreateTrackerCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { CreateTracker } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class CreateTrackerCommand 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", "CreateTracker", {})
|
|
18
13
|
.n("LocationClient", "CreateTrackerCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_CreateTrackerCommand)
|
|
21
|
-
.de(de_CreateTrackerCommand)
|
|
14
|
+
.sc(CreateTracker)
|
|
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 { DeleteGeofenceCollection } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteGeofenceCollectionCommand 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", "DeleteGeofenceCollection", {})
|
|
17
13
|
.n("LocationClient", "DeleteGeofenceCollectionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteGeofenceCollectionCommand)
|
|
20
|
-
.de(de_DeleteGeofenceCollectionCommand)
|
|
14
|
+
.sc(DeleteGeofenceCollection)
|
|
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 { DeleteKey } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteKeyCommand 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", "DeleteKey", {})
|
|
17
13
|
.n("LocationClient", "DeleteKeyCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteKeyCommand)
|
|
20
|
-
.de(de_DeleteKeyCommand)
|
|
14
|
+
.sc(DeleteKey)
|
|
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 { DeleteMap } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteMapCommand 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", "DeleteMap", {})
|
|
17
13
|
.n("LocationClient", "DeleteMapCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteMapCommand)
|
|
20
|
-
.de(de_DeleteMapCommand)
|
|
14
|
+
.sc(DeleteMap)
|
|
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 { DeletePlaceIndex } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeletePlaceIndexCommand 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", "DeletePlaceIndex", {})
|
|
17
13
|
.n("LocationClient", "DeletePlaceIndexCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeletePlaceIndexCommand)
|
|
20
|
-
.de(de_DeletePlaceIndexCommand)
|
|
14
|
+
.sc(DeletePlaceIndex)
|
|
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 { DeleteRouteCalculator } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteRouteCalculatorCommand 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", "DeleteRouteCalculator", {})
|
|
17
13
|
.n("LocationClient", "DeleteRouteCalculatorCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteRouteCalculatorCommand)
|
|
20
|
-
.de(de_DeleteRouteCalculatorCommand)
|
|
14
|
+
.sc(DeleteRouteCalculator)
|
|
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 { DeleteTracker } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteTrackerCommand 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", "DeleteTracker", {})
|
|
17
13
|
.n("LocationClient", "DeleteTrackerCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteTrackerCommand)
|
|
20
|
-
.de(de_DeleteTrackerCommand)
|
|
14
|
+
.sc(DeleteTracker)
|
|
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_DescribeGeofenceCollectionCommand, se_DescribeGeofenceCollectionCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { DescribeGeofenceCollection } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class DescribeGeofenceCollectionCommand 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", "DescribeGeofenceCollection", {})
|
|
18
13
|
.n("LocationClient", "DescribeGeofenceCollectionCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_DescribeGeofenceCollectionCommand)
|
|
21
|
-
.de(de_DescribeGeofenceCollectionCommand)
|
|
14
|
+
.sc(DescribeGeofenceCollection)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|