:doc:`DeviceFarm <../../devicefarm>` / Client / update_vpce_configuration

*************************
update_vpce_configuration
*************************



.. py:method:: DeviceFarm.Client.update_vpce_configuration(**kwargs)

  

  Updates information about an Amazon Virtual Private Cloud (VPC) endpoint configuration.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/UpdateVPCEConfiguration>`_  


  **Request Syntax**
  ::

    response = client.update_vpce_configuration(
        arn='string',
        vpceConfigurationName='string',
        vpceServiceName='string',
        serviceDnsName='string',
        vpceConfigurationDescription='string'
    )
    
  :type arn: string
  :param arn: **[REQUIRED]** 

    The Amazon Resource Name (ARN) of the VPC endpoint configuration you want to update.

    

  
  :type vpceConfigurationName: string
  :param vpceConfigurationName: 

    The friendly name you give to your VPC endpoint configuration to manage your configurations more easily.

    

  
  :type vpceServiceName: string
  :param vpceServiceName: 

    The name of the VPC endpoint service running in your AWS account that you want Device Farm to test.

    

  
  :type serviceDnsName: string
  :param serviceDnsName: 

    The DNS (domain) name used to connect to your private service in your VPC. The DNS name must not already be in use on the internet.

    

  
  :type vpceConfigurationDescription: string
  :param vpceConfigurationDescription: 

    An optional description that provides details about your VPC endpoint configuration.

    

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

    
    ::

      {
          'vpceConfiguration': {
              'arn': 'string',
              'vpceConfigurationName': 'string',
              'vpceServiceName': 'string',
              'serviceDnsName': 'string',
              'vpceConfigurationDescription': 'string'
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **vpceConfiguration** *(dict) --* 

        An object that contains information about your VPC endpoint configuration.

        
        

        - **arn** *(string) --* 

          The Amazon Resource Name (ARN) of the VPC endpoint configuration.

          
        

        - **vpceConfigurationName** *(string) --* 

          The friendly name you give to your VPC endpoint configuration to manage your configurations more easily.

          
        

        - **vpceServiceName** *(string) --* 

          The name of the VPC endpoint service running in your AWS account that you want Device Farm to test.

          
        

        - **serviceDnsName** *(string) --* 

          The DNS name that maps to the private IP address of the service you want to access.

          
        

        - **vpceConfigurationDescription** *(string) --* 

          An optional description that provides details about your VPC endpoint configuration.

          
    
  
  **Exceptions**
  
  *   :py:class:`DeviceFarm.Client.exceptions.ArgumentException`

  
  *   :py:class:`DeviceFarm.Client.exceptions.NotFoundException`

  
  *   :py:class:`DeviceFarm.Client.exceptions.ServiceAccountException`

  
  *   :py:class:`DeviceFarm.Client.exceptions.InvalidOperationException`

  