Values.CreateDeploymentRequestSourceThe request structure for the create a new deployment request.
type nonrec t = {appId : AppId.t;The unique ID for an Amplify app.
*)branchName : BranchName.t;The name of the branch to use for the job.
*)fileMap : FileMap.t option;An optional file map that contains the file name as the key and the file content md5 hash as the value. If this argument is provided, the service will generate a unique upload URL per file. Otherwise, the service will only generate a single upload URL for the zipped files.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of FileName.t ] * [> `String of MD5Hash.t ]) list
| `String of AppId.t ])
list ]