Module Values.UpdateProjectRequestSource

Modifies the definition of an existing DataBrew project.

Sourcetype nonrec t = {
  1. sample : Sample.t option;
  2. roleArn : Arn.t;
    (*

    The Amazon Resource Name (ARN) of the IAM role to be assumed for this request.

    *)
  3. name : ProjectName.t;
    (*

    The name of the project to be updated.

    *)
}
Sourceval context_ : string
Sourceval make : ?sample:??? -> roleArn:Arn.t -> name:ProjectName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Arn.t | `Structure of (string * [> `Enum of string | `Integer of SampleSize.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t