internal virtual CreateOutpostResponse CreateOutpost(CreateOutpostRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = CreateOutpostRequestMarshaller.Instance; options.ResponseUnmarshaller = CreateOutpostResponseUnmarshaller.Instance; return(Invoke <CreateOutpostResponse>(request, options)); }
/// <summary> /// Creates an Outpost. /// </summary> /// <param name="request">Container for the necessary parameters to execute the CreateOutpost service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the CreateOutpost service method, as returned by Outposts.</returns> /// <exception cref="Amazon.Outposts.Model.AccessDeniedException"> /// You do not have permission to perform this operation. /// </exception> /// <exception cref="Amazon.Outposts.Model.InternalServerException"> /// An internal error has occurred. /// </exception> /// <exception cref="Amazon.Outposts.Model.NotFoundException"> /// The specified request is not valid. /// </exception> /// <exception cref="Amazon.Outposts.Model.ServiceQuotaExceededException"> /// You have exceeded a service quota. /// </exception> /// <exception cref="Amazon.Outposts.Model.ValidationException"> /// A parameter is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/CreateOutpost">REST API Reference for CreateOutpost Operation</seealso> public virtual Task <CreateOutpostResponse> CreateOutpostAsync(CreateOutpostRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var options = new InvokeOptions(); options.RequestMarshaller = CreateOutpostRequestMarshaller.Instance; options.ResponseUnmarshaller = CreateOutpostResponseUnmarshaller.Instance; return(InvokeAsync <CreateOutpostResponse>(request, options, cancellationToken)); }
/// <summary> /// Initiates the asynchronous execution of the CreateOutpost operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the CreateOutpost operation on AmazonOutpostsClient.</param> /// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param> /// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.</param> /// /// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndCreateOutpost /// operation.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/CreateOutpost">REST API Reference for CreateOutpost Operation</seealso> public virtual IAsyncResult BeginCreateOutpost(CreateOutpostRequest request, AsyncCallback callback, object state) { var options = new InvokeOptions(); options.RequestMarshaller = CreateOutpostRequestMarshaller.Instance; options.ResponseUnmarshaller = CreateOutpostResponseUnmarshaller.Instance; return(BeginInvoke(request, options, callback, state)); }