Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Finspacedata

import { Finspacedata } from "https://aws-api.deno.dev/v0.2/services/finspacedata.ts?docs=full";
class Finspacedata {
constructor(apiFactory: client.ApiFactory);
async createChangeset(params: CreateChangesetRequest, opts?: client.RequestOptions): Promise<CreateChangesetResponse>;
async getProgrammaticAccessCredentials(params: GetProgrammaticAccessCredentialsRequest, opts?: client.RequestOptions): Promise<GetProgrammaticAccessCredentialsResponse>;
async getWorkingLocation(params?: GetWorkingLocationRequest, opts?: client.RequestOptions): Promise<GetWorkingLocationResponse>;
 
static ApiMetadata: client.ApiMetadata;
}

§Constructors

§
new Finspacedata(apiFactory: client.ApiFactory)
[src]

§Methods

§

Creates a new changeset in a FinSpace dataset.

§

Request programmatic credentials to use with Habanero SDK.

§

A temporary Amazon S3 location to copy your files from a source location to stage or use as a scratch space in Habanero notebook.

§Static Properties