aws-sdk 2.810.0 → 2.814.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 (86) hide show
  1. package/CHANGELOG.md +35 -1
  2. package/README.md +2 -3
  3. package/apis/amp-2020-08-01.examples.json +5 -0
  4. package/apis/amp-2020-08-01.min.json +211 -0
  5. package/apis/amp-2020-08-01.paginators.json +10 -0
  6. package/apis/ce-2017-10-25.min.json +101 -97
  7. package/apis/config-2014-11-12.min.json +40 -6
  8. package/apis/dlm-2018-01-12.min.json +104 -16
  9. package/apis/ec2-2016-11-15.min.json +11 -0
  10. package/apis/greengrassv2-2020-11-30.examples.json +5 -0
  11. package/apis/greengrassv2-2020-11-30.min.json +1069 -0
  12. package/apis/greengrassv2-2020-11-30.paginators.json +40 -0
  13. package/apis/imagebuilder-2019-12-02.min.json +375 -88
  14. package/apis/imagebuilder-2019-12-02.paginators.json +24 -9
  15. package/apis/iot-2015-05-28.min.json +904 -278
  16. package/apis/iot-2015-05-28.paginators.json +24 -0
  17. package/apis/iotanalytics-2017-11-27.min.json +79 -27
  18. package/apis/iotdeviceadvisor-2020-09-18.examples.json +5 -0
  19. package/apis/iotdeviceadvisor-2020-09-18.min.json +596 -0
  20. package/apis/iotdeviceadvisor-2020-09-18.paginators.json +19 -0
  21. package/apis/iotfleethub-2020-11-03.examples.json +5 -0
  22. package/apis/iotfleethub-2020-11-03.min.json +292 -0
  23. package/apis/iotfleethub-2020-11-03.paginators.json +9 -0
  24. package/apis/iotwireless-2020-11-22.examples.json +5 -0
  25. package/apis/iotwireless-2020-11-22.min.json +1832 -0
  26. package/apis/iotwireless-2020-11-22.paginators.json +29 -0
  27. package/apis/kms-2014-11-01.examples.json +7 -4
  28. package/apis/kms-2014-11-01.min.json +7 -1
  29. package/apis/lambda-2015-03-31.examples.json +6 -6
  30. package/apis/lambda-2015-03-31.min.json +140 -100
  31. package/apis/location-2020-11-19.examples.json +5 -0
  32. package/apis/location-2020-11-19.min.json +1759 -0
  33. package/apis/location-2020-11-19.paginators.json +44 -0
  34. package/apis/metadata.json +21 -0
  35. package/apis/quicksight-2018-04-01.min.json +120 -119
  36. package/apis/rds-2014-10-31.min.json +192 -172
  37. package/apis/route53-2013-04-01.min.json +372 -96
  38. package/apis/route53resolver-2018-04-01.min.json +81 -6
  39. package/apis/route53resolver-2018-04-01.paginators.json +6 -0
  40. package/apis/servicecatalog-2015-12-10.min.json +187 -117
  41. package/apis/servicecatalog-2015-12-10.paginators.json +5 -0
  42. package/apis/ssm-2014-11-06.min.json +606 -293
  43. package/apis/ssm-2014-11-06.paginators.json +12 -0
  44. package/apis/wellarchitected-2020-03-31.examples.json +5 -0
  45. package/apis/wellarchitected-2020-03-31.min.json +1329 -0
  46. package/apis/wellarchitected-2020-03-31.paginators.json +49 -0
  47. package/clients/all.d.ts +7 -0
  48. package/clients/all.js +8 -1
  49. package/clients/amp.d.ts +220 -0
  50. package/clients/amp.js +18 -0
  51. package/clients/configservice.d.ts +49 -28
  52. package/clients/costexplorer.d.ts +3 -2
  53. package/clients/dlm.d.ts +99 -7
  54. package/clients/ec2.d.ts +14 -2
  55. package/clients/greengrassv2.d.ts +1270 -0
  56. package/clients/greengrassv2.js +18 -0
  57. package/clients/imagebuilder.d.ts +433 -5
  58. package/clients/iot.d.ts +770 -60
  59. package/clients/iotanalytics.d.ts +68 -2
  60. package/clients/iotdeviceadvisor.d.ts +710 -0
  61. package/clients/iotdeviceadvisor.js +18 -0
  62. package/clients/iotfleethub.d.ts +315 -0
  63. package/clients/iotfleethub.js +18 -0
  64. package/clients/iotwireless.d.ts +2124 -0
  65. package/clients/iotwireless.js +18 -0
  66. package/clients/kms.d.ts +117 -109
  67. package/clients/lambda.d.ts +63 -17
  68. package/clients/location.d.ts +1498 -0
  69. package/clients/location.js +18 -0
  70. package/clients/quicksight.d.ts +15 -10
  71. package/clients/rds.d.ts +41 -14
  72. package/clients/route53.d.ts +247 -1
  73. package/clients/route53resolver.d.ts +105 -8
  74. package/clients/servicecatalog.d.ts +122 -14
  75. package/clients/sqs.d.ts +23 -23
  76. package/clients/ssm.d.ts +534 -31
  77. package/clients/wellarchitected.d.ts +871 -0
  78. package/clients/wellarchitected.js +18 -0
  79. package/dist/aws-sdk-core-react-native.js +7 -2
  80. package/dist/aws-sdk-react-native.js +293 -24
  81. package/dist/aws-sdk.js +2709 -1190
  82. package/dist/aws-sdk.min.js +81 -81
  83. package/lib/config_service_placeholders.d.ts +14 -0
  84. package/lib/core.js +1 -1
  85. package/lib/util.js +5 -0
  86. package/package.json +1 -1
@@ -0,0 +1,1498 @@
1
+ import {Request} from '../lib/request';
2
+ import {Response} from '../lib/response';
3
+ import {AWSError} from '../lib/error';
4
+ import {Service} from '../lib/service';
5
+ import {ServiceConfigurationOptions} from '../lib/service';
6
+ import {ConfigBase as Config} from '../lib/config-base';
7
+ interface Blob {}
8
+ declare class Location extends Service {
9
+ /**
10
+ * Constructs a service object. This object has one method for each API operation.
11
+ */
12
+ constructor(options?: Location.Types.ClientConfiguration)
13
+ config: Config & Location.Types.ClientConfiguration;
14
+ /**
15
+ * Creates an association between a geofence collection and a tracker resource. This allows the tracker resource to communicate location data to the linked geofence collection.
16
+ */
17
+ associateTrackerConsumer(params: Location.Types.AssociateTrackerConsumerRequest, callback?: (err: AWSError, data: Location.Types.AssociateTrackerConsumerResponse) => void): Request<Location.Types.AssociateTrackerConsumerResponse, AWSError>;
18
+ /**
19
+ * Creates an association between a geofence collection and a tracker resource. This allows the tracker resource to communicate location data to the linked geofence collection.
20
+ */
21
+ associateTrackerConsumer(callback?: (err: AWSError, data: Location.Types.AssociateTrackerConsumerResponse) => void): Request<Location.Types.AssociateTrackerConsumerResponse, AWSError>;
22
+ /**
23
+ * Deletes a batch of geofences from a geofence collection. This action deletes the resource permanently. You can't undo this action.
24
+ */
25
+ batchDeleteGeofence(params: Location.Types.BatchDeleteGeofenceRequest, callback?: (err: AWSError, data: Location.Types.BatchDeleteGeofenceResponse) => void): Request<Location.Types.BatchDeleteGeofenceResponse, AWSError>;
26
+ /**
27
+ * Deletes a batch of geofences from a geofence collection. This action deletes the resource permanently. You can't undo this action.
28
+ */
29
+ batchDeleteGeofence(callback?: (err: AWSError, data: Location.Types.BatchDeleteGeofenceResponse) => void): Request<Location.Types.BatchDeleteGeofenceResponse, AWSError>;
30
+ /**
31
+ * Used in geofence monitoring. Evaluates device positions against the position of geofences in a given geofence collection.
32
+ */
33
+ batchEvaluateGeofences(params: Location.Types.BatchEvaluateGeofencesRequest, callback?: (err: AWSError, data: Location.Types.BatchEvaluateGeofencesResponse) => void): Request<Location.Types.BatchEvaluateGeofencesResponse, AWSError>;
34
+ /**
35
+ * Used in geofence monitoring. Evaluates device positions against the position of geofences in a given geofence collection.
36
+ */
37
+ batchEvaluateGeofences(callback?: (err: AWSError, data: Location.Types.BatchEvaluateGeofencesResponse) => void): Request<Location.Types.BatchEvaluateGeofencesResponse, AWSError>;
38
+ /**
39
+ * A batch request to retrieve device positions. The response will return the device positions from the last 24 hours.
40
+ */
41
+ batchGetDevicePosition(params: Location.Types.BatchGetDevicePositionRequest, callback?: (err: AWSError, data: Location.Types.BatchGetDevicePositionResponse) => void): Request<Location.Types.BatchGetDevicePositionResponse, AWSError>;
42
+ /**
43
+ * A batch request to retrieve device positions. The response will return the device positions from the last 24 hours.
44
+ */
45
+ batchGetDevicePosition(callback?: (err: AWSError, data: Location.Types.BatchGetDevicePositionResponse) => void): Request<Location.Types.BatchGetDevicePositionResponse, AWSError>;
46
+ /**
47
+ * A batch request for storing geofences into a given geofence collection.
48
+ */
49
+ batchPutGeofence(params: Location.Types.BatchPutGeofenceRequest, callback?: (err: AWSError, data: Location.Types.BatchPutGeofenceResponse) => void): Request<Location.Types.BatchPutGeofenceResponse, AWSError>;
50
+ /**
51
+ * A batch request for storing geofences into a given geofence collection.
52
+ */
53
+ batchPutGeofence(callback?: (err: AWSError, data: Location.Types.BatchPutGeofenceResponse) => void): Request<Location.Types.BatchPutGeofenceResponse, AWSError>;
54
+ /**
55
+ * Uploads a position update for one or more devices to a tracker resource. The data is used for API queries requesting the device position and position history. Limitation — Location data is sampled at a fixed rate of 1 position per 30 second interval, and retained for 1 year before it is deleted.
56
+ */
57
+ batchUpdateDevicePosition(params: Location.Types.BatchUpdateDevicePositionRequest, callback?: (err: AWSError, data: Location.Types.BatchUpdateDevicePositionResponse) => void): Request<Location.Types.BatchUpdateDevicePositionResponse, AWSError>;
58
+ /**
59
+ * Uploads a position update for one or more devices to a tracker resource. The data is used for API queries requesting the device position and position history. Limitation — Location data is sampled at a fixed rate of 1 position per 30 second interval, and retained for 1 year before it is deleted.
60
+ */
61
+ batchUpdateDevicePosition(callback?: (err: AWSError, data: Location.Types.BatchUpdateDevicePositionResponse) => void): Request<Location.Types.BatchUpdateDevicePositionResponse, AWSError>;
62
+ /**
63
+ * Creates a geofence collection, which manages and stores geofences.
64
+ */
65
+ createGeofenceCollection(params: Location.Types.CreateGeofenceCollectionRequest, callback?: (err: AWSError, data: Location.Types.CreateGeofenceCollectionResponse) => void): Request<Location.Types.CreateGeofenceCollectionResponse, AWSError>;
66
+ /**
67
+ * Creates a geofence collection, which manages and stores geofences.
68
+ */
69
+ createGeofenceCollection(callback?: (err: AWSError, data: Location.Types.CreateGeofenceCollectionResponse) => void): Request<Location.Types.CreateGeofenceCollectionResponse, AWSError>;
70
+ /**
71
+ * Creates a map resource in your AWS account, which provides map tiles of different styles sourced from global location data providers. By using Maps, you agree that AWS may transmit your API queries to your selected third party provider for processing, which may be outside the AWS region you are currently using. For more information, see the AWS Service Terms for Amazon Location Service.
72
+ */
73
+ createMap(params: Location.Types.CreateMapRequest, callback?: (err: AWSError, data: Location.Types.CreateMapResponse) => void): Request<Location.Types.CreateMapResponse, AWSError>;
74
+ /**
75
+ * Creates a map resource in your AWS account, which provides map tiles of different styles sourced from global location data providers. By using Maps, you agree that AWS may transmit your API queries to your selected third party provider for processing, which may be outside the AWS region you are currently using. For more information, see the AWS Service Terms for Amazon Location Service.
76
+ */
77
+ createMap(callback?: (err: AWSError, data: Location.Types.CreateMapResponse) => void): Request<Location.Types.CreateMapResponse, AWSError>;
78
+ /**
79
+ * Creates a Place index resource in your AWS account, which supports Places functions with geospatial data sourced from your chosen data provider. By using Places, you agree that AWS may transmit your API queries to your selected third party provider for processing, which may be outside the AWS region you are currently using. Because of licensing limitations, you may not use HERE to store results for locations in Japan. For more information, see the AWS Service Terms for Amazon Location Service.
80
+ */
81
+ createPlaceIndex(params: Location.Types.CreatePlaceIndexRequest, callback?: (err: AWSError, data: Location.Types.CreatePlaceIndexResponse) => void): Request<Location.Types.CreatePlaceIndexResponse, AWSError>;
82
+ /**
83
+ * Creates a Place index resource in your AWS account, which supports Places functions with geospatial data sourced from your chosen data provider. By using Places, you agree that AWS may transmit your API queries to your selected third party provider for processing, which may be outside the AWS region you are currently using. Because of licensing limitations, you may not use HERE to store results for locations in Japan. For more information, see the AWS Service Terms for Amazon Location Service.
84
+ */
85
+ createPlaceIndex(callback?: (err: AWSError, data: Location.Types.CreatePlaceIndexResponse) => void): Request<Location.Types.CreatePlaceIndexResponse, AWSError>;
86
+ /**
87
+ * Creates a tracker resource in your AWS account, which lets you retrieve current and historical location of devices.
88
+ */
89
+ createTracker(params: Location.Types.CreateTrackerRequest, callback?: (err: AWSError, data: Location.Types.CreateTrackerResponse) => void): Request<Location.Types.CreateTrackerResponse, AWSError>;
90
+ /**
91
+ * Creates a tracker resource in your AWS account, which lets you retrieve current and historical location of devices.
92
+ */
93
+ createTracker(callback?: (err: AWSError, data: Location.Types.CreateTrackerResponse) => void): Request<Location.Types.CreateTrackerResponse, AWSError>;
94
+ /**
95
+ * Deletes a geofence collection from your AWS account. This action deletes the resource permanently. You can't undo this action. If the geofence collection is the target of a tracker resource, the devices will no longer be monitored.
96
+ */
97
+ deleteGeofenceCollection(params: Location.Types.DeleteGeofenceCollectionRequest, callback?: (err: AWSError, data: Location.Types.DeleteGeofenceCollectionResponse) => void): Request<Location.Types.DeleteGeofenceCollectionResponse, AWSError>;
98
+ /**
99
+ * Deletes a geofence collection from your AWS account. This action deletes the resource permanently. You can't undo this action. If the geofence collection is the target of a tracker resource, the devices will no longer be monitored.
100
+ */
101
+ deleteGeofenceCollection(callback?: (err: AWSError, data: Location.Types.DeleteGeofenceCollectionResponse) => void): Request<Location.Types.DeleteGeofenceCollectionResponse, AWSError>;
102
+ /**
103
+ * Deletes a map resource from your AWS account. This action deletes the resource permanently. You cannot undo this action. If the map is being used in an application, the map may not render.
104
+ */
105
+ deleteMap(params: Location.Types.DeleteMapRequest, callback?: (err: AWSError, data: Location.Types.DeleteMapResponse) => void): Request<Location.Types.DeleteMapResponse, AWSError>;
106
+ /**
107
+ * Deletes a map resource from your AWS account. This action deletes the resource permanently. You cannot undo this action. If the map is being used in an application, the map may not render.
108
+ */
109
+ deleteMap(callback?: (err: AWSError, data: Location.Types.DeleteMapResponse) => void): Request<Location.Types.DeleteMapResponse, AWSError>;
110
+ /**
111
+ * Deletes a Place index resource from your AWS account. This action deletes the resource permanently. You cannot undo this action.
112
+ */
113
+ deletePlaceIndex(params: Location.Types.DeletePlaceIndexRequest, callback?: (err: AWSError, data: Location.Types.DeletePlaceIndexResponse) => void): Request<Location.Types.DeletePlaceIndexResponse, AWSError>;
114
+ /**
115
+ * Deletes a Place index resource from your AWS account. This action deletes the resource permanently. You cannot undo this action.
116
+ */
117
+ deletePlaceIndex(callback?: (err: AWSError, data: Location.Types.DeletePlaceIndexResponse) => void): Request<Location.Types.DeletePlaceIndexResponse, AWSError>;
118
+ /**
119
+ * Deletes a tracker resource from your AWS account. This action deletes the resource permanently. You can't undo this action. If the tracker resource is in use, you may encounter an error. Make sure that the target resource is not a dependency for your applications.
120
+ */
121
+ deleteTracker(params: Location.Types.DeleteTrackerRequest, callback?: (err: AWSError, data: Location.Types.DeleteTrackerResponse) => void): Request<Location.Types.DeleteTrackerResponse, AWSError>;
122
+ /**
123
+ * Deletes a tracker resource from your AWS account. This action deletes the resource permanently. You can't undo this action. If the tracker resource is in use, you may encounter an error. Make sure that the target resource is not a dependency for your applications.
124
+ */
125
+ deleteTracker(callback?: (err: AWSError, data: Location.Types.DeleteTrackerResponse) => void): Request<Location.Types.DeleteTrackerResponse, AWSError>;
126
+ /**
127
+ * Retrieves the geofence collection details.
128
+ */
129
+ describeGeofenceCollection(params: Location.Types.DescribeGeofenceCollectionRequest, callback?: (err: AWSError, data: Location.Types.DescribeGeofenceCollectionResponse) => void): Request<Location.Types.DescribeGeofenceCollectionResponse, AWSError>;
130
+ /**
131
+ * Retrieves the geofence collection details.
132
+ */
133
+ describeGeofenceCollection(callback?: (err: AWSError, data: Location.Types.DescribeGeofenceCollectionResponse) => void): Request<Location.Types.DescribeGeofenceCollectionResponse, AWSError>;
134
+ /**
135
+ * Retrieves the map resource details.
136
+ */
137
+ describeMap(params: Location.Types.DescribeMapRequest, callback?: (err: AWSError, data: Location.Types.DescribeMapResponse) => void): Request<Location.Types.DescribeMapResponse, AWSError>;
138
+ /**
139
+ * Retrieves the map resource details.
140
+ */
141
+ describeMap(callback?: (err: AWSError, data: Location.Types.DescribeMapResponse) => void): Request<Location.Types.DescribeMapResponse, AWSError>;
142
+ /**
143
+ * Retrieves the Place index resource details.
144
+ */
145
+ describePlaceIndex(params: Location.Types.DescribePlaceIndexRequest, callback?: (err: AWSError, data: Location.Types.DescribePlaceIndexResponse) => void): Request<Location.Types.DescribePlaceIndexResponse, AWSError>;
146
+ /**
147
+ * Retrieves the Place index resource details.
148
+ */
149
+ describePlaceIndex(callback?: (err: AWSError, data: Location.Types.DescribePlaceIndexResponse) => void): Request<Location.Types.DescribePlaceIndexResponse, AWSError>;
150
+ /**
151
+ * Retrieves the tracker resource details.
152
+ */
153
+ describeTracker(params: Location.Types.DescribeTrackerRequest, callback?: (err: AWSError, data: Location.Types.DescribeTrackerResponse) => void): Request<Location.Types.DescribeTrackerResponse, AWSError>;
154
+ /**
155
+ * Retrieves the tracker resource details.
156
+ */
157
+ describeTracker(callback?: (err: AWSError, data: Location.Types.DescribeTrackerResponse) => void): Request<Location.Types.DescribeTrackerResponse, AWSError>;
158
+ /**
159
+ * Removes the association bewteen a tracker resource and a geofence collection. Once you unlink a tracker resource from a geofence collection, the tracker positions will no longer be automatically evaluated against geofences.
160
+ */
161
+ disassociateTrackerConsumer(params: Location.Types.DisassociateTrackerConsumerRequest, callback?: (err: AWSError, data: Location.Types.DisassociateTrackerConsumerResponse) => void): Request<Location.Types.DisassociateTrackerConsumerResponse, AWSError>;
162
+ /**
163
+ * Removes the association bewteen a tracker resource and a geofence collection. Once you unlink a tracker resource from a geofence collection, the tracker positions will no longer be automatically evaluated against geofences.
164
+ */
165
+ disassociateTrackerConsumer(callback?: (err: AWSError, data: Location.Types.DisassociateTrackerConsumerResponse) => void): Request<Location.Types.DisassociateTrackerConsumerResponse, AWSError>;
166
+ /**
167
+ * Retrieves the latest device position. Limitation — Device positions are deleted after one year.
168
+ */
169
+ getDevicePosition(params: Location.Types.GetDevicePositionRequest, callback?: (err: AWSError, data: Location.Types.GetDevicePositionResponse) => void): Request<Location.Types.GetDevicePositionResponse, AWSError>;
170
+ /**
171
+ * Retrieves the latest device position. Limitation — Device positions are deleted after one year.
172
+ */
173
+ getDevicePosition(callback?: (err: AWSError, data: Location.Types.GetDevicePositionResponse) => void): Request<Location.Types.GetDevicePositionResponse, AWSError>;
174
+ /**
175
+ * Retrieves the device position history from a tracker resource within a specified range of time. Limitation — Device positions are deleted after one year.
176
+ */
177
+ getDevicePositionHistory(params: Location.Types.GetDevicePositionHistoryRequest, callback?: (err: AWSError, data: Location.Types.GetDevicePositionHistoryResponse) => void): Request<Location.Types.GetDevicePositionHistoryResponse, AWSError>;
178
+ /**
179
+ * Retrieves the device position history from a tracker resource within a specified range of time. Limitation — Device positions are deleted after one year.
180
+ */
181
+ getDevicePositionHistory(callback?: (err: AWSError, data: Location.Types.GetDevicePositionHistoryResponse) => void): Request<Location.Types.GetDevicePositionHistoryResponse, AWSError>;
182
+ /**
183
+ * Retrieves the geofence details from a geofence collection.
184
+ */
185
+ getGeofence(params: Location.Types.GetGeofenceRequest, callback?: (err: AWSError, data: Location.Types.GetGeofenceResponse) => void): Request<Location.Types.GetGeofenceResponse, AWSError>;
186
+ /**
187
+ * Retrieves the geofence details from a geofence collection.
188
+ */
189
+ getGeofence(callback?: (err: AWSError, data: Location.Types.GetGeofenceResponse) => void): Request<Location.Types.GetGeofenceResponse, AWSError>;
190
+ /**
191
+ * Retrieves glyphs used to display labels on a map.
192
+ */
193
+ getMapGlyphs(params: Location.Types.GetMapGlyphsRequest, callback?: (err: AWSError, data: Location.Types.GetMapGlyphsResponse) => void): Request<Location.Types.GetMapGlyphsResponse, AWSError>;
194
+ /**
195
+ * Retrieves glyphs used to display labels on a map.
196
+ */
197
+ getMapGlyphs(callback?: (err: AWSError, data: Location.Types.GetMapGlyphsResponse) => void): Request<Location.Types.GetMapGlyphsResponse, AWSError>;
198
+ /**
199
+ * Retrieves the sprite sheet corresponding to a map resource. The sprite sheet is a PNG image paired with a JSON document describing the offsets of individual icons that will be displayed on a rendered map.
200
+ */
201
+ getMapSprites(params: Location.Types.GetMapSpritesRequest, callback?: (err: AWSError, data: Location.Types.GetMapSpritesResponse) => void): Request<Location.Types.GetMapSpritesResponse, AWSError>;
202
+ /**
203
+ * Retrieves the sprite sheet corresponding to a map resource. The sprite sheet is a PNG image paired with a JSON document describing the offsets of individual icons that will be displayed on a rendered map.
204
+ */
205
+ getMapSprites(callback?: (err: AWSError, data: Location.Types.GetMapSpritesResponse) => void): Request<Location.Types.GetMapSpritesResponse, AWSError>;
206
+ /**
207
+ * Retrieves the map style descriptor from a map resource. The style descriptor contains specifications on how features render on a map. For example, what data to display, what order to display the data in, and the style for the data. Style descriptors follow the Mapbox Style Specification.
208
+ */
209
+ getMapStyleDescriptor(params: Location.Types.GetMapStyleDescriptorRequest, callback?: (err: AWSError, data: Location.Types.GetMapStyleDescriptorResponse) => void): Request<Location.Types.GetMapStyleDescriptorResponse, AWSError>;
210
+ /**
211
+ * Retrieves the map style descriptor from a map resource. The style descriptor contains specifications on how features render on a map. For example, what data to display, what order to display the data in, and the style for the data. Style descriptors follow the Mapbox Style Specification.
212
+ */
213
+ getMapStyleDescriptor(callback?: (err: AWSError, data: Location.Types.GetMapStyleDescriptorResponse) => void): Request<Location.Types.GetMapStyleDescriptorResponse, AWSError>;
214
+ /**
215
+ * Retrieves a vector data tile from the map resource. Map tiles are used by clients to render a map. They are addressed using a grid arrangement with an X coordinate, Y coordinate, and Z (zoom) level. The origin (0, 0) is the top left of the map. Increasing the zoom level by 1 doubles both the X and Y dimensions, so a tile containing data for the entire world at (0/0/0) will be split into 4 tiles at zoom 1 (1/0/0, 1/0/1, 1/1/0, 1/1/1).
216
+ */
217
+ getMapTile(params: Location.Types.GetMapTileRequest, callback?: (err: AWSError, data: Location.Types.GetMapTileResponse) => void): Request<Location.Types.GetMapTileResponse, AWSError>;
218
+ /**
219
+ * Retrieves a vector data tile from the map resource. Map tiles are used by clients to render a map. They are addressed using a grid arrangement with an X coordinate, Y coordinate, and Z (zoom) level. The origin (0, 0) is the top left of the map. Increasing the zoom level by 1 doubles both the X and Y dimensions, so a tile containing data for the entire world at (0/0/0) will be split into 4 tiles at zoom 1 (1/0/0, 1/0/1, 1/1/0, 1/1/1).
220
+ */
221
+ getMapTile(callback?: (err: AWSError, data: Location.Types.GetMapTileResponse) => void): Request<Location.Types.GetMapTileResponse, AWSError>;
222
+ /**
223
+ * Lists geofence collections in your AWS account.
224
+ */
225
+ listGeofenceCollections(params: Location.Types.ListGeofenceCollectionsRequest, callback?: (err: AWSError, data: Location.Types.ListGeofenceCollectionsResponse) => void): Request<Location.Types.ListGeofenceCollectionsResponse, AWSError>;
226
+ /**
227
+ * Lists geofence collections in your AWS account.
228
+ */
229
+ listGeofenceCollections(callback?: (err: AWSError, data: Location.Types.ListGeofenceCollectionsResponse) => void): Request<Location.Types.ListGeofenceCollectionsResponse, AWSError>;
230
+ /**
231
+ * Lists geofences stored in a given geofence collection.
232
+ */
233
+ listGeofences(params: Location.Types.ListGeofencesRequest, callback?: (err: AWSError, data: Location.Types.ListGeofencesResponse) => void): Request<Location.Types.ListGeofencesResponse, AWSError>;
234
+ /**
235
+ * Lists geofences stored in a given geofence collection.
236
+ */
237
+ listGeofences(callback?: (err: AWSError, data: Location.Types.ListGeofencesResponse) => void): Request<Location.Types.ListGeofencesResponse, AWSError>;
238
+ /**
239
+ * Lists map resources in your AWS account.
240
+ */
241
+ listMaps(params: Location.Types.ListMapsRequest, callback?: (err: AWSError, data: Location.Types.ListMapsResponse) => void): Request<Location.Types.ListMapsResponse, AWSError>;
242
+ /**
243
+ * Lists map resources in your AWS account.
244
+ */
245
+ listMaps(callback?: (err: AWSError, data: Location.Types.ListMapsResponse) => void): Request<Location.Types.ListMapsResponse, AWSError>;
246
+ /**
247
+ * Lists Place index resources in your AWS account.
248
+ */
249
+ listPlaceIndexes(params: Location.Types.ListPlaceIndexesRequest, callback?: (err: AWSError, data: Location.Types.ListPlaceIndexesResponse) => void): Request<Location.Types.ListPlaceIndexesResponse, AWSError>;
250
+ /**
251
+ * Lists Place index resources in your AWS account.
252
+ */
253
+ listPlaceIndexes(callback?: (err: AWSError, data: Location.Types.ListPlaceIndexesResponse) => void): Request<Location.Types.ListPlaceIndexesResponse, AWSError>;
254
+ /**
255
+ * Lists geofence collections currently associated to the given tracker resource.
256
+ */
257
+ listTrackerConsumers(params: Location.Types.ListTrackerConsumersRequest, callback?: (err: AWSError, data: Location.Types.ListTrackerConsumersResponse) => void): Request<Location.Types.ListTrackerConsumersResponse, AWSError>;
258
+ /**
259
+ * Lists geofence collections currently associated to the given tracker resource.
260
+ */
261
+ listTrackerConsumers(callback?: (err: AWSError, data: Location.Types.ListTrackerConsumersResponse) => void): Request<Location.Types.ListTrackerConsumersResponse, AWSError>;
262
+ /**
263
+ * Lists tracker resources in your AWS account.
264
+ */
265
+ listTrackers(params: Location.Types.ListTrackersRequest, callback?: (err: AWSError, data: Location.Types.ListTrackersResponse) => void): Request<Location.Types.ListTrackersResponse, AWSError>;
266
+ /**
267
+ * Lists tracker resources in your AWS account.
268
+ */
269
+ listTrackers(callback?: (err: AWSError, data: Location.Types.ListTrackersResponse) => void): Request<Location.Types.ListTrackersResponse, AWSError>;
270
+ /**
271
+ * Stores a geofence to a given geofence collection, or updates the geometry of an existing geofence if a geofence ID is included in the request.
272
+ */
273
+ putGeofence(params: Location.Types.PutGeofenceRequest, callback?: (err: AWSError, data: Location.Types.PutGeofenceResponse) => void): Request<Location.Types.PutGeofenceResponse, AWSError>;
274
+ /**
275
+ * Stores a geofence to a given geofence collection, or updates the geometry of an existing geofence if a geofence ID is included in the request.
276
+ */
277
+ putGeofence(callback?: (err: AWSError, data: Location.Types.PutGeofenceResponse) => void): Request<Location.Types.PutGeofenceResponse, AWSError>;
278
+ /**
279
+ * Reverse geocodes a given coordinate and returns a legible address. Allows you to search for Places or points of interest near a given position. By using Places, you agree that AWS may transmit your API queries to your selected third party provider for processing, which may be outside the AWS region you are currently using. Because of licensing limitations, you may not use HERE to store results for locations in Japan. For more information, see the AWS Service Terms for Amazon Location Service.
280
+ */
281
+ searchPlaceIndexForPosition(params: Location.Types.SearchPlaceIndexForPositionRequest, callback?: (err: AWSError, data: Location.Types.SearchPlaceIndexForPositionResponse) => void): Request<Location.Types.SearchPlaceIndexForPositionResponse, AWSError>;
282
+ /**
283
+ * Reverse geocodes a given coordinate and returns a legible address. Allows you to search for Places or points of interest near a given position. By using Places, you agree that AWS may transmit your API queries to your selected third party provider for processing, which may be outside the AWS region you are currently using. Because of licensing limitations, you may not use HERE to store results for locations in Japan. For more information, see the AWS Service Terms for Amazon Location Service.
284
+ */
285
+ searchPlaceIndexForPosition(callback?: (err: AWSError, data: Location.Types.SearchPlaceIndexForPositionResponse) => void): Request<Location.Types.SearchPlaceIndexForPositionResponse, AWSError>;
286
+ /**
287
+ * Geocodes free-form text, such as an address, name, city, or region to allow you to search for Places or points of interest. Includes the option to apply additional parameters to narrow your list of results. You can search for places near a given position using BiasPosition, or filter results within a bounding box using FilterBBox. Providing both parameters simultaneously returns an error. By using Places, you agree that AWS may transmit your API queries to your selected third party provider for processing, which may be outside the AWS region you are currently using. Also, when using HERE as your data provider, you may not (a) use HERE Places for Asset Management, or (b) select the Storage option for the IntendedUse parameter when requesting Places in Japan. For more information, see the AWS Service Terms for Amazon Location Service.
288
+ */
289
+ searchPlaceIndexForText(params: Location.Types.SearchPlaceIndexForTextRequest, callback?: (err: AWSError, data: Location.Types.SearchPlaceIndexForTextResponse) => void): Request<Location.Types.SearchPlaceIndexForTextResponse, AWSError>;
290
+ /**
291
+ * Geocodes free-form text, such as an address, name, city, or region to allow you to search for Places or points of interest. Includes the option to apply additional parameters to narrow your list of results. You can search for places near a given position using BiasPosition, or filter results within a bounding box using FilterBBox. Providing both parameters simultaneously returns an error. By using Places, you agree that AWS may transmit your API queries to your selected third party provider for processing, which may be outside the AWS region you are currently using. Also, when using HERE as your data provider, you may not (a) use HERE Places for Asset Management, or (b) select the Storage option for the IntendedUse parameter when requesting Places in Japan. For more information, see the AWS Service Terms for Amazon Location Service.
292
+ */
293
+ searchPlaceIndexForText(callback?: (err: AWSError, data: Location.Types.SearchPlaceIndexForTextResponse) => void): Request<Location.Types.SearchPlaceIndexForTextResponse, AWSError>;
294
+ }
295
+ declare namespace Location {
296
+ export type Arn = string;
297
+ export type ArnList = Arn[];
298
+ export interface AssociateTrackerConsumerRequest {
299
+ /**
300
+ * The Amazon Resource Name (ARN) for the geofence collection to be associated to tracker resource. Used when you need to specify a resource across all AWS. Format example: arn:partition:service:region:account-id:resource-type:resource-id
301
+ */
302
+ ConsumerArn: Arn;
303
+ /**
304
+ * The name of the tracker resource to be associated with a geofence collection.
305
+ */
306
+ TrackerName: ResourceName;
307
+ }
308
+ export interface AssociateTrackerConsumerResponse {
309
+ }
310
+ export interface BatchDeleteGeofenceError {
311
+ /**
312
+ * Contains details associated to the batch error.
313
+ */
314
+ Error: BatchItemError;
315
+ /**
316
+ * The geofence associated with the error message.
317
+ */
318
+ GeofenceId: Id;
319
+ }
320
+ export type BatchDeleteGeofenceErrorList = BatchDeleteGeofenceError[];
321
+ export interface BatchDeleteGeofenceRequest {
322
+ /**
323
+ * The geofence collection storing the geofences to be deleted.
324
+ */
325
+ CollectionName: ResourceName;
326
+ /**
327
+ * The batch of geofences to be deleted.
328
+ */
329
+ GeofenceIds: BatchDeleteGeofenceRequestGeofenceIdsList;
330
+ }
331
+ export type BatchDeleteGeofenceRequestGeofenceIdsList = Id[];
332
+ export interface BatchDeleteGeofenceResponse {
333
+ /**
334
+ * Contains error details for each geofence that failed to delete.
335
+ */
336
+ Errors: BatchDeleteGeofenceErrorList;
337
+ }
338
+ export interface BatchEvaluateGeofencesError {
339
+ /**
340
+ * The device associated with the position evaluation error.
341
+ */
342
+ DeviceId: Id;
343
+ /**
344
+ * Contains details associated to the batch error.
345
+ */
346
+ Error: BatchItemError;
347
+ /**
348
+ * Specifies a timestamp for when the error occurred in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ
349
+ */
350
+ SampleTime: Timestamp;
351
+ }
352
+ export type BatchEvaluateGeofencesErrorList = BatchEvaluateGeofencesError[];
353
+ export interface BatchEvaluateGeofencesRequest {
354
+ /**
355
+ * The geofence collection used in evaluating the position of devices against its geofences.
356
+ */
357
+ CollectionName: ResourceName;
358
+ /**
359
+ * Contains device details for each device to be evaluated against the given geofence collection.
360
+ */
361
+ DevicePositionUpdates: BatchEvaluateGeofencesRequestDevicePositionUpdatesList;
362
+ }
363
+ export type BatchEvaluateGeofencesRequestDevicePositionUpdatesList = DevicePositionUpdate[];
364
+ export interface BatchEvaluateGeofencesResponse {
365
+ /**
366
+ * Contains error details for each device that failed to evaluate its position against the given geofence collection.
367
+ */
368
+ Errors: BatchEvaluateGeofencesErrorList;
369
+ }
370
+ export interface BatchGetDevicePositionError {
371
+ /**
372
+ * The ID of the device that didn't return a position.
373
+ */
374
+ DeviceId: Id;
375
+ /**
376
+ * Contains details related to the error code.
377
+ */
378
+ Error: BatchItemError;
379
+ }
380
+ export type BatchGetDevicePositionErrorList = BatchGetDevicePositionError[];
381
+ export interface BatchGetDevicePositionRequest {
382
+ /**
383
+ * Devices whose position you want to retrieve. For example, for two devices: device-ids=DeviceId1&amp;device-ids=DeviceId2
384
+ */
385
+ DeviceIds: BatchGetDevicePositionRequestDeviceIdsList;
386
+ /**
387
+ * The tracker resource retrieving the device position.
388
+ */
389
+ TrackerName: BatchGetDevicePositionRequestTrackerNameString;
390
+ }
391
+ export type BatchGetDevicePositionRequestDeviceIdsList = Id[];
392
+ export type BatchGetDevicePositionRequestTrackerNameString = string;
393
+ export interface BatchGetDevicePositionResponse {
394
+ /**
395
+ * Contains device position details such as the device ID, position, and timestamps for when the position was received and sampled.
396
+ */
397
+ DevicePositions: DevicePositionList;
398
+ /**
399
+ * Contains error details for each device that failed to send its position to the tracker resource.
400
+ */
401
+ Errors: BatchGetDevicePositionErrorList;
402
+ }
403
+ export interface BatchItemError {
404
+ /**
405
+ * The error code associated with the batch request error.
406
+ */
407
+ Code?: BatchItemErrorCode;
408
+ /**
409
+ * A message with the reason for the batch request error.
410
+ */
411
+ Message?: String;
412
+ }
413
+ export type BatchItemErrorCode = "AccessDeniedError"|"ConflictError"|"InternalServerError"|"ResourceNotFoundError"|"ThrottlingError"|"ValidationError"|string;
414
+ export interface BatchPutGeofenceError {
415
+ /**
416
+ * Contains details associated to the batch error.
417
+ */
418
+ Error: BatchItemError;
419
+ /**
420
+ * The geofence associated with the error message.
421
+ */
422
+ GeofenceId: Id;
423
+ }
424
+ export type BatchPutGeofenceErrorList = BatchPutGeofenceError[];
425
+ export interface BatchPutGeofenceRequest {
426
+ /**
427
+ * The geofence collection storing the geofences.
428
+ */
429
+ CollectionName: ResourceName;
430
+ /**
431
+ * The batch of geofences to be stored in a geofence collection.
432
+ */
433
+ Entries: BatchPutGeofenceRequestEntriesList;
434
+ }
435
+ export type BatchPutGeofenceRequestEntriesList = BatchPutGeofenceRequestEntry[];
436
+ export interface BatchPutGeofenceRequestEntry {
437
+ /**
438
+ * The identifier for the geofence to be stored in a given geofence collection.
439
+ */
440
+ GeofenceId: Id;
441
+ /**
442
+ * The geometry details for the geofence.
443
+ */
444
+ Geometry: GeofenceGeometry;
445
+ }
446
+ export interface BatchPutGeofenceResponse {
447
+ /**
448
+ * Contains additional error details for each geofence that failed to be stored in a geofence collection.
449
+ */
450
+ Errors: BatchPutGeofenceErrorList;
451
+ /**
452
+ * Contains each geofence that was successfully stored in a geofence collection.
453
+ */
454
+ Successes: BatchPutGeofenceSuccessList;
455
+ }
456
+ export interface BatchPutGeofenceSuccess {
457
+ /**
458
+ * The timestamp for when the geofence was stored in a geofence collection in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ
459
+ */
460
+ CreateTime: Timestamp;
461
+ /**
462
+ * The geofence successfully stored in a geofence collection.
463
+ */
464
+ GeofenceId: Id;
465
+ /**
466
+ * The timestamp for when the geofence was last updated in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ
467
+ */
468
+ UpdateTime: Timestamp;
469
+ }
470
+ export type BatchPutGeofenceSuccessList = BatchPutGeofenceSuccess[];
471
+ export interface BatchUpdateDevicePositionError {
472
+ /**
473
+ * The device associated with the failed location update.
474
+ */
475
+ DeviceId: Id;
476
+ /**
477
+ * Contains details related to the error code such as the error code and error message.
478
+ */
479
+ Error: BatchItemError;
480
+ /**
481
+ * The timestamp for when a position sample was attempted in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.
482
+ */
483
+ SampleTime: Timestamp;
484
+ }
485
+ export type BatchUpdateDevicePositionErrorList = BatchUpdateDevicePositionError[];
486
+ export interface BatchUpdateDevicePositionRequest {
487
+ /**
488
+ * The name of the tracker resource to update.
489
+ */
490
+ TrackerName: ResourceName;
491
+ /**
492
+ * Contains the position update details for each device.
493
+ */
494
+ Updates: BatchUpdateDevicePositionRequestUpdatesList;
495
+ }
496
+ export type BatchUpdateDevicePositionRequestUpdatesList = DevicePositionUpdate[];
497
+ export interface BatchUpdateDevicePositionResponse {
498
+ /**
499
+ * Contains error details for each device that failed to update its position.
500
+ */
501
+ Errors: BatchUpdateDevicePositionErrorList;
502
+ }
503
+ export type _Blob = Buffer|Uint8Array|Blob|string;
504
+ export type BoundingBox = Double[];
505
+ export type CountryCode = string;
506
+ export type CountryCodeList = CountryCode[];
507
+ export interface CreateGeofenceCollectionRequest {
508
+ /**
509
+ * A custom name for the geofence collection. Requirements: Contain only alphanumeric characters (A–Z, a–z, 0-9), hyphens (-), and underscores (_). Must be a unique geofence collection name. No spaces allowed. For example, ExampleGeofenceCollection.
510
+ */
511
+ CollectionName: ResourceName;
512
+ /**
513
+ * An optional description for the geofence collection.
514
+ */
515
+ Description?: ResourceDescription;
516
+ /**
517
+ * Specifies the pricing plan for your geofence collection. There's three pricing plan options: RequestBasedUsage — Selects the "Request-Based Usage" pricing plan. MobileAssetTracking — Selects the "Mobile Asset Tracking" pricing plan. MobileAssetManagement — Selects the "Mobile Asset Management" pricing plan. For additional details and restrictions on each pricing plan option, see the Amazon Location Service pricing page.
518
+ */
519
+ PricingPlan: PricingPlan;
520
+ }
521
+ export interface CreateGeofenceCollectionResponse {
522
+ /**
523
+ * The Amazon Resource Name (ARN) for the geofence collection resource. Used when you need to specify a resource across all AWS.
524
+ */
525
+ CollectionArn: Arn;
526
+ /**
527
+ * The name for the geofence collection.
528
+ */
529
+ CollectionName: ResourceName;
530
+ /**
531
+ * The timestamp for when the geofence collection was created in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ
532
+ */
533
+ CreateTime: Timestamp;
534
+ }
535
+ export interface CreateMapRequest {
536
+ /**
537
+ * Specifies the map style selected from an available data provider.
538
+ */
539
+ Configuration: MapConfiguration;
540
+ /**
541
+ * An optional description for the map resource.
542
+ */
543
+ Description?: ResourceDescription;
544
+ /**
545
+ * The name for the map resource. Requirements: Must contain only alphanumeric characters (A–Z, a–z, 0–9), hyphens (-), and underscores (_). Must be a unique map resource name. No spaces allowed. For example, ExampleMap.
546
+ */
547
+ MapName: ResourceName;
548
+ /**
549
+ * Specifies the pricing plan for your map resource. There's three pricing plan options: RequestBasedUsage — Selects the "Request-Based Usage" pricing plan. MobileAssetTracking — Selects the "Mobile Asset Tracking" pricing plan. MobileAssetManagement — Selects the "Mobile Asset Management" pricing plan. For additional details and restrictions on each pricing plan option, see the Amazon Location Service pricing page.
550
+ */
551
+ PricingPlan: PricingPlan;
552
+ }
553
+ export interface CreateMapResponse {
554
+ /**
555
+ * The timestamp for when the map resource was created in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.
556
+ */
557
+ CreateTime: Timestamp;
558
+ /**
559
+ * The Amazon Resource Name (ARN) for the map resource. Used when you need to specify a resource across all AWS. Format example: arn:partition:service:region:account-id:resource-type:resource-id
560
+ */
561
+ MapArn: Arn;
562
+ /**
563
+ * The name of the map resource.
564
+ */
565
+ MapName: ResourceName;
566
+ }
567
+ export interface CreatePlaceIndexRequest {
568
+ /**
569
+ * Specifies the data provider of geospatial data.
570
+ */
571
+ DataSource: String;
572
+ /**
573
+ * Specifies the data storage option for requesting Places.
574
+ */
575
+ DataSourceConfiguration?: DataSourceConfiguration;
576
+ /**
577
+ * The optional description for the Place index resource.
578
+ */
579
+ Description?: ResourceDescription;
580
+ /**
581
+ * The name of the Place index resource. Requirements: Contain only alphanumeric characters (A-Z, a-z, 0-9) , hyphens (-) and underscores (_) ). Must be a unique Place index resource name. No spaces allowed. For example, ExamplePlaceIndex.
582
+ */
583
+ IndexName: ResourceName;
584
+ /**
585
+ * Specifies the pricing plan for your Place index resource. There's three pricing plan options: RequestBasedUsage — Selects the "Request-Based Usage" pricing plan. MobileAssetTracking — Selects the "Mobile Asset Tracking" pricing plan. MobileAssetManagement — Selects the "Mobile Asset Management" pricing plan. For additional details and restrictions on each pricing plan option, see the Amazon Location Service pricing page.
586
+ */
587
+ PricingPlan: PricingPlan;
588
+ }
589
+ export interface CreatePlaceIndexResponse {
590
+ /**
591
+ * The timestamp for when the Place index resource was created in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.
592
+ */
593
+ CreateTime: Timestamp;
594
+ /**
595
+ * The Amazon Resource Name (ARN) for the Place index resource. Used when you need to specify a resource across all AWS.
596
+ */
597
+ IndexArn: Arn;
598
+ /**
599
+ * The name for the Place index resource.
600
+ */
601
+ IndexName: ResourceName;
602
+ }
603
+ export interface CreateTrackerRequest {
604
+ /**
605
+ * An optional description for the tracker resource.
606
+ */
607
+ Description?: ResourceDescription;
608
+ /**
609
+ * Specifies the pricing plan for your tracker resource. There's three pricing plan options: RequestBasedUsage — Selects the "Request-Based Usage" pricing plan. MobileAssetTracking — Selects the "Mobile Asset Tracking" pricing plan. MobileAssetManagement — Selects the "Mobile Asset Management" pricing plan. For additional details and restrictions on each pricing plan option, see the Amazon Location Service pricing page.
610
+ */
611
+ PricingPlan: PricingPlan;
612
+ /**
613
+ * The name for the tracker resource. Requirements: Contain only alphanumeric characters (A-Z, a-z, 0-9) , hyphens (-) and underscores (_). Must be a unique tracker resource name. No spaces allowed. For example, ExampleTracker.
614
+ */
615
+ TrackerName: ResourceName;
616
+ }
617
+ export interface CreateTrackerResponse {
618
+ /**
619
+ * The timestamp for when the tracker resource was created in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.
620
+ */
621
+ CreateTime: Timestamp;
622
+ /**
623
+ * The Amazon Resource Name (ARN) for the tracker resource. Used when you need to specify a resource across all AWS.
624
+ */
625
+ TrackerArn: Arn;
626
+ /**
627
+ * The name of the tracker resource.
628
+ */
629
+ TrackerName: ResourceName;
630
+ }
631
+ export interface DataSourceConfiguration {
632
+ /**
633
+ * Specifies how the results of an operation will be stored by the caller. Valid values include: SingleUse specifies that the results won't be stored. Storage specifies that the result can be cached or stored in a database. Default value: SingleUse
634
+ */
635
+ IntendedUse?: IntendedUse;
636
+ }
637
+ export interface DeleteGeofenceCollectionRequest {
638
+ /**
639
+ * The name of the geofence collection to be deleted.
640
+ */
641
+ CollectionName: ResourceName;
642
+ }
643
+ export interface DeleteGeofenceCollectionResponse {
644
+ }
645
+ export interface DeleteMapRequest {
646
+ /**
647
+ * The name of the map resource to be deleted.
648
+ */
649
+ MapName: ResourceName;
650
+ }
651
+ export interface DeleteMapResponse {
652
+ }
653
+ export interface DeletePlaceIndexRequest {
654
+ /**
655
+ * The name of the Place index resource to be deleted.
656
+ */
657
+ IndexName: ResourceName;
658
+ }
659
+ export interface DeletePlaceIndexResponse {
660
+ }
661
+ export interface DeleteTrackerRequest {
662
+ /**
663
+ * The name of the tracker resource to be deleted.
664
+ */
665
+ TrackerName: ResourceName;
666
+ }
667
+ export interface DeleteTrackerResponse {
668
+ }
669
+ export interface DescribeGeofenceCollectionRequest {
670
+ /**
671
+ * The name of the geofence collection.
672
+ */
673
+ CollectionName: ResourceName;
674
+ }
675
+ export interface DescribeGeofenceCollectionResponse {
676
+ /**
677
+ * The Amazon Resource Name (ARN) for the geofence collection resource. Used when you need to specify a resource across all AWS.
678
+ */
679
+ CollectionArn: Arn;
680
+ /**
681
+ * The name of the geofence collection.
682
+ */
683
+ CollectionName: ResourceName;
684
+ /**
685
+ * The timestamp for when the geofence resource was created in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ
686
+ */
687
+ CreateTime: Timestamp;
688
+ /**
689
+ * The optional description for the geofence collection.
690
+ */
691
+ Description: ResourceDescription;
692
+ /**
693
+ * The timestamp for when the geofence collection was last updated in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ
694
+ */
695
+ UpdateTime: Timestamp;
696
+ }
697
+ export interface DescribeMapRequest {
698
+ /**
699
+ * The name of the map resource.
700
+ */
701
+ MapName: ResourceName;
702
+ }
703
+ export interface DescribeMapResponse {
704
+ /**
705
+ * Specifies the map tile style selected from a partner data provider.
706
+ */
707
+ Configuration: MapConfiguration;
708
+ /**
709
+ * The timestamp for when the map resource was created in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.
710
+ */
711
+ CreateTime: Timestamp;
712
+ /**
713
+ * Specifies the data provider for the associated map tiles.
714
+ */
715
+ DataSource: String;
716
+ /**
717
+ * The optional description for the map resource.
718
+ */
719
+ Description: ResourceDescription;
720
+ /**
721
+ * The Amazon Resource Name (ARN) for the map resource. Used when you need to specify a resource across all AWS.
722
+ */
723
+ MapArn: Arn;
724
+ /**
725
+ * The map style selected from an available provider.
726
+ */
727
+ MapName: ResourceName;
728
+ /**
729
+ * The timestamp for when the map resource was last update in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.
730
+ */
731
+ UpdateTime: Timestamp;
732
+ }
733
+ export interface DescribePlaceIndexRequest {
734
+ /**
735
+ * The name of the Place index resource.
736
+ */
737
+ IndexName: ResourceName;
738
+ }
739
+ export interface DescribePlaceIndexResponse {
740
+ /**
741
+ * The timestamp for when the Place index resource was created in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.
742
+ */
743
+ CreateTime: Timestamp;
744
+ /**
745
+ * The data provider of geospatial data.
746
+ */
747
+ DataSource: String;
748
+ /**
749
+ * The specified data storage option for requesting Places.
750
+ */
751
+ DataSourceConfiguration: DataSourceConfiguration;
752
+ /**
753
+ * The optional description for the Place index resource.
754
+ */
755
+ Description: ResourceDescription;
756
+ /**
757
+ * The Amazon Resource Name (ARN) for the Place index resource. Used when you need to specify a resource across all AWS.
758
+ */
759
+ IndexArn: Arn;
760
+ /**
761
+ * The name of the Place index resource being described.
762
+ */
763
+ IndexName: ResourceName;
764
+ /**
765
+ * The timestamp for when the Place index resource was last updated in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.
766
+ */
767
+ UpdateTime: Timestamp;
768
+ }
769
+ export interface DescribeTrackerRequest {
770
+ /**
771
+ * The name of the tracker resource.
772
+ */
773
+ TrackerName: ResourceName;
774
+ }
775
+ export interface DescribeTrackerResponse {
776
+ /**
777
+ * The timestamp for when the tracker resource was created in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.
778
+ */
779
+ CreateTime: Timestamp;
780
+ /**
781
+ * The optional description for the tracker resource.
782
+ */
783
+ Description: ResourceDescription;
784
+ /**
785
+ * The Amazon Resource Name (ARN) for the tracker resource. Used when you need to specify a resource across all AWS.
786
+ */
787
+ TrackerArn: Arn;
788
+ /**
789
+ * The name of the tracker resource.
790
+ */
791
+ TrackerName: ResourceName;
792
+ /**
793
+ * The timestamp for when the tracker resource was last updated in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.
794
+ */
795
+ UpdateTime: Timestamp;
796
+ }
797
+ export interface DevicePosition {
798
+ /**
799
+ * The device whose position you retrieved.
800
+ */
801
+ DeviceId?: Id;
802
+ /**
803
+ * The last known device position.
804
+ */
805
+ Position: Position;
806
+ /**
807
+ * The timestamp for when the tracker resource recieved the position in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.
808
+ */
809
+ ReceivedTime: Timestamp;
810
+ /**
811
+ * The timestamp for when the position was detected and sampled in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.
812
+ */
813
+ SampleTime: Timestamp;
814
+ }
815
+ export type DevicePositionList = DevicePosition[];
816
+ export interface DevicePositionUpdate {
817
+ /**
818
+ * The device associated to the position update.
819
+ */
820
+ DeviceId: Id;
821
+ /**
822
+ * The latest device position defined in WGS 84 format: [Xlongitude, Ylatitude].
823
+ */
824
+ Position: Position;
825
+ /**
826
+ * The timestamp for when the position update was received in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ
827
+ */
828
+ SampleTime: Timestamp;
829
+ }
830
+ export interface DisassociateTrackerConsumerRequest {
831
+ /**
832
+ * The Amazon Resource Name (ARN) for the geofence collection to be disassociated from the tracker resource. Used when you need to specify a resource across all AWS. Format example: arn:partition:service:region:account-id:resource-type:resource-id
833
+ */
834
+ ConsumerArn: Arn;
835
+ /**
836
+ * The name of the tracker resource to be dissociated from the consumer.
837
+ */
838
+ TrackerName: ResourceName;
839
+ }
840
+ export interface DisassociateTrackerConsumerResponse {
841
+ }
842
+ export type Double = number;
843
+ export interface GeofenceGeometry {
844
+ /**
845
+ * An array of 1 or more linear rings. A linear ring is an array of 4 or more vertices, where the first and last vertex are the same to form a closed boundary. Each vertex is a 2-dimensional point of the form: [longitude, latitude]. The first linear ring is an outer ring, describing the polygon's boundary. Subsequent linear rings may be inner or outer rings to describe holes and islands. Outer rings must list their vertices in counter-clockwise order around the ring's center, where the left side is the polygon's exterior. Inner rings must list their vertices in clockwise order, where the left side is the polygon's interior.
846
+ */
847
+ Polygon?: LinearRings;
848
+ }
849
+ export interface GetDevicePositionHistoryRequest {
850
+ /**
851
+ * The device whose position history you want to retrieve.
852
+ */
853
+ DeviceId: Id;
854
+ /**
855
+ * Specify the end time for the position history in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ. The given time for EndTimeExclusive must be after the time for StartTimeInclusive.
856
+ */
857
+ EndTimeExclusive?: Timestamp;
858
+ /**
859
+ * The pagination token specifying which page of results to return in the response. If no token is provided, the default page is the first page. Default value: null
860
+ */
861
+ NextToken?: Token;
862
+ /**
863
+ * Specify the start time for the position history in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ. The given time for EndTimeExclusive must be after the time for StartTimeInclusive.
864
+ */
865
+ StartTimeInclusive?: Timestamp;
866
+ /**
867
+ * The tracker resource receiving the request for the device position history.
868
+ */
869
+ TrackerName: ResourceName;
870
+ }
871
+ export interface GetDevicePositionHistoryResponse {
872
+ /**
873
+ * Contains the position history details for the requested device.
874
+ */
875
+ DevicePositions: DevicePositionList;
876
+ /**
877
+ * A pagination token indicating there are additional pages available. You can use the token in a following request to fetch the next set of results.
878
+ */
879
+ NextToken?: Token;
880
+ }
881
+ export interface GetDevicePositionRequest {
882
+ /**
883
+ * The device whose position you want to retreieve.
884
+ */
885
+ DeviceId: Id;
886
+ /**
887
+ * The tracker resource receiving the position update.
888
+ */
889
+ TrackerName: ResourceName;
890
+ }
891
+ export interface GetDevicePositionResponse {
892
+ /**
893
+ * The device whose position you retrieved.
894
+ */
895
+ DeviceId?: Id;
896
+ /**
897
+ * The last known device position.
898
+ */
899
+ Position: Position;
900
+ /**
901
+ * The timestamp for when the tracker resource recieved the position in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.
902
+ */
903
+ ReceivedTime: Timestamp;
904
+ /**
905
+ * The timestamp for when the position was detected and sampled in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.
906
+ */
907
+ SampleTime: Timestamp;
908
+ }
909
+ export interface GetGeofenceRequest {
910
+ /**
911
+ * The geofence collection storing the target geofence.
912
+ */
913
+ CollectionName: ResourceName;
914
+ /**
915
+ * The geofence you're retrieving details for.
916
+ */
917
+ GeofenceId: Id;
918
+ }
919
+ export interface GetGeofenceResponse {
920
+ /**
921
+ * The timestamp for when the geofence collection was created in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ
922
+ */
923
+ CreateTime: Timestamp;
924
+ /**
925
+ * The geofence identifier.
926
+ */
927
+ GeofenceId: Id;
928
+ /**
929
+ * Contains the geofence geometry details describing a polygon.
930
+ */
931
+ Geometry: GeofenceGeometry;
932
+ /**
933
+ * Identifies the state of the geofence. A geofence will hold one of the following states: ACTIVE — The geofence has been indexed by the system. PENDING — The geofence is being processed by the system. FAILED — The geofence failed to be indexed by the system. DELETED — The geofence has been deleted from the system index. DELETING — The geofence is being deleted from the system index.
934
+ */
935
+ Status: String;
936
+ /**
937
+ * The timestamp for when the geofence collection was last updated in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ
938
+ */
939
+ UpdateTime: Timestamp;
940
+ }
941
+ export interface GetMapGlyphsRequest {
942
+ /**
943
+ * A comma-separated list of fonts to load glyphs from in order of preference.. For example, Noto Sans, Arial Unicode.
944
+ */
945
+ FontStack: String;
946
+ /**
947
+ * A Unicode range of characters to download glyphs for. Each response will contain 256 characters. For example, 0-255 includes all characters from range U+0000 to 00FF. Must be aligned to multiples of 256.
948
+ */
949
+ FontUnicodeRange: GetMapGlyphsRequestFontUnicodeRangeString;
950
+ /**
951
+ * The map resource associated with the glyph file.
952
+ */
953
+ MapName: ResourceName;
954
+ }
955
+ export type GetMapGlyphsRequestFontUnicodeRangeString = string;
956
+ export interface GetMapGlyphsResponse {
957
+ /**
958
+ * The blob's content type.
959
+ */
960
+ Blob?: _Blob;
961
+ /**
962
+ * The map glyph content type. For example, application/octet-stream.
963
+ */
964
+ ContentType?: String;
965
+ }
966
+ export interface GetMapSpritesRequest {
967
+ /**
968
+ * The name of the sprite file. Use the following file names for the sprite sheet: sprites.png sprites@2x.png for high pixel density displays For the JSON document contain image offsets. Use the following file names: sprites.json sprites@2x.json for high pixel density displays
969
+ */
970
+ FileName: GetMapSpritesRequestFileNameString;
971
+ /**
972
+ * The map resource associated with the sprite file.
973
+ */
974
+ MapName: ResourceName;
975
+ }
976
+ export type GetMapSpritesRequestFileNameString = string;
977
+ export interface GetMapSpritesResponse {
978
+ /**
979
+ * Contains the body of the sprite sheet or JSON offset file.
980
+ */
981
+ Blob?: _Blob;
982
+ /**
983
+ * The content type of the sprite sheet and offsets. For example, the sprite sheet content type is image/png, and the sprite offset JSON document is application/json.
984
+ */
985
+ ContentType?: String;
986
+ }
987
+ export interface GetMapStyleDescriptorRequest {
988
+ /**
989
+ * The map resource to retrieve the style descriptor from.
990
+ */
991
+ MapName: ResourceName;
992
+ }
993
+ export interface GetMapStyleDescriptorResponse {
994
+ /**
995
+ * Contains the body of the style descriptor.
996
+ */
997
+ Blob?: _Blob;
998
+ /**
999
+ * The style descriptor's content type. For example, application/json.
1000
+ */
1001
+ ContentType?: String;
1002
+ }
1003
+ export interface GetMapTileRequest {
1004
+ /**
1005
+ * The map resource to retrieve the map tiles from.
1006
+ */
1007
+ MapName: ResourceName;
1008
+ /**
1009
+ * The X axis value for the map tile.
1010
+ */
1011
+ X: GetMapTileRequestXString;
1012
+ /**
1013
+ * The Y axis value for the map tile.
1014
+ */
1015
+ Y: GetMapTileRequestYString;
1016
+ /**
1017
+ * The zoom value for the map tile.
1018
+ */
1019
+ Z: GetMapTileRequestZString;
1020
+ }
1021
+ export type GetMapTileRequestXString = string;
1022
+ export type GetMapTileRequestYString = string;
1023
+ export type GetMapTileRequestZString = string;
1024
+ export interface GetMapTileResponse {
1025
+ /**
1026
+ * Contains Mapbox Vector Tile (MVT) data.
1027
+ */
1028
+ Blob?: _Blob;
1029
+ /**
1030
+ * The map tile's content type. For example, application/vnd.mapbox-vector-tile.
1031
+ */
1032
+ ContentType?: String;
1033
+ }
1034
+ export type Id = string;
1035
+ export type IntendedUse = "SingleUse"|"Storage"|string;
1036
+ export type LinearRing = Position[];
1037
+ export type LinearRings = LinearRing[];
1038
+ export interface ListGeofenceCollectionsRequest {
1039
+ /**
1040
+ * An optional limit for the number of resources returned in a single call. Default value: 100
1041
+ */
1042
+ MaxResults?: ListGeofenceCollectionsRequestMaxResultsInteger;
1043
+ /**
1044
+ * The pagination token specifying which page of results to return in the response. If no token is provided, the default page is the first page. Default value: null
1045
+ */
1046
+ NextToken?: Token;
1047
+ }
1048
+ export type ListGeofenceCollectionsRequestMaxResultsInteger = number;
1049
+ export interface ListGeofenceCollectionsResponse {
1050
+ /**
1051
+ * Lists the geofence collections that exist in your AWS account.
1052
+ */
1053
+ Entries: ListGeofenceCollectionsResponseEntryList;
1054
+ /**
1055
+ * A pagination token indicating there are additional pages available. You can use the token in a following request to fetch the next set of results.
1056
+ */
1057
+ NextToken?: Token;
1058
+ }
1059
+ export interface ListGeofenceCollectionsResponseEntry {
1060
+ /**
1061
+ * The name of the geofence collection.
1062
+ */
1063
+ CollectionName: ResourceName;
1064
+ /**
1065
+ * The timestamp for when the geofence collection was created in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ
1066
+ */
1067
+ CreateTime: Timestamp;
1068
+ /**
1069
+ * The description for the geofence collection
1070
+ */
1071
+ Description: ResourceDescription;
1072
+ /**
1073
+ * Specifies a timestamp for when the resource was last updated in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ
1074
+ */
1075
+ UpdateTime: Timestamp;
1076
+ }
1077
+ export type ListGeofenceCollectionsResponseEntryList = ListGeofenceCollectionsResponseEntry[];
1078
+ export interface ListGeofenceResponseEntry {
1079
+ /**
1080
+ * The timestamp for when the geofence was stored in a geofence collection in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ
1081
+ */
1082
+ CreateTime: Timestamp;
1083
+ /**
1084
+ * The geofence identifier.
1085
+ */
1086
+ GeofenceId: Id;
1087
+ /**
1088
+ * Contains the geofence geometry details describing a polygon.
1089
+ */
1090
+ Geometry: GeofenceGeometry;
1091
+ /**
1092
+ * Identifies the state of the geofence. A geofence will hold one of the following states: ACTIVE — The geofence has been indexed by the system. PENDING — The geofence is being processed by the system. FAILED — The geofence failed to be indexed by the system. DELETED — The geofence has been deleted from the system index. DELETING — The geofence is being deleted from the system index.
1093
+ */
1094
+ Status: String;
1095
+ /**
1096
+ * The timestamp for when the geofence was last updated in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ
1097
+ */
1098
+ UpdateTime: Timestamp;
1099
+ }
1100
+ export type ListGeofenceResponseEntryList = ListGeofenceResponseEntry[];
1101
+ export interface ListGeofencesRequest {
1102
+ /**
1103
+ * The name of the geofence collection storing the list of geofences.
1104
+ */
1105
+ CollectionName: ResourceName;
1106
+ /**
1107
+ * The pagination token specifying which page of results to return in the response. If no token is provided, the default page is the first page. Default value: null
1108
+ */
1109
+ NextToken?: Token;
1110
+ }
1111
+ export interface ListGeofencesResponse {
1112
+ /**
1113
+ * Contains a list of geofences stored in the geofence collection.
1114
+ */
1115
+ Entries: ListGeofenceResponseEntryList;
1116
+ /**
1117
+ * A pagination token indicating there are additional pages available. You can use the token in a following request to fetch the next set of results.
1118
+ */
1119
+ NextToken?: Token;
1120
+ }
1121
+ export interface ListMapsRequest {
1122
+ /**
1123
+ * An optional limit for the number of resources returned in a single call. Default value: 100
1124
+ */
1125
+ MaxResults?: ListMapsRequestMaxResultsInteger;
1126
+ /**
1127
+ * The pagination token specifying which page of results to return in the response. If no token is provided, the default page is the first page. Default value: null
1128
+ */
1129
+ NextToken?: Token;
1130
+ }
1131
+ export type ListMapsRequestMaxResultsInteger = number;
1132
+ export interface ListMapsResponse {
1133
+ /**
1134
+ * Contains a list of maps in your AWS account
1135
+ */
1136
+ Entries: ListMapsResponseEntryList;
1137
+ /**
1138
+ * A pagination token indicating there are additional pages available. You can use the token in a following request to fetch the next set of results.
1139
+ */
1140
+ NextToken?: Token;
1141
+ }
1142
+ export interface ListMapsResponseEntry {
1143
+ /**
1144
+ * The timestamp for when the map resource was created in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.
1145
+ */
1146
+ CreateTime: Timestamp;
1147
+ /**
1148
+ * Specifies the data provider for the associated map tiles.
1149
+ */
1150
+ DataSource: String;
1151
+ /**
1152
+ * The description for the map resource.
1153
+ */
1154
+ Description: ResourceDescription;
1155
+ /**
1156
+ * The name of the associated map resource.
1157
+ */
1158
+ MapName: ResourceName;
1159
+ /**
1160
+ * The timestamp for when the map resource was last updated in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.
1161
+ */
1162
+ UpdateTime: Timestamp;
1163
+ }
1164
+ export type ListMapsResponseEntryList = ListMapsResponseEntry[];
1165
+ export interface ListPlaceIndexesRequest {
1166
+ /**
1167
+ * An optional limit for the maximum number of results returned in a single call. Default value: 100
1168
+ */
1169
+ MaxResults?: ListPlaceIndexesRequestMaxResultsInteger;
1170
+ /**
1171
+ * The pagination token specifying which page of results to return in the response. If no token is provided, the default page is the first page. Default value: null
1172
+ */
1173
+ NextToken?: Token;
1174
+ }
1175
+ export type ListPlaceIndexesRequestMaxResultsInteger = number;
1176
+ export interface ListPlaceIndexesResponse {
1177
+ /**
1178
+ * Lists the Place index resources that exist in your AWS account
1179
+ */
1180
+ Entries: ListPlaceIndexesResponseEntryList;
1181
+ /**
1182
+ * A pagination token indicating there are additional pages available. You can use the token in a following request to fetch the next set of results.
1183
+ */
1184
+ NextToken?: Token;
1185
+ }
1186
+ export interface ListPlaceIndexesResponseEntry {
1187
+ /**
1188
+ * The timestamp for when the Place index resource was created in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.
1189
+ */
1190
+ CreateTime: Timestamp;
1191
+ /**
1192
+ * The data provider of geospatial data.
1193
+ */
1194
+ DataSource: String;
1195
+ /**
1196
+ * The optional description for the Place index resource.
1197
+ */
1198
+ Description: ResourceDescription;
1199
+ /**
1200
+ * The name of the Place index resource.
1201
+ */
1202
+ IndexName: ResourceName;
1203
+ /**
1204
+ * The timestamp for when the Place index resource was last updated in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.
1205
+ */
1206
+ UpdateTime: Timestamp;
1207
+ }
1208
+ export type ListPlaceIndexesResponseEntryList = ListPlaceIndexesResponseEntry[];
1209
+ export interface ListTrackerConsumersRequest {
1210
+ /**
1211
+ * An optional limit for the number of resources returned in a single call. Default value: 100
1212
+ */
1213
+ MaxResults?: ListTrackerConsumersRequestMaxResultsInteger;
1214
+ /**
1215
+ * The pagination token specifying which page of results to return in the response. If no token is provided, the default page is the first page. Default value: null
1216
+ */
1217
+ NextToken?: Token;
1218
+ /**
1219
+ * The tracker resource whose associated geofence collections you want to list.
1220
+ */
1221
+ TrackerName: ResourceName;
1222
+ }
1223
+ export type ListTrackerConsumersRequestMaxResultsInteger = number;
1224
+ export interface ListTrackerConsumersResponse {
1225
+ /**
1226
+ * Contains the list of geofence collection ARNs associated to the tracker resource.
1227
+ */
1228
+ ConsumerArns: ArnList;
1229
+ /**
1230
+ * A pagination token indicating there are additional pages available. You can use the token in a following request to fetch the next set of results.
1231
+ */
1232
+ NextToken?: Token;
1233
+ }
1234
+ export interface ListTrackersRequest {
1235
+ /**
1236
+ * An optional limit for the number of resources returned in a single call. Default value: 100
1237
+ */
1238
+ MaxResults?: ListTrackersRequestMaxResultsInteger;
1239
+ /**
1240
+ * The pagination token specifying which page of results to return in the response. If no token is provided, the default page is the first page. Default value: null
1241
+ */
1242
+ NextToken?: Token;
1243
+ }
1244
+ export type ListTrackersRequestMaxResultsInteger = number;
1245
+ export interface ListTrackersResponse {
1246
+ /**
1247
+ * Contains tracker resources in your AWS account. Details include tracker name, description and timestamps for when the tracker was created and last updated.
1248
+ */
1249
+ Entries: ListTrackersResponseEntryList;
1250
+ /**
1251
+ * A pagination token indicating there are additional pages available. You can use the token in a following request to fetch the next set of results.
1252
+ */
1253
+ NextToken?: Token;
1254
+ }
1255
+ export interface ListTrackersResponseEntry {
1256
+ /**
1257
+ * The timestamp for when the tracker resource was created in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.
1258
+ */
1259
+ CreateTime: Timestamp;
1260
+ /**
1261
+ * The description for the tracker resource.
1262
+ */
1263
+ Description: ResourceDescription;
1264
+ /**
1265
+ * The name of the tracker resource.
1266
+ */
1267
+ TrackerName: ResourceName;
1268
+ /**
1269
+ * The timestamp for when the position was detected and sampled in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.
1270
+ */
1271
+ UpdateTime: Timestamp;
1272
+ }
1273
+ export type ListTrackersResponseEntryList = ListTrackersResponseEntry[];
1274
+ export interface MapConfiguration {
1275
+ /**
1276
+ * Specifies the map style selected from an available data provider. Valid styles: VectorEsriLightGrayCanvas, VectorEsriLight, VectorEsriStreets, VectorEsriNavigation, VectorEsriDarkGrayCanvas, VectorEsriLightGrayCanvas, VectorHereBerlin When using HERE as your data provider, and selecting the Style VectorHereBerlin, you may not use HERE Maps for Asset Management. See the AWS Service Terms for Amazon Location Service.
1277
+ */
1278
+ Style: MapStyle;
1279
+ }
1280
+ export type MapStyle = string;
1281
+ export interface Place {
1282
+ /**
1283
+ * The numerical portion of an address, such as a building number.
1284
+ */
1285
+ AddressNumber?: String;
1286
+ /**
1287
+ * A country/region specified using ISO 3166 3-digit country/region code. For example, CAN.
1288
+ */
1289
+ Country?: String;
1290
+ Geometry: PlaceGeometry;
1291
+ /**
1292
+ * The full name and address of the point of interest such as a city, region, or country. For example, 123 Any Street, Any Town, USA.
1293
+ */
1294
+ Label?: String;
1295
+ /**
1296
+ * A name for a local area, such as a city or town name. For example, Toronto.
1297
+ */
1298
+ Municipality?: String;
1299
+ /**
1300
+ * The name of a community district. For example, Downtown.
1301
+ */
1302
+ Neighborhood?: String;
1303
+ /**
1304
+ * A group of numbers and letters in a country-specific format, which accompanies the address for the purpose of identifying a location.
1305
+ */
1306
+ PostalCode?: String;
1307
+ /**
1308
+ * A name for an area or geographical division, such as a province or state name. For example, British Columbia.
1309
+ */
1310
+ Region?: String;
1311
+ /**
1312
+ * The name for a street or a road to identify a location. For example, Main Street.
1313
+ */
1314
+ Street?: String;
1315
+ /**
1316
+ * A country, or an area that's part of a larger region . For example, Metro Vancouver.
1317
+ */
1318
+ SubRegion?: String;
1319
+ }
1320
+ export interface PlaceGeometry {
1321
+ /**
1322
+ * A single point geometry specifies a location for a Place using WGS 84 coordinates: x — Specifies the x coordinate or longitude. y — Specifies the y coordinate or latitude.
1323
+ */
1324
+ Point?: Position;
1325
+ }
1326
+ export type PlaceIndexSearchResultLimit = number;
1327
+ export type Position = Double[];
1328
+ export type PricingPlan = "RequestBasedUsage"|"MobileAssetTracking"|"MobileAssetManagement"|string;
1329
+ export interface PutGeofenceRequest {
1330
+ /**
1331
+ * The geofence collection to store the geofence in.
1332
+ */
1333
+ CollectionName: ResourceName;
1334
+ /**
1335
+ * An identifier for the geofence. For example, ExampleGeofence-1.
1336
+ */
1337
+ GeofenceId: Id;
1338
+ /**
1339
+ * Contains the polygon details to specify the position of the geofence.
1340
+ */
1341
+ Geometry: GeofenceGeometry;
1342
+ }
1343
+ export interface PutGeofenceResponse {
1344
+ /**
1345
+ * The timestamp for when the geofence was created in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ
1346
+ */
1347
+ CreateTime: Timestamp;
1348
+ /**
1349
+ * The geofence identifier entered in the request.
1350
+ */
1351
+ GeofenceId: Id;
1352
+ /**
1353
+ * The timestamp for when the geofence was last updated in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ
1354
+ */
1355
+ UpdateTime: Timestamp;
1356
+ }
1357
+ export type ResourceDescription = string;
1358
+ export type ResourceName = string;
1359
+ export interface SearchForPositionResult {
1360
+ /**
1361
+ * Contains details about the relevant point of interest.
1362
+ */
1363
+ Place: Place;
1364
+ }
1365
+ export type SearchForPositionResultList = SearchForPositionResult[];
1366
+ export interface SearchForTextResult {
1367
+ /**
1368
+ * Contains details about the relevant point of interest.
1369
+ */
1370
+ Place: Place;
1371
+ }
1372
+ export type SearchForTextResultList = SearchForTextResult[];
1373
+ export interface SearchPlaceIndexForPositionRequest {
1374
+ /**
1375
+ * The name of the Place index resource you want to use for the search.
1376
+ */
1377
+ IndexName: ResourceName;
1378
+ /**
1379
+ * An optional paramer. The maximum number of results returned per request. Default value: 50
1380
+ */
1381
+ MaxResults?: PlaceIndexSearchResultLimit;
1382
+ /**
1383
+ * Specifies a coordinate for the query defined by a longitude, and latitude. The first position is the X coordinate, or longitude. The second position is the Y coordinate, or latitude. For example, position=xLongitude&amp;position=yLatitude .
1384
+ */
1385
+ Position: Position;
1386
+ }
1387
+ export interface SearchPlaceIndexForPositionResponse {
1388
+ /**
1389
+ * Returns a list of Places closest to the specified position. Each result contains additional information about the Places returned.
1390
+ */
1391
+ Results: SearchForPositionResultList;
1392
+ /**
1393
+ * Contains a summary of the request.
1394
+ */
1395
+ Summary: SearchPlaceIndexForPositionSummary;
1396
+ }
1397
+ export interface SearchPlaceIndexForPositionSummary {
1398
+ /**
1399
+ * The data provider of geospatial data for the Place index resource.
1400
+ */
1401
+ DataSource: String;
1402
+ /**
1403
+ * An optional parameter. The maximum number of results returned per request. Default value: 50
1404
+ */
1405
+ MaxResults?: PlaceIndexSearchResultLimit;
1406
+ /**
1407
+ * The position given in the reverse geocoding request.
1408
+ */
1409
+ Position: Position;
1410
+ }
1411
+ export interface SearchPlaceIndexForTextRequest {
1412
+ /**
1413
+ * Searches for results closest to the given position. An optional parameter defined by longitude, and latitude. The first bias position is the X coordinate, or longitude. The second bias position is the Y coordinate, or latitude. For example, bias=xLongitude&amp;bias=yLatitude.
1414
+ */
1415
+ BiasPosition?: Position;
1416
+ /**
1417
+ * Filters the results by returning only Places within the provided bounding box. An optional parameter. The first 2 bbox parameters describe the lower southwest corner: The first bbox position is the X coordinate or longitude of the lower southwest corner. The second bbox position is the Y coordinate or latitude of the lower southwest corner. For example, bbox=xLongitudeSW&amp;bbox=yLatitudeSW. The next bbox parameters describe the upper northeast corner: The third bbox position is the X coordinate, or longitude of the upper northeast corner. The fourth bbox position is the Y coordinate, or longitude of the upper northeast corner. For example, bbox=xLongitudeNE&amp;bbox=yLatitudeNE
1418
+ */
1419
+ FilterBBox?: BoundingBox;
1420
+ /**
1421
+ * Limits the search to the given a list of countries/regions. An optional parameter. Use the ISO 3166 3-digit country code. For example, Australia uses three upper-case characters: AUS.
1422
+ */
1423
+ FilterCountries?: CountryCodeList;
1424
+ /**
1425
+ * The name of the Place index resource you want to use for the search.
1426
+ */
1427
+ IndexName: ResourceName;
1428
+ /**
1429
+ * An optional parameter. The maximum number of results returned per request. The default: 50
1430
+ */
1431
+ MaxResults?: PlaceIndexSearchResultLimit;
1432
+ /**
1433
+ * The address, name, city, or region to be used in the search. In free-form text format. For example, 123 Any Street.
1434
+ */
1435
+ Text: SyntheticSearchPlaceIndexForTextRequestString;
1436
+ }
1437
+ export interface SearchPlaceIndexForTextResponse {
1438
+ /**
1439
+ * A list of Places closest to the specified position. Each result contains additional information about the specific point of interest.
1440
+ */
1441
+ Results: SearchForTextResultList;
1442
+ /**
1443
+ * Contains a summary of the request. Contains the BiasPosition, DataSource, FilterBBox, FilterCountries, MaxResults, ResultBBox, and Text.
1444
+ */
1445
+ Summary: SearchPlaceIndexForTextSummary;
1446
+ }
1447
+ export interface SearchPlaceIndexForTextSummary {
1448
+ /**
1449
+ * Contains the coordinates for the bias position entered in the geocoding request.
1450
+ */
1451
+ BiasPosition?: Position;
1452
+ /**
1453
+ * The data provider of geospatial data for the Place index resource.
1454
+ */
1455
+ DataSource: String;
1456
+ /**
1457
+ * Contains the coordinates for the optional bounding box coordinated entered in the geocoding request.
1458
+ */
1459
+ FilterBBox?: BoundingBox;
1460
+ /**
1461
+ * Contains the country filter entered in the geocoding request.
1462
+ */
1463
+ FilterCountries?: CountryCodeList;
1464
+ /**
1465
+ * Contains the maximum number of results indicated for the request.
1466
+ */
1467
+ MaxResults?: PlaceIndexSearchResultLimit;
1468
+ /**
1469
+ * A bounding box that contains the search results within the specified area indicated by FilterBBox. A subset of bounding box specified using FilterBBox.
1470
+ */
1471
+ ResultBBox?: BoundingBox;
1472
+ /**
1473
+ * The address, name, city or region to be used in the geocoding request. In free-form text format. For example, Vancouver.
1474
+ */
1475
+ Text: SyntheticSearchPlaceIndexForTextSummaryString;
1476
+ }
1477
+ export type String = string;
1478
+ export type SyntheticSearchPlaceIndexForTextRequestString = string;
1479
+ export type SyntheticSearchPlaceIndexForTextSummaryString = string;
1480
+ export type Timestamp = Date;
1481
+ export type Token = string;
1482
+ /**
1483
+ * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
1484
+ */
1485
+ export type apiVersion = "2020-11-19"|"latest"|string;
1486
+ export interface ClientApiVersions {
1487
+ /**
1488
+ * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
1489
+ */
1490
+ apiVersion?: apiVersion;
1491
+ }
1492
+ export type ClientConfiguration = ServiceConfigurationOptions & ClientApiVersions;
1493
+ /**
1494
+ * Contains interfaces for use with the Location client.
1495
+ */
1496
+ export import Types = Location;
1497
+ }
1498
+ export = Location;