/// <summary> /// <para> Deletes the specified LoadBalancer. </para> <para> If attempting to recreate the LoadBalancer, the client must reconfigure all the /// settings. The DNS name associated with a deleted LoadBalancer will no longer be usable. Once deleted, the name and associated DNS record of /// the LoadBalancer no longer exist and traffic sent to any of its IP addresses will no longer be delivered to client instances. The client /// will not receive the same DNS name even if a new LoadBalancer with same LoadBalancerName is created. </para> <para> To successfully call /// this API, the client must provide the same account credentials as were used to create the LoadBalancer. </para> <para><b>NOTE:</b> By /// design, if the LoadBalancer does not exist or has already been deleted, DeleteLoadBalancer still succeeds. </para> /// </summary> /// /// <param name="deleteLoadBalancerRequest">Container for the necessary parameters to execute the DeleteLoadBalancer service method on /// AmazonElasticLoadBalancing.</param> /// /// <returns>The response from the DeleteLoadBalancer service method, as returned by AmazonElasticLoadBalancing.</returns> /// public DeleteLoadBalancerResponse DeleteLoadBalancer(DeleteLoadBalancerRequest deleteLoadBalancerRequest) { IRequest <DeleteLoadBalancerRequest> request = new DeleteLoadBalancerRequestMarshaller().Marshall(deleteLoadBalancerRequest); DeleteLoadBalancerResponse response = Invoke <DeleteLoadBalancerRequest, DeleteLoadBalancerResponse> (request, this.signer, DeleteLoadBalancerResponseUnmarshaller.GetInstance()); return(response); }
public void DeleteLoadBalancerMarshallTest() { var operation = service_model.FindOperation("DeleteLoadBalancer"); var request = InstantiateClassGenerator.Execute <DeleteLoadBalancerRequest>(); var marshaller = new DeleteLoadBalancerRequestMarshaller(); var internalRequest = marshaller.Marshall(request); var validator = new AWSQueryValidator(internalRequest.Parameters, request, service_model, operation); validator.Validate(); var payloadResponse = new XmlSampleGenerator(service_model, operation).Execute(); var context = new XmlUnmarshallerContext(Utils.CreateStreamFromString(payloadResponse), false, null); var response = DeleteLoadBalancerResponseUnmarshaller.Instance.Unmarshall(context) as DeleteLoadBalancerResponse; InstantiateClassGenerator.ValidateObjectFullyInstantiated(response); }
/// <summary> /// Initiates the asynchronous execution of the DeleteLoadBalancer operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the DeleteLoadBalancer 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<DeleteLoadBalancerResponse> DeleteLoadBalancerAsync(DeleteLoadBalancerRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var marshaller = new DeleteLoadBalancerRequestMarshaller(); var unmarshaller = DeleteLoadBalancerResponseUnmarshaller.Instance; return InvokeAsync<DeleteLoadBalancerRequest,DeleteLoadBalancerResponse>(request, marshaller, unmarshaller, cancellationToken); }
internal DeleteLoadBalancerResponse DeleteLoadBalancer(DeleteLoadBalancerRequest request) { var marshaller = new DeleteLoadBalancerRequestMarshaller(); var unmarshaller = DeleteLoadBalancerResponseUnmarshaller.Instance; return Invoke<DeleteLoadBalancerRequest,DeleteLoadBalancerResponse>(request, marshaller, unmarshaller); }
IAsyncResult invokeDeleteLoadBalancer(DeleteLoadBalancerRequest deleteLoadBalancerRequest, AsyncCallback callback, object state, bool synchronized) { IRequest irequest = new DeleteLoadBalancerRequestMarshaller().Marshall(deleteLoadBalancerRequest); var unmarshaller = DeleteLoadBalancerResponseUnmarshaller.GetInstance(); AsyncResult result = new AsyncResult(irequest, callback, state, synchronized, signer, unmarshaller); Invoke(result); return result; }
/// <summary> /// <para> Deletes the specified load balancer. </para> <para> If attempting to recreate the load balancer, you must reconfigure all the /// settings. The DNS name associated with a deleted load balancer will no longer be usable. Once deleted, the name and associated DNS record of /// the load balancer no longer exist and traffic sent to any of its IP addresses will no longer be delivered to back-end instances. </para> /// <para> To successfully call this API, you must provide the same account credentials as were used to create the load balancer. </para> /// <para><b>NOTE:</b> By design, if the load balancer does not exist or has already been deleted, a call to DeleteLoadBalancer action still /// succeeds. </para> /// </summary> /// /// <param name="deleteLoadBalancerRequest">Container for the necessary parameters to execute the DeleteLoadBalancer service method on /// AmazonElasticLoadBalancing.</param> /// /// <returns>The response from the DeleteLoadBalancer service method, as returned by AmazonElasticLoadBalancing.</returns> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> public async Task<DeleteLoadBalancerResponse> DeleteLoadBalancerAsync(DeleteLoadBalancerRequest deleteLoadBalancerRequest, CancellationToken cancellationToken = default(CancellationToken)) { var marshaller = new DeleteLoadBalancerRequestMarshaller(); var unmarshaller = DeleteLoadBalancerResponseUnmarshaller.GetInstance(); var response = await Invoke<IRequest, DeleteLoadBalancerRequest, DeleteLoadBalancerResponse>(deleteLoadBalancerRequest, marshaller, unmarshaller, signer, cancellationToken) .ConfigureAwait(continueOnCapturedContext: false); return response; }
/// <summary> /// <para> Deletes the specified LoadBalancer. </para> <para> If /// attempting to recreate the LoadBalancer, the client must reconfigure /// all the settings. The DNS name associated with a deleted LoadBalancer /// will no longer be usable. Once deleted, the name and associated DNS /// record of the LoadBalancer no longer exist and traffic sent to any of /// its IP addresses will no longer be delivered to client instances. The /// client will not receive the same DNS name even if a new LoadBalancer /// with same LoadBalancerName is created. </para> <para> To successfully /// call this API, the client must provide the same account credentials as /// were used to create the LoadBalancer. </para> <para><b>NOTE:</b> By /// design, if the LoadBalancer does not exist or has already been /// deleted, DeleteLoadBalancer still succeeds. </para> /// </summary> /// /// <param name="deleteLoadBalancerRequest">Container for the necessary /// parameters to execute the DeleteLoadBalancer service method on /// AmazonElasticLoadBalancing.</param> /// /// <returns>The response from the DeleteLoadBalancer service method, as /// returned by AmazonElasticLoadBalancing.</returns> /// public DeleteLoadBalancerResponse DeleteLoadBalancer(DeleteLoadBalancerRequest deleteLoadBalancerRequest) { IRequest<DeleteLoadBalancerRequest> request = new DeleteLoadBalancerRequestMarshaller().Marshall(deleteLoadBalancerRequest); DeleteLoadBalancerResponse response = Invoke<DeleteLoadBalancerRequest, DeleteLoadBalancerResponse> (request, this.signer, DeleteLoadBalancerResponseUnmarshaller.GetInstance()); return response; }
/// <summary> /// Initiates the asynchronous execution of the DeleteLoadBalancer operation. /// <seealso cref="Amazon.ElasticLoadBalancing.IAmazonElasticLoadBalancing.DeleteLoadBalancer"/> /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the DeleteLoadBalancer 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<DeleteLoadBalancerResponse> DeleteLoadBalancerAsync(DeleteLoadBalancerRequest request, CancellationToken cancellationToken = default(CancellationToken)) { var marshaller = new DeleteLoadBalancerRequestMarshaller(); var unmarshaller = DeleteLoadBalancerResponseUnmarshaller.GetInstance(); return Invoke<IRequest, DeleteLoadBalancerRequest, DeleteLoadBalancerResponse>(request, marshaller, unmarshaller, signer, cancellationToken); }
public void DeleteLoadBalancerMarshallTest() { var operation = service_model.FindOperation("DeleteLoadBalancer"); var request = InstantiateClassGenerator.Execute<DeleteLoadBalancerRequest>(); var marshaller = new DeleteLoadBalancerRequestMarshaller(); var internalRequest = marshaller.Marshall(request); var validator = new AWSQueryValidator(internalRequest.Parameters, request, service_model, operation); validator.Validate(); var payloadResponse = new XmlSampleGenerator(service_model, operation).Execute(); var context = new XmlUnmarshallerContext(Utils.CreateStreamFromString(payloadResponse), false, null); var response = DeleteLoadBalancerResponseUnmarshaller.Instance.Unmarshall(context) as DeleteLoadBalancerResponse; InstantiateClassGenerator.ValidateObjectFullyInstantiated(response); }
IAsyncResult invokeDeleteLoadBalancer(DeleteLoadBalancerRequest request, AsyncCallback callback, object state, bool synchronized) { var marshaller = new DeleteLoadBalancerRequestMarshaller(); var unmarshaller = DeleteLoadBalancerResponseUnmarshaller.Instance; return Invoke(request, callback, state, synchronized, marshaller, unmarshaller, signer); }
/// <summary> /// Initiates the asynchronous execution of the DeleteLoadBalancer operation. /// <seealso cref="Amazon.ElasticLoadBalancing.IAmazonElasticLoadBalancing"/> /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the DeleteLoadBalancer operation on AmazonElasticLoadBalancingClient.</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 EndDeleteLoadBalancer /// operation.</returns> public IAsyncResult BeginDeleteLoadBalancer(DeleteLoadBalancerRequest request, AsyncCallback callback, object state) { var marshaller = new DeleteLoadBalancerRequestMarshaller(); var unmarshaller = DeleteLoadBalancerResponseUnmarshaller.Instance; return BeginInvoke<DeleteLoadBalancerRequest>(request, marshaller, unmarshaller, callback, state); }