update_blueprint

Glue.Client.update_blueprint(**kwargs)

Updates a registered blueprint.

See also: AWS API Documentation

Request Syntax

response = client.update_blueprint(
    Name='string',
    Description='string',
    BlueprintLocation='string'
)
Parameters
  • Name (string) --

    [REQUIRED]

    The name of the blueprint.

  • Description (string) -- A description of the blueprint.
  • BlueprintLocation (string) --

    [REQUIRED]

    Specifies a path in Amazon S3 where the blueprint is published.

Return type

dict

Returns

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