update_place_index
(**kwargs)¶Updates the specified properties of a given place index resource.
See also: AWS API Documentation
Request Syntax
response = client.update_place_index(
DataSourceConfiguration={
'IntendedUse': 'SingleUse'|'Storage'
},
Description='string',
IndexName='string',
PricingPlan='RequestBasedUsage'|'MobileAssetTracking'|'MobileAssetManagement'
)
Updates the data storage option for the place index resource.
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
[REQUIRED]
The name of the place index resource to update.
RequestBasedUsage
.dict
Response Syntax
{
'IndexArn': 'string',
'IndexName': 'string',
'UpdateTime': datetime(2015, 1, 1)
}
Response Structure
(dict) --
IndexArn (string) --
The Amazon Resource Name (ARN) of the upated place index resource. Used to specify a resource across Amazon Web Services.
arn:aws:geo:region:account-id:place- index/ExamplePlaceIndex
IndexName (string) --
The name of the updated place index resource.
UpdateTime (datetime) --
The timestamp for when the place index resource was last updated in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ
.
Exceptions
LocationService.Client.exceptions.InternalServerException
LocationService.Client.exceptions.ResourceNotFoundException
LocationService.Client.exceptions.AccessDeniedException
LocationService.Client.exceptions.ValidationException
LocationService.Client.exceptions.ThrottlingException