Amazon.ServerMigrationService.AmazonServerMigrationServiceClient.DisassociateConnector C# (CSharp) Method

DisassociateConnector() public method

The DisassociateConnector API will disassociate a connector from the Server Migration Service, rendering it unavailable to support replication jobs.
/// A parameter specified in the request is not valid, is unsupported, or cannot be used. /// /// The request is missing a required parameter. Ensure that you have supplied all the /// required parameters for the request. /// /// The specified operation is not allowed. This error can occur for a number of reasons; /// for example, you might be trying to start a Replication Run before seed Replication /// Run. /// /// This user does not have permissions to perform this operation. ///
public DisassociateConnector ( DisassociateConnectorRequest request ) : DisassociateConnectorResponse
request Amazon.ServerMigrationService.Model.DisassociateConnectorRequest Container for the necessary parameters to execute the DisassociateConnector service method.
return DisassociateConnectorResponse
        public DisassociateConnectorResponse DisassociateConnector(DisassociateConnectorRequest request)
        {
            var marshaller = new DisassociateConnectorRequestMarshaller();
            var unmarshaller = DisassociateConnectorResponseUnmarshaller.Instance;

            return Invoke<DisassociateConnectorRequest,DisassociateConnectorResponse>(request, marshaller, unmarshaller);
        }