:doc:`Lambda <../../lambda>` / Client / send_durable_execution_callback_success

***************************************
send_durable_execution_callback_success
***************************************



.. py:method:: Lambda.Client.send_durable_execution_callback_success(**kwargs)

  

  Sends a successful completion response for a callback operation in a durable execution. Use this API when an external system has successfully completed a callback operation.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/SendDurableExecutionCallbackSuccess>`_  


  **Request Syntax**
  ::

    response = client.send_durable_execution_callback_success(
        CallbackId='string',
        Result=b'bytes'|file
    )
    
  :type CallbackId: string
  :param CallbackId: **[REQUIRED]** 

    The unique identifier for the callback operation.

    

  
  :type Result: bytes or seekable file-like object
  :param Result: 

    The result data from the successful callback operation. Maximum size is 256 KB.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`Lambda.Client.exceptions.InvalidParameterValueException`

  
  *   :py:class:`Lambda.Client.exceptions.TooManyRequestsException`

  
  *   :py:class:`Lambda.Client.exceptions.ServiceException`

  
  *   :py:class:`Lambda.Client.exceptions.CallbackTimeoutException`

  