@aws-sdk/client-location 3.952.0 → 3.954.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 +794 -551
- package/dist-cjs/runtimeConfig.shared.js +6 -1
- package/dist-es/commands/AssociateTrackerConsumerCommand.js +2 -2
- package/dist-es/commands/BatchDeleteDevicePositionHistoryCommand.js +2 -2
- package/dist-es/commands/BatchDeleteGeofenceCommand.js +2 -2
- package/dist-es/commands/BatchEvaluateGeofencesCommand.js +2 -2
- package/dist-es/commands/BatchGetDevicePositionCommand.js +2 -2
- package/dist-es/commands/BatchPutGeofenceCommand.js +2 -2
- package/dist-es/commands/BatchUpdateDevicePositionCommand.js +2 -2
- package/dist-es/commands/CalculateRouteCommand.js +2 -2
- package/dist-es/commands/CalculateRouteMatrixCommand.js +2 -2
- package/dist-es/commands/CreateGeofenceCollectionCommand.js +2 -2
- package/dist-es/commands/CreateKeyCommand.js +2 -2
- package/dist-es/commands/CreateMapCommand.js +2 -2
- package/dist-es/commands/CreatePlaceIndexCommand.js +2 -2
- package/dist-es/commands/CreateRouteCalculatorCommand.js +2 -2
- package/dist-es/commands/CreateTrackerCommand.js +2 -2
- package/dist-es/commands/DeleteGeofenceCollectionCommand.js +2 -2
- package/dist-es/commands/DeleteKeyCommand.js +2 -2
- package/dist-es/commands/DeleteMapCommand.js +2 -2
- package/dist-es/commands/DeletePlaceIndexCommand.js +2 -2
- package/dist-es/commands/DeleteRouteCalculatorCommand.js +2 -2
- package/dist-es/commands/DeleteTrackerCommand.js +2 -2
- package/dist-es/commands/DescribeGeofenceCollectionCommand.js +2 -2
- package/dist-es/commands/DescribeKeyCommand.js +2 -2
- package/dist-es/commands/DescribeMapCommand.js +2 -2
- package/dist-es/commands/DescribePlaceIndexCommand.js +2 -2
- package/dist-es/commands/DescribeRouteCalculatorCommand.js +2 -2
- package/dist-es/commands/DescribeTrackerCommand.js +2 -2
- package/dist-es/commands/DisassociateTrackerConsumerCommand.js +2 -2
- package/dist-es/commands/ForecastGeofenceEventsCommand.js +2 -2
- package/dist-es/commands/GetDevicePositionCommand.js +2 -2
- package/dist-es/commands/GetDevicePositionHistoryCommand.js +2 -2
- package/dist-es/commands/GetGeofenceCommand.js +2 -2
- package/dist-es/commands/GetMapGlyphsCommand.js +2 -2
- package/dist-es/commands/GetMapSpritesCommand.js +2 -2
- package/dist-es/commands/GetMapStyleDescriptorCommand.js +2 -2
- package/dist-es/commands/GetMapTileCommand.js +2 -2
- package/dist-es/commands/GetPlaceCommand.js +2 -2
- package/dist-es/commands/ListDevicePositionsCommand.js +2 -2
- package/dist-es/commands/ListGeofenceCollectionsCommand.js +2 -2
- package/dist-es/commands/ListGeofencesCommand.js +2 -2
- package/dist-es/commands/ListKeysCommand.js +2 -2
- package/dist-es/commands/ListMapsCommand.js +2 -2
- package/dist-es/commands/ListPlaceIndexesCommand.js +2 -2
- package/dist-es/commands/ListRouteCalculatorsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListTrackerConsumersCommand.js +2 -2
- package/dist-es/commands/ListTrackersCommand.js +2 -2
- package/dist-es/commands/PutGeofenceCommand.js +2 -2
- package/dist-es/commands/SearchPlaceIndexForPositionCommand.js +2 -2
- package/dist-es/commands/SearchPlaceIndexForSuggestionsCommand.js +2 -2
- package/dist-es/commands/SearchPlaceIndexForTextCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateGeofenceCollectionCommand.js +2 -2
- package/dist-es/commands/UpdateKeyCommand.js +2 -2
- package/dist-es/commands/UpdateMapCommand.js +2 -2
- package/dist-es/commands/UpdatePlaceIndexCommand.js +2 -2
- package/dist-es/commands/UpdateRouteCalculatorCommand.js +2 -2
- package/dist-es/commands/UpdateTrackerCommand.js +2 -2
- package/dist-es/commands/VerifyDevicePositionCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -1
- package/dist-es/schemas/schemas_0.js +510 -515
- package/dist-types/LocationClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +249 -317
- package/dist-types/ts3.4/LocationClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +248 -319
- package/package.json +35 -35
|
@@ -26,7 +26,12 @@ const getRuntimeConfig = (config) => {
|
|
|
26
26
|
},
|
|
27
27
|
],
|
|
28
28
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
29
|
-
protocol: config?.protocol ??
|
|
29
|
+
protocol: config?.protocol ?? protocols_1.AwsRestJsonProtocol,
|
|
30
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
31
|
+
defaultNamespace: "com.amazonaws.location",
|
|
32
|
+
version: "2020-11-19",
|
|
33
|
+
serviceTarget: "LocationService",
|
|
34
|
+
},
|
|
30
35
|
serviceId: config?.serviceId ?? "Location",
|
|
31
36
|
urlParser: config?.urlParser ?? url_parser_1.parseUrl,
|
|
32
37
|
utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { AssociateTrackerConsumer } from "../schemas/schemas_0";
|
|
4
|
+
import { AssociateTrackerConsumer$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class AssociateTrackerConsumerCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class AssociateTrackerConsumerCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("LocationService", "AssociateTrackerConsumer", {})
|
|
13
13
|
.n("LocationClient", "AssociateTrackerConsumerCommand")
|
|
14
|
-
.sc(AssociateTrackerConsumer)
|
|
14
|
+
.sc(AssociateTrackerConsumer$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { BatchDeleteDevicePositionHistory } from "../schemas/schemas_0";
|
|
4
|
+
import { BatchDeleteDevicePositionHistory$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class BatchDeleteDevicePositionHistoryCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class BatchDeleteDevicePositionHistoryCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("LocationService", "BatchDeleteDevicePositionHistory", {})
|
|
13
13
|
.n("LocationClient", "BatchDeleteDevicePositionHistoryCommand")
|
|
14
|
-
.sc(BatchDeleteDevicePositionHistory)
|
|
14
|
+
.sc(BatchDeleteDevicePositionHistory$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { BatchDeleteGeofence } from "../schemas/schemas_0";
|
|
4
|
+
import { BatchDeleteGeofence$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class BatchDeleteGeofenceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class BatchDeleteGeofenceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("LocationService", "BatchDeleteGeofence", {})
|
|
13
13
|
.n("LocationClient", "BatchDeleteGeofenceCommand")
|
|
14
|
-
.sc(BatchDeleteGeofence)
|
|
14
|
+
.sc(BatchDeleteGeofence$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { BatchEvaluateGeofences } from "../schemas/schemas_0";
|
|
4
|
+
import { BatchEvaluateGeofences$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class BatchEvaluateGeofencesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class BatchEvaluateGeofencesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("LocationService", "BatchEvaluateGeofences", {})
|
|
13
13
|
.n("LocationClient", "BatchEvaluateGeofencesCommand")
|
|
14
|
-
.sc(BatchEvaluateGeofences)
|
|
14
|
+
.sc(BatchEvaluateGeofences$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { BatchGetDevicePosition } from "../schemas/schemas_0";
|
|
4
|
+
import { BatchGetDevicePosition$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class BatchGetDevicePositionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class BatchGetDevicePositionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("LocationService", "BatchGetDevicePosition", {})
|
|
13
13
|
.n("LocationClient", "BatchGetDevicePositionCommand")
|
|
14
|
-
.sc(BatchGetDevicePosition)
|
|
14
|
+
.sc(BatchGetDevicePosition$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { BatchPutGeofence } from "../schemas/schemas_0";
|
|
4
|
+
import { BatchPutGeofence$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class BatchPutGeofenceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class BatchPutGeofenceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("LocationService", "BatchPutGeofence", {})
|
|
13
13
|
.n("LocationClient", "BatchPutGeofenceCommand")
|
|
14
|
-
.sc(BatchPutGeofence)
|
|
14
|
+
.sc(BatchPutGeofence$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { BatchUpdateDevicePosition } from "../schemas/schemas_0";
|
|
4
|
+
import { BatchUpdateDevicePosition$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class BatchUpdateDevicePositionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class BatchUpdateDevicePositionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("LocationService", "BatchUpdateDevicePosition", {})
|
|
13
13
|
.n("LocationClient", "BatchUpdateDevicePositionCommand")
|
|
14
|
-
.sc(BatchUpdateDevicePosition)
|
|
14
|
+
.sc(BatchUpdateDevicePosition$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CalculateRoute } from "../schemas/schemas_0";
|
|
4
|
+
import { CalculateRoute$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CalculateRouteCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CalculateRouteCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("LocationService", "CalculateRoute", {})
|
|
13
13
|
.n("LocationClient", "CalculateRouteCommand")
|
|
14
|
-
.sc(CalculateRoute)
|
|
14
|
+
.sc(CalculateRoute$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CalculateRouteMatrix } from "../schemas/schemas_0";
|
|
4
|
+
import { CalculateRouteMatrix$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CalculateRouteMatrixCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CalculateRouteMatrixCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("LocationService", "CalculateRouteMatrix", {})
|
|
13
13
|
.n("LocationClient", "CalculateRouteMatrixCommand")
|
|
14
|
-
.sc(CalculateRouteMatrix)
|
|
14
|
+
.sc(CalculateRouteMatrix$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateGeofenceCollection } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateGeofenceCollection$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateGeofenceCollectionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateGeofenceCollectionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("LocationService", "CreateGeofenceCollection", {})
|
|
13
13
|
.n("LocationClient", "CreateGeofenceCollectionCommand")
|
|
14
|
-
.sc(CreateGeofenceCollection)
|
|
14
|
+
.sc(CreateGeofenceCollection$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateKey } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateKey$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateKeyCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateKeyCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("LocationService", "CreateKey", {})
|
|
13
13
|
.n("LocationClient", "CreateKeyCommand")
|
|
14
|
-
.sc(CreateKey)
|
|
14
|
+
.sc(CreateKey$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateMap } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateMap$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateMapCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateMapCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("LocationService", "CreateMap", {})
|
|
13
13
|
.n("LocationClient", "CreateMapCommand")
|
|
14
|
-
.sc(CreateMap)
|
|
14
|
+
.sc(CreateMap$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreatePlaceIndex } from "../schemas/schemas_0";
|
|
4
|
+
import { CreatePlaceIndex$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreatePlaceIndexCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreatePlaceIndexCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("LocationService", "CreatePlaceIndex", {})
|
|
13
13
|
.n("LocationClient", "CreatePlaceIndexCommand")
|
|
14
|
-
.sc(CreatePlaceIndex)
|
|
14
|
+
.sc(CreatePlaceIndex$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateRouteCalculator } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateRouteCalculator$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateRouteCalculatorCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateRouteCalculatorCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("LocationService", "CreateRouteCalculator", {})
|
|
13
13
|
.n("LocationClient", "CreateRouteCalculatorCommand")
|
|
14
|
-
.sc(CreateRouteCalculator)
|
|
14
|
+
.sc(CreateRouteCalculator$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateTracker } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateTracker$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateTrackerCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateTrackerCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("LocationService", "CreateTracker", {})
|
|
13
13
|
.n("LocationClient", "CreateTrackerCommand")
|
|
14
|
-
.sc(CreateTracker)
|
|
14
|
+
.sc(CreateTracker$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteGeofenceCollection } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteGeofenceCollection$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteGeofenceCollectionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteGeofenceCollectionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("LocationService", "DeleteGeofenceCollection", {})
|
|
13
13
|
.n("LocationClient", "DeleteGeofenceCollectionCommand")
|
|
14
|
-
.sc(DeleteGeofenceCollection)
|
|
14
|
+
.sc(DeleteGeofenceCollection$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteKey } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteKey$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteKeyCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteKeyCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("LocationService", "DeleteKey", {})
|
|
13
13
|
.n("LocationClient", "DeleteKeyCommand")
|
|
14
|
-
.sc(DeleteKey)
|
|
14
|
+
.sc(DeleteKey$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteMap } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteMap$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteMapCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteMapCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("LocationService", "DeleteMap", {})
|
|
13
13
|
.n("LocationClient", "DeleteMapCommand")
|
|
14
|
-
.sc(DeleteMap)
|
|
14
|
+
.sc(DeleteMap$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeletePlaceIndex } from "../schemas/schemas_0";
|
|
4
|
+
import { DeletePlaceIndex$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeletePlaceIndexCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeletePlaceIndexCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("LocationService", "DeletePlaceIndex", {})
|
|
13
13
|
.n("LocationClient", "DeletePlaceIndexCommand")
|
|
14
|
-
.sc(DeletePlaceIndex)
|
|
14
|
+
.sc(DeletePlaceIndex$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteRouteCalculator } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteRouteCalculator$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteRouteCalculatorCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteRouteCalculatorCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("LocationService", "DeleteRouteCalculator", {})
|
|
13
13
|
.n("LocationClient", "DeleteRouteCalculatorCommand")
|
|
14
|
-
.sc(DeleteRouteCalculator)
|
|
14
|
+
.sc(DeleteRouteCalculator$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteTracker } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteTracker$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteTrackerCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteTrackerCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("LocationService", "DeleteTracker", {})
|
|
13
13
|
.n("LocationClient", "DeleteTrackerCommand")
|
|
14
|
-
.sc(DeleteTracker)
|
|
14
|
+
.sc(DeleteTracker$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeGeofenceCollection } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeGeofenceCollection$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeGeofenceCollectionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeGeofenceCollectionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("LocationService", "DescribeGeofenceCollection", {})
|
|
13
13
|
.n("LocationClient", "DescribeGeofenceCollectionCommand")
|
|
14
|
-
.sc(DescribeGeofenceCollection)
|
|
14
|
+
.sc(DescribeGeofenceCollection$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeKey } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeKey$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeKeyCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeKeyCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("LocationService", "DescribeKey", {})
|
|
13
13
|
.n("LocationClient", "DescribeKeyCommand")
|
|
14
|
-
.sc(DescribeKey)
|
|
14
|
+
.sc(DescribeKey$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeMap } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeMap$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeMapCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeMapCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("LocationService", "DescribeMap", {})
|
|
13
13
|
.n("LocationClient", "DescribeMapCommand")
|
|
14
|
-
.sc(DescribeMap)
|
|
14
|
+
.sc(DescribeMap$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribePlaceIndex } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribePlaceIndex$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribePlaceIndexCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribePlaceIndexCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("LocationService", "DescribePlaceIndex", {})
|
|
13
13
|
.n("LocationClient", "DescribePlaceIndexCommand")
|
|
14
|
-
.sc(DescribePlaceIndex)
|
|
14
|
+
.sc(DescribePlaceIndex$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeRouteCalculator } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeRouteCalculator$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeRouteCalculatorCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeRouteCalculatorCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("LocationService", "DescribeRouteCalculator", {})
|
|
13
13
|
.n("LocationClient", "DescribeRouteCalculatorCommand")
|
|
14
|
-
.sc(DescribeRouteCalculator)
|
|
14
|
+
.sc(DescribeRouteCalculator$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeTracker } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeTracker$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeTrackerCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeTrackerCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("LocationService", "DescribeTracker", {})
|
|
13
13
|
.n("LocationClient", "DescribeTrackerCommand")
|
|
14
|
-
.sc(DescribeTracker)
|
|
14
|
+
.sc(DescribeTracker$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DisassociateTrackerConsumer } from "../schemas/schemas_0";
|
|
4
|
+
import { DisassociateTrackerConsumer$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DisassociateTrackerConsumerCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DisassociateTrackerConsumerCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("LocationService", "DisassociateTrackerConsumer", {})
|
|
13
13
|
.n("LocationClient", "DisassociateTrackerConsumerCommand")
|
|
14
|
-
.sc(DisassociateTrackerConsumer)
|
|
14
|
+
.sc(DisassociateTrackerConsumer$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ForecastGeofenceEvents } from "../schemas/schemas_0";
|
|
4
|
+
import { ForecastGeofenceEvents$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ForecastGeofenceEventsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ForecastGeofenceEventsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("LocationService", "ForecastGeofenceEvents", {})
|
|
13
13
|
.n("LocationClient", "ForecastGeofenceEventsCommand")
|
|
14
|
-
.sc(ForecastGeofenceEvents)
|
|
14
|
+
.sc(ForecastGeofenceEvents$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetDevicePosition } from "../schemas/schemas_0";
|
|
4
|
+
import { GetDevicePosition$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetDevicePositionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetDevicePositionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("LocationService", "GetDevicePosition", {})
|
|
13
13
|
.n("LocationClient", "GetDevicePositionCommand")
|
|
14
|
-
.sc(GetDevicePosition)
|
|
14
|
+
.sc(GetDevicePosition$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetDevicePositionHistory } from "../schemas/schemas_0";
|
|
4
|
+
import { GetDevicePositionHistory$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetDevicePositionHistoryCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetDevicePositionHistoryCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("LocationService", "GetDevicePositionHistory", {})
|
|
13
13
|
.n("LocationClient", "GetDevicePositionHistoryCommand")
|
|
14
|
-
.sc(GetDevicePositionHistory)
|
|
14
|
+
.sc(GetDevicePositionHistory$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetGeofence } from "../schemas/schemas_0";
|
|
4
|
+
import { GetGeofence$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetGeofenceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetGeofenceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("LocationService", "GetGeofence", {})
|
|
13
13
|
.n("LocationClient", "GetGeofenceCommand")
|
|
14
|
-
.sc(GetGeofence)
|
|
14
|
+
.sc(GetGeofence$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetMapGlyphs } from "../schemas/schemas_0";
|
|
4
|
+
import { GetMapGlyphs$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetMapGlyphsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetMapGlyphsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("LocationService", "GetMapGlyphs", {})
|
|
13
13
|
.n("LocationClient", "GetMapGlyphsCommand")
|
|
14
|
-
.sc(GetMapGlyphs)
|
|
14
|
+
.sc(GetMapGlyphs$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetMapSprites } from "../schemas/schemas_0";
|
|
4
|
+
import { GetMapSprites$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetMapSpritesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetMapSpritesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("LocationService", "GetMapSprites", {})
|
|
13
13
|
.n("LocationClient", "GetMapSpritesCommand")
|
|
14
|
-
.sc(GetMapSprites)
|
|
14
|
+
.sc(GetMapSprites$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetMapStyleDescriptor } from "../schemas/schemas_0";
|
|
4
|
+
import { GetMapStyleDescriptor$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetMapStyleDescriptorCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetMapStyleDescriptorCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("LocationService", "GetMapStyleDescriptor", {})
|
|
13
13
|
.n("LocationClient", "GetMapStyleDescriptorCommand")
|
|
14
|
-
.sc(GetMapStyleDescriptor)
|
|
14
|
+
.sc(GetMapStyleDescriptor$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|