@aws-sdk/client-location 3.185.0 → 3.186.1

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.
Files changed (79) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/Location.d.ts +626 -905
  3. package/dist-types/ts3.4/LocationClient.d.ts +197 -422
  4. package/dist-types/ts3.4/commands/AssociateTrackerConsumerCommand.d.ts +41 -39
  5. package/dist-types/ts3.4/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +35 -39
  6. package/dist-types/ts3.4/commands/BatchDeleteGeofenceCommand.d.ts +38 -36
  7. package/dist-types/ts3.4/commands/BatchEvaluateGeofencesCommand.d.ts +63 -39
  8. package/dist-types/ts3.4/commands/BatchGetDevicePositionCommand.d.ts +35 -39
  9. package/dist-types/ts3.4/commands/BatchPutGeofenceCommand.d.ts +36 -35
  10. package/dist-types/ts3.4/commands/BatchUpdateDevicePositionCommand.d.ts +53 -39
  11. package/dist-types/ts3.4/commands/CalculateRouteCommand.d.ts +68 -35
  12. package/dist-types/ts3.4/commands/CalculateRouteMatrixCommand.d.ts +76 -39
  13. package/dist-types/ts3.4/commands/CreateGeofenceCollectionCommand.d.ts +35 -39
  14. package/dist-types/ts3.4/commands/CreateMapCommand.d.ts +42 -32
  15. package/dist-types/ts3.4/commands/CreatePlaceIndexCommand.d.ts +45 -35
  16. package/dist-types/ts3.4/commands/CreateRouteCalculatorCommand.d.ts +44 -39
  17. package/dist-types/ts3.4/commands/CreateTrackerCommand.d.ts +36 -35
  18. package/dist-types/ts3.4/commands/DeleteGeofenceCollectionCommand.d.ts +39 -39
  19. package/dist-types/ts3.4/commands/DeleteMapCommand.d.ts +39 -32
  20. package/dist-types/ts3.4/commands/DeletePlaceIndexCommand.d.ts +38 -35
  21. package/dist-types/ts3.4/commands/DeleteRouteCalculatorCommand.d.ts +38 -39
  22. package/dist-types/ts3.4/commands/DeleteTrackerCommand.d.ts +40 -35
  23. package/dist-types/ts3.4/commands/DescribeGeofenceCollectionCommand.d.ts +35 -39
  24. package/dist-types/ts3.4/commands/DescribeMapCommand.d.ts +35 -32
  25. package/dist-types/ts3.4/commands/DescribePlaceIndexCommand.d.ts +35 -36
  26. package/dist-types/ts3.4/commands/DescribeRouteCalculatorCommand.d.ts +35 -39
  27. package/dist-types/ts3.4/commands/DescribeTrackerCommand.d.ts +35 -35
  28. package/dist-types/ts3.4/commands/DisassociateTrackerConsumerCommand.d.ts +39 -39
  29. package/dist-types/ts3.4/commands/GetDevicePositionCommand.d.ts +38 -36
  30. package/dist-types/ts3.4/commands/GetDevicePositionHistoryCommand.d.ts +39 -39
  31. package/dist-types/ts3.4/commands/GetGeofenceCommand.d.ts +35 -32
  32. package/dist-types/ts3.4/commands/GetMapGlyphsCommand.d.ts +35 -32
  33. package/dist-types/ts3.4/commands/GetMapSpritesCommand.d.ts +37 -35
  34. package/dist-types/ts3.4/commands/GetMapStyleDescriptorCommand.d.ts +38 -39
  35. package/dist-types/ts3.4/commands/GetMapTileCommand.d.ts +40 -32
  36. package/dist-types/ts3.4/commands/GetPlaceCommand.d.ts +51 -32
  37. package/dist-types/ts3.4/commands/ListDevicePositionsCommand.d.ts +35 -36
  38. package/dist-types/ts3.4/commands/ListGeofenceCollectionsCommand.d.ts +35 -39
  39. package/dist-types/ts3.4/commands/ListGeofencesCommand.d.ts +35 -35
  40. package/dist-types/ts3.4/commands/ListMapsCommand.d.ts +35 -32
  41. package/dist-types/ts3.4/commands/ListPlaceIndexesCommand.d.ts +35 -35
  42. package/dist-types/ts3.4/commands/ListRouteCalculatorsCommand.d.ts +35 -39
  43. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +35 -36
  44. package/dist-types/ts3.4/commands/ListTrackerConsumersCommand.d.ts +35 -39
  45. package/dist-types/ts3.4/commands/ListTrackersCommand.d.ts +35 -32
  46. package/dist-types/ts3.4/commands/PutGeofenceCommand.d.ts +36 -32
  47. package/dist-types/ts3.4/commands/SearchPlaceIndexForPositionCommand.d.ts +36 -39
  48. package/dist-types/ts3.4/commands/SearchPlaceIndexForSuggestionsCommand.d.ts +46 -39
  49. package/dist-types/ts3.4/commands/SearchPlaceIndexForTextCommand.d.ts +44 -39
  50. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +48 -32
  51. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -35
  52. package/dist-types/ts3.4/commands/UpdateGeofenceCollectionCommand.d.ts +35 -39
  53. package/dist-types/ts3.4/commands/UpdateMapCommand.d.ts +35 -32
  54. package/dist-types/ts3.4/commands/UpdatePlaceIndexCommand.d.ts +35 -35
  55. package/dist-types/ts3.4/commands/UpdateRouteCalculatorCommand.d.ts +35 -39
  56. package/dist-types/ts3.4/commands/UpdateTrackerCommand.d.ts +35 -35
  57. package/dist-types/ts3.4/commands/index.d.ts +53 -53
  58. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  59. package/dist-types/ts3.4/index.d.ts +6 -6
  60. package/dist-types/ts3.4/models/LocationServiceException.d.ts +10 -7
  61. package/dist-types/ts3.4/models/index.d.ts +1 -1
  62. package/dist-types/ts3.4/models/models_0.d.ts +4783 -1283
  63. package/dist-types/ts3.4/pagination/GetDevicePositionHistoryPaginator.d.ts +4 -11
  64. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -7
  65. package/dist-types/ts3.4/pagination/ListDevicePositionsPaginator.d.ts +4 -11
  66. package/dist-types/ts3.4/pagination/ListGeofenceCollectionsPaginator.d.ts +4 -11
  67. package/dist-types/ts3.4/pagination/ListGeofencesPaginator.d.ts +4 -11
  68. package/dist-types/ts3.4/pagination/ListMapsPaginator.d.ts +4 -11
  69. package/dist-types/ts3.4/pagination/ListPlaceIndexesPaginator.d.ts +4 -11
  70. package/dist-types/ts3.4/pagination/ListRouteCalculatorsPaginator.d.ts +4 -11
  71. package/dist-types/ts3.4/pagination/ListTrackerConsumersPaginator.d.ts +4 -11
  72. package/dist-types/ts3.4/pagination/ListTrackersPaginator.d.ts +4 -11
  73. package/dist-types/ts3.4/pagination/index.d.ts +10 -10
  74. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +161 -641
  75. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +40 -67
  76. package/dist-types/ts3.4/runtimeConfig.d.ts +40 -67
  77. package/dist-types/ts3.4/runtimeConfig.native.d.ts +39 -68
  78. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -10
  79. package/package.json +33 -33
@@ -1,39 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import {
3
- Handler,
4
- HttpHandlerOptions as __HttpHandlerOptions,
5
- MetadataBearer as __MetadataBearer,
6
- MiddlewareStack,
7
- } from "@aws-sdk/types";
8
- import {
9
- LocationClientResolvedConfig,
10
- ServiceInputTypes,
11
- ServiceOutputTypes,
12
- } from "../LocationClient";
13
- import {
14
- DeleteGeofenceCollectionRequest,
15
- DeleteGeofenceCollectionResponse,
16
- } from "../models/models_0";
17
- export interface DeleteGeofenceCollectionCommandInput
18
- extends DeleteGeofenceCollectionRequest {}
19
- export interface DeleteGeofenceCollectionCommandOutput
20
- extends DeleteGeofenceCollectionResponse,
21
- __MetadataBearer {}
22
- export declare class DeleteGeofenceCollectionCommand extends $Command<
23
- DeleteGeofenceCollectionCommandInput,
24
- DeleteGeofenceCollectionCommandOutput,
25
- LocationClientResolvedConfig
26
- > {
27
- readonly input: DeleteGeofenceCollectionCommandInput;
28
- constructor(input: DeleteGeofenceCollectionCommandInput);
29
- resolveMiddleware(
30
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
- configuration: LocationClientResolvedConfig,
32
- options?: __HttpHandlerOptions
33
- ): Handler<
34
- DeleteGeofenceCollectionCommandInput,
35
- DeleteGeofenceCollectionCommandOutput
36
- >;
37
- private serialize;
38
- private deserialize;
39
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
4
+ import { DeleteGeofenceCollectionRequest, DeleteGeofenceCollectionResponse } from "../models/models_0";
5
+ export interface DeleteGeofenceCollectionCommandInput extends DeleteGeofenceCollectionRequest {
6
+ }
7
+ export interface DeleteGeofenceCollectionCommandOutput extends DeleteGeofenceCollectionResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Deletes a geofence collection from your AWS account.</p>
11
+ * <note>
12
+ * <p>This operation deletes the resource permanently. If the geofence collection is the
13
+ * target of a tracker resource, the devices will no longer be monitored.</p>
14
+ * </note>
15
+ * @example
16
+ * Use a bare-bones client and the command you need to make an API call.
17
+ * ```javascript
18
+ * import { LocationClient, DeleteGeofenceCollectionCommand } from "@aws-sdk/client-location"; // ES Modules import
19
+ * // const { LocationClient, DeleteGeofenceCollectionCommand } = require("@aws-sdk/client-location"); // CommonJS import
20
+ * const client = new LocationClient(config);
21
+ * const command = new DeleteGeofenceCollectionCommand(input);
22
+ * const response = await client.send(command);
23
+ * ```
24
+ *
25
+ * @see {@link DeleteGeofenceCollectionCommandInput} for command's `input` shape.
26
+ * @see {@link DeleteGeofenceCollectionCommandOutput} for command's `response` shape.
27
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
28
+ *
29
+ */
30
+ export declare class DeleteGeofenceCollectionCommand extends $Command<DeleteGeofenceCollectionCommandInput, DeleteGeofenceCollectionCommandOutput, LocationClientResolvedConfig> {
31
+ readonly input: DeleteGeofenceCollectionCommandInput;
32
+ constructor(input: DeleteGeofenceCollectionCommandInput);
33
+ /**
34
+ * @internal
35
+ */
36
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteGeofenceCollectionCommandInput, DeleteGeofenceCollectionCommandOutput>;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,32 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import {
3
- Handler,
4
- HttpHandlerOptions as __HttpHandlerOptions,
5
- MetadataBearer as __MetadataBearer,
6
- MiddlewareStack,
7
- } from "@aws-sdk/types";
8
- import {
9
- LocationClientResolvedConfig,
10
- ServiceInputTypes,
11
- ServiceOutputTypes,
12
- } from "../LocationClient";
13
- import { DeleteMapRequest, DeleteMapResponse } from "../models/models_0";
14
- export interface DeleteMapCommandInput extends DeleteMapRequest {}
15
- export interface DeleteMapCommandOutput
16
- extends DeleteMapResponse,
17
- __MetadataBearer {}
18
- export declare class DeleteMapCommand extends $Command<
19
- DeleteMapCommandInput,
20
- DeleteMapCommandOutput,
21
- LocationClientResolvedConfig
22
- > {
23
- readonly input: DeleteMapCommandInput;
24
- constructor(input: DeleteMapCommandInput);
25
- resolveMiddleware(
26
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
- configuration: LocationClientResolvedConfig,
28
- options?: __HttpHandlerOptions
29
- ): Handler<DeleteMapCommandInput, DeleteMapCommandOutput>;
30
- private serialize;
31
- private deserialize;
32
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
4
+ import { DeleteMapRequest, DeleteMapResponse } from "../models/models_0";
5
+ export interface DeleteMapCommandInput extends DeleteMapRequest {
6
+ }
7
+ export interface DeleteMapCommandOutput extends DeleteMapResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Deletes a map resource from your AWS account.</p>
11
+ * <note>
12
+ * <p>This operation deletes the resource permanently. If the map is being used in an application,
13
+ * the map may not render.</p>
14
+ * </note>
15
+ * @example
16
+ * Use a bare-bones client and the command you need to make an API call.
17
+ * ```javascript
18
+ * import { LocationClient, DeleteMapCommand } from "@aws-sdk/client-location"; // ES Modules import
19
+ * // const { LocationClient, DeleteMapCommand } = require("@aws-sdk/client-location"); // CommonJS import
20
+ * const client = new LocationClient(config);
21
+ * const command = new DeleteMapCommand(input);
22
+ * const response = await client.send(command);
23
+ * ```
24
+ *
25
+ * @see {@link DeleteMapCommandInput} for command's `input` shape.
26
+ * @see {@link DeleteMapCommandOutput} for command's `response` shape.
27
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
28
+ *
29
+ */
30
+ export declare class DeleteMapCommand extends $Command<DeleteMapCommandInput, DeleteMapCommandOutput, LocationClientResolvedConfig> {
31
+ readonly input: DeleteMapCommandInput;
32
+ constructor(input: DeleteMapCommandInput);
33
+ /**
34
+ * @internal
35
+ */
36
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteMapCommandInput, DeleteMapCommandOutput>;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,35 +1,38 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import {
3
- Handler,
4
- HttpHandlerOptions as __HttpHandlerOptions,
5
- MetadataBearer as __MetadataBearer,
6
- MiddlewareStack,
7
- } from "@aws-sdk/types";
8
- import {
9
- LocationClientResolvedConfig,
10
- ServiceInputTypes,
11
- ServiceOutputTypes,
12
- } from "../LocationClient";
13
- import {
14
- DeletePlaceIndexRequest,
15
- DeletePlaceIndexResponse,
16
- } from "../models/models_0";
17
- export interface DeletePlaceIndexCommandInput extends DeletePlaceIndexRequest {}
18
- export interface DeletePlaceIndexCommandOutput
19
- extends DeletePlaceIndexResponse,
20
- __MetadataBearer {}
21
- export declare class DeletePlaceIndexCommand extends $Command<
22
- DeletePlaceIndexCommandInput,
23
- DeletePlaceIndexCommandOutput,
24
- LocationClientResolvedConfig
25
- > {
26
- readonly input: DeletePlaceIndexCommandInput;
27
- constructor(input: DeletePlaceIndexCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: LocationClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<DeletePlaceIndexCommandInput, DeletePlaceIndexCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
4
+ import { DeletePlaceIndexRequest, DeletePlaceIndexResponse } from "../models/models_0";
5
+ export interface DeletePlaceIndexCommandInput extends DeletePlaceIndexRequest {
6
+ }
7
+ export interface DeletePlaceIndexCommandOutput extends DeletePlaceIndexResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Deletes a place index resource from your AWS account.</p>
11
+ * <note>
12
+ * <p>This operation deletes the resource permanently.</p>
13
+ * </note>
14
+ * @example
15
+ * Use a bare-bones client and the command you need to make an API call.
16
+ * ```javascript
17
+ * import { LocationClient, DeletePlaceIndexCommand } from "@aws-sdk/client-location"; // ES Modules import
18
+ * // const { LocationClient, DeletePlaceIndexCommand } = require("@aws-sdk/client-location"); // CommonJS import
19
+ * const client = new LocationClient(config);
20
+ * const command = new DeletePlaceIndexCommand(input);
21
+ * const response = await client.send(command);
22
+ * ```
23
+ *
24
+ * @see {@link DeletePlaceIndexCommandInput} for command's `input` shape.
25
+ * @see {@link DeletePlaceIndexCommandOutput} for command's `response` shape.
26
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
27
+ *
28
+ */
29
+ export declare class DeletePlaceIndexCommand extends $Command<DeletePlaceIndexCommandInput, DeletePlaceIndexCommandOutput, LocationClientResolvedConfig> {
30
+ readonly input: DeletePlaceIndexCommandInput;
31
+ constructor(input: DeletePlaceIndexCommandInput);
32
+ /**
33
+ * @internal
34
+ */
35
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePlaceIndexCommandInput, DeletePlaceIndexCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,39 +1,38 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import {
3
- Handler,
4
- HttpHandlerOptions as __HttpHandlerOptions,
5
- MetadataBearer as __MetadataBearer,
6
- MiddlewareStack,
7
- } from "@aws-sdk/types";
8
- import {
9
- LocationClientResolvedConfig,
10
- ServiceInputTypes,
11
- ServiceOutputTypes,
12
- } from "../LocationClient";
13
- import {
14
- DeleteRouteCalculatorRequest,
15
- DeleteRouteCalculatorResponse,
16
- } from "../models/models_0";
17
- export interface DeleteRouteCalculatorCommandInput
18
- extends DeleteRouteCalculatorRequest {}
19
- export interface DeleteRouteCalculatorCommandOutput
20
- extends DeleteRouteCalculatorResponse,
21
- __MetadataBearer {}
22
- export declare class DeleteRouteCalculatorCommand extends $Command<
23
- DeleteRouteCalculatorCommandInput,
24
- DeleteRouteCalculatorCommandOutput,
25
- LocationClientResolvedConfig
26
- > {
27
- readonly input: DeleteRouteCalculatorCommandInput;
28
- constructor(input: DeleteRouteCalculatorCommandInput);
29
- resolveMiddleware(
30
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
- configuration: LocationClientResolvedConfig,
32
- options?: __HttpHandlerOptions
33
- ): Handler<
34
- DeleteRouteCalculatorCommandInput,
35
- DeleteRouteCalculatorCommandOutput
36
- >;
37
- private serialize;
38
- private deserialize;
39
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
4
+ import { DeleteRouteCalculatorRequest, DeleteRouteCalculatorResponse } from "../models/models_0";
5
+ export interface DeleteRouteCalculatorCommandInput extends DeleteRouteCalculatorRequest {
6
+ }
7
+ export interface DeleteRouteCalculatorCommandOutput extends DeleteRouteCalculatorResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Deletes a route calculator resource from your AWS account.</p>
11
+ * <note>
12
+ * <p>This operation deletes the resource permanently.</p>
13
+ * </note>
14
+ * @example
15
+ * Use a bare-bones client and the command you need to make an API call.
16
+ * ```javascript
17
+ * import { LocationClient, DeleteRouteCalculatorCommand } from "@aws-sdk/client-location"; // ES Modules import
18
+ * // const { LocationClient, DeleteRouteCalculatorCommand } = require("@aws-sdk/client-location"); // CommonJS import
19
+ * const client = new LocationClient(config);
20
+ * const command = new DeleteRouteCalculatorCommand(input);
21
+ * const response = await client.send(command);
22
+ * ```
23
+ *
24
+ * @see {@link DeleteRouteCalculatorCommandInput} for command's `input` shape.
25
+ * @see {@link DeleteRouteCalculatorCommandOutput} for command's `response` shape.
26
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
27
+ *
28
+ */
29
+ export declare class DeleteRouteCalculatorCommand extends $Command<DeleteRouteCalculatorCommandInput, DeleteRouteCalculatorCommandOutput, LocationClientResolvedConfig> {
30
+ readonly input: DeleteRouteCalculatorCommandInput;
31
+ constructor(input: DeleteRouteCalculatorCommandInput);
32
+ /**
33
+ * @internal
34
+ */
35
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRouteCalculatorCommandInput, DeleteRouteCalculatorCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,35 +1,40 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import {
3
- Handler,
4
- HttpHandlerOptions as __HttpHandlerOptions,
5
- MetadataBearer as __MetadataBearer,
6
- MiddlewareStack,
7
- } from "@aws-sdk/types";
8
- import {
9
- LocationClientResolvedConfig,
10
- ServiceInputTypes,
11
- ServiceOutputTypes,
12
- } from "../LocationClient";
13
- import {
14
- DeleteTrackerRequest,
15
- DeleteTrackerResponse,
16
- } from "../models/models_0";
17
- export interface DeleteTrackerCommandInput extends DeleteTrackerRequest {}
18
- export interface DeleteTrackerCommandOutput
19
- extends DeleteTrackerResponse,
20
- __MetadataBearer {}
21
- export declare class DeleteTrackerCommand extends $Command<
22
- DeleteTrackerCommandInput,
23
- DeleteTrackerCommandOutput,
24
- LocationClientResolvedConfig
25
- > {
26
- readonly input: DeleteTrackerCommandInput;
27
- constructor(input: DeleteTrackerCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: LocationClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<DeleteTrackerCommandInput, DeleteTrackerCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
4
+ import { DeleteTrackerRequest, DeleteTrackerResponse } from "../models/models_0";
5
+ export interface DeleteTrackerCommandInput extends DeleteTrackerRequest {
6
+ }
7
+ export interface DeleteTrackerCommandOutput extends DeleteTrackerResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Deletes a tracker resource from your AWS account.</p>
11
+ * <note>
12
+ * <p>This operation deletes the resource permanently. If the tracker resource is in use, you may
13
+ * encounter an error. Make sure that the target resource isn't a dependency for your
14
+ * applications.</p>
15
+ * </note>
16
+ * @example
17
+ * Use a bare-bones client and the command you need to make an API call.
18
+ * ```javascript
19
+ * import { LocationClient, DeleteTrackerCommand } from "@aws-sdk/client-location"; // ES Modules import
20
+ * // const { LocationClient, DeleteTrackerCommand } = require("@aws-sdk/client-location"); // CommonJS import
21
+ * const client = new LocationClient(config);
22
+ * const command = new DeleteTrackerCommand(input);
23
+ * const response = await client.send(command);
24
+ * ```
25
+ *
26
+ * @see {@link DeleteTrackerCommandInput} for command's `input` shape.
27
+ * @see {@link DeleteTrackerCommandOutput} for command's `response` shape.
28
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
29
+ *
30
+ */
31
+ export declare class DeleteTrackerCommand extends $Command<DeleteTrackerCommandInput, DeleteTrackerCommandOutput, LocationClientResolvedConfig> {
32
+ readonly input: DeleteTrackerCommandInput;
33
+ constructor(input: DeleteTrackerCommandInput);
34
+ /**
35
+ * @internal
36
+ */
37
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTrackerCommandInput, DeleteTrackerCommandOutput>;
38
+ private serialize;
39
+ private deserialize;
40
+ }
@@ -1,39 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import {
3
- Handler,
4
- HttpHandlerOptions as __HttpHandlerOptions,
5
- MetadataBearer as __MetadataBearer,
6
- MiddlewareStack,
7
- } from "@aws-sdk/types";
8
- import {
9
- LocationClientResolvedConfig,
10
- ServiceInputTypes,
11
- ServiceOutputTypes,
12
- } from "../LocationClient";
13
- import {
14
- DescribeGeofenceCollectionRequest,
15
- DescribeGeofenceCollectionResponse,
16
- } from "../models/models_0";
17
- export interface DescribeGeofenceCollectionCommandInput
18
- extends DescribeGeofenceCollectionRequest {}
19
- export interface DescribeGeofenceCollectionCommandOutput
20
- extends DescribeGeofenceCollectionResponse,
21
- __MetadataBearer {}
22
- export declare class DescribeGeofenceCollectionCommand extends $Command<
23
- DescribeGeofenceCollectionCommandInput,
24
- DescribeGeofenceCollectionCommandOutput,
25
- LocationClientResolvedConfig
26
- > {
27
- readonly input: DescribeGeofenceCollectionCommandInput;
28
- constructor(input: DescribeGeofenceCollectionCommandInput);
29
- resolveMiddleware(
30
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
- configuration: LocationClientResolvedConfig,
32
- options?: __HttpHandlerOptions
33
- ): Handler<
34
- DescribeGeofenceCollectionCommandInput,
35
- DescribeGeofenceCollectionCommandOutput
36
- >;
37
- private serialize;
38
- private deserialize;
39
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
4
+ import { DescribeGeofenceCollectionRequest, DescribeGeofenceCollectionResponse } from "../models/models_0";
5
+ export interface DescribeGeofenceCollectionCommandInput extends DescribeGeofenceCollectionRequest {
6
+ }
7
+ export interface DescribeGeofenceCollectionCommandOutput extends DescribeGeofenceCollectionResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Retrieves the geofence collection details.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { LocationClient, DescribeGeofenceCollectionCommand } from "@aws-sdk/client-location"; // ES Modules import
15
+ * // const { LocationClient, DescribeGeofenceCollectionCommand } = require("@aws-sdk/client-location"); // CommonJS import
16
+ * const client = new LocationClient(config);
17
+ * const command = new DescribeGeofenceCollectionCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link DescribeGeofenceCollectionCommandInput} for command's `input` shape.
22
+ * @see {@link DescribeGeofenceCollectionCommandOutput} for command's `response` shape.
23
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class DescribeGeofenceCollectionCommand extends $Command<DescribeGeofenceCollectionCommandInput, DescribeGeofenceCollectionCommandOutput, LocationClientResolvedConfig> {
27
+ readonly input: DescribeGeofenceCollectionCommandInput;
28
+ constructor(input: DescribeGeofenceCollectionCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeGeofenceCollectionCommandInput, DescribeGeofenceCollectionCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,32 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import {
3
- Handler,
4
- HttpHandlerOptions as __HttpHandlerOptions,
5
- MetadataBearer as __MetadataBearer,
6
- MiddlewareStack,
7
- } from "@aws-sdk/types";
8
- import {
9
- LocationClientResolvedConfig,
10
- ServiceInputTypes,
11
- ServiceOutputTypes,
12
- } from "../LocationClient";
13
- import { DescribeMapRequest, DescribeMapResponse } from "../models/models_0";
14
- export interface DescribeMapCommandInput extends DescribeMapRequest {}
15
- export interface DescribeMapCommandOutput
16
- extends DescribeMapResponse,
17
- __MetadataBearer {}
18
- export declare class DescribeMapCommand extends $Command<
19
- DescribeMapCommandInput,
20
- DescribeMapCommandOutput,
21
- LocationClientResolvedConfig
22
- > {
23
- readonly input: DescribeMapCommandInput;
24
- constructor(input: DescribeMapCommandInput);
25
- resolveMiddleware(
26
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
- configuration: LocationClientResolvedConfig,
28
- options?: __HttpHandlerOptions
29
- ): Handler<DescribeMapCommandInput, DescribeMapCommandOutput>;
30
- private serialize;
31
- private deserialize;
32
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
4
+ import { DescribeMapRequest, DescribeMapResponse } from "../models/models_0";
5
+ export interface DescribeMapCommandInput extends DescribeMapRequest {
6
+ }
7
+ export interface DescribeMapCommandOutput extends DescribeMapResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Retrieves the map resource details.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { LocationClient, DescribeMapCommand } from "@aws-sdk/client-location"; // ES Modules import
15
+ * // const { LocationClient, DescribeMapCommand } = require("@aws-sdk/client-location"); // CommonJS import
16
+ * const client = new LocationClient(config);
17
+ * const command = new DescribeMapCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link DescribeMapCommandInput} for command's `input` shape.
22
+ * @see {@link DescribeMapCommandOutput} for command's `response` shape.
23
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class DescribeMapCommand extends $Command<DescribeMapCommandInput, DescribeMapCommandOutput, LocationClientResolvedConfig> {
27
+ readonly input: DescribeMapCommandInput;
28
+ constructor(input: DescribeMapCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeMapCommandInput, DescribeMapCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,36 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import {
3
- Handler,
4
- HttpHandlerOptions as __HttpHandlerOptions,
5
- MetadataBearer as __MetadataBearer,
6
- MiddlewareStack,
7
- } from "@aws-sdk/types";
8
- import {
9
- LocationClientResolvedConfig,
10
- ServiceInputTypes,
11
- ServiceOutputTypes,
12
- } from "../LocationClient";
13
- import {
14
- DescribePlaceIndexRequest,
15
- DescribePlaceIndexResponse,
16
- } from "../models/models_0";
17
- export interface DescribePlaceIndexCommandInput
18
- extends DescribePlaceIndexRequest {}
19
- export interface DescribePlaceIndexCommandOutput
20
- extends DescribePlaceIndexResponse,
21
- __MetadataBearer {}
22
- export declare class DescribePlaceIndexCommand extends $Command<
23
- DescribePlaceIndexCommandInput,
24
- DescribePlaceIndexCommandOutput,
25
- LocationClientResolvedConfig
26
- > {
27
- readonly input: DescribePlaceIndexCommandInput;
28
- constructor(input: DescribePlaceIndexCommandInput);
29
- resolveMiddleware(
30
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
- configuration: LocationClientResolvedConfig,
32
- options?: __HttpHandlerOptions
33
- ): Handler<DescribePlaceIndexCommandInput, DescribePlaceIndexCommandOutput>;
34
- private serialize;
35
- private deserialize;
36
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
4
+ import { DescribePlaceIndexRequest, DescribePlaceIndexResponse } from "../models/models_0";
5
+ export interface DescribePlaceIndexCommandInput extends DescribePlaceIndexRequest {
6
+ }
7
+ export interface DescribePlaceIndexCommandOutput extends DescribePlaceIndexResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Retrieves the place index resource details.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { LocationClient, DescribePlaceIndexCommand } from "@aws-sdk/client-location"; // ES Modules import
15
+ * // const { LocationClient, DescribePlaceIndexCommand } = require("@aws-sdk/client-location"); // CommonJS import
16
+ * const client = new LocationClient(config);
17
+ * const command = new DescribePlaceIndexCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link DescribePlaceIndexCommandInput} for command's `input` shape.
22
+ * @see {@link DescribePlaceIndexCommandOutput} for command's `response` shape.
23
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class DescribePlaceIndexCommand extends $Command<DescribePlaceIndexCommandInput, DescribePlaceIndexCommandOutput, LocationClientResolvedConfig> {
27
+ readonly input: DescribePlaceIndexCommandInput;
28
+ constructor(input: DescribePlaceIndexCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribePlaceIndexCommandInput, DescribePlaceIndexCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }