public void DisassociateVpcCidrBlockMarshallTest() { var operation = service_model.FindOperation("DisassociateVpcCidrBlock"); var request = InstantiateClassGenerator.Execute<DisassociateVpcCidrBlockRequest>(); var marshaller = new DisassociateVpcCidrBlockRequestMarshaller(); 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(); UnmarshallerContext context = new EC2UnmarshallerContext(Utils.CreateStreamFromString(payloadResponse), false, new WebResponseData()); var response = DisassociateVpcCidrBlockResponseUnmarshaller.Instance.Unmarshall(context) as DisassociateVpcCidrBlockResponse; InstantiateClassGenerator.ValidateObjectFullyInstantiated(response); }
/// <summary> /// Disassociates a CIDR block from a VPC. Currently, you can disassociate an IPv6 CIDR /// block only. You must detach or delete all gateways and resources that are associated /// with the CIDR block before you can disassociate it. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DisassociateVpcCidrBlock service method.</param> /// /// <returns>The response from the DisassociateVpcCidrBlock service method, as returned by EC2.</returns> public DisassociateVpcCidrBlockResponse DisassociateVpcCidrBlock(DisassociateVpcCidrBlockRequest request) { var marshaller = new DisassociateVpcCidrBlockRequestMarshaller(); var unmarshaller = DisassociateVpcCidrBlockResponseUnmarshaller.Instance; return Invoke<DisassociateVpcCidrBlockRequest,DisassociateVpcCidrBlockResponse>(request, marshaller, unmarshaller); }
/// <summary> /// Initiates the asynchronous execution of the DisassociateVpcCidrBlock operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the DisassociateVpcCidrBlock operation on AmazonEC2Client.</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 EndDisassociateVpcCidrBlock /// operation.</returns> public IAsyncResult BeginDisassociateVpcCidrBlock(DisassociateVpcCidrBlockRequest request, AsyncCallback callback, object state) { var marshaller = new DisassociateVpcCidrBlockRequestMarshaller(); var unmarshaller = DisassociateVpcCidrBlockResponseUnmarshaller.Instance; return BeginInvoke<DisassociateVpcCidrBlockRequest>(request, marshaller, unmarshaller, callback, state); }
/// <summary> /// Initiates the asynchronous execution of the DisassociateVpcCidrBlock operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the DisassociateVpcCidrBlock 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<DisassociateVpcCidrBlockResponse> DisassociateVpcCidrBlockAsync(DisassociateVpcCidrBlockRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var marshaller = new DisassociateVpcCidrBlockRequestMarshaller(); var unmarshaller = DisassociateVpcCidrBlockResponseUnmarshaller.Instance; return InvokeAsync<DisassociateVpcCidrBlockRequest,DisassociateVpcCidrBlockResponse>(request, marshaller, unmarshaller, cancellationToken); }