@aws-sdk/client-finspace-data 3.451.0 → 3.452.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/commands/AssociateUserToPermissionGroupCommand.d.ts +2 -0
- package/dist-types/commands/CreateChangesetCommand.d.ts +2 -0
- package/dist-types/commands/CreateDataViewCommand.d.ts +2 -0
- package/dist-types/commands/CreateDatasetCommand.d.ts +2 -0
- package/dist-types/commands/CreatePermissionGroupCommand.d.ts +2 -0
- package/dist-types/commands/CreateUserCommand.d.ts +2 -0
- package/dist-types/commands/DeleteDatasetCommand.d.ts +2 -0
- package/dist-types/commands/DeletePermissionGroupCommand.d.ts +2 -0
- package/dist-types/commands/DisableUserCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateUserFromPermissionGroupCommand.d.ts +2 -0
- package/dist-types/commands/EnableUserCommand.d.ts +2 -0
- package/dist-types/commands/GetChangesetCommand.d.ts +2 -0
- package/dist-types/commands/GetDataViewCommand.d.ts +2 -0
- package/dist-types/commands/GetDatasetCommand.d.ts +2 -0
- package/dist-types/commands/GetExternalDataViewAccessDetailsCommand.d.ts +2 -0
- package/dist-types/commands/GetPermissionGroupCommand.d.ts +2 -0
- package/dist-types/commands/GetProgrammaticAccessCredentialsCommand.d.ts +2 -0
- package/dist-types/commands/GetUserCommand.d.ts +2 -0
- package/dist-types/commands/GetWorkingLocationCommand.d.ts +2 -0
- package/dist-types/commands/ListChangesetsCommand.d.ts +2 -0
- package/dist-types/commands/ListDataViewsCommand.d.ts +2 -0
- package/dist-types/commands/ListDatasetsCommand.d.ts +2 -0
- package/dist-types/commands/ListPermissionGroupsByUserCommand.d.ts +2 -0
- package/dist-types/commands/ListPermissionGroupsCommand.d.ts +2 -0
- package/dist-types/commands/ListUsersByPermissionGroupCommand.d.ts +2 -0
- package/dist-types/commands/ListUsersCommand.d.ts +2 -0
- package/dist-types/commands/ResetUserPasswordCommand.d.ts +2 -0
- package/dist-types/commands/UpdateChangesetCommand.d.ts +2 -0
- package/dist-types/commands/UpdateDatasetCommand.d.ts +2 -0
- package/dist-types/commands/UpdatePermissionGroupCommand.d.ts +2 -0
- package/dist-types/commands/UpdateUserCommand.d.ts +2 -0
- package/package.json +1 -1
|
@@ -23,6 +23,8 @@ export interface AssociateUserToPermissionGroupCommandOutput extends AssociateUs
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
+
* @deprecated
|
|
27
|
+
*
|
|
26
28
|
* <p>Adds a user to a permission group to grant permissions for actions a user can perform in FinSpace.</p>
|
|
27
29
|
* @example
|
|
28
30
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -23,6 +23,8 @@ export interface CreateChangesetCommandOutput extends CreateChangesetResponse, _
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
+
* @deprecated
|
|
27
|
+
*
|
|
26
28
|
* <p>Creates a new Changeset in a FinSpace Dataset.</p>
|
|
27
29
|
* @example
|
|
28
30
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -23,6 +23,8 @@ export interface CreateDataViewCommandOutput extends CreateDataViewResponse, __M
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
+
* @deprecated
|
|
27
|
+
*
|
|
26
28
|
* <p>Creates a Dataview for a Dataset.</p>
|
|
27
29
|
* @example
|
|
28
30
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -23,6 +23,8 @@ export interface CreateDatasetCommandOutput extends CreateDatasetResponse, __Met
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
+
* @deprecated
|
|
27
|
+
*
|
|
26
28
|
* <p>Creates a new FinSpace Dataset.</p>
|
|
27
29
|
* @example
|
|
28
30
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -23,6 +23,8 @@ export interface CreatePermissionGroupCommandOutput extends CreatePermissionGrou
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
+
* @deprecated
|
|
27
|
+
*
|
|
26
28
|
* <p>Creates a group of permissions for various actions that a user can perform in FinSpace.</p>
|
|
27
29
|
* @example
|
|
28
30
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -23,6 +23,8 @@ export interface CreateUserCommandOutput extends CreateUserResponse, __MetadataB
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
+
* @deprecated
|
|
27
|
+
*
|
|
26
28
|
* <p>Creates a new user in FinSpace.</p>
|
|
27
29
|
* @example
|
|
28
30
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -23,6 +23,8 @@ export interface DeletePermissionGroupCommandOutput extends DeletePermissionGrou
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
+
* @deprecated
|
|
27
|
+
*
|
|
26
28
|
* <p>Deletes a permission group. This action is irreversible.</p>
|
|
27
29
|
* @example
|
|
28
30
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -23,6 +23,8 @@ export interface DisableUserCommandOutput extends DisableUserResponse, __Metadat
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
+
* @deprecated
|
|
27
|
+
*
|
|
26
28
|
* <p>Denies access to the FinSpace web application and API for the specified user.</p>
|
|
27
29
|
* @example
|
|
28
30
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -23,6 +23,8 @@ export interface DisassociateUserFromPermissionGroupCommandOutput extends Disass
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
+
* @deprecated
|
|
27
|
+
*
|
|
26
28
|
* <p>Removes a user from a permission group.</p>
|
|
27
29
|
* @example
|
|
28
30
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -23,6 +23,8 @@ export interface EnableUserCommandOutput extends EnableUserResponse, __MetadataB
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
+
* @deprecated
|
|
27
|
+
*
|
|
26
28
|
* <p> Allows the specified user to access the FinSpace web application and API.</p>
|
|
27
29
|
* @example
|
|
28
30
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -23,6 +23,8 @@ export interface GetChangesetCommandOutput extends GetChangesetResponse, __Metad
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
+
* @deprecated
|
|
27
|
+
*
|
|
26
28
|
* <p>Get information about a Changeset.</p>
|
|
27
29
|
* @example
|
|
28
30
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -23,6 +23,8 @@ export interface GetDataViewCommandOutput extends GetDataViewResponse, __Metadat
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
+
* @deprecated
|
|
27
|
+
*
|
|
26
28
|
* <p>Gets information about a Dataview.</p>
|
|
27
29
|
* @example
|
|
28
30
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -23,6 +23,8 @@ export interface GetDatasetCommandOutput extends GetDatasetResponse, __MetadataB
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
+
* @deprecated
|
|
27
|
+
*
|
|
26
28
|
* <p>Returns information about a Dataset.</p>
|
|
27
29
|
* @example
|
|
28
30
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -23,6 +23,8 @@ export interface GetPermissionGroupCommandOutput extends GetPermissionGroupRespo
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
+
* @deprecated
|
|
27
|
+
*
|
|
26
28
|
* <p>Retrieves the details of a specific permission group.</p>
|
|
27
29
|
* @example
|
|
28
30
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -23,6 +23,8 @@ export interface GetProgrammaticAccessCredentialsCommandOutput extends GetProgra
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
+
* @deprecated
|
|
27
|
+
*
|
|
26
28
|
* <p>Request programmatic credentials to use with FinSpace SDK. For more information, see <a href="https://docs.aws.amazon.com/finspace/latest/data-api/fs-using-the-finspace-api.html#accessing-credentials">Step 2. Access credentials programmatically using IAM access key id and secret access key</a>.</p>
|
|
27
29
|
* @example
|
|
28
30
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -23,6 +23,8 @@ export interface GetUserCommandOutput extends GetUserResponse, __MetadataBearer
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
+
* @deprecated
|
|
27
|
+
*
|
|
26
28
|
* <p>Retrieves details for a specific user.</p>
|
|
27
29
|
* @example
|
|
28
30
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -23,6 +23,8 @@ export interface GetWorkingLocationCommandOutput extends GetWorkingLocationRespo
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
+
* @deprecated
|
|
27
|
+
*
|
|
26
28
|
* <p>A temporary Amazon S3 location, where you can copy your files from a source location to stage or use
|
|
27
29
|
* as a scratch space in FinSpace notebook.</p>
|
|
28
30
|
* @example
|
|
@@ -23,6 +23,8 @@ export interface ListChangesetsCommandOutput extends ListChangesetsResponse, __M
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
+
* @deprecated
|
|
27
|
+
*
|
|
26
28
|
* <p>Lists the FinSpace Changesets for a Dataset.</p>
|
|
27
29
|
* @example
|
|
28
30
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -23,6 +23,8 @@ export interface ListDataViewsCommandOutput extends ListDataViewsResponse, __Met
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
+
* @deprecated
|
|
27
|
+
*
|
|
26
28
|
* <p>Lists all available Dataviews for a Dataset.</p>
|
|
27
29
|
* @example
|
|
28
30
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -23,6 +23,8 @@ export interface ListDatasetsCommandOutput extends ListDatasetsResponse, __Metad
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
+
* @deprecated
|
|
27
|
+
*
|
|
26
28
|
* <p>Lists all of the active Datasets that a user has access to.</p>
|
|
27
29
|
* @example
|
|
28
30
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -23,6 +23,8 @@ export interface ListPermissionGroupsByUserCommandOutput extends ListPermissionG
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
+
* @deprecated
|
|
27
|
+
*
|
|
26
28
|
* <p>Lists all the permission groups that are associated with a specific user.</p>
|
|
27
29
|
* @example
|
|
28
30
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -23,6 +23,8 @@ export interface ListPermissionGroupsCommandOutput extends ListPermissionGroupsR
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
+
* @deprecated
|
|
27
|
+
*
|
|
26
28
|
* <p>Lists all available permission groups in FinSpace.</p>
|
|
27
29
|
* @example
|
|
28
30
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -23,6 +23,8 @@ export interface ListUsersByPermissionGroupCommandOutput extends ListUsersByPerm
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
+
* @deprecated
|
|
27
|
+
*
|
|
26
28
|
* <p>Lists details of all the users in a specific permission group.</p>
|
|
27
29
|
* @example
|
|
28
30
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -23,6 +23,8 @@ export interface ListUsersCommandOutput extends ListUsersResponse, __MetadataBea
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
+
* @deprecated
|
|
27
|
+
*
|
|
26
28
|
* <p>Lists all available users in FinSpace.</p>
|
|
27
29
|
* @example
|
|
28
30
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -23,6 +23,8 @@ export interface ResetUserPasswordCommandOutput extends ResetUserPasswordRespons
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
+
* @deprecated
|
|
27
|
+
*
|
|
26
28
|
* <p>Resets the password for a specified user ID and generates a temporary one. Only a superuser can reset password for other users. Resetting the password immediately invalidates the previous password associated with the user.</p>
|
|
27
29
|
* @example
|
|
28
30
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -23,6 +23,8 @@ export interface UpdatePermissionGroupCommandOutput extends UpdatePermissionGrou
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
+
* @deprecated
|
|
27
|
+
*
|
|
26
28
|
* <p>Modifies the details of a permission group. You cannot modify a <code>permissionGroupID</code>.</p>
|
|
27
29
|
* @example
|
|
28
30
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -23,6 +23,8 @@ export interface UpdateUserCommandOutput extends UpdateUserResponse, __MetadataB
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
+
* @deprecated
|
|
27
|
+
*
|
|
26
28
|
* <p>Modifies the details of the specified user. You cannot update the <code>userId</code> for a user.</p>
|
|
27
29
|
* @example
|
|
28
30
|
* Use a bare-bones client and the command you need to make an API call.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-finspace-data",
|
|
3
3
|
"description": "AWS SDK for JavaScript Finspace Data Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.452.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|