cdk-docker-image-deployment 0.0.173 → 0.0.174
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.
- package/.jsii +4 -4
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/@types/aws-lambda/README.md +1 -1
- package/node_modules/@types/aws-lambda/package.json +2 -2
- package/node_modules/@types/aws-lambda/trigger/api-gateway-proxy.d.ts +32 -1
- package/node_modules/aws-sdk/CHANGELOG.md +9 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +3 -0
- package/node_modules/aws-sdk/apis/ecs-2014-11-13.min.json +209 -182
- package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +143 -116
- package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +328 -18
- package/node_modules/aws-sdk/apis/location-2020-11-19.paginators.json +6 -0
- package/node_modules/aws-sdk/clients/appflow.d.ts +4 -0
- package/node_modules/aws-sdk/clients/ecs.d.ts +64 -39
- package/node_modules/aws-sdk/clients/grafana.d.ts +11 -11
- package/node_modules/aws-sdk/clients/guardduty.d.ts +34 -34
- package/node_modules/aws-sdk/clients/iotwireless.d.ts +21 -9
- package/node_modules/aws-sdk/clients/location.d.ts +336 -55
- package/node_modules/aws-sdk/clients/macie2.d.ts +40 -40
- package/node_modules/aws-sdk/clients/wafv2.d.ts +49 -49
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +54 -40
- package/node_modules/aws-sdk/dist/aws-sdk.js +546 -203
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +59 -59
- package/node_modules/aws-sdk/dist/xml2js.js +24 -17
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +5 -5
|
@@ -92,75 +92,91 @@ declare class Location extends Service {
|
|
|
92
92
|
*/
|
|
93
93
|
createGeofenceCollection(callback?: (err: AWSError, data: Location.Types.CreateGeofenceCollectionResponse) => void): Request<Location.Types.CreateGeofenceCollectionResponse, AWSError>;
|
|
94
94
|
/**
|
|
95
|
-
* Creates
|
|
95
|
+
* Creates an API key resource in your Amazon Web Services account, which lets you grant geo:GetMap* actions for Amazon Location Map resources to the API key bearer. The API keys feature is in preview. We may add, change, or remove features before announcing general availability. For more information, see Using API keys.
|
|
96
|
+
*/
|
|
97
|
+
createKey(params: Location.Types.CreateKeyRequest, callback?: (err: AWSError, data: Location.Types.CreateKeyResponse) => void): Request<Location.Types.CreateKeyResponse, AWSError>;
|
|
98
|
+
/**
|
|
99
|
+
* Creates an API key resource in your Amazon Web Services account, which lets you grant geo:GetMap* actions for Amazon Location Map resources to the API key bearer. The API keys feature is in preview. We may add, change, or remove features before announcing general availability. For more information, see Using API keys.
|
|
100
|
+
*/
|
|
101
|
+
createKey(callback?: (err: AWSError, data: Location.Types.CreateKeyResponse) => void): Request<Location.Types.CreateKeyResponse, AWSError>;
|
|
102
|
+
/**
|
|
103
|
+
* Creates a map resource in your Amazon Web Services account, which provides map tiles of different styles sourced from global location data providers. If your application is tracking or routing assets you use in your business, such as delivery vehicles or employees, you must not use Esri as your geolocation provider. See section 82 of the Amazon Web Services service terms for more details.
|
|
96
104
|
*/
|
|
97
105
|
createMap(params: Location.Types.CreateMapRequest, callback?: (err: AWSError, data: Location.Types.CreateMapResponse) => void): Request<Location.Types.CreateMapResponse, AWSError>;
|
|
98
106
|
/**
|
|
99
|
-
* Creates a map resource in your
|
|
107
|
+
* Creates a map resource in your Amazon Web Services account, which provides map tiles of different styles sourced from global location data providers. If your application is tracking or routing assets you use in your business, such as delivery vehicles or employees, you must not use Esri as your geolocation provider. See section 82 of the Amazon Web Services service terms for more details.
|
|
100
108
|
*/
|
|
101
109
|
createMap(callback?: (err: AWSError, data: Location.Types.CreateMapResponse) => void): Request<Location.Types.CreateMapResponse, AWSError>;
|
|
102
110
|
/**
|
|
103
|
-
* Creates a place index resource in your
|
|
111
|
+
* Creates a place index resource in your Amazon Web Services account. Use a place index resource to geocode addresses and other text queries by using the SearchPlaceIndexForText operation, and reverse geocode coordinates by using the SearchPlaceIndexForPosition operation, and enable autosuggestions by using the SearchPlaceIndexForSuggestions operation. If your application is tracking or routing assets you use in your business, such as delivery vehicles or employees, you must not use Esri as your geolocation provider. See section 82 of the Amazon Web Services service terms for more details.
|
|
104
112
|
*/
|
|
105
113
|
createPlaceIndex(params: Location.Types.CreatePlaceIndexRequest, callback?: (err: AWSError, data: Location.Types.CreatePlaceIndexResponse) => void): Request<Location.Types.CreatePlaceIndexResponse, AWSError>;
|
|
106
114
|
/**
|
|
107
|
-
* Creates a place index resource in your
|
|
115
|
+
* Creates a place index resource in your Amazon Web Services account. Use a place index resource to geocode addresses and other text queries by using the SearchPlaceIndexForText operation, and reverse geocode coordinates by using the SearchPlaceIndexForPosition operation, and enable autosuggestions by using the SearchPlaceIndexForSuggestions operation. If your application is tracking or routing assets you use in your business, such as delivery vehicles or employees, you must not use Esri as your geolocation provider. See section 82 of the Amazon Web Services service terms for more details.
|
|
108
116
|
*/
|
|
109
117
|
createPlaceIndex(callback?: (err: AWSError, data: Location.Types.CreatePlaceIndexResponse) => void): Request<Location.Types.CreatePlaceIndexResponse, AWSError>;
|
|
110
118
|
/**
|
|
111
|
-
* Creates a route calculator resource in your
|
|
119
|
+
* Creates a route calculator resource in your Amazon Web Services account. You can send requests to a route calculator resource to estimate travel time, distance, and get directions. A route calculator sources traffic and road network data from your chosen data provider. If your application is tracking or routing assets you use in your business, such as delivery vehicles or employees, you must not use Esri as your geolocation provider. See section 82 of the Amazon Web Services service terms for more details.
|
|
112
120
|
*/
|
|
113
121
|
createRouteCalculator(params: Location.Types.CreateRouteCalculatorRequest, callback?: (err: AWSError, data: Location.Types.CreateRouteCalculatorResponse) => void): Request<Location.Types.CreateRouteCalculatorResponse, AWSError>;
|
|
114
122
|
/**
|
|
115
|
-
* Creates a route calculator resource in your
|
|
123
|
+
* Creates a route calculator resource in your Amazon Web Services account. You can send requests to a route calculator resource to estimate travel time, distance, and get directions. A route calculator sources traffic and road network data from your chosen data provider. If your application is tracking or routing assets you use in your business, such as delivery vehicles or employees, you must not use Esri as your geolocation provider. See section 82 of the Amazon Web Services service terms for more details.
|
|
116
124
|
*/
|
|
117
125
|
createRouteCalculator(callback?: (err: AWSError, data: Location.Types.CreateRouteCalculatorResponse) => void): Request<Location.Types.CreateRouteCalculatorResponse, AWSError>;
|
|
118
126
|
/**
|
|
119
|
-
* Creates a tracker resource in your
|
|
127
|
+
* Creates a tracker resource in your Amazon Web Services account, which lets you retrieve current and historical location of devices.
|
|
120
128
|
*/
|
|
121
129
|
createTracker(params: Location.Types.CreateTrackerRequest, callback?: (err: AWSError, data: Location.Types.CreateTrackerResponse) => void): Request<Location.Types.CreateTrackerResponse, AWSError>;
|
|
122
130
|
/**
|
|
123
|
-
* Creates a tracker resource in your
|
|
131
|
+
* Creates a tracker resource in your Amazon Web Services account, which lets you retrieve current and historical location of devices.
|
|
124
132
|
*/
|
|
125
133
|
createTracker(callback?: (err: AWSError, data: Location.Types.CreateTrackerResponse) => void): Request<Location.Types.CreateTrackerResponse, AWSError>;
|
|
126
134
|
/**
|
|
127
|
-
* Deletes a geofence collection from your
|
|
135
|
+
* Deletes a geofence collection from your Amazon Web Services account. This operation deletes the resource permanently. If the geofence collection is the target of a tracker resource, the devices will no longer be monitored.
|
|
128
136
|
*/
|
|
129
137
|
deleteGeofenceCollection(params: Location.Types.DeleteGeofenceCollectionRequest, callback?: (err: AWSError, data: Location.Types.DeleteGeofenceCollectionResponse) => void): Request<Location.Types.DeleteGeofenceCollectionResponse, AWSError>;
|
|
130
138
|
/**
|
|
131
|
-
* Deletes a geofence collection from your
|
|
139
|
+
* Deletes a geofence collection from your Amazon Web Services account. This operation deletes the resource permanently. If the geofence collection is the target of a tracker resource, the devices will no longer be monitored.
|
|
132
140
|
*/
|
|
133
141
|
deleteGeofenceCollection(callback?: (err: AWSError, data: Location.Types.DeleteGeofenceCollectionResponse) => void): Request<Location.Types.DeleteGeofenceCollectionResponse, AWSError>;
|
|
134
142
|
/**
|
|
135
|
-
* Deletes
|
|
143
|
+
* Deletes the specified API key. The API key must have been deactivated more than 90 days previously.
|
|
144
|
+
*/
|
|
145
|
+
deleteKey(params: Location.Types.DeleteKeyRequest, callback?: (err: AWSError, data: Location.Types.DeleteKeyResponse) => void): Request<Location.Types.DeleteKeyResponse, AWSError>;
|
|
146
|
+
/**
|
|
147
|
+
* Deletes the specified API key. The API key must have been deactivated more than 90 days previously.
|
|
148
|
+
*/
|
|
149
|
+
deleteKey(callback?: (err: AWSError, data: Location.Types.DeleteKeyResponse) => void): Request<Location.Types.DeleteKeyResponse, AWSError>;
|
|
150
|
+
/**
|
|
151
|
+
* Deletes a map resource from your Amazon Web Services account. This operation deletes the resource permanently. If the map is being used in an application, the map may not render.
|
|
136
152
|
*/
|
|
137
153
|
deleteMap(params: Location.Types.DeleteMapRequest, callback?: (err: AWSError, data: Location.Types.DeleteMapResponse) => void): Request<Location.Types.DeleteMapResponse, AWSError>;
|
|
138
154
|
/**
|
|
139
|
-
* Deletes a map resource from your
|
|
155
|
+
* Deletes a map resource from your Amazon Web Services account. This operation deletes the resource permanently. If the map is being used in an application, the map may not render.
|
|
140
156
|
*/
|
|
141
157
|
deleteMap(callback?: (err: AWSError, data: Location.Types.DeleteMapResponse) => void): Request<Location.Types.DeleteMapResponse, AWSError>;
|
|
142
158
|
/**
|
|
143
|
-
* Deletes a place index resource from your
|
|
159
|
+
* Deletes a place index resource from your Amazon Web Services account. This operation deletes the resource permanently.
|
|
144
160
|
*/
|
|
145
161
|
deletePlaceIndex(params: Location.Types.DeletePlaceIndexRequest, callback?: (err: AWSError, data: Location.Types.DeletePlaceIndexResponse) => void): Request<Location.Types.DeletePlaceIndexResponse, AWSError>;
|
|
146
162
|
/**
|
|
147
|
-
* Deletes a place index resource from your
|
|
163
|
+
* Deletes a place index resource from your Amazon Web Services account. This operation deletes the resource permanently.
|
|
148
164
|
*/
|
|
149
165
|
deletePlaceIndex(callback?: (err: AWSError, data: Location.Types.DeletePlaceIndexResponse) => void): Request<Location.Types.DeletePlaceIndexResponse, AWSError>;
|
|
150
166
|
/**
|
|
151
|
-
* Deletes a route calculator resource from your
|
|
167
|
+
* Deletes a route calculator resource from your Amazon Web Services account. This operation deletes the resource permanently.
|
|
152
168
|
*/
|
|
153
169
|
deleteRouteCalculator(params: Location.Types.DeleteRouteCalculatorRequest, callback?: (err: AWSError, data: Location.Types.DeleteRouteCalculatorResponse) => void): Request<Location.Types.DeleteRouteCalculatorResponse, AWSError>;
|
|
154
170
|
/**
|
|
155
|
-
* Deletes a route calculator resource from your
|
|
171
|
+
* Deletes a route calculator resource from your Amazon Web Services account. This operation deletes the resource permanently.
|
|
156
172
|
*/
|
|
157
173
|
deleteRouteCalculator(callback?: (err: AWSError, data: Location.Types.DeleteRouteCalculatorResponse) => void): Request<Location.Types.DeleteRouteCalculatorResponse, AWSError>;
|
|
158
174
|
/**
|
|
159
|
-
* Deletes a tracker resource from your
|
|
175
|
+
* Deletes a tracker resource from your Amazon Web Services account. This operation deletes the resource permanently. If the tracker resource is in use, you may encounter an error. Make sure that the target resource isn't a dependency for your applications.
|
|
160
176
|
*/
|
|
161
177
|
deleteTracker(params: Location.Types.DeleteTrackerRequest, callback?: (err: AWSError, data: Location.Types.DeleteTrackerResponse) => void): Request<Location.Types.DeleteTrackerResponse, AWSError>;
|
|
162
178
|
/**
|
|
163
|
-
* Deletes a tracker resource from your
|
|
179
|
+
* Deletes a tracker resource from your Amazon Web Services account. This operation deletes the resource permanently. If the tracker resource is in use, you may encounter an error. Make sure that the target resource isn't a dependency for your applications.
|
|
164
180
|
*/
|
|
165
181
|
deleteTracker(callback?: (err: AWSError, data: Location.Types.DeleteTrackerResponse) => void): Request<Location.Types.DeleteTrackerResponse, AWSError>;
|
|
166
182
|
/**
|
|
@@ -171,6 +187,14 @@ declare class Location extends Service {
|
|
|
171
187
|
* Retrieves the geofence collection details.
|
|
172
188
|
*/
|
|
173
189
|
describeGeofenceCollection(callback?: (err: AWSError, data: Location.Types.DescribeGeofenceCollectionResponse) => void): Request<Location.Types.DescribeGeofenceCollectionResponse, AWSError>;
|
|
190
|
+
/**
|
|
191
|
+
* Retrieves the API key resource details. The API keys feature is in preview. We may add, change, or remove features before announcing general availability. For more information, see Using API keys.
|
|
192
|
+
*/
|
|
193
|
+
describeKey(params: Location.Types.DescribeKeyRequest, callback?: (err: AWSError, data: Location.Types.DescribeKeyResponse) => void): Request<Location.Types.DescribeKeyResponse, AWSError>;
|
|
194
|
+
/**
|
|
195
|
+
* Retrieves the API key resource details. The API keys feature is in preview. We may add, change, or remove features before announcing general availability. For more information, see Using API keys.
|
|
196
|
+
*/
|
|
197
|
+
describeKey(callback?: (err: AWSError, data: Location.Types.DescribeKeyResponse) => void): Request<Location.Types.DescribeKeyResponse, AWSError>;
|
|
174
198
|
/**
|
|
175
199
|
* Retrieves the map resource details.
|
|
176
200
|
*/
|
|
@@ -268,11 +292,11 @@ declare class Location extends Service {
|
|
|
268
292
|
*/
|
|
269
293
|
getMapTile(callback?: (err: AWSError, data: Location.Types.GetMapTileResponse) => void): Request<Location.Types.GetMapTileResponse, AWSError>;
|
|
270
294
|
/**
|
|
271
|
-
* Finds a place by its unique ID. A PlaceId is returned by other search operations. A PlaceId is valid only if all of the following are the same in the original search request and the call to GetPlace. Customer
|
|
295
|
+
* Finds a place by its unique ID. A PlaceId is returned by other search operations. A PlaceId is valid only if all of the following are the same in the original search request and the call to GetPlace. Customer Amazon Web Services account Amazon Web Services Region Data provider specified in the place index resource
|
|
272
296
|
*/
|
|
273
297
|
getPlace(params: Location.Types.GetPlaceRequest, callback?: (err: AWSError, data: Location.Types.GetPlaceResponse) => void): Request<Location.Types.GetPlaceResponse, AWSError>;
|
|
274
298
|
/**
|
|
275
|
-
* Finds a place by its unique ID. A PlaceId is returned by other search operations. A PlaceId is valid only if all of the following are the same in the original search request and the call to GetPlace. Customer
|
|
299
|
+
* Finds a place by its unique ID. A PlaceId is returned by other search operations. A PlaceId is valid only if all of the following are the same in the original search request and the call to GetPlace. Customer Amazon Web Services account Amazon Web Services Region Data provider specified in the place index resource
|
|
276
300
|
*/
|
|
277
301
|
getPlace(callback?: (err: AWSError, data: Location.Types.GetPlaceResponse) => void): Request<Location.Types.GetPlaceResponse, AWSError>;
|
|
278
302
|
/**
|
|
@@ -284,11 +308,11 @@ declare class Location extends Service {
|
|
|
284
308
|
*/
|
|
285
309
|
listDevicePositions(callback?: (err: AWSError, data: Location.Types.ListDevicePositionsResponse) => void): Request<Location.Types.ListDevicePositionsResponse, AWSError>;
|
|
286
310
|
/**
|
|
287
|
-
* Lists geofence collections in your
|
|
311
|
+
* Lists geofence collections in your Amazon Web Services account.
|
|
288
312
|
*/
|
|
289
313
|
listGeofenceCollections(params: Location.Types.ListGeofenceCollectionsRequest, callback?: (err: AWSError, data: Location.Types.ListGeofenceCollectionsResponse) => void): Request<Location.Types.ListGeofenceCollectionsResponse, AWSError>;
|
|
290
314
|
/**
|
|
291
|
-
* Lists geofence collections in your
|
|
315
|
+
* Lists geofence collections in your Amazon Web Services account.
|
|
292
316
|
*/
|
|
293
317
|
listGeofenceCollections(callback?: (err: AWSError, data: Location.Types.ListGeofenceCollectionsResponse) => void): Request<Location.Types.ListGeofenceCollectionsResponse, AWSError>;
|
|
294
318
|
/**
|
|
@@ -300,27 +324,35 @@ declare class Location extends Service {
|
|
|
300
324
|
*/
|
|
301
325
|
listGeofences(callback?: (err: AWSError, data: Location.Types.ListGeofencesResponse) => void): Request<Location.Types.ListGeofencesResponse, AWSError>;
|
|
302
326
|
/**
|
|
303
|
-
* Lists
|
|
327
|
+
* Lists API key resources in your Amazon Web Services account. The API keys feature is in preview. We may add, change, or remove features before announcing general availability. For more information, see Using API keys.
|
|
328
|
+
*/
|
|
329
|
+
listKeys(params: Location.Types.ListKeysRequest, callback?: (err: AWSError, data: Location.Types.ListKeysResponse) => void): Request<Location.Types.ListKeysResponse, AWSError>;
|
|
330
|
+
/**
|
|
331
|
+
* Lists API key resources in your Amazon Web Services account. The API keys feature is in preview. We may add, change, or remove features before announcing general availability. For more information, see Using API keys.
|
|
332
|
+
*/
|
|
333
|
+
listKeys(callback?: (err: AWSError, data: Location.Types.ListKeysResponse) => void): Request<Location.Types.ListKeysResponse, AWSError>;
|
|
334
|
+
/**
|
|
335
|
+
* Lists map resources in your Amazon Web Services account.
|
|
304
336
|
*/
|
|
305
337
|
listMaps(params: Location.Types.ListMapsRequest, callback?: (err: AWSError, data: Location.Types.ListMapsResponse) => void): Request<Location.Types.ListMapsResponse, AWSError>;
|
|
306
338
|
/**
|
|
307
|
-
* Lists map resources in your
|
|
339
|
+
* Lists map resources in your Amazon Web Services account.
|
|
308
340
|
*/
|
|
309
341
|
listMaps(callback?: (err: AWSError, data: Location.Types.ListMapsResponse) => void): Request<Location.Types.ListMapsResponse, AWSError>;
|
|
310
342
|
/**
|
|
311
|
-
* Lists place index resources in your
|
|
343
|
+
* Lists place index resources in your Amazon Web Services account.
|
|
312
344
|
*/
|
|
313
345
|
listPlaceIndexes(params: Location.Types.ListPlaceIndexesRequest, callback?: (err: AWSError, data: Location.Types.ListPlaceIndexesResponse) => void): Request<Location.Types.ListPlaceIndexesResponse, AWSError>;
|
|
314
346
|
/**
|
|
315
|
-
* Lists place index resources in your
|
|
347
|
+
* Lists place index resources in your Amazon Web Services account.
|
|
316
348
|
*/
|
|
317
349
|
listPlaceIndexes(callback?: (err: AWSError, data: Location.Types.ListPlaceIndexesResponse) => void): Request<Location.Types.ListPlaceIndexesResponse, AWSError>;
|
|
318
350
|
/**
|
|
319
|
-
* Lists route calculator resources in your
|
|
351
|
+
* Lists route calculator resources in your Amazon Web Services account.
|
|
320
352
|
*/
|
|
321
353
|
listRouteCalculators(params: Location.Types.ListRouteCalculatorsRequest, callback?: (err: AWSError, data: Location.Types.ListRouteCalculatorsResponse) => void): Request<Location.Types.ListRouteCalculatorsResponse, AWSError>;
|
|
322
354
|
/**
|
|
323
|
-
* Lists route calculator resources in your
|
|
355
|
+
* Lists route calculator resources in your Amazon Web Services account.
|
|
324
356
|
*/
|
|
325
357
|
listRouteCalculators(callback?: (err: AWSError, data: Location.Types.ListRouteCalculatorsResponse) => void): Request<Location.Types.ListRouteCalculatorsResponse, AWSError>;
|
|
326
358
|
/**
|
|
@@ -340,11 +372,11 @@ declare class Location extends Service {
|
|
|
340
372
|
*/
|
|
341
373
|
listTrackerConsumers(callback?: (err: AWSError, data: Location.Types.ListTrackerConsumersResponse) => void): Request<Location.Types.ListTrackerConsumersResponse, AWSError>;
|
|
342
374
|
/**
|
|
343
|
-
* Lists tracker resources in your
|
|
375
|
+
* Lists tracker resources in your Amazon Web Services account.
|
|
344
376
|
*/
|
|
345
377
|
listTrackers(params: Location.Types.ListTrackersRequest, callback?: (err: AWSError, data: Location.Types.ListTrackersResponse) => void): Request<Location.Types.ListTrackersResponse, AWSError>;
|
|
346
378
|
/**
|
|
347
|
-
* Lists tracker resources in your
|
|
379
|
+
* Lists tracker resources in your Amazon Web Services account.
|
|
348
380
|
*/
|
|
349
381
|
listTrackers(callback?: (err: AWSError, data: Location.Types.ListTrackersResponse) => void): Request<Location.Types.ListTrackersResponse, AWSError>;
|
|
350
382
|
/**
|
|
@@ -403,6 +435,14 @@ declare class Location extends Service {
|
|
|
403
435
|
* Updates the specified properties of a given geofence collection.
|
|
404
436
|
*/
|
|
405
437
|
updateGeofenceCollection(callback?: (err: AWSError, data: Location.Types.UpdateGeofenceCollectionResponse) => void): Request<Location.Types.UpdateGeofenceCollectionResponse, AWSError>;
|
|
438
|
+
/**
|
|
439
|
+
* Updates the specified properties of a given API key resource. The API keys feature is in preview. We may add, change, or remove features before announcing general availability. For more information, see Using API keys.
|
|
440
|
+
*/
|
|
441
|
+
updateKey(params: Location.Types.UpdateKeyRequest, callback?: (err: AWSError, data: Location.Types.UpdateKeyResponse) => void): Request<Location.Types.UpdateKeyResponse, AWSError>;
|
|
442
|
+
/**
|
|
443
|
+
* Updates the specified properties of a given API key resource. The API keys feature is in preview. We may add, change, or remove features before announcing general availability. For more information, see Using API keys.
|
|
444
|
+
*/
|
|
445
|
+
updateKey(callback?: (err: AWSError, data: Location.Types.UpdateKeyResponse) => void): Request<Location.Types.UpdateKeyResponse, AWSError>;
|
|
406
446
|
/**
|
|
407
447
|
* Updates the specified properties of a given map resource.
|
|
408
448
|
*/
|
|
@@ -437,11 +477,36 @@ declare class Location extends Service {
|
|
|
437
477
|
updateTracker(callback?: (err: AWSError, data: Location.Types.UpdateTrackerResponse) => void): Request<Location.Types.UpdateTrackerResponse, AWSError>;
|
|
438
478
|
}
|
|
439
479
|
declare namespace Location {
|
|
480
|
+
export type ApiKey = string;
|
|
481
|
+
export type ApiKeyAction = string;
|
|
482
|
+
export interface ApiKeyFilter {
|
|
483
|
+
/**
|
|
484
|
+
* Filter on Active or Expired API keys.
|
|
485
|
+
*/
|
|
486
|
+
KeyStatus?: Status;
|
|
487
|
+
}
|
|
488
|
+
export interface ApiKeyRestrictions {
|
|
489
|
+
/**
|
|
490
|
+
* A list of allowed actions that an API key resource grants permissions to perform Currently, the only valid action is geo:GetMap* as an input to the list. For example, ["geo:GetMap*"] is valid but ["geo:GetMapTile"] is not.
|
|
491
|
+
*/
|
|
492
|
+
AllowActions: ApiKeyRestrictionsAllowActionsList;
|
|
493
|
+
/**
|
|
494
|
+
* An optional list of allowed HTTP referers for which requests must originate from. Requests using this API key from other domains will not be allowed. Requirements: Contain only alphanumeric characters (A–Z, a–z, 0–9) or any symbols in this list $\-._+!*`(),;/?:@=& May contain a percent (%) if followed by 2 hexadecimal digits (A-F, a-f, 0-9); this is used for URL encoding purposes. May contain wildcard characters question mark (?) and asterisk (*). Question mark (?) will replace any single character (including hexadecimal digits). Asterisk (*) will replace any multiple characters (including multiple hexadecimal digits). No spaces allowed. For example, https://example.com.
|
|
495
|
+
*/
|
|
496
|
+
AllowReferers?: ApiKeyRestrictionsAllowReferersList;
|
|
497
|
+
/**
|
|
498
|
+
* A list of allowed resource ARNs that a API key bearer can perform actions on For more information about ARN format, see Amazon Resource Names (ARNs). In this preview, you can allow only map resources. Requirements: Must be prefixed with arn. partition and service must not be empty and should begin with only alphanumeric characters (A–Z, a–z, 0–9) and contain only alphanumeric numbers, hyphens (-) and periods (.). region and account-id can be empty or should begin with only alphanumeric characters (A–Z, a–z, 0–9) and contain only alphanumeric numbers, hyphens (-) and periods (.). resource-id can begin with any character except for forward slash (/) and contain any characters after, including forward slashes to form a path. resource-id can also include wildcard characters, denoted by an asterisk (*). arn, partition, service, region, account-id and resource-id must be delimited by a colon (:). No spaces allowed. For example, arn:aws:geo:region:account-id:map/ExampleMap*.
|
|
499
|
+
*/
|
|
500
|
+
AllowResources: ApiKeyRestrictionsAllowResourcesList;
|
|
501
|
+
}
|
|
502
|
+
export type ApiKeyRestrictionsAllowActionsList = ApiKeyAction[];
|
|
503
|
+
export type ApiKeyRestrictionsAllowReferersList = RefererPattern[];
|
|
504
|
+
export type ApiKeyRestrictionsAllowResourcesList = GeoArn[];
|
|
440
505
|
export type Arn = string;
|
|
441
506
|
export type ArnList = Arn[];
|
|
442
507
|
export interface AssociateTrackerConsumerRequest {
|
|
443
508
|
/**
|
|
444
|
-
* 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
|
|
509
|
+
* 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 Amazon Web Services. Format example: arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollectionConsumer
|
|
445
510
|
*/
|
|
446
511
|
ConsumerArn: Arn;
|
|
447
512
|
/**
|
|
@@ -883,7 +948,7 @@ declare namespace Location {
|
|
|
883
948
|
*/
|
|
884
949
|
Description?: ResourceDescription;
|
|
885
950
|
/**
|
|
886
|
-
* A key identifier for an
|
|
951
|
+
* A key identifier for an Amazon Web Services KMS customer managed key. Enter a key ID, key ARN, alias name, or alias ARN.
|
|
887
952
|
*/
|
|
888
953
|
KmsKeyId?: KmsKeyId;
|
|
889
954
|
/**
|
|
@@ -901,7 +966,7 @@ declare namespace Location {
|
|
|
901
966
|
}
|
|
902
967
|
export interface CreateGeofenceCollectionResponse {
|
|
903
968
|
/**
|
|
904
|
-
* The Amazon Resource Name (ARN) for the geofence collection resource. Used when you need to specify a resource across all
|
|
969
|
+
* The Amazon Resource Name (ARN) for the geofence collection resource. Used when you need to specify a resource across all Amazon Web Services. Format example: arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollection
|
|
905
970
|
*/
|
|
906
971
|
CollectionArn: Arn;
|
|
907
972
|
/**
|
|
@@ -913,6 +978,50 @@ declare namespace Location {
|
|
|
913
978
|
*/
|
|
914
979
|
CreateTime: Timestamp;
|
|
915
980
|
}
|
|
981
|
+
export interface CreateKeyRequest {
|
|
982
|
+
/**
|
|
983
|
+
* An optional description for the API key resource.
|
|
984
|
+
*/
|
|
985
|
+
Description?: ResourceDescription;
|
|
986
|
+
/**
|
|
987
|
+
* The optional timestamp for when the API key resource will expire in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ. One of NoExpiry or ExpireTime must be set.
|
|
988
|
+
*/
|
|
989
|
+
ExpireTime?: Timestamp;
|
|
990
|
+
/**
|
|
991
|
+
* A custom name for the API key resource. Requirements: Contain only alphanumeric characters (A–Z, a–z, 0–9), hyphens (-), periods (.), and underscores (_). Must be a unique API key name. No spaces allowed. For example, ExampleAPIKey.
|
|
992
|
+
*/
|
|
993
|
+
KeyName: ResourceName;
|
|
994
|
+
/**
|
|
995
|
+
* Optionally set to true to set no expiration time for the API key. One of NoExpiry or ExpireTime must be set.
|
|
996
|
+
*/
|
|
997
|
+
NoExpiry?: Boolean;
|
|
998
|
+
/**
|
|
999
|
+
* The API key restrictions for the API key resource.
|
|
1000
|
+
*/
|
|
1001
|
+
Restrictions: ApiKeyRestrictions;
|
|
1002
|
+
/**
|
|
1003
|
+
* Applies one or more tags to the map resource. A tag is a key-value pair that helps manage, identify, search, and filter your resources by labelling them. Format: "key" : "value" Restrictions: Maximum 50 tags per resource Each resource tag must be unique with a maximum of one value. Maximum key length: 128 Unicode characters in UTF-8 Maximum value length: 256 Unicode characters in UTF-8 Can use alphanumeric characters (A–Z, a–z, 0–9), and the following characters: + - = . _ : / @. Cannot use "aws:" as a prefix for a key.
|
|
1004
|
+
*/
|
|
1005
|
+
Tags?: TagMap;
|
|
1006
|
+
}
|
|
1007
|
+
export interface CreateKeyResponse {
|
|
1008
|
+
/**
|
|
1009
|
+
* The timestamp for when the API key resource was created in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.
|
|
1010
|
+
*/
|
|
1011
|
+
CreateTime: Timestamp;
|
|
1012
|
+
/**
|
|
1013
|
+
* The key value/string of an API key. This value is used when making API calls to authorize the call. For example, see GetMapGlyphs.
|
|
1014
|
+
*/
|
|
1015
|
+
Key: ApiKey;
|
|
1016
|
+
/**
|
|
1017
|
+
* The Amazon Resource Name (ARN) for the API key resource. Used when you need to specify a resource across all Amazon Web Services. Format example: arn:aws:geo:region:account-id:key/ExampleKey
|
|
1018
|
+
*/
|
|
1019
|
+
KeyArn: Arn;
|
|
1020
|
+
/**
|
|
1021
|
+
* The name of the API key resource.
|
|
1022
|
+
*/
|
|
1023
|
+
KeyName: ResourceName;
|
|
1024
|
+
}
|
|
916
1025
|
export interface CreateMapRequest {
|
|
917
1026
|
/**
|
|
918
1027
|
* Specifies the MapConfiguration, including the map style, for the map resource that you create. The map style defines the look of maps and the data provider for your map resource.
|
|
@@ -941,7 +1050,7 @@ declare namespace Location {
|
|
|
941
1050
|
*/
|
|
942
1051
|
CreateTime: Timestamp;
|
|
943
1052
|
/**
|
|
944
|
-
* The Amazon Resource Name (ARN) for the map resource. Used to specify a resource across all
|
|
1053
|
+
* The Amazon Resource Name (ARN) for the map resource. Used to specify a resource across all Amazon Web Services. Format example: arn:aws:geo:region:account-id:map/ExampleMap
|
|
945
1054
|
*/
|
|
946
1055
|
MapArn: GeoArn;
|
|
947
1056
|
/**
|
|
@@ -951,7 +1060,7 @@ declare namespace Location {
|
|
|
951
1060
|
}
|
|
952
1061
|
export interface CreatePlaceIndexRequest {
|
|
953
1062
|
/**
|
|
954
|
-
* Specifies the geospatial data provider for the new place index. This field is case-sensitive. Enter the valid values as shown. For example, entering HERE returns an error. Valid values include: Esri – For additional information about Esri's coverage in your region of interest, see Esri details on geocoding coverage. Grab – Grab provides place index functionality for Southeast Asia. For additional information about GrabMaps' coverage, see GrabMaps countries and areas covered. Here – For additional information about HERE Technologies' coverage in your region of interest, see HERE details on goecoding coverage. If you specify HERE Technologies (Here) as the data provider, you may not store results for locations in Japan. For more information, see the
|
|
1063
|
+
* Specifies the geospatial data provider for the new place index. This field is case-sensitive. Enter the valid values as shown. For example, entering HERE returns an error. Valid values include: Esri – For additional information about Esri's coverage in your region of interest, see Esri details on geocoding coverage. Grab – Grab provides place index functionality for Southeast Asia. For additional information about GrabMaps' coverage, see GrabMaps countries and areas covered. Here – For additional information about HERE Technologies' coverage in your region of interest, see HERE details on goecoding coverage. If you specify HERE Technologies (Here) as the data provider, you may not store results for locations in Japan. For more information, see the Amazon Web Services Service Terms for Amazon Location Service. For additional information , see Data providers on the Amazon Location Service Developer Guide.
|
|
955
1064
|
*/
|
|
956
1065
|
DataSource: String;
|
|
957
1066
|
/**
|
|
@@ -981,7 +1090,7 @@ declare namespace Location {
|
|
|
981
1090
|
*/
|
|
982
1091
|
CreateTime: Timestamp;
|
|
983
1092
|
/**
|
|
984
|
-
* The Amazon Resource Name (ARN) for the place index resource. Used to specify a resource across
|
|
1093
|
+
* The Amazon Resource Name (ARN) for the place index resource. Used to specify a resource across Amazon Web Services. Format example: arn:aws:geo:region:account-id:place-index/ExamplePlaceIndex
|
|
985
1094
|
*/
|
|
986
1095
|
IndexArn: Arn;
|
|
987
1096
|
/**
|
|
@@ -1013,7 +1122,7 @@ declare namespace Location {
|
|
|
1013
1122
|
}
|
|
1014
1123
|
export interface CreateRouteCalculatorResponse {
|
|
1015
1124
|
/**
|
|
1016
|
-
* The Amazon Resource Name (ARN) for the route calculator resource. Use the ARN when you specify a resource across all
|
|
1125
|
+
* The Amazon Resource Name (ARN) for the route calculator resource. Use the ARN when you specify a resource across all Amazon Web Services. Format example: arn:aws:geo:region:account-id:route-calculator/ExampleCalculator
|
|
1017
1126
|
*/
|
|
1018
1127
|
CalculatorArn: Arn;
|
|
1019
1128
|
/**
|
|
@@ -1031,7 +1140,7 @@ declare namespace Location {
|
|
|
1031
1140
|
*/
|
|
1032
1141
|
Description?: ResourceDescription;
|
|
1033
1142
|
/**
|
|
1034
|
-
* A key identifier for an
|
|
1143
|
+
* A key identifier for an Amazon Web Services KMS customer managed key. Enter a key ID, key ARN, alias name, or alias ARN.
|
|
1035
1144
|
*/
|
|
1036
1145
|
KmsKeyId?: KmsKeyId;
|
|
1037
1146
|
/**
|
|
@@ -1061,7 +1170,7 @@ declare namespace Location {
|
|
|
1061
1170
|
*/
|
|
1062
1171
|
CreateTime: Timestamp;
|
|
1063
1172
|
/**
|
|
1064
|
-
* The Amazon Resource Name (ARN) for the tracker resource. Used when you need to specify a resource across all
|
|
1173
|
+
* The Amazon Resource Name (ARN) for the tracker resource. Used when you need to specify a resource across all Amazon Web Services. Format example: arn:aws:geo:region:account-id:tracker/ExampleTracker
|
|
1065
1174
|
*/
|
|
1066
1175
|
TrackerArn: Arn;
|
|
1067
1176
|
/**
|
|
@@ -1083,6 +1192,14 @@ declare namespace Location {
|
|
|
1083
1192
|
}
|
|
1084
1193
|
export interface DeleteGeofenceCollectionResponse {
|
|
1085
1194
|
}
|
|
1195
|
+
export interface DeleteKeyRequest {
|
|
1196
|
+
/**
|
|
1197
|
+
* The name of the API key to delete.
|
|
1198
|
+
*/
|
|
1199
|
+
KeyName: ResourceName;
|
|
1200
|
+
}
|
|
1201
|
+
export interface DeleteKeyResponse {
|
|
1202
|
+
}
|
|
1086
1203
|
export interface DeleteMapRequest {
|
|
1087
1204
|
/**
|
|
1088
1205
|
* The name of the map resource to be deleted.
|
|
@@ -1123,7 +1240,7 @@ declare namespace Location {
|
|
|
1123
1240
|
}
|
|
1124
1241
|
export interface DescribeGeofenceCollectionResponse {
|
|
1125
1242
|
/**
|
|
1126
|
-
* The Amazon Resource Name (ARN) for the geofence collection resource. Used when you need to specify a resource across all
|
|
1243
|
+
* The Amazon Resource Name (ARN) for the geofence collection resource. Used when you need to specify a resource across all Amazon Web Services. Format example: arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollection
|
|
1127
1244
|
*/
|
|
1128
1245
|
CollectionArn: Arn;
|
|
1129
1246
|
/**
|
|
@@ -1139,7 +1256,7 @@ declare namespace Location {
|
|
|
1139
1256
|
*/
|
|
1140
1257
|
Description: ResourceDescription;
|
|
1141
1258
|
/**
|
|
1142
|
-
* A key identifier for an
|
|
1259
|
+
* A key identifier for an Amazon Web Services KMS customer managed key assigned to the Amazon Location resource
|
|
1143
1260
|
*/
|
|
1144
1261
|
KmsKeyId?: KmsKeyId;
|
|
1145
1262
|
/**
|
|
@@ -1159,6 +1276,47 @@ declare namespace Location {
|
|
|
1159
1276
|
*/
|
|
1160
1277
|
UpdateTime: Timestamp;
|
|
1161
1278
|
}
|
|
1279
|
+
export interface DescribeKeyRequest {
|
|
1280
|
+
/**
|
|
1281
|
+
* The name of the API key resource.
|
|
1282
|
+
*/
|
|
1283
|
+
KeyName: ResourceName;
|
|
1284
|
+
}
|
|
1285
|
+
export interface DescribeKeyResponse {
|
|
1286
|
+
/**
|
|
1287
|
+
* The timestamp for when the API key resource was created in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.
|
|
1288
|
+
*/
|
|
1289
|
+
CreateTime: Timestamp;
|
|
1290
|
+
/**
|
|
1291
|
+
* The optional description for the API key resource.
|
|
1292
|
+
*/
|
|
1293
|
+
Description?: ResourceDescription;
|
|
1294
|
+
/**
|
|
1295
|
+
* The timestamp for when the API key resource will expire in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.
|
|
1296
|
+
*/
|
|
1297
|
+
ExpireTime: Timestamp;
|
|
1298
|
+
/**
|
|
1299
|
+
* The key value/string of an API key.
|
|
1300
|
+
*/
|
|
1301
|
+
Key: ApiKey;
|
|
1302
|
+
/**
|
|
1303
|
+
* The Amazon Resource Name (ARN) for the API key resource. Used when you need to specify a resource across all Amazon Web Services. Format example: arn:aws:geo:region:account-id:key/ExampleKey
|
|
1304
|
+
*/
|
|
1305
|
+
KeyArn: Arn;
|
|
1306
|
+
/**
|
|
1307
|
+
* The name of the API key resource.
|
|
1308
|
+
*/
|
|
1309
|
+
KeyName: ResourceName;
|
|
1310
|
+
Restrictions: ApiKeyRestrictions;
|
|
1311
|
+
/**
|
|
1312
|
+
* Tags associated with the API key resource.
|
|
1313
|
+
*/
|
|
1314
|
+
Tags?: TagMap;
|
|
1315
|
+
/**
|
|
1316
|
+
* The timestamp for when the API key resource was last updated in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.
|
|
1317
|
+
*/
|
|
1318
|
+
UpdateTime: Timestamp;
|
|
1319
|
+
}
|
|
1162
1320
|
export interface DescribeMapRequest {
|
|
1163
1321
|
/**
|
|
1164
1322
|
* The name of the map resource.
|
|
@@ -1183,7 +1341,7 @@ declare namespace Location {
|
|
|
1183
1341
|
*/
|
|
1184
1342
|
Description: ResourceDescription;
|
|
1185
1343
|
/**
|
|
1186
|
-
* The Amazon Resource Name (ARN) for the map resource. Used to specify a resource across all
|
|
1344
|
+
* The Amazon Resource Name (ARN) for the map resource. Used to specify a resource across all Amazon Web Services. Format example: arn:aws:geo:region:account-id:map/ExampleMap
|
|
1187
1345
|
*/
|
|
1188
1346
|
MapArn: GeoArn;
|
|
1189
1347
|
/**
|
|
@@ -1227,7 +1385,7 @@ declare namespace Location {
|
|
|
1227
1385
|
*/
|
|
1228
1386
|
Description: ResourceDescription;
|
|
1229
1387
|
/**
|
|
1230
|
-
* The Amazon Resource Name (ARN) for the place index resource. Used to specify a resource across
|
|
1388
|
+
* The Amazon Resource Name (ARN) for the place index resource. Used to specify a resource across Amazon Web Services. Format example: arn:aws:geo:region:account-id:place-index/ExamplePlaceIndex
|
|
1231
1389
|
*/
|
|
1232
1390
|
IndexArn: Arn;
|
|
1233
1391
|
/**
|
|
@@ -1255,7 +1413,7 @@ declare namespace Location {
|
|
|
1255
1413
|
}
|
|
1256
1414
|
export interface DescribeRouteCalculatorResponse {
|
|
1257
1415
|
/**
|
|
1258
|
-
* The Amazon Resource Name (ARN) for the Route calculator resource. Use the ARN when you specify a resource across
|
|
1416
|
+
* The Amazon Resource Name (ARN) for the Route calculator resource. Use the ARN when you specify a resource across Amazon Web Services. Format example: arn:aws:geo:region:account-id:route-calculator/ExampleCalculator
|
|
1259
1417
|
*/
|
|
1260
1418
|
CalculatorArn: Arn;
|
|
1261
1419
|
/**
|
|
@@ -1303,7 +1461,7 @@ declare namespace Location {
|
|
|
1303
1461
|
*/
|
|
1304
1462
|
Description: ResourceDescription;
|
|
1305
1463
|
/**
|
|
1306
|
-
* A key identifier for an
|
|
1464
|
+
* A key identifier for an Amazon Web Services KMS customer managed key assigned to the Amazon Location resource.
|
|
1307
1465
|
*/
|
|
1308
1466
|
KmsKeyId?: KmsKeyId;
|
|
1309
1467
|
/**
|
|
@@ -1323,7 +1481,7 @@ declare namespace Location {
|
|
|
1323
1481
|
*/
|
|
1324
1482
|
Tags?: TagMap;
|
|
1325
1483
|
/**
|
|
1326
|
-
* The Amazon Resource Name (ARN) for the tracker resource. Used when you need to specify a resource across all
|
|
1484
|
+
* The Amazon Resource Name (ARN) for the tracker resource. Used when you need to specify a resource across all Amazon Web Services. Format example: arn:aws:geo:region:account-id:tracker/ExampleTracker
|
|
1327
1485
|
*/
|
|
1328
1486
|
TrackerArn: Arn;
|
|
1329
1487
|
/**
|
|
@@ -1387,7 +1545,7 @@ declare namespace Location {
|
|
|
1387
1545
|
export type DimensionUnit = "Meters"|"Feet"|string;
|
|
1388
1546
|
export interface DisassociateTrackerConsumerRequest {
|
|
1389
1547
|
/**
|
|
1390
|
-
* 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
|
|
1548
|
+
* 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 Amazon Web Services. Format example: arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollectionConsumer
|
|
1391
1549
|
*/
|
|
1392
1550
|
ConsumerArn: Arn;
|
|
1393
1551
|
/**
|
|
@@ -1524,6 +1682,10 @@ declare namespace Location {
|
|
|
1524
1682
|
* 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.
|
|
1525
1683
|
*/
|
|
1526
1684
|
FontUnicodeRange: GetMapGlyphsRequestFontUnicodeRangeString;
|
|
1685
|
+
/**
|
|
1686
|
+
* The optional API key to authorize the request.
|
|
1687
|
+
*/
|
|
1688
|
+
Key?: ApiKey;
|
|
1527
1689
|
/**
|
|
1528
1690
|
* The map resource associated with the glyph file.
|
|
1529
1691
|
*/
|
|
@@ -1532,9 +1694,13 @@ declare namespace Location {
|
|
|
1532
1694
|
export type GetMapGlyphsRequestFontUnicodeRangeString = string;
|
|
1533
1695
|
export interface GetMapGlyphsResponse {
|
|
1534
1696
|
/**
|
|
1535
|
-
* The
|
|
1697
|
+
* The glyph, as binary blob.
|
|
1536
1698
|
*/
|
|
1537
1699
|
Blob?: _Blob;
|
|
1700
|
+
/**
|
|
1701
|
+
* The HTTP Cache-Control directive for the value.
|
|
1702
|
+
*/
|
|
1703
|
+
CacheControl?: String;
|
|
1538
1704
|
/**
|
|
1539
1705
|
* The map glyph content type. For example, application/octet-stream.
|
|
1540
1706
|
*/
|
|
@@ -1545,6 +1711,10 @@ declare namespace Location {
|
|
|
1545
1711
|
* 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 containing image offsets. Use the following file names: sprites.json sprites@2x.json for high pixel density displays
|
|
1546
1712
|
*/
|
|
1547
1713
|
FileName: GetMapSpritesRequestFileNameString;
|
|
1714
|
+
/**
|
|
1715
|
+
* The optional API key to authorize the request.
|
|
1716
|
+
*/
|
|
1717
|
+
Key?: ApiKey;
|
|
1548
1718
|
/**
|
|
1549
1719
|
* The map resource associated with the sprite file.
|
|
1550
1720
|
*/
|
|
@@ -1556,12 +1726,20 @@ declare namespace Location {
|
|
|
1556
1726
|
* Contains the body of the sprite sheet or JSON offset file.
|
|
1557
1727
|
*/
|
|
1558
1728
|
Blob?: _Blob;
|
|
1729
|
+
/**
|
|
1730
|
+
* The HTTP Cache-Control directive for the value.
|
|
1731
|
+
*/
|
|
1732
|
+
CacheControl?: String;
|
|
1559
1733
|
/**
|
|
1560
1734
|
* 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.
|
|
1561
1735
|
*/
|
|
1562
1736
|
ContentType?: String;
|
|
1563
1737
|
}
|
|
1564
1738
|
export interface GetMapStyleDescriptorRequest {
|
|
1739
|
+
/**
|
|
1740
|
+
* The optional API key to authorize the request.
|
|
1741
|
+
*/
|
|
1742
|
+
Key?: ApiKey;
|
|
1565
1743
|
/**
|
|
1566
1744
|
* The map resource to retrieve the style descriptor from.
|
|
1567
1745
|
*/
|
|
@@ -1572,12 +1750,20 @@ declare namespace Location {
|
|
|
1572
1750
|
* Contains the body of the style descriptor.
|
|
1573
1751
|
*/
|
|
1574
1752
|
Blob?: _Blob;
|
|
1753
|
+
/**
|
|
1754
|
+
* The HTTP Cache-Control directive for the value.
|
|
1755
|
+
*/
|
|
1756
|
+
CacheControl?: String;
|
|
1575
1757
|
/**
|
|
1576
1758
|
* The style descriptor's content type. For example, application/json.
|
|
1577
1759
|
*/
|
|
1578
1760
|
ContentType?: String;
|
|
1579
1761
|
}
|
|
1580
1762
|
export interface GetMapTileRequest {
|
|
1763
|
+
/**
|
|
1764
|
+
* The optional API key to authorize the request.
|
|
1765
|
+
*/
|
|
1766
|
+
Key?: ApiKey;
|
|
1581
1767
|
/**
|
|
1582
1768
|
* The map resource to retrieve the map tiles from.
|
|
1583
1769
|
*/
|
|
@@ -1603,6 +1789,10 @@ declare namespace Location {
|
|
|
1603
1789
|
* Contains Mapbox Vector Tile (MVT) data.
|
|
1604
1790
|
*/
|
|
1605
1791
|
Blob?: _Blob;
|
|
1792
|
+
/**
|
|
1793
|
+
* The HTTP Cache-Control directive for the value.
|
|
1794
|
+
*/
|
|
1795
|
+
CacheControl?: String;
|
|
1606
1796
|
/**
|
|
1607
1797
|
* The map tile's content type. For example, application/vnd.mapbox-vector-tile.
|
|
1608
1798
|
*/
|
|
@@ -1732,7 +1922,7 @@ declare namespace Location {
|
|
|
1732
1922
|
export type ListGeofenceCollectionsRequestMaxResultsInteger = number;
|
|
1733
1923
|
export interface ListGeofenceCollectionsResponse {
|
|
1734
1924
|
/**
|
|
1735
|
-
* Lists the geofence collections that exist in your
|
|
1925
|
+
* Lists the geofence collections that exist in your Amazon Web Services account.
|
|
1736
1926
|
*/
|
|
1737
1927
|
Entries: ListGeofenceCollectionsResponseEntryList;
|
|
1738
1928
|
/**
|
|
@@ -1815,6 +2005,55 @@ declare namespace Location {
|
|
|
1815
2005
|
*/
|
|
1816
2006
|
NextToken?: Token;
|
|
1817
2007
|
}
|
|
2008
|
+
export interface ListKeysRequest {
|
|
2009
|
+
/**
|
|
2010
|
+
* Optionally filter the list to only Active or Expired API keys.
|
|
2011
|
+
*/
|
|
2012
|
+
Filter?: ApiKeyFilter;
|
|
2013
|
+
/**
|
|
2014
|
+
* An optional limit for the number of resources returned in a single call. Default value: 100
|
|
2015
|
+
*/
|
|
2016
|
+
MaxResults?: ListKeysRequestMaxResultsInteger;
|
|
2017
|
+
/**
|
|
2018
|
+
* 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
|
|
2019
|
+
*/
|
|
2020
|
+
NextToken?: Token;
|
|
2021
|
+
}
|
|
2022
|
+
export type ListKeysRequestMaxResultsInteger = number;
|
|
2023
|
+
export interface ListKeysResponse {
|
|
2024
|
+
/**
|
|
2025
|
+
* Contains API key resources in your Amazon Web Services account. Details include API key name, allowed referers and timestamp for when the API key will expire.
|
|
2026
|
+
*/
|
|
2027
|
+
Entries: ListKeysResponseEntryList;
|
|
2028
|
+
/**
|
|
2029
|
+
* 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.
|
|
2030
|
+
*/
|
|
2031
|
+
NextToken?: Token;
|
|
2032
|
+
}
|
|
2033
|
+
export interface ListKeysResponseEntry {
|
|
2034
|
+
/**
|
|
2035
|
+
* The timestamp of when the API key was created, in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.
|
|
2036
|
+
*/
|
|
2037
|
+
CreateTime: Timestamp;
|
|
2038
|
+
/**
|
|
2039
|
+
* The optional description for the API key resource.
|
|
2040
|
+
*/
|
|
2041
|
+
Description?: ResourceDescription;
|
|
2042
|
+
/**
|
|
2043
|
+
* The timestamp for when the API key resource will expire, in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.
|
|
2044
|
+
*/
|
|
2045
|
+
ExpireTime: Timestamp;
|
|
2046
|
+
/**
|
|
2047
|
+
* The name of the API key resource.
|
|
2048
|
+
*/
|
|
2049
|
+
KeyName: ResourceName;
|
|
2050
|
+
Restrictions: ApiKeyRestrictions;
|
|
2051
|
+
/**
|
|
2052
|
+
* The timestamp of when the API key was last updated, in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.
|
|
2053
|
+
*/
|
|
2054
|
+
UpdateTime: Timestamp;
|
|
2055
|
+
}
|
|
2056
|
+
export type ListKeysResponseEntryList = ListKeysResponseEntry[];
|
|
1818
2057
|
export interface ListMapsRequest {
|
|
1819
2058
|
/**
|
|
1820
2059
|
* An optional limit for the number of resources returned in a single call. Default value: 100
|
|
@@ -1828,7 +2067,7 @@ declare namespace Location {
|
|
|
1828
2067
|
export type ListMapsRequestMaxResultsInteger = number;
|
|
1829
2068
|
export interface ListMapsResponse {
|
|
1830
2069
|
/**
|
|
1831
|
-
* Contains a list of maps in your
|
|
2070
|
+
* Contains a list of maps in your Amazon Web Services account
|
|
1832
2071
|
*/
|
|
1833
2072
|
Entries: ListMapsResponseEntryList;
|
|
1834
2073
|
/**
|
|
@@ -1876,7 +2115,7 @@ declare namespace Location {
|
|
|
1876
2115
|
export type ListPlaceIndexesRequestMaxResultsInteger = number;
|
|
1877
2116
|
export interface ListPlaceIndexesResponse {
|
|
1878
2117
|
/**
|
|
1879
|
-
* Lists the place index resources that exist in your
|
|
2118
|
+
* Lists the place index resources that exist in your Amazon Web Services account
|
|
1880
2119
|
*/
|
|
1881
2120
|
Entries: ListPlaceIndexesResponseEntryList;
|
|
1882
2121
|
/**
|
|
@@ -1924,7 +2163,7 @@ declare namespace Location {
|
|
|
1924
2163
|
export type ListRouteCalculatorsRequestMaxResultsInteger = number;
|
|
1925
2164
|
export interface ListRouteCalculatorsResponse {
|
|
1926
2165
|
/**
|
|
1927
|
-
* Lists the route calculator resources that exist in your
|
|
2166
|
+
* Lists the route calculator resources that exist in your Amazon Web Services account
|
|
1928
2167
|
*/
|
|
1929
2168
|
Entries: ListRouteCalculatorsResponseEntryList;
|
|
1930
2169
|
/**
|
|
@@ -2009,7 +2248,7 @@ declare namespace Location {
|
|
|
2009
2248
|
export type ListTrackersRequestMaxResultsInteger = number;
|
|
2010
2249
|
export interface ListTrackersResponse {
|
|
2011
2250
|
/**
|
|
2012
|
-
* Contains tracker resources in your
|
|
2251
|
+
* Contains tracker resources in your Amazon Web Services account. Details include tracker name, description and timestamps for when the tracker was created and last updated.
|
|
2013
2252
|
*/
|
|
2014
2253
|
Entries: ListTrackersResponseEntryList;
|
|
2015
2254
|
/**
|
|
@@ -2155,6 +2394,7 @@ declare namespace Location {
|
|
|
2155
2394
|
*/
|
|
2156
2395
|
UpdateTime: Timestamp;
|
|
2157
2396
|
}
|
|
2397
|
+
export type RefererPattern = string;
|
|
2158
2398
|
export type ResourceDescription = string;
|
|
2159
2399
|
export type ResourceName = string;
|
|
2160
2400
|
export type RouteMatrix = RouteMatrixRow[];
|
|
@@ -2428,6 +2668,7 @@ declare namespace Location {
|
|
|
2428
2668
|
Text: SensitiveString;
|
|
2429
2669
|
}
|
|
2430
2670
|
export type SensitiveString = string;
|
|
2671
|
+
export type Status = "Active"|"Expired"|string;
|
|
2431
2672
|
export interface Step {
|
|
2432
2673
|
/**
|
|
2433
2674
|
* The travel distance between the step's StartPosition and EndPosition.
|
|
@@ -2548,7 +2789,7 @@ declare namespace Location {
|
|
|
2548
2789
|
}
|
|
2549
2790
|
export interface UpdateGeofenceCollectionResponse {
|
|
2550
2791
|
/**
|
|
2551
|
-
* The Amazon Resource Name (ARN) of the updated geofence collection. Used to specify a resource across
|
|
2792
|
+
* The Amazon Resource Name (ARN) of the updated geofence collection. Used to specify a resource across Amazon Web Services. Format example: arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollection
|
|
2552
2793
|
*/
|
|
2553
2794
|
CollectionArn: Arn;
|
|
2554
2795
|
/**
|
|
@@ -2560,6 +2801,46 @@ declare namespace Location {
|
|
|
2560
2801
|
*/
|
|
2561
2802
|
UpdateTime: Timestamp;
|
|
2562
2803
|
}
|
|
2804
|
+
export interface UpdateKeyRequest {
|
|
2805
|
+
/**
|
|
2806
|
+
* Updates the description for the API key resource.
|
|
2807
|
+
*/
|
|
2808
|
+
Description?: ResourceDescription;
|
|
2809
|
+
/**
|
|
2810
|
+
* Updates the timestamp for when the API key resource will expire in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.
|
|
2811
|
+
*/
|
|
2812
|
+
ExpireTime?: Timestamp;
|
|
2813
|
+
/**
|
|
2814
|
+
* The boolean flag to be included for updating ExpireTime or Restrictions details. Must be set to true to update an API key resource that has been used in the past 7 days. False if force update is not preferred Default value: False
|
|
2815
|
+
*/
|
|
2816
|
+
ForceUpdate?: Boolean;
|
|
2817
|
+
/**
|
|
2818
|
+
* The name of the API key resource to update.
|
|
2819
|
+
*/
|
|
2820
|
+
KeyName: ResourceName;
|
|
2821
|
+
/**
|
|
2822
|
+
* Whether the API key should expire. Set to true to set the API key to have no expiration time.
|
|
2823
|
+
*/
|
|
2824
|
+
NoExpiry?: Boolean;
|
|
2825
|
+
/**
|
|
2826
|
+
* Updates the API key restrictions for the API key resource.
|
|
2827
|
+
*/
|
|
2828
|
+
Restrictions?: ApiKeyRestrictions;
|
|
2829
|
+
}
|
|
2830
|
+
export interface UpdateKeyResponse {
|
|
2831
|
+
/**
|
|
2832
|
+
* The Amazon Resource Name (ARN) for the API key resource. Used when you need to specify a resource across all Amazon Web Services. Format example: arn:aws:geo:region:account-id:key/ExampleKey
|
|
2833
|
+
*/
|
|
2834
|
+
KeyArn: Arn;
|
|
2835
|
+
/**
|
|
2836
|
+
* The name of the API key resource.
|
|
2837
|
+
*/
|
|
2838
|
+
KeyName: ResourceName;
|
|
2839
|
+
/**
|
|
2840
|
+
* The timestamp for when the API key resource was last updated in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.
|
|
2841
|
+
*/
|
|
2842
|
+
UpdateTime: Timestamp;
|
|
2843
|
+
}
|
|
2563
2844
|
export interface UpdateMapRequest {
|
|
2564
2845
|
/**
|
|
2565
2846
|
* Updates the description for the map resource.
|
|
@@ -2608,7 +2889,7 @@ declare namespace Location {
|
|
|
2608
2889
|
}
|
|
2609
2890
|
export interface UpdatePlaceIndexResponse {
|
|
2610
2891
|
/**
|
|
2611
|
-
* The Amazon Resource Name (ARN) of the upated place index resource. Used to specify a resource across
|
|
2892
|
+
* The Amazon Resource Name (ARN) of the upated place index resource. Used to specify a resource across Amazon Web Services. Format example: arn:aws:geo:region:account-id:place- index/ExamplePlaceIndex
|
|
2612
2893
|
*/
|
|
2613
2894
|
IndexArn: Arn;
|
|
2614
2895
|
/**
|