@aws-sdk/client-location 3.337.0 → 3.338.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/LocationClient.js +2 -1
- package/dist-cjs/commands/AssociateTrackerConsumerCommand.js +2 -1
- package/dist-cjs/commands/BatchDeleteDevicePositionHistoryCommand.js +2 -1
- package/dist-cjs/commands/BatchDeleteGeofenceCommand.js +2 -1
- package/dist-cjs/commands/BatchEvaluateGeofencesCommand.js +2 -1
- package/dist-cjs/commands/BatchGetDevicePositionCommand.js +2 -1
- package/dist-cjs/commands/BatchPutGeofenceCommand.js +2 -1
- package/dist-cjs/commands/BatchUpdateDevicePositionCommand.js +2 -1
- package/dist-cjs/commands/CalculateRouteCommand.js +2 -1
- package/dist-cjs/commands/CalculateRouteMatrixCommand.js +2 -1
- package/dist-cjs/commands/CreateGeofenceCollectionCommand.js +2 -1
- package/dist-cjs/commands/CreateKeyCommand.js +2 -1
- package/dist-cjs/commands/CreateMapCommand.js +2 -1
- package/dist-cjs/commands/CreatePlaceIndexCommand.js +2 -1
- package/dist-cjs/commands/CreateRouteCalculatorCommand.js +2 -1
- package/dist-cjs/commands/CreateTrackerCommand.js +2 -1
- package/dist-cjs/commands/DeleteGeofenceCollectionCommand.js +2 -1
- package/dist-cjs/commands/DeleteKeyCommand.js +2 -1
- package/dist-cjs/commands/DeleteMapCommand.js +2 -1
- package/dist-cjs/commands/DeletePlaceIndexCommand.js +2 -1
- package/dist-cjs/commands/DeleteRouteCalculatorCommand.js +2 -1
- package/dist-cjs/commands/DeleteTrackerCommand.js +2 -1
- package/dist-cjs/commands/DescribeGeofenceCollectionCommand.js +2 -1
- package/dist-cjs/commands/DescribeKeyCommand.js +2 -1
- package/dist-cjs/commands/DescribeMapCommand.js +2 -1
- package/dist-cjs/commands/DescribePlaceIndexCommand.js +2 -1
- package/dist-cjs/commands/DescribeRouteCalculatorCommand.js +2 -1
- package/dist-cjs/commands/DescribeTrackerCommand.js +2 -1
- package/dist-cjs/commands/DisassociateTrackerConsumerCommand.js +2 -1
- package/dist-cjs/commands/GetDevicePositionCommand.js +2 -1
- package/dist-cjs/commands/GetDevicePositionHistoryCommand.js +2 -1
- package/dist-cjs/commands/GetGeofenceCommand.js +2 -1
- package/dist-cjs/commands/GetMapGlyphsCommand.js +2 -1
- package/dist-cjs/commands/GetMapSpritesCommand.js +2 -1
- package/dist-cjs/commands/GetMapStyleDescriptorCommand.js +2 -1
- package/dist-cjs/commands/GetMapTileCommand.js +2 -1
- package/dist-cjs/commands/GetPlaceCommand.js +2 -1
- package/dist-cjs/commands/ListDevicePositionsCommand.js +2 -1
- package/dist-cjs/commands/ListGeofenceCollectionsCommand.js +2 -1
- package/dist-cjs/commands/ListGeofencesCommand.js +2 -1
- package/dist-cjs/commands/ListKeysCommand.js +2 -1
- package/dist-cjs/commands/ListMapsCommand.js +2 -1
- package/dist-cjs/commands/ListPlaceIndexesCommand.js +2 -1
- package/dist-cjs/commands/ListRouteCalculatorsCommand.js +2 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
- package/dist-cjs/commands/ListTrackerConsumersCommand.js +2 -1
- package/dist-cjs/commands/ListTrackersCommand.js +2 -1
- package/dist-cjs/commands/PutGeofenceCommand.js +2 -1
- package/dist-cjs/commands/SearchPlaceIndexForPositionCommand.js +2 -1
- package/dist-cjs/commands/SearchPlaceIndexForSuggestionsCommand.js +2 -1
- package/dist-cjs/commands/SearchPlaceIndexForTextCommand.js +2 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -1
- package/dist-cjs/commands/UntagResourceCommand.js +2 -1
- package/dist-cjs/commands/UpdateGeofenceCollectionCommand.js +2 -1
- package/dist-cjs/commands/UpdateKeyCommand.js +2 -1
- package/dist-cjs/commands/UpdateMapCommand.js +2 -1
- package/dist-cjs/commands/UpdatePlaceIndexCommand.js +2 -1
- package/dist-cjs/commands/UpdateRouteCalculatorCommand.js +2 -1
- package/dist-cjs/commands/UpdateTrackerCommand.js +2 -1
- package/dist-cjs/index.js +2 -2
- package/dist-cjs/models/LocationServiceException.js +2 -1
- package/dist-es/LocationClient.js +1 -0
- package/dist-es/commands/AssociateTrackerConsumerCommand.js +1 -0
- package/dist-es/commands/BatchDeleteDevicePositionHistoryCommand.js +1 -0
- package/dist-es/commands/BatchDeleteGeofenceCommand.js +1 -0
- package/dist-es/commands/BatchEvaluateGeofencesCommand.js +1 -0
- package/dist-es/commands/BatchGetDevicePositionCommand.js +1 -0
- package/dist-es/commands/BatchPutGeofenceCommand.js +1 -0
- package/dist-es/commands/BatchUpdateDevicePositionCommand.js +1 -0
- package/dist-es/commands/CalculateRouteCommand.js +1 -0
- package/dist-es/commands/CalculateRouteMatrixCommand.js +1 -0
- package/dist-es/commands/CreateGeofenceCollectionCommand.js +1 -0
- package/dist-es/commands/CreateKeyCommand.js +1 -0
- package/dist-es/commands/CreateMapCommand.js +1 -0
- package/dist-es/commands/CreatePlaceIndexCommand.js +1 -0
- package/dist-es/commands/CreateRouteCalculatorCommand.js +1 -0
- package/dist-es/commands/CreateTrackerCommand.js +1 -0
- package/dist-es/commands/DeleteGeofenceCollectionCommand.js +1 -0
- package/dist-es/commands/DeleteKeyCommand.js +1 -0
- package/dist-es/commands/DeleteMapCommand.js +1 -0
- package/dist-es/commands/DeletePlaceIndexCommand.js +1 -0
- package/dist-es/commands/DeleteRouteCalculatorCommand.js +1 -0
- package/dist-es/commands/DeleteTrackerCommand.js +1 -0
- package/dist-es/commands/DescribeGeofenceCollectionCommand.js +1 -0
- package/dist-es/commands/DescribeKeyCommand.js +1 -0
- package/dist-es/commands/DescribeMapCommand.js +1 -0
- package/dist-es/commands/DescribePlaceIndexCommand.js +1 -0
- package/dist-es/commands/DescribeRouteCalculatorCommand.js +1 -0
- package/dist-es/commands/DescribeTrackerCommand.js +1 -0
- package/dist-es/commands/DisassociateTrackerConsumerCommand.js +1 -0
- package/dist-es/commands/GetDevicePositionCommand.js +1 -0
- package/dist-es/commands/GetDevicePositionHistoryCommand.js +1 -0
- package/dist-es/commands/GetGeofenceCommand.js +1 -0
- package/dist-es/commands/GetMapGlyphsCommand.js +1 -0
- package/dist-es/commands/GetMapSpritesCommand.js +1 -0
- package/dist-es/commands/GetMapStyleDescriptorCommand.js +1 -0
- package/dist-es/commands/GetMapTileCommand.js +1 -0
- package/dist-es/commands/GetPlaceCommand.js +1 -0
- package/dist-es/commands/ListDevicePositionsCommand.js +1 -0
- package/dist-es/commands/ListGeofenceCollectionsCommand.js +1 -0
- package/dist-es/commands/ListGeofencesCommand.js +1 -0
- package/dist-es/commands/ListKeysCommand.js +1 -0
- package/dist-es/commands/ListMapsCommand.js +1 -0
- package/dist-es/commands/ListPlaceIndexesCommand.js +1 -0
- package/dist-es/commands/ListRouteCalculatorsCommand.js +1 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
- package/dist-es/commands/ListTrackerConsumersCommand.js +1 -0
- package/dist-es/commands/ListTrackersCommand.js +1 -0
- package/dist-es/commands/PutGeofenceCommand.js +1 -0
- package/dist-es/commands/SearchPlaceIndexForPositionCommand.js +1 -0
- package/dist-es/commands/SearchPlaceIndexForSuggestionsCommand.js +1 -0
- package/dist-es/commands/SearchPlaceIndexForTextCommand.js +1 -0
- package/dist-es/commands/TagResourceCommand.js +1 -0
- package/dist-es/commands/UntagResourceCommand.js +1 -0
- package/dist-es/commands/UpdateGeofenceCollectionCommand.js +1 -0
- package/dist-es/commands/UpdateKeyCommand.js +1 -0
- package/dist-es/commands/UpdateMapCommand.js +1 -0
- package/dist-es/commands/UpdatePlaceIndexCommand.js +1 -0
- package/dist-es/commands/UpdateRouteCalculatorCommand.js +1 -0
- package/dist-es/commands/UpdateTrackerCommand.js +1 -0
- package/dist-es/index.js +2 -2
- package/dist-es/models/LocationServiceException.js +1 -0
- package/dist-types/LocationClient.d.ts +3 -3
- package/dist-types/commands/AssociateTrackerConsumerCommand.d.ts +4 -0
- package/dist-types/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +4 -0
- package/dist-types/commands/BatchDeleteGeofenceCommand.d.ts +4 -0
- package/dist-types/commands/BatchEvaluateGeofencesCommand.d.ts +4 -0
- package/dist-types/commands/BatchGetDevicePositionCommand.d.ts +4 -0
- package/dist-types/commands/BatchPutGeofenceCommand.d.ts +4 -0
- package/dist-types/commands/BatchUpdateDevicePositionCommand.d.ts +4 -0
- package/dist-types/commands/CalculateRouteCommand.d.ts +4 -0
- package/dist-types/commands/CalculateRouteMatrixCommand.d.ts +4 -0
- package/dist-types/commands/CreateGeofenceCollectionCommand.d.ts +4 -0
- package/dist-types/commands/CreateKeyCommand.d.ts +4 -0
- package/dist-types/commands/CreateMapCommand.d.ts +4 -0
- package/dist-types/commands/CreatePlaceIndexCommand.d.ts +4 -0
- package/dist-types/commands/CreateRouteCalculatorCommand.d.ts +4 -0
- package/dist-types/commands/CreateTrackerCommand.d.ts +4 -0
- package/dist-types/commands/DeleteGeofenceCollectionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteKeyCommand.d.ts +4 -0
- package/dist-types/commands/DeleteMapCommand.d.ts +4 -0
- package/dist-types/commands/DeletePlaceIndexCommand.d.ts +4 -0
- package/dist-types/commands/DeleteRouteCalculatorCommand.d.ts +4 -0
- package/dist-types/commands/DeleteTrackerCommand.d.ts +4 -0
- package/dist-types/commands/DescribeGeofenceCollectionCommand.d.ts +4 -0
- package/dist-types/commands/DescribeKeyCommand.d.ts +4 -0
- package/dist-types/commands/DescribeMapCommand.d.ts +4 -0
- package/dist-types/commands/DescribePlaceIndexCommand.d.ts +4 -0
- package/dist-types/commands/DescribeRouteCalculatorCommand.d.ts +4 -0
- package/dist-types/commands/DescribeTrackerCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateTrackerConsumerCommand.d.ts +4 -0
- package/dist-types/commands/GetDevicePositionCommand.d.ts +4 -0
- package/dist-types/commands/GetDevicePositionHistoryCommand.d.ts +4 -0
- package/dist-types/commands/GetGeofenceCommand.d.ts +4 -0
- package/dist-types/commands/GetMapGlyphsCommand.d.ts +4 -0
- package/dist-types/commands/GetMapSpritesCommand.d.ts +4 -0
- package/dist-types/commands/GetMapStyleDescriptorCommand.d.ts +4 -0
- package/dist-types/commands/GetMapTileCommand.d.ts +4 -0
- package/dist-types/commands/GetPlaceCommand.d.ts +4 -0
- package/dist-types/commands/ListDevicePositionsCommand.d.ts +4 -0
- package/dist-types/commands/ListGeofenceCollectionsCommand.d.ts +4 -0
- package/dist-types/commands/ListGeofencesCommand.d.ts +4 -0
- package/dist-types/commands/ListKeysCommand.d.ts +4 -0
- package/dist-types/commands/ListMapsCommand.d.ts +4 -0
- package/dist-types/commands/ListPlaceIndexesCommand.d.ts +4 -0
- package/dist-types/commands/ListRouteCalculatorsCommand.d.ts +4 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
- package/dist-types/commands/ListTrackerConsumersCommand.d.ts +4 -0
- package/dist-types/commands/ListTrackersCommand.d.ts +4 -0
- package/dist-types/commands/PutGeofenceCommand.d.ts +4 -0
- package/dist-types/commands/SearchPlaceIndexForPositionCommand.d.ts +4 -0
- package/dist-types/commands/SearchPlaceIndexForSuggestionsCommand.d.ts +4 -0
- package/dist-types/commands/SearchPlaceIndexForTextCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateGeofenceCollectionCommand.d.ts +4 -0
- package/dist-types/commands/UpdateKeyCommand.d.ts +4 -0
- package/dist-types/commands/UpdateMapCommand.d.ts +4 -0
- package/dist-types/commands/UpdatePlaceIndexCommand.d.ts +4 -0
- package/dist-types/commands/UpdateRouteCalculatorCommand.d.ts +4 -0
- package/dist-types/commands/UpdateTrackerCommand.d.ts +4 -0
- package/dist-types/index.d.ts +7 -2
- package/dist-types/models/LocationServiceException.d.ts +1 -0
- package/dist-types/ts3.4/LocationClient.d.ts +3 -3
- package/dist-types/ts3.4/commands/AssociateTrackerConsumerCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/BatchDeleteGeofenceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/BatchEvaluateGeofencesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/BatchGetDevicePositionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/BatchPutGeofenceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/BatchUpdateDevicePositionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CalculateRouteCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CalculateRouteMatrixCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateGeofenceCollectionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateKeyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateMapCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreatePlaceIndexCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateRouteCalculatorCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateTrackerCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteGeofenceCollectionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteKeyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteMapCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeletePlaceIndexCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteRouteCalculatorCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteTrackerCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeGeofenceCollectionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeKeyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeMapCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribePlaceIndexCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeRouteCalculatorCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeTrackerCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DisassociateTrackerConsumerCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetDevicePositionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetDevicePositionHistoryCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetGeofenceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetMapGlyphsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetMapSpritesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetMapStyleDescriptorCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetMapTileCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetPlaceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListDevicePositionsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListGeofenceCollectionsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListGeofencesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListKeysCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListMapsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListPlaceIndexesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListRouteCalculatorsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTrackerConsumersCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTrackersCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/PutGeofenceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/SearchPlaceIndexForPositionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/SearchPlaceIndexForSuggestionsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/SearchPlaceIndexForTextCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateGeofenceCollectionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateKeyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateMapCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdatePlaceIndexCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateRouteCalculatorCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateTrackerCommand.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +2 -2
- package/dist-types/ts3.4/models/LocationServiceException.d.ts +1 -0
- package/package.json +28 -28
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.LocationClient = void 0;
|
|
3
|
+
exports.LocationClient = exports.__Client = void 0;
|
|
4
4
|
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
5
5
|
const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
|
|
6
6
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
@@ -11,6 +11,7 @@ const middleware_retry_1 = require("@aws-sdk/middleware-retry");
|
|
|
11
11
|
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
12
12
|
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
13
13
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
14
|
+
Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
|
|
14
15
|
const EndpointParameters_1 = require("./endpoint/EndpointParameters");
|
|
15
16
|
const runtimeConfig_1 = require("./runtimeConfig");
|
|
16
17
|
class LocationClient extends smithy_client_1.Client {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AssociateTrackerConsumerCommand = void 0;
|
|
3
|
+
exports.AssociateTrackerConsumerCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
9
|
class AssociateTrackerConsumerCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BatchDeleteDevicePositionHistoryCommand = void 0;
|
|
3
|
+
exports.BatchDeleteDevicePositionHistoryCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
9
|
class BatchDeleteDevicePositionHistoryCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BatchDeleteGeofenceCommand = void 0;
|
|
3
|
+
exports.BatchDeleteGeofenceCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
9
|
class BatchDeleteGeofenceCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BatchEvaluateGeofencesCommand = void 0;
|
|
3
|
+
exports.BatchEvaluateGeofencesCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const models_0_1 = require("../models/models_0");
|
|
8
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
10
|
class BatchEvaluateGeofencesCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BatchGetDevicePositionCommand = void 0;
|
|
3
|
+
exports.BatchGetDevicePositionCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const models_0_1 = require("../models/models_0");
|
|
8
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
10
|
class BatchGetDevicePositionCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BatchPutGeofenceCommand = void 0;
|
|
3
|
+
exports.BatchPutGeofenceCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const models_0_1 = require("../models/models_0");
|
|
8
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
10
|
class BatchPutGeofenceCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BatchUpdateDevicePositionCommand = void 0;
|
|
3
|
+
exports.BatchUpdateDevicePositionCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const models_0_1 = require("../models/models_0");
|
|
8
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
10
|
class BatchUpdateDevicePositionCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CalculateRouteCommand = void 0;
|
|
3
|
+
exports.CalculateRouteCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const models_0_1 = require("../models/models_0");
|
|
8
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
10
|
class CalculateRouteCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CalculateRouteMatrixCommand = void 0;
|
|
3
|
+
exports.CalculateRouteMatrixCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const models_0_1 = require("../models/models_0");
|
|
8
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
10
|
class CalculateRouteMatrixCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateGeofenceCollectionCommand = void 0;
|
|
3
|
+
exports.CreateGeofenceCollectionCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
9
|
class CreateGeofenceCollectionCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateKeyCommand = void 0;
|
|
3
|
+
exports.CreateKeyCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const models_0_1 = require("../models/models_0");
|
|
8
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
10
|
class CreateKeyCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateMapCommand = void 0;
|
|
3
|
+
exports.CreateMapCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
9
|
class CreateMapCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreatePlaceIndexCommand = void 0;
|
|
3
|
+
exports.CreatePlaceIndexCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
9
|
class CreatePlaceIndexCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateRouteCalculatorCommand = void 0;
|
|
3
|
+
exports.CreateRouteCalculatorCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
9
|
class CreateRouteCalculatorCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateTrackerCommand = void 0;
|
|
3
|
+
exports.CreateTrackerCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
9
|
class CreateTrackerCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteGeofenceCollectionCommand = void 0;
|
|
3
|
+
exports.DeleteGeofenceCollectionCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
9
|
class DeleteGeofenceCollectionCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteKeyCommand = void 0;
|
|
3
|
+
exports.DeleteKeyCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
9
|
class DeleteKeyCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteMapCommand = void 0;
|
|
3
|
+
exports.DeleteMapCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
9
|
class DeleteMapCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeletePlaceIndexCommand = void 0;
|
|
3
|
+
exports.DeletePlaceIndexCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
9
|
class DeletePlaceIndexCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteRouteCalculatorCommand = void 0;
|
|
3
|
+
exports.DeleteRouteCalculatorCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
9
|
class DeleteRouteCalculatorCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteTrackerCommand = void 0;
|
|
3
|
+
exports.DeleteTrackerCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
9
|
class DeleteTrackerCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeGeofenceCollectionCommand = void 0;
|
|
3
|
+
exports.DescribeGeofenceCollectionCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
9
|
class DescribeGeofenceCollectionCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeKeyCommand = void 0;
|
|
3
|
+
exports.DescribeKeyCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const models_0_1 = require("../models/models_0");
|
|
8
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
10
|
class DescribeKeyCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeMapCommand = void 0;
|
|
3
|
+
exports.DescribeMapCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
9
|
class DescribeMapCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribePlaceIndexCommand = void 0;
|
|
3
|
+
exports.DescribePlaceIndexCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
9
|
class DescribePlaceIndexCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeRouteCalculatorCommand = void 0;
|
|
3
|
+
exports.DescribeRouteCalculatorCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
9
|
class DescribeRouteCalculatorCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeTrackerCommand = void 0;
|
|
3
|
+
exports.DescribeTrackerCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
9
|
class DescribeTrackerCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DisassociateTrackerConsumerCommand = void 0;
|
|
3
|
+
exports.DisassociateTrackerConsumerCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
9
|
class DisassociateTrackerConsumerCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetDevicePositionCommand = void 0;
|
|
3
|
+
exports.GetDevicePositionCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const models_0_1 = require("../models/models_0");
|
|
8
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
10
|
class GetDevicePositionCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetDevicePositionHistoryCommand = void 0;
|
|
3
|
+
exports.GetDevicePositionHistoryCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const models_0_1 = require("../models/models_0");
|
|
8
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
10
|
class GetDevicePositionHistoryCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetGeofenceCommand = void 0;
|
|
3
|
+
exports.GetGeofenceCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const models_0_1 = require("../models/models_0");
|
|
8
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
10
|
class GetGeofenceCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetMapGlyphsCommand = void 0;
|
|
3
|
+
exports.GetMapGlyphsCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const models_0_1 = require("../models/models_0");
|
|
8
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
10
|
class GetMapGlyphsCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetMapSpritesCommand = void 0;
|
|
3
|
+
exports.GetMapSpritesCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const models_0_1 = require("../models/models_0");
|
|
8
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
10
|
class GetMapSpritesCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetMapStyleDescriptorCommand = void 0;
|
|
3
|
+
exports.GetMapStyleDescriptorCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const models_0_1 = require("../models/models_0");
|
|
8
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
10
|
class GetMapStyleDescriptorCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetMapTileCommand = void 0;
|
|
3
|
+
exports.GetMapTileCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const models_0_1 = require("../models/models_0");
|
|
8
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
10
|
class GetMapTileCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetPlaceCommand = void 0;
|
|
3
|
+
exports.GetPlaceCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const models_0_1 = require("../models/models_0");
|
|
8
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
10
|
class GetPlaceCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListDevicePositionsCommand = void 0;
|
|
3
|
+
exports.ListDevicePositionsCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const models_0_1 = require("../models/models_0");
|
|
8
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
10
|
class ListDevicePositionsCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListGeofenceCollectionsCommand = void 0;
|
|
3
|
+
exports.ListGeofenceCollectionsCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
9
|
class ListGeofenceCollectionsCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListGeofencesCommand = void 0;
|
|
3
|
+
exports.ListGeofencesCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const models_0_1 = require("../models/models_0");
|
|
8
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
10
|
class ListGeofencesCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListKeysCommand = void 0;
|
|
3
|
+
exports.ListKeysCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
9
|
class ListKeysCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListMapsCommand = void 0;
|
|
3
|
+
exports.ListMapsCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
9
|
class ListMapsCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListPlaceIndexesCommand = void 0;
|
|
3
|
+
exports.ListPlaceIndexesCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
9
|
class ListPlaceIndexesCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListRouteCalculatorsCommand = void 0;
|
|
3
|
+
exports.ListRouteCalculatorsCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
9
|
class ListRouteCalculatorsCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListTagsForResourceCommand = void 0;
|
|
3
|
+
exports.ListTagsForResourceCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
9
|
class ListTagsForResourceCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListTrackerConsumersCommand = void 0;
|
|
3
|
+
exports.ListTrackerConsumersCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
9
|
class ListTrackerConsumersCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|