@aws-sdk/client-location 3.186.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 (78) hide show
  1. package/dist-types/ts3.4/Location.d.ts +626 -905
  2. package/dist-types/ts3.4/LocationClient.d.ts +197 -422
  3. package/dist-types/ts3.4/commands/AssociateTrackerConsumerCommand.d.ts +41 -39
  4. package/dist-types/ts3.4/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +35 -39
  5. package/dist-types/ts3.4/commands/BatchDeleteGeofenceCommand.d.ts +38 -36
  6. package/dist-types/ts3.4/commands/BatchEvaluateGeofencesCommand.d.ts +63 -39
  7. package/dist-types/ts3.4/commands/BatchGetDevicePositionCommand.d.ts +35 -39
  8. package/dist-types/ts3.4/commands/BatchPutGeofenceCommand.d.ts +36 -35
  9. package/dist-types/ts3.4/commands/BatchUpdateDevicePositionCommand.d.ts +53 -39
  10. package/dist-types/ts3.4/commands/CalculateRouteCommand.d.ts +68 -35
  11. package/dist-types/ts3.4/commands/CalculateRouteMatrixCommand.d.ts +76 -39
  12. package/dist-types/ts3.4/commands/CreateGeofenceCollectionCommand.d.ts +35 -39
  13. package/dist-types/ts3.4/commands/CreateMapCommand.d.ts +42 -32
  14. package/dist-types/ts3.4/commands/CreatePlaceIndexCommand.d.ts +45 -35
  15. package/dist-types/ts3.4/commands/CreateRouteCalculatorCommand.d.ts +44 -39
  16. package/dist-types/ts3.4/commands/CreateTrackerCommand.d.ts +36 -35
  17. package/dist-types/ts3.4/commands/DeleteGeofenceCollectionCommand.d.ts +39 -39
  18. package/dist-types/ts3.4/commands/DeleteMapCommand.d.ts +39 -32
  19. package/dist-types/ts3.4/commands/DeletePlaceIndexCommand.d.ts +38 -35
  20. package/dist-types/ts3.4/commands/DeleteRouteCalculatorCommand.d.ts +38 -39
  21. package/dist-types/ts3.4/commands/DeleteTrackerCommand.d.ts +40 -35
  22. package/dist-types/ts3.4/commands/DescribeGeofenceCollectionCommand.d.ts +35 -39
  23. package/dist-types/ts3.4/commands/DescribeMapCommand.d.ts +35 -32
  24. package/dist-types/ts3.4/commands/DescribePlaceIndexCommand.d.ts +35 -36
  25. package/dist-types/ts3.4/commands/DescribeRouteCalculatorCommand.d.ts +35 -39
  26. package/dist-types/ts3.4/commands/DescribeTrackerCommand.d.ts +35 -35
  27. package/dist-types/ts3.4/commands/DisassociateTrackerConsumerCommand.d.ts +39 -39
  28. package/dist-types/ts3.4/commands/GetDevicePositionCommand.d.ts +38 -36
  29. package/dist-types/ts3.4/commands/GetDevicePositionHistoryCommand.d.ts +39 -39
  30. package/dist-types/ts3.4/commands/GetGeofenceCommand.d.ts +35 -32
  31. package/dist-types/ts3.4/commands/GetMapGlyphsCommand.d.ts +35 -32
  32. package/dist-types/ts3.4/commands/GetMapSpritesCommand.d.ts +37 -35
  33. package/dist-types/ts3.4/commands/GetMapStyleDescriptorCommand.d.ts +38 -39
  34. package/dist-types/ts3.4/commands/GetMapTileCommand.d.ts +40 -32
  35. package/dist-types/ts3.4/commands/GetPlaceCommand.d.ts +51 -32
  36. package/dist-types/ts3.4/commands/ListDevicePositionsCommand.d.ts +35 -36
  37. package/dist-types/ts3.4/commands/ListGeofenceCollectionsCommand.d.ts +35 -39
  38. package/dist-types/ts3.4/commands/ListGeofencesCommand.d.ts +35 -35
  39. package/dist-types/ts3.4/commands/ListMapsCommand.d.ts +35 -32
  40. package/dist-types/ts3.4/commands/ListPlaceIndexesCommand.d.ts +35 -35
  41. package/dist-types/ts3.4/commands/ListRouteCalculatorsCommand.d.ts +35 -39
  42. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +35 -36
  43. package/dist-types/ts3.4/commands/ListTrackerConsumersCommand.d.ts +35 -39
  44. package/dist-types/ts3.4/commands/ListTrackersCommand.d.ts +35 -32
  45. package/dist-types/ts3.4/commands/PutGeofenceCommand.d.ts +36 -32
  46. package/dist-types/ts3.4/commands/SearchPlaceIndexForPositionCommand.d.ts +36 -39
  47. package/dist-types/ts3.4/commands/SearchPlaceIndexForSuggestionsCommand.d.ts +46 -39
  48. package/dist-types/ts3.4/commands/SearchPlaceIndexForTextCommand.d.ts +44 -39
  49. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +48 -32
  50. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -35
  51. package/dist-types/ts3.4/commands/UpdateGeofenceCollectionCommand.d.ts +35 -39
  52. package/dist-types/ts3.4/commands/UpdateMapCommand.d.ts +35 -32
  53. package/dist-types/ts3.4/commands/UpdatePlaceIndexCommand.d.ts +35 -35
  54. package/dist-types/ts3.4/commands/UpdateRouteCalculatorCommand.d.ts +35 -39
  55. package/dist-types/ts3.4/commands/UpdateTrackerCommand.d.ts +35 -35
  56. package/dist-types/ts3.4/commands/index.d.ts +53 -53
  57. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  58. package/dist-types/ts3.4/index.d.ts +6 -6
  59. package/dist-types/ts3.4/models/LocationServiceException.d.ts +10 -7
  60. package/dist-types/ts3.4/models/index.d.ts +1 -1
  61. package/dist-types/ts3.4/models/models_0.d.ts +4783 -1283
  62. package/dist-types/ts3.4/pagination/GetDevicePositionHistoryPaginator.d.ts +4 -11
  63. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -7
  64. package/dist-types/ts3.4/pagination/ListDevicePositionsPaginator.d.ts +4 -11
  65. package/dist-types/ts3.4/pagination/ListGeofenceCollectionsPaginator.d.ts +4 -11
  66. package/dist-types/ts3.4/pagination/ListGeofencesPaginator.d.ts +4 -11
  67. package/dist-types/ts3.4/pagination/ListMapsPaginator.d.ts +4 -11
  68. package/dist-types/ts3.4/pagination/ListPlaceIndexesPaginator.d.ts +4 -11
  69. package/dist-types/ts3.4/pagination/ListRouteCalculatorsPaginator.d.ts +4 -11
  70. package/dist-types/ts3.4/pagination/ListTrackerConsumersPaginator.d.ts +4 -11
  71. package/dist-types/ts3.4/pagination/ListTrackersPaginator.d.ts +4 -11
  72. package/dist-types/ts3.4/pagination/index.d.ts +10 -10
  73. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +161 -641
  74. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +40 -67
  75. package/dist-types/ts3.4/runtimeConfig.d.ts +40 -67
  76. package/dist-types/ts3.4/runtimeConfig.native.d.ts +39 -68
  77. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -10
  78. package/package.json +2 -2
@@ -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
- DescribeRouteCalculatorRequest,
15
- DescribeRouteCalculatorResponse,
16
- } from "../models/models_0";
17
- export interface DescribeRouteCalculatorCommandInput
18
- extends DescribeRouteCalculatorRequest {}
19
- export interface DescribeRouteCalculatorCommandOutput
20
- extends DescribeRouteCalculatorResponse,
21
- __MetadataBearer {}
22
- export declare class DescribeRouteCalculatorCommand extends $Command<
23
- DescribeRouteCalculatorCommandInput,
24
- DescribeRouteCalculatorCommandOutput,
25
- LocationClientResolvedConfig
26
- > {
27
- readonly input: DescribeRouteCalculatorCommandInput;
28
- constructor(input: DescribeRouteCalculatorCommandInput);
29
- resolveMiddleware(
30
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
- configuration: LocationClientResolvedConfig,
32
- options?: __HttpHandlerOptions
33
- ): Handler<
34
- DescribeRouteCalculatorCommandInput,
35
- DescribeRouteCalculatorCommandOutput
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 { DescribeRouteCalculatorRequest, DescribeRouteCalculatorResponse } from "../models/models_0";
5
+ export interface DescribeRouteCalculatorCommandInput extends DescribeRouteCalculatorRequest {
6
+ }
7
+ export interface DescribeRouteCalculatorCommandOutput extends DescribeRouteCalculatorResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Retrieves the route calculator 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, DescribeRouteCalculatorCommand } from "@aws-sdk/client-location"; // ES Modules import
15
+ * // const { LocationClient, DescribeRouteCalculatorCommand } = require("@aws-sdk/client-location"); // CommonJS import
16
+ * const client = new LocationClient(config);
17
+ * const command = new DescribeRouteCalculatorCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link DescribeRouteCalculatorCommandInput} for command's `input` shape.
22
+ * @see {@link DescribeRouteCalculatorCommandOutput} for command's `response` shape.
23
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class DescribeRouteCalculatorCommand extends $Command<DescribeRouteCalculatorCommandInput, DescribeRouteCalculatorCommandOutput, LocationClientResolvedConfig> {
27
+ readonly input: DescribeRouteCalculatorCommandInput;
28
+ constructor(input: DescribeRouteCalculatorCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeRouteCalculatorCommandInput, DescribeRouteCalculatorCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,35 +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
- DescribeTrackerRequest,
15
- DescribeTrackerResponse,
16
- } from "../models/models_0";
17
- export interface DescribeTrackerCommandInput extends DescribeTrackerRequest {}
18
- export interface DescribeTrackerCommandOutput
19
- extends DescribeTrackerResponse,
20
- __MetadataBearer {}
21
- export declare class DescribeTrackerCommand extends $Command<
22
- DescribeTrackerCommandInput,
23
- DescribeTrackerCommandOutput,
24
- LocationClientResolvedConfig
25
- > {
26
- readonly input: DescribeTrackerCommandInput;
27
- constructor(input: DescribeTrackerCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: LocationClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<DescribeTrackerCommandInput, DescribeTrackerCommandOutput>;
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 { DescribeTrackerRequest, DescribeTrackerResponse } from "../models/models_0";
5
+ export interface DescribeTrackerCommandInput extends DescribeTrackerRequest {
6
+ }
7
+ export interface DescribeTrackerCommandOutput extends DescribeTrackerResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Retrieves the tracker 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, DescribeTrackerCommand } from "@aws-sdk/client-location"; // ES Modules import
15
+ * // const { LocationClient, DescribeTrackerCommand } = require("@aws-sdk/client-location"); // CommonJS import
16
+ * const client = new LocationClient(config);
17
+ * const command = new DescribeTrackerCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link DescribeTrackerCommandInput} for command's `input` shape.
22
+ * @see {@link DescribeTrackerCommandOutput} for command's `response` shape.
23
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class DescribeTrackerCommand extends $Command<DescribeTrackerCommandInput, DescribeTrackerCommandOutput, LocationClientResolvedConfig> {
27
+ readonly input: DescribeTrackerCommandInput;
28
+ constructor(input: DescribeTrackerCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTrackerCommandInput, DescribeTrackerCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -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
- DisassociateTrackerConsumerRequest,
15
- DisassociateTrackerConsumerResponse,
16
- } from "../models/models_0";
17
- export interface DisassociateTrackerConsumerCommandInput
18
- extends DisassociateTrackerConsumerRequest {}
19
- export interface DisassociateTrackerConsumerCommandOutput
20
- extends DisassociateTrackerConsumerResponse,
21
- __MetadataBearer {}
22
- export declare class DisassociateTrackerConsumerCommand extends $Command<
23
- DisassociateTrackerConsumerCommandInput,
24
- DisassociateTrackerConsumerCommandOutput,
25
- LocationClientResolvedConfig
26
- > {
27
- readonly input: DisassociateTrackerConsumerCommandInput;
28
- constructor(input: DisassociateTrackerConsumerCommandInput);
29
- resolveMiddleware(
30
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
- configuration: LocationClientResolvedConfig,
32
- options?: __HttpHandlerOptions
33
- ): Handler<
34
- DisassociateTrackerConsumerCommandInput,
35
- DisassociateTrackerConsumerCommandOutput
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 { DisassociateTrackerConsumerRequest, DisassociateTrackerConsumerResponse } from "../models/models_0";
5
+ export interface DisassociateTrackerConsumerCommandInput extends DisassociateTrackerConsumerRequest {
6
+ }
7
+ export interface DisassociateTrackerConsumerCommandOutput extends DisassociateTrackerConsumerResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Removes the association between a tracker resource and a geofence collection.</p>
11
+ * <note>
12
+ * <p>Once you unlink a tracker resource from a geofence collection, the tracker
13
+ * positions will no longer be automatically evaluated against geofences.</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, DisassociateTrackerConsumerCommand } from "@aws-sdk/client-location"; // ES Modules import
19
+ * // const { LocationClient, DisassociateTrackerConsumerCommand } = require("@aws-sdk/client-location"); // CommonJS import
20
+ * const client = new LocationClient(config);
21
+ * const command = new DisassociateTrackerConsumerCommand(input);
22
+ * const response = await client.send(command);
23
+ * ```
24
+ *
25
+ * @see {@link DisassociateTrackerConsumerCommandInput} for command's `input` shape.
26
+ * @see {@link DisassociateTrackerConsumerCommandOutput} for command's `response` shape.
27
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
28
+ *
29
+ */
30
+ export declare class DisassociateTrackerConsumerCommand extends $Command<DisassociateTrackerConsumerCommandInput, DisassociateTrackerConsumerCommandOutput, LocationClientResolvedConfig> {
31
+ readonly input: DisassociateTrackerConsumerCommandInput;
32
+ constructor(input: DisassociateTrackerConsumerCommandInput);
33
+ /**
34
+ * @internal
35
+ */
36
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateTrackerConsumerCommandInput, DisassociateTrackerConsumerCommandOutput>;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,36 +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
- GetDevicePositionRequest,
15
- GetDevicePositionResponse,
16
- } from "../models/models_0";
17
- export interface GetDevicePositionCommandInput
18
- extends GetDevicePositionRequest {}
19
- export interface GetDevicePositionCommandOutput
20
- extends GetDevicePositionResponse,
21
- __MetadataBearer {}
22
- export declare class GetDevicePositionCommand extends $Command<
23
- GetDevicePositionCommandInput,
24
- GetDevicePositionCommandOutput,
25
- LocationClientResolvedConfig
26
- > {
27
- readonly input: GetDevicePositionCommandInput;
28
- constructor(input: GetDevicePositionCommandInput);
29
- resolveMiddleware(
30
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
- configuration: LocationClientResolvedConfig,
32
- options?: __HttpHandlerOptions
33
- ): Handler<GetDevicePositionCommandInput, GetDevicePositionCommandOutput>;
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 { GetDevicePositionRequest, GetDevicePositionResponse } from "../models/models_0";
5
+ export interface GetDevicePositionCommandInput extends GetDevicePositionRequest {
6
+ }
7
+ export interface GetDevicePositionCommandOutput extends GetDevicePositionResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Retrieves a device's most recent position according to its sample time.</p>
11
+ * <note>
12
+ * <p>Device positions are deleted after 30 days.</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, GetDevicePositionCommand } from "@aws-sdk/client-location"; // ES Modules import
18
+ * // const { LocationClient, GetDevicePositionCommand } = require("@aws-sdk/client-location"); // CommonJS import
19
+ * const client = new LocationClient(config);
20
+ * const command = new GetDevicePositionCommand(input);
21
+ * const response = await client.send(command);
22
+ * ```
23
+ *
24
+ * @see {@link GetDevicePositionCommandInput} for command's `input` shape.
25
+ * @see {@link GetDevicePositionCommandOutput} for command's `response` shape.
26
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
27
+ *
28
+ */
29
+ export declare class GetDevicePositionCommand extends $Command<GetDevicePositionCommandInput, GetDevicePositionCommandOutput, LocationClientResolvedConfig> {
30
+ readonly input: GetDevicePositionCommandInput;
31
+ constructor(input: GetDevicePositionCommandInput);
32
+ /**
33
+ * @internal
34
+ */
35
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDevicePositionCommandInput, GetDevicePositionCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -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
- GetDevicePositionHistoryRequest,
15
- GetDevicePositionHistoryResponse,
16
- } from "../models/models_0";
17
- export interface GetDevicePositionHistoryCommandInput
18
- extends GetDevicePositionHistoryRequest {}
19
- export interface GetDevicePositionHistoryCommandOutput
20
- extends GetDevicePositionHistoryResponse,
21
- __MetadataBearer {}
22
- export declare class GetDevicePositionHistoryCommand extends $Command<
23
- GetDevicePositionHistoryCommandInput,
24
- GetDevicePositionHistoryCommandOutput,
25
- LocationClientResolvedConfig
26
- > {
27
- readonly input: GetDevicePositionHistoryCommandInput;
28
- constructor(input: GetDevicePositionHistoryCommandInput);
29
- resolveMiddleware(
30
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
- configuration: LocationClientResolvedConfig,
32
- options?: __HttpHandlerOptions
33
- ): Handler<
34
- GetDevicePositionHistoryCommandInput,
35
- GetDevicePositionHistoryCommandOutput
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 { GetDevicePositionHistoryRequest, GetDevicePositionHistoryResponse } from "../models/models_0";
5
+ export interface GetDevicePositionHistoryCommandInput extends GetDevicePositionHistoryRequest {
6
+ }
7
+ export interface GetDevicePositionHistoryCommandOutput extends GetDevicePositionHistoryResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Retrieves the device position history from a tracker resource within a specified range
11
+ * of time.</p>
12
+ * <note>
13
+ * <p>Device positions are deleted after 30 days.</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, GetDevicePositionHistoryCommand } from "@aws-sdk/client-location"; // ES Modules import
19
+ * // const { LocationClient, GetDevicePositionHistoryCommand } = require("@aws-sdk/client-location"); // CommonJS import
20
+ * const client = new LocationClient(config);
21
+ * const command = new GetDevicePositionHistoryCommand(input);
22
+ * const response = await client.send(command);
23
+ * ```
24
+ *
25
+ * @see {@link GetDevicePositionHistoryCommandInput} for command's `input` shape.
26
+ * @see {@link GetDevicePositionHistoryCommandOutput} for command's `response` shape.
27
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
28
+ *
29
+ */
30
+ export declare class GetDevicePositionHistoryCommand extends $Command<GetDevicePositionHistoryCommandInput, GetDevicePositionHistoryCommandOutput, LocationClientResolvedConfig> {
31
+ readonly input: GetDevicePositionHistoryCommandInput;
32
+ constructor(input: GetDevicePositionHistoryCommandInput);
33
+ /**
34
+ * @internal
35
+ */
36
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDevicePositionHistoryCommandInput, GetDevicePositionHistoryCommandOutput>;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -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 { GetGeofenceRequest, GetGeofenceResponse } from "../models/models_0";
14
- export interface GetGeofenceCommandInput extends GetGeofenceRequest {}
15
- export interface GetGeofenceCommandOutput
16
- extends GetGeofenceResponse,
17
- __MetadataBearer {}
18
- export declare class GetGeofenceCommand extends $Command<
19
- GetGeofenceCommandInput,
20
- GetGeofenceCommandOutput,
21
- LocationClientResolvedConfig
22
- > {
23
- readonly input: GetGeofenceCommandInput;
24
- constructor(input: GetGeofenceCommandInput);
25
- resolveMiddleware(
26
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
- configuration: LocationClientResolvedConfig,
28
- options?: __HttpHandlerOptions
29
- ): Handler<GetGeofenceCommandInput, GetGeofenceCommandOutput>;
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 { GetGeofenceRequest, GetGeofenceResponse } from "../models/models_0";
5
+ export interface GetGeofenceCommandInput extends GetGeofenceRequest {
6
+ }
7
+ export interface GetGeofenceCommandOutput extends GetGeofenceResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Retrieves the geofence details from a geofence collection.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { LocationClient, GetGeofenceCommand } from "@aws-sdk/client-location"; // ES Modules import
15
+ * // const { LocationClient, GetGeofenceCommand } = require("@aws-sdk/client-location"); // CommonJS import
16
+ * const client = new LocationClient(config);
17
+ * const command = new GetGeofenceCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link GetGeofenceCommandInput} for command's `input` shape.
22
+ * @see {@link GetGeofenceCommandOutput} for command's `response` shape.
23
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class GetGeofenceCommand extends $Command<GetGeofenceCommandInput, GetGeofenceCommandOutput, LocationClientResolvedConfig> {
27
+ readonly input: GetGeofenceCommandInput;
28
+ constructor(input: GetGeofenceCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetGeofenceCommandInput, GetGeofenceCommandOutput>;
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 { GetMapGlyphsRequest, GetMapGlyphsResponse } from "../models/models_0";
14
- export interface GetMapGlyphsCommandInput extends GetMapGlyphsRequest {}
15
- export interface GetMapGlyphsCommandOutput
16
- extends GetMapGlyphsResponse,
17
- __MetadataBearer {}
18
- export declare class GetMapGlyphsCommand extends $Command<
19
- GetMapGlyphsCommandInput,
20
- GetMapGlyphsCommandOutput,
21
- LocationClientResolvedConfig
22
- > {
23
- readonly input: GetMapGlyphsCommandInput;
24
- constructor(input: GetMapGlyphsCommandInput);
25
- resolveMiddleware(
26
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
- configuration: LocationClientResolvedConfig,
28
- options?: __HttpHandlerOptions
29
- ): Handler<GetMapGlyphsCommandInput, GetMapGlyphsCommandOutput>;
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 { GetMapGlyphsRequest, GetMapGlyphsResponse } from "../models/models_0";
5
+ export interface GetMapGlyphsCommandInput extends GetMapGlyphsRequest {
6
+ }
7
+ export interface GetMapGlyphsCommandOutput extends GetMapGlyphsResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Retrieves glyphs used to display labels on a map.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { LocationClient, GetMapGlyphsCommand } from "@aws-sdk/client-location"; // ES Modules import
15
+ * // const { LocationClient, GetMapGlyphsCommand } = require("@aws-sdk/client-location"); // CommonJS import
16
+ * const client = new LocationClient(config);
17
+ * const command = new GetMapGlyphsCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link GetMapGlyphsCommandInput} for command's `input` shape.
22
+ * @see {@link GetMapGlyphsCommandOutput} for command's `response` shape.
23
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class GetMapGlyphsCommand extends $Command<GetMapGlyphsCommandInput, GetMapGlyphsCommandOutput, LocationClientResolvedConfig> {
27
+ readonly input: GetMapGlyphsCommandInput;
28
+ constructor(input: GetMapGlyphsCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMapGlyphsCommandInput, GetMapGlyphsCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,35 +1,37 @@
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
- GetMapSpritesRequest,
15
- GetMapSpritesResponse,
16
- } from "../models/models_0";
17
- export interface GetMapSpritesCommandInput extends GetMapSpritesRequest {}
18
- export interface GetMapSpritesCommandOutput
19
- extends GetMapSpritesResponse,
20
- __MetadataBearer {}
21
- export declare class GetMapSpritesCommand extends $Command<
22
- GetMapSpritesCommandInput,
23
- GetMapSpritesCommandOutput,
24
- LocationClientResolvedConfig
25
- > {
26
- readonly input: GetMapSpritesCommandInput;
27
- constructor(input: GetMapSpritesCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: LocationClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<GetMapSpritesCommandInput, GetMapSpritesCommandOutput>;
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 { GetMapSpritesRequest, GetMapSpritesResponse } from "../models/models_0";
5
+ export interface GetMapSpritesCommandInput extends GetMapSpritesRequest {
6
+ }
7
+ export interface GetMapSpritesCommandOutput extends GetMapSpritesResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Retrieves the sprite sheet corresponding to a map resource. The sprite sheet is a PNG
11
+ * image paired with a JSON document describing the offsets of individual icons that will
12
+ * be displayed on a rendered map.</p>
13
+ * @example
14
+ * Use a bare-bones client and the command you need to make an API call.
15
+ * ```javascript
16
+ * import { LocationClient, GetMapSpritesCommand } from "@aws-sdk/client-location"; // ES Modules import
17
+ * // const { LocationClient, GetMapSpritesCommand } = require("@aws-sdk/client-location"); // CommonJS import
18
+ * const client = new LocationClient(config);
19
+ * const command = new GetMapSpritesCommand(input);
20
+ * const response = await client.send(command);
21
+ * ```
22
+ *
23
+ * @see {@link GetMapSpritesCommandInput} for command's `input` shape.
24
+ * @see {@link GetMapSpritesCommandOutput} for command's `response` shape.
25
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
26
+ *
27
+ */
28
+ export declare class GetMapSpritesCommand extends $Command<GetMapSpritesCommandInput, GetMapSpritesCommandOutput, LocationClientResolvedConfig> {
29
+ readonly input: GetMapSpritesCommandInput;
30
+ constructor(input: GetMapSpritesCommandInput);
31
+ /**
32
+ * @internal
33
+ */
34
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMapSpritesCommandInput, GetMapSpritesCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }