update_blueprint
(**kwargs)¶Updates a registered blueprint.
See also: AWS API Documentation
Request Syntax
response = client.update_blueprint(
Name='string',
Description='string',
BlueprintLocation='string'
)
[REQUIRED]
The name of the blueprint.
[REQUIRED]
Specifies a path in Amazon S3 where the blueprint is published.
dict
Response Syntax
{
'Name': 'string'
}
Response Structure
(dict) --
Name (string) --
Returns the name of the blueprint that was updated.
Exceptions
Glue.Client.exceptions.EntityNotFoundException
Glue.Client.exceptions.ConcurrentModificationException
Glue.Client.exceptions.InvalidInputException
Glue.Client.exceptions.OperationTimeoutException
Glue.Client.exceptions.InternalServiceException
Glue.Client.exceptions.IllegalBlueprintStateException