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.ValidationExceptionDataAutomationforBedrock.Client.exceptions.InternalServerExceptionDataAutomationforBedrock.Client.exceptions.ThrottlingExceptionDataAutomationforBedrock.Client.exceptions.AccessDeniedExceptionDataAutomationforBedrock.Client.exceptions.ResourceNotFoundException