/// <summary> /// Create a new configuration set. After you create the configuration set, you can add /// one or more event destinations to it. /// </summary> /// <param name="request">Container for the necessary parameters to execute the CreateConfigurationSet service method.</param> /// /// <returns>The response from the CreateConfigurationSet service method, as returned by PinpointSMSVoice.</returns> /// <exception cref="Amazon.PinpointSMSVoice.Model.AlreadyExistsException"> /// The resource specified in your request already exists. /// </exception> /// <exception cref="Amazon.PinpointSMSVoice.Model.BadRequestException"> /// The input you provided is invalid. /// </exception> /// <exception cref="Amazon.PinpointSMSVoice.Model.InternalServiceErrorException"> /// The API encountered an unexpected error and couldn't complete the request. You might /// be able to successfully issue the request again in the future. /// </exception> /// <exception cref="Amazon.PinpointSMSVoice.Model.LimitExceededException"> /// There are too many instances of the specified resource type. /// </exception> /// <exception cref="Amazon.PinpointSMSVoice.Model.TooManyRequestsException"> /// You've issued too many requests to the resource. Wait a few minutes, and then try /// again. /// </exception> public virtual CreateConfigurationSetResponse CreateConfigurationSet(CreateConfigurationSetRequest request) { var marshaller = CreateConfigurationSetRequestMarshaller.Instance; var unmarshaller = CreateConfigurationSetResponseUnmarshaller.Instance; return(Invoke <CreateConfigurationSetRequest, CreateConfigurationSetResponse>(request, marshaller, unmarshaller)); }
/// <summary> /// Initiates the asynchronous execution of the CreateConfigurationSet operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the CreateConfigurationSet operation on AmazonPinpointSMSVoiceClient.</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 EndCreateConfigurationSet /// operation.</returns> public virtual IAsyncResult BeginCreateConfigurationSet(CreateConfigurationSetRequest request, AsyncCallback callback, object state) { var marshaller = CreateConfigurationSetRequestMarshaller.Instance; var unmarshaller = CreateConfigurationSetResponseUnmarshaller.Instance; return(BeginInvoke <CreateConfigurationSetRequest>(request, marshaller, unmarshaller, callback, state)); }
internal virtual CreateConfigurationSetResponse CreateConfigurationSet(CreateConfigurationSetRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = CreateConfigurationSetRequestMarshaller.Instance; options.ResponseUnmarshaller = CreateConfigurationSetResponseUnmarshaller.Instance; return(Invoke <CreateConfigurationSetResponse>(request, options)); }
/// <summary> /// Initiates the asynchronous execution of the CreateConfigurationSet operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the CreateConfigurationSet operation on AmazonPinpointSMSVoiceClient.</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 EndCreateConfigurationSet /// operation.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/pinpoint-sms-voice-2018-09-05/CreateConfigurationSet">REST API Reference for CreateConfigurationSet Operation</seealso> public virtual IAsyncResult BeginCreateConfigurationSet(CreateConfigurationSetRequest request, AsyncCallback callback, object state) { var options = new InvokeOptions(); options.RequestMarshaller = CreateConfigurationSetRequestMarshaller.Instance; options.ResponseUnmarshaller = CreateConfigurationSetResponseUnmarshaller.Instance; return(BeginInvoke(request, options, callback, state)); }
/// <summary> /// Create a new configuration set. After you create the configuration set, you can add /// one or more event destinations to it. /// </summary> /// <param name="request">Container for the necessary parameters to execute the CreateConfigurationSet 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 CreateConfigurationSet service method, as returned by PinpointSMSVoice.</returns> /// <exception cref="Amazon.PinpointSMSVoice.Model.AlreadyExistsException"> /// The resource specified in your request already exists. /// </exception> /// <exception cref="Amazon.PinpointSMSVoice.Model.BadRequestException"> /// The input you provided is invalid. /// </exception> /// <exception cref="Amazon.PinpointSMSVoice.Model.InternalServiceErrorException"> /// The API encountered an unexpected error and couldn't complete the request. You might /// be able to successfully issue the request again in the future. /// </exception> /// <exception cref="Amazon.PinpointSMSVoice.Model.LimitExceededException"> /// There are too many instances of the specified resource type. /// </exception> /// <exception cref="Amazon.PinpointSMSVoice.Model.TooManyRequestsException"> /// You've issued too many requests to the resource. Wait a few minutes, and then try /// again. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/pinpoint-sms-voice-2018-09-05/CreateConfigurationSet">REST API Reference for CreateConfigurationSet Operation</seealso> public virtual Task <CreateConfigurationSetResponse> CreateConfigurationSetAsync(CreateConfigurationSetRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var options = new InvokeOptions(); options.RequestMarshaller = CreateConfigurationSetRequestMarshaller.Instance; options.ResponseUnmarshaller = CreateConfigurationSetResponseUnmarshaller.Instance; return(InvokeAsync <CreateConfigurationSetResponse>(request, options, cancellationToken)); }