@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
|
@@ -29,6 +29,23 @@ export interface DescribePlaceIndexCommandOutput extends DescribePlaceIndexRespo
|
|
|
29
29
|
* @see {@link DescribePlaceIndexCommandOutput} 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 DescribePlaceIndexCommand extends $Command<DescribePlaceIndexCommandInput, DescribePlaceIndexCommandOutput, LocationClientResolvedConfig> {
|
|
34
51
|
readonly input: DescribePlaceIndexCommandInput;
|
|
@@ -29,6 +29,23 @@ export interface DescribeRouteCalculatorCommandOutput extends DescribeRouteCalcu
|
|
|
29
29
|
* @see {@link DescribeRouteCalculatorCommandOutput} 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 DescribeRouteCalculatorCommand extends $Command<DescribeRouteCalculatorCommandInput, DescribeRouteCalculatorCommandOutput, LocationClientResolvedConfig> {
|
|
34
51
|
readonly input: DescribeRouteCalculatorCommandInput;
|
|
@@ -29,6 +29,23 @@ export interface DescribeTrackerCommandOutput extends DescribeTrackerResponse, _
|
|
|
29
29
|
* @see {@link DescribeTrackerCommandOutput} 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 DescribeTrackerCommand extends $Command<DescribeTrackerCommandInput, DescribeTrackerCommandOutput, LocationClientResolvedConfig> {
|
|
34
51
|
readonly input: DescribeTrackerCommandInput;
|
|
@@ -33,6 +33,23 @@ export interface DisassociateTrackerConsumerCommandOutput extends DisassociateTr
|
|
|
33
33
|
* @see {@link DisassociateTrackerConsumerCommandOutput} 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 DisassociateTrackerConsumerCommand extends $Command<DisassociateTrackerConsumerCommandInput, DisassociateTrackerConsumerCommandOutput, LocationClientResolvedConfig> {
|
|
38
55
|
readonly input: DisassociateTrackerConsumerCommandInput;
|
|
@@ -32,6 +32,23 @@ export interface GetDevicePositionCommandOutput extends GetDevicePositionRespons
|
|
|
32
32
|
* @see {@link GetDevicePositionCommandOutput} 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 GetDevicePositionCommand extends $Command<GetDevicePositionCommandInput, GetDevicePositionCommandOutput, LocationClientResolvedConfig> {
|
|
37
54
|
readonly input: GetDevicePositionCommandInput;
|
|
@@ -33,6 +33,23 @@ export interface GetDevicePositionHistoryCommandOutput extends GetDevicePosition
|
|
|
33
33
|
* @see {@link GetDevicePositionHistoryCommandOutput} 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 GetDevicePositionHistoryCommand extends $Command<GetDevicePositionHistoryCommandInput, GetDevicePositionHistoryCommandOutput, LocationClientResolvedConfig> {
|
|
38
55
|
readonly input: GetDevicePositionHistoryCommandInput;
|
|
@@ -29,6 +29,23 @@ export interface GetGeofenceCommandOutput extends GetGeofenceResponse, __Metadat
|
|
|
29
29
|
* @see {@link GetGeofenceCommandOutput} 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 GetGeofenceCommand extends $Command<GetGeofenceCommandInput, GetGeofenceCommandOutput, LocationClientResolvedConfig> {
|
|
34
51
|
readonly input: GetGeofenceCommandInput;
|
|
@@ -29,6 +29,23 @@ export interface GetMapGlyphsCommandOutput extends GetMapGlyphsResponse, __Metad
|
|
|
29
29
|
* @see {@link GetMapGlyphsCommandOutput} 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 GetMapGlyphsCommand extends $Command<GetMapGlyphsCommandInput, GetMapGlyphsCommandOutput, LocationClientResolvedConfig> {
|
|
34
51
|
readonly input: GetMapGlyphsCommandInput;
|
|
@@ -31,6 +31,23 @@ export interface GetMapSpritesCommandOutput extends GetMapSpritesResponse, __Met
|
|
|
31
31
|
* @see {@link GetMapSpritesCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
35
|
+
* <p>The request was denied because of insufficient access or permissions. Check with an
|
|
36
|
+
* administrator to verify your permissions.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerException} (server fault)
|
|
39
|
+
* <p>The request has failed to process because of an unknown server error, exception, or failure.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
42
|
+
* <p>The resource that you've entered was not found in your AWS account.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
45
|
+
* <p>The request was denied because of request throttling.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ValidationException} (client fault)
|
|
48
|
+
* <p>The input failed to meet the constraints specified by the AWS service. </p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
34
51
|
*/
|
|
35
52
|
export declare class GetMapSpritesCommand extends $Command<GetMapSpritesCommandInput, GetMapSpritesCommandOutput, LocationClientResolvedConfig> {
|
|
36
53
|
readonly input: GetMapSpritesCommandInput;
|
|
@@ -32,6 +32,23 @@ export interface GetMapStyleDescriptorCommandOutput extends GetMapStyleDescripto
|
|
|
32
32
|
* @see {@link GetMapStyleDescriptorCommandOutput} 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 GetMapStyleDescriptorCommand extends $Command<GetMapStyleDescriptorCommandInput, GetMapStyleDescriptorCommandOutput, LocationClientResolvedConfig> {
|
|
37
54
|
readonly input: GetMapStyleDescriptorCommandInput;
|
|
@@ -34,6 +34,23 @@ export interface GetMapTileCommandOutput extends GetMapTileResponse, __MetadataB
|
|
|
34
34
|
* @see {@link GetMapTileCommandOutput} 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 GetMapTileCommand extends $Command<GetMapTileCommandInput, GetMapTileCommandOutput, LocationClientResolvedConfig> {
|
|
39
56
|
readonly input: GetMapTileCommandInput;
|
|
@@ -45,6 +45,23 @@ export interface GetPlaceCommandOutput extends GetPlaceResponse, __MetadataBeare
|
|
|
45
45
|
* @see {@link GetPlaceCommandOutput} for command's `response` shape.
|
|
46
46
|
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
47
47
|
*
|
|
48
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
49
|
+
* <p>The request was denied because of insufficient access or permissions. Check with an
|
|
50
|
+
* administrator to verify your permissions.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link InternalServerException} (server fault)
|
|
53
|
+
* <p>The request has failed to process because of an unknown server error, exception, or failure.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
56
|
+
* <p>The resource that you've entered was not found in your AWS account.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
59
|
+
* <p>The request was denied because of request throttling.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link ValidationException} (client fault)
|
|
62
|
+
* <p>The input failed to meet the constraints specified by the AWS service. </p>
|
|
63
|
+
*
|
|
64
|
+
*
|
|
48
65
|
*/
|
|
49
66
|
export declare class GetPlaceCommand extends $Command<GetPlaceCommandInput, GetPlaceCommandOutput, LocationClientResolvedConfig> {
|
|
50
67
|
readonly input: GetPlaceCommandInput;
|
|
@@ -29,6 +29,20 @@ export interface ListDevicePositionsCommandOutput extends ListDevicePositionsRes
|
|
|
29
29
|
* @see {@link ListDevicePositionsCommandOutput} 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 ThrottlingException} (client fault)
|
|
40
|
+
* <p>The request was denied because of request throttling.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ValidationException} (client fault)
|
|
43
|
+
* <p>The input failed to meet the constraints specified by the AWS service. </p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
32
46
|
*/
|
|
33
47
|
export declare class ListDevicePositionsCommand extends $Command<ListDevicePositionsCommandInput, ListDevicePositionsCommandOutput, LocationClientResolvedConfig> {
|
|
34
48
|
readonly input: ListDevicePositionsCommandInput;
|
|
@@ -29,6 +29,20 @@ export interface ListGeofenceCollectionsCommandOutput extends ListGeofenceCollec
|
|
|
29
29
|
* @see {@link ListGeofenceCollectionsCommandOutput} 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 ThrottlingException} (client fault)
|
|
40
|
+
* <p>The request was denied because of request throttling.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ValidationException} (client fault)
|
|
43
|
+
* <p>The input failed to meet the constraints specified by the AWS service. </p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
32
46
|
*/
|
|
33
47
|
export declare class ListGeofenceCollectionsCommand extends $Command<ListGeofenceCollectionsCommandInput, ListGeofenceCollectionsCommandOutput, LocationClientResolvedConfig> {
|
|
34
48
|
readonly input: ListGeofenceCollectionsCommandInput;
|
|
@@ -29,6 +29,23 @@ export interface ListGeofencesCommandOutput extends ListGeofencesResponse, __Met
|
|
|
29
29
|
* @see {@link ListGeofencesCommandOutput} 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 ListGeofencesCommand extends $Command<ListGeofencesCommandInput, ListGeofencesCommandOutput, LocationClientResolvedConfig> {
|
|
34
51
|
readonly input: ListGeofencesCommandInput;
|
|
@@ -34,6 +34,20 @@ export interface ListKeysCommandOutput extends ListKeysResponse, __MetadataBeare
|
|
|
34
34
|
* @see {@link ListKeysCommandOutput} 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 ThrottlingException} (client fault)
|
|
45
|
+
* <p>The request was denied because of request throttling.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ValidationException} (client fault)
|
|
48
|
+
* <p>The input failed to meet the constraints specified by the AWS service. </p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
37
51
|
*/
|
|
38
52
|
export declare class ListKeysCommand extends $Command<ListKeysCommandInput, ListKeysCommandOutput, LocationClientResolvedConfig> {
|
|
39
53
|
readonly input: ListKeysCommandInput;
|
|
@@ -29,6 +29,20 @@ export interface ListMapsCommandOutput extends ListMapsResponse, __MetadataBeare
|
|
|
29
29
|
* @see {@link ListMapsCommandOutput} 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 ThrottlingException} (client fault)
|
|
40
|
+
* <p>The request was denied because of request throttling.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ValidationException} (client fault)
|
|
43
|
+
* <p>The input failed to meet the constraints specified by the AWS service. </p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
32
46
|
*/
|
|
33
47
|
export declare class ListMapsCommand extends $Command<ListMapsCommandInput, ListMapsCommandOutput, LocationClientResolvedConfig> {
|
|
34
48
|
readonly input: ListMapsCommandInput;
|
|
@@ -29,6 +29,20 @@ export interface ListPlaceIndexesCommandOutput extends ListPlaceIndexesResponse,
|
|
|
29
29
|
* @see {@link ListPlaceIndexesCommandOutput} 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 ThrottlingException} (client fault)
|
|
40
|
+
* <p>The request was denied because of request throttling.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ValidationException} (client fault)
|
|
43
|
+
* <p>The input failed to meet the constraints specified by the AWS service. </p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
32
46
|
*/
|
|
33
47
|
export declare class ListPlaceIndexesCommand extends $Command<ListPlaceIndexesCommandInput, ListPlaceIndexesCommandOutput, LocationClientResolvedConfig> {
|
|
34
48
|
readonly input: ListPlaceIndexesCommandInput;
|
|
@@ -29,6 +29,20 @@ export interface ListRouteCalculatorsCommandOutput extends ListRouteCalculatorsR
|
|
|
29
29
|
* @see {@link ListRouteCalculatorsCommandOutput} 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 ThrottlingException} (client fault)
|
|
40
|
+
* <p>The request was denied because of request throttling.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ValidationException} (client fault)
|
|
43
|
+
* <p>The input failed to meet the constraints specified by the AWS service. </p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
32
46
|
*/
|
|
33
47
|
export declare class ListRouteCalculatorsCommand extends $Command<ListRouteCalculatorsCommandInput, ListRouteCalculatorsCommandOutput, LocationClientResolvedConfig> {
|
|
34
48
|
readonly input: ListRouteCalculatorsCommandInput;
|
|
@@ -29,6 +29,23 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
29
29
|
* @see {@link ListTagsForResourceCommandOutput} 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 ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, LocationClientResolvedConfig> {
|
|
34
51
|
readonly input: ListTagsForResourceCommandInput;
|
|
@@ -29,6 +29,23 @@ export interface ListTrackerConsumersCommandOutput extends ListTrackerConsumersR
|
|
|
29
29
|
* @see {@link ListTrackerConsumersCommandOutput} 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 ListTrackerConsumersCommand extends $Command<ListTrackerConsumersCommandInput, ListTrackerConsumersCommandOutput, LocationClientResolvedConfig> {
|
|
34
51
|
readonly input: ListTrackerConsumersCommandInput;
|
|
@@ -29,6 +29,20 @@ export interface ListTrackersCommandOutput extends ListTrackersResponse, __Metad
|
|
|
29
29
|
* @see {@link ListTrackersCommandOutput} 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 ThrottlingException} (client fault)
|
|
40
|
+
* <p>The request was denied because of request throttling.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ValidationException} (client fault)
|
|
43
|
+
* <p>The input failed to meet the constraints specified by the AWS service. </p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
32
46
|
*/
|
|
33
47
|
export declare class ListTrackersCommand extends $Command<ListTrackersCommandInput, ListTrackersCommandOutput, LocationClientResolvedConfig> {
|
|
34
48
|
readonly input: ListTrackersCommandInput;
|
|
@@ -30,6 +30,26 @@ export interface PutGeofenceCommandOutput extends PutGeofenceResponse, __Metadat
|
|
|
30
30
|
* @see {@link PutGeofenceCommandOutput} 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 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
|
+
*
|
|
33
53
|
*/
|
|
34
54
|
export declare class PutGeofenceCommand extends $Command<PutGeofenceCommandInput, PutGeofenceCommandOutput, LocationClientResolvedConfig> {
|
|
35
55
|
readonly input: PutGeofenceCommandInput;
|
|
@@ -30,6 +30,23 @@ export interface SearchPlaceIndexForPositionCommandOutput extends SearchPlaceInd
|
|
|
30
30
|
* @see {@link SearchPlaceIndexForPositionCommandOutput} 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 SearchPlaceIndexForPositionCommand extends $Command<SearchPlaceIndexForPositionCommandInput, SearchPlaceIndexForPositionCommandOutput, LocationClientResolvedConfig> {
|
|
35
52
|
readonly input: SearchPlaceIndexForPositionCommandInput;
|
|
@@ -40,6 +40,23 @@ export interface SearchPlaceIndexForSuggestionsCommandOutput extends SearchPlace
|
|
|
40
40
|
* @see {@link SearchPlaceIndexForSuggestionsCommandOutput} for command's `response` shape.
|
|
41
41
|
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
42
42
|
*
|
|
43
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
44
|
+
* <p>The request was denied because of insufficient access or permissions. Check with an
|
|
45
|
+
* administrator to verify your permissions.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link InternalServerException} (server fault)
|
|
48
|
+
* <p>The request has failed to process because of an unknown server error, exception, or failure.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
51
|
+
* <p>The resource that you've entered was not found in your AWS account.</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
|
+
*
|
|
43
60
|
*/
|
|
44
61
|
export declare class SearchPlaceIndexForSuggestionsCommand extends $Command<SearchPlaceIndexForSuggestionsCommandInput, SearchPlaceIndexForSuggestionsCommandOutput, LocationClientResolvedConfig> {
|
|
45
62
|
readonly input: SearchPlaceIndexForSuggestionsCommandInput;
|
|
@@ -38,6 +38,23 @@ export interface SearchPlaceIndexForTextCommandOutput extends SearchPlaceIndexFo
|
|
|
38
38
|
* @see {@link SearchPlaceIndexForTextCommandOutput} 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 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 ThrottlingException} (client fault)
|
|
52
|
+
* <p>The request was denied because of request throttling.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link ValidationException} (client fault)
|
|
55
|
+
* <p>The input failed to meet the constraints specified by the AWS service. </p>
|
|
56
|
+
*
|
|
57
|
+
*
|
|
41
58
|
*/
|
|
42
59
|
export declare class SearchPlaceIndexForTextCommand extends $Command<SearchPlaceIndexForTextCommandInput, SearchPlaceIndexForTextCommandOutput, LocationClientResolvedConfig> {
|
|
43
60
|
readonly input: SearchPlaceIndexForTextCommandInput;
|