:doc:`AppStream <../../appstream>` / Client / start_software_deployment_to_image_builder

******************************************
start_software_deployment_to_image_builder
******************************************



.. py:method:: AppStream.Client.start_software_deployment_to_image_builder(**kwargs)

  

  Initiates license included applications deployment to an image builder instance.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/StartSoftwareDeploymentToImageBuilder>`_  


  **Request Syntax**
  ::

    response = client.start_software_deployment_to_image_builder(
        ImageBuilderName='string',
        RetryFailedDeployments=True|False
    )
    
  :type ImageBuilderName: string
  :param ImageBuilderName: **[REQUIRED]** 

    The name of the target image builder instance.

    

  
  :type RetryFailedDeployments: boolean
  :param RetryFailedDeployments: 

    Whether to retry previously failed license included application deployments.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`AppStream.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`AppStream.Client.exceptions.OperationNotPermittedException`

  
  *   :py:class:`AppStream.Client.exceptions.ConcurrentModificationException`

  