update_map
(**kwargs)¶Updates the specified properties of a given map resource.
See also: AWS API Documentation
Request Syntax
response = client.update_map(
Description='string',
MapName='string',
PricingPlan='RequestBasedUsage'|'MobileAssetTracking'|'MobileAssetManagement'
)
[REQUIRED]
The name of the map resource to update.
RequestBasedUsage
.dict
Response Syntax
{
'MapArn': 'string',
'MapName': 'string',
'UpdateTime': datetime(2015, 1, 1)
}
Response Structure
(dict) --
MapArn (string) --
The Amazon Resource Name (ARN) of the updated map resource. Used to specify a resource across AWS.
arn:aws:geo:region:account-id:map/ExampleMap
MapName (string) --
The name of the updated map resource.
UpdateTime (datetime) --
The timestamp for when the map 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