@aws-sdk/client-location 3.36.0 → 3.39.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/CHANGELOG.md +42 -0
- package/dist-cjs/Location.js +0 -3
- package/dist-cjs/LocationClient.js +0 -8
- package/dist-cjs/commands/AssociateTrackerConsumerCommand.js +0 -30
- package/dist-cjs/commands/BatchDeleteDevicePositionHistoryCommand.js +0 -24
- package/dist-cjs/commands/BatchDeleteGeofenceCommand.js +0 -27
- package/dist-cjs/commands/BatchEvaluateGeofencesCommand.js +0 -44
- package/dist-cjs/commands/BatchGetDevicePositionCommand.js +0 -24
- package/dist-cjs/commands/BatchPutGeofenceCommand.js +0 -25
- package/dist-cjs/commands/BatchUpdateDevicePositionCommand.js +0 -34
- package/dist-cjs/commands/CalculateRouteCommand.js +0 -54
- package/dist-cjs/commands/CreateGeofenceCollectionCommand.js +0 -24
- package/dist-cjs/commands/CreateMapCommand.js +0 -25
- package/dist-cjs/commands/CreatePlaceIndexCommand.js +0 -25
- package/dist-cjs/commands/CreateRouteCalculatorCommand.js +0 -27
- package/dist-cjs/commands/CreateTrackerCommand.js +0 -25
- package/dist-cjs/commands/DeleteGeofenceCollectionCommand.js +0 -28
- package/dist-cjs/commands/DeleteMapCommand.js +0 -28
- package/dist-cjs/commands/DeletePlaceIndexCommand.js +0 -27
- package/dist-cjs/commands/DeleteRouteCalculatorCommand.js +0 -27
- package/dist-cjs/commands/DeleteTrackerCommand.js +0 -29
- package/dist-cjs/commands/DescribeGeofenceCollectionCommand.js +0 -24
- package/dist-cjs/commands/DescribeMapCommand.js +0 -24
- package/dist-cjs/commands/DescribePlaceIndexCommand.js +0 -24
- package/dist-cjs/commands/DescribeRouteCalculatorCommand.js +0 -24
- package/dist-cjs/commands/DescribeTrackerCommand.js +0 -24
- package/dist-cjs/commands/DisassociateTrackerConsumerCommand.js +0 -28
- package/dist-cjs/commands/GetDevicePositionCommand.js +0 -27
- package/dist-cjs/commands/GetDevicePositionHistoryCommand.js +0 -28
- package/dist-cjs/commands/GetGeofenceCommand.js +0 -24
- package/dist-cjs/commands/GetMapGlyphsCommand.js +0 -24
- package/dist-cjs/commands/GetMapSpritesCommand.js +0 -26
- package/dist-cjs/commands/GetMapStyleDescriptorCommand.js +0 -27
- package/dist-cjs/commands/GetMapTileCommand.js +0 -29
- package/dist-cjs/commands/ListDevicePositionsCommand.js +0 -24
- package/dist-cjs/commands/ListGeofenceCollectionsCommand.js +0 -24
- package/dist-cjs/commands/ListGeofencesCommand.js +0 -24
- package/dist-cjs/commands/ListMapsCommand.js +0 -24
- package/dist-cjs/commands/ListPlaceIndexesCommand.js +0 -24
- package/dist-cjs/commands/ListRouteCalculatorsCommand.js +0 -24
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -24
- package/dist-cjs/commands/ListTrackerConsumersCommand.js +0 -24
- package/dist-cjs/commands/ListTrackersCommand.js +0 -24
- package/dist-cjs/commands/PutGeofenceCommand.js +0 -25
- package/dist-cjs/commands/SearchPlaceIndexForPositionCommand.js +0 -25
- package/dist-cjs/commands/SearchPlaceIndexForTextCommand.js +0 -32
- package/dist-cjs/commands/TagResourceCommand.js +0 -37
- package/dist-cjs/commands/UntagResourceCommand.js +0 -24
- package/dist-cjs/commands/UpdateGeofenceCollectionCommand.js +0 -24
- package/dist-cjs/commands/UpdateMapCommand.js +0 -24
- package/dist-cjs/commands/UpdatePlaceIndexCommand.js +0 -24
- package/dist-cjs/commands/UpdateRouteCalculatorCommand.js +0 -24
- package/dist-cjs/commands/UpdateTrackerCommand.js +0 -24
- package/dist-cjs/commands/index.js +53 -0
- package/dist-cjs/endpoints.js +6 -1
- package/dist-cjs/index.js +4 -62
- package/dist-cjs/models/models_0.js +0 -429
- package/dist-cjs/pagination/GetDevicePositionHistoryPaginator.js +0 -10
- package/dist-cjs/pagination/ListDevicePositionsPaginator.js +0 -10
- package/dist-cjs/pagination/ListGeofenceCollectionsPaginator.js +0 -10
- package/dist-cjs/pagination/ListGeofencesPaginator.js +0 -10
- package/dist-cjs/pagination/ListMapsPaginator.js +0 -10
- package/dist-cjs/pagination/ListPlaceIndexesPaginator.js +0 -10
- package/dist-cjs/pagination/ListRouteCalculatorsPaginator.js +0 -10
- package/dist-cjs/pagination/ListTrackerConsumersPaginator.js +0 -10
- package/dist-cjs/pagination/ListTrackersPaginator.js +0 -10
- package/dist-cjs/pagination/index.js +13 -0
- package/dist-cjs/protocols/Aws_restJson1.js +0 -5
- package/dist-cjs/runtimeConfig.browser.js +1 -5
- package/dist-cjs/runtimeConfig.js +1 -5
- package/dist-cjs/runtimeConfig.native.js +0 -3
- package/dist-cjs/runtimeConfig.shared.js +0 -3
- package/dist-es/commands/index.js +50 -0
- package/dist-es/endpoints.js +6 -1
- package/dist-es/index.js +4 -62
- package/dist-es/pagination/index.js +10 -0
- package/dist-types/commands/index.d.ts +50 -0
- package/dist-types/index.d.ts +4 -62
- package/dist-types/pagination/index.d.ts +10 -0
- package/dist-types/ts3.4/Location.d.ts +51 -292
- package/dist-types/ts3.4/LocationClient.d.ts +24 -89
- package/dist-types/ts3.4/commands/AssociateTrackerConsumerCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/BatchDeleteGeofenceCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/BatchEvaluateGeofencesCommand.d.ts +2 -40
- package/dist-types/ts3.4/commands/BatchGetDevicePositionCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/BatchPutGeofenceCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/BatchUpdateDevicePositionCommand.d.ts +2 -30
- package/dist-types/ts3.4/commands/CalculateRouteCommand.d.ts +2 -50
- package/dist-types/ts3.4/commands/CreateGeofenceCollectionCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateMapCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/CreatePlaceIndexCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/CreateRouteCalculatorCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/CreateTrackerCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DeleteGeofenceCollectionCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/DeleteMapCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/DeletePlaceIndexCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DeleteRouteCalculatorCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DeleteTrackerCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/DescribeGeofenceCollectionCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeMapCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribePlaceIndexCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeRouteCalculatorCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeTrackerCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DisassociateTrackerConsumerCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/GetDevicePositionCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/GetDevicePositionHistoryCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/GetGeofenceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetMapGlyphsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetMapSpritesCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/GetMapStyleDescriptorCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/GetMapTileCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/ListDevicePositionsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListGeofenceCollectionsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListGeofencesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListMapsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListPlaceIndexesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListRouteCalculatorsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListTrackerConsumersCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListTrackersCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/PutGeofenceCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/SearchPlaceIndexForPositionCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/SearchPlaceIndexForTextCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -33
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateGeofenceCollectionCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateMapCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdatePlaceIndexCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateRouteCalculatorCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateTrackerCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/index.d.ts +50 -0
- package/dist-types/ts3.4/index.d.ts +4 -62
- package/dist-types/ts3.4/models/models_0.d.ts +580 -3098
- package/dist-types/ts3.4/pagination/index.d.ts +10 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +32 -32
|
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Updates the specified properties of a given place index resource.</p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { LocationClient, UpdatePlaceIndexCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
14
|
-
* // const { LocationClient, UpdatePlaceIndexCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
15
|
-
* const client = new LocationClient(config);
|
|
16
|
-
* const command = new UpdatePlaceIndexCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link UpdatePlaceIndexCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link UpdatePlaceIndexCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
8
|
class UpdatePlaceIndexCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Updates the specified properties for a given route calculator resource.</p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { LocationClient, UpdateRouteCalculatorCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
14
|
-
* // const { LocationClient, UpdateRouteCalculatorCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
15
|
-
* const client = new LocationClient(config);
|
|
16
|
-
* const command = new UpdateRouteCalculatorCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link UpdateRouteCalculatorCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link UpdateRouteCalculatorCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
8
|
class UpdateRouteCalculatorCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Updates the specified properties of a given tracker resource.</p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { LocationClient, UpdateTrackerCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
14
|
-
* // const { LocationClient, UpdateTrackerCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
15
|
-
* const client = new LocationClient(config);
|
|
16
|
-
* const command = new UpdateTrackerCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link UpdateTrackerCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link UpdateTrackerCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
8
|
class UpdateTrackerCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./AssociateTrackerConsumerCommand"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./BatchDeleteDevicePositionHistoryCommand"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./BatchDeleteGeofenceCommand"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./BatchEvaluateGeofencesCommand"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./BatchGetDevicePositionCommand"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./BatchPutGeofenceCommand"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./BatchUpdateDevicePositionCommand"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./CalculateRouteCommand"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./CreateGeofenceCollectionCommand"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./CreateMapCommand"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./CreatePlaceIndexCommand"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./CreateRouteCalculatorCommand"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("./CreateTrackerCommand"), exports);
|
|
17
|
+
tslib_1.__exportStar(require("./DeleteGeofenceCollectionCommand"), exports);
|
|
18
|
+
tslib_1.__exportStar(require("./DeleteMapCommand"), exports);
|
|
19
|
+
tslib_1.__exportStar(require("./DeletePlaceIndexCommand"), exports);
|
|
20
|
+
tslib_1.__exportStar(require("./DeleteRouteCalculatorCommand"), exports);
|
|
21
|
+
tslib_1.__exportStar(require("./DeleteTrackerCommand"), exports);
|
|
22
|
+
tslib_1.__exportStar(require("./DescribeGeofenceCollectionCommand"), exports);
|
|
23
|
+
tslib_1.__exportStar(require("./DescribeMapCommand"), exports);
|
|
24
|
+
tslib_1.__exportStar(require("./DescribePlaceIndexCommand"), exports);
|
|
25
|
+
tslib_1.__exportStar(require("./DescribeRouteCalculatorCommand"), exports);
|
|
26
|
+
tslib_1.__exportStar(require("./DescribeTrackerCommand"), exports);
|
|
27
|
+
tslib_1.__exportStar(require("./DisassociateTrackerConsumerCommand"), exports);
|
|
28
|
+
tslib_1.__exportStar(require("./GetDevicePositionCommand"), exports);
|
|
29
|
+
tslib_1.__exportStar(require("./GetDevicePositionHistoryCommand"), exports);
|
|
30
|
+
tslib_1.__exportStar(require("./GetGeofenceCommand"), exports);
|
|
31
|
+
tslib_1.__exportStar(require("./GetMapGlyphsCommand"), exports);
|
|
32
|
+
tslib_1.__exportStar(require("./GetMapSpritesCommand"), exports);
|
|
33
|
+
tslib_1.__exportStar(require("./GetMapStyleDescriptorCommand"), exports);
|
|
34
|
+
tslib_1.__exportStar(require("./GetMapTileCommand"), exports);
|
|
35
|
+
tslib_1.__exportStar(require("./ListDevicePositionsCommand"), exports);
|
|
36
|
+
tslib_1.__exportStar(require("./ListGeofenceCollectionsCommand"), exports);
|
|
37
|
+
tslib_1.__exportStar(require("./ListGeofencesCommand"), exports);
|
|
38
|
+
tslib_1.__exportStar(require("./ListMapsCommand"), exports);
|
|
39
|
+
tslib_1.__exportStar(require("./ListPlaceIndexesCommand"), exports);
|
|
40
|
+
tslib_1.__exportStar(require("./ListRouteCalculatorsCommand"), exports);
|
|
41
|
+
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
42
|
+
tslib_1.__exportStar(require("./ListTrackerConsumersCommand"), exports);
|
|
43
|
+
tslib_1.__exportStar(require("./ListTrackersCommand"), exports);
|
|
44
|
+
tslib_1.__exportStar(require("./PutGeofenceCommand"), exports);
|
|
45
|
+
tslib_1.__exportStar(require("./SearchPlaceIndexForPositionCommand"), exports);
|
|
46
|
+
tslib_1.__exportStar(require("./SearchPlaceIndexForTextCommand"), exports);
|
|
47
|
+
tslib_1.__exportStar(require("./TagResourceCommand"), exports);
|
|
48
|
+
tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
|
|
49
|
+
tslib_1.__exportStar(require("./UpdateGeofenceCollectionCommand"), exports);
|
|
50
|
+
tslib_1.__exportStar(require("./UpdateMapCommand"), exports);
|
|
51
|
+
tslib_1.__exportStar(require("./UpdatePlaceIndexCommand"), exports);
|
|
52
|
+
tslib_1.__exportStar(require("./UpdateRouteCalculatorCommand"), exports);
|
|
53
|
+
tslib_1.__exportStar(require("./UpdateTrackerCommand"), exports);
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -28,22 +28,27 @@ const partitionHash = {
|
|
|
28
28
|
"us-west-1",
|
|
29
29
|
"us-west-2",
|
|
30
30
|
],
|
|
31
|
+
regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
|
|
31
32
|
hostname: "geo.{region}.amazonaws.com",
|
|
32
33
|
},
|
|
33
34
|
"aws-cn": {
|
|
34
35
|
regions: ["cn-north-1", "cn-northwest-1"],
|
|
36
|
+
regionRegex: "^cn\\-\\w+\\-\\d+$",
|
|
35
37
|
hostname: "geo.{region}.amazonaws.com.cn",
|
|
36
38
|
},
|
|
37
39
|
"aws-iso": {
|
|
38
|
-
regions: ["us-iso-east-1"],
|
|
40
|
+
regions: ["us-iso-east-1", "us-iso-west-1"],
|
|
41
|
+
regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",
|
|
39
42
|
hostname: "geo.{region}.c2s.ic.gov",
|
|
40
43
|
},
|
|
41
44
|
"aws-iso-b": {
|
|
42
45
|
regions: ["us-isob-east-1"],
|
|
46
|
+
regionRegex: "^us\\-isob\\-\\w+\\-\\d+$",
|
|
43
47
|
hostname: "geo.{region}.sc2s.sgov.gov",
|
|
44
48
|
},
|
|
45
49
|
"aws-us-gov": {
|
|
46
50
|
regions: ["us-gov-east-1", "us-gov-west-1"],
|
|
51
|
+
regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
|
|
47
52
|
hostname: "geo.{region}.amazonaws.com",
|
|
48
53
|
},
|
|
49
54
|
};
|
package/dist-cjs/index.js
CHANGED
|
@@ -1,66 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./LocationClient"), exports);
|
|
5
4
|
tslib_1.__exportStar(require("./Location"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./
|
|
7
|
-
tslib_1.__exportStar(require("./commands
|
|
8
|
-
tslib_1.__exportStar(require("./
|
|
9
|
-
tslib_1.__exportStar(require("./
|
|
10
|
-
tslib_1.__exportStar(require("./commands/BatchGetDevicePositionCommand"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./commands/BatchPutGeofenceCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./commands/BatchUpdateDevicePositionCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./commands/CalculateRouteCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./commands/CreateGeofenceCollectionCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./commands/CreateMapCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./commands/CreatePlaceIndexCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./commands/CreateRouteCalculatorCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./commands/CreateTrackerCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./commands/DeleteGeofenceCollectionCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./commands/DeleteMapCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./commands/DeletePlaceIndexCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./commands/DeleteRouteCalculatorCommand"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./commands/DeleteTrackerCommand"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./commands/DescribeGeofenceCollectionCommand"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./commands/DescribeMapCommand"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./commands/DescribePlaceIndexCommand"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./commands/DescribeRouteCalculatorCommand"), exports);
|
|
28
|
-
tslib_1.__exportStar(require("./commands/DescribeTrackerCommand"), exports);
|
|
29
|
-
tslib_1.__exportStar(require("./commands/DisassociateTrackerConsumerCommand"), exports);
|
|
30
|
-
tslib_1.__exportStar(require("./commands/GetDevicePositionCommand"), exports);
|
|
31
|
-
tslib_1.__exportStar(require("./commands/GetDevicePositionHistoryCommand"), exports);
|
|
32
|
-
tslib_1.__exportStar(require("./pagination/GetDevicePositionHistoryPaginator"), exports);
|
|
33
|
-
tslib_1.__exportStar(require("./commands/GetGeofenceCommand"), exports);
|
|
34
|
-
tslib_1.__exportStar(require("./commands/GetMapGlyphsCommand"), exports);
|
|
35
|
-
tslib_1.__exportStar(require("./commands/GetMapSpritesCommand"), exports);
|
|
36
|
-
tslib_1.__exportStar(require("./commands/GetMapStyleDescriptorCommand"), exports);
|
|
37
|
-
tslib_1.__exportStar(require("./commands/GetMapTileCommand"), exports);
|
|
38
|
-
tslib_1.__exportStar(require("./commands/ListDevicePositionsCommand"), exports);
|
|
39
|
-
tslib_1.__exportStar(require("./pagination/ListDevicePositionsPaginator"), exports);
|
|
40
|
-
tslib_1.__exportStar(require("./commands/ListGeofenceCollectionsCommand"), exports);
|
|
41
|
-
tslib_1.__exportStar(require("./pagination/ListGeofenceCollectionsPaginator"), exports);
|
|
42
|
-
tslib_1.__exportStar(require("./commands/ListGeofencesCommand"), exports);
|
|
43
|
-
tslib_1.__exportStar(require("./pagination/ListGeofencesPaginator"), exports);
|
|
44
|
-
tslib_1.__exportStar(require("./commands/ListMapsCommand"), exports);
|
|
45
|
-
tslib_1.__exportStar(require("./pagination/ListMapsPaginator"), exports);
|
|
46
|
-
tslib_1.__exportStar(require("./commands/ListPlaceIndexesCommand"), exports);
|
|
47
|
-
tslib_1.__exportStar(require("./pagination/ListPlaceIndexesPaginator"), exports);
|
|
48
|
-
tslib_1.__exportStar(require("./commands/ListRouteCalculatorsCommand"), exports);
|
|
49
|
-
tslib_1.__exportStar(require("./pagination/ListRouteCalculatorsPaginator"), exports);
|
|
50
|
-
tslib_1.__exportStar(require("./commands/ListTagsForResourceCommand"), exports);
|
|
51
|
-
tslib_1.__exportStar(require("./commands/ListTrackerConsumersCommand"), exports);
|
|
52
|
-
tslib_1.__exportStar(require("./pagination/ListTrackerConsumersPaginator"), exports);
|
|
53
|
-
tslib_1.__exportStar(require("./commands/ListTrackersCommand"), exports);
|
|
54
|
-
tslib_1.__exportStar(require("./pagination/ListTrackersPaginator"), exports);
|
|
55
|
-
tslib_1.__exportStar(require("./commands/PutGeofenceCommand"), exports);
|
|
56
|
-
tslib_1.__exportStar(require("./commands/SearchPlaceIndexForPositionCommand"), exports);
|
|
57
|
-
tslib_1.__exportStar(require("./commands/SearchPlaceIndexForTextCommand"), exports);
|
|
58
|
-
tslib_1.__exportStar(require("./commands/TagResourceCommand"), exports);
|
|
59
|
-
tslib_1.__exportStar(require("./commands/UntagResourceCommand"), exports);
|
|
60
|
-
tslib_1.__exportStar(require("./commands/UpdateGeofenceCollectionCommand"), exports);
|
|
61
|
-
tslib_1.__exportStar(require("./commands/UpdateMapCommand"), exports);
|
|
62
|
-
tslib_1.__exportStar(require("./commands/UpdatePlaceIndexCommand"), exports);
|
|
63
|
-
tslib_1.__exportStar(require("./commands/UpdateRouteCalculatorCommand"), exports);
|
|
64
|
-
tslib_1.__exportStar(require("./commands/UpdateTrackerCommand"), exports);
|
|
65
|
-
tslib_1.__exportStar(require("./pagination/Interfaces"), exports);
|
|
66
|
-
tslib_1.__exportStar(require("./models/index"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./LocationClient"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./commands"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./models"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./pagination"), exports);
|