@aws-sdk/client-location 3.288.0 → 3.290.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-types/commands/AssociateTrackerConsumerCommand.d.ts +24 -0
- package/dist-types/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +17 -0
- package/dist-types/commands/BatchDeleteGeofenceCommand.d.ts +17 -0
- package/dist-types/commands/BatchEvaluateGeofencesCommand.d.ts +17 -0
- package/dist-types/commands/BatchGetDevicePositionCommand.d.ts +17 -0
- package/dist-types/commands/BatchPutGeofenceCommand.d.ts +17 -0
- package/dist-types/commands/BatchUpdateDevicePositionCommand.d.ts +17 -0
- package/dist-types/commands/CalculateRouteCommand.d.ts +17 -0
- package/dist-types/commands/CalculateRouteMatrixCommand.d.ts +17 -0
- package/dist-types/commands/CreateGeofenceCollectionCommand.d.ts +21 -0
- package/dist-types/commands/CreateKeyCommand.d.ts +21 -0
- package/dist-types/commands/CreateMapCommand.d.ts +21 -0
- package/dist-types/commands/CreatePlaceIndexCommand.d.ts +21 -0
- package/dist-types/commands/CreateRouteCalculatorCommand.d.ts +21 -0
- package/dist-types/commands/CreateTrackerCommand.d.ts +17 -0
- package/dist-types/commands/DeleteGeofenceCollectionCommand.d.ts +17 -0
- package/dist-types/commands/DeleteKeyCommand.d.ts +17 -0
- package/dist-types/commands/DeleteMapCommand.d.ts +17 -0
- package/dist-types/commands/DeletePlaceIndexCommand.d.ts +17 -0
- package/dist-types/commands/DeleteRouteCalculatorCommand.d.ts +17 -0
- package/dist-types/commands/DeleteTrackerCommand.d.ts +17 -0
- package/dist-types/commands/DescribeGeofenceCollectionCommand.d.ts +17 -0
- package/dist-types/commands/DescribeKeyCommand.d.ts +17 -0
- package/dist-types/commands/DescribeMapCommand.d.ts +17 -0
- package/dist-types/commands/DescribePlaceIndexCommand.d.ts +17 -0
- package/dist-types/commands/DescribeRouteCalculatorCommand.d.ts +17 -0
- package/dist-types/commands/DescribeTrackerCommand.d.ts +17 -0
- package/dist-types/commands/DisassociateTrackerConsumerCommand.d.ts +17 -0
- package/dist-types/commands/GetDevicePositionCommand.d.ts +17 -0
- package/dist-types/commands/GetDevicePositionHistoryCommand.d.ts +17 -0
- package/dist-types/commands/GetGeofenceCommand.d.ts +17 -0
- package/dist-types/commands/GetMapGlyphsCommand.d.ts +17 -0
- package/dist-types/commands/GetMapSpritesCommand.d.ts +17 -0
- package/dist-types/commands/GetMapStyleDescriptorCommand.d.ts +17 -0
- package/dist-types/commands/GetMapTileCommand.d.ts +17 -0
- package/dist-types/commands/GetPlaceCommand.d.ts +17 -0
- package/dist-types/commands/ListDevicePositionsCommand.d.ts +14 -0
- package/dist-types/commands/ListGeofenceCollectionsCommand.d.ts +14 -0
- package/dist-types/commands/ListGeofencesCommand.d.ts +17 -0
- package/dist-types/commands/ListKeysCommand.d.ts +14 -0
- package/dist-types/commands/ListMapsCommand.d.ts +14 -0
- package/dist-types/commands/ListPlaceIndexesCommand.d.ts +14 -0
- package/dist-types/commands/ListRouteCalculatorsCommand.d.ts +14 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/commands/ListTrackerConsumersCommand.d.ts +17 -0
- package/dist-types/commands/ListTrackersCommand.d.ts +14 -0
- package/dist-types/commands/PutGeofenceCommand.d.ts +20 -0
- package/dist-types/commands/SearchPlaceIndexForPositionCommand.d.ts +17 -0
- package/dist-types/commands/SearchPlaceIndexForSuggestionsCommand.d.ts +17 -0
- package/dist-types/commands/SearchPlaceIndexForTextCommand.d.ts +17 -0
- package/dist-types/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/commands/UpdateGeofenceCollectionCommand.d.ts +17 -0
- package/dist-types/commands/UpdateKeyCommand.d.ts +17 -0
- package/dist-types/commands/UpdateMapCommand.d.ts +17 -0
- package/dist-types/commands/UpdatePlaceIndexCommand.d.ts +17 -0
- package/dist-types/commands/UpdateRouteCalculatorCommand.d.ts +17 -0
- package/dist-types/commands/UpdateTrackerCommand.d.ts +17 -0
- package/package.json +29 -29
|
@@ -39,6 +39,23 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
39
39
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
40
40
|
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
41
41
|
*
|
|
42
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
43
|
+
* <p>The request was denied because of insufficient access or permissions. Check with an
|
|
44
|
+
* administrator to verify your permissions.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link InternalServerException} (server fault)
|
|
47
|
+
* <p>The request has failed to process because of an unknown server error, exception, or failure.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
50
|
+
* <p>The resource that you've entered was not found in your AWS account.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
53
|
+
* <p>The request was denied because of request throttling.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ValidationException} (client fault)
|
|
56
|
+
* <p>The input failed to meet the constraints specified by the AWS service. </p>
|
|
57
|
+
*
|
|
58
|
+
*
|
|
42
59
|
*/
|
|
43
60
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, LocationClientResolvedConfig> {
|
|
44
61
|
readonly input: TagResourceCommandInput;
|
|
@@ -29,6 +29,23 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
29
29
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>The request was denied because of insufficient access or permissions. Check with an
|
|
34
|
+
* administrator to verify your permissions.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServerException} (server fault)
|
|
37
|
+
* <p>The request has failed to process because of an unknown server error, exception, or failure.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>The resource that you've entered was not found in your AWS account.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
43
|
+
* <p>The request was denied because of request throttling.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ValidationException} (client fault)
|
|
46
|
+
* <p>The input failed to meet the constraints specified by the AWS service. </p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
32
49
|
*/
|
|
33
50
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, LocationClientResolvedConfig> {
|
|
34
51
|
readonly input: UntagResourceCommandInput;
|
|
@@ -29,6 +29,23 @@ export interface UpdateGeofenceCollectionCommandOutput extends UpdateGeofenceCol
|
|
|
29
29
|
* @see {@link UpdateGeofenceCollectionCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>The request was denied because of insufficient access or permissions. Check with an
|
|
34
|
+
* administrator to verify your permissions.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServerException} (server fault)
|
|
37
|
+
* <p>The request has failed to process because of an unknown server error, exception, or failure.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>The resource that you've entered was not found in your AWS account.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
43
|
+
* <p>The request was denied because of request throttling.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ValidationException} (client fault)
|
|
46
|
+
* <p>The input failed to meet the constraints specified by the AWS service. </p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
32
49
|
*/
|
|
33
50
|
export declare class UpdateGeofenceCollectionCommand extends $Command<UpdateGeofenceCollectionCommandInput, UpdateGeofenceCollectionCommandOutput, LocationClientResolvedConfig> {
|
|
34
51
|
readonly input: UpdateGeofenceCollectionCommandInput;
|
|
@@ -34,6 +34,23 @@ export interface UpdateKeyCommandOutput extends UpdateKeyResponse, __MetadataBea
|
|
|
34
34
|
* @see {@link UpdateKeyCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
38
|
+
* <p>The request was denied because of insufficient access or permissions. Check with an
|
|
39
|
+
* administrator to verify your permissions.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServerException} (server fault)
|
|
42
|
+
* <p>The request has failed to process because of an unknown server error, exception, or failure.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
45
|
+
* <p>The resource that you've entered was not found in your AWS account.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
48
|
+
* <p>The request was denied because of request throttling.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ValidationException} (client fault)
|
|
51
|
+
* <p>The input failed to meet the constraints specified by the AWS service. </p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
37
54
|
*/
|
|
38
55
|
export declare class UpdateKeyCommand extends $Command<UpdateKeyCommandInput, UpdateKeyCommandOutput, LocationClientResolvedConfig> {
|
|
39
56
|
readonly input: UpdateKeyCommandInput;
|
|
@@ -29,6 +29,23 @@ export interface UpdateMapCommandOutput extends UpdateMapResponse, __MetadataBea
|
|
|
29
29
|
* @see {@link UpdateMapCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>The request was denied because of insufficient access or permissions. Check with an
|
|
34
|
+
* administrator to verify your permissions.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServerException} (server fault)
|
|
37
|
+
* <p>The request has failed to process because of an unknown server error, exception, or failure.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>The resource that you've entered was not found in your AWS account.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
43
|
+
* <p>The request was denied because of request throttling.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ValidationException} (client fault)
|
|
46
|
+
* <p>The input failed to meet the constraints specified by the AWS service. </p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
32
49
|
*/
|
|
33
50
|
export declare class UpdateMapCommand extends $Command<UpdateMapCommandInput, UpdateMapCommandOutput, LocationClientResolvedConfig> {
|
|
34
51
|
readonly input: UpdateMapCommandInput;
|
|
@@ -29,6 +29,23 @@ export interface UpdatePlaceIndexCommandOutput extends UpdatePlaceIndexResponse,
|
|
|
29
29
|
* @see {@link UpdatePlaceIndexCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>The request was denied because of insufficient access or permissions. Check with an
|
|
34
|
+
* administrator to verify your permissions.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServerException} (server fault)
|
|
37
|
+
* <p>The request has failed to process because of an unknown server error, exception, or failure.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>The resource that you've entered was not found in your AWS account.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
43
|
+
* <p>The request was denied because of request throttling.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ValidationException} (client fault)
|
|
46
|
+
* <p>The input failed to meet the constraints specified by the AWS service. </p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
32
49
|
*/
|
|
33
50
|
export declare class UpdatePlaceIndexCommand extends $Command<UpdatePlaceIndexCommandInput, UpdatePlaceIndexCommandOutput, LocationClientResolvedConfig> {
|
|
34
51
|
readonly input: UpdatePlaceIndexCommandInput;
|
|
@@ -29,6 +29,23 @@ export interface UpdateRouteCalculatorCommandOutput extends UpdateRouteCalculato
|
|
|
29
29
|
* @see {@link UpdateRouteCalculatorCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>The request was denied because of insufficient access or permissions. Check with an
|
|
34
|
+
* administrator to verify your permissions.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServerException} (server fault)
|
|
37
|
+
* <p>The request has failed to process because of an unknown server error, exception, or failure.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>The resource that you've entered was not found in your AWS account.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
43
|
+
* <p>The request was denied because of request throttling.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ValidationException} (client fault)
|
|
46
|
+
* <p>The input failed to meet the constraints specified by the AWS service. </p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
32
49
|
*/
|
|
33
50
|
export declare class UpdateRouteCalculatorCommand extends $Command<UpdateRouteCalculatorCommandInput, UpdateRouteCalculatorCommandOutput, LocationClientResolvedConfig> {
|
|
34
51
|
readonly input: UpdateRouteCalculatorCommandInput;
|
|
@@ -29,6 +29,23 @@ export interface UpdateTrackerCommandOutput extends UpdateTrackerResponse, __Met
|
|
|
29
29
|
* @see {@link UpdateTrackerCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>The request was denied because of insufficient access or permissions. Check with an
|
|
34
|
+
* administrator to verify your permissions.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServerException} (server fault)
|
|
37
|
+
* <p>The request has failed to process because of an unknown server error, exception, or failure.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>The resource that you've entered was not found in your AWS account.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
43
|
+
* <p>The request was denied because of request throttling.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ValidationException} (client fault)
|
|
46
|
+
* <p>The input failed to meet the constraints specified by the AWS service. </p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
32
49
|
*/
|
|
33
50
|
export declare class UpdateTrackerCommand extends $Command<UpdateTrackerCommandInput, UpdateTrackerCommandOutput, LocationClientResolvedConfig> {
|
|
34
51
|
readonly input: UpdateTrackerCommandInput;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-location",
|
|
3
3
|
"description": "AWS SDK for JavaScript Location Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.290.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,37 +20,37 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
34
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
-
"@aws-sdk/middleware-serde": "3.
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
-
"@aws-sdk/middleware-stack": "3.
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
-
"@aws-sdk/protocol-http": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.290.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.290.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.290.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.290.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.290.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.290.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.290.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.290.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.290.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.290.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.290.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.290.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.290.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.290.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.290.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.290.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.290.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.290.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.290.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.290.0",
|
|
43
|
+
"@aws-sdk/types": "3.290.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.290.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.208.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.290.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.290.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.290.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.290.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.290.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.290.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.254.0",
|
|
55
55
|
"tslib": "^2.3.1"
|
|
56
56
|
},
|