@aws-sdk/client-location 3.169.0 → 3.170.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (78) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/Location.d.ts +940 -265
  3. package/dist-types/ts3.4/LocationClient.d.ts +441 -125
  4. package/dist-types/ts3.4/commands/AssociateTrackerConsumerCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/BatchDeleteGeofenceCommand.d.ts +38 -17
  7. package/dist-types/ts3.4/commands/BatchEvaluateGeofencesCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/BatchGetDevicePositionCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/BatchPutGeofenceCommand.d.ts +37 -17
  10. package/dist-types/ts3.4/commands/BatchUpdateDevicePositionCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/CalculateRouteCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/CalculateRouteMatrixCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/CreateGeofenceCollectionCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/CreateMapCommand.d.ts +34 -17
  15. package/dist-types/ts3.4/commands/CreatePlaceIndexCommand.d.ts +37 -17
  16. package/dist-types/ts3.4/commands/CreateRouteCalculatorCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/CreateTrackerCommand.d.ts +37 -17
  18. package/dist-types/ts3.4/commands/DeleteGeofenceCollectionCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/DeleteMapCommand.d.ts +34 -17
  20. package/dist-types/ts3.4/commands/DeletePlaceIndexCommand.d.ts +37 -17
  21. package/dist-types/ts3.4/commands/DeleteRouteCalculatorCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/DeleteTrackerCommand.d.ts +37 -17
  23. package/dist-types/ts3.4/commands/DescribeGeofenceCollectionCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/DescribeMapCommand.d.ts +34 -17
  25. package/dist-types/ts3.4/commands/DescribePlaceIndexCommand.d.ts +38 -17
  26. package/dist-types/ts3.4/commands/DescribeRouteCalculatorCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/DescribeTrackerCommand.d.ts +37 -17
  28. package/dist-types/ts3.4/commands/DisassociateTrackerConsumerCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/GetDevicePositionCommand.d.ts +38 -17
  30. package/dist-types/ts3.4/commands/GetDevicePositionHistoryCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/GetGeofenceCommand.d.ts +34 -17
  32. package/dist-types/ts3.4/commands/GetMapGlyphsCommand.d.ts +34 -17
  33. package/dist-types/ts3.4/commands/GetMapSpritesCommand.d.ts +37 -17
  34. package/dist-types/ts3.4/commands/GetMapStyleDescriptorCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/GetMapTileCommand.d.ts +34 -17
  36. package/dist-types/ts3.4/commands/ListDevicePositionsCommand.d.ts +38 -17
  37. package/dist-types/ts3.4/commands/ListGeofenceCollectionsCommand.d.ts +41 -17
  38. package/dist-types/ts3.4/commands/ListGeofencesCommand.d.ts +37 -17
  39. package/dist-types/ts3.4/commands/ListMapsCommand.d.ts +34 -17
  40. package/dist-types/ts3.4/commands/ListPlaceIndexesCommand.d.ts +37 -17
  41. package/dist-types/ts3.4/commands/ListRouteCalculatorsCommand.d.ts +41 -17
  42. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  43. package/dist-types/ts3.4/commands/ListTrackerConsumersCommand.d.ts +41 -17
  44. package/dist-types/ts3.4/commands/ListTrackersCommand.d.ts +34 -17
  45. package/dist-types/ts3.4/commands/PutGeofenceCommand.d.ts +34 -17
  46. package/dist-types/ts3.4/commands/SearchPlaceIndexForPositionCommand.d.ts +41 -17
  47. package/dist-types/ts3.4/commands/SearchPlaceIndexForSuggestionsCommand.d.ts +41 -17
  48. package/dist-types/ts3.4/commands/SearchPlaceIndexForTextCommand.d.ts +41 -17
  49. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  50. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  51. package/dist-types/ts3.4/commands/UpdateGeofenceCollectionCommand.d.ts +41 -17
  52. package/dist-types/ts3.4/commands/UpdateMapCommand.d.ts +34 -17
  53. package/dist-types/ts3.4/commands/UpdatePlaceIndexCommand.d.ts +37 -17
  54. package/dist-types/ts3.4/commands/UpdateRouteCalculatorCommand.d.ts +41 -17
  55. package/dist-types/ts3.4/commands/UpdateTrackerCommand.d.ts +37 -17
  56. package/dist-types/ts3.4/commands/index.d.ts +52 -52
  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 +8 -6
  60. package/dist-types/ts3.4/models/index.d.ts +1 -1
  61. package/dist-types/ts3.4/models/models_0.d.ts +1790 -1621
  62. package/dist-types/ts3.4/pagination/GetDevicePositionHistoryPaginator.d.ts +11 -4
  63. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  64. package/dist-types/ts3.4/pagination/ListDevicePositionsPaginator.d.ts +11 -4
  65. package/dist-types/ts3.4/pagination/ListGeofenceCollectionsPaginator.d.ts +11 -4
  66. package/dist-types/ts3.4/pagination/ListGeofencesPaginator.d.ts +11 -4
  67. package/dist-types/ts3.4/pagination/ListMapsPaginator.d.ts +11 -4
  68. package/dist-types/ts3.4/pagination/ListPlaceIndexesPaginator.d.ts +11 -4
  69. package/dist-types/ts3.4/pagination/ListRouteCalculatorsPaginator.d.ts +11 -4
  70. package/dist-types/ts3.4/pagination/ListTrackerConsumersPaginator.d.ts +11 -4
  71. package/dist-types/ts3.4/pagination/ListTrackersPaginator.d.ts +11 -4
  72. package/dist-types/ts3.4/pagination/index.d.ts +10 -10
  73. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +629 -158
  74. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  75. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  76. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  77. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  78. package/package.json +34 -34
@@ -1,265 +1,940 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { AssociateTrackerConsumerCommandInput, AssociateTrackerConsumerCommandOutput } from "./commands/AssociateTrackerConsumerCommand";
3
- import { BatchDeleteDevicePositionHistoryCommandInput, BatchDeleteDevicePositionHistoryCommandOutput } from "./commands/BatchDeleteDevicePositionHistoryCommand";
4
- import { BatchDeleteGeofenceCommandInput, BatchDeleteGeofenceCommandOutput } from "./commands/BatchDeleteGeofenceCommand";
5
- import { BatchEvaluateGeofencesCommandInput, BatchEvaluateGeofencesCommandOutput } from "./commands/BatchEvaluateGeofencesCommand";
6
- import { BatchGetDevicePositionCommandInput, BatchGetDevicePositionCommandOutput } from "./commands/BatchGetDevicePositionCommand";
7
- import { BatchPutGeofenceCommandInput, BatchPutGeofenceCommandOutput } from "./commands/BatchPutGeofenceCommand";
8
- import { BatchUpdateDevicePositionCommandInput, BatchUpdateDevicePositionCommandOutput } from "./commands/BatchUpdateDevicePositionCommand";
9
- import { CalculateRouteCommandInput, CalculateRouteCommandOutput } from "./commands/CalculateRouteCommand";
10
- import { CalculateRouteMatrixCommandInput, CalculateRouteMatrixCommandOutput } from "./commands/CalculateRouteMatrixCommand";
11
- import { CreateGeofenceCollectionCommandInput, CreateGeofenceCollectionCommandOutput } from "./commands/CreateGeofenceCollectionCommand";
12
- import { CreateMapCommandInput, CreateMapCommandOutput } from "./commands/CreateMapCommand";
13
- import { CreatePlaceIndexCommandInput, CreatePlaceIndexCommandOutput } from "./commands/CreatePlaceIndexCommand";
14
- import { CreateRouteCalculatorCommandInput, CreateRouteCalculatorCommandOutput } from "./commands/CreateRouteCalculatorCommand";
15
- import { CreateTrackerCommandInput, CreateTrackerCommandOutput } from "./commands/CreateTrackerCommand";
16
- import { DeleteGeofenceCollectionCommandInput, DeleteGeofenceCollectionCommandOutput } from "./commands/DeleteGeofenceCollectionCommand";
17
- import { DeleteMapCommandInput, DeleteMapCommandOutput } from "./commands/DeleteMapCommand";
18
- import { DeletePlaceIndexCommandInput, DeletePlaceIndexCommandOutput } from "./commands/DeletePlaceIndexCommand";
19
- import { DeleteRouteCalculatorCommandInput, DeleteRouteCalculatorCommandOutput } from "./commands/DeleteRouteCalculatorCommand";
20
- import { DeleteTrackerCommandInput, DeleteTrackerCommandOutput } from "./commands/DeleteTrackerCommand";
21
- import { DescribeGeofenceCollectionCommandInput, DescribeGeofenceCollectionCommandOutput } from "./commands/DescribeGeofenceCollectionCommand";
22
- import { DescribeMapCommandInput, DescribeMapCommandOutput } from "./commands/DescribeMapCommand";
23
- import { DescribePlaceIndexCommandInput, DescribePlaceIndexCommandOutput } from "./commands/DescribePlaceIndexCommand";
24
- import { DescribeRouteCalculatorCommandInput, DescribeRouteCalculatorCommandOutput } from "./commands/DescribeRouteCalculatorCommand";
25
- import { DescribeTrackerCommandInput, DescribeTrackerCommandOutput } from "./commands/DescribeTrackerCommand";
26
- import { DisassociateTrackerConsumerCommandInput, DisassociateTrackerConsumerCommandOutput } from "./commands/DisassociateTrackerConsumerCommand";
27
- import { GetDevicePositionCommandInput, GetDevicePositionCommandOutput } from "./commands/GetDevicePositionCommand";
28
- import { GetDevicePositionHistoryCommandInput, GetDevicePositionHistoryCommandOutput } from "./commands/GetDevicePositionHistoryCommand";
29
- import { GetGeofenceCommandInput, GetGeofenceCommandOutput } from "./commands/GetGeofenceCommand";
30
- import { GetMapGlyphsCommandInput, GetMapGlyphsCommandOutput } from "./commands/GetMapGlyphsCommand";
31
- import { GetMapSpritesCommandInput, GetMapSpritesCommandOutput } from "./commands/GetMapSpritesCommand";
32
- import { GetMapStyleDescriptorCommandInput, GetMapStyleDescriptorCommandOutput } from "./commands/GetMapStyleDescriptorCommand";
33
- import { GetMapTileCommandInput, GetMapTileCommandOutput } from "./commands/GetMapTileCommand";
34
- import { ListDevicePositionsCommandInput, ListDevicePositionsCommandOutput } from "./commands/ListDevicePositionsCommand";
35
- import { ListGeofenceCollectionsCommandInput, ListGeofenceCollectionsCommandOutput } from "./commands/ListGeofenceCollectionsCommand";
36
- import { ListGeofencesCommandInput, ListGeofencesCommandOutput } from "./commands/ListGeofencesCommand";
37
- import { ListMapsCommandInput, ListMapsCommandOutput } from "./commands/ListMapsCommand";
38
- import { ListPlaceIndexesCommandInput, ListPlaceIndexesCommandOutput } from "./commands/ListPlaceIndexesCommand";
39
- import { ListRouteCalculatorsCommandInput, ListRouteCalculatorsCommandOutput } from "./commands/ListRouteCalculatorsCommand";
40
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
41
- import { ListTrackerConsumersCommandInput, ListTrackerConsumersCommandOutput } from "./commands/ListTrackerConsumersCommand";
42
- import { ListTrackersCommandInput, ListTrackersCommandOutput } from "./commands/ListTrackersCommand";
43
- import { PutGeofenceCommandInput, PutGeofenceCommandOutput } from "./commands/PutGeofenceCommand";
44
- import { SearchPlaceIndexForPositionCommandInput, SearchPlaceIndexForPositionCommandOutput } from "./commands/SearchPlaceIndexForPositionCommand";
45
- import { SearchPlaceIndexForSuggestionsCommandInput, SearchPlaceIndexForSuggestionsCommandOutput } from "./commands/SearchPlaceIndexForSuggestionsCommand";
46
- import { SearchPlaceIndexForTextCommandInput, SearchPlaceIndexForTextCommandOutput } from "./commands/SearchPlaceIndexForTextCommand";
47
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
48
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
49
- import { UpdateGeofenceCollectionCommandInput, UpdateGeofenceCollectionCommandOutput } from "./commands/UpdateGeofenceCollectionCommand";
50
- import { UpdateMapCommandInput, UpdateMapCommandOutput } from "./commands/UpdateMapCommand";
51
- import { UpdatePlaceIndexCommandInput, UpdatePlaceIndexCommandOutput } from "./commands/UpdatePlaceIndexCommand";
52
- import { UpdateRouteCalculatorCommandInput, UpdateRouteCalculatorCommandOutput } from "./commands/UpdateRouteCalculatorCommand";
53
- import { UpdateTrackerCommandInput, UpdateTrackerCommandOutput } from "./commands/UpdateTrackerCommand";
54
- import { LocationClient } from "./LocationClient";
55
-
56
- export declare class Location extends LocationClient {
57
-
58
- associateTrackerConsumer(args: AssociateTrackerConsumerCommandInput, options?: __HttpHandlerOptions): Promise<AssociateTrackerConsumerCommandOutput>;
59
- associateTrackerConsumer(args: AssociateTrackerConsumerCommandInput, cb: (err: any, data?: AssociateTrackerConsumerCommandOutput) => void): void;
60
- associateTrackerConsumer(args: AssociateTrackerConsumerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateTrackerConsumerCommandOutput) => void): void;
61
-
62
- batchDeleteDevicePositionHistory(args: BatchDeleteDevicePositionHistoryCommandInput, options?: __HttpHandlerOptions): Promise<BatchDeleteDevicePositionHistoryCommandOutput>;
63
- batchDeleteDevicePositionHistory(args: BatchDeleteDevicePositionHistoryCommandInput, cb: (err: any, data?: BatchDeleteDevicePositionHistoryCommandOutput) => void): void;
64
- batchDeleteDevicePositionHistory(args: BatchDeleteDevicePositionHistoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchDeleteDevicePositionHistoryCommandOutput) => void): void;
65
-
66
- batchDeleteGeofence(args: BatchDeleteGeofenceCommandInput, options?: __HttpHandlerOptions): Promise<BatchDeleteGeofenceCommandOutput>;
67
- batchDeleteGeofence(args: BatchDeleteGeofenceCommandInput, cb: (err: any, data?: BatchDeleteGeofenceCommandOutput) => void): void;
68
- batchDeleteGeofence(args: BatchDeleteGeofenceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchDeleteGeofenceCommandOutput) => void): void;
69
-
70
- batchEvaluateGeofences(args: BatchEvaluateGeofencesCommandInput, options?: __HttpHandlerOptions): Promise<BatchEvaluateGeofencesCommandOutput>;
71
- batchEvaluateGeofences(args: BatchEvaluateGeofencesCommandInput, cb: (err: any, data?: BatchEvaluateGeofencesCommandOutput) => void): void;
72
- batchEvaluateGeofences(args: BatchEvaluateGeofencesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchEvaluateGeofencesCommandOutput) => void): void;
73
-
74
- batchGetDevicePosition(args: BatchGetDevicePositionCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetDevicePositionCommandOutput>;
75
- batchGetDevicePosition(args: BatchGetDevicePositionCommandInput, cb: (err: any, data?: BatchGetDevicePositionCommandOutput) => void): void;
76
- batchGetDevicePosition(args: BatchGetDevicePositionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetDevicePositionCommandOutput) => void): void;
77
-
78
- batchPutGeofence(args: BatchPutGeofenceCommandInput, options?: __HttpHandlerOptions): Promise<BatchPutGeofenceCommandOutput>;
79
- batchPutGeofence(args: BatchPutGeofenceCommandInput, cb: (err: any, data?: BatchPutGeofenceCommandOutput) => void): void;
80
- batchPutGeofence(args: BatchPutGeofenceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchPutGeofenceCommandOutput) => void): void;
81
-
82
- batchUpdateDevicePosition(args: BatchUpdateDevicePositionCommandInput, options?: __HttpHandlerOptions): Promise<BatchUpdateDevicePositionCommandOutput>;
83
- batchUpdateDevicePosition(args: BatchUpdateDevicePositionCommandInput, cb: (err: any, data?: BatchUpdateDevicePositionCommandOutput) => void): void;
84
- batchUpdateDevicePosition(args: BatchUpdateDevicePositionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchUpdateDevicePositionCommandOutput) => void): void;
85
-
86
- calculateRoute(args: CalculateRouteCommandInput, options?: __HttpHandlerOptions): Promise<CalculateRouteCommandOutput>;
87
- calculateRoute(args: CalculateRouteCommandInput, cb: (err: any, data?: CalculateRouteCommandOutput) => void): void;
88
- calculateRoute(args: CalculateRouteCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CalculateRouteCommandOutput) => void): void;
89
-
90
- calculateRouteMatrix(args: CalculateRouteMatrixCommandInput, options?: __HttpHandlerOptions): Promise<CalculateRouteMatrixCommandOutput>;
91
- calculateRouteMatrix(args: CalculateRouteMatrixCommandInput, cb: (err: any, data?: CalculateRouteMatrixCommandOutput) => void): void;
92
- calculateRouteMatrix(args: CalculateRouteMatrixCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CalculateRouteMatrixCommandOutput) => void): void;
93
-
94
- createGeofenceCollection(args: CreateGeofenceCollectionCommandInput, options?: __HttpHandlerOptions): Promise<CreateGeofenceCollectionCommandOutput>;
95
- createGeofenceCollection(args: CreateGeofenceCollectionCommandInput, cb: (err: any, data?: CreateGeofenceCollectionCommandOutput) => void): void;
96
- createGeofenceCollection(args: CreateGeofenceCollectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateGeofenceCollectionCommandOutput) => void): void;
97
-
98
- createMap(args: CreateMapCommandInput, options?: __HttpHandlerOptions): Promise<CreateMapCommandOutput>;
99
- createMap(args: CreateMapCommandInput, cb: (err: any, data?: CreateMapCommandOutput) => void): void;
100
- createMap(args: CreateMapCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateMapCommandOutput) => void): void;
101
-
102
- createPlaceIndex(args: CreatePlaceIndexCommandInput, options?: __HttpHandlerOptions): Promise<CreatePlaceIndexCommandOutput>;
103
- createPlaceIndex(args: CreatePlaceIndexCommandInput, cb: (err: any, data?: CreatePlaceIndexCommandOutput) => void): void;
104
- createPlaceIndex(args: CreatePlaceIndexCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePlaceIndexCommandOutput) => void): void;
105
-
106
- createRouteCalculator(args: CreateRouteCalculatorCommandInput, options?: __HttpHandlerOptions): Promise<CreateRouteCalculatorCommandOutput>;
107
- createRouteCalculator(args: CreateRouteCalculatorCommandInput, cb: (err: any, data?: CreateRouteCalculatorCommandOutput) => void): void;
108
- createRouteCalculator(args: CreateRouteCalculatorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRouteCalculatorCommandOutput) => void): void;
109
-
110
- createTracker(args: CreateTrackerCommandInput, options?: __HttpHandlerOptions): Promise<CreateTrackerCommandOutput>;
111
- createTracker(args: CreateTrackerCommandInput, cb: (err: any, data?: CreateTrackerCommandOutput) => void): void;
112
- createTracker(args: CreateTrackerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTrackerCommandOutput) => void): void;
113
-
114
- deleteGeofenceCollection(args: DeleteGeofenceCollectionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteGeofenceCollectionCommandOutput>;
115
- deleteGeofenceCollection(args: DeleteGeofenceCollectionCommandInput, cb: (err: any, data?: DeleteGeofenceCollectionCommandOutput) => void): void;
116
- deleteGeofenceCollection(args: DeleteGeofenceCollectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteGeofenceCollectionCommandOutput) => void): void;
117
-
118
- deleteMap(args: DeleteMapCommandInput, options?: __HttpHandlerOptions): Promise<DeleteMapCommandOutput>;
119
- deleteMap(args: DeleteMapCommandInput, cb: (err: any, data?: DeleteMapCommandOutput) => void): void;
120
- deleteMap(args: DeleteMapCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteMapCommandOutput) => void): void;
121
-
122
- deletePlaceIndex(args: DeletePlaceIndexCommandInput, options?: __HttpHandlerOptions): Promise<DeletePlaceIndexCommandOutput>;
123
- deletePlaceIndex(args: DeletePlaceIndexCommandInput, cb: (err: any, data?: DeletePlaceIndexCommandOutput) => void): void;
124
- deletePlaceIndex(args: DeletePlaceIndexCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePlaceIndexCommandOutput) => void): void;
125
-
126
- deleteRouteCalculator(args: DeleteRouteCalculatorCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRouteCalculatorCommandOutput>;
127
- deleteRouteCalculator(args: DeleteRouteCalculatorCommandInput, cb: (err: any, data?: DeleteRouteCalculatorCommandOutput) => void): void;
128
- deleteRouteCalculator(args: DeleteRouteCalculatorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRouteCalculatorCommandOutput) => void): void;
129
-
130
- deleteTracker(args: DeleteTrackerCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTrackerCommandOutput>;
131
- deleteTracker(args: DeleteTrackerCommandInput, cb: (err: any, data?: DeleteTrackerCommandOutput) => void): void;
132
- deleteTracker(args: DeleteTrackerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTrackerCommandOutput) => void): void;
133
-
134
- describeGeofenceCollection(args: DescribeGeofenceCollectionCommandInput, options?: __HttpHandlerOptions): Promise<DescribeGeofenceCollectionCommandOutput>;
135
- describeGeofenceCollection(args: DescribeGeofenceCollectionCommandInput, cb: (err: any, data?: DescribeGeofenceCollectionCommandOutput) => void): void;
136
- describeGeofenceCollection(args: DescribeGeofenceCollectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeGeofenceCollectionCommandOutput) => void): void;
137
-
138
- describeMap(args: DescribeMapCommandInput, options?: __HttpHandlerOptions): Promise<DescribeMapCommandOutput>;
139
- describeMap(args: DescribeMapCommandInput, cb: (err: any, data?: DescribeMapCommandOutput) => void): void;
140
- describeMap(args: DescribeMapCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeMapCommandOutput) => void): void;
141
-
142
- describePlaceIndex(args: DescribePlaceIndexCommandInput, options?: __HttpHandlerOptions): Promise<DescribePlaceIndexCommandOutput>;
143
- describePlaceIndex(args: DescribePlaceIndexCommandInput, cb: (err: any, data?: DescribePlaceIndexCommandOutput) => void): void;
144
- describePlaceIndex(args: DescribePlaceIndexCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribePlaceIndexCommandOutput) => void): void;
145
-
146
- describeRouteCalculator(args: DescribeRouteCalculatorCommandInput, options?: __HttpHandlerOptions): Promise<DescribeRouteCalculatorCommandOutput>;
147
- describeRouteCalculator(args: DescribeRouteCalculatorCommandInput, cb: (err: any, data?: DescribeRouteCalculatorCommandOutput) => void): void;
148
- describeRouteCalculator(args: DescribeRouteCalculatorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeRouteCalculatorCommandOutput) => void): void;
149
-
150
- describeTracker(args: DescribeTrackerCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTrackerCommandOutput>;
151
- describeTracker(args: DescribeTrackerCommandInput, cb: (err: any, data?: DescribeTrackerCommandOutput) => void): void;
152
- describeTracker(args: DescribeTrackerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTrackerCommandOutput) => void): void;
153
-
154
- disassociateTrackerConsumer(args: DisassociateTrackerConsumerCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateTrackerConsumerCommandOutput>;
155
- disassociateTrackerConsumer(args: DisassociateTrackerConsumerCommandInput, cb: (err: any, data?: DisassociateTrackerConsumerCommandOutput) => void): void;
156
- disassociateTrackerConsumer(args: DisassociateTrackerConsumerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateTrackerConsumerCommandOutput) => void): void;
157
-
158
- getDevicePosition(args: GetDevicePositionCommandInput, options?: __HttpHandlerOptions): Promise<GetDevicePositionCommandOutput>;
159
- getDevicePosition(args: GetDevicePositionCommandInput, cb: (err: any, data?: GetDevicePositionCommandOutput) => void): void;
160
- getDevicePosition(args: GetDevicePositionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDevicePositionCommandOutput) => void): void;
161
-
162
- getDevicePositionHistory(args: GetDevicePositionHistoryCommandInput, options?: __HttpHandlerOptions): Promise<GetDevicePositionHistoryCommandOutput>;
163
- getDevicePositionHistory(args: GetDevicePositionHistoryCommandInput, cb: (err: any, data?: GetDevicePositionHistoryCommandOutput) => void): void;
164
- getDevicePositionHistory(args: GetDevicePositionHistoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDevicePositionHistoryCommandOutput) => void): void;
165
-
166
- getGeofence(args: GetGeofenceCommandInput, options?: __HttpHandlerOptions): Promise<GetGeofenceCommandOutput>;
167
- getGeofence(args: GetGeofenceCommandInput, cb: (err: any, data?: GetGeofenceCommandOutput) => void): void;
168
- getGeofence(args: GetGeofenceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetGeofenceCommandOutput) => void): void;
169
-
170
- getMapGlyphs(args: GetMapGlyphsCommandInput, options?: __HttpHandlerOptions): Promise<GetMapGlyphsCommandOutput>;
171
- getMapGlyphs(args: GetMapGlyphsCommandInput, cb: (err: any, data?: GetMapGlyphsCommandOutput) => void): void;
172
- getMapGlyphs(args: GetMapGlyphsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMapGlyphsCommandOutput) => void): void;
173
-
174
- getMapSprites(args: GetMapSpritesCommandInput, options?: __HttpHandlerOptions): Promise<GetMapSpritesCommandOutput>;
175
- getMapSprites(args: GetMapSpritesCommandInput, cb: (err: any, data?: GetMapSpritesCommandOutput) => void): void;
176
- getMapSprites(args: GetMapSpritesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMapSpritesCommandOutput) => void): void;
177
-
178
- getMapStyleDescriptor(args: GetMapStyleDescriptorCommandInput, options?: __HttpHandlerOptions): Promise<GetMapStyleDescriptorCommandOutput>;
179
- getMapStyleDescriptor(args: GetMapStyleDescriptorCommandInput, cb: (err: any, data?: GetMapStyleDescriptorCommandOutput) => void): void;
180
- getMapStyleDescriptor(args: GetMapStyleDescriptorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMapStyleDescriptorCommandOutput) => void): void;
181
-
182
- getMapTile(args: GetMapTileCommandInput, options?: __HttpHandlerOptions): Promise<GetMapTileCommandOutput>;
183
- getMapTile(args: GetMapTileCommandInput, cb: (err: any, data?: GetMapTileCommandOutput) => void): void;
184
- getMapTile(args: GetMapTileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMapTileCommandOutput) => void): void;
185
-
186
- listDevicePositions(args: ListDevicePositionsCommandInput, options?: __HttpHandlerOptions): Promise<ListDevicePositionsCommandOutput>;
187
- listDevicePositions(args: ListDevicePositionsCommandInput, cb: (err: any, data?: ListDevicePositionsCommandOutput) => void): void;
188
- listDevicePositions(args: ListDevicePositionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDevicePositionsCommandOutput) => void): void;
189
-
190
- listGeofenceCollections(args: ListGeofenceCollectionsCommandInput, options?: __HttpHandlerOptions): Promise<ListGeofenceCollectionsCommandOutput>;
191
- listGeofenceCollections(args: ListGeofenceCollectionsCommandInput, cb: (err: any, data?: ListGeofenceCollectionsCommandOutput) => void): void;
192
- listGeofenceCollections(args: ListGeofenceCollectionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListGeofenceCollectionsCommandOutput) => void): void;
193
-
194
- listGeofences(args: ListGeofencesCommandInput, options?: __HttpHandlerOptions): Promise<ListGeofencesCommandOutput>;
195
- listGeofences(args: ListGeofencesCommandInput, cb: (err: any, data?: ListGeofencesCommandOutput) => void): void;
196
- listGeofences(args: ListGeofencesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListGeofencesCommandOutput) => void): void;
197
-
198
- listMaps(args: ListMapsCommandInput, options?: __HttpHandlerOptions): Promise<ListMapsCommandOutput>;
199
- listMaps(args: ListMapsCommandInput, cb: (err: any, data?: ListMapsCommandOutput) => void): void;
200
- listMaps(args: ListMapsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMapsCommandOutput) => void): void;
201
-
202
- listPlaceIndexes(args: ListPlaceIndexesCommandInput, options?: __HttpHandlerOptions): Promise<ListPlaceIndexesCommandOutput>;
203
- listPlaceIndexes(args: ListPlaceIndexesCommandInput, cb: (err: any, data?: ListPlaceIndexesCommandOutput) => void): void;
204
- listPlaceIndexes(args: ListPlaceIndexesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPlaceIndexesCommandOutput) => void): void;
205
-
206
- listRouteCalculators(args: ListRouteCalculatorsCommandInput, options?: __HttpHandlerOptions): Promise<ListRouteCalculatorsCommandOutput>;
207
- listRouteCalculators(args: ListRouteCalculatorsCommandInput, cb: (err: any, data?: ListRouteCalculatorsCommandOutput) => void): void;
208
- listRouteCalculators(args: ListRouteCalculatorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRouteCalculatorsCommandOutput) => void): void;
209
-
210
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
211
- listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
212
- listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
213
-
214
- listTrackerConsumers(args: ListTrackerConsumersCommandInput, options?: __HttpHandlerOptions): Promise<ListTrackerConsumersCommandOutput>;
215
- listTrackerConsumers(args: ListTrackerConsumersCommandInput, cb: (err: any, data?: ListTrackerConsumersCommandOutput) => void): void;
216
- listTrackerConsumers(args: ListTrackerConsumersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTrackerConsumersCommandOutput) => void): void;
217
-
218
- listTrackers(args: ListTrackersCommandInput, options?: __HttpHandlerOptions): Promise<ListTrackersCommandOutput>;
219
- listTrackers(args: ListTrackersCommandInput, cb: (err: any, data?: ListTrackersCommandOutput) => void): void;
220
- listTrackers(args: ListTrackersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTrackersCommandOutput) => void): void;
221
-
222
- putGeofence(args: PutGeofenceCommandInput, options?: __HttpHandlerOptions): Promise<PutGeofenceCommandOutput>;
223
- putGeofence(args: PutGeofenceCommandInput, cb: (err: any, data?: PutGeofenceCommandOutput) => void): void;
224
- putGeofence(args: PutGeofenceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutGeofenceCommandOutput) => void): void;
225
-
226
- searchPlaceIndexForPosition(args: SearchPlaceIndexForPositionCommandInput, options?: __HttpHandlerOptions): Promise<SearchPlaceIndexForPositionCommandOutput>;
227
- searchPlaceIndexForPosition(args: SearchPlaceIndexForPositionCommandInput, cb: (err: any, data?: SearchPlaceIndexForPositionCommandOutput) => void): void;
228
- searchPlaceIndexForPosition(args: SearchPlaceIndexForPositionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchPlaceIndexForPositionCommandOutput) => void): void;
229
-
230
- searchPlaceIndexForSuggestions(args: SearchPlaceIndexForSuggestionsCommandInput, options?: __HttpHandlerOptions): Promise<SearchPlaceIndexForSuggestionsCommandOutput>;
231
- searchPlaceIndexForSuggestions(args: SearchPlaceIndexForSuggestionsCommandInput, cb: (err: any, data?: SearchPlaceIndexForSuggestionsCommandOutput) => void): void;
232
- searchPlaceIndexForSuggestions(args: SearchPlaceIndexForSuggestionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchPlaceIndexForSuggestionsCommandOutput) => void): void;
233
-
234
- searchPlaceIndexForText(args: SearchPlaceIndexForTextCommandInput, options?: __HttpHandlerOptions): Promise<SearchPlaceIndexForTextCommandOutput>;
235
- searchPlaceIndexForText(args: SearchPlaceIndexForTextCommandInput, cb: (err: any, data?: SearchPlaceIndexForTextCommandOutput) => void): void;
236
- searchPlaceIndexForText(args: SearchPlaceIndexForTextCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchPlaceIndexForTextCommandOutput) => void): void;
237
-
238
- tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
239
- tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
240
- tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
241
-
242
- untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
243
- untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
244
- untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
245
-
246
- updateGeofenceCollection(args: UpdateGeofenceCollectionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateGeofenceCollectionCommandOutput>;
247
- updateGeofenceCollection(args: UpdateGeofenceCollectionCommandInput, cb: (err: any, data?: UpdateGeofenceCollectionCommandOutput) => void): void;
248
- updateGeofenceCollection(args: UpdateGeofenceCollectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateGeofenceCollectionCommandOutput) => void): void;
249
-
250
- updateMap(args: UpdateMapCommandInput, options?: __HttpHandlerOptions): Promise<UpdateMapCommandOutput>;
251
- updateMap(args: UpdateMapCommandInput, cb: (err: any, data?: UpdateMapCommandOutput) => void): void;
252
- updateMap(args: UpdateMapCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateMapCommandOutput) => void): void;
253
-
254
- updatePlaceIndex(args: UpdatePlaceIndexCommandInput, options?: __HttpHandlerOptions): Promise<UpdatePlaceIndexCommandOutput>;
255
- updatePlaceIndex(args: UpdatePlaceIndexCommandInput, cb: (err: any, data?: UpdatePlaceIndexCommandOutput) => void): void;
256
- updatePlaceIndex(args: UpdatePlaceIndexCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePlaceIndexCommandOutput) => void): void;
257
-
258
- updateRouteCalculator(args: UpdateRouteCalculatorCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRouteCalculatorCommandOutput>;
259
- updateRouteCalculator(args: UpdateRouteCalculatorCommandInput, cb: (err: any, data?: UpdateRouteCalculatorCommandOutput) => void): void;
260
- updateRouteCalculator(args: UpdateRouteCalculatorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRouteCalculatorCommandOutput) => void): void;
261
-
262
- updateTracker(args: UpdateTrackerCommandInput, options?: __HttpHandlerOptions): Promise<UpdateTrackerCommandOutput>;
263
- updateTracker(args: UpdateTrackerCommandInput, cb: (err: any, data?: UpdateTrackerCommandOutput) => void): void;
264
- updateTracker(args: UpdateTrackerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTrackerCommandOutput) => void): void;
265
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import {
3
+ AssociateTrackerConsumerCommandInput,
4
+ AssociateTrackerConsumerCommandOutput,
5
+ } from "./commands/AssociateTrackerConsumerCommand";
6
+ import {
7
+ BatchDeleteDevicePositionHistoryCommandInput,
8
+ BatchDeleteDevicePositionHistoryCommandOutput,
9
+ } from "./commands/BatchDeleteDevicePositionHistoryCommand";
10
+ import {
11
+ BatchDeleteGeofenceCommandInput,
12
+ BatchDeleteGeofenceCommandOutput,
13
+ } from "./commands/BatchDeleteGeofenceCommand";
14
+ import {
15
+ BatchEvaluateGeofencesCommandInput,
16
+ BatchEvaluateGeofencesCommandOutput,
17
+ } from "./commands/BatchEvaluateGeofencesCommand";
18
+ import {
19
+ BatchGetDevicePositionCommandInput,
20
+ BatchGetDevicePositionCommandOutput,
21
+ } from "./commands/BatchGetDevicePositionCommand";
22
+ import {
23
+ BatchPutGeofenceCommandInput,
24
+ BatchPutGeofenceCommandOutput,
25
+ } from "./commands/BatchPutGeofenceCommand";
26
+ import {
27
+ BatchUpdateDevicePositionCommandInput,
28
+ BatchUpdateDevicePositionCommandOutput,
29
+ } from "./commands/BatchUpdateDevicePositionCommand";
30
+ import {
31
+ CalculateRouteCommandInput,
32
+ CalculateRouteCommandOutput,
33
+ } from "./commands/CalculateRouteCommand";
34
+ import {
35
+ CalculateRouteMatrixCommandInput,
36
+ CalculateRouteMatrixCommandOutput,
37
+ } from "./commands/CalculateRouteMatrixCommand";
38
+ import {
39
+ CreateGeofenceCollectionCommandInput,
40
+ CreateGeofenceCollectionCommandOutput,
41
+ } from "./commands/CreateGeofenceCollectionCommand";
42
+ import {
43
+ CreateMapCommandInput,
44
+ CreateMapCommandOutput,
45
+ } from "./commands/CreateMapCommand";
46
+ import {
47
+ CreatePlaceIndexCommandInput,
48
+ CreatePlaceIndexCommandOutput,
49
+ } from "./commands/CreatePlaceIndexCommand";
50
+ import {
51
+ CreateRouteCalculatorCommandInput,
52
+ CreateRouteCalculatorCommandOutput,
53
+ } from "./commands/CreateRouteCalculatorCommand";
54
+ import {
55
+ CreateTrackerCommandInput,
56
+ CreateTrackerCommandOutput,
57
+ } from "./commands/CreateTrackerCommand";
58
+ import {
59
+ DeleteGeofenceCollectionCommandInput,
60
+ DeleteGeofenceCollectionCommandOutput,
61
+ } from "./commands/DeleteGeofenceCollectionCommand";
62
+ import {
63
+ DeleteMapCommandInput,
64
+ DeleteMapCommandOutput,
65
+ } from "./commands/DeleteMapCommand";
66
+ import {
67
+ DeletePlaceIndexCommandInput,
68
+ DeletePlaceIndexCommandOutput,
69
+ } from "./commands/DeletePlaceIndexCommand";
70
+ import {
71
+ DeleteRouteCalculatorCommandInput,
72
+ DeleteRouteCalculatorCommandOutput,
73
+ } from "./commands/DeleteRouteCalculatorCommand";
74
+ import {
75
+ DeleteTrackerCommandInput,
76
+ DeleteTrackerCommandOutput,
77
+ } from "./commands/DeleteTrackerCommand";
78
+ import {
79
+ DescribeGeofenceCollectionCommandInput,
80
+ DescribeGeofenceCollectionCommandOutput,
81
+ } from "./commands/DescribeGeofenceCollectionCommand";
82
+ import {
83
+ DescribeMapCommandInput,
84
+ DescribeMapCommandOutput,
85
+ } from "./commands/DescribeMapCommand";
86
+ import {
87
+ DescribePlaceIndexCommandInput,
88
+ DescribePlaceIndexCommandOutput,
89
+ } from "./commands/DescribePlaceIndexCommand";
90
+ import {
91
+ DescribeRouteCalculatorCommandInput,
92
+ DescribeRouteCalculatorCommandOutput,
93
+ } from "./commands/DescribeRouteCalculatorCommand";
94
+ import {
95
+ DescribeTrackerCommandInput,
96
+ DescribeTrackerCommandOutput,
97
+ } from "./commands/DescribeTrackerCommand";
98
+ import {
99
+ DisassociateTrackerConsumerCommandInput,
100
+ DisassociateTrackerConsumerCommandOutput,
101
+ } from "./commands/DisassociateTrackerConsumerCommand";
102
+ import {
103
+ GetDevicePositionCommandInput,
104
+ GetDevicePositionCommandOutput,
105
+ } from "./commands/GetDevicePositionCommand";
106
+ import {
107
+ GetDevicePositionHistoryCommandInput,
108
+ GetDevicePositionHistoryCommandOutput,
109
+ } from "./commands/GetDevicePositionHistoryCommand";
110
+ import {
111
+ GetGeofenceCommandInput,
112
+ GetGeofenceCommandOutput,
113
+ } from "./commands/GetGeofenceCommand";
114
+ import {
115
+ GetMapGlyphsCommandInput,
116
+ GetMapGlyphsCommandOutput,
117
+ } from "./commands/GetMapGlyphsCommand";
118
+ import {
119
+ GetMapSpritesCommandInput,
120
+ GetMapSpritesCommandOutput,
121
+ } from "./commands/GetMapSpritesCommand";
122
+ import {
123
+ GetMapStyleDescriptorCommandInput,
124
+ GetMapStyleDescriptorCommandOutput,
125
+ } from "./commands/GetMapStyleDescriptorCommand";
126
+ import {
127
+ GetMapTileCommandInput,
128
+ GetMapTileCommandOutput,
129
+ } from "./commands/GetMapTileCommand";
130
+ import {
131
+ ListDevicePositionsCommandInput,
132
+ ListDevicePositionsCommandOutput,
133
+ } from "./commands/ListDevicePositionsCommand";
134
+ import {
135
+ ListGeofenceCollectionsCommandInput,
136
+ ListGeofenceCollectionsCommandOutput,
137
+ } from "./commands/ListGeofenceCollectionsCommand";
138
+ import {
139
+ ListGeofencesCommandInput,
140
+ ListGeofencesCommandOutput,
141
+ } from "./commands/ListGeofencesCommand";
142
+ import {
143
+ ListMapsCommandInput,
144
+ ListMapsCommandOutput,
145
+ } from "./commands/ListMapsCommand";
146
+ import {
147
+ ListPlaceIndexesCommandInput,
148
+ ListPlaceIndexesCommandOutput,
149
+ } from "./commands/ListPlaceIndexesCommand";
150
+ import {
151
+ ListRouteCalculatorsCommandInput,
152
+ ListRouteCalculatorsCommandOutput,
153
+ } from "./commands/ListRouteCalculatorsCommand";
154
+ import {
155
+ ListTagsForResourceCommandInput,
156
+ ListTagsForResourceCommandOutput,
157
+ } from "./commands/ListTagsForResourceCommand";
158
+ import {
159
+ ListTrackerConsumersCommandInput,
160
+ ListTrackerConsumersCommandOutput,
161
+ } from "./commands/ListTrackerConsumersCommand";
162
+ import {
163
+ ListTrackersCommandInput,
164
+ ListTrackersCommandOutput,
165
+ } from "./commands/ListTrackersCommand";
166
+ import {
167
+ PutGeofenceCommandInput,
168
+ PutGeofenceCommandOutput,
169
+ } from "./commands/PutGeofenceCommand";
170
+ import {
171
+ SearchPlaceIndexForPositionCommandInput,
172
+ SearchPlaceIndexForPositionCommandOutput,
173
+ } from "./commands/SearchPlaceIndexForPositionCommand";
174
+ import {
175
+ SearchPlaceIndexForSuggestionsCommandInput,
176
+ SearchPlaceIndexForSuggestionsCommandOutput,
177
+ } from "./commands/SearchPlaceIndexForSuggestionsCommand";
178
+ import {
179
+ SearchPlaceIndexForTextCommandInput,
180
+ SearchPlaceIndexForTextCommandOutput,
181
+ } from "./commands/SearchPlaceIndexForTextCommand";
182
+ import {
183
+ TagResourceCommandInput,
184
+ TagResourceCommandOutput,
185
+ } from "./commands/TagResourceCommand";
186
+ import {
187
+ UntagResourceCommandInput,
188
+ UntagResourceCommandOutput,
189
+ } from "./commands/UntagResourceCommand";
190
+ import {
191
+ UpdateGeofenceCollectionCommandInput,
192
+ UpdateGeofenceCollectionCommandOutput,
193
+ } from "./commands/UpdateGeofenceCollectionCommand";
194
+ import {
195
+ UpdateMapCommandInput,
196
+ UpdateMapCommandOutput,
197
+ } from "./commands/UpdateMapCommand";
198
+ import {
199
+ UpdatePlaceIndexCommandInput,
200
+ UpdatePlaceIndexCommandOutput,
201
+ } from "./commands/UpdatePlaceIndexCommand";
202
+ import {
203
+ UpdateRouteCalculatorCommandInput,
204
+ UpdateRouteCalculatorCommandOutput,
205
+ } from "./commands/UpdateRouteCalculatorCommand";
206
+ import {
207
+ UpdateTrackerCommandInput,
208
+ UpdateTrackerCommandOutput,
209
+ } from "./commands/UpdateTrackerCommand";
210
+ import { LocationClient } from "./LocationClient";
211
+
212
+ export declare class Location extends LocationClient {
213
+ associateTrackerConsumer(
214
+ args: AssociateTrackerConsumerCommandInput,
215
+ options?: __HttpHandlerOptions
216
+ ): Promise<AssociateTrackerConsumerCommandOutput>;
217
+ associateTrackerConsumer(
218
+ args: AssociateTrackerConsumerCommandInput,
219
+ cb: (err: any, data?: AssociateTrackerConsumerCommandOutput) => void
220
+ ): void;
221
+ associateTrackerConsumer(
222
+ args: AssociateTrackerConsumerCommandInput,
223
+ options: __HttpHandlerOptions,
224
+ cb: (err: any, data?: AssociateTrackerConsumerCommandOutput) => void
225
+ ): void;
226
+
227
+ batchDeleteDevicePositionHistory(
228
+ args: BatchDeleteDevicePositionHistoryCommandInput,
229
+ options?: __HttpHandlerOptions
230
+ ): Promise<BatchDeleteDevicePositionHistoryCommandOutput>;
231
+ batchDeleteDevicePositionHistory(
232
+ args: BatchDeleteDevicePositionHistoryCommandInput,
233
+ cb: (err: any, data?: BatchDeleteDevicePositionHistoryCommandOutput) => void
234
+ ): void;
235
+ batchDeleteDevicePositionHistory(
236
+ args: BatchDeleteDevicePositionHistoryCommandInput,
237
+ options: __HttpHandlerOptions,
238
+ cb: (err: any, data?: BatchDeleteDevicePositionHistoryCommandOutput) => void
239
+ ): void;
240
+
241
+ batchDeleteGeofence(
242
+ args: BatchDeleteGeofenceCommandInput,
243
+ options?: __HttpHandlerOptions
244
+ ): Promise<BatchDeleteGeofenceCommandOutput>;
245
+ batchDeleteGeofence(
246
+ args: BatchDeleteGeofenceCommandInput,
247
+ cb: (err: any, data?: BatchDeleteGeofenceCommandOutput) => void
248
+ ): void;
249
+ batchDeleteGeofence(
250
+ args: BatchDeleteGeofenceCommandInput,
251
+ options: __HttpHandlerOptions,
252
+ cb: (err: any, data?: BatchDeleteGeofenceCommandOutput) => void
253
+ ): void;
254
+
255
+ batchEvaluateGeofences(
256
+ args: BatchEvaluateGeofencesCommandInput,
257
+ options?: __HttpHandlerOptions
258
+ ): Promise<BatchEvaluateGeofencesCommandOutput>;
259
+ batchEvaluateGeofences(
260
+ args: BatchEvaluateGeofencesCommandInput,
261
+ cb: (err: any, data?: BatchEvaluateGeofencesCommandOutput) => void
262
+ ): void;
263
+ batchEvaluateGeofences(
264
+ args: BatchEvaluateGeofencesCommandInput,
265
+ options: __HttpHandlerOptions,
266
+ cb: (err: any, data?: BatchEvaluateGeofencesCommandOutput) => void
267
+ ): void;
268
+
269
+ batchGetDevicePosition(
270
+ args: BatchGetDevicePositionCommandInput,
271
+ options?: __HttpHandlerOptions
272
+ ): Promise<BatchGetDevicePositionCommandOutput>;
273
+ batchGetDevicePosition(
274
+ args: BatchGetDevicePositionCommandInput,
275
+ cb: (err: any, data?: BatchGetDevicePositionCommandOutput) => void
276
+ ): void;
277
+ batchGetDevicePosition(
278
+ args: BatchGetDevicePositionCommandInput,
279
+ options: __HttpHandlerOptions,
280
+ cb: (err: any, data?: BatchGetDevicePositionCommandOutput) => void
281
+ ): void;
282
+
283
+ batchPutGeofence(
284
+ args: BatchPutGeofenceCommandInput,
285
+ options?: __HttpHandlerOptions
286
+ ): Promise<BatchPutGeofenceCommandOutput>;
287
+ batchPutGeofence(
288
+ args: BatchPutGeofenceCommandInput,
289
+ cb: (err: any, data?: BatchPutGeofenceCommandOutput) => void
290
+ ): void;
291
+ batchPutGeofence(
292
+ args: BatchPutGeofenceCommandInput,
293
+ options: __HttpHandlerOptions,
294
+ cb: (err: any, data?: BatchPutGeofenceCommandOutput) => void
295
+ ): void;
296
+
297
+ batchUpdateDevicePosition(
298
+ args: BatchUpdateDevicePositionCommandInput,
299
+ options?: __HttpHandlerOptions
300
+ ): Promise<BatchUpdateDevicePositionCommandOutput>;
301
+ batchUpdateDevicePosition(
302
+ args: BatchUpdateDevicePositionCommandInput,
303
+ cb: (err: any, data?: BatchUpdateDevicePositionCommandOutput) => void
304
+ ): void;
305
+ batchUpdateDevicePosition(
306
+ args: BatchUpdateDevicePositionCommandInput,
307
+ options: __HttpHandlerOptions,
308
+ cb: (err: any, data?: BatchUpdateDevicePositionCommandOutput) => void
309
+ ): void;
310
+
311
+ calculateRoute(
312
+ args: CalculateRouteCommandInput,
313
+ options?: __HttpHandlerOptions
314
+ ): Promise<CalculateRouteCommandOutput>;
315
+ calculateRoute(
316
+ args: CalculateRouteCommandInput,
317
+ cb: (err: any, data?: CalculateRouteCommandOutput) => void
318
+ ): void;
319
+ calculateRoute(
320
+ args: CalculateRouteCommandInput,
321
+ options: __HttpHandlerOptions,
322
+ cb: (err: any, data?: CalculateRouteCommandOutput) => void
323
+ ): void;
324
+
325
+ calculateRouteMatrix(
326
+ args: CalculateRouteMatrixCommandInput,
327
+ options?: __HttpHandlerOptions
328
+ ): Promise<CalculateRouteMatrixCommandOutput>;
329
+ calculateRouteMatrix(
330
+ args: CalculateRouteMatrixCommandInput,
331
+ cb: (err: any, data?: CalculateRouteMatrixCommandOutput) => void
332
+ ): void;
333
+ calculateRouteMatrix(
334
+ args: CalculateRouteMatrixCommandInput,
335
+ options: __HttpHandlerOptions,
336
+ cb: (err: any, data?: CalculateRouteMatrixCommandOutput) => void
337
+ ): void;
338
+
339
+ createGeofenceCollection(
340
+ args: CreateGeofenceCollectionCommandInput,
341
+ options?: __HttpHandlerOptions
342
+ ): Promise<CreateGeofenceCollectionCommandOutput>;
343
+ createGeofenceCollection(
344
+ args: CreateGeofenceCollectionCommandInput,
345
+ cb: (err: any, data?: CreateGeofenceCollectionCommandOutput) => void
346
+ ): void;
347
+ createGeofenceCollection(
348
+ args: CreateGeofenceCollectionCommandInput,
349
+ options: __HttpHandlerOptions,
350
+ cb: (err: any, data?: CreateGeofenceCollectionCommandOutput) => void
351
+ ): void;
352
+
353
+ createMap(
354
+ args: CreateMapCommandInput,
355
+ options?: __HttpHandlerOptions
356
+ ): Promise<CreateMapCommandOutput>;
357
+ createMap(
358
+ args: CreateMapCommandInput,
359
+ cb: (err: any, data?: CreateMapCommandOutput) => void
360
+ ): void;
361
+ createMap(
362
+ args: CreateMapCommandInput,
363
+ options: __HttpHandlerOptions,
364
+ cb: (err: any, data?: CreateMapCommandOutput) => void
365
+ ): void;
366
+
367
+ createPlaceIndex(
368
+ args: CreatePlaceIndexCommandInput,
369
+ options?: __HttpHandlerOptions
370
+ ): Promise<CreatePlaceIndexCommandOutput>;
371
+ createPlaceIndex(
372
+ args: CreatePlaceIndexCommandInput,
373
+ cb: (err: any, data?: CreatePlaceIndexCommandOutput) => void
374
+ ): void;
375
+ createPlaceIndex(
376
+ args: CreatePlaceIndexCommandInput,
377
+ options: __HttpHandlerOptions,
378
+ cb: (err: any, data?: CreatePlaceIndexCommandOutput) => void
379
+ ): void;
380
+
381
+ createRouteCalculator(
382
+ args: CreateRouteCalculatorCommandInput,
383
+ options?: __HttpHandlerOptions
384
+ ): Promise<CreateRouteCalculatorCommandOutput>;
385
+ createRouteCalculator(
386
+ args: CreateRouteCalculatorCommandInput,
387
+ cb: (err: any, data?: CreateRouteCalculatorCommandOutput) => void
388
+ ): void;
389
+ createRouteCalculator(
390
+ args: CreateRouteCalculatorCommandInput,
391
+ options: __HttpHandlerOptions,
392
+ cb: (err: any, data?: CreateRouteCalculatorCommandOutput) => void
393
+ ): void;
394
+
395
+ createTracker(
396
+ args: CreateTrackerCommandInput,
397
+ options?: __HttpHandlerOptions
398
+ ): Promise<CreateTrackerCommandOutput>;
399
+ createTracker(
400
+ args: CreateTrackerCommandInput,
401
+ cb: (err: any, data?: CreateTrackerCommandOutput) => void
402
+ ): void;
403
+ createTracker(
404
+ args: CreateTrackerCommandInput,
405
+ options: __HttpHandlerOptions,
406
+ cb: (err: any, data?: CreateTrackerCommandOutput) => void
407
+ ): void;
408
+
409
+ deleteGeofenceCollection(
410
+ args: DeleteGeofenceCollectionCommandInput,
411
+ options?: __HttpHandlerOptions
412
+ ): Promise<DeleteGeofenceCollectionCommandOutput>;
413
+ deleteGeofenceCollection(
414
+ args: DeleteGeofenceCollectionCommandInput,
415
+ cb: (err: any, data?: DeleteGeofenceCollectionCommandOutput) => void
416
+ ): void;
417
+ deleteGeofenceCollection(
418
+ args: DeleteGeofenceCollectionCommandInput,
419
+ options: __HttpHandlerOptions,
420
+ cb: (err: any, data?: DeleteGeofenceCollectionCommandOutput) => void
421
+ ): void;
422
+
423
+ deleteMap(
424
+ args: DeleteMapCommandInput,
425
+ options?: __HttpHandlerOptions
426
+ ): Promise<DeleteMapCommandOutput>;
427
+ deleteMap(
428
+ args: DeleteMapCommandInput,
429
+ cb: (err: any, data?: DeleteMapCommandOutput) => void
430
+ ): void;
431
+ deleteMap(
432
+ args: DeleteMapCommandInput,
433
+ options: __HttpHandlerOptions,
434
+ cb: (err: any, data?: DeleteMapCommandOutput) => void
435
+ ): void;
436
+
437
+ deletePlaceIndex(
438
+ args: DeletePlaceIndexCommandInput,
439
+ options?: __HttpHandlerOptions
440
+ ): Promise<DeletePlaceIndexCommandOutput>;
441
+ deletePlaceIndex(
442
+ args: DeletePlaceIndexCommandInput,
443
+ cb: (err: any, data?: DeletePlaceIndexCommandOutput) => void
444
+ ): void;
445
+ deletePlaceIndex(
446
+ args: DeletePlaceIndexCommandInput,
447
+ options: __HttpHandlerOptions,
448
+ cb: (err: any, data?: DeletePlaceIndexCommandOutput) => void
449
+ ): void;
450
+
451
+ deleteRouteCalculator(
452
+ args: DeleteRouteCalculatorCommandInput,
453
+ options?: __HttpHandlerOptions
454
+ ): Promise<DeleteRouteCalculatorCommandOutput>;
455
+ deleteRouteCalculator(
456
+ args: DeleteRouteCalculatorCommandInput,
457
+ cb: (err: any, data?: DeleteRouteCalculatorCommandOutput) => void
458
+ ): void;
459
+ deleteRouteCalculator(
460
+ args: DeleteRouteCalculatorCommandInput,
461
+ options: __HttpHandlerOptions,
462
+ cb: (err: any, data?: DeleteRouteCalculatorCommandOutput) => void
463
+ ): void;
464
+
465
+ deleteTracker(
466
+ args: DeleteTrackerCommandInput,
467
+ options?: __HttpHandlerOptions
468
+ ): Promise<DeleteTrackerCommandOutput>;
469
+ deleteTracker(
470
+ args: DeleteTrackerCommandInput,
471
+ cb: (err: any, data?: DeleteTrackerCommandOutput) => void
472
+ ): void;
473
+ deleteTracker(
474
+ args: DeleteTrackerCommandInput,
475
+ options: __HttpHandlerOptions,
476
+ cb: (err: any, data?: DeleteTrackerCommandOutput) => void
477
+ ): void;
478
+
479
+ describeGeofenceCollection(
480
+ args: DescribeGeofenceCollectionCommandInput,
481
+ options?: __HttpHandlerOptions
482
+ ): Promise<DescribeGeofenceCollectionCommandOutput>;
483
+ describeGeofenceCollection(
484
+ args: DescribeGeofenceCollectionCommandInput,
485
+ cb: (err: any, data?: DescribeGeofenceCollectionCommandOutput) => void
486
+ ): void;
487
+ describeGeofenceCollection(
488
+ args: DescribeGeofenceCollectionCommandInput,
489
+ options: __HttpHandlerOptions,
490
+ cb: (err: any, data?: DescribeGeofenceCollectionCommandOutput) => void
491
+ ): void;
492
+
493
+ describeMap(
494
+ args: DescribeMapCommandInput,
495
+ options?: __HttpHandlerOptions
496
+ ): Promise<DescribeMapCommandOutput>;
497
+ describeMap(
498
+ args: DescribeMapCommandInput,
499
+ cb: (err: any, data?: DescribeMapCommandOutput) => void
500
+ ): void;
501
+ describeMap(
502
+ args: DescribeMapCommandInput,
503
+ options: __HttpHandlerOptions,
504
+ cb: (err: any, data?: DescribeMapCommandOutput) => void
505
+ ): void;
506
+
507
+ describePlaceIndex(
508
+ args: DescribePlaceIndexCommandInput,
509
+ options?: __HttpHandlerOptions
510
+ ): Promise<DescribePlaceIndexCommandOutput>;
511
+ describePlaceIndex(
512
+ args: DescribePlaceIndexCommandInput,
513
+ cb: (err: any, data?: DescribePlaceIndexCommandOutput) => void
514
+ ): void;
515
+ describePlaceIndex(
516
+ args: DescribePlaceIndexCommandInput,
517
+ options: __HttpHandlerOptions,
518
+ cb: (err: any, data?: DescribePlaceIndexCommandOutput) => void
519
+ ): void;
520
+
521
+ describeRouteCalculator(
522
+ args: DescribeRouteCalculatorCommandInput,
523
+ options?: __HttpHandlerOptions
524
+ ): Promise<DescribeRouteCalculatorCommandOutput>;
525
+ describeRouteCalculator(
526
+ args: DescribeRouteCalculatorCommandInput,
527
+ cb: (err: any, data?: DescribeRouteCalculatorCommandOutput) => void
528
+ ): void;
529
+ describeRouteCalculator(
530
+ args: DescribeRouteCalculatorCommandInput,
531
+ options: __HttpHandlerOptions,
532
+ cb: (err: any, data?: DescribeRouteCalculatorCommandOutput) => void
533
+ ): void;
534
+
535
+ describeTracker(
536
+ args: DescribeTrackerCommandInput,
537
+ options?: __HttpHandlerOptions
538
+ ): Promise<DescribeTrackerCommandOutput>;
539
+ describeTracker(
540
+ args: DescribeTrackerCommandInput,
541
+ cb: (err: any, data?: DescribeTrackerCommandOutput) => void
542
+ ): void;
543
+ describeTracker(
544
+ args: DescribeTrackerCommandInput,
545
+ options: __HttpHandlerOptions,
546
+ cb: (err: any, data?: DescribeTrackerCommandOutput) => void
547
+ ): void;
548
+
549
+ disassociateTrackerConsumer(
550
+ args: DisassociateTrackerConsumerCommandInput,
551
+ options?: __HttpHandlerOptions
552
+ ): Promise<DisassociateTrackerConsumerCommandOutput>;
553
+ disassociateTrackerConsumer(
554
+ args: DisassociateTrackerConsumerCommandInput,
555
+ cb: (err: any, data?: DisassociateTrackerConsumerCommandOutput) => void
556
+ ): void;
557
+ disassociateTrackerConsumer(
558
+ args: DisassociateTrackerConsumerCommandInput,
559
+ options: __HttpHandlerOptions,
560
+ cb: (err: any, data?: DisassociateTrackerConsumerCommandOutput) => void
561
+ ): void;
562
+
563
+ getDevicePosition(
564
+ args: GetDevicePositionCommandInput,
565
+ options?: __HttpHandlerOptions
566
+ ): Promise<GetDevicePositionCommandOutput>;
567
+ getDevicePosition(
568
+ args: GetDevicePositionCommandInput,
569
+ cb: (err: any, data?: GetDevicePositionCommandOutput) => void
570
+ ): void;
571
+ getDevicePosition(
572
+ args: GetDevicePositionCommandInput,
573
+ options: __HttpHandlerOptions,
574
+ cb: (err: any, data?: GetDevicePositionCommandOutput) => void
575
+ ): void;
576
+
577
+ getDevicePositionHistory(
578
+ args: GetDevicePositionHistoryCommandInput,
579
+ options?: __HttpHandlerOptions
580
+ ): Promise<GetDevicePositionHistoryCommandOutput>;
581
+ getDevicePositionHistory(
582
+ args: GetDevicePositionHistoryCommandInput,
583
+ cb: (err: any, data?: GetDevicePositionHistoryCommandOutput) => void
584
+ ): void;
585
+ getDevicePositionHistory(
586
+ args: GetDevicePositionHistoryCommandInput,
587
+ options: __HttpHandlerOptions,
588
+ cb: (err: any, data?: GetDevicePositionHistoryCommandOutput) => void
589
+ ): void;
590
+
591
+ getGeofence(
592
+ args: GetGeofenceCommandInput,
593
+ options?: __HttpHandlerOptions
594
+ ): Promise<GetGeofenceCommandOutput>;
595
+ getGeofence(
596
+ args: GetGeofenceCommandInput,
597
+ cb: (err: any, data?: GetGeofenceCommandOutput) => void
598
+ ): void;
599
+ getGeofence(
600
+ args: GetGeofenceCommandInput,
601
+ options: __HttpHandlerOptions,
602
+ cb: (err: any, data?: GetGeofenceCommandOutput) => void
603
+ ): void;
604
+
605
+ getMapGlyphs(
606
+ args: GetMapGlyphsCommandInput,
607
+ options?: __HttpHandlerOptions
608
+ ): Promise<GetMapGlyphsCommandOutput>;
609
+ getMapGlyphs(
610
+ args: GetMapGlyphsCommandInput,
611
+ cb: (err: any, data?: GetMapGlyphsCommandOutput) => void
612
+ ): void;
613
+ getMapGlyphs(
614
+ args: GetMapGlyphsCommandInput,
615
+ options: __HttpHandlerOptions,
616
+ cb: (err: any, data?: GetMapGlyphsCommandOutput) => void
617
+ ): void;
618
+
619
+ getMapSprites(
620
+ args: GetMapSpritesCommandInput,
621
+ options?: __HttpHandlerOptions
622
+ ): Promise<GetMapSpritesCommandOutput>;
623
+ getMapSprites(
624
+ args: GetMapSpritesCommandInput,
625
+ cb: (err: any, data?: GetMapSpritesCommandOutput) => void
626
+ ): void;
627
+ getMapSprites(
628
+ args: GetMapSpritesCommandInput,
629
+ options: __HttpHandlerOptions,
630
+ cb: (err: any, data?: GetMapSpritesCommandOutput) => void
631
+ ): void;
632
+
633
+ getMapStyleDescriptor(
634
+ args: GetMapStyleDescriptorCommandInput,
635
+ options?: __HttpHandlerOptions
636
+ ): Promise<GetMapStyleDescriptorCommandOutput>;
637
+ getMapStyleDescriptor(
638
+ args: GetMapStyleDescriptorCommandInput,
639
+ cb: (err: any, data?: GetMapStyleDescriptorCommandOutput) => void
640
+ ): void;
641
+ getMapStyleDescriptor(
642
+ args: GetMapStyleDescriptorCommandInput,
643
+ options: __HttpHandlerOptions,
644
+ cb: (err: any, data?: GetMapStyleDescriptorCommandOutput) => void
645
+ ): void;
646
+
647
+ getMapTile(
648
+ args: GetMapTileCommandInput,
649
+ options?: __HttpHandlerOptions
650
+ ): Promise<GetMapTileCommandOutput>;
651
+ getMapTile(
652
+ args: GetMapTileCommandInput,
653
+ cb: (err: any, data?: GetMapTileCommandOutput) => void
654
+ ): void;
655
+ getMapTile(
656
+ args: GetMapTileCommandInput,
657
+ options: __HttpHandlerOptions,
658
+ cb: (err: any, data?: GetMapTileCommandOutput) => void
659
+ ): void;
660
+
661
+ listDevicePositions(
662
+ args: ListDevicePositionsCommandInput,
663
+ options?: __HttpHandlerOptions
664
+ ): Promise<ListDevicePositionsCommandOutput>;
665
+ listDevicePositions(
666
+ args: ListDevicePositionsCommandInput,
667
+ cb: (err: any, data?: ListDevicePositionsCommandOutput) => void
668
+ ): void;
669
+ listDevicePositions(
670
+ args: ListDevicePositionsCommandInput,
671
+ options: __HttpHandlerOptions,
672
+ cb: (err: any, data?: ListDevicePositionsCommandOutput) => void
673
+ ): void;
674
+
675
+ listGeofenceCollections(
676
+ args: ListGeofenceCollectionsCommandInput,
677
+ options?: __HttpHandlerOptions
678
+ ): Promise<ListGeofenceCollectionsCommandOutput>;
679
+ listGeofenceCollections(
680
+ args: ListGeofenceCollectionsCommandInput,
681
+ cb: (err: any, data?: ListGeofenceCollectionsCommandOutput) => void
682
+ ): void;
683
+ listGeofenceCollections(
684
+ args: ListGeofenceCollectionsCommandInput,
685
+ options: __HttpHandlerOptions,
686
+ cb: (err: any, data?: ListGeofenceCollectionsCommandOutput) => void
687
+ ): void;
688
+
689
+ listGeofences(
690
+ args: ListGeofencesCommandInput,
691
+ options?: __HttpHandlerOptions
692
+ ): Promise<ListGeofencesCommandOutput>;
693
+ listGeofences(
694
+ args: ListGeofencesCommandInput,
695
+ cb: (err: any, data?: ListGeofencesCommandOutput) => void
696
+ ): void;
697
+ listGeofences(
698
+ args: ListGeofencesCommandInput,
699
+ options: __HttpHandlerOptions,
700
+ cb: (err: any, data?: ListGeofencesCommandOutput) => void
701
+ ): void;
702
+
703
+ listMaps(
704
+ args: ListMapsCommandInput,
705
+ options?: __HttpHandlerOptions
706
+ ): Promise<ListMapsCommandOutput>;
707
+ listMaps(
708
+ args: ListMapsCommandInput,
709
+ cb: (err: any, data?: ListMapsCommandOutput) => void
710
+ ): void;
711
+ listMaps(
712
+ args: ListMapsCommandInput,
713
+ options: __HttpHandlerOptions,
714
+ cb: (err: any, data?: ListMapsCommandOutput) => void
715
+ ): void;
716
+
717
+ listPlaceIndexes(
718
+ args: ListPlaceIndexesCommandInput,
719
+ options?: __HttpHandlerOptions
720
+ ): Promise<ListPlaceIndexesCommandOutput>;
721
+ listPlaceIndexes(
722
+ args: ListPlaceIndexesCommandInput,
723
+ cb: (err: any, data?: ListPlaceIndexesCommandOutput) => void
724
+ ): void;
725
+ listPlaceIndexes(
726
+ args: ListPlaceIndexesCommandInput,
727
+ options: __HttpHandlerOptions,
728
+ cb: (err: any, data?: ListPlaceIndexesCommandOutput) => void
729
+ ): void;
730
+
731
+ listRouteCalculators(
732
+ args: ListRouteCalculatorsCommandInput,
733
+ options?: __HttpHandlerOptions
734
+ ): Promise<ListRouteCalculatorsCommandOutput>;
735
+ listRouteCalculators(
736
+ args: ListRouteCalculatorsCommandInput,
737
+ cb: (err: any, data?: ListRouteCalculatorsCommandOutput) => void
738
+ ): void;
739
+ listRouteCalculators(
740
+ args: ListRouteCalculatorsCommandInput,
741
+ options: __HttpHandlerOptions,
742
+ cb: (err: any, data?: ListRouteCalculatorsCommandOutput) => void
743
+ ): void;
744
+
745
+ listTagsForResource(
746
+ args: ListTagsForResourceCommandInput,
747
+ options?: __HttpHandlerOptions
748
+ ): Promise<ListTagsForResourceCommandOutput>;
749
+ listTagsForResource(
750
+ args: ListTagsForResourceCommandInput,
751
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
752
+ ): void;
753
+ listTagsForResource(
754
+ args: ListTagsForResourceCommandInput,
755
+ options: __HttpHandlerOptions,
756
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
757
+ ): void;
758
+
759
+ listTrackerConsumers(
760
+ args: ListTrackerConsumersCommandInput,
761
+ options?: __HttpHandlerOptions
762
+ ): Promise<ListTrackerConsumersCommandOutput>;
763
+ listTrackerConsumers(
764
+ args: ListTrackerConsumersCommandInput,
765
+ cb: (err: any, data?: ListTrackerConsumersCommandOutput) => void
766
+ ): void;
767
+ listTrackerConsumers(
768
+ args: ListTrackerConsumersCommandInput,
769
+ options: __HttpHandlerOptions,
770
+ cb: (err: any, data?: ListTrackerConsumersCommandOutput) => void
771
+ ): void;
772
+
773
+ listTrackers(
774
+ args: ListTrackersCommandInput,
775
+ options?: __HttpHandlerOptions
776
+ ): Promise<ListTrackersCommandOutput>;
777
+ listTrackers(
778
+ args: ListTrackersCommandInput,
779
+ cb: (err: any, data?: ListTrackersCommandOutput) => void
780
+ ): void;
781
+ listTrackers(
782
+ args: ListTrackersCommandInput,
783
+ options: __HttpHandlerOptions,
784
+ cb: (err: any, data?: ListTrackersCommandOutput) => void
785
+ ): void;
786
+
787
+ putGeofence(
788
+ args: PutGeofenceCommandInput,
789
+ options?: __HttpHandlerOptions
790
+ ): Promise<PutGeofenceCommandOutput>;
791
+ putGeofence(
792
+ args: PutGeofenceCommandInput,
793
+ cb: (err: any, data?: PutGeofenceCommandOutput) => void
794
+ ): void;
795
+ putGeofence(
796
+ args: PutGeofenceCommandInput,
797
+ options: __HttpHandlerOptions,
798
+ cb: (err: any, data?: PutGeofenceCommandOutput) => void
799
+ ): void;
800
+
801
+ searchPlaceIndexForPosition(
802
+ args: SearchPlaceIndexForPositionCommandInput,
803
+ options?: __HttpHandlerOptions
804
+ ): Promise<SearchPlaceIndexForPositionCommandOutput>;
805
+ searchPlaceIndexForPosition(
806
+ args: SearchPlaceIndexForPositionCommandInput,
807
+ cb: (err: any, data?: SearchPlaceIndexForPositionCommandOutput) => void
808
+ ): void;
809
+ searchPlaceIndexForPosition(
810
+ args: SearchPlaceIndexForPositionCommandInput,
811
+ options: __HttpHandlerOptions,
812
+ cb: (err: any, data?: SearchPlaceIndexForPositionCommandOutput) => void
813
+ ): void;
814
+
815
+ searchPlaceIndexForSuggestions(
816
+ args: SearchPlaceIndexForSuggestionsCommandInput,
817
+ options?: __HttpHandlerOptions
818
+ ): Promise<SearchPlaceIndexForSuggestionsCommandOutput>;
819
+ searchPlaceIndexForSuggestions(
820
+ args: SearchPlaceIndexForSuggestionsCommandInput,
821
+ cb: (err: any, data?: SearchPlaceIndexForSuggestionsCommandOutput) => void
822
+ ): void;
823
+ searchPlaceIndexForSuggestions(
824
+ args: SearchPlaceIndexForSuggestionsCommandInput,
825
+ options: __HttpHandlerOptions,
826
+ cb: (err: any, data?: SearchPlaceIndexForSuggestionsCommandOutput) => void
827
+ ): void;
828
+
829
+ searchPlaceIndexForText(
830
+ args: SearchPlaceIndexForTextCommandInput,
831
+ options?: __HttpHandlerOptions
832
+ ): Promise<SearchPlaceIndexForTextCommandOutput>;
833
+ searchPlaceIndexForText(
834
+ args: SearchPlaceIndexForTextCommandInput,
835
+ cb: (err: any, data?: SearchPlaceIndexForTextCommandOutput) => void
836
+ ): void;
837
+ searchPlaceIndexForText(
838
+ args: SearchPlaceIndexForTextCommandInput,
839
+ options: __HttpHandlerOptions,
840
+ cb: (err: any, data?: SearchPlaceIndexForTextCommandOutput) => void
841
+ ): void;
842
+
843
+ tagResource(
844
+ args: TagResourceCommandInput,
845
+ options?: __HttpHandlerOptions
846
+ ): Promise<TagResourceCommandOutput>;
847
+ tagResource(
848
+ args: TagResourceCommandInput,
849
+ cb: (err: any, data?: TagResourceCommandOutput) => void
850
+ ): void;
851
+ tagResource(
852
+ args: TagResourceCommandInput,
853
+ options: __HttpHandlerOptions,
854
+ cb: (err: any, data?: TagResourceCommandOutput) => void
855
+ ): void;
856
+
857
+ untagResource(
858
+ args: UntagResourceCommandInput,
859
+ options?: __HttpHandlerOptions
860
+ ): Promise<UntagResourceCommandOutput>;
861
+ untagResource(
862
+ args: UntagResourceCommandInput,
863
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
864
+ ): void;
865
+ untagResource(
866
+ args: UntagResourceCommandInput,
867
+ options: __HttpHandlerOptions,
868
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
869
+ ): void;
870
+
871
+ updateGeofenceCollection(
872
+ args: UpdateGeofenceCollectionCommandInput,
873
+ options?: __HttpHandlerOptions
874
+ ): Promise<UpdateGeofenceCollectionCommandOutput>;
875
+ updateGeofenceCollection(
876
+ args: UpdateGeofenceCollectionCommandInput,
877
+ cb: (err: any, data?: UpdateGeofenceCollectionCommandOutput) => void
878
+ ): void;
879
+ updateGeofenceCollection(
880
+ args: UpdateGeofenceCollectionCommandInput,
881
+ options: __HttpHandlerOptions,
882
+ cb: (err: any, data?: UpdateGeofenceCollectionCommandOutput) => void
883
+ ): void;
884
+
885
+ updateMap(
886
+ args: UpdateMapCommandInput,
887
+ options?: __HttpHandlerOptions
888
+ ): Promise<UpdateMapCommandOutput>;
889
+ updateMap(
890
+ args: UpdateMapCommandInput,
891
+ cb: (err: any, data?: UpdateMapCommandOutput) => void
892
+ ): void;
893
+ updateMap(
894
+ args: UpdateMapCommandInput,
895
+ options: __HttpHandlerOptions,
896
+ cb: (err: any, data?: UpdateMapCommandOutput) => void
897
+ ): void;
898
+
899
+ updatePlaceIndex(
900
+ args: UpdatePlaceIndexCommandInput,
901
+ options?: __HttpHandlerOptions
902
+ ): Promise<UpdatePlaceIndexCommandOutput>;
903
+ updatePlaceIndex(
904
+ args: UpdatePlaceIndexCommandInput,
905
+ cb: (err: any, data?: UpdatePlaceIndexCommandOutput) => void
906
+ ): void;
907
+ updatePlaceIndex(
908
+ args: UpdatePlaceIndexCommandInput,
909
+ options: __HttpHandlerOptions,
910
+ cb: (err: any, data?: UpdatePlaceIndexCommandOutput) => void
911
+ ): void;
912
+
913
+ updateRouteCalculator(
914
+ args: UpdateRouteCalculatorCommandInput,
915
+ options?: __HttpHandlerOptions
916
+ ): Promise<UpdateRouteCalculatorCommandOutput>;
917
+ updateRouteCalculator(
918
+ args: UpdateRouteCalculatorCommandInput,
919
+ cb: (err: any, data?: UpdateRouteCalculatorCommandOutput) => void
920
+ ): void;
921
+ updateRouteCalculator(
922
+ args: UpdateRouteCalculatorCommandInput,
923
+ options: __HttpHandlerOptions,
924
+ cb: (err: any, data?: UpdateRouteCalculatorCommandOutput) => void
925
+ ): void;
926
+
927
+ updateTracker(
928
+ args: UpdateTrackerCommandInput,
929
+ options?: __HttpHandlerOptions
930
+ ): Promise<UpdateTrackerCommandOutput>;
931
+ updateTracker(
932
+ args: UpdateTrackerCommandInput,
933
+ cb: (err: any, data?: UpdateTrackerCommandOutput) => void
934
+ ): void;
935
+ updateTracker(
936
+ args: UpdateTrackerCommandInput,
937
+ options: __HttpHandlerOptions,
938
+ cb: (err: any, data?: UpdateTrackerCommandOutput) => void
939
+ ): void;
940
+ }