:doc:`SystemsManagerQuickSetup <../../ssm-quicksetup>` / Client / update_configuration_manager

****************************
update_configuration_manager
****************************



.. py:method:: SystemsManagerQuickSetup.Client.update_configuration_manager(**kwargs)

  

  Updates a Quick Setup configuration manager.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/ssm-quicksetup-2018-05-10/UpdateConfigurationManager>`_  


  **Request Syntax**
  ::

    response = client.update_configuration_manager(
        Description='string',
        ManagerArn='string',
        Name='string'
    )
    
  :type Description: string
  :param Description: 

    A description of the configuration manager.

    

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

    The ARN of the configuration manager.

    

  
  :type Name: string
  :param Name: 

    A name for the configuration manager.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`SystemsManagerQuickSetup.Client.exceptions.ValidationException`

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

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

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

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

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

  