@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,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
- GetMapStyleDescriptorRequest,
15
- GetMapStyleDescriptorResponse,
16
- } from "../models/models_0";
17
- export interface GetMapStyleDescriptorCommandInput
18
- extends GetMapStyleDescriptorRequest {}
19
- export interface GetMapStyleDescriptorCommandOutput
20
- extends GetMapStyleDescriptorResponse,
21
- __MetadataBearer {}
22
- export declare class GetMapStyleDescriptorCommand extends $Command<
23
- GetMapStyleDescriptorCommandInput,
24
- GetMapStyleDescriptorCommandOutput,
25
- LocationClientResolvedConfig
26
- > {
27
- readonly input: GetMapStyleDescriptorCommandInput;
28
- constructor(input: GetMapStyleDescriptorCommandInput);
29
- resolveMiddleware(
30
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
- configuration: LocationClientResolvedConfig,
32
- options?: __HttpHandlerOptions
33
- ): Handler<
34
- GetMapStyleDescriptorCommandInput,
35
- GetMapStyleDescriptorCommandOutput
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 { GetMapStyleDescriptorRequest, GetMapStyleDescriptorResponse } from "../models/models_0";
5
+ export interface GetMapStyleDescriptorCommandInput extends GetMapStyleDescriptorRequest {
6
+ }
7
+ export interface GetMapStyleDescriptorCommandOutput extends GetMapStyleDescriptorResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Retrieves the map style descriptor from a map resource. </p>
11
+ * <p>The style descriptor contains specifications on how features render on a map. For
12
+ * example, what data to display, what order to display the data in, and the style for the
13
+ * data. Style descriptors follow the Mapbox Style Specification.</p>
14
+ * @example
15
+ * Use a bare-bones client and the command you need to make an API call.
16
+ * ```javascript
17
+ * import { LocationClient, GetMapStyleDescriptorCommand } from "@aws-sdk/client-location"; // ES Modules import
18
+ * // const { LocationClient, GetMapStyleDescriptorCommand } = require("@aws-sdk/client-location"); // CommonJS import
19
+ * const client = new LocationClient(config);
20
+ * const command = new GetMapStyleDescriptorCommand(input);
21
+ * const response = await client.send(command);
22
+ * ```
23
+ *
24
+ * @see {@link GetMapStyleDescriptorCommandInput} for command's `input` shape.
25
+ * @see {@link GetMapStyleDescriptorCommandOutput} for command's `response` shape.
26
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
27
+ *
28
+ */
29
+ export declare class GetMapStyleDescriptorCommand extends $Command<GetMapStyleDescriptorCommandInput, GetMapStyleDescriptorCommandOutput, LocationClientResolvedConfig> {
30
+ readonly input: GetMapStyleDescriptorCommandInput;
31
+ constructor(input: GetMapStyleDescriptorCommandInput);
32
+ /**
33
+ * @internal
34
+ */
35
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMapStyleDescriptorCommandInput, GetMapStyleDescriptorCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,32 +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 { GetMapTileRequest, GetMapTileResponse } from "../models/models_0";
14
- export interface GetMapTileCommandInput extends GetMapTileRequest {}
15
- export interface GetMapTileCommandOutput
16
- extends GetMapTileResponse,
17
- __MetadataBearer {}
18
- export declare class GetMapTileCommand extends $Command<
19
- GetMapTileCommandInput,
20
- GetMapTileCommandOutput,
21
- LocationClientResolvedConfig
22
- > {
23
- readonly input: GetMapTileCommandInput;
24
- constructor(input: GetMapTileCommandInput);
25
- resolveMiddleware(
26
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
- configuration: LocationClientResolvedConfig,
28
- options?: __HttpHandlerOptions
29
- ): Handler<GetMapTileCommandInput, GetMapTileCommandOutput>;
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 { GetMapTileRequest, GetMapTileResponse } from "../models/models_0";
5
+ export interface GetMapTileCommandInput extends GetMapTileRequest {
6
+ }
7
+ export interface GetMapTileCommandOutput extends GetMapTileResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Retrieves a vector data tile from the map resource. Map tiles are used by clients to
11
+ * render a map. they're addressed using a grid arrangement with an X coordinate, Y
12
+ * coordinate, and Z (zoom) level. </p>
13
+ * <p>The origin (0, 0) is the top left of the map. Increasing the zoom level by 1 doubles
14
+ * both the X and Y dimensions, so a tile containing data for the entire world at (0/0/0)
15
+ * will be split into 4 tiles at zoom 1 (1/0/0, 1/0/1, 1/1/0, 1/1/1).</p>
16
+ * @example
17
+ * Use a bare-bones client and the command you need to make an API call.
18
+ * ```javascript
19
+ * import { LocationClient, GetMapTileCommand } from "@aws-sdk/client-location"; // ES Modules import
20
+ * // const { LocationClient, GetMapTileCommand } = require("@aws-sdk/client-location"); // CommonJS import
21
+ * const client = new LocationClient(config);
22
+ * const command = new GetMapTileCommand(input);
23
+ * const response = await client.send(command);
24
+ * ```
25
+ *
26
+ * @see {@link GetMapTileCommandInput} for command's `input` shape.
27
+ * @see {@link GetMapTileCommandOutput} for command's `response` shape.
28
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
29
+ *
30
+ */
31
+ export declare class GetMapTileCommand extends $Command<GetMapTileCommandInput, GetMapTileCommandOutput, LocationClientResolvedConfig> {
32
+ readonly input: GetMapTileCommandInput;
33
+ constructor(input: GetMapTileCommandInput);
34
+ /**
35
+ * @internal
36
+ */
37
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMapTileCommandInput, GetMapTileCommandOutput>;
38
+ private serialize;
39
+ private deserialize;
40
+ }
@@ -1,32 +1,51 @@
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 { GetPlaceRequest, GetPlaceResponse } from "../models/models_0";
14
- export interface GetPlaceCommandInput extends GetPlaceRequest {}
15
- export interface GetPlaceCommandOutput
16
- extends GetPlaceResponse,
17
- __MetadataBearer {}
18
- export declare class GetPlaceCommand extends $Command<
19
- GetPlaceCommandInput,
20
- GetPlaceCommandOutput,
21
- LocationClientResolvedConfig
22
- > {
23
- readonly input: GetPlaceCommandInput;
24
- constructor(input: GetPlaceCommandInput);
25
- resolveMiddleware(
26
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
- configuration: LocationClientResolvedConfig,
28
- options?: __HttpHandlerOptions
29
- ): Handler<GetPlaceCommandInput, GetPlaceCommandOutput>;
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 { GetPlaceRequest, GetPlaceResponse } from "../models/models_0";
5
+ export interface GetPlaceCommandInput extends GetPlaceRequest {
6
+ }
7
+ export interface GetPlaceCommandOutput extends GetPlaceResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Finds a place by its unique ID. A <code>PlaceId</code> is returned by other search
11
+ * operations.</p>
12
+ * <note>
13
+ * <p>A PlaceId is valid only if all of the following are the same in the original
14
+ * search request and the call to <code>GetPlace</code>.</p>
15
+ * <ul>
16
+ * <li>
17
+ * <p>Customer AWS account</p>
18
+ * </li>
19
+ * <li>
20
+ * <p>AWS Region</p>
21
+ * </li>
22
+ * <li>
23
+ * <p>Data provider specified in the place index resource</p>
24
+ * </li>
25
+ * </ul>
26
+ * </note>
27
+ * @example
28
+ * Use a bare-bones client and the command you need to make an API call.
29
+ * ```javascript
30
+ * import { LocationClient, GetPlaceCommand } from "@aws-sdk/client-location"; // ES Modules import
31
+ * // const { LocationClient, GetPlaceCommand } = require("@aws-sdk/client-location"); // CommonJS import
32
+ * const client = new LocationClient(config);
33
+ * const command = new GetPlaceCommand(input);
34
+ * const response = await client.send(command);
35
+ * ```
36
+ *
37
+ * @see {@link GetPlaceCommandInput} for command's `input` shape.
38
+ * @see {@link GetPlaceCommandOutput} for command's `response` shape.
39
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
40
+ *
41
+ */
42
+ export declare class GetPlaceCommand extends $Command<GetPlaceCommandInput, GetPlaceCommandOutput, LocationClientResolvedConfig> {
43
+ readonly input: GetPlaceCommandInput;
44
+ constructor(input: GetPlaceCommandInput);
45
+ /**
46
+ * @internal
47
+ */
48
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPlaceCommandInput, GetPlaceCommandOutput>;
49
+ private serialize;
50
+ private deserialize;
51
+ }
@@ -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
- ListDevicePositionsRequest,
15
- ListDevicePositionsResponse,
16
- } from "../models/models_0";
17
- export interface ListDevicePositionsCommandInput
18
- extends ListDevicePositionsRequest {}
19
- export interface ListDevicePositionsCommandOutput
20
- extends ListDevicePositionsResponse,
21
- __MetadataBearer {}
22
- export declare class ListDevicePositionsCommand extends $Command<
23
- ListDevicePositionsCommandInput,
24
- ListDevicePositionsCommandOutput,
25
- LocationClientResolvedConfig
26
- > {
27
- readonly input: ListDevicePositionsCommandInput;
28
- constructor(input: ListDevicePositionsCommandInput);
29
- resolveMiddleware(
30
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
- configuration: LocationClientResolvedConfig,
32
- options?: __HttpHandlerOptions
33
- ): Handler<ListDevicePositionsCommandInput, ListDevicePositionsCommandOutput>;
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 { ListDevicePositionsRequest, ListDevicePositionsResponse } from "../models/models_0";
5
+ export interface ListDevicePositionsCommandInput extends ListDevicePositionsRequest {
6
+ }
7
+ export interface ListDevicePositionsCommandOutput extends ListDevicePositionsResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>A batch request to retrieve all device positions.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { LocationClient, ListDevicePositionsCommand } from "@aws-sdk/client-location"; // ES Modules import
15
+ * // const { LocationClient, ListDevicePositionsCommand } = require("@aws-sdk/client-location"); // CommonJS import
16
+ * const client = new LocationClient(config);
17
+ * const command = new ListDevicePositionsCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link ListDevicePositionsCommandInput} for command's `input` shape.
22
+ * @see {@link ListDevicePositionsCommandOutput} for command's `response` shape.
23
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class ListDevicePositionsCommand extends $Command<ListDevicePositionsCommandInput, ListDevicePositionsCommandOutput, LocationClientResolvedConfig> {
27
+ readonly input: ListDevicePositionsCommandInput;
28
+ constructor(input: ListDevicePositionsCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDevicePositionsCommandInput, ListDevicePositionsCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -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
- ListGeofenceCollectionsRequest,
15
- ListGeofenceCollectionsResponse,
16
- } from "../models/models_0";
17
- export interface ListGeofenceCollectionsCommandInput
18
- extends ListGeofenceCollectionsRequest {}
19
- export interface ListGeofenceCollectionsCommandOutput
20
- extends ListGeofenceCollectionsResponse,
21
- __MetadataBearer {}
22
- export declare class ListGeofenceCollectionsCommand extends $Command<
23
- ListGeofenceCollectionsCommandInput,
24
- ListGeofenceCollectionsCommandOutput,
25
- LocationClientResolvedConfig
26
- > {
27
- readonly input: ListGeofenceCollectionsCommandInput;
28
- constructor(input: ListGeofenceCollectionsCommandInput);
29
- resolveMiddleware(
30
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
- configuration: LocationClientResolvedConfig,
32
- options?: __HttpHandlerOptions
33
- ): Handler<
34
- ListGeofenceCollectionsCommandInput,
35
- ListGeofenceCollectionsCommandOutput
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 { ListGeofenceCollectionsRequest, ListGeofenceCollectionsResponse } from "../models/models_0";
5
+ export interface ListGeofenceCollectionsCommandInput extends ListGeofenceCollectionsRequest {
6
+ }
7
+ export interface ListGeofenceCollectionsCommandOutput extends ListGeofenceCollectionsResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Lists geofence collections in your AWS account.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { LocationClient, ListGeofenceCollectionsCommand } from "@aws-sdk/client-location"; // ES Modules import
15
+ * // const { LocationClient, ListGeofenceCollectionsCommand } = require("@aws-sdk/client-location"); // CommonJS import
16
+ * const client = new LocationClient(config);
17
+ * const command = new ListGeofenceCollectionsCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link ListGeofenceCollectionsCommandInput} for command's `input` shape.
22
+ * @see {@link ListGeofenceCollectionsCommandOutput} for command's `response` shape.
23
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class ListGeofenceCollectionsCommand extends $Command<ListGeofenceCollectionsCommandInput, ListGeofenceCollectionsCommandOutput, LocationClientResolvedConfig> {
27
+ readonly input: ListGeofenceCollectionsCommandInput;
28
+ constructor(input: ListGeofenceCollectionsCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListGeofenceCollectionsCommandInput, ListGeofenceCollectionsCommandOutput>;
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
- ListGeofencesRequest,
15
- ListGeofencesResponse,
16
- } from "../models/models_0";
17
- export interface ListGeofencesCommandInput extends ListGeofencesRequest {}
18
- export interface ListGeofencesCommandOutput
19
- extends ListGeofencesResponse,
20
- __MetadataBearer {}
21
- export declare class ListGeofencesCommand extends $Command<
22
- ListGeofencesCommandInput,
23
- ListGeofencesCommandOutput,
24
- LocationClientResolvedConfig
25
- > {
26
- readonly input: ListGeofencesCommandInput;
27
- constructor(input: ListGeofencesCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: LocationClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<ListGeofencesCommandInput, ListGeofencesCommandOutput>;
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 { ListGeofencesRequest, ListGeofencesResponse } from "../models/models_0";
5
+ export interface ListGeofencesCommandInput extends ListGeofencesRequest {
6
+ }
7
+ export interface ListGeofencesCommandOutput extends ListGeofencesResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Lists geofences stored in a given 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, ListGeofencesCommand } from "@aws-sdk/client-location"; // ES Modules import
15
+ * // const { LocationClient, ListGeofencesCommand } = require("@aws-sdk/client-location"); // CommonJS import
16
+ * const client = new LocationClient(config);
17
+ * const command = new ListGeofencesCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link ListGeofencesCommandInput} for command's `input` shape.
22
+ * @see {@link ListGeofencesCommandOutput} for command's `response` shape.
23
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class ListGeofencesCommand extends $Command<ListGeofencesCommandInput, ListGeofencesCommandOutput, LocationClientResolvedConfig> {
27
+ readonly input: ListGeofencesCommandInput;
28
+ constructor(input: ListGeofencesCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListGeofencesCommandInput, ListGeofencesCommandOutput>;
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 { ListMapsRequest, ListMapsResponse } from "../models/models_0";
14
- export interface ListMapsCommandInput extends ListMapsRequest {}
15
- export interface ListMapsCommandOutput
16
- extends ListMapsResponse,
17
- __MetadataBearer {}
18
- export declare class ListMapsCommand extends $Command<
19
- ListMapsCommandInput,
20
- ListMapsCommandOutput,
21
- LocationClientResolvedConfig
22
- > {
23
- readonly input: ListMapsCommandInput;
24
- constructor(input: ListMapsCommandInput);
25
- resolveMiddleware(
26
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
- configuration: LocationClientResolvedConfig,
28
- options?: __HttpHandlerOptions
29
- ): Handler<ListMapsCommandInput, ListMapsCommandOutput>;
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 { ListMapsRequest, ListMapsResponse } from "../models/models_0";
5
+ export interface ListMapsCommandInput extends ListMapsRequest {
6
+ }
7
+ export interface ListMapsCommandOutput extends ListMapsResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Lists map resources in your AWS account.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { LocationClient, ListMapsCommand } from "@aws-sdk/client-location"; // ES Modules import
15
+ * // const { LocationClient, ListMapsCommand } = require("@aws-sdk/client-location"); // CommonJS import
16
+ * const client = new LocationClient(config);
17
+ * const command = new ListMapsCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link ListMapsCommandInput} for command's `input` shape.
22
+ * @see {@link ListMapsCommandOutput} for command's `response` shape.
23
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class ListMapsCommand extends $Command<ListMapsCommandInput, ListMapsCommandOutput, LocationClientResolvedConfig> {
27
+ readonly input: ListMapsCommandInput;
28
+ constructor(input: ListMapsCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListMapsCommandInput, ListMapsCommandOutput>;
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
- ListPlaceIndexesRequest,
15
- ListPlaceIndexesResponse,
16
- } from "../models/models_0";
17
- export interface ListPlaceIndexesCommandInput extends ListPlaceIndexesRequest {}
18
- export interface ListPlaceIndexesCommandOutput
19
- extends ListPlaceIndexesResponse,
20
- __MetadataBearer {}
21
- export declare class ListPlaceIndexesCommand extends $Command<
22
- ListPlaceIndexesCommandInput,
23
- ListPlaceIndexesCommandOutput,
24
- LocationClientResolvedConfig
25
- > {
26
- readonly input: ListPlaceIndexesCommandInput;
27
- constructor(input: ListPlaceIndexesCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: LocationClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<ListPlaceIndexesCommandInput, ListPlaceIndexesCommandOutput>;
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 { ListPlaceIndexesRequest, ListPlaceIndexesResponse } from "../models/models_0";
5
+ export interface ListPlaceIndexesCommandInput extends ListPlaceIndexesRequest {
6
+ }
7
+ export interface ListPlaceIndexesCommandOutput extends ListPlaceIndexesResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Lists place index resources in your AWS account.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { LocationClient, ListPlaceIndexesCommand } from "@aws-sdk/client-location"; // ES Modules import
15
+ * // const { LocationClient, ListPlaceIndexesCommand } = require("@aws-sdk/client-location"); // CommonJS import
16
+ * const client = new LocationClient(config);
17
+ * const command = new ListPlaceIndexesCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link ListPlaceIndexesCommandInput} for command's `input` shape.
22
+ * @see {@link ListPlaceIndexesCommandOutput} for command's `response` shape.
23
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class ListPlaceIndexesCommand extends $Command<ListPlaceIndexesCommandInput, ListPlaceIndexesCommandOutput, LocationClientResolvedConfig> {
27
+ readonly input: ListPlaceIndexesCommandInput;
28
+ constructor(input: ListPlaceIndexesCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPlaceIndexesCommandInput, ListPlaceIndexesCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }