IAsyncResult invokeDeleteClusterSecurityGroup(DeleteClusterSecurityGroupRequest deleteClusterSecurityGroupRequest, AsyncCallback callback, object state, bool synchronized) { IRequest irequest = new DeleteClusterSecurityGroupRequestMarshaller().Marshall(deleteClusterSecurityGroupRequest); var unmarshaller = DeleteClusterSecurityGroupResponseUnmarshaller.GetInstance(); AsyncResult result = new AsyncResult(irequest, callback, state, synchronized, signer, unmarshaller); Invoke(result); return result; }
/// <summary> /// Deletes an Amazon Redshift security group. /// /// <note>You cannot delete a security group that is associated with any clusters. You /// cannot delete the default security group.</note> /// <para> /// For information about managing security groups, go to <a href="http://docs.aws.amazon.com/redshift/latest/mgmt/working-with-security-groups.html">Amazon /// Redshift Cluster Security Groups</a> in the <i>Amazon Redshift Cluster Management /// Guide</i>. /// </para> /// </summary> /// <param name="request">Container for the necessary parameters to execute the DeleteClusterSecurityGroup service method.</param> /// /// <returns>The response from the DeleteClusterSecurityGroup service method, as returned by Redshift.</returns> /// <exception cref="Amazon.Redshift.Model.ClusterSecurityGroupNotFoundException"> /// The cluster security group name does not refer to an existing cluster security group. /// </exception> /// <exception cref="Amazon.Redshift.Model.InvalidClusterSecurityGroupStateException"> /// The state of the cluster security group is not <code>available</code>. /// </exception> public DeleteClusterSecurityGroupResponse DeleteClusterSecurityGroup(DeleteClusterSecurityGroupRequest request) { var marshaller = new DeleteClusterSecurityGroupRequestMarshaller(); var unmarshaller = DeleteClusterSecurityGroupResponseUnmarshaller.Instance; return Invoke<DeleteClusterSecurityGroupRequest,DeleteClusterSecurityGroupResponse>(request, marshaller, unmarshaller); }
/// <summary> /// Initiates the asynchronous execution of the DeleteClusterSecurityGroup operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the DeleteClusterSecurityGroup operation on AmazonRedshiftClient.</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 EndDeleteClusterSecurityGroup /// operation.</returns> public IAsyncResult BeginDeleteClusterSecurityGroup(DeleteClusterSecurityGroupRequest request, AsyncCallback callback, object state) { var marshaller = new DeleteClusterSecurityGroupRequestMarshaller(); var unmarshaller = DeleteClusterSecurityGroupResponseUnmarshaller.Instance; return BeginInvoke<DeleteClusterSecurityGroupRequest>(request, marshaller, unmarshaller, callback, state); }
public void DeleteClusterSecurityGroupMarshallTest() { var operation = service_model.FindOperation("DeleteClusterSecurityGroup"); var request = InstantiateClassGenerator.Execute<DeleteClusterSecurityGroupRequest>(); var marshaller = new DeleteClusterSecurityGroupRequestMarshaller(); var internalRequest = marshaller.Marshall(request); var validator = new AWSQueryValidator(internalRequest.Parameters, request, service_model, operation); validator.Validate(); }
/// <summary> /// <para> Deletes an Amazon Redshift security group. </para> <para><b>NOTE:</b>You cannot delete a security group that is associated with any /// clusters. You cannot delete the default security group.</para> <para> For information about managing security groups, go to <a href="http://docs.aws.amazon.com/redshift/latest/mgmt/working-with-security-groups.html">Amazon Redshift Cluster Security Groups</a> in the /// <i>Amazon Redshift Management Guide</i> . /// </para> /// </summary> /// /// <param name="deleteClusterSecurityGroupRequest">Container for the necessary parameters to execute the DeleteClusterSecurityGroup service /// method on AmazonRedshift.</param> /// /// <exception cref="T:Amazon.Redshift.Model.InvalidClusterSecurityGroupStateException" /> /// <exception cref="T:Amazon.Redshift.Model.ClusterSecurityGroupNotFoundException" /> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> public Task<DeleteClusterSecurityGroupResponse> DeleteClusterSecurityGroupAsync(DeleteClusterSecurityGroupRequest deleteClusterSecurityGroupRequest, CancellationToken cancellationToken = default(CancellationToken)) { var marshaller = new DeleteClusterSecurityGroupRequestMarshaller(); var unmarshaller = DeleteClusterSecurityGroupResponseUnmarshaller.GetInstance(); return Invoke<IRequest, DeleteClusterSecurityGroupRequest, DeleteClusterSecurityGroupResponse>(deleteClusterSecurityGroupRequest, marshaller, unmarshaller, signer, cancellationToken); }
/// <summary> /// <para> Deletes an Amazon Redshift security group. </para> <para><b>NOTE:</b>You cannot delete a security group that is associated with any /// clusters. You cannot delete the default security group.</para> <para> For information about managing security groups, go to <a href="http://docs.aws.amazon.com/redshift/latest/mgmt/working-with-security-groups.html">Amazon Redshift Cluster Security Groups</a> in the /// <i>Amazon Redshift Management Guide</i> . /// </para> /// </summary> /// /// <param name="deleteClusterSecurityGroupRequest">Container for the necessary parameters to execute the DeleteClusterSecurityGroup service /// method on AmazonRedshift.</param> /// /// <exception cref="T:Amazon.Redshift.Model.InvalidClusterSecurityGroupStateException" /> /// <exception cref="T:Amazon.Redshift.Model.ClusterSecurityGroupNotFoundException" /> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> public async Task<DeleteClusterSecurityGroupResponse> DeleteClusterSecurityGroupAsync(DeleteClusterSecurityGroupRequest deleteClusterSecurityGroupRequest, CancellationToken cancellationToken = default(CancellationToken)) { var marshaller = new DeleteClusterSecurityGroupRequestMarshaller(); var unmarshaller = DeleteClusterSecurityGroupResponseUnmarshaller.GetInstance(); var response = await Invoke<IRequest, DeleteClusterSecurityGroupRequest, DeleteClusterSecurityGroupResponse>(deleteClusterSecurityGroupRequest, marshaller, unmarshaller, signer, cancellationToken) .ConfigureAwait(continueOnCapturedContext: false); return response; }
/// <summary> /// Initiates the asynchronous execution of the DeleteClusterSecurityGroup operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the DeleteClusterSecurityGroup 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<DeleteClusterSecurityGroupResponse> DeleteClusterSecurityGroupAsync(DeleteClusterSecurityGroupRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var marshaller = new DeleteClusterSecurityGroupRequestMarshaller(); var unmarshaller = DeleteClusterSecurityGroupResponseUnmarshaller.Instance; return InvokeAsync<DeleteClusterSecurityGroupRequest,DeleteClusterSecurityGroupResponse>(request, marshaller, unmarshaller, cancellationToken); }
IAsyncResult invokeDeleteClusterSecurityGroup(DeleteClusterSecurityGroupRequest request, AsyncCallback callback, object state, bool synchronized) { var marshaller = new DeleteClusterSecurityGroupRequestMarshaller(); var unmarshaller = DeleteClusterSecurityGroupResponseUnmarshaller.Instance; return Invoke(request, callback, state, synchronized, marshaller, unmarshaller, signer); }