@aws-sdk/client-location 3.289.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
|
@@ -35,6 +35,30 @@ export interface AssociateTrackerConsumerCommandOutput extends AssociateTrackerC
|
|
|
35
35
|
* @see {@link AssociateTrackerConsumerCommandOutput} for command's `response` shape.
|
|
36
36
|
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
37
37
|
*
|
|
38
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
39
|
+
* <p>The request was denied because of insufficient access or permissions. Check with an
|
|
40
|
+
* administrator to verify your permissions.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ConflictException} (client fault)
|
|
43
|
+
* <p>The request was unsuccessful because of a conflict.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link InternalServerException} (server fault)
|
|
46
|
+
* <p>The request has failed to process because of an unknown server error, exception, or failure.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
49
|
+
* <p>The resource that you've entered was not found in your AWS account.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
52
|
+
* <p>The operation was denied because the request would exceed the maximum <a href="https://docs.aws.amazon.com/location/latest/developerguide/location-quotas.html">quota</a>
|
|
53
|
+
* set for Amazon Location Service.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
56
|
+
* <p>The request was denied because of request throttling.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link ValidationException} (client fault)
|
|
59
|
+
* <p>The input failed to meet the constraints specified by the AWS service. </p>
|
|
60
|
+
*
|
|
61
|
+
*
|
|
38
62
|
*/
|
|
39
63
|
export declare class AssociateTrackerConsumerCommand extends $Command<AssociateTrackerConsumerCommandInput, AssociateTrackerConsumerCommandOutput, LocationClientResolvedConfig> {
|
|
40
64
|
readonly input: AssociateTrackerConsumerCommandInput;
|
|
@@ -29,6 +29,23 @@ export interface BatchDeleteDevicePositionHistoryCommandOutput extends BatchDele
|
|
|
29
29
|
* @see {@link BatchDeleteDevicePositionHistoryCommandOutput} 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 BatchDeleteDevicePositionHistoryCommand extends $Command<BatchDeleteDevicePositionHistoryCommandInput, BatchDeleteDevicePositionHistoryCommandOutput, LocationClientResolvedConfig> {
|
|
34
51
|
readonly input: BatchDeleteDevicePositionHistoryCommandInput;
|
|
@@ -32,6 +32,23 @@ export interface BatchDeleteGeofenceCommandOutput extends BatchDeleteGeofenceRes
|
|
|
32
32
|
* @see {@link BatchDeleteGeofenceCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
36
|
+
* <p>The request was denied because of insufficient access or permissions. Check with an
|
|
37
|
+
* administrator to verify your permissions.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InternalServerException} (server fault)
|
|
40
|
+
* <p>The request has failed to process because of an unknown server error, exception, or failure.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
43
|
+
* <p>The resource that you've entered was not found in your AWS account.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
46
|
+
* <p>The request was denied because of request throttling.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ValidationException} (client fault)
|
|
49
|
+
* <p>The input failed to meet the constraints specified by the AWS service. </p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
35
52
|
*/
|
|
36
53
|
export declare class BatchDeleteGeofenceCommand extends $Command<BatchDeleteGeofenceCommandInput, BatchDeleteGeofenceCommandOutput, LocationClientResolvedConfig> {
|
|
37
54
|
readonly input: BatchDeleteGeofenceCommandInput;
|
|
@@ -57,6 +57,23 @@ export interface BatchEvaluateGeofencesCommandOutput extends BatchEvaluateGeofen
|
|
|
57
57
|
* @see {@link BatchEvaluateGeofencesCommandOutput} for command's `response` shape.
|
|
58
58
|
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
59
59
|
*
|
|
60
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
61
|
+
* <p>The request was denied because of insufficient access or permissions. Check with an
|
|
62
|
+
* administrator to verify your permissions.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link InternalServerException} (server fault)
|
|
65
|
+
* <p>The request has failed to process because of an unknown server error, exception, or failure.</p>
|
|
66
|
+
*
|
|
67
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
68
|
+
* <p>The resource that you've entered was not found in your AWS account.</p>
|
|
69
|
+
*
|
|
70
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
71
|
+
* <p>The request was denied because of request throttling.</p>
|
|
72
|
+
*
|
|
73
|
+
* @throws {@link ValidationException} (client fault)
|
|
74
|
+
* <p>The input failed to meet the constraints specified by the AWS service. </p>
|
|
75
|
+
*
|
|
76
|
+
*
|
|
60
77
|
*/
|
|
61
78
|
export declare class BatchEvaluateGeofencesCommand extends $Command<BatchEvaluateGeofencesCommandInput, BatchEvaluateGeofencesCommandOutput, LocationClientResolvedConfig> {
|
|
62
79
|
readonly input: BatchEvaluateGeofencesCommandInput;
|
|
@@ -29,6 +29,23 @@ export interface BatchGetDevicePositionCommandOutput extends BatchGetDevicePosit
|
|
|
29
29
|
* @see {@link BatchGetDevicePositionCommandOutput} 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 BatchGetDevicePositionCommand extends $Command<BatchGetDevicePositionCommandInput, BatchGetDevicePositionCommandOutput, LocationClientResolvedConfig> {
|
|
34
51
|
readonly input: BatchGetDevicePositionCommandInput;
|
|
@@ -30,6 +30,23 @@ export interface BatchPutGeofenceCommandOutput extends BatchPutGeofenceResponse,
|
|
|
30
30
|
* @see {@link BatchPutGeofenceCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p>The request was denied because of insufficient access or permissions. Check with an
|
|
35
|
+
* administrator to verify your permissions.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InternalServerException} (server fault)
|
|
38
|
+
* <p>The request has failed to process because of an unknown server error, exception, or failure.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
41
|
+
* <p>The resource that you've entered was not found in your AWS account.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
44
|
+
* <p>The request was denied because of request throttling.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ValidationException} (client fault)
|
|
47
|
+
* <p>The input failed to meet the constraints specified by the AWS service. </p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
33
50
|
*/
|
|
34
51
|
export declare class BatchPutGeofenceCommand extends $Command<BatchPutGeofenceCommandInput, BatchPutGeofenceCommandOutput, LocationClientResolvedConfig> {
|
|
35
52
|
readonly input: BatchPutGeofenceCommandInput;
|
|
@@ -47,6 +47,23 @@ export interface BatchUpdateDevicePositionCommandOutput extends BatchUpdateDevic
|
|
|
47
47
|
* @see {@link BatchUpdateDevicePositionCommandOutput} for command's `response` shape.
|
|
48
48
|
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
49
49
|
*
|
|
50
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
51
|
+
* <p>The request was denied because of insufficient access or permissions. Check with an
|
|
52
|
+
* administrator to verify your permissions.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link InternalServerException} (server fault)
|
|
55
|
+
* <p>The request has failed to process because of an unknown server error, exception, or failure.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
58
|
+
* <p>The resource that you've entered was not found in your AWS account.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
61
|
+
* <p>The request was denied because of request throttling.</p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link ValidationException} (client fault)
|
|
64
|
+
* <p>The input failed to meet the constraints specified by the AWS service. </p>
|
|
65
|
+
*
|
|
66
|
+
*
|
|
50
67
|
*/
|
|
51
68
|
export declare class BatchUpdateDevicePositionCommand extends $Command<BatchUpdateDevicePositionCommandInput, BatchUpdateDevicePositionCommandOutput, LocationClientResolvedConfig> {
|
|
52
69
|
readonly input: BatchUpdateDevicePositionCommandInput;
|
|
@@ -62,6 +62,23 @@ export interface CalculateRouteCommandOutput extends CalculateRouteResponse, __M
|
|
|
62
62
|
* @see {@link CalculateRouteCommandOutput} for command's `response` shape.
|
|
63
63
|
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
64
64
|
*
|
|
65
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
66
|
+
* <p>The request was denied because of insufficient access or permissions. Check with an
|
|
67
|
+
* administrator to verify your permissions.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link InternalServerException} (server fault)
|
|
70
|
+
* <p>The request has failed to process because of an unknown server error, exception, or failure.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
73
|
+
* <p>The resource that you've entered was not found in your AWS account.</p>
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
76
|
+
* <p>The request was denied because of request throttling.</p>
|
|
77
|
+
*
|
|
78
|
+
* @throws {@link ValidationException} (client fault)
|
|
79
|
+
* <p>The input failed to meet the constraints specified by the AWS service. </p>
|
|
80
|
+
*
|
|
81
|
+
*
|
|
65
82
|
*/
|
|
66
83
|
export declare class CalculateRouteCommand extends $Command<CalculateRouteCommandInput, CalculateRouteCommandOutput, LocationClientResolvedConfig> {
|
|
67
84
|
readonly input: CalculateRouteCommandInput;
|
|
@@ -70,6 +70,23 @@ export interface CalculateRouteMatrixCommandOutput extends CalculateRouteMatrixR
|
|
|
70
70
|
* @see {@link CalculateRouteMatrixCommandOutput} for command's `response` shape.
|
|
71
71
|
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
72
72
|
*
|
|
73
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
74
|
+
* <p>The request was denied because of insufficient access or permissions. Check with an
|
|
75
|
+
* administrator to verify your permissions.</p>
|
|
76
|
+
*
|
|
77
|
+
* @throws {@link InternalServerException} (server fault)
|
|
78
|
+
* <p>The request has failed to process because of an unknown server error, exception, or failure.</p>
|
|
79
|
+
*
|
|
80
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
81
|
+
* <p>The resource that you've entered was not found in your AWS account.</p>
|
|
82
|
+
*
|
|
83
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
84
|
+
* <p>The request was denied because of request throttling.</p>
|
|
85
|
+
*
|
|
86
|
+
* @throws {@link ValidationException} (client fault)
|
|
87
|
+
* <p>The input failed to meet the constraints specified by the AWS service. </p>
|
|
88
|
+
*
|
|
89
|
+
*
|
|
73
90
|
*/
|
|
74
91
|
export declare class CalculateRouteMatrixCommand extends $Command<CalculateRouteMatrixCommandInput, CalculateRouteMatrixCommandOutput, LocationClientResolvedConfig> {
|
|
75
92
|
readonly input: CalculateRouteMatrixCommandInput;
|
|
@@ -29,6 +29,27 @@ export interface CreateGeofenceCollectionCommandOutput extends CreateGeofenceCol
|
|
|
29
29
|
* @see {@link CreateGeofenceCollectionCommandOutput} 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 ConflictException} (client fault)
|
|
37
|
+
* <p>The request was unsuccessful because of a conflict.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InternalServerException} (server fault)
|
|
40
|
+
* <p>The request has failed to process because of an unknown server error, exception, or failure.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
43
|
+
* <p>The operation was denied because the request would exceed the maximum <a href="https://docs.aws.amazon.com/location/latest/developerguide/location-quotas.html">quota</a>
|
|
44
|
+
* set for Amazon Location Service.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
47
|
+
* <p>The request was denied because of request throttling.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ValidationException} (client fault)
|
|
50
|
+
* <p>The input failed to meet the constraints specified by the AWS service. </p>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
32
53
|
*/
|
|
33
54
|
export declare class CreateGeofenceCollectionCommand extends $Command<CreateGeofenceCollectionCommandInput, CreateGeofenceCollectionCommandOutput, LocationClientResolvedConfig> {
|
|
34
55
|
readonly input: CreateGeofenceCollectionCommandInput;
|
|
@@ -36,6 +36,27 @@ export interface CreateKeyCommandOutput extends CreateKeyResponse, __MetadataBea
|
|
|
36
36
|
* @see {@link CreateKeyCommandOutput} for command's `response` shape.
|
|
37
37
|
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
38
38
|
*
|
|
39
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
40
|
+
* <p>The request was denied because of insufficient access or permissions. Check with an
|
|
41
|
+
* administrator to verify your permissions.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ConflictException} (client fault)
|
|
44
|
+
* <p>The request was unsuccessful because of a conflict.</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 ServiceQuotaExceededException} (client fault)
|
|
50
|
+
* <p>The operation was denied because the request would exceed the maximum <a href="https://docs.aws.amazon.com/location/latest/developerguide/location-quotas.html">quota</a>
|
|
51
|
+
* set for Amazon Location Service.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
54
|
+
* <p>The request was denied because of request throttling.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link ValidationException} (client fault)
|
|
57
|
+
* <p>The input failed to meet the constraints specified by the AWS service. </p>
|
|
58
|
+
*
|
|
59
|
+
*
|
|
39
60
|
*/
|
|
40
61
|
export declare class CreateKeyCommand extends $Command<CreateKeyCommandInput, CreateKeyCommandOutput, LocationClientResolvedConfig> {
|
|
41
62
|
readonly input: CreateKeyCommandInput;
|
|
@@ -36,6 +36,27 @@ export interface CreateMapCommandOutput extends CreateMapResponse, __MetadataBea
|
|
|
36
36
|
* @see {@link CreateMapCommandOutput} for command's `response` shape.
|
|
37
37
|
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
38
38
|
*
|
|
39
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
40
|
+
* <p>The request was denied because of insufficient access or permissions. Check with an
|
|
41
|
+
* administrator to verify your permissions.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ConflictException} (client fault)
|
|
44
|
+
* <p>The request was unsuccessful because of a conflict.</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 ServiceQuotaExceededException} (client fault)
|
|
50
|
+
* <p>The operation was denied because the request would exceed the maximum <a href="https://docs.aws.amazon.com/location/latest/developerguide/location-quotas.html">quota</a>
|
|
51
|
+
* set for Amazon Location Service.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
54
|
+
* <p>The request was denied because of request throttling.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link ValidationException} (client fault)
|
|
57
|
+
* <p>The input failed to meet the constraints specified by the AWS service. </p>
|
|
58
|
+
*
|
|
59
|
+
*
|
|
39
60
|
*/
|
|
40
61
|
export declare class CreateMapCommand extends $Command<CreateMapCommandInput, CreateMapCommandOutput, LocationClientResolvedConfig> {
|
|
41
62
|
readonly input: CreateMapCommandInput;
|
|
@@ -39,6 +39,27 @@ export interface CreatePlaceIndexCommandOutput extends CreatePlaceIndexResponse,
|
|
|
39
39
|
* @see {@link CreatePlaceIndexCommandOutput} 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 ConflictException} (client fault)
|
|
47
|
+
* <p>The request was unsuccessful because of a conflict.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link InternalServerException} (server fault)
|
|
50
|
+
* <p>The request has failed to process because of an unknown server error, exception, or failure.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
53
|
+
* <p>The operation was denied because the request would exceed the maximum <a href="https://docs.aws.amazon.com/location/latest/developerguide/location-quotas.html">quota</a>
|
|
54
|
+
* set for Amazon Location Service.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
57
|
+
* <p>The request was denied because of request throttling.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link ValidationException} (client fault)
|
|
60
|
+
* <p>The input failed to meet the constraints specified by the AWS service. </p>
|
|
61
|
+
*
|
|
62
|
+
*
|
|
42
63
|
*/
|
|
43
64
|
export declare class CreatePlaceIndexCommand extends $Command<CreatePlaceIndexCommandInput, CreatePlaceIndexCommandOutput, LocationClientResolvedConfig> {
|
|
44
65
|
readonly input: CreatePlaceIndexCommandInput;
|
|
@@ -38,6 +38,27 @@ export interface CreateRouteCalculatorCommandOutput extends CreateRouteCalculato
|
|
|
38
38
|
* @see {@link CreateRouteCalculatorCommandOutput} for command's `response` shape.
|
|
39
39
|
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
40
40
|
*
|
|
41
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
42
|
+
* <p>The request was denied because of insufficient access or permissions. Check with an
|
|
43
|
+
* administrator to verify your permissions.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ConflictException} (client fault)
|
|
46
|
+
* <p>The request was unsuccessful because of a conflict.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link InternalServerException} (server fault)
|
|
49
|
+
* <p>The request has failed to process because of an unknown server error, exception, or failure.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
52
|
+
* <p>The operation was denied because the request would exceed the maximum <a href="https://docs.aws.amazon.com/location/latest/developerguide/location-quotas.html">quota</a>
|
|
53
|
+
* set for Amazon Location Service.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
56
|
+
* <p>The request was denied because of request throttling.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link ValidationException} (client fault)
|
|
59
|
+
* <p>The input failed to meet the constraints specified by the AWS service. </p>
|
|
60
|
+
*
|
|
61
|
+
*
|
|
41
62
|
*/
|
|
42
63
|
export declare class CreateRouteCalculatorCommand extends $Command<CreateRouteCalculatorCommandInput, CreateRouteCalculatorCommandOutput, LocationClientResolvedConfig> {
|
|
43
64
|
readonly input: CreateRouteCalculatorCommandInput;
|
|
@@ -30,6 +30,23 @@ export interface CreateTrackerCommandOutput extends CreateTrackerResponse, __Met
|
|
|
30
30
|
* @see {@link CreateTrackerCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p>The request was denied because of insufficient access or permissions. Check with an
|
|
35
|
+
* administrator to verify your permissions.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link ConflictException} (client fault)
|
|
38
|
+
* <p>The request was unsuccessful because of a conflict.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InternalServerException} (server fault)
|
|
41
|
+
* <p>The request has failed to process because of an unknown server error, exception, or failure.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
44
|
+
* <p>The request was denied because of request throttling.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ValidationException} (client fault)
|
|
47
|
+
* <p>The input failed to meet the constraints specified by the AWS service. </p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
33
50
|
*/
|
|
34
51
|
export declare class CreateTrackerCommand extends $Command<CreateTrackerCommandInput, CreateTrackerCommandOutput, LocationClientResolvedConfig> {
|
|
35
52
|
readonly input: CreateTrackerCommandInput;
|
|
@@ -33,6 +33,23 @@ export interface DeleteGeofenceCollectionCommandOutput extends DeleteGeofenceCol
|
|
|
33
33
|
* @see {@link DeleteGeofenceCollectionCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
37
|
+
* <p>The request was denied because of insufficient access or permissions. Check with an
|
|
38
|
+
* administrator to verify your permissions.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InternalServerException} (server fault)
|
|
41
|
+
* <p>The request has failed to process because of an unknown server error, exception, or failure.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
44
|
+
* <p>The resource that you've entered was not found in your AWS account.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
47
|
+
* <p>The request was denied because of request throttling.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ValidationException} (client fault)
|
|
50
|
+
* <p>The input failed to meet the constraints specified by the AWS service. </p>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
36
53
|
*/
|
|
37
54
|
export declare class DeleteGeofenceCollectionCommand extends $Command<DeleteGeofenceCollectionCommandInput, DeleteGeofenceCollectionCommandOutput, LocationClientResolvedConfig> {
|
|
38
55
|
readonly input: DeleteGeofenceCollectionCommandInput;
|
|
@@ -30,6 +30,23 @@ export interface DeleteKeyCommandOutput extends DeleteKeyResponse, __MetadataBea
|
|
|
30
30
|
* @see {@link DeleteKeyCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p>The request was denied because of insufficient access or permissions. Check with an
|
|
35
|
+
* administrator to verify your permissions.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InternalServerException} (server fault)
|
|
38
|
+
* <p>The request has failed to process because of an unknown server error, exception, or failure.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
41
|
+
* <p>The resource that you've entered was not found in your AWS account.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
44
|
+
* <p>The request was denied because of request throttling.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ValidationException} (client fault)
|
|
47
|
+
* <p>The input failed to meet the constraints specified by the AWS service. </p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
33
50
|
*/
|
|
34
51
|
export declare class DeleteKeyCommand extends $Command<DeleteKeyCommandInput, DeleteKeyCommandOutput, LocationClientResolvedConfig> {
|
|
35
52
|
readonly input: DeleteKeyCommandInput;
|
|
@@ -33,6 +33,23 @@ export interface DeleteMapCommandOutput extends DeleteMapResponse, __MetadataBea
|
|
|
33
33
|
* @see {@link DeleteMapCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
37
|
+
* <p>The request was denied because of insufficient access or permissions. Check with an
|
|
38
|
+
* administrator to verify your permissions.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InternalServerException} (server fault)
|
|
41
|
+
* <p>The request has failed to process because of an unknown server error, exception, or failure.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
44
|
+
* <p>The resource that you've entered was not found in your AWS account.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
47
|
+
* <p>The request was denied because of request throttling.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ValidationException} (client fault)
|
|
50
|
+
* <p>The input failed to meet the constraints specified by the AWS service. </p>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
36
53
|
*/
|
|
37
54
|
export declare class DeleteMapCommand extends $Command<DeleteMapCommandInput, DeleteMapCommandOutput, LocationClientResolvedConfig> {
|
|
38
55
|
readonly input: DeleteMapCommandInput;
|
|
@@ -32,6 +32,23 @@ export interface DeletePlaceIndexCommandOutput extends DeletePlaceIndexResponse,
|
|
|
32
32
|
* @see {@link DeletePlaceIndexCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
36
|
+
* <p>The request was denied because of insufficient access or permissions. Check with an
|
|
37
|
+
* administrator to verify your permissions.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InternalServerException} (server fault)
|
|
40
|
+
* <p>The request has failed to process because of an unknown server error, exception, or failure.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
43
|
+
* <p>The resource that you've entered was not found in your AWS account.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
46
|
+
* <p>The request was denied because of request throttling.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ValidationException} (client fault)
|
|
49
|
+
* <p>The input failed to meet the constraints specified by the AWS service. </p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
35
52
|
*/
|
|
36
53
|
export declare class DeletePlaceIndexCommand extends $Command<DeletePlaceIndexCommandInput, DeletePlaceIndexCommandOutput, LocationClientResolvedConfig> {
|
|
37
54
|
readonly input: DeletePlaceIndexCommandInput;
|
|
@@ -32,6 +32,23 @@ export interface DeleteRouteCalculatorCommandOutput extends DeleteRouteCalculato
|
|
|
32
32
|
* @see {@link DeleteRouteCalculatorCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
36
|
+
* <p>The request was denied because of insufficient access or permissions. Check with an
|
|
37
|
+
* administrator to verify your permissions.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InternalServerException} (server fault)
|
|
40
|
+
* <p>The request has failed to process because of an unknown server error, exception, or failure.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
43
|
+
* <p>The resource that you've entered was not found in your AWS account.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
46
|
+
* <p>The request was denied because of request throttling.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ValidationException} (client fault)
|
|
49
|
+
* <p>The input failed to meet the constraints specified by the AWS service. </p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
35
52
|
*/
|
|
36
53
|
export declare class DeleteRouteCalculatorCommand extends $Command<DeleteRouteCalculatorCommandInput, DeleteRouteCalculatorCommandOutput, LocationClientResolvedConfig> {
|
|
37
54
|
readonly input: DeleteRouteCalculatorCommandInput;
|
|
@@ -34,6 +34,23 @@ export interface DeleteTrackerCommandOutput extends DeleteTrackerResponse, __Met
|
|
|
34
34
|
* @see {@link DeleteTrackerCommandOutput} 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 DeleteTrackerCommand extends $Command<DeleteTrackerCommandInput, DeleteTrackerCommandOutput, LocationClientResolvedConfig> {
|
|
39
56
|
readonly input: DeleteTrackerCommandInput;
|
|
@@ -29,6 +29,23 @@ export interface DescribeGeofenceCollectionCommandOutput extends DescribeGeofenc
|
|
|
29
29
|
* @see {@link DescribeGeofenceCollectionCommandOutput} 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 DescribeGeofenceCollectionCommand extends $Command<DescribeGeofenceCollectionCommandInput, DescribeGeofenceCollectionCommandOutput, LocationClientResolvedConfig> {
|
|
34
51
|
readonly input: DescribeGeofenceCollectionCommandInput;
|
|
@@ -34,6 +34,23 @@ export interface DescribeKeyCommandOutput extends DescribeKeyResponse, __Metadat
|
|
|
34
34
|
* @see {@link DescribeKeyCommandOutput} 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 DescribeKeyCommand extends $Command<DescribeKeyCommandInput, DescribeKeyCommandOutput, LocationClientResolvedConfig> {
|
|
39
56
|
readonly input: DescribeKeyCommandInput;
|
|
@@ -29,6 +29,23 @@ export interface DescribeMapCommandOutput extends DescribeMapResponse, __Metadat
|
|
|
29
29
|
* @see {@link DescribeMapCommandOutput} 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 DescribeMapCommand extends $Command<DescribeMapCommandInput, DescribeMapCommandOutput, LocationClientResolvedConfig> {
|
|
34
51
|
readonly input: DescribeMapCommandInput;
|