/// <summary> /// <para>Verifies an email address. This action causes a confirmation email message to be sent to the specified address.</para> <para>This /// action is throttled at one request per second.</para> /// </summary> /// /// <param name="verifyEmailIdentityRequest">Container for the necessary parameters to execute the VerifyEmailIdentity service method on /// AmazonSimpleEmailService.</param> /// /// <returns>The response from the VerifyEmailIdentity service method, as returned by AmazonSimpleEmailService.</returns> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> public Task <VerifyEmailIdentityResponse> VerifyEmailIdentityAsync(VerifyEmailIdentityRequest verifyEmailIdentityRequest, CancellationToken cancellationToken = default(CancellationToken)) { var marshaller = new VerifyEmailIdentityRequestMarshaller(); var unmarshaller = VerifyEmailIdentityResponseUnmarshaller.GetInstance(); return(Invoke <IRequest, VerifyEmailIdentityRequest, VerifyEmailIdentityResponse>(verifyEmailIdentityRequest, marshaller, unmarshaller, signer, cancellationToken)); }
internal VerifyEmailIdentityResponse VerifyEmailIdentity(VerifyEmailIdentityRequest request) { var marshaller = new VerifyEmailIdentityRequestMarshaller(); var unmarshaller = VerifyEmailIdentityResponseUnmarshaller.Instance; return(Invoke <VerifyEmailIdentityRequest, VerifyEmailIdentityResponse>(request, marshaller, unmarshaller)); }
/// <summary> /// Initiates the asynchronous execution of the VerifyEmailIdentity operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the VerifyEmailIdentity 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> public Task <VerifyEmailIdentityResponse> VerifyEmailIdentityAsync(VerifyEmailIdentityRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var marshaller = new VerifyEmailIdentityRequestMarshaller(); var unmarshaller = VerifyEmailIdentityResponseUnmarshaller.Instance; return(InvokeAsync <VerifyEmailIdentityRequest, VerifyEmailIdentityResponse>(request, marshaller, unmarshaller, cancellationToken)); }
public void VerifyEmailIdentityMarshallTest() { var operation = service_model.FindOperation("VerifyEmailIdentity"); var request = InstantiateClassGenerator.Execute <VerifyEmailIdentityRequest>(); var marshaller = new VerifyEmailIdentityRequestMarshaller(); var internalRequest = marshaller.Marshall(request); var validator = new AWSQueryValidator(internalRequest.Parameters, request, service_model, operation); validator.Validate(); var payloadResponse = new XmlSampleGenerator(service_model, operation).Execute(); var context = new XmlUnmarshallerContext(Utils.CreateStreamFromString(payloadResponse), false, null); var response = VerifyEmailIdentityResponseUnmarshaller.Instance.Unmarshall(context) as VerifyEmailIdentityResponse; InstantiateClassGenerator.ValidateObjectFullyInstantiated(response); }
/// <summary> /// Initiates the asynchronous execution of the VerifyEmailIdentity operation. /// <seealso cref="Amazon.SimpleEmail.IAmazonSimpleEmailService.VerifyEmailIdentity"/> /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the VerifyEmailIdentity 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> public Task<VerifyEmailIdentityResponse> VerifyEmailIdentityAsync(VerifyEmailIdentityRequest request, CancellationToken cancellationToken = default(CancellationToken)) { var marshaller = new VerifyEmailIdentityRequestMarshaller(); var unmarshaller = VerifyEmailIdentityResponseUnmarshaller.GetInstance(); return Invoke<IRequest, VerifyEmailIdentityRequest, VerifyEmailIdentityResponse>(request, marshaller, unmarshaller, signer, cancellationToken); }
/// <summary> /// Initiates the asynchronous execution of the VerifyEmailIdentity operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the VerifyEmailIdentity 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> public Task<VerifyEmailIdentityResponse> VerifyEmailIdentityAsync(VerifyEmailIdentityRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var marshaller = new VerifyEmailIdentityRequestMarshaller(); var unmarshaller = VerifyEmailIdentityResponseUnmarshaller.Instance; return InvokeAsync<VerifyEmailIdentityRequest,VerifyEmailIdentityResponse>(request, marshaller, unmarshaller, cancellationToken); }
/// <summary> /// Verifies an email address. This action causes a confirmation email message to be sent /// to the specified address. /// /// /// <para> /// This action is throttled at one request per second. /// </para> /// </summary> /// <param name="request">Container for the necessary parameters to execute the VerifyEmailIdentity service method.</param> /// /// <returns>The response from the VerifyEmailIdentity service method, as returned by SimpleEmailService.</returns> public VerifyEmailIdentityResponse VerifyEmailIdentity(VerifyEmailIdentityRequest request) { var marshaller = new VerifyEmailIdentityRequestMarshaller(); var unmarshaller = VerifyEmailIdentityResponseUnmarshaller.Instance; return Invoke<VerifyEmailIdentityRequest,VerifyEmailIdentityResponse>(request, marshaller, unmarshaller); }
/// <summary> /// Initiates the asynchronous execution of the VerifyEmailIdentity operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the VerifyEmailIdentity operation on AmazonSimpleEmailServiceClient.</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 EndVerifyEmailIdentity /// operation.</returns> public IAsyncResult BeginVerifyEmailIdentity(VerifyEmailIdentityRequest request, AsyncCallback callback, object state) { var marshaller = new VerifyEmailIdentityRequestMarshaller(); var unmarshaller = VerifyEmailIdentityResponseUnmarshaller.Instance; return BeginInvoke<VerifyEmailIdentityRequest>(request, marshaller, unmarshaller, callback, state); }
IAsyncResult invokeVerifyEmailIdentity(VerifyEmailIdentityRequest verifyEmailIdentityRequest, AsyncCallback callback, object state, bool synchronized) { IRequest irequest = new VerifyEmailIdentityRequestMarshaller().Marshall(verifyEmailIdentityRequest); var unmarshaller = VerifyEmailIdentityResponseUnmarshaller.GetInstance(); AsyncResult result = new AsyncResult(irequest, callback, state, synchronized, signer, unmarshaller); Invoke(result); return result; }
IAsyncResult invokeVerifyEmailIdentity(VerifyEmailIdentityRequest request, AsyncCallback callback, object state, bool synchronized) { var marshaller = new VerifyEmailIdentityRequestMarshaller(); var unmarshaller = VerifyEmailIdentityResponseUnmarshaller.Instance; return Invoke(request, callback, state, synchronized, marshaller, unmarshaller, signer); }
public void VerifyEmailIdentityMarshallTest() { var operation = service_model.FindOperation("VerifyEmailIdentity"); var request = InstantiateClassGenerator.Execute<VerifyEmailIdentityRequest>(); var marshaller = new VerifyEmailIdentityRequestMarshaller(); var internalRequest = marshaller.Marshall(request); var validator = new AWSQueryValidator(internalRequest.Parameters, request, service_model, operation); validator.Validate(); var payloadResponse = new XmlSampleGenerator(service_model, operation).Execute(); var context = new XmlUnmarshallerContext(Utils.CreateStreamFromString(payloadResponse), false, null); var response = VerifyEmailIdentityResponseUnmarshaller.Instance.Unmarshall(context) as VerifyEmailIdentityResponse; InstantiateClassGenerator.ValidateObjectFullyInstantiated(response); }
/// <summary> /// Initiates the asynchronous execution of the VerifyEmailIdentity operation. /// <seealso cref="Amazon.SimpleEmail.IAmazonSimpleEmailService.VerifyEmailIdentity"/> /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the VerifyEmailIdentity 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> public async Task<VerifyEmailIdentityResponse> VerifyEmailIdentityAsync(VerifyEmailIdentityRequest request, CancellationToken cancellationToken = default(CancellationToken)) { var marshaller = new VerifyEmailIdentityRequestMarshaller(); var unmarshaller = VerifyEmailIdentityResponseUnmarshaller.GetInstance(); var response = await Invoke<IRequest, VerifyEmailIdentityRequest, VerifyEmailIdentityResponse>(request, marshaller, unmarshaller, signer, cancellationToken) .ConfigureAwait(continueOnCapturedContext: false); return response; }
/// <summary> /// Initiates the asynchronous execution of the VerifyEmailIdentity operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the VerifyEmailIdentity operation on AmazonSimpleEmailServiceClient.</param> /// <param name="callback">An Action delegate that is invoked when the operation completes.</param> /// <param name="options">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> public void VerifyEmailIdentityAsync(VerifyEmailIdentityRequest request, AmazonServiceCallback<VerifyEmailIdentityRequest, VerifyEmailIdentityResponse> callback, AsyncOptions options = null) { options = options == null?new AsyncOptions():options; var marshaller = new VerifyEmailIdentityRequestMarshaller(); var unmarshaller = VerifyEmailIdentityResponseUnmarshaller.Instance; Action<AmazonWebServiceRequest, AmazonWebServiceResponse, Exception, AsyncOptions> callbackHelper = null; if(callback !=null ) callbackHelper = (AmazonWebServiceRequest req, AmazonWebServiceResponse res, Exception ex, AsyncOptions ao) => { AmazonServiceResult<VerifyEmailIdentityRequest,VerifyEmailIdentityResponse> responseObject = new AmazonServiceResult<VerifyEmailIdentityRequest,VerifyEmailIdentityResponse>((VerifyEmailIdentityRequest)req, (VerifyEmailIdentityResponse)res, ex , ao.State); callback(responseObject); }; BeginInvoke<VerifyEmailIdentityRequest>(request, marshaller, unmarshaller, options, callbackHelper); }