:doc:`DataAutomationforBedrock <../../bedrock-data-automation>` / Client / copy_blueprint_stage

********************
copy_blueprint_stage
********************



.. py:method:: DataAutomationforBedrock.Client.copy_blueprint_stage(**kwargs)

  

  Copies a Blueprint from one stage to another

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/bedrock-data-automation-2023-07-26/CopyBlueprintStage>`_  


  **Request Syntax**
  ::

    response = client.copy_blueprint_stage(
        blueprintArn='string',
        sourceStage='DEVELOPMENT'|'LIVE',
        targetStage='DEVELOPMENT'|'LIVE',
        clientToken='string'
    )
    
  :type blueprintArn: string
  :param blueprintArn: **[REQUIRED]** 

    Blueprint to be copied

    

  
  :type sourceStage: string
  :param sourceStage: **[REQUIRED]** 

    Source stage to copy from

    

  
  :type targetStage: string
  :param targetStage: **[REQUIRED]** 

    Target stage to copy to

    

  
  :type clientToken: string
  :param clientToken: 

    Client token for idempotency

    This field is autopopulated if not provided.

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 

      CopyBlueprintStage Response

      
  
  **Exceptions**
  
  *   :py:class:`DataAutomationforBedrock.Client.exceptions.ValidationException`

  
  *   :py:class:`DataAutomationforBedrock.Client.exceptions.InternalServerException`

  
  *   :py:class:`DataAutomationforBedrock.Client.exceptions.ThrottlingException`

  
  *   :py:class:`DataAutomationforBedrock.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`DataAutomationforBedrock.Client.exceptions.ResourceNotFoundException`

  