public void DeleteApplicationCloudWatchLoggingOptionMarshallTest() { var request = InstantiateClassGenerator.Execute <DeleteApplicationCloudWatchLoggingOptionRequest>(); var marshaller = new DeleteApplicationCloudWatchLoggingOptionRequestMarshaller(); var internalRequest = marshaller.Marshall(request); var jsonRequest = UTF8Encoding.UTF8.GetString(internalRequest.Content); Comparer.CompareObjectToJson <DeleteApplicationCloudWatchLoggingOptionRequest>(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("DeleteApplicationCloudWatchLoggingOption").ResponseStructure).Execute(); webResponse.Headers.Add("Content-Length", UTF8Encoding.UTF8.GetBytes(jsonResponse).Length.ToString()); UnmarshallerContext context = new JsonUnmarshallerContext(Utils.CreateStreamFromString(jsonResponse), false, webResponse); var response = DeleteApplicationCloudWatchLoggingOptionResponseUnmarshaller.Instance.Unmarshall(context) as DeleteApplicationCloudWatchLoggingOptionResponse; InstantiateClassGenerator.ValidateObjectFullyInstantiated(response); }
internal DeleteApplicationCloudWatchLoggingOptionResponse DeleteApplicationCloudWatchLoggingOption(DeleteApplicationCloudWatchLoggingOptionRequest request) { var marshaller = new DeleteApplicationCloudWatchLoggingOptionRequestMarshaller(); var unmarshaller = DeleteApplicationCloudWatchLoggingOptionResponseUnmarshaller.Instance; return(Invoke <DeleteApplicationCloudWatchLoggingOptionRequest, DeleteApplicationCloudWatchLoggingOptionResponse>(request, marshaller, unmarshaller)); }
/// <summary> /// Initiates the asynchronous execution of the DeleteApplicationCloudWatchLoggingOption operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the DeleteApplicationCloudWatchLoggingOption 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> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/kinesisanalytics-2015-08-14/DeleteApplicationCloudWatchLoggingOption">REST API Reference for DeleteApplicationCloudWatchLoggingOption Operation</seealso> public Task <DeleteApplicationCloudWatchLoggingOptionResponse> DeleteApplicationCloudWatchLoggingOptionAsync(DeleteApplicationCloudWatchLoggingOptionRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var marshaller = new DeleteApplicationCloudWatchLoggingOptionRequestMarshaller(); var unmarshaller = DeleteApplicationCloudWatchLoggingOptionResponseUnmarshaller.Instance; return(InvokeAsync <DeleteApplicationCloudWatchLoggingOptionRequest, DeleteApplicationCloudWatchLoggingOptionResponse>(request, marshaller, unmarshaller, cancellationToken)); }