interface UpdateDatasetEntriesRequest {
    Changes: undefined | DatasetChanges;
    DatasetArn: undefined | string;
}

Hierarchy (view full)

Properties

Properties

Changes: undefined | DatasetChanges

The changes that you want to make to the dataset.

DatasetArn: undefined | string

The Amazon Resource Name (ARN) of the dataset that you want to update.