:doc:`ManagedBlockchain <../../managedblockchain>` / Client / update_member

*************
update_member
*************



.. py:method:: ManagedBlockchain.Client.update_member(**kwargs)

  

  Updates a member configuration with new parameters.

   

  Applies only to Hyperledger Fabric.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/managedblockchain-2018-09-24/UpdateMember>`_  


  **Request Syntax**
  ::

    response = client.update_member(
        NetworkId='string',
        MemberId='string',
        LogPublishingConfiguration={
            'Fabric': {
                'CaLogs': {
                    'Cloudwatch': {
                        'Enabled': True|False
                    }
                }
            }
        }
    )
    
  :type NetworkId: string
  :param NetworkId: **[REQUIRED]** 

    The unique identifier of the Managed Blockchain network to which the member belongs.

    

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

    The unique identifier of the member.

    

  
  :type LogPublishingConfiguration: dict
  :param LogPublishingConfiguration: 

    Configuration properties for publishing to Amazon CloudWatch Logs.

    

  
    - **Fabric** *(dict) --* 

      Configuration properties for logging events associated with a member of a Managed Blockchain network using the Hyperledger Fabric framework.

      

    
      - **CaLogs** *(dict) --* 

        Configuration properties for logging events associated with a member's Certificate Authority (CA). CA logs help you determine when a member in your account joins the network, or when new peers register with a member CA.

        

      
        - **Cloudwatch** *(dict) --* 

          Parameters for publishing logs to Amazon CloudWatch Logs.

          

        
          - **Enabled** *(boolean) --* 

            Indicates whether logging is enabled.

            

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`ManagedBlockchain.Client.exceptions.InvalidRequestException`

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

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

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

  
  *   :py:class:`ManagedBlockchain.Client.exceptions.InternalServiceErrorException`

  