Values.UpdateDataLakeDatasetRequestSourceThe request parameters of UpdateDataLakeDataset.
type nonrec t = {instanceId : UUID.t;The Amazon Web Services Chain instance identifier.
*)namespace : DataLakeNamespaceName.t;The namespace of the dataset, besides the custom defined namespace, every instance comes with below pre-defined namespaces: asc - For information on the Amazon Web Services Supply Chain supported datasets see https://docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html. default - For datasets with custom user-defined schemas.
*)name : DataLakeDatasetName.t;The name of the dataset. For asc namespace, the name must be one of the supported data entities under https://docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html.
*)description : DataLakeDatasetDescription.t option;The updated description of the data lake dataset.
*)}val make :
?description:??? ->
instanceId:UUID.t ->
namespace:DataLakeNamespaceName.t ->
name:DataLakeDatasetName.t ->
unit ->
t