:doc:`ConnectCampaignServiceV2 <../../connectcampaignsv2>` / Client / update_campaign_name

********************
update_campaign_name
********************



.. py:method:: ConnectCampaignServiceV2.Client.update_campaign_name(**kwargs)

  

  Updates the name of a campaign. This API is idempotent.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/connectcampaignsv2-2024-04-23/UpdateCampaignName>`_  


  **Request Syntax**
  ::

    response = client.update_campaign_name(
        id='string',
        name='string'
    )
    
  :type id: string
  :param id: **[REQUIRED]** 

    Identifier representing a Campaign

    

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

    The name of an Amazon Connect Campaign name.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`ConnectCampaignServiceV2.Client.exceptions.InternalServerException`

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

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

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

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

  