Amazon FinSpace Dataset Browser will be discontinued on November 29,
2024
. Starting November 29, 2023
, FinSpace will no longer accept the creation of new Dataset Browser
environments. Customers using Amazon FinSpace with Managed Kdb Insights
ChangeRequest
A list of change request objects.
Contents
Note
In the following list, the required parameters are described first.
- changeType
-
Defines the type of change request. A
changeType
can have the following values:-
PUT – Adds or updates files in a database.
-
DELETE – Deletes files in a database.
Type: String
Valid Values:
PUT | DELETE
Required: Yes
-
- dbPath
-
Defines the path within the database directory.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1025.
Pattern:
^(\*)*[\/\?\*]([^\/]+\/){0,2}[^\/]*$
Required: Yes
- s3Path
-
Defines the S3 path of the source file that is required to add or update files in a database.
Type: String
Length Constraints: Minimum length of 9. Maximum length of 1093.
Pattern:
^s3:\/\/[a-z0-9][a-z0-9-.]{1,61}[a-z0-9]\/([^\/]+\/)*[^\/]*$
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: