:doc:`DynamoDB <../../dynamodb>` / Client / update_kinesis_streaming_destination

************************************
update_kinesis_streaming_destination
************************************



.. py:method:: DynamoDB.Client.update_kinesis_streaming_destination(**kwargs)

  

  The command to update the Kinesis stream destination.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/UpdateKinesisStreamingDestination>`_  


  **Request Syntax**
  ::

    response = client.update_kinesis_streaming_destination(
        TableName='string',
        StreamArn='string',
        UpdateKinesisStreamingConfiguration={
            'ApproximateCreationDateTimePrecision': 'MILLISECOND'|'MICROSECOND'
        }
    )
    
  :type TableName: string
  :param TableName: **[REQUIRED]** 

    The table name for the Kinesis streaming destination input. You can also provide the ARN of the table in this parameter.

    

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

    The Amazon Resource Name (ARN) for the Kinesis stream input.

    

  
  :type UpdateKinesisStreamingConfiguration: dict
  :param UpdateKinesisStreamingConfiguration: 

    The command to update the Kinesis stream configuration.

    

  
    - **ApproximateCreationDateTimePrecision** *(string) --* 

      Enables updating the precision of Kinesis data stream timestamp.

      

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

    
    ::

      {
          'TableName': 'string',
          'StreamArn': 'string',
          'DestinationStatus': 'ENABLING'|'ACTIVE'|'DISABLING'|'DISABLED'|'ENABLE_FAILED'|'UPDATING',
          'UpdateKinesisStreamingConfiguration': {
              'ApproximateCreationDateTimePrecision': 'MILLISECOND'|'MICROSECOND'
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **TableName** *(string) --* 

        The table name for the Kinesis streaming destination output.

        
      

      - **StreamArn** *(string) --* 

        The ARN for the Kinesis stream input.

        
      

      - **DestinationStatus** *(string) --* 

        The status of the attempt to update the Kinesis streaming destination output.

        
      

      - **UpdateKinesisStreamingConfiguration** *(dict) --* 

        The command to update the Kinesis streaming destination configuration.

        
        

        - **ApproximateCreationDateTimePrecision** *(string) --* 

          Enables updating the precision of Kinesis data stream timestamp.

          
    
  
  **Exceptions**
  
  *   :py:class:`DynamoDB.Client.exceptions.InternalServerError`

  
  *   :py:class:`DynamoDB.Client.exceptions.LimitExceededException`

  
  *   :py:class:`DynamoDB.Client.exceptions.ResourceInUseException`

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

  