:doc:`EC2 <../../ec2>` / Client / start_vpc_endpoint_service_private_dns_verification

***************************************************
start_vpc_endpoint_service_private_dns_verification
***************************************************



.. py:method:: EC2.Client.start_vpc_endpoint_service_private_dns_verification(**kwargs)

  

  Initiates the verification process to prove that the service provider owns the private DNS name domain for the endpoint service.

   

  The service provider must successfully perform the verification before the consumer can use the name to access the service.

   

  Before the service provider runs this command, they must add a record to the DNS server.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/StartVpcEndpointServicePrivateDnsVerification>`_  


  **Request Syntax**
  ::

    response = client.start_vpc_endpoint_service_private_dns_verification(
        DryRun=True|False,
        ServiceId='string'
    )
    
  :type DryRun: boolean
  :param DryRun: 

    Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is ``DryRunOperation``. Otherwise, it is ``UnauthorizedOperation``.

    

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

    The ID of the endpoint service.

    

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

    
    ::

      {
          'ReturnValue': True|False
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **ReturnValue** *(boolean) --* 

        Returns ``true`` if the request succeeds; otherwise, it returns an error.

        
  