Amazon.PowerShell.Cmdlets.CF.NewCFFunctionCmdlet.CallAWSServiceOperation C# (CSharp) Method

CallAWSServiceOperation() private method

private CallAWSServiceOperation ( IAmazonCloudFront client, Amazon.CloudFront.Model.CreateFunctionRequest request ) : Amazon.CloudFront.Model.CreateFunctionResponse
client IAmazonCloudFront
request Amazon.CloudFront.Model.CreateFunctionRequest
return Amazon.CloudFront.Model.CreateFunctionResponse
        private Amazon.CloudFront.Model.CreateFunctionResponse CallAWSServiceOperation(IAmazonCloudFront client, Amazon.CloudFront.Model.CreateFunctionRequest request)
        {
            Utils.Common.WriteVerboseEndpointMessage(this, client.Config, "Amazon CloudFront", "CreateFunction");
            try
            {
                #if DESKTOP
                return client.CreateFunction(request);
                #elif CORECLR
                return client.CreateFunctionAsync(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;
            }
        }