public void UpdateApnsChannelMarshallTest() { var operation = service_model.FindOperation("UpdateApnsChannel"); var request = InstantiateClassGenerator.Execute <UpdateApnsChannelRequest>(); var marshaller = new UpdateApnsChannelRequestMarshaller(); var internalRequest = marshaller.Marshall(request); RequestValidator.Validate("UpdateApnsChannel", request, internalRequest, service_model); var webResponse = new WebResponseData { Headers = { { "x-amzn-RequestId", Guid.NewGuid().ToString() }, { "x-amz-crc32", "0" } } }; var payloadResponse = new JsonSampleGenerator(service_model, operation.ResponseStructure).Execute(); webResponse.Headers.Add("Content-Length", UTF8Encoding.UTF8.GetBytes(payloadResponse).Length.ToString()); var context = new JsonUnmarshallerContext(Utils.CreateStreamFromString(payloadResponse), false, webResponse); ResponseUnmarshaller unmarshaller = UpdateApnsChannelResponseUnmarshaller.Instance; var response = unmarshaller.Unmarshall(context) as UpdateApnsChannelResponse; InstantiateClassGenerator.ValidateObjectFullyInstantiated(response); }
/// <summary> /// Initiates the asynchronous execution of the UpdateApnsChannel operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the UpdateApnsChannel operation on AmazonPinpointClient.</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 EndUpdateApnsChannel /// operation.</returns> public IAsyncResult BeginUpdateApnsChannel(UpdateApnsChannelRequest request, AsyncCallback callback, object state) { var marshaller = new UpdateApnsChannelRequestMarshaller(); var unmarshaller = UpdateApnsChannelResponseUnmarshaller.Instance; return BeginInvoke<UpdateApnsChannelRequest>(request, marshaller, unmarshaller, callback, state); }
/// <summary> /// Use to update the APNs channel for an app. /// </summary> /// <param name="request">Container for the necessary parameters to execute the UpdateApnsChannel service method.</param> /// /// <returns>The response from the UpdateApnsChannel service method, as returned by Pinpoint.</returns> /// <exception cref="Amazon.Pinpoint.Model.BadRequestException"> /// /// </exception> /// <exception cref="Amazon.Pinpoint.Model.ForbiddenException"> /// /// </exception> /// <exception cref="Amazon.Pinpoint.Model.InternalServerErrorException"> /// /// </exception> /// <exception cref="Amazon.Pinpoint.Model.MethodNotAllowedException"> /// /// </exception> /// <exception cref="Amazon.Pinpoint.Model.NotFoundException"> /// /// </exception> /// <exception cref="Amazon.Pinpoint.Model.TooManyRequestsException"> /// /// </exception> public UpdateApnsChannelResponse UpdateApnsChannel(UpdateApnsChannelRequest request) { var marshaller = new UpdateApnsChannelRequestMarshaller(); var unmarshaller = UpdateApnsChannelResponseUnmarshaller.Instance; return Invoke<UpdateApnsChannelRequest,UpdateApnsChannelResponse>(request, marshaller, unmarshaller); }
public void UpdateApnsChannelMarshallTest() { var operation = service_model.FindOperation("UpdateApnsChannel"); var request = InstantiateClassGenerator.Execute<UpdateApnsChannelRequest>(); var marshaller = new UpdateApnsChannelRequestMarshaller(); var internalRequest = marshaller.Marshall(request); RequestValidator.Validate("UpdateApnsChannel", request, internalRequest, service_model); var webResponse = new WebResponseData { Headers = { {"x-amzn-RequestId", Guid.NewGuid().ToString()}, {"x-amz-crc32","0"} } }; var payloadResponse = new JsonSampleGenerator(service_model, operation.ResponseStructure).Execute(); webResponse.Headers.Add("Content-Length", UTF8Encoding.UTF8.GetBytes(payloadResponse).Length.ToString()); var context = new JsonUnmarshallerContext(Utils.CreateStreamFromString(payloadResponse), false, webResponse); ResponseUnmarshaller unmarshaller = UpdateApnsChannelResponseUnmarshaller.Instance; var response = unmarshaller.Unmarshall(context) as UpdateApnsChannelResponse; InstantiateClassGenerator.ValidateObjectFullyInstantiated(response); }
/// <summary> /// Initiates the asynchronous execution of the UpdateApnsChannel operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the UpdateApnsChannel 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<UpdateApnsChannelResponse> UpdateApnsChannelAsync(UpdateApnsChannelRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var marshaller = new UpdateApnsChannelRequestMarshaller(); var unmarshaller = UpdateApnsChannelResponseUnmarshaller.Instance; return InvokeAsync<UpdateApnsChannelRequest,UpdateApnsChannelResponse>(request, marshaller, unmarshaller, cancellationToken); }