@aws-sdk/client-location 3.533.0 → 3.535.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 (121) hide show
  1. package/dist-types/Location.d.ts +7 -1
  2. package/dist-types/LocationClient.d.ts +1 -1
  3. package/dist-types/commands/AssociateTrackerConsumerCommand.d.ts +2 -1
  4. package/dist-types/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +2 -1
  5. package/dist-types/commands/BatchDeleteGeofenceCommand.d.ts +2 -1
  6. package/dist-types/commands/BatchEvaluateGeofencesCommand.d.ts +2 -1
  7. package/dist-types/commands/BatchGetDevicePositionCommand.d.ts +2 -1
  8. package/dist-types/commands/BatchPutGeofenceCommand.d.ts +2 -1
  9. package/dist-types/commands/BatchUpdateDevicePositionCommand.d.ts +2 -1
  10. package/dist-types/commands/CalculateRouteCommand.d.ts +2 -1
  11. package/dist-types/commands/CalculateRouteMatrixCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateGeofenceCollectionCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateKeyCommand.d.ts +2 -1
  14. package/dist-types/commands/CreateMapCommand.d.ts +2 -1
  15. package/dist-types/commands/CreatePlaceIndexCommand.d.ts +2 -1
  16. package/dist-types/commands/CreateRouteCalculatorCommand.d.ts +2 -1
  17. package/dist-types/commands/CreateTrackerCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteGeofenceCollectionCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteKeyCommand.d.ts +2 -1
  20. package/dist-types/commands/DeleteMapCommand.d.ts +2 -1
  21. package/dist-types/commands/DeletePlaceIndexCommand.d.ts +2 -1
  22. package/dist-types/commands/DeleteRouteCalculatorCommand.d.ts +2 -1
  23. package/dist-types/commands/DeleteTrackerCommand.d.ts +2 -1
  24. package/dist-types/commands/DescribeGeofenceCollectionCommand.d.ts +2 -1
  25. package/dist-types/commands/DescribeKeyCommand.d.ts +2 -1
  26. package/dist-types/commands/DescribeMapCommand.d.ts +2 -1
  27. package/dist-types/commands/DescribePlaceIndexCommand.d.ts +2 -1
  28. package/dist-types/commands/DescribeRouteCalculatorCommand.d.ts +2 -1
  29. package/dist-types/commands/DescribeTrackerCommand.d.ts +2 -1
  30. package/dist-types/commands/DisassociateTrackerConsumerCommand.d.ts +2 -1
  31. package/dist-types/commands/GetDevicePositionCommand.d.ts +2 -1
  32. package/dist-types/commands/GetDevicePositionHistoryCommand.d.ts +2 -1
  33. package/dist-types/commands/GetGeofenceCommand.d.ts +2 -1
  34. package/dist-types/commands/GetMapGlyphsCommand.d.ts +2 -1
  35. package/dist-types/commands/GetMapSpritesCommand.d.ts +2 -1
  36. package/dist-types/commands/GetMapStyleDescriptorCommand.d.ts +2 -1
  37. package/dist-types/commands/GetMapTileCommand.d.ts +2 -1
  38. package/dist-types/commands/GetPlaceCommand.d.ts +2 -1
  39. package/dist-types/commands/ListDevicePositionsCommand.d.ts +2 -1
  40. package/dist-types/commands/ListGeofenceCollectionsCommand.d.ts +2 -1
  41. package/dist-types/commands/ListGeofencesCommand.d.ts +2 -1
  42. package/dist-types/commands/ListKeysCommand.d.ts +2 -1
  43. package/dist-types/commands/ListMapsCommand.d.ts +2 -1
  44. package/dist-types/commands/ListPlaceIndexesCommand.d.ts +2 -1
  45. package/dist-types/commands/ListRouteCalculatorsCommand.d.ts +2 -1
  46. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  47. package/dist-types/commands/ListTrackerConsumersCommand.d.ts +2 -1
  48. package/dist-types/commands/ListTrackersCommand.d.ts +2 -1
  49. package/dist-types/commands/PutGeofenceCommand.d.ts +2 -1
  50. package/dist-types/commands/SearchPlaceIndexForPositionCommand.d.ts +2 -1
  51. package/dist-types/commands/SearchPlaceIndexForSuggestionsCommand.d.ts +2 -1
  52. package/dist-types/commands/SearchPlaceIndexForTextCommand.d.ts +2 -1
  53. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  54. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  55. package/dist-types/commands/UpdateGeofenceCollectionCommand.d.ts +2 -1
  56. package/dist-types/commands/UpdateKeyCommand.d.ts +2 -1
  57. package/dist-types/commands/UpdateMapCommand.d.ts +2 -1
  58. package/dist-types/commands/UpdatePlaceIndexCommand.d.ts +2 -1
  59. package/dist-types/commands/UpdateRouteCalculatorCommand.d.ts +2 -1
  60. package/dist-types/commands/UpdateTrackerCommand.d.ts +2 -1
  61. package/dist-types/models/models_0.d.ts +613 -613
  62. package/dist-types/ts3.4/Location.d.ts +6 -0
  63. package/dist-types/ts3.4/commands/AssociateTrackerConsumerCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/BatchDeleteGeofenceCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/BatchEvaluateGeofencesCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/BatchGetDevicePositionCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/BatchPutGeofenceCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/BatchUpdateDevicePositionCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/CalculateRouteCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/CalculateRouteMatrixCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/CreateGeofenceCollectionCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/CreateKeyCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/CreateMapCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/CreatePlaceIndexCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/CreateRouteCalculatorCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/CreateTrackerCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/DeleteGeofenceCollectionCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/DeleteKeyCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/DeleteMapCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/DeletePlaceIndexCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/DeleteRouteCalculatorCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/DeleteTrackerCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/DescribeGeofenceCollectionCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/DescribeKeyCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/DescribeMapCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/DescribePlaceIndexCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/DescribeRouteCalculatorCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/DescribeTrackerCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/DisassociateTrackerConsumerCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/GetDevicePositionCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/GetDevicePositionHistoryCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/GetGeofenceCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/GetMapGlyphsCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/GetMapSpritesCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/GetMapStyleDescriptorCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/GetMapTileCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/GetPlaceCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/ListDevicePositionsCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/ListGeofenceCollectionsCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/ListGeofencesCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/ListKeysCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/ListMapsCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/ListPlaceIndexesCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/ListRouteCalculatorsCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/ListTrackerConsumersCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/ListTrackersCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/PutGeofenceCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/SearchPlaceIndexForPositionCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/SearchPlaceIndexForSuggestionsCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/SearchPlaceIndexForTextCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  114. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  115. package/dist-types/ts3.4/commands/UpdateGeofenceCollectionCommand.d.ts +9 -0
  116. package/dist-types/ts3.4/commands/UpdateKeyCommand.d.ts +9 -0
  117. package/dist-types/ts3.4/commands/UpdateMapCommand.d.ts +9 -0
  118. package/dist-types/ts3.4/commands/UpdatePlaceIndexCommand.d.ts +9 -0
  119. package/dist-types/ts3.4/commands/UpdateRouteCalculatorCommand.d.ts +9 -0
  120. package/dist-types/ts3.4/commands/UpdateTrackerCommand.d.ts +9 -0
  121. package/package.json +41 -41
@@ -714,6 +714,7 @@ export interface Location {
714
714
  options: __HttpHandlerOptions,
715
715
  cb: (err: any, data?: ListDevicePositionsCommandOutput) => void
716
716
  ): void;
717
+ listGeofenceCollections(): Promise<ListGeofenceCollectionsCommandOutput>;
717
718
  listGeofenceCollections(
718
719
  args: ListGeofenceCollectionsCommandInput,
719
720
  options?: __HttpHandlerOptions
@@ -740,6 +741,7 @@ export interface Location {
740
741
  options: __HttpHandlerOptions,
741
742
  cb: (err: any, data?: ListGeofencesCommandOutput) => void
742
743
  ): void;
744
+ listKeys(): Promise<ListKeysCommandOutput>;
743
745
  listKeys(
744
746
  args: ListKeysCommandInput,
745
747
  options?: __HttpHandlerOptions
@@ -753,6 +755,7 @@ export interface Location {
753
755
  options: __HttpHandlerOptions,
754
756
  cb: (err: any, data?: ListKeysCommandOutput) => void
755
757
  ): void;
758
+ listMaps(): Promise<ListMapsCommandOutput>;
756
759
  listMaps(
757
760
  args: ListMapsCommandInput,
758
761
  options?: __HttpHandlerOptions
@@ -766,6 +769,7 @@ export interface Location {
766
769
  options: __HttpHandlerOptions,
767
770
  cb: (err: any, data?: ListMapsCommandOutput) => void
768
771
  ): void;
772
+ listPlaceIndexes(): Promise<ListPlaceIndexesCommandOutput>;
769
773
  listPlaceIndexes(
770
774
  args: ListPlaceIndexesCommandInput,
771
775
  options?: __HttpHandlerOptions
@@ -779,6 +783,7 @@ export interface Location {
779
783
  options: __HttpHandlerOptions,
780
784
  cb: (err: any, data?: ListPlaceIndexesCommandOutput) => void
781
785
  ): void;
786
+ listRouteCalculators(): Promise<ListRouteCalculatorsCommandOutput>;
782
787
  listRouteCalculators(
783
788
  args: ListRouteCalculatorsCommandInput,
784
789
  options?: __HttpHandlerOptions
@@ -818,6 +823,7 @@ export interface Location {
818
823
  options: __HttpHandlerOptions,
819
824
  cb: (err: any, data?: ListTrackerConsumersCommandOutput) => void
820
825
  ): void;
826
+ listTrackers(): Promise<ListTrackersCommandOutput>;
821
827
  listTrackers(
822
828
  args: ListTrackersCommandInput,
823
829
  options?: __HttpHandlerOptions
@@ -25,6 +25,15 @@ declare const AssociateTrackerConsumerCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: AssociateTrackerConsumerCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ AssociateTrackerConsumerCommandInput,
32
+ AssociateTrackerConsumerCommandOutput,
33
+ LocationClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class AssociateTrackerConsumerCommand extends AssociateTrackerConsumerCommand_base {}
@@ -25,6 +25,15 @@ declare const BatchDeleteDevicePositionHistoryCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: BatchDeleteDevicePositionHistoryCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ BatchDeleteDevicePositionHistoryCommandInput,
32
+ BatchDeleteDevicePositionHistoryCommandOutput,
33
+ LocationClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class BatchDeleteDevicePositionHistoryCommand extends BatchDeleteDevicePositionHistoryCommand_base {}
@@ -25,6 +25,15 @@ declare const BatchDeleteGeofenceCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: BatchDeleteGeofenceCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ BatchDeleteGeofenceCommandInput,
32
+ BatchDeleteGeofenceCommandOutput,
33
+ LocationClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class BatchDeleteGeofenceCommand extends BatchDeleteGeofenceCommand_base {}
@@ -25,6 +25,15 @@ declare const BatchEvaluateGeofencesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: BatchEvaluateGeofencesCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ BatchEvaluateGeofencesCommandInput,
32
+ BatchEvaluateGeofencesCommandOutput,
33
+ LocationClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class BatchEvaluateGeofencesCommand extends BatchEvaluateGeofencesCommand_base {}
@@ -25,6 +25,15 @@ declare const BatchGetDevicePositionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: BatchGetDevicePositionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ BatchGetDevicePositionCommandInput,
32
+ BatchGetDevicePositionCommandOutput,
33
+ LocationClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class BatchGetDevicePositionCommand extends BatchGetDevicePositionCommand_base {}
@@ -24,6 +24,15 @@ declare const BatchPutGeofenceCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: BatchPutGeofenceCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ BatchPutGeofenceCommandInput,
31
+ BatchPutGeofenceCommandOutput,
32
+ LocationClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class BatchPutGeofenceCommand extends BatchPutGeofenceCommand_base {}
@@ -25,6 +25,15 @@ declare const BatchUpdateDevicePositionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: BatchUpdateDevicePositionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ BatchUpdateDevicePositionCommandInput,
32
+ BatchUpdateDevicePositionCommandOutput,
33
+ LocationClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class BatchUpdateDevicePositionCommand extends BatchUpdateDevicePositionCommand_base {}
@@ -24,6 +24,15 @@ declare const CalculateRouteCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CalculateRouteCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CalculateRouteCommandInput,
31
+ CalculateRouteCommandOutput,
32
+ LocationClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CalculateRouteCommand extends CalculateRouteCommand_base {}
@@ -25,6 +25,15 @@ declare const CalculateRouteMatrixCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CalculateRouteMatrixCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CalculateRouteMatrixCommandInput,
32
+ CalculateRouteMatrixCommandOutput,
33
+ LocationClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CalculateRouteMatrixCommand extends CalculateRouteMatrixCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateGeofenceCollectionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateGeofenceCollectionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateGeofenceCollectionCommandInput,
32
+ CreateGeofenceCollectionCommandOutput,
33
+ LocationClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateGeofenceCollectionCommand extends CreateGeofenceCollectionCommand_base {}
@@ -21,6 +21,15 @@ declare const CreateKeyCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: CreateKeyCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ CreateKeyCommandInput,
28
+ CreateKeyCommandOutput,
29
+ LocationClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class CreateKeyCommand extends CreateKeyCommand_base {}
@@ -21,6 +21,15 @@ declare const CreateMapCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: CreateMapCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ CreateMapCommandInput,
28
+ CreateMapCommandOutput,
29
+ LocationClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class CreateMapCommand extends CreateMapCommand_base {}
@@ -24,6 +24,15 @@ declare const CreatePlaceIndexCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreatePlaceIndexCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreatePlaceIndexCommandInput,
31
+ CreatePlaceIndexCommandOutput,
32
+ LocationClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreatePlaceIndexCommand extends CreatePlaceIndexCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateRouteCalculatorCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateRouteCalculatorCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateRouteCalculatorCommandInput,
32
+ CreateRouteCalculatorCommandOutput,
33
+ LocationClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateRouteCalculatorCommand extends CreateRouteCalculatorCommand_base {}
@@ -24,6 +24,15 @@ declare const CreateTrackerCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreateTrackerCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreateTrackerCommandInput,
31
+ CreateTrackerCommandOutput,
32
+ LocationClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreateTrackerCommand extends CreateTrackerCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteGeofenceCollectionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteGeofenceCollectionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteGeofenceCollectionCommandInput,
32
+ DeleteGeofenceCollectionCommandOutput,
33
+ LocationClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteGeofenceCollectionCommand extends DeleteGeofenceCollectionCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteKeyCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteKeyCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteKeyCommandInput,
28
+ DeleteKeyCommandOutput,
29
+ LocationClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteKeyCommand extends DeleteKeyCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteMapCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteMapCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteMapCommandInput,
28
+ DeleteMapCommandOutput,
29
+ LocationClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteMapCommand extends DeleteMapCommand_base {}
@@ -24,6 +24,15 @@ declare const DeletePlaceIndexCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DeletePlaceIndexCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DeletePlaceIndexCommandInput,
31
+ DeletePlaceIndexCommandOutput,
32
+ LocationClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DeletePlaceIndexCommand extends DeletePlaceIndexCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteRouteCalculatorCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteRouteCalculatorCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteRouteCalculatorCommandInput,
32
+ DeleteRouteCalculatorCommandOutput,
33
+ LocationClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteRouteCalculatorCommand extends DeleteRouteCalculatorCommand_base {}
@@ -24,6 +24,15 @@ declare const DeleteTrackerCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DeleteTrackerCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DeleteTrackerCommandInput,
31
+ DeleteTrackerCommandOutput,
32
+ LocationClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DeleteTrackerCommand extends DeleteTrackerCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeGeofenceCollectionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeGeofenceCollectionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeGeofenceCollectionCommandInput,
32
+ DescribeGeofenceCollectionCommandOutput,
33
+ LocationClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeGeofenceCollectionCommand extends DescribeGeofenceCollectionCommand_base {}
@@ -21,6 +21,15 @@ declare const DescribeKeyCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DescribeKeyCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DescribeKeyCommandInput,
28
+ DescribeKeyCommandOutput,
29
+ LocationClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DescribeKeyCommand extends DescribeKeyCommand_base {}
@@ -21,6 +21,15 @@ declare const DescribeMapCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DescribeMapCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DescribeMapCommandInput,
28
+ DescribeMapCommandOutput,
29
+ LocationClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DescribeMapCommand extends DescribeMapCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribePlaceIndexCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribePlaceIndexCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribePlaceIndexCommandInput,
32
+ DescribePlaceIndexCommandOutput,
33
+ LocationClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribePlaceIndexCommand extends DescribePlaceIndexCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeRouteCalculatorCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeRouteCalculatorCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeRouteCalculatorCommandInput,
32
+ DescribeRouteCalculatorCommandOutput,
33
+ LocationClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeRouteCalculatorCommand extends DescribeRouteCalculatorCommand_base {}
@@ -24,6 +24,15 @@ declare const DescribeTrackerCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DescribeTrackerCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DescribeTrackerCommandInput,
31
+ DescribeTrackerCommandOutput,
32
+ LocationClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DescribeTrackerCommand extends DescribeTrackerCommand_base {}
@@ -25,6 +25,15 @@ declare const DisassociateTrackerConsumerCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DisassociateTrackerConsumerCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DisassociateTrackerConsumerCommandInput,
32
+ DisassociateTrackerConsumerCommandOutput,
33
+ LocationClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DisassociateTrackerConsumerCommand extends DisassociateTrackerConsumerCommand_base {}
@@ -25,6 +25,15 @@ declare const GetDevicePositionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetDevicePositionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetDevicePositionCommandInput,
32
+ GetDevicePositionCommandOutput,
33
+ LocationClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetDevicePositionCommand extends GetDevicePositionCommand_base {}
@@ -25,6 +25,15 @@ declare const GetDevicePositionHistoryCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetDevicePositionHistoryCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetDevicePositionHistoryCommandInput,
32
+ GetDevicePositionHistoryCommandOutput,
33
+ LocationClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetDevicePositionHistoryCommand extends GetDevicePositionHistoryCommand_base {}
@@ -21,6 +21,15 @@ declare const GetGeofenceCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: GetGeofenceCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetGeofenceCommandInput,
28
+ GetGeofenceCommandOutput,
29
+ LocationClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetGeofenceCommand extends GetGeofenceCommand_base {}
@@ -28,6 +28,15 @@ declare const GetMapGlyphsCommand_base: {
28
28
  ServiceInputTypes,
29
29
  ServiceOutputTypes
30
30
  >;
31
+ new (
32
+ __0_0: GetMapGlyphsCommandInput
33
+ ): import("@smithy/smithy-client").CommandImpl<
34
+ GetMapGlyphsCommandInput,
35
+ GetMapGlyphsCommandOutput,
36
+ LocationClientResolvedConfig,
37
+ ServiceInputTypes,
38
+ ServiceOutputTypes
39
+ >;
31
40
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
32
41
  };
33
42
  export declare class GetMapGlyphsCommand extends GetMapGlyphsCommand_base {}
@@ -31,6 +31,15 @@ declare const GetMapSpritesCommand_base: {
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
+ new (
35
+ __0_0: GetMapSpritesCommandInput
36
+ ): import("@smithy/smithy-client").CommandImpl<
37
+ GetMapSpritesCommandInput,
38
+ GetMapSpritesCommandOutput,
39
+ LocationClientResolvedConfig,
40
+ ServiceInputTypes,
41
+ ServiceOutputTypes
42
+ >;
34
43
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
44
  };
36
45
  export declare class GetMapSpritesCommand extends GetMapSpritesCommand_base {}
@@ -32,6 +32,15 @@ declare const GetMapStyleDescriptorCommand_base: {
32
32
  ServiceInputTypes,
33
33
  ServiceOutputTypes
34
34
  >;
35
+ new (
36
+ __0_0: GetMapStyleDescriptorCommandInput
37
+ ): import("@smithy/smithy-client").CommandImpl<
38
+ GetMapStyleDescriptorCommandInput,
39
+ GetMapStyleDescriptorCommandOutput,
40
+ LocationClientResolvedConfig,
41
+ ServiceInputTypes,
42
+ ServiceOutputTypes
43
+ >;
35
44
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
36
45
  };
37
46
  export declare class GetMapStyleDescriptorCommand extends GetMapStyleDescriptorCommand_base {}
@@ -28,6 +28,15 @@ declare const GetMapTileCommand_base: {
28
28
  ServiceInputTypes,
29
29
  ServiceOutputTypes
30
30
  >;
31
+ new (
32
+ __0_0: GetMapTileCommandInput
33
+ ): import("@smithy/smithy-client").CommandImpl<
34
+ GetMapTileCommandInput,
35
+ GetMapTileCommandOutput,
36
+ LocationClientResolvedConfig,
37
+ ServiceInputTypes,
38
+ ServiceOutputTypes
39
+ >;
31
40
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
32
41
  };
33
42
  export declare class GetMapTileCommand extends GetMapTileCommand_base {}
@@ -21,6 +21,15 @@ declare const GetPlaceCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: GetPlaceCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetPlaceCommandInput,
28
+ GetPlaceCommandOutput,
29
+ LocationClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetPlaceCommand extends GetPlaceCommand_base {}