@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,32 +1,48 @@
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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
14
- export interface TagResourceCommandInput extends TagResourceRequest {}
15
- export interface TagResourceCommandOutput
16
- extends TagResourceResponse,
17
- __MetadataBearer {}
18
- export declare class TagResourceCommand extends $Command<
19
- TagResourceCommandInput,
20
- TagResourceCommandOutput,
21
- LocationClientResolvedConfig
22
- > {
23
- readonly input: TagResourceCommandInput;
24
- constructor(input: TagResourceCommandInput);
25
- resolveMiddleware(
26
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
- configuration: LocationClientResolvedConfig,
28
- options?: __HttpHandlerOptions
29
- ): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
+ export interface TagResourceCommandInput extends TagResourceRequest {
6
+ }
7
+ export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Assigns one or more tags (key-value pairs) to the specified Amazon
11
+ * Location Service resource.</p>
12
+ *
13
+ * <p>Tags can help you organize and categorize your resources.
14
+ * You can also use them to scope user permissions, by granting a user
15
+ * permission to access or change only resources with certain tag values.</p>
16
+ *
17
+ * <p>You can use the <code>TagResource</code> operation with an Amazon Location Service
18
+ * resource that already has tags. If you specify a new tag key for the resource, this tag
19
+ * is appended to the tags already associated with the resource. If you specify a tag key
20
+ * that's already associated with the resource, the new tag value that you specify replaces
21
+ * the previous value for that tag. </p>
22
+ *
23
+ * <p>You can associate up to 50 tags with a resource.</p>
24
+ * @example
25
+ * Use a bare-bones client and the command you need to make an API call.
26
+ * ```javascript
27
+ * import { LocationClient, TagResourceCommand } from "@aws-sdk/client-location"; // ES Modules import
28
+ * // const { LocationClient, TagResourceCommand } = require("@aws-sdk/client-location"); // CommonJS import
29
+ * const client = new LocationClient(config);
30
+ * const command = new TagResourceCommand(input);
31
+ * const response = await client.send(command);
32
+ * ```
33
+ *
34
+ * @see {@link TagResourceCommandInput} for command's `input` shape.
35
+ * @see {@link TagResourceCommandOutput} for command's `response` shape.
36
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
37
+ *
38
+ */
39
+ export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, LocationClientResolvedConfig> {
40
+ readonly input: TagResourceCommandInput;
41
+ constructor(input: TagResourceCommandInput);
42
+ /**
43
+ * @internal
44
+ */
45
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
46
+ private serialize;
47
+ private deserialize;
48
+ }
@@ -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
- UntagResourceRequest,
15
- UntagResourceResponse,
16
- } from "../models/models_0";
17
- export interface UntagResourceCommandInput extends UntagResourceRequest {}
18
- export interface UntagResourceCommandOutput
19
- extends UntagResourceResponse,
20
- __MetadataBearer {}
21
- export declare class UntagResourceCommand extends $Command<
22
- UntagResourceCommandInput,
23
- UntagResourceCommandOutput,
24
- LocationClientResolvedConfig
25
- > {
26
- readonly input: UntagResourceCommandInput;
27
- constructor(input: UntagResourceCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: LocationClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
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 { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
+ export interface UntagResourceCommandInput extends UntagResourceRequest {
6
+ }
7
+ export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Removes one or more tags from the specified Amazon Location resource.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { LocationClient, UntagResourceCommand } from "@aws-sdk/client-location"; // ES Modules import
15
+ * // const { LocationClient, UntagResourceCommand } = require("@aws-sdk/client-location"); // CommonJS import
16
+ * const client = new LocationClient(config);
17
+ * const command = new UntagResourceCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link UntagResourceCommandInput} for command's `input` shape.
22
+ * @see {@link UntagResourceCommandOutput} for command's `response` shape.
23
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, LocationClientResolvedConfig> {
27
+ readonly input: UntagResourceCommandInput;
28
+ constructor(input: UntagResourceCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
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
- UpdateGeofenceCollectionRequest,
15
- UpdateGeofenceCollectionResponse,
16
- } from "../models/models_0";
17
- export interface UpdateGeofenceCollectionCommandInput
18
- extends UpdateGeofenceCollectionRequest {}
19
- export interface UpdateGeofenceCollectionCommandOutput
20
- extends UpdateGeofenceCollectionResponse,
21
- __MetadataBearer {}
22
- export declare class UpdateGeofenceCollectionCommand extends $Command<
23
- UpdateGeofenceCollectionCommandInput,
24
- UpdateGeofenceCollectionCommandOutput,
25
- LocationClientResolvedConfig
26
- > {
27
- readonly input: UpdateGeofenceCollectionCommandInput;
28
- constructor(input: UpdateGeofenceCollectionCommandInput);
29
- resolveMiddleware(
30
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
- configuration: LocationClientResolvedConfig,
32
- options?: __HttpHandlerOptions
33
- ): Handler<
34
- UpdateGeofenceCollectionCommandInput,
35
- UpdateGeofenceCollectionCommandOutput
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 { UpdateGeofenceCollectionRequest, UpdateGeofenceCollectionResponse } from "../models/models_0";
5
+ export interface UpdateGeofenceCollectionCommandInput extends UpdateGeofenceCollectionRequest {
6
+ }
7
+ export interface UpdateGeofenceCollectionCommandOutput extends UpdateGeofenceCollectionResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Updates the specified properties of 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, UpdateGeofenceCollectionCommand } from "@aws-sdk/client-location"; // ES Modules import
15
+ * // const { LocationClient, UpdateGeofenceCollectionCommand } = require("@aws-sdk/client-location"); // CommonJS import
16
+ * const client = new LocationClient(config);
17
+ * const command = new UpdateGeofenceCollectionCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link UpdateGeofenceCollectionCommandInput} for command's `input` shape.
22
+ * @see {@link UpdateGeofenceCollectionCommandOutput} for command's `response` shape.
23
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class UpdateGeofenceCollectionCommand extends $Command<UpdateGeofenceCollectionCommandInput, UpdateGeofenceCollectionCommandOutput, LocationClientResolvedConfig> {
27
+ readonly input: UpdateGeofenceCollectionCommandInput;
28
+ constructor(input: UpdateGeofenceCollectionCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateGeofenceCollectionCommandInput, UpdateGeofenceCollectionCommandOutput>;
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 { UpdateMapRequest, UpdateMapResponse } from "../models/models_0";
14
- export interface UpdateMapCommandInput extends UpdateMapRequest {}
15
- export interface UpdateMapCommandOutput
16
- extends UpdateMapResponse,
17
- __MetadataBearer {}
18
- export declare class UpdateMapCommand extends $Command<
19
- UpdateMapCommandInput,
20
- UpdateMapCommandOutput,
21
- LocationClientResolvedConfig
22
- > {
23
- readonly input: UpdateMapCommandInput;
24
- constructor(input: UpdateMapCommandInput);
25
- resolveMiddleware(
26
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
- configuration: LocationClientResolvedConfig,
28
- options?: __HttpHandlerOptions
29
- ): Handler<UpdateMapCommandInput, UpdateMapCommandOutput>;
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 { UpdateMapRequest, UpdateMapResponse } from "../models/models_0";
5
+ export interface UpdateMapCommandInput extends UpdateMapRequest {
6
+ }
7
+ export interface UpdateMapCommandOutput extends UpdateMapResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Updates the specified properties of a given map resource.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { LocationClient, UpdateMapCommand } from "@aws-sdk/client-location"; // ES Modules import
15
+ * // const { LocationClient, UpdateMapCommand } = require("@aws-sdk/client-location"); // CommonJS import
16
+ * const client = new LocationClient(config);
17
+ * const command = new UpdateMapCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link UpdateMapCommandInput} for command's `input` shape.
22
+ * @see {@link UpdateMapCommandOutput} for command's `response` shape.
23
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class UpdateMapCommand extends $Command<UpdateMapCommandInput, UpdateMapCommandOutput, LocationClientResolvedConfig> {
27
+ readonly input: UpdateMapCommandInput;
28
+ constructor(input: UpdateMapCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateMapCommandInput, UpdateMapCommandOutput>;
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
- UpdatePlaceIndexRequest,
15
- UpdatePlaceIndexResponse,
16
- } from "../models/models_0";
17
- export interface UpdatePlaceIndexCommandInput extends UpdatePlaceIndexRequest {}
18
- export interface UpdatePlaceIndexCommandOutput
19
- extends UpdatePlaceIndexResponse,
20
- __MetadataBearer {}
21
- export declare class UpdatePlaceIndexCommand extends $Command<
22
- UpdatePlaceIndexCommandInput,
23
- UpdatePlaceIndexCommandOutput,
24
- LocationClientResolvedConfig
25
- > {
26
- readonly input: UpdatePlaceIndexCommandInput;
27
- constructor(input: UpdatePlaceIndexCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: LocationClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<UpdatePlaceIndexCommandInput, UpdatePlaceIndexCommandOutput>;
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 { UpdatePlaceIndexRequest, UpdatePlaceIndexResponse } from "../models/models_0";
5
+ export interface UpdatePlaceIndexCommandInput extends UpdatePlaceIndexRequest {
6
+ }
7
+ export interface UpdatePlaceIndexCommandOutput extends UpdatePlaceIndexResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Updates the specified properties of a given place index resource.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { LocationClient, UpdatePlaceIndexCommand } from "@aws-sdk/client-location"; // ES Modules import
15
+ * // const { LocationClient, UpdatePlaceIndexCommand } = require("@aws-sdk/client-location"); // CommonJS import
16
+ * const client = new LocationClient(config);
17
+ * const command = new UpdatePlaceIndexCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link UpdatePlaceIndexCommandInput} for command's `input` shape.
22
+ * @see {@link UpdatePlaceIndexCommandOutput} for command's `response` shape.
23
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class UpdatePlaceIndexCommand extends $Command<UpdatePlaceIndexCommandInput, UpdatePlaceIndexCommandOutput, LocationClientResolvedConfig> {
27
+ readonly input: UpdatePlaceIndexCommandInput;
28
+ constructor(input: UpdatePlaceIndexCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdatePlaceIndexCommandInput, UpdatePlaceIndexCommandOutput>;
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
- UpdateRouteCalculatorRequest,
15
- UpdateRouteCalculatorResponse,
16
- } from "../models/models_0";
17
- export interface UpdateRouteCalculatorCommandInput
18
- extends UpdateRouteCalculatorRequest {}
19
- export interface UpdateRouteCalculatorCommandOutput
20
- extends UpdateRouteCalculatorResponse,
21
- __MetadataBearer {}
22
- export declare class UpdateRouteCalculatorCommand extends $Command<
23
- UpdateRouteCalculatorCommandInput,
24
- UpdateRouteCalculatorCommandOutput,
25
- LocationClientResolvedConfig
26
- > {
27
- readonly input: UpdateRouteCalculatorCommandInput;
28
- constructor(input: UpdateRouteCalculatorCommandInput);
29
- resolveMiddleware(
30
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
- configuration: LocationClientResolvedConfig,
32
- options?: __HttpHandlerOptions
33
- ): Handler<
34
- UpdateRouteCalculatorCommandInput,
35
- UpdateRouteCalculatorCommandOutput
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 { UpdateRouteCalculatorRequest, UpdateRouteCalculatorResponse } from "../models/models_0";
5
+ export interface UpdateRouteCalculatorCommandInput extends UpdateRouteCalculatorRequest {
6
+ }
7
+ export interface UpdateRouteCalculatorCommandOutput extends UpdateRouteCalculatorResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Updates the specified properties for a given route calculator resource.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { LocationClient, UpdateRouteCalculatorCommand } from "@aws-sdk/client-location"; // ES Modules import
15
+ * // const { LocationClient, UpdateRouteCalculatorCommand } = require("@aws-sdk/client-location"); // CommonJS import
16
+ * const client = new LocationClient(config);
17
+ * const command = new UpdateRouteCalculatorCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link UpdateRouteCalculatorCommandInput} for command's `input` shape.
22
+ * @see {@link UpdateRouteCalculatorCommandOutput} for command's `response` shape.
23
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class UpdateRouteCalculatorCommand extends $Command<UpdateRouteCalculatorCommandInput, UpdateRouteCalculatorCommandOutput, LocationClientResolvedConfig> {
27
+ readonly input: UpdateRouteCalculatorCommandInput;
28
+ constructor(input: UpdateRouteCalculatorCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateRouteCalculatorCommandInput, UpdateRouteCalculatorCommandOutput>;
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
- UpdateTrackerRequest,
15
- UpdateTrackerResponse,
16
- } from "../models/models_0";
17
- export interface UpdateTrackerCommandInput extends UpdateTrackerRequest {}
18
- export interface UpdateTrackerCommandOutput
19
- extends UpdateTrackerResponse,
20
- __MetadataBearer {}
21
- export declare class UpdateTrackerCommand extends $Command<
22
- UpdateTrackerCommandInput,
23
- UpdateTrackerCommandOutput,
24
- LocationClientResolvedConfig
25
- > {
26
- readonly input: UpdateTrackerCommandInput;
27
- constructor(input: UpdateTrackerCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: LocationClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<UpdateTrackerCommandInput, UpdateTrackerCommandOutput>;
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 { UpdateTrackerRequest, UpdateTrackerResponse } from "../models/models_0";
5
+ export interface UpdateTrackerCommandInput extends UpdateTrackerRequest {
6
+ }
7
+ export interface UpdateTrackerCommandOutput extends UpdateTrackerResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Updates the specified properties of a given tracker resource.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { LocationClient, UpdateTrackerCommand } from "@aws-sdk/client-location"; // ES Modules import
15
+ * // const { LocationClient, UpdateTrackerCommand } = require("@aws-sdk/client-location"); // CommonJS import
16
+ * const client = new LocationClient(config);
17
+ * const command = new UpdateTrackerCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link UpdateTrackerCommandInput} for command's `input` shape.
22
+ * @see {@link UpdateTrackerCommandOutput} for command's `response` shape.
23
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class UpdateTrackerCommand extends $Command<UpdateTrackerCommandInput, UpdateTrackerCommandOutput, LocationClientResolvedConfig> {
27
+ readonly input: UpdateTrackerCommandInput;
28
+ constructor(input: UpdateTrackerCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateTrackerCommandInput, UpdateTrackerCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,53 +1,53 @@
1
- export * from "./AssociateTrackerConsumerCommand";
2
- export * from "./BatchDeleteDevicePositionHistoryCommand";
3
- export * from "./BatchDeleteGeofenceCommand";
4
- export * from "./BatchEvaluateGeofencesCommand";
5
- export * from "./BatchGetDevicePositionCommand";
6
- export * from "./BatchPutGeofenceCommand";
7
- export * from "./BatchUpdateDevicePositionCommand";
8
- export * from "./CalculateRouteCommand";
9
- export * from "./CalculateRouteMatrixCommand";
10
- export * from "./CreateGeofenceCollectionCommand";
11
- export * from "./CreateMapCommand";
12
- export * from "./CreatePlaceIndexCommand";
13
- export * from "./CreateRouteCalculatorCommand";
14
- export * from "./CreateTrackerCommand";
15
- export * from "./DeleteGeofenceCollectionCommand";
16
- export * from "./DeleteMapCommand";
17
- export * from "./DeletePlaceIndexCommand";
18
- export * from "./DeleteRouteCalculatorCommand";
19
- export * from "./DeleteTrackerCommand";
20
- export * from "./DescribeGeofenceCollectionCommand";
21
- export * from "./DescribeMapCommand";
22
- export * from "./DescribePlaceIndexCommand";
23
- export * from "./DescribeRouteCalculatorCommand";
24
- export * from "./DescribeTrackerCommand";
25
- export * from "./DisassociateTrackerConsumerCommand";
26
- export * from "./GetDevicePositionCommand";
27
- export * from "./GetDevicePositionHistoryCommand";
28
- export * from "./GetGeofenceCommand";
29
- export * from "./GetMapGlyphsCommand";
30
- export * from "./GetMapSpritesCommand";
31
- export * from "./GetMapStyleDescriptorCommand";
32
- export * from "./GetMapTileCommand";
33
- export * from "./GetPlaceCommand";
34
- export * from "./ListDevicePositionsCommand";
35
- export * from "./ListGeofenceCollectionsCommand";
36
- export * from "./ListGeofencesCommand";
37
- export * from "./ListMapsCommand";
38
- export * from "./ListPlaceIndexesCommand";
39
- export * from "./ListRouteCalculatorsCommand";
40
- export * from "./ListTagsForResourceCommand";
41
- export * from "./ListTrackerConsumersCommand";
42
- export * from "./ListTrackersCommand";
43
- export * from "./PutGeofenceCommand";
44
- export * from "./SearchPlaceIndexForPositionCommand";
45
- export * from "./SearchPlaceIndexForSuggestionsCommand";
46
- export * from "./SearchPlaceIndexForTextCommand";
47
- export * from "./TagResourceCommand";
48
- export * from "./UntagResourceCommand";
49
- export * from "./UpdateGeofenceCollectionCommand";
50
- export * from "./UpdateMapCommand";
51
- export * from "./UpdatePlaceIndexCommand";
52
- export * from "./UpdateRouteCalculatorCommand";
53
- export * from "./UpdateTrackerCommand";
1
+ export * from "./AssociateTrackerConsumerCommand";
2
+ export * from "./BatchDeleteDevicePositionHistoryCommand";
3
+ export * from "./BatchDeleteGeofenceCommand";
4
+ export * from "./BatchEvaluateGeofencesCommand";
5
+ export * from "./BatchGetDevicePositionCommand";
6
+ export * from "./BatchPutGeofenceCommand";
7
+ export * from "./BatchUpdateDevicePositionCommand";
8
+ export * from "./CalculateRouteCommand";
9
+ export * from "./CalculateRouteMatrixCommand";
10
+ export * from "./CreateGeofenceCollectionCommand";
11
+ export * from "./CreateMapCommand";
12
+ export * from "./CreatePlaceIndexCommand";
13
+ export * from "./CreateRouteCalculatorCommand";
14
+ export * from "./CreateTrackerCommand";
15
+ export * from "./DeleteGeofenceCollectionCommand";
16
+ export * from "./DeleteMapCommand";
17
+ export * from "./DeletePlaceIndexCommand";
18
+ export * from "./DeleteRouteCalculatorCommand";
19
+ export * from "./DeleteTrackerCommand";
20
+ export * from "./DescribeGeofenceCollectionCommand";
21
+ export * from "./DescribeMapCommand";
22
+ export * from "./DescribePlaceIndexCommand";
23
+ export * from "./DescribeRouteCalculatorCommand";
24
+ export * from "./DescribeTrackerCommand";
25
+ export * from "./DisassociateTrackerConsumerCommand";
26
+ export * from "./GetDevicePositionCommand";
27
+ export * from "./GetDevicePositionHistoryCommand";
28
+ export * from "./GetGeofenceCommand";
29
+ export * from "./GetMapGlyphsCommand";
30
+ export * from "./GetMapSpritesCommand";
31
+ export * from "./GetMapStyleDescriptorCommand";
32
+ export * from "./GetMapTileCommand";
33
+ export * from "./GetPlaceCommand";
34
+ export * from "./ListDevicePositionsCommand";
35
+ export * from "./ListGeofenceCollectionsCommand";
36
+ export * from "./ListGeofencesCommand";
37
+ export * from "./ListMapsCommand";
38
+ export * from "./ListPlaceIndexesCommand";
39
+ export * from "./ListRouteCalculatorsCommand";
40
+ export * from "./ListTagsForResourceCommand";
41
+ export * from "./ListTrackerConsumersCommand";
42
+ export * from "./ListTrackersCommand";
43
+ export * from "./PutGeofenceCommand";
44
+ export * from "./SearchPlaceIndexForPositionCommand";
45
+ export * from "./SearchPlaceIndexForSuggestionsCommand";
46
+ export * from "./SearchPlaceIndexForTextCommand";
47
+ export * from "./TagResourceCommand";
48
+ export * from "./UntagResourceCommand";
49
+ export * from "./UpdateGeofenceCollectionCommand";
50
+ export * from "./UpdateMapCommand";
51
+ export * from "./UpdatePlaceIndexCommand";
52
+ export * from "./UpdateRouteCalculatorCommand";
53
+ export * from "./UpdateTrackerCommand";