@aws-sdk/client-location 3.37.0 → 3.41.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 +42 -0
  2. package/dist-cjs/commands/index.js +53 -0
  3. package/dist-cjs/endpoints.js +79 -5
  4. package/dist-cjs/index.js +4 -62
  5. package/dist-cjs/pagination/index.js +13 -0
  6. package/dist-cjs/runtimeConfig.browser.js +6 -3
  7. package/dist-cjs/runtimeConfig.js +5 -3
  8. package/dist-es/commands/index.js +50 -0
  9. package/dist-es/endpoints.js +79 -5
  10. package/dist-es/index.js +4 -62
  11. package/dist-es/pagination/index.js +10 -0
  12. package/dist-es/runtimeConfig.browser.js +3 -2
  13. package/dist-es/runtimeConfig.js +3 -3
  14. package/dist-types/LocationClient.d.ts +8 -0
  15. package/dist-types/commands/AssociateTrackerConsumerCommand.d.ts +1 -1
  16. package/dist-types/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +1 -1
  17. package/dist-types/commands/BatchDeleteGeofenceCommand.d.ts +1 -1
  18. package/dist-types/commands/BatchEvaluateGeofencesCommand.d.ts +1 -1
  19. package/dist-types/commands/BatchGetDevicePositionCommand.d.ts +1 -1
  20. package/dist-types/commands/BatchPutGeofenceCommand.d.ts +1 -1
  21. package/dist-types/commands/BatchUpdateDevicePositionCommand.d.ts +1 -1
  22. package/dist-types/commands/CalculateRouteCommand.d.ts +1 -1
  23. package/dist-types/commands/CreateGeofenceCollectionCommand.d.ts +1 -1
  24. package/dist-types/commands/CreateMapCommand.d.ts +1 -1
  25. package/dist-types/commands/CreatePlaceIndexCommand.d.ts +1 -1
  26. package/dist-types/commands/CreateRouteCalculatorCommand.d.ts +1 -1
  27. package/dist-types/commands/CreateTrackerCommand.d.ts +1 -1
  28. package/dist-types/commands/DeleteGeofenceCollectionCommand.d.ts +1 -1
  29. package/dist-types/commands/DeleteMapCommand.d.ts +1 -1
  30. package/dist-types/commands/DeletePlaceIndexCommand.d.ts +1 -1
  31. package/dist-types/commands/DeleteRouteCalculatorCommand.d.ts +1 -1
  32. package/dist-types/commands/DeleteTrackerCommand.d.ts +1 -1
  33. package/dist-types/commands/DescribeGeofenceCollectionCommand.d.ts +1 -1
  34. package/dist-types/commands/DescribeMapCommand.d.ts +1 -1
  35. package/dist-types/commands/DescribePlaceIndexCommand.d.ts +1 -1
  36. package/dist-types/commands/DescribeRouteCalculatorCommand.d.ts +1 -1
  37. package/dist-types/commands/DescribeTrackerCommand.d.ts +1 -1
  38. package/dist-types/commands/DisassociateTrackerConsumerCommand.d.ts +1 -1
  39. package/dist-types/commands/GetDevicePositionCommand.d.ts +1 -1
  40. package/dist-types/commands/GetDevicePositionHistoryCommand.d.ts +1 -1
  41. package/dist-types/commands/GetGeofenceCommand.d.ts +1 -1
  42. package/dist-types/commands/GetMapGlyphsCommand.d.ts +1 -1
  43. package/dist-types/commands/GetMapSpritesCommand.d.ts +1 -1
  44. package/dist-types/commands/GetMapStyleDescriptorCommand.d.ts +1 -1
  45. package/dist-types/commands/GetMapTileCommand.d.ts +1 -1
  46. package/dist-types/commands/ListDevicePositionsCommand.d.ts +1 -1
  47. package/dist-types/commands/ListGeofenceCollectionsCommand.d.ts +1 -1
  48. package/dist-types/commands/ListGeofencesCommand.d.ts +1 -1
  49. package/dist-types/commands/ListMapsCommand.d.ts +1 -1
  50. package/dist-types/commands/ListPlaceIndexesCommand.d.ts +1 -1
  51. package/dist-types/commands/ListRouteCalculatorsCommand.d.ts +1 -1
  52. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  53. package/dist-types/commands/ListTrackerConsumersCommand.d.ts +1 -1
  54. package/dist-types/commands/ListTrackersCommand.d.ts +1 -1
  55. package/dist-types/commands/PutGeofenceCommand.d.ts +1 -1
  56. package/dist-types/commands/SearchPlaceIndexForPositionCommand.d.ts +1 -1
  57. package/dist-types/commands/SearchPlaceIndexForTextCommand.d.ts +1 -1
  58. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  59. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  60. package/dist-types/commands/UpdateGeofenceCollectionCommand.d.ts +1 -1
  61. package/dist-types/commands/UpdateMapCommand.d.ts +1 -1
  62. package/dist-types/commands/UpdatePlaceIndexCommand.d.ts +1 -1
  63. package/dist-types/commands/UpdateRouteCalculatorCommand.d.ts +1 -1
  64. package/dist-types/commands/UpdateTrackerCommand.d.ts +1 -1
  65. package/dist-types/commands/index.d.ts +50 -0
  66. package/dist-types/index.d.ts +4 -62
  67. package/dist-types/pagination/index.d.ts +10 -0
  68. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  69. package/dist-types/runtimeConfig.d.ts +2 -0
  70. package/dist-types/runtimeConfig.native.d.ts +2 -0
  71. package/dist-types/ts3.4/LocationClient.d.ts +4 -0
  72. package/dist-types/ts3.4/commands/index.d.ts +50 -0
  73. package/dist-types/ts3.4/index.d.ts +4 -62
  74. package/dist-types/ts3.4/pagination/index.d.ts +10 -0
  75. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  76. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  77. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  78. package/package.json +26 -26
@@ -126,6 +126,14 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
126
126
  * Optional logger for logging debug/info/warn/error.
127
127
  */
128
128
  logger?: __Logger;
129
+ /**
130
+ * Enables IPv6/IPv4 dualstack endpoint.
131
+ */
132
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
133
+ /**
134
+ * Enables FIPS compatible endpoints.
135
+ */
136
+ useFipsEndpoint?: boolean | __Provider<boolean>;
129
137
  /**
130
138
  * Unique service identifier.
131
139
  * @internal
@@ -26,7 +26,7 @@ export interface AssociateTrackerConsumerCommandOutput extends AssociateTrackerC
26
26
  *
27
27
  * @see {@link AssociateTrackerConsumerCommandInput} for command's `input` shape.
28
28
  * @see {@link AssociateTrackerConsumerCommandOutput} for command's `response` shape.
29
- * @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
29
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
30
30
  *
31
31
  */
32
32
  export declare class AssociateTrackerConsumerCommand extends $Command<AssociateTrackerConsumerCommandInput, AssociateTrackerConsumerCommandOutput, LocationClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface BatchDeleteDevicePositionHistoryCommandOutput extends BatchDele
20
20
  *
21
21
  * @see {@link BatchDeleteDevicePositionHistoryCommandInput} for command's `input` shape.
22
22
  * @see {@link BatchDeleteDevicePositionHistoryCommandOutput} for command's `response` shape.
23
- * @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class BatchDeleteDevicePositionHistoryCommand extends $Command<BatchDeleteDevicePositionHistoryCommandInput, BatchDeleteDevicePositionHistoryCommandOutput, LocationClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface BatchDeleteGeofenceCommandOutput extends BatchDeleteGeofenceRes
23
23
  *
24
24
  * @see {@link BatchDeleteGeofenceCommandInput} for command's `input` shape.
25
25
  * @see {@link BatchDeleteGeofenceCommandOutput} for command's `response` shape.
26
- * @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class BatchDeleteGeofenceCommand extends $Command<BatchDeleteGeofenceCommandInput, BatchDeleteGeofenceCommandOutput, LocationClientResolvedConfig> {
@@ -40,7 +40,7 @@ export interface BatchEvaluateGeofencesCommandOutput extends BatchEvaluateGeofen
40
40
  *
41
41
  * @see {@link BatchEvaluateGeofencesCommandInput} for command's `input` shape.
42
42
  * @see {@link BatchEvaluateGeofencesCommandOutput} for command's `response` shape.
43
- * @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
43
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
44
44
  *
45
45
  */
46
46
  export declare class BatchEvaluateGeofencesCommand extends $Command<BatchEvaluateGeofencesCommandInput, BatchEvaluateGeofencesCommandOutput, LocationClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface BatchGetDevicePositionCommandOutput extends BatchGetDevicePosit
20
20
  *
21
21
  * @see {@link BatchGetDevicePositionCommandInput} for command's `input` shape.
22
22
  * @see {@link BatchGetDevicePositionCommandOutput} for command's `response` shape.
23
- * @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class BatchGetDevicePositionCommand extends $Command<BatchGetDevicePositionCommandInput, BatchGetDevicePositionCommandOutput, LocationClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface BatchPutGeofenceCommandOutput extends BatchPutGeofenceResponse,
21
21
  *
22
22
  * @see {@link BatchPutGeofenceCommandInput} for command's `input` shape.
23
23
  * @see {@link BatchPutGeofenceCommandOutput} for command's `response` shape.
24
- * @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class BatchPutGeofenceCommand extends $Command<BatchPutGeofenceCommandInput, BatchPutGeofenceCommandOutput, LocationClientResolvedConfig> {
@@ -30,7 +30,7 @@ export interface BatchUpdateDevicePositionCommandOutput extends BatchUpdateDevic
30
30
  *
31
31
  * @see {@link BatchUpdateDevicePositionCommandInput} for command's `input` shape.
32
32
  * @see {@link BatchUpdateDevicePositionCommandOutput} for command's `response` shape.
33
- * @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
33
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
34
34
  *
35
35
  */
36
36
  export declare class BatchUpdateDevicePositionCommand extends $Command<BatchUpdateDevicePositionCommandInput, BatchUpdateDevicePositionCommandOutput, LocationClientResolvedConfig> {
@@ -50,7 +50,7 @@ export interface CalculateRouteCommandOutput extends CalculateRouteResponse, __M
50
50
  *
51
51
  * @see {@link CalculateRouteCommandInput} for command's `input` shape.
52
52
  * @see {@link CalculateRouteCommandOutput} for command's `response` shape.
53
- * @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
53
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
54
54
  *
55
55
  */
56
56
  export declare class CalculateRouteCommand extends $Command<CalculateRouteCommandInput, CalculateRouteCommandOutput, LocationClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateGeofenceCollectionCommandOutput extends CreateGeofenceCol
20
20
  *
21
21
  * @see {@link CreateGeofenceCollectionCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateGeofenceCollectionCommandOutput} for command's `response` shape.
23
- * @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CreateGeofenceCollectionCommand extends $Command<CreateGeofenceCollectionCommandInput, CreateGeofenceCollectionCommandOutput, LocationClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface CreateMapCommandOutput extends CreateMapResponse, __MetadataBea
21
21
  *
22
22
  * @see {@link CreateMapCommandInput} for command's `input` shape.
23
23
  * @see {@link CreateMapCommandOutput} for command's `response` shape.
24
- * @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class CreateMapCommand extends $Command<CreateMapCommandInput, CreateMapCommandOutput, LocationClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface CreatePlaceIndexCommandOutput extends CreatePlaceIndexResponse,
21
21
  *
22
22
  * @see {@link CreatePlaceIndexCommandInput} for command's `input` shape.
23
23
  * @see {@link CreatePlaceIndexCommandOutput} for command's `response` shape.
24
- * @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class CreatePlaceIndexCommand extends $Command<CreatePlaceIndexCommandInput, CreatePlaceIndexCommandOutput, LocationClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface CreateRouteCalculatorCommandOutput extends CreateRouteCalculato
23
23
  *
24
24
  * @see {@link CreateRouteCalculatorCommandInput} for command's `input` shape.
25
25
  * @see {@link CreateRouteCalculatorCommandOutput} for command's `response` shape.
26
- * @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class CreateRouteCalculatorCommand extends $Command<CreateRouteCalculatorCommandInput, CreateRouteCalculatorCommandOutput, LocationClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface CreateTrackerCommandOutput extends CreateTrackerResponse, __Met
21
21
  *
22
22
  * @see {@link CreateTrackerCommandInput} for command's `input` shape.
23
23
  * @see {@link CreateTrackerCommandOutput} for command's `response` shape.
24
- * @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class CreateTrackerCommand extends $Command<CreateTrackerCommandInput, CreateTrackerCommandOutput, LocationClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface DeleteGeofenceCollectionCommandOutput extends DeleteGeofenceCol
24
24
  *
25
25
  * @see {@link DeleteGeofenceCollectionCommandInput} for command's `input` shape.
26
26
  * @see {@link DeleteGeofenceCollectionCommandOutput} for command's `response` shape.
27
- * @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class DeleteGeofenceCollectionCommand extends $Command<DeleteGeofenceCollectionCommandInput, DeleteGeofenceCollectionCommandOutput, LocationClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface DeleteMapCommandOutput extends DeleteMapResponse, __MetadataBea
24
24
  *
25
25
  * @see {@link DeleteMapCommandInput} for command's `input` shape.
26
26
  * @see {@link DeleteMapCommandOutput} for command's `response` shape.
27
- * @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class DeleteMapCommand extends $Command<DeleteMapCommandInput, DeleteMapCommandOutput, LocationClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface DeletePlaceIndexCommandOutput extends DeletePlaceIndexResponse,
23
23
  *
24
24
  * @see {@link DeletePlaceIndexCommandInput} for command's `input` shape.
25
25
  * @see {@link DeletePlaceIndexCommandOutput} for command's `response` shape.
26
- * @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class DeletePlaceIndexCommand extends $Command<DeletePlaceIndexCommandInput, DeletePlaceIndexCommandOutput, LocationClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface DeleteRouteCalculatorCommandOutput extends DeleteRouteCalculato
23
23
  *
24
24
  * @see {@link DeleteRouteCalculatorCommandInput} for command's `input` shape.
25
25
  * @see {@link DeleteRouteCalculatorCommandOutput} for command's `response` shape.
26
- * @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class DeleteRouteCalculatorCommand extends $Command<DeleteRouteCalculatorCommandInput, DeleteRouteCalculatorCommandOutput, LocationClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface DeleteTrackerCommandOutput extends DeleteTrackerResponse, __Met
25
25
  *
26
26
  * @see {@link DeleteTrackerCommandInput} for command's `input` shape.
27
27
  * @see {@link DeleteTrackerCommandOutput} for command's `response` shape.
28
- * @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class DeleteTrackerCommand extends $Command<DeleteTrackerCommandInput, DeleteTrackerCommandOutput, LocationClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeGeofenceCollectionCommandOutput extends DescribeGeofenc
20
20
  *
21
21
  * @see {@link DescribeGeofenceCollectionCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeGeofenceCollectionCommandOutput} for command's `response` shape.
23
- * @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeGeofenceCollectionCommand extends $Command<DescribeGeofenceCollectionCommandInput, DescribeGeofenceCollectionCommandOutput, LocationClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeMapCommandOutput extends DescribeMapResponse, __Metadat
20
20
  *
21
21
  * @see {@link DescribeMapCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeMapCommandOutput} for command's `response` shape.
23
- * @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeMapCommand extends $Command<DescribeMapCommandInput, DescribeMapCommandOutput, LocationClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribePlaceIndexCommandOutput extends DescribePlaceIndexRespo
20
20
  *
21
21
  * @see {@link DescribePlaceIndexCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribePlaceIndexCommandOutput} for command's `response` shape.
23
- * @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribePlaceIndexCommand extends $Command<DescribePlaceIndexCommandInput, DescribePlaceIndexCommandOutput, LocationClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeRouteCalculatorCommandOutput extends DescribeRouteCalcu
20
20
  *
21
21
  * @see {@link DescribeRouteCalculatorCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeRouteCalculatorCommandOutput} for command's `response` shape.
23
- * @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeRouteCalculatorCommand extends $Command<DescribeRouteCalculatorCommandInput, DescribeRouteCalculatorCommandOutput, LocationClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeTrackerCommandOutput extends DescribeTrackerResponse, _
20
20
  *
21
21
  * @see {@link DescribeTrackerCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeTrackerCommandOutput} for command's `response` shape.
23
- * @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeTrackerCommand extends $Command<DescribeTrackerCommandInput, DescribeTrackerCommandOutput, LocationClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface DisassociateTrackerConsumerCommandOutput extends DisassociateTr
24
24
  *
25
25
  * @see {@link DisassociateTrackerConsumerCommandInput} for command's `input` shape.
26
26
  * @see {@link DisassociateTrackerConsumerCommandOutput} for command's `response` shape.
27
- * @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class DisassociateTrackerConsumerCommand extends $Command<DisassociateTrackerConsumerCommandInput, DisassociateTrackerConsumerCommandOutput, LocationClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface GetDevicePositionCommandOutput extends GetDevicePositionRespons
23
23
  *
24
24
  * @see {@link GetDevicePositionCommandInput} for command's `input` shape.
25
25
  * @see {@link GetDevicePositionCommandOutput} for command's `response` shape.
26
- * @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class GetDevicePositionCommand extends $Command<GetDevicePositionCommandInput, GetDevicePositionCommandOutput, LocationClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface GetDevicePositionHistoryCommandOutput extends GetDevicePosition
24
24
  *
25
25
  * @see {@link GetDevicePositionHistoryCommandInput} for command's `input` shape.
26
26
  * @see {@link GetDevicePositionHistoryCommandOutput} for command's `response` shape.
27
- * @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class GetDevicePositionHistoryCommand extends $Command<GetDevicePositionHistoryCommandInput, GetDevicePositionHistoryCommandOutput, LocationClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetGeofenceCommandOutput extends GetGeofenceResponse, __Metadat
20
20
  *
21
21
  * @see {@link GetGeofenceCommandInput} for command's `input` shape.
22
22
  * @see {@link GetGeofenceCommandOutput} for command's `response` shape.
23
- * @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetGeofenceCommand extends $Command<GetGeofenceCommandInput, GetGeofenceCommandOutput, LocationClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetMapGlyphsCommandOutput extends GetMapGlyphsResponse, __Metad
20
20
  *
21
21
  * @see {@link GetMapGlyphsCommandInput} for command's `input` shape.
22
22
  * @see {@link GetMapGlyphsCommandOutput} for command's `response` shape.
23
- * @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetMapGlyphsCommand extends $Command<GetMapGlyphsCommandInput, GetMapGlyphsCommandOutput, LocationClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface GetMapSpritesCommandOutput extends GetMapSpritesResponse, __Met
22
22
  *
23
23
  * @see {@link GetMapSpritesCommandInput} for command's `input` shape.
24
24
  * @see {@link GetMapSpritesCommandOutput} for command's `response` shape.
25
- * @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class GetMapSpritesCommand extends $Command<GetMapSpritesCommandInput, GetMapSpritesCommandOutput, LocationClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface GetMapStyleDescriptorCommandOutput extends GetMapStyleDescripto
23
23
  *
24
24
  * @see {@link GetMapStyleDescriptorCommandInput} for command's `input` shape.
25
25
  * @see {@link GetMapStyleDescriptorCommandOutput} for command's `response` shape.
26
- * @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class GetMapStyleDescriptorCommand extends $Command<GetMapStyleDescriptorCommandInput, GetMapStyleDescriptorCommandOutput, LocationClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface GetMapTileCommandOutput extends GetMapTileResponse, __MetadataB
25
25
  *
26
26
  * @see {@link GetMapTileCommandInput} for command's `input` shape.
27
27
  * @see {@link GetMapTileCommandOutput} for command's `response` shape.
28
- * @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class GetMapTileCommand extends $Command<GetMapTileCommandInput, GetMapTileCommandOutput, LocationClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListDevicePositionsCommandOutput extends ListDevicePositionsRes
20
20
  *
21
21
  * @see {@link ListDevicePositionsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListDevicePositionsCommandOutput} for command's `response` shape.
23
- * @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListDevicePositionsCommand extends $Command<ListDevicePositionsCommandInput, ListDevicePositionsCommandOutput, LocationClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListGeofenceCollectionsCommandOutput extends ListGeofenceCollec
20
20
  *
21
21
  * @see {@link ListGeofenceCollectionsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListGeofenceCollectionsCommandOutput} for command's `response` shape.
23
- * @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListGeofenceCollectionsCommand extends $Command<ListGeofenceCollectionsCommandInput, ListGeofenceCollectionsCommandOutput, LocationClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListGeofencesCommandOutput extends ListGeofencesResponse, __Met
20
20
  *
21
21
  * @see {@link ListGeofencesCommandInput} for command's `input` shape.
22
22
  * @see {@link ListGeofencesCommandOutput} for command's `response` shape.
23
- * @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListGeofencesCommand extends $Command<ListGeofencesCommandInput, ListGeofencesCommandOutput, LocationClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListMapsCommandOutput extends ListMapsResponse, __MetadataBeare
20
20
  *
21
21
  * @see {@link ListMapsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListMapsCommandOutput} for command's `response` shape.
23
- * @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListMapsCommand extends $Command<ListMapsCommandInput, ListMapsCommandOutput, LocationClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListPlaceIndexesCommandOutput extends ListPlaceIndexesResponse,
20
20
  *
21
21
  * @see {@link ListPlaceIndexesCommandInput} for command's `input` shape.
22
22
  * @see {@link ListPlaceIndexesCommandOutput} for command's `response` shape.
23
- * @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListPlaceIndexesCommand extends $Command<ListPlaceIndexesCommandInput, ListPlaceIndexesCommandOutput, LocationClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListRouteCalculatorsCommandOutput extends ListRouteCalculatorsR
20
20
  *
21
21
  * @see {@link ListRouteCalculatorsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListRouteCalculatorsCommandOutput} for command's `response` shape.
23
- * @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListRouteCalculatorsCommand extends $Command<ListRouteCalculatorsCommandInput, ListRouteCalculatorsCommandOutput, LocationClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
20
20
  *
21
21
  * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
22
22
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
23
- * @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, LocationClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListTrackerConsumersCommandOutput extends ListTrackerConsumersR
20
20
  *
21
21
  * @see {@link ListTrackerConsumersCommandInput} for command's `input` shape.
22
22
  * @see {@link ListTrackerConsumersCommandOutput} for command's `response` shape.
23
- * @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListTrackerConsumersCommand extends $Command<ListTrackerConsumersCommandInput, ListTrackerConsumersCommandOutput, LocationClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListTrackersCommandOutput extends ListTrackersResponse, __Metad
20
20
  *
21
21
  * @see {@link ListTrackersCommandInput} for command's `input` shape.
22
22
  * @see {@link ListTrackersCommandOutput} for command's `response` shape.
23
- * @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListTrackersCommand extends $Command<ListTrackersCommandInput, ListTrackersCommandOutput, LocationClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface PutGeofenceCommandOutput extends PutGeofenceResponse, __Metadat
21
21
  *
22
22
  * @see {@link PutGeofenceCommandInput} for command's `input` shape.
23
23
  * @see {@link PutGeofenceCommandOutput} for command's `response` shape.
24
- * @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class PutGeofenceCommand extends $Command<PutGeofenceCommandInput, PutGeofenceCommandOutput, LocationClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface SearchPlaceIndexForPositionCommandOutput extends SearchPlaceInd
21
21
  *
22
22
  * @see {@link SearchPlaceIndexForPositionCommandInput} for command's `input` shape.
23
23
  * @see {@link SearchPlaceIndexForPositionCommandOutput} for command's `response` shape.
24
- * @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class SearchPlaceIndexForPositionCommand extends $Command<SearchPlaceIndexForPositionCommandInput, SearchPlaceIndexForPositionCommandOutput, LocationClientResolvedConfig> {
@@ -28,7 +28,7 @@ export interface SearchPlaceIndexForTextCommandOutput extends SearchPlaceIndexFo
28
28
  *
29
29
  * @see {@link SearchPlaceIndexForTextCommandInput} for command's `input` shape.
30
30
  * @see {@link SearchPlaceIndexForTextCommandOutput} for command's `response` shape.
31
- * @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
31
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
32
32
  *
33
33
  */
34
34
  export declare class SearchPlaceIndexForTextCommand extends $Command<SearchPlaceIndexForTextCommandInput, SearchPlaceIndexForTextCommandOutput, LocationClientResolvedConfig> {
@@ -33,7 +33,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
33
33
  *
34
34
  * @see {@link TagResourceCommandInput} for command's `input` shape.
35
35
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
36
- * @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
36
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
37
37
  *
38
38
  */
39
39
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, LocationClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
20
20
  *
21
21
  * @see {@link UntagResourceCommandInput} for command's `input` shape.
22
22
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
23
- * @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, LocationClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateGeofenceCollectionCommandOutput extends UpdateGeofenceCol
20
20
  *
21
21
  * @see {@link UpdateGeofenceCollectionCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateGeofenceCollectionCommandOutput} for command's `response` shape.
23
- * @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateGeofenceCollectionCommand extends $Command<UpdateGeofenceCollectionCommandInput, UpdateGeofenceCollectionCommandOutput, LocationClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateMapCommandOutput extends UpdateMapResponse, __MetadataBea
20
20
  *
21
21
  * @see {@link UpdateMapCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateMapCommandOutput} for command's `response` shape.
23
- * @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateMapCommand extends $Command<UpdateMapCommandInput, UpdateMapCommandOutput, LocationClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdatePlaceIndexCommandOutput extends UpdatePlaceIndexResponse,
20
20
  *
21
21
  * @see {@link UpdatePlaceIndexCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdatePlaceIndexCommandOutput} for command's `response` shape.
23
- * @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdatePlaceIndexCommand extends $Command<UpdatePlaceIndexCommandInput, UpdatePlaceIndexCommandOutput, LocationClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateRouteCalculatorCommandOutput extends UpdateRouteCalculato
20
20
  *
21
21
  * @see {@link UpdateRouteCalculatorCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateRouteCalculatorCommandOutput} for command's `response` shape.
23
- * @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateRouteCalculatorCommand extends $Command<UpdateRouteCalculatorCommandInput, UpdateRouteCalculatorCommandOutput, LocationClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateTrackerCommandOutput extends UpdateTrackerResponse, __Met
20
20
  *
21
21
  * @see {@link UpdateTrackerCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateTrackerCommandOutput} for command's `response` shape.
23
- * @see {@link LocationClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateTrackerCommand extends $Command<UpdateTrackerCommandInput, UpdateTrackerCommandOutput, LocationClientResolvedConfig> {
@@ -0,0 +1,50 @@
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 "./CreateGeofenceCollectionCommand";
10
+ export * from "./CreateMapCommand";
11
+ export * from "./CreatePlaceIndexCommand";
12
+ export * from "./CreateRouteCalculatorCommand";
13
+ export * from "./CreateTrackerCommand";
14
+ export * from "./DeleteGeofenceCollectionCommand";
15
+ export * from "./DeleteMapCommand";
16
+ export * from "./DeletePlaceIndexCommand";
17
+ export * from "./DeleteRouteCalculatorCommand";
18
+ export * from "./DeleteTrackerCommand";
19
+ export * from "./DescribeGeofenceCollectionCommand";
20
+ export * from "./DescribeMapCommand";
21
+ export * from "./DescribePlaceIndexCommand";
22
+ export * from "./DescribeRouteCalculatorCommand";
23
+ export * from "./DescribeTrackerCommand";
24
+ export * from "./DisassociateTrackerConsumerCommand";
25
+ export * from "./GetDevicePositionCommand";
26
+ export * from "./GetDevicePositionHistoryCommand";
27
+ export * from "./GetGeofenceCommand";
28
+ export * from "./GetMapGlyphsCommand";
29
+ export * from "./GetMapSpritesCommand";
30
+ export * from "./GetMapStyleDescriptorCommand";
31
+ export * from "./GetMapTileCommand";
32
+ export * from "./ListDevicePositionsCommand";
33
+ export * from "./ListGeofenceCollectionsCommand";
34
+ export * from "./ListGeofencesCommand";
35
+ export * from "./ListMapsCommand";
36
+ export * from "./ListPlaceIndexesCommand";
37
+ export * from "./ListRouteCalculatorsCommand";
38
+ export * from "./ListTagsForResourceCommand";
39
+ export * from "./ListTrackerConsumersCommand";
40
+ export * from "./ListTrackersCommand";
41
+ export * from "./PutGeofenceCommand";
42
+ export * from "./SearchPlaceIndexForPositionCommand";
43
+ export * from "./SearchPlaceIndexForTextCommand";
44
+ export * from "./TagResourceCommand";
45
+ export * from "./UntagResourceCommand";
46
+ export * from "./UpdateGeofenceCollectionCommand";
47
+ export * from "./UpdateMapCommand";
48
+ export * from "./UpdatePlaceIndexCommand";
49
+ export * from "./UpdateRouteCalculatorCommand";
50
+ export * from "./UpdateTrackerCommand";