Amazon.PowerShell.Cmdlets.EC2.RemoveEC2IpamPoolAllocationCmdlet.CallAWSServiceOperation C# (CSharp) Method

CallAWSServiceOperation() private method

private CallAWSServiceOperation ( IAmazonEC2 client, Amazon.EC2.Model.ReleaseIpamPoolAllocationRequest request ) : Amazon.EC2.Model.ReleaseIpamPoolAllocationResponse
client IAmazonEC2
request Amazon.EC2.Model.ReleaseIpamPoolAllocationRequest
return Amazon.EC2.Model.ReleaseIpamPoolAllocationResponse
        private Amazon.EC2.Model.ReleaseIpamPoolAllocationResponse CallAWSServiceOperation(IAmazonEC2 client, Amazon.EC2.Model.ReleaseIpamPoolAllocationRequest request)
        {
            Utils.Common.WriteVerboseEndpointMessage(this, client.Config, "Amazon Elastic Compute Cloud (EC2)", "ReleaseIpamPoolAllocation");
            try
            {
                #if DESKTOP
                return client.ReleaseIpamPoolAllocation(request);
                #elif CORECLR
                return client.ReleaseIpamPoolAllocationAsync(request).GetAwaiter().GetResult();
                #else
                        #error "Unknown build edition"
                #endif
            }
            catch (AmazonServiceException exc)
            {
                var webException = exc.InnerException as System.Net.WebException;
                if (webException != null)
                {
                    throw new Exception(Utils.Common.FormatNameResolutionFailureMessage(client.Config, webException.Message), webException);
                }
                throw;
            }
        }