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>;
§Constructors
§
new Finspacedata(apiFactory: client.ApiFactory)
[src]§Methods
§
createChangeset(params: CreateChangesetRequest, opts?: client.RequestOptions): Promise<CreateChangesetResponse>
[src]Creates a new changeset in a FinSpace dataset.
§
getProgrammaticAccessCredentials(params: GetProgrammaticAccessCredentialsRequest, opts?: client.RequestOptions): Promise<GetProgrammaticAccessCredentialsResponse>
[src]Request programmatic credentials to use with Habanero SDK.
§
getWorkingLocation(params?: GetWorkingLocationRequest, opts?: client.RequestOptions): Promise<GetWorkingLocationResponse>
[src]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
§
ApiMetadata: client.ApiMetadata
[src]