internal GetHealthCheckResponse GetHealthCheck(GetHealthCheckRequest request) { var marshaller = new GetHealthCheckRequestMarshaller(); var unmarshaller = GetHealthCheckResponseUnmarshaller.Instance; return(Invoke <GetHealthCheckRequest, GetHealthCheckResponse>(request, marshaller, unmarshaller)); }
/// <summary> /// Initiates the asynchronous execution of the GetHealthCheck operation. /// <seealso cref="Amazon.Route53.IAmazonRoute53.GetHealthCheck"/> /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the GetHealthCheck 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 <GetHealthCheckResponse> GetHealthCheckAsync(GetHealthCheckRequest request, CancellationToken cancellationToken = default(CancellationToken)) { var marshaller = new GetHealthCheckRequestMarshaller(); var unmarshaller = GetHealthCheckResponseUnmarshaller.GetInstance(); return(Invoke <IRequest, GetHealthCheckRequest, GetHealthCheckResponse>(request, marshaller, unmarshaller, signer, cancellationToken)); }
public void GetHealthCheckMarshallTest() { var operation = service_model.FindOperation("GetHealthCheck"); var request = InstantiateClassGenerator.Execute <GetHealthCheckRequest>(); var marshaller = new GetHealthCheckRequestMarshaller(); var internalRequest = marshaller.Marshall(request); RequestValidator.Validate("GetHealthCheck", request, internalRequest, service_model); var webResponse = new WebResponseData { Headers = { { "x-amzn-RequestId", Guid.NewGuid().ToString() }, { "x-amz-crc32", "0" } } }; var payloadResponse = new XmlSampleGenerator(service_model, operation).Execute(); var context = new XmlUnmarshallerContext(Utils.CreateStreamFromString(payloadResponse), false, webResponse); ResponseUnmarshaller unmarshaller = GetHealthCheckResponseUnmarshaller.Instance; var response = unmarshaller.Unmarshall(context) as GetHealthCheckResponse; InstantiateClassGenerator.ValidateObjectFullyInstantiated(response); }
/// <summary> /// Initiates the asynchronous execution of the GetHealthCheck operation. /// <seealso cref="Amazon.Route53.IAmazonRoute53"/> /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the GetHealthCheck 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 <GetHealthCheckResponse> GetHealthCheckAsync(GetHealthCheckRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var marshaller = new GetHealthCheckRequestMarshaller(); var unmarshaller = GetHealthCheckResponseUnmarshaller.Instance; return(InvokeAsync <GetHealthCheckRequest, GetHealthCheckResponse>(request, marshaller, unmarshaller, cancellationToken)); }
/// <summary> /// <para> To retrieve the health check, send a <c>GET</c> request to the <c>2013-04-01/healthcheck/health check ID </c> resource. </para> /// </summary> /// /// <param name="getHealthCheckRequest">Container for the necessary parameters to execute the GetHealthCheck service method on /// AmazonRoute53.</param> /// /// <returns>The response from the GetHealthCheck service method, as returned by AmazonRoute53.</returns> /// /// <exception cref="T:Amazon.Route53.Model.NoSuchHealthCheckException" /> /// <exception cref="T:Amazon.Route53.Model.IncompatibleVersionException" /> /// <exception cref="T:Amazon.Route53.Model.InvalidInputException" /> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> public Task<GetHealthCheckResponse> GetHealthCheckAsync(GetHealthCheckRequest getHealthCheckRequest, CancellationToken cancellationToken = default(CancellationToken)) { var marshaller = new GetHealthCheckRequestMarshaller(); var unmarshaller = GetHealthCheckResponseUnmarshaller.GetInstance(); return Invoke<IRequest, GetHealthCheckRequest, GetHealthCheckResponse>(getHealthCheckRequest, marshaller, unmarshaller, signer, cancellationToken); }
/// <summary> /// <para> To retrieve the health check, send a <c>GET</c> request to the <c>2012-12-12/healthcheck/health check ID </c> resource. </para> /// </summary> /// /// <param name="getHealthCheckRequest">Container for the necessary parameters to execute the GetHealthCheck service method on /// AmazonRoute53.</param> /// /// <returns>The response from the GetHealthCheck service method, as returned by AmazonRoute53.</returns> /// /// <exception cref="T:Amazon.Route53.Model.InvalidInputException" /> /// <exception cref="T:Amazon.Route53.Model.NoSuchHealthCheckException" /> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> public async Task<GetHealthCheckResponse> GetHealthCheckAsync(GetHealthCheckRequest getHealthCheckRequest, CancellationToken cancellationToken = default(CancellationToken)) { var marshaller = new GetHealthCheckRequestMarshaller(); var unmarshaller = GetHealthCheckResponseUnmarshaller.GetInstance(); var response = await Invoke<IRequest, GetHealthCheckRequest, GetHealthCheckResponse>(getHealthCheckRequest, marshaller, unmarshaller, signer, cancellationToken) .ConfigureAwait(continueOnCapturedContext: false); return response; }
/// <summary> /// Initiates the asynchronous execution of the GetHealthCheck operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the GetHealthCheck 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<GetHealthCheckResponse> GetHealthCheckAsync(GetHealthCheckRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var marshaller = new GetHealthCheckRequestMarshaller(); var unmarshaller = GetHealthCheckResponseUnmarshaller.Instance; return InvokeAsync<GetHealthCheckRequest,GetHealthCheckResponse>(request, marshaller, unmarshaller, cancellationToken); }
/// <summary> /// To retrieve the health check, send a <code>GET</code> request to the <code>2013-04-01/healthcheck/<i>health /// check ID</i></code> resource. /// </summary> /// <param name="request">Container for the necessary parameters to execute the GetHealthCheck service method.</param> /// /// <returns>The response from the GetHealthCheck service method, as returned by Route53.</returns> /// <exception cref="Amazon.Route53.Model.IncompatibleVersionException"> /// The resource you are trying to access is unsupported on this Route 53 endpoint. Please /// consider using a newer endpoint or a tool that does so. /// </exception> /// <exception cref="Amazon.Route53.Model.InvalidInputException"> /// Some value specified in the request is invalid or the XML document is malformed. /// </exception> /// <exception cref="Amazon.Route53.Model.NoSuchHealthCheckException"> /// The health check you are trying to get or delete does not exist. /// </exception> public GetHealthCheckResponse GetHealthCheck(GetHealthCheckRequest request) { var marshaller = new GetHealthCheckRequestMarshaller(); var unmarshaller = GetHealthCheckResponseUnmarshaller.Instance; return Invoke<GetHealthCheckRequest,GetHealthCheckResponse>(request, marshaller, unmarshaller); }
/// <summary> /// Initiates the asynchronous execution of the GetHealthCheck operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the GetHealthCheck operation on AmazonRoute53Client.</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 EndGetHealthCheck /// operation.</returns> public IAsyncResult BeginGetHealthCheck(GetHealthCheckRequest request, AsyncCallback callback, object state) { var marshaller = new GetHealthCheckRequestMarshaller(); var unmarshaller = GetHealthCheckResponseUnmarshaller.Instance; return BeginInvoke<GetHealthCheckRequest>(request, marshaller, unmarshaller, callback, state); }
IAsyncResult invokeGetHealthCheck(GetHealthCheckRequest getHealthCheckRequest, AsyncCallback callback, object state, bool synchronized) { IRequest irequest = new GetHealthCheckRequestMarshaller().Marshall(getHealthCheckRequest); var unmarshaller = GetHealthCheckResponseUnmarshaller.GetInstance(); AsyncResult result = new AsyncResult(irequest, callback, state, synchronized, signer, unmarshaller); Invoke(result); return result; }
public void GetHealthCheckMarshallTest() { var operation = service_model.FindOperation("GetHealthCheck"); var request = InstantiateClassGenerator.Execute<GetHealthCheckRequest>(); var marshaller = new GetHealthCheckRequestMarshaller(); var internalRequest = marshaller.Marshall(request); RequestValidator.Validate("GetHealthCheck", request, internalRequest, service_model); var webResponse = new WebResponseData { Headers = { {"x-amzn-RequestId", Guid.NewGuid().ToString()}, {"x-amz-crc32","0"} } }; var payloadResponse = new XmlSampleGenerator(service_model, operation).Execute(); var context = new XmlUnmarshallerContext(Utils.CreateStreamFromString(payloadResponse), false, webResponse); ResponseUnmarshaller unmarshaller = GetHealthCheckResponseUnmarshaller.Instance; var response = unmarshaller.Unmarshall(context) as GetHealthCheckResponse; InstantiateClassGenerator.ValidateObjectFullyInstantiated(response); }