Note: You are viewing the documentation for an older major version of the AWS SDK for JavaScript (v2).
The modular AWS SDK for JavaScript (v3) is now General Available. For more information see the Developer Guide or API Reference.
Class: AWS.Finspacedata
- Inherits:
-
AWS.Service
- Object
- AWS.Service
- AWS.Finspacedata
- Identifier:
- finspacedata
- API Version:
- 2020-07-13
- Defined in:
- (unknown)
Overview
Constructs a service interface object. Each API operation is exposed as a function on service.
Service Description
The FinSpace APIs let you take actions inside the FinSpace environment.
Sending a Request Using Finspacedata
var finspacedata = new AWS.Finspacedata();
finspacedata.createChangeset(params, function (err, data) {
if (err) console.log(err, err.stack); // an error occurred
else console.log(data); // successful response
});
Locking the API Version
In order to ensure that the Finspacedata object uses this specific API, you can
construct the object by passing the apiVersion
option to the constructor:
var finspacedata = new AWS.Finspacedata({apiVersion: '2020-07-13'});
You can also set the API version globally in AWS.config.apiVersions
using
the finspacedata service identifier:
AWS.config.apiVersions = {
finspacedata: '2020-07-13',
// other service API versions
};
var finspacedata = new AWS.Finspacedata();
Constructor Summary
-
new AWS.Finspacedata(options = {}) ⇒ Object
constructor
Constructs a service object.
Property Summary
-
endpoint ⇒ AWS.Endpoint
readwrite
An Endpoint object representing the endpoint URL for service requests.
Properties inherited from AWS.Service
Method Summary
-
createChangeset(params = {}, callback) ⇒ AWS.Request
Creates a new changeset in a FinSpace dataset.
-
getProgrammaticAccessCredentials(params = {}, callback) ⇒ AWS.Request
Request programmatic credentials to use with Habanero SDK.
-
getWorkingLocation(params = {}, callback) ⇒ AWS.Request
A temporary Amazon S3 location to copy your files from a source location to stage or use as a scratch space in Habanero notebook.
Methods inherited from AWS.Service
makeRequest, makeUnauthenticatedRequest, waitFor, defineService