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

DeleteServerCatalog() public method

The DeleteServerCatalog API clears all servers from your server catalog. This means that these servers will no longer be accessible to the Server Migration Service.
/// 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 DeleteServerCatalog ( DeleteServerCatalogRequest request ) : DeleteServerCatalogResponse
request DeleteServerCatalogRequest Container for the necessary parameters to execute the DeleteServerCatalog service method.
return DeleteServerCatalogResponse
        public DeleteServerCatalogResponse DeleteServerCatalog(DeleteServerCatalogRequest request)
        {
            var marshaller = new DeleteServerCatalogRequestMarshaller();
            var unmarshaller = DeleteServerCatalogResponseUnmarshaller.Instance;

            return Invoke<DeleteServerCatalogRequest,DeleteServerCatalogResponse>(request, marshaller, unmarshaller);
        }