/// <summary> /// Creates a new OriginEndpoint record. /// </summary> /// <param name="request">Container for the necessary parameters to execute the CreateOriginEndpoint service method.</param> /// /// <returns>The response from the CreateOriginEndpoint service method, as returned by MediaPackage.</returns> /// <exception cref="Amazon.MediaPackage.Model.ForbiddenException"> /// The client is not authorized to access the requested resource. /// </exception> /// <exception cref="Amazon.MediaPackage.Model.InternalServerErrorException"> /// An unexpected error occurred. /// </exception> /// <exception cref="Amazon.MediaPackage.Model.NotFoundException"> /// The requested resource does not exist. /// </exception> /// <exception cref="Amazon.MediaPackage.Model.ServiceUnavailableException"> /// An unexpected error occurred. /// </exception> /// <exception cref="Amazon.MediaPackage.Model.TooManyRequestsException"> /// The client has exceeded their resource or throttling limits. /// </exception> /// <exception cref="Amazon.MediaPackage.Model.UnprocessableEntityException"> /// The parameters sent in the request are not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/mediapackage-2017-10-12/CreateOriginEndpoint">REST API Reference for CreateOriginEndpoint Operation</seealso> public virtual CreateOriginEndpointResponse CreateOriginEndpoint(CreateOriginEndpointRequest request) { var marshaller = CreateOriginEndpointRequestMarshaller.Instance; var unmarshaller = CreateOriginEndpointResponseUnmarshaller.Instance; return(Invoke <CreateOriginEndpointRequest, CreateOriginEndpointResponse>(request, marshaller, unmarshaller)); }
/// <summary> /// Initiates the asynchronous execution of the CreateOriginEndpoint operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the CreateOriginEndpoint operation.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// <returns>The task object representing the asynchronous operation.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/mediapackage-2017-10-12/CreateOriginEndpoint">REST API Reference for CreateOriginEndpoint Operation</seealso> public virtual Task <CreateOriginEndpointResponse> CreateOriginEndpointAsync(CreateOriginEndpointRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var marshaller = CreateOriginEndpointRequestMarshaller.Instance; var unmarshaller = CreateOriginEndpointResponseUnmarshaller.Instance; return(InvokeAsync <CreateOriginEndpointRequest, CreateOriginEndpointResponse>(request, marshaller, unmarshaller, cancellationToken)); }
/// <summary> /// Creates a new OriginEndpoint record. /// </summary> /// <param name="request">Container for the necessary parameters to execute the CreateOriginEndpoint service method.</param> /// /// <returns>The response from the CreateOriginEndpoint service method, as returned by MediaPackage.</returns> /// <exception cref="Amazon.MediaPackage.Model.ForbiddenException"> /// The client is not authorized to access the requested resource. /// </exception> /// <exception cref="Amazon.MediaPackage.Model.InternalServerErrorException"> /// An unexpected error occurred. /// </exception> /// <exception cref="Amazon.MediaPackage.Model.NotFoundException"> /// The requested resource does not exist. /// </exception> /// <exception cref="Amazon.MediaPackage.Model.ServiceUnavailableException"> /// An unexpected error occurred. /// </exception> /// <exception cref="Amazon.MediaPackage.Model.TooManyRequestsException"> /// The client has exceeded their resource or throttling limits. /// </exception> /// <exception cref="Amazon.MediaPackage.Model.UnprocessableEntityException"> /// The parameters sent in the request are not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/mediapackage-2017-10-12/CreateOriginEndpoint">REST API Reference for CreateOriginEndpoint Operation</seealso> public virtual CreateOriginEndpointResponse CreateOriginEndpoint(CreateOriginEndpointRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = CreateOriginEndpointRequestMarshaller.Instance; options.ResponseUnmarshaller = CreateOriginEndpointResponseUnmarshaller.Instance; return(Invoke <CreateOriginEndpointResponse>(request, options)); }