:doc:`NetworkManager <../../networkmanager>` / Client / execute_core_network_change_set

*******************************
execute_core_network_change_set
*******************************



.. py:method:: NetworkManager.Client.execute_core_network_change_set(**kwargs)

  

  Executes a change set on your core network. Deploys changes globally based on the policy submitted..

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/ExecuteCoreNetworkChangeSet>`_  


  **Request Syntax**
  ::

    response = client.execute_core_network_change_set(
        CoreNetworkId='string',
        PolicyVersionId=123
    )
    
  :type CoreNetworkId: string
  :param CoreNetworkId: **[REQUIRED]** 

    The ID of a core network.

    

  
  :type PolicyVersionId: integer
  :param PolicyVersionId: **[REQUIRED]** 

    The ID of the policy version.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`NetworkManager.Client.exceptions.ValidationException`

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

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

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

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

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

  