Create a new DataStores instance.
Function for making API requests
Create a new data store.
Parameters for the data store to create
Promise with the created data store
Delete a data store.
The data store ID to delete
Promise that resolves when the data store is deleted
Get data store details by ID.
The data store ID to retrieve
Promise with the data store details
List all data stores for a team.
The team ID to filter data stores by
Optional
options: ListDataStoresOptions<C>Optional parameters for filtering and pagination
Promise with the list of data stores
Update a data store.
The data store ID to update
The data store properties to update
Promise with the updated data store
Class providing methods for working with Make data stores. Data stores allow storing and managing data within Make for use across scenarios. They function as simple databases for storing information between scenario runs.