@aws-sdk/client-location 3.168.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 +16 -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,125 +1,441 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { AssociateTrackerConsumerCommandInput, AssociateTrackerConsumerCommandOutput } from "./commands/AssociateTrackerConsumerCommand";
10
- import { BatchDeleteDevicePositionHistoryCommandInput, BatchDeleteDevicePositionHistoryCommandOutput } from "./commands/BatchDeleteDevicePositionHistoryCommand";
11
- import { BatchDeleteGeofenceCommandInput, BatchDeleteGeofenceCommandOutput } from "./commands/BatchDeleteGeofenceCommand";
12
- import { BatchEvaluateGeofencesCommandInput, BatchEvaluateGeofencesCommandOutput } from "./commands/BatchEvaluateGeofencesCommand";
13
- import { BatchGetDevicePositionCommandInput, BatchGetDevicePositionCommandOutput } from "./commands/BatchGetDevicePositionCommand";
14
- import { BatchPutGeofenceCommandInput, BatchPutGeofenceCommandOutput } from "./commands/BatchPutGeofenceCommand";
15
- import { BatchUpdateDevicePositionCommandInput, BatchUpdateDevicePositionCommandOutput } from "./commands/BatchUpdateDevicePositionCommand";
16
- import { CalculateRouteCommandInput, CalculateRouteCommandOutput } from "./commands/CalculateRouteCommand";
17
- import { CalculateRouteMatrixCommandInput, CalculateRouteMatrixCommandOutput } from "./commands/CalculateRouteMatrixCommand";
18
- import { CreateGeofenceCollectionCommandInput, CreateGeofenceCollectionCommandOutput } from "./commands/CreateGeofenceCollectionCommand";
19
- import { CreateMapCommandInput, CreateMapCommandOutput } from "./commands/CreateMapCommand";
20
- import { CreatePlaceIndexCommandInput, CreatePlaceIndexCommandOutput } from "./commands/CreatePlaceIndexCommand";
21
- import { CreateRouteCalculatorCommandInput, CreateRouteCalculatorCommandOutput } from "./commands/CreateRouteCalculatorCommand";
22
- import { CreateTrackerCommandInput, CreateTrackerCommandOutput } from "./commands/CreateTrackerCommand";
23
- import { DeleteGeofenceCollectionCommandInput, DeleteGeofenceCollectionCommandOutput } from "./commands/DeleteGeofenceCollectionCommand";
24
- import { DeleteMapCommandInput, DeleteMapCommandOutput } from "./commands/DeleteMapCommand";
25
- import { DeletePlaceIndexCommandInput, DeletePlaceIndexCommandOutput } from "./commands/DeletePlaceIndexCommand";
26
- import { DeleteRouteCalculatorCommandInput, DeleteRouteCalculatorCommandOutput } from "./commands/DeleteRouteCalculatorCommand";
27
- import { DeleteTrackerCommandInput, DeleteTrackerCommandOutput } from "./commands/DeleteTrackerCommand";
28
- import { DescribeGeofenceCollectionCommandInput, DescribeGeofenceCollectionCommandOutput } from "./commands/DescribeGeofenceCollectionCommand";
29
- import { DescribeMapCommandInput, DescribeMapCommandOutput } from "./commands/DescribeMapCommand";
30
- import { DescribePlaceIndexCommandInput, DescribePlaceIndexCommandOutput } from "./commands/DescribePlaceIndexCommand";
31
- import { DescribeRouteCalculatorCommandInput, DescribeRouteCalculatorCommandOutput } from "./commands/DescribeRouteCalculatorCommand";
32
- import { DescribeTrackerCommandInput, DescribeTrackerCommandOutput } from "./commands/DescribeTrackerCommand";
33
- import { DisassociateTrackerConsumerCommandInput, DisassociateTrackerConsumerCommandOutput } from "./commands/DisassociateTrackerConsumerCommand";
34
- import { GetDevicePositionCommandInput, GetDevicePositionCommandOutput } from "./commands/GetDevicePositionCommand";
35
- import { GetDevicePositionHistoryCommandInput, GetDevicePositionHistoryCommandOutput } from "./commands/GetDevicePositionHistoryCommand";
36
- import { GetGeofenceCommandInput, GetGeofenceCommandOutput } from "./commands/GetGeofenceCommand";
37
- import { GetMapGlyphsCommandInput, GetMapGlyphsCommandOutput } from "./commands/GetMapGlyphsCommand";
38
- import { GetMapSpritesCommandInput, GetMapSpritesCommandOutput } from "./commands/GetMapSpritesCommand";
39
- import { GetMapStyleDescriptorCommandInput, GetMapStyleDescriptorCommandOutput } from "./commands/GetMapStyleDescriptorCommand";
40
- import { GetMapTileCommandInput, GetMapTileCommandOutput } from "./commands/GetMapTileCommand";
41
- import { ListDevicePositionsCommandInput, ListDevicePositionsCommandOutput } from "./commands/ListDevicePositionsCommand";
42
- import { ListGeofenceCollectionsCommandInput, ListGeofenceCollectionsCommandOutput } from "./commands/ListGeofenceCollectionsCommand";
43
- import { ListGeofencesCommandInput, ListGeofencesCommandOutput } from "./commands/ListGeofencesCommand";
44
- import { ListMapsCommandInput, ListMapsCommandOutput } from "./commands/ListMapsCommand";
45
- import { ListPlaceIndexesCommandInput, ListPlaceIndexesCommandOutput } from "./commands/ListPlaceIndexesCommand";
46
- import { ListRouteCalculatorsCommandInput, ListRouteCalculatorsCommandOutput } from "./commands/ListRouteCalculatorsCommand";
47
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
48
- import { ListTrackerConsumersCommandInput, ListTrackerConsumersCommandOutput } from "./commands/ListTrackerConsumersCommand";
49
- import { ListTrackersCommandInput, ListTrackersCommandOutput } from "./commands/ListTrackersCommand";
50
- import { PutGeofenceCommandInput, PutGeofenceCommandOutput } from "./commands/PutGeofenceCommand";
51
- import { SearchPlaceIndexForPositionCommandInput, SearchPlaceIndexForPositionCommandOutput } from "./commands/SearchPlaceIndexForPositionCommand";
52
- import { SearchPlaceIndexForSuggestionsCommandInput, SearchPlaceIndexForSuggestionsCommandOutput } from "./commands/SearchPlaceIndexForSuggestionsCommand";
53
- import { SearchPlaceIndexForTextCommandInput, SearchPlaceIndexForTextCommandOutput } from "./commands/SearchPlaceIndexForTextCommand";
54
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
55
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
56
- import { UpdateGeofenceCollectionCommandInput, UpdateGeofenceCollectionCommandOutput } from "./commands/UpdateGeofenceCollectionCommand";
57
- import { UpdateMapCommandInput, UpdateMapCommandOutput } from "./commands/UpdateMapCommand";
58
- import { UpdatePlaceIndexCommandInput, UpdatePlaceIndexCommandOutput } from "./commands/UpdatePlaceIndexCommand";
59
- import { UpdateRouteCalculatorCommandInput, UpdateRouteCalculatorCommandOutput } from "./commands/UpdateRouteCalculatorCommand";
60
- import { UpdateTrackerCommandInput, UpdateTrackerCommandOutput } from "./commands/UpdateTrackerCommand";
61
- export declare type ServiceInputTypes = AssociateTrackerConsumerCommandInput | BatchDeleteDevicePositionHistoryCommandInput | BatchDeleteGeofenceCommandInput | BatchEvaluateGeofencesCommandInput | BatchGetDevicePositionCommandInput | BatchPutGeofenceCommandInput | BatchUpdateDevicePositionCommandInput | CalculateRouteCommandInput | CalculateRouteMatrixCommandInput | CreateGeofenceCollectionCommandInput | CreateMapCommandInput | CreatePlaceIndexCommandInput | CreateRouteCalculatorCommandInput | CreateTrackerCommandInput | DeleteGeofenceCollectionCommandInput | DeleteMapCommandInput | DeletePlaceIndexCommandInput | DeleteRouteCalculatorCommandInput | DeleteTrackerCommandInput | DescribeGeofenceCollectionCommandInput | DescribeMapCommandInput | DescribePlaceIndexCommandInput | DescribeRouteCalculatorCommandInput | DescribeTrackerCommandInput | DisassociateTrackerConsumerCommandInput | GetDevicePositionCommandInput | GetDevicePositionHistoryCommandInput | GetGeofenceCommandInput | GetMapGlyphsCommandInput | GetMapSpritesCommandInput | GetMapStyleDescriptorCommandInput | GetMapTileCommandInput | ListDevicePositionsCommandInput | ListGeofenceCollectionsCommandInput | ListGeofencesCommandInput | ListMapsCommandInput | ListPlaceIndexesCommandInput | ListRouteCalculatorsCommandInput | ListTagsForResourceCommandInput | ListTrackerConsumersCommandInput | ListTrackersCommandInput | PutGeofenceCommandInput | SearchPlaceIndexForPositionCommandInput | SearchPlaceIndexForSuggestionsCommandInput | SearchPlaceIndexForTextCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateGeofenceCollectionCommandInput | UpdateMapCommandInput | UpdatePlaceIndexCommandInput | UpdateRouteCalculatorCommandInput | UpdateTrackerCommandInput;
62
- export declare type ServiceOutputTypes = AssociateTrackerConsumerCommandOutput | BatchDeleteDevicePositionHistoryCommandOutput | BatchDeleteGeofenceCommandOutput | BatchEvaluateGeofencesCommandOutput | BatchGetDevicePositionCommandOutput | BatchPutGeofenceCommandOutput | BatchUpdateDevicePositionCommandOutput | CalculateRouteCommandOutput | CalculateRouteMatrixCommandOutput | CreateGeofenceCollectionCommandOutput | CreateMapCommandOutput | CreatePlaceIndexCommandOutput | CreateRouteCalculatorCommandOutput | CreateTrackerCommandOutput | DeleteGeofenceCollectionCommandOutput | DeleteMapCommandOutput | DeletePlaceIndexCommandOutput | DeleteRouteCalculatorCommandOutput | DeleteTrackerCommandOutput | DescribeGeofenceCollectionCommandOutput | DescribeMapCommandOutput | DescribePlaceIndexCommandOutput | DescribeRouteCalculatorCommandOutput | DescribeTrackerCommandOutput | DisassociateTrackerConsumerCommandOutput | GetDevicePositionCommandOutput | GetDevicePositionHistoryCommandOutput | GetGeofenceCommandOutput | GetMapGlyphsCommandOutput | GetMapSpritesCommandOutput | GetMapStyleDescriptorCommandOutput | GetMapTileCommandOutput | ListDevicePositionsCommandOutput | ListGeofenceCollectionsCommandOutput | ListGeofencesCommandOutput | ListMapsCommandOutput | ListPlaceIndexesCommandOutput | ListRouteCalculatorsCommandOutput | ListTagsForResourceCommandOutput | ListTrackerConsumersCommandOutput | ListTrackersCommandOutput | PutGeofenceCommandOutput | SearchPlaceIndexForPositionCommandOutput | SearchPlaceIndexForSuggestionsCommandOutput | SearchPlaceIndexForTextCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateGeofenceCollectionCommandOutput | UpdateMapCommandOutput | UpdatePlaceIndexCommandOutput | UpdateRouteCalculatorCommandOutput | UpdateTrackerCommandOutput;
63
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
64
-
65
- requestHandler?: __HttpHandler;
66
-
67
- sha256?: __HashConstructor;
68
-
69
- urlParser?: __UrlParser;
70
-
71
- bodyLengthChecker?: __BodyLengthCalculator;
72
-
73
- streamCollector?: __StreamCollector;
74
-
75
- base64Decoder?: __Decoder;
76
-
77
- base64Encoder?: __Encoder;
78
-
79
- utf8Decoder?: __Decoder;
80
-
81
- utf8Encoder?: __Encoder;
82
-
83
- runtime?: string;
84
-
85
- disableHostPrefix?: boolean;
86
-
87
- maxAttempts?: number | __Provider<number>;
88
-
89
- retryMode?: string | __Provider<string>;
90
-
91
- logger?: __Logger;
92
-
93
- useDualstackEndpoint?: boolean | __Provider<boolean>;
94
-
95
- useFipsEndpoint?: boolean | __Provider<boolean>;
96
-
97
- serviceId?: string;
98
-
99
- region?: string | __Provider<string>;
100
-
101
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
102
-
103
- regionInfoProvider?: RegionInfoProvider;
104
-
105
- defaultUserAgentProvider?: Provider<__UserAgent>;
106
-
107
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
108
- }
109
- declare type LocationClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
110
-
111
- export interface LocationClientConfig extends LocationClientConfigType {
112
- }
113
- declare type LocationClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
114
-
115
- export interface LocationClientResolvedConfig extends LocationClientResolvedConfigType {
116
- }
117
-
118
- export declare class LocationClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, LocationClientResolvedConfig> {
119
-
120
- readonly config: LocationClientResolvedConfig;
121
- constructor(configuration: LocationClientConfig);
122
-
123
- destroy(): void;
124
- }
125
- export {};
1
+ import {
2
+ EndpointsInputConfig,
3
+ EndpointsResolvedConfig,
4
+ RegionInputConfig,
5
+ RegionResolvedConfig,
6
+ } from "@aws-sdk/config-resolver";
7
+ import {
8
+ HostHeaderInputConfig,
9
+ HostHeaderResolvedConfig,
10
+ } from "@aws-sdk/middleware-host-header";
11
+ import {
12
+ RetryInputConfig,
13
+ RetryResolvedConfig,
14
+ } from "@aws-sdk/middleware-retry";
15
+ import {
16
+ AwsAuthInputConfig,
17
+ AwsAuthResolvedConfig,
18
+ } from "@aws-sdk/middleware-signing";
19
+ import {
20
+ UserAgentInputConfig,
21
+ UserAgentResolvedConfig,
22
+ } from "@aws-sdk/middleware-user-agent";
23
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
24
+ import {
25
+ Client as __Client,
26
+ DefaultsMode,
27
+ SmithyConfiguration as __SmithyConfiguration,
28
+ SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
29
+ } from "@aws-sdk/smithy-client";
30
+ import {
31
+ BodyLengthCalculator as __BodyLengthCalculator,
32
+ Credentials as __Credentials,
33
+ Decoder as __Decoder,
34
+ Encoder as __Encoder,
35
+ HashConstructor as __HashConstructor,
36
+ HttpHandlerOptions as __HttpHandlerOptions,
37
+ Logger as __Logger,
38
+ Provider as __Provider,
39
+ Provider,
40
+ RegionInfoProvider,
41
+ StreamCollector as __StreamCollector,
42
+ UrlParser as __UrlParser,
43
+ UserAgent as __UserAgent,
44
+ } from "@aws-sdk/types";
45
+ import {
46
+ AssociateTrackerConsumerCommandInput,
47
+ AssociateTrackerConsumerCommandOutput,
48
+ } from "./commands/AssociateTrackerConsumerCommand";
49
+ import {
50
+ BatchDeleteDevicePositionHistoryCommandInput,
51
+ BatchDeleteDevicePositionHistoryCommandOutput,
52
+ } from "./commands/BatchDeleteDevicePositionHistoryCommand";
53
+ import {
54
+ BatchDeleteGeofenceCommandInput,
55
+ BatchDeleteGeofenceCommandOutput,
56
+ } from "./commands/BatchDeleteGeofenceCommand";
57
+ import {
58
+ BatchEvaluateGeofencesCommandInput,
59
+ BatchEvaluateGeofencesCommandOutput,
60
+ } from "./commands/BatchEvaluateGeofencesCommand";
61
+ import {
62
+ BatchGetDevicePositionCommandInput,
63
+ BatchGetDevicePositionCommandOutput,
64
+ } from "./commands/BatchGetDevicePositionCommand";
65
+ import {
66
+ BatchPutGeofenceCommandInput,
67
+ BatchPutGeofenceCommandOutput,
68
+ } from "./commands/BatchPutGeofenceCommand";
69
+ import {
70
+ BatchUpdateDevicePositionCommandInput,
71
+ BatchUpdateDevicePositionCommandOutput,
72
+ } from "./commands/BatchUpdateDevicePositionCommand";
73
+ import {
74
+ CalculateRouteCommandInput,
75
+ CalculateRouteCommandOutput,
76
+ } from "./commands/CalculateRouteCommand";
77
+ import {
78
+ CalculateRouteMatrixCommandInput,
79
+ CalculateRouteMatrixCommandOutput,
80
+ } from "./commands/CalculateRouteMatrixCommand";
81
+ import {
82
+ CreateGeofenceCollectionCommandInput,
83
+ CreateGeofenceCollectionCommandOutput,
84
+ } from "./commands/CreateGeofenceCollectionCommand";
85
+ import {
86
+ CreateMapCommandInput,
87
+ CreateMapCommandOutput,
88
+ } from "./commands/CreateMapCommand";
89
+ import {
90
+ CreatePlaceIndexCommandInput,
91
+ CreatePlaceIndexCommandOutput,
92
+ } from "./commands/CreatePlaceIndexCommand";
93
+ import {
94
+ CreateRouteCalculatorCommandInput,
95
+ CreateRouteCalculatorCommandOutput,
96
+ } from "./commands/CreateRouteCalculatorCommand";
97
+ import {
98
+ CreateTrackerCommandInput,
99
+ CreateTrackerCommandOutput,
100
+ } from "./commands/CreateTrackerCommand";
101
+ import {
102
+ DeleteGeofenceCollectionCommandInput,
103
+ DeleteGeofenceCollectionCommandOutput,
104
+ } from "./commands/DeleteGeofenceCollectionCommand";
105
+ import {
106
+ DeleteMapCommandInput,
107
+ DeleteMapCommandOutput,
108
+ } from "./commands/DeleteMapCommand";
109
+ import {
110
+ DeletePlaceIndexCommandInput,
111
+ DeletePlaceIndexCommandOutput,
112
+ } from "./commands/DeletePlaceIndexCommand";
113
+ import {
114
+ DeleteRouteCalculatorCommandInput,
115
+ DeleteRouteCalculatorCommandOutput,
116
+ } from "./commands/DeleteRouteCalculatorCommand";
117
+ import {
118
+ DeleteTrackerCommandInput,
119
+ DeleteTrackerCommandOutput,
120
+ } from "./commands/DeleteTrackerCommand";
121
+ import {
122
+ DescribeGeofenceCollectionCommandInput,
123
+ DescribeGeofenceCollectionCommandOutput,
124
+ } from "./commands/DescribeGeofenceCollectionCommand";
125
+ import {
126
+ DescribeMapCommandInput,
127
+ DescribeMapCommandOutput,
128
+ } from "./commands/DescribeMapCommand";
129
+ import {
130
+ DescribePlaceIndexCommandInput,
131
+ DescribePlaceIndexCommandOutput,
132
+ } from "./commands/DescribePlaceIndexCommand";
133
+ import {
134
+ DescribeRouteCalculatorCommandInput,
135
+ DescribeRouteCalculatorCommandOutput,
136
+ } from "./commands/DescribeRouteCalculatorCommand";
137
+ import {
138
+ DescribeTrackerCommandInput,
139
+ DescribeTrackerCommandOutput,
140
+ } from "./commands/DescribeTrackerCommand";
141
+ import {
142
+ DisassociateTrackerConsumerCommandInput,
143
+ DisassociateTrackerConsumerCommandOutput,
144
+ } from "./commands/DisassociateTrackerConsumerCommand";
145
+ import {
146
+ GetDevicePositionCommandInput,
147
+ GetDevicePositionCommandOutput,
148
+ } from "./commands/GetDevicePositionCommand";
149
+ import {
150
+ GetDevicePositionHistoryCommandInput,
151
+ GetDevicePositionHistoryCommandOutput,
152
+ } from "./commands/GetDevicePositionHistoryCommand";
153
+ import {
154
+ GetGeofenceCommandInput,
155
+ GetGeofenceCommandOutput,
156
+ } from "./commands/GetGeofenceCommand";
157
+ import {
158
+ GetMapGlyphsCommandInput,
159
+ GetMapGlyphsCommandOutput,
160
+ } from "./commands/GetMapGlyphsCommand";
161
+ import {
162
+ GetMapSpritesCommandInput,
163
+ GetMapSpritesCommandOutput,
164
+ } from "./commands/GetMapSpritesCommand";
165
+ import {
166
+ GetMapStyleDescriptorCommandInput,
167
+ GetMapStyleDescriptorCommandOutput,
168
+ } from "./commands/GetMapStyleDescriptorCommand";
169
+ import {
170
+ GetMapTileCommandInput,
171
+ GetMapTileCommandOutput,
172
+ } from "./commands/GetMapTileCommand";
173
+ import {
174
+ ListDevicePositionsCommandInput,
175
+ ListDevicePositionsCommandOutput,
176
+ } from "./commands/ListDevicePositionsCommand";
177
+ import {
178
+ ListGeofenceCollectionsCommandInput,
179
+ ListGeofenceCollectionsCommandOutput,
180
+ } from "./commands/ListGeofenceCollectionsCommand";
181
+ import {
182
+ ListGeofencesCommandInput,
183
+ ListGeofencesCommandOutput,
184
+ } from "./commands/ListGeofencesCommand";
185
+ import {
186
+ ListMapsCommandInput,
187
+ ListMapsCommandOutput,
188
+ } from "./commands/ListMapsCommand";
189
+ import {
190
+ ListPlaceIndexesCommandInput,
191
+ ListPlaceIndexesCommandOutput,
192
+ } from "./commands/ListPlaceIndexesCommand";
193
+ import {
194
+ ListRouteCalculatorsCommandInput,
195
+ ListRouteCalculatorsCommandOutput,
196
+ } from "./commands/ListRouteCalculatorsCommand";
197
+ import {
198
+ ListTagsForResourceCommandInput,
199
+ ListTagsForResourceCommandOutput,
200
+ } from "./commands/ListTagsForResourceCommand";
201
+ import {
202
+ ListTrackerConsumersCommandInput,
203
+ ListTrackerConsumersCommandOutput,
204
+ } from "./commands/ListTrackerConsumersCommand";
205
+ import {
206
+ ListTrackersCommandInput,
207
+ ListTrackersCommandOutput,
208
+ } from "./commands/ListTrackersCommand";
209
+ import {
210
+ PutGeofenceCommandInput,
211
+ PutGeofenceCommandOutput,
212
+ } from "./commands/PutGeofenceCommand";
213
+ import {
214
+ SearchPlaceIndexForPositionCommandInput,
215
+ SearchPlaceIndexForPositionCommandOutput,
216
+ } from "./commands/SearchPlaceIndexForPositionCommand";
217
+ import {
218
+ SearchPlaceIndexForSuggestionsCommandInput,
219
+ SearchPlaceIndexForSuggestionsCommandOutput,
220
+ } from "./commands/SearchPlaceIndexForSuggestionsCommand";
221
+ import {
222
+ SearchPlaceIndexForTextCommandInput,
223
+ SearchPlaceIndexForTextCommandOutput,
224
+ } from "./commands/SearchPlaceIndexForTextCommand";
225
+ import {
226
+ TagResourceCommandInput,
227
+ TagResourceCommandOutput,
228
+ } from "./commands/TagResourceCommand";
229
+ import {
230
+ UntagResourceCommandInput,
231
+ UntagResourceCommandOutput,
232
+ } from "./commands/UntagResourceCommand";
233
+ import {
234
+ UpdateGeofenceCollectionCommandInput,
235
+ UpdateGeofenceCollectionCommandOutput,
236
+ } from "./commands/UpdateGeofenceCollectionCommand";
237
+ import {
238
+ UpdateMapCommandInput,
239
+ UpdateMapCommandOutput,
240
+ } from "./commands/UpdateMapCommand";
241
+ import {
242
+ UpdatePlaceIndexCommandInput,
243
+ UpdatePlaceIndexCommandOutput,
244
+ } from "./commands/UpdatePlaceIndexCommand";
245
+ import {
246
+ UpdateRouteCalculatorCommandInput,
247
+ UpdateRouteCalculatorCommandOutput,
248
+ } from "./commands/UpdateRouteCalculatorCommand";
249
+ import {
250
+ UpdateTrackerCommandInput,
251
+ UpdateTrackerCommandOutput,
252
+ } from "./commands/UpdateTrackerCommand";
253
+ export declare type ServiceInputTypes =
254
+ | AssociateTrackerConsumerCommandInput
255
+ | BatchDeleteDevicePositionHistoryCommandInput
256
+ | BatchDeleteGeofenceCommandInput
257
+ | BatchEvaluateGeofencesCommandInput
258
+ | BatchGetDevicePositionCommandInput
259
+ | BatchPutGeofenceCommandInput
260
+ | BatchUpdateDevicePositionCommandInput
261
+ | CalculateRouteCommandInput
262
+ | CalculateRouteMatrixCommandInput
263
+ | CreateGeofenceCollectionCommandInput
264
+ | CreateMapCommandInput
265
+ | CreatePlaceIndexCommandInput
266
+ | CreateRouteCalculatorCommandInput
267
+ | CreateTrackerCommandInput
268
+ | DeleteGeofenceCollectionCommandInput
269
+ | DeleteMapCommandInput
270
+ | DeletePlaceIndexCommandInput
271
+ | DeleteRouteCalculatorCommandInput
272
+ | DeleteTrackerCommandInput
273
+ | DescribeGeofenceCollectionCommandInput
274
+ | DescribeMapCommandInput
275
+ | DescribePlaceIndexCommandInput
276
+ | DescribeRouteCalculatorCommandInput
277
+ | DescribeTrackerCommandInput
278
+ | DisassociateTrackerConsumerCommandInput
279
+ | GetDevicePositionCommandInput
280
+ | GetDevicePositionHistoryCommandInput
281
+ | GetGeofenceCommandInput
282
+ | GetMapGlyphsCommandInput
283
+ | GetMapSpritesCommandInput
284
+ | GetMapStyleDescriptorCommandInput
285
+ | GetMapTileCommandInput
286
+ | ListDevicePositionsCommandInput
287
+ | ListGeofenceCollectionsCommandInput
288
+ | ListGeofencesCommandInput
289
+ | ListMapsCommandInput
290
+ | ListPlaceIndexesCommandInput
291
+ | ListRouteCalculatorsCommandInput
292
+ | ListTagsForResourceCommandInput
293
+ | ListTrackerConsumersCommandInput
294
+ | ListTrackersCommandInput
295
+ | PutGeofenceCommandInput
296
+ | SearchPlaceIndexForPositionCommandInput
297
+ | SearchPlaceIndexForSuggestionsCommandInput
298
+ | SearchPlaceIndexForTextCommandInput
299
+ | TagResourceCommandInput
300
+ | UntagResourceCommandInput
301
+ | UpdateGeofenceCollectionCommandInput
302
+ | UpdateMapCommandInput
303
+ | UpdatePlaceIndexCommandInput
304
+ | UpdateRouteCalculatorCommandInput
305
+ | UpdateTrackerCommandInput;
306
+ export declare type ServiceOutputTypes =
307
+ | AssociateTrackerConsumerCommandOutput
308
+ | BatchDeleteDevicePositionHistoryCommandOutput
309
+ | BatchDeleteGeofenceCommandOutput
310
+ | BatchEvaluateGeofencesCommandOutput
311
+ | BatchGetDevicePositionCommandOutput
312
+ | BatchPutGeofenceCommandOutput
313
+ | BatchUpdateDevicePositionCommandOutput
314
+ | CalculateRouteCommandOutput
315
+ | CalculateRouteMatrixCommandOutput
316
+ | CreateGeofenceCollectionCommandOutput
317
+ | CreateMapCommandOutput
318
+ | CreatePlaceIndexCommandOutput
319
+ | CreateRouteCalculatorCommandOutput
320
+ | CreateTrackerCommandOutput
321
+ | DeleteGeofenceCollectionCommandOutput
322
+ | DeleteMapCommandOutput
323
+ | DeletePlaceIndexCommandOutput
324
+ | DeleteRouteCalculatorCommandOutput
325
+ | DeleteTrackerCommandOutput
326
+ | DescribeGeofenceCollectionCommandOutput
327
+ | DescribeMapCommandOutput
328
+ | DescribePlaceIndexCommandOutput
329
+ | DescribeRouteCalculatorCommandOutput
330
+ | DescribeTrackerCommandOutput
331
+ | DisassociateTrackerConsumerCommandOutput
332
+ | GetDevicePositionCommandOutput
333
+ | GetDevicePositionHistoryCommandOutput
334
+ | GetGeofenceCommandOutput
335
+ | GetMapGlyphsCommandOutput
336
+ | GetMapSpritesCommandOutput
337
+ | GetMapStyleDescriptorCommandOutput
338
+ | GetMapTileCommandOutput
339
+ | ListDevicePositionsCommandOutput
340
+ | ListGeofenceCollectionsCommandOutput
341
+ | ListGeofencesCommandOutput
342
+ | ListMapsCommandOutput
343
+ | ListPlaceIndexesCommandOutput
344
+ | ListRouteCalculatorsCommandOutput
345
+ | ListTagsForResourceCommandOutput
346
+ | ListTrackerConsumersCommandOutput
347
+ | ListTrackersCommandOutput
348
+ | PutGeofenceCommandOutput
349
+ | SearchPlaceIndexForPositionCommandOutput
350
+ | SearchPlaceIndexForSuggestionsCommandOutput
351
+ | SearchPlaceIndexForTextCommandOutput
352
+ | TagResourceCommandOutput
353
+ | UntagResourceCommandOutput
354
+ | UpdateGeofenceCollectionCommandOutput
355
+ | UpdateMapCommandOutput
356
+ | UpdatePlaceIndexCommandOutput
357
+ | UpdateRouteCalculatorCommandOutput
358
+ | UpdateTrackerCommandOutput;
359
+ export interface ClientDefaults
360
+ extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
361
+ requestHandler?: __HttpHandler;
362
+
363
+ sha256?: __HashConstructor;
364
+
365
+ urlParser?: __UrlParser;
366
+
367
+ bodyLengthChecker?: __BodyLengthCalculator;
368
+
369
+ streamCollector?: __StreamCollector;
370
+
371
+ base64Decoder?: __Decoder;
372
+
373
+ base64Encoder?: __Encoder;
374
+
375
+ utf8Decoder?: __Decoder;
376
+
377
+ utf8Encoder?: __Encoder;
378
+
379
+ runtime?: string;
380
+
381
+ disableHostPrefix?: boolean;
382
+
383
+ maxAttempts?: number | __Provider<number>;
384
+
385
+ retryMode?: string | __Provider<string>;
386
+
387
+ logger?: __Logger;
388
+
389
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
390
+
391
+ useFipsEndpoint?: boolean | __Provider<boolean>;
392
+
393
+ serviceId?: string;
394
+
395
+ region?: string | __Provider<string>;
396
+
397
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
398
+
399
+ regionInfoProvider?: RegionInfoProvider;
400
+
401
+ defaultUserAgentProvider?: Provider<__UserAgent>;
402
+
403
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
404
+ }
405
+ declare type LocationClientConfigType = Partial<
406
+ __SmithyConfiguration<__HttpHandlerOptions>
407
+ > &
408
+ ClientDefaults &
409
+ RegionInputConfig &
410
+ EndpointsInputConfig &
411
+ RetryInputConfig &
412
+ HostHeaderInputConfig &
413
+ AwsAuthInputConfig &
414
+ UserAgentInputConfig;
415
+
416
+ export interface LocationClientConfig extends LocationClientConfigType {}
417
+ declare type LocationClientResolvedConfigType =
418
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
419
+ Required<ClientDefaults> &
420
+ RegionResolvedConfig &
421
+ EndpointsResolvedConfig &
422
+ RetryResolvedConfig &
423
+ HostHeaderResolvedConfig &
424
+ AwsAuthResolvedConfig &
425
+ UserAgentResolvedConfig;
426
+
427
+ export interface LocationClientResolvedConfig
428
+ extends LocationClientResolvedConfigType {}
429
+
430
+ export declare class LocationClient extends __Client<
431
+ __HttpHandlerOptions,
432
+ ServiceInputTypes,
433
+ ServiceOutputTypes,
434
+ LocationClientResolvedConfig
435
+ > {
436
+ readonly config: LocationClientResolvedConfig;
437
+ constructor(configuration: LocationClientConfig);
438
+
439
+ destroy(): void;
440
+ }
441
+ export {};
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
4
- import { AssociateTrackerConsumerRequest, AssociateTrackerConsumerResponse } from "../models/models_0";
5
- export interface AssociateTrackerConsumerCommandInput extends AssociateTrackerConsumerRequest {
6
- }
7
- export interface AssociateTrackerConsumerCommandOutput extends AssociateTrackerConsumerResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AssociateTrackerConsumerCommand extends $Command<AssociateTrackerConsumerCommandInput, AssociateTrackerConsumerCommandOutput, LocationClientResolvedConfig> {
11
- readonly input: AssociateTrackerConsumerCommandInput;
12
- constructor(input: AssociateTrackerConsumerCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateTrackerConsumerCommandInput, AssociateTrackerConsumerCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ LocationClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../LocationClient";
13
+ import {
14
+ AssociateTrackerConsumerRequest,
15
+ AssociateTrackerConsumerResponse,
16
+ } from "../models/models_0";
17
+ export interface AssociateTrackerConsumerCommandInput
18
+ extends AssociateTrackerConsumerRequest {}
19
+ export interface AssociateTrackerConsumerCommandOutput
20
+ extends AssociateTrackerConsumerResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class AssociateTrackerConsumerCommand extends $Command<
24
+ AssociateTrackerConsumerCommandInput,
25
+ AssociateTrackerConsumerCommandOutput,
26
+ LocationClientResolvedConfig
27
+ > {
28
+ readonly input: AssociateTrackerConsumerCommandInput;
29
+ constructor(input: AssociateTrackerConsumerCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: LocationClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ AssociateTrackerConsumerCommandInput,
37
+ AssociateTrackerConsumerCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }