DataAutomationforBedrock / Client / copy_blueprint_stage

copy_blueprint_stage

DataAutomationforBedrock.Client.copy_blueprint_stage(**kwargs)

Copies a Blueprint from one stage to another

See also: AWS API Documentation

Request Syntax

response = client.copy_blueprint_stage(
    blueprintArn='string',
    sourceStage='DEVELOPMENT'|'LIVE',
    targetStage='DEVELOPMENT'|'LIVE',
    clientToken='string'
)
Parameters:
  • blueprintArn (string) –

    [REQUIRED]

    Blueprint to be copied

  • sourceStage (string) –

    [REQUIRED]

    Source stage to copy from

  • targetStage (string) –

    [REQUIRED]

    Target stage to copy to

  • clientToken (string) –

    Client token for idempotency

    This field is autopopulated if not provided.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

    CopyBlueprintStage Response

Exceptions

  • DataAutomationforBedrock.Client.exceptions.ValidationException

  • DataAutomationforBedrock.Client.exceptions.InternalServerException

  • DataAutomationforBedrock.Client.exceptions.ThrottlingException

  • DataAutomationforBedrock.Client.exceptions.AccessDeniedException

  • DataAutomationforBedrock.Client.exceptions.ResourceNotFoundException