public void DeleteEndpoint_ValidationExceptionMarshallTest() { var operation = service_model.FindOperation("DeleteEndpoint"); var request = InstantiateClassGenerator.Execute <DeleteEndpointRequest>(); var marshaller = new DeleteEndpointRequestMarshaller(); var internalRequest = marshaller.Marshall(request); TestTools.RequestValidator.Validate("DeleteEndpoint", request, internalRequest, service_model); var exception = operation.Exceptions.First(e => e.Name.Equals("ValidationException")); var webResponse = new WebResponseData { Headers = { { "x-amzn-RequestId", Guid.NewGuid().ToString() }, { "x-amz-crc32", "0" }, { "x-amzn-ErrorType", "ValidationException" }, } }; var payloadResponse = new JsonSampleGenerator(service_model, exception).Execute(); webResponse.Headers["Content-Length"] = UTF8Encoding.UTF8.GetBytes(payloadResponse).Length.ToString(); var context = new JsonUnmarshallerContext(Utils.CreateStreamFromString(payloadResponse), true, webResponse, true); var response = DeleteEndpointResponseUnmarshaller.Instance.UnmarshallException(context, null, System.Net.HttpStatusCode.OK); InstantiateClassGenerator.ValidateObjectFullyInstantiated(response); }
/// <summary> /// Initiates the asynchronous execution of the DeleteEndpoint operation. /// <seealso cref="Amazon.SimpleNotificationService.IAmazonSimpleNotificationService"/> /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the DeleteEndpoint 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 <DeleteEndpointResponse> DeleteEndpointAsync(DeleteEndpointRequest request, CancellationToken cancellationToken = default(CancellationToken)) { var marshaller = new DeleteEndpointRequestMarshaller(); var unmarshaller = DeleteEndpointResponseUnmarshaller.Instance; return(Invoke <IRequest, DeleteEndpointRequest, DeleteEndpointResponse>(request, marshaller, unmarshaller, signer, cancellationToken)); }
internal DeleteEndpointResponse DeleteEndpoint(DeleteEndpointRequest request) { var marshaller = new DeleteEndpointRequestMarshaller(); var unmarshaller = DeleteEndpointResponseUnmarshaller.Instance; return(Invoke <DeleteEndpointRequest, DeleteEndpointResponse>(request, marshaller, unmarshaller)); }
public void DeleteEndpointMarshallTest() { var request = InstantiateClassGenerator.Execute <DeleteEndpointRequest>(); var marshaller = new DeleteEndpointRequestMarshaller(); var internalRequest = marshaller.Marshall(request); var jsonRequest = UTF8Encoding.UTF8.GetString(internalRequest.Content); Comparer.CompareObjectToJson <DeleteEndpointRequest>(request, jsonRequest); var webResponse = new WebResponseData { Headers = { { "x-amzn-RequestId", Guid.NewGuid().ToString() }, { "x-amz-crc32", "0" } } }; var jsonResponse = new JsonSampleGenerator(service_model, service_model.FindOperation("DeleteEndpoint").ResponseStructure).Execute(); webResponse.Headers.Add("Content-Length", UTF8Encoding.UTF8.GetBytes(jsonResponse).Length.ToString()); UnmarshallerContext context = new JsonUnmarshallerContext(Utils.CreateStreamFromString(jsonResponse), false, webResponse); var response = DeleteEndpointResponseUnmarshaller.Instance.Unmarshall(context) as DeleteEndpointResponse; InstantiateClassGenerator.ValidateObjectFullyInstantiated(response); }
public void DeleteEndpointMarshallTest() { var request = InstantiateClassGenerator.Execute <DeleteEndpointRequest>(); var marshaller = new DeleteEndpointRequestMarshaller(); var internalRequest = marshaller.Marshall(request); var jsonRequest = UTF8Encoding.UTF8.GetString(internalRequest.Content); Comparer.CompareObjectToJson <DeleteEndpointRequest>(request, jsonRequest); }
public void DeleteEndpointMarshallTest() { var operation = service_model.FindOperation("DeleteEndpoint"); var request = InstantiateClassGenerator.Execute <DeleteEndpointRequest>(); var marshaller = new DeleteEndpointRequestMarshaller(); var internalRequest = marshaller.Marshall(request); TestTools.RequestValidator.Validate("DeleteEndpoint", request, internalRequest, service_model); }
public void DeleteEndpointMarshallTest() { var operation = service_model.FindOperation("DeleteEndpoint"); var request = InstantiateClassGenerator.Execute <DeleteEndpointRequest>(); var marshaller = new DeleteEndpointRequestMarshaller(); var internalRequest = marshaller.Marshall(request); var validator = new AWSQueryValidator(internalRequest.Parameters, request, service_model, operation); validator.Validate(); }
/// <summary> /// Deletes the endpoint from Amazon SNS. This action is idempotent. For more information, /// see <a href="http://docs.aws.amazon.com/sns/latest/dg/SNSMobilePush.html">Using Amazon /// SNS Mobile Push Notifications</a>. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DeleteEndpoint service method.</param> /// /// <returns>The response from the DeleteEndpoint service method, as returned by SimpleNotificationService.</returns> /// <exception cref="Amazon.SimpleNotificationService.Model.AuthorizationErrorException"> /// Indicates that the user has been denied access to the requested resource. /// </exception> /// <exception cref="Amazon.SimpleNotificationService.Model.InternalErrorException"> /// Indicates an internal service error. /// </exception> /// <exception cref="Amazon.SimpleNotificationService.Model.InvalidParameterException"> /// Indicates that a request parameter does not comply with the associated constraints. /// </exception> public DeleteEndpointResponse DeleteEndpoint(DeleteEndpointRequest request) { var marshaller = new DeleteEndpointRequestMarshaller(); var unmarshaller = DeleteEndpointResponseUnmarshaller.Instance; return Invoke<DeleteEndpointRequest,DeleteEndpointResponse>(request, marshaller, unmarshaller); }
/// <summary> /// Initiates the asynchronous execution of the DeleteEndpoint operation. /// <seealso cref="Amazon.SimpleNotificationService.IAmazonSimpleNotificationService"/> /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the DeleteEndpoint 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<DeleteEndpointResponse> DeleteEndpointAsync(DeleteEndpointRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var marshaller = new DeleteEndpointRequestMarshaller(); var unmarshaller = DeleteEndpointResponseUnmarshaller.Instance; return InvokeAsync<DeleteEndpointRequest,DeleteEndpointResponse>(request, marshaller, unmarshaller, cancellationToken); }
IAsyncResult invokeDeleteEndpoint(DeleteEndpointRequest deleteEndpointRequest, AsyncCallback callback, object state, bool synchronized) { IRequest irequest = new DeleteEndpointRequestMarshaller().Marshall(deleteEndpointRequest); var unmarshaller = DeleteEndpointResponseUnmarshaller.GetInstance(); AsyncResult result = new AsyncResult(irequest, callback, state, synchronized, signer, unmarshaller); Invoke(result); return result; }
/// <summary> /// <para>The <c>DeleteEndpoint</c> action, which is idempotent, deletes the endpoint from SNS. For more information, see <a href="http://docs.aws.amazon.com/sns/latest/dg/SNSMobilePush.html">Using Amazon SNS Mobile Push Notifications</a> . /// </para> /// </summary> /// /// <param name="deleteEndpointRequest">Container for the necessary parameters to execute the DeleteEndpoint service method on /// AmazonSimpleNotificationService.</param> /// /// <exception cref="T:Amazon.SimpleNotificationService.Model.AuthorizationErrorException" /> /// <exception cref="T:Amazon.SimpleNotificationService.Model.InternalErrorException" /> /// <exception cref="T:Amazon.SimpleNotificationService.Model.InvalidParameterException" /> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> public async Task<DeleteEndpointResponse> DeleteEndpointAsync(DeleteEndpointRequest deleteEndpointRequest, CancellationToken cancellationToken = default(CancellationToken)) { var marshaller = new DeleteEndpointRequestMarshaller(); var unmarshaller = DeleteEndpointResponseUnmarshaller.GetInstance(); var response = await Invoke<IRequest, DeleteEndpointRequest, DeleteEndpointResponse>(deleteEndpointRequest, marshaller, unmarshaller, signer, cancellationToken) .ConfigureAwait(continueOnCapturedContext: false); return response; }
public void DeleteEndpointMarshallTest() { var operation = service_model.FindOperation("DeleteEndpoint"); var request = InstantiateClassGenerator.Execute<DeleteEndpointRequest>(); var marshaller = new DeleteEndpointRequestMarshaller(); var internalRequest = marshaller.Marshall(request); var validator = new AWSQueryValidator(internalRequest.Parameters, request, service_model, operation); validator.Validate(); }
/// <summary> /// Initiates the asynchronous execution of the DeleteEndpoint operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the DeleteEndpoint operation on AmazonSimpleNotificationServiceClient.</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 DeleteEndpointAsync(DeleteEndpointRequest request, AmazonServiceCallback<DeleteEndpointRequest, DeleteEndpointResponse> callback, AsyncOptions options = null) { options = options == null?new AsyncOptions():options; var marshaller = new DeleteEndpointRequestMarshaller(); var unmarshaller = DeleteEndpointResponseUnmarshaller.Instance; Action<AmazonWebServiceRequest, AmazonWebServiceResponse, Exception, AsyncOptions> callbackHelper = null; if(callback !=null ) callbackHelper = (AmazonWebServiceRequest req, AmazonWebServiceResponse res, Exception ex, AsyncOptions ao) => { AmazonServiceResult<DeleteEndpointRequest,DeleteEndpointResponse> responseObject = new AmazonServiceResult<DeleteEndpointRequest,DeleteEndpointResponse>((DeleteEndpointRequest)req, (DeleteEndpointResponse)res, ex , ao.State); callback(responseObject); }; BeginInvoke<DeleteEndpointRequest>(request, marshaller, unmarshaller, options, callbackHelper); }
IAsyncResult invokeDeleteEndpoint(DeleteEndpointRequest request, AsyncCallback callback, object state, bool synchronized) { var marshaller = new DeleteEndpointRequestMarshaller(); var unmarshaller = DeleteEndpointResponseUnmarshaller.Instance; return Invoke(request, callback, state, synchronized, marshaller, unmarshaller, signer); }
/// <summary> /// Initiates the asynchronous execution of the DeleteEndpoint operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the DeleteEndpoint operation on AmazonSimpleNotificationServiceClient.</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 EndDeleteEndpoint /// operation.</returns> public IAsyncResult BeginDeleteEndpoint(DeleteEndpointRequest request, AsyncCallback callback, object state) { var marshaller = new DeleteEndpointRequestMarshaller(); var unmarshaller = DeleteEndpointResponseUnmarshaller.Instance; return BeginInvoke<DeleteEndpointRequest>(request, marshaller, unmarshaller, callback, state); }
/// <summary> /// Initiates the asynchronous execution of the DeleteEndpoint operation. /// <seealso cref="Amazon.SimpleNotificationService.IAmazonSimpleNotificationService.DeleteEndpoint"/> /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the DeleteEndpoint 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<DeleteEndpointResponse> DeleteEndpointAsync(DeleteEndpointRequest request, CancellationToken cancellationToken = default(CancellationToken)) { var marshaller = new DeleteEndpointRequestMarshaller(); var unmarshaller = DeleteEndpointResponseUnmarshaller.GetInstance(); return Invoke<IRequest, DeleteEndpointRequest, DeleteEndpointResponse>(request, marshaller, unmarshaller, signer, cancellationToken); }
public void DeleteEndpointMarshallTest() { var request = InstantiateClassGenerator.Execute<DeleteEndpointRequest>(); var marshaller = new DeleteEndpointRequestMarshaller(); var internalRequest = marshaller.Marshall(request); var jsonRequest = UTF8Encoding.UTF8.GetString(internalRequest.Content); Comparer.CompareObjectToJson<DeleteEndpointRequest>(request,jsonRequest); var webResponse = new WebResponseData { Headers = { {"x-amzn-RequestId", Guid.NewGuid().ToString()}, {"x-amz-crc32","0"} } }; var jsonResponse = new JsonSampleGenerator(service_model, service_model.FindOperation("DeleteEndpoint").ResponseStructure).Execute(); webResponse.Headers.Add("Content-Length", UTF8Encoding.UTF8.GetBytes(jsonResponse).Length.ToString()); UnmarshallerContext context = new JsonUnmarshallerContext(Utils.CreateStreamFromString(jsonResponse), false, webResponse); var response = DeleteEndpointResponseUnmarshaller.Instance.Unmarshall(context) as DeleteEndpointResponse; InstantiateClassGenerator.ValidateObjectFullyInstantiated(response); }