public void ListApplicationRevisionsMarshallTest() { var request = InstantiateClassGenerator.Execute <ListApplicationRevisionsRequest>(); var marshaller = new ListApplicationRevisionsRequestMarshaller(); var internalRequest = marshaller.Marshall(request); var jsonRequest = UTF8Encoding.UTF8.GetString(internalRequest.Content); Comparer.CompareObjectToJson <ListApplicationRevisionsRequest>(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("ListApplicationRevisions").ResponseStructure).Execute(); webResponse.Headers.Add("Content-Length", UTF8Encoding.UTF8.GetBytes(jsonResponse).Length.ToString()); UnmarshallerContext context = new JsonUnmarshallerContext(Utils.CreateStreamFromString(jsonResponse), false, webResponse); var response = ListApplicationRevisionsResponseUnmarshaller.Instance.Unmarshall(context) as ListApplicationRevisionsResponse; InstantiateClassGenerator.ValidateObjectFullyInstantiated(response); }
/// <summary> /// Initiates the asynchronous execution of the ListApplicationRevisions operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the ListApplicationRevisions operation on AmazonCodeDeployClient.</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 EndListApplicationRevisions /// operation.</returns> public IAsyncResult BeginListApplicationRevisions(ListApplicationRevisionsRequest request, AsyncCallback callback, object state) { var marshaller = new ListApplicationRevisionsRequestMarshaller(); var unmarshaller = ListApplicationRevisionsResponseUnmarshaller.Instance; return BeginInvoke<ListApplicationRevisionsRequest>(request, marshaller, unmarshaller, callback, state); }
/// <summary> /// Lists information about revisions for an application. /// </summary> /// <param name="request">Container for the necessary parameters to execute the ListApplicationRevisions service method.</param> /// /// <returns>The response from the ListApplicationRevisions service method, as returned by CodeDeploy.</returns> /// <exception cref="Amazon.CodeDeploy.Model.ApplicationDoesNotExistException"> /// The application does not exist with the applicable IAM user or AWS account. /// </exception> /// <exception cref="Amazon.CodeDeploy.Model.ApplicationNameRequiredException"> /// The minimum number of required application names was not specified. /// </exception> /// <exception cref="Amazon.CodeDeploy.Model.BucketNameFilterRequiredException"> /// A bucket name is required but was not provided. /// </exception> /// <exception cref="Amazon.CodeDeploy.Model.InvalidApplicationNameException"> /// The application name was specified in an invalid format. /// </exception> /// <exception cref="Amazon.CodeDeploy.Model.InvalidBucketNameFilterException"> /// The bucket name either doesn't exist or was specified in an invalid format. /// </exception> /// <exception cref="Amazon.CodeDeploy.Model.InvalidDeployedStateFilterException"> /// The deployed state filter was specified in an invalid format. /// </exception> /// <exception cref="Amazon.CodeDeploy.Model.InvalidKeyPrefixFilterException"> /// The specified key prefix filter was specified in an invalid format. /// </exception> /// <exception cref="Amazon.CodeDeploy.Model.InvalidNextTokenException"> /// The next token was specified in an invalid format. /// </exception> /// <exception cref="Amazon.CodeDeploy.Model.InvalidSortByException"> /// The column name to sort by is either not present or was specified in an invalid format. /// </exception> /// <exception cref="Amazon.CodeDeploy.Model.InvalidSortOrderException"> /// The sort order was specified in an invalid format. /// </exception> public ListApplicationRevisionsResponse ListApplicationRevisions(ListApplicationRevisionsRequest request) { var marshaller = new ListApplicationRevisionsRequestMarshaller(); var unmarshaller = ListApplicationRevisionsResponseUnmarshaller.Instance; return Invoke<ListApplicationRevisionsRequest,ListApplicationRevisionsResponse>(request, marshaller, unmarshaller); }
public void ListApplicationRevisionsMarshallTest() { var request = InstantiateClassGenerator.Execute<ListApplicationRevisionsRequest>(); var marshaller = new ListApplicationRevisionsRequestMarshaller(); var internalRequest = marshaller.Marshall(request); var jsonRequest = UTF8Encoding.UTF8.GetString(internalRequest.Content); Comparer.CompareObjectToJson<ListApplicationRevisionsRequest>(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("ListApplicationRevisions").ResponseStructure).Execute(); webResponse.Headers.Add("Content-Length", UTF8Encoding.UTF8.GetBytes(jsonResponse).Length.ToString()); UnmarshallerContext context = new JsonUnmarshallerContext(Utils.CreateStreamFromString(jsonResponse), false, webResponse); var response = ListApplicationRevisionsResponseUnmarshaller.Instance.Unmarshall(context) as ListApplicationRevisionsResponse; InstantiateClassGenerator.ValidateObjectFullyInstantiated(response); }
/// <summary> /// Initiates the asynchronous execution of the ListApplicationRevisions operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the ListApplicationRevisions 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<ListApplicationRevisionsResponse> ListApplicationRevisionsAsync(ListApplicationRevisionsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var marshaller = new ListApplicationRevisionsRequestMarshaller(); var unmarshaller = ListApplicationRevisionsResponseUnmarshaller.Instance; return InvokeAsync<ListApplicationRevisionsRequest,ListApplicationRevisionsResponse>(request, marshaller, unmarshaller, cancellationToken); }