:doc:`Proton <../../proton>` / Client / notify_resource_deployment_status_change

****************************************
notify_resource_deployment_status_change
****************************************



.. py:method:: Proton.Client.notify_resource_deployment_status_change(**kwargs)

  

  Notify Proton of status changes to a provisioned resource when you use self-managed provisioning.

   

  For more information, see `Self-managed provisioning <https://docs.aws.amazon.com/proton/latest/userguide/ag-works-prov-methods.html#ag-works-prov-methods-self>`__ in the *Proton User Guide*.

  

  .. danger::

        This operation is deprecated and may not function as expected. This operation should not be used going forward and is only kept for the purpose of backwards compatiblity.


  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/proton-2020-07-20/NotifyResourceDeploymentStatusChange>`_  


  **Request Syntax**
  ::

    response = client.notify_resource_deployment_status_change(
        deploymentId='string',
        outputs=[
            {
                'key': 'string',
                'valueString': 'string'
            },
        ],
        resourceArn='string',
        status='IN_PROGRESS'|'FAILED'|'SUCCEEDED',
        statusMessage='string'
    )
    
  :type deploymentId: string
  :param deploymentId: 

    The deployment ID for your provisioned resource.

    

  
  :type outputs: list
  :param outputs: 

    The provisioned resource state change detail data that's returned by Proton.

    

  
    - *(dict) --* 

      An infrastructure as code defined resource output.

      

    
      - **key** *(string) --* 

        The output key.

        

      
      - **valueString** *(string) --* 

        The output value.

        

      
    

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

    The provisioned resource Amazon Resource Name (ARN).

    

  
  :type status: string
  :param status: 

    The status of your provisioned resource.

    

  
  :type statusMessage: string
  :param statusMessage: 

    The deployment status message for your provisioned resource.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`Proton.Client.exceptions.ServiceQuotaExceededException`

  
  *   :py:class:`Proton.Client.exceptions.ValidationException`

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

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

  
  *   :py:class:`Proton.Client.exceptions.ConflictException`

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

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

  