Values.CreateDeploymentRequestSourceCreates a deployment. ''CreateDeployment'' requests are idempotent with respect to the ''X-Amzn-Client-Token'' token and the request parameters.
type nonrec t = {amznClientToken : string option;A client token used to correlate requests and responses.
*)deploymentId : string option;The ID of the deployment if you wish to redeploy a previous deployment.
*)deploymentType : DeploymentType.t;The type of deployment. When used for ''CreateDeployment'', only ''NewDeployment'' and ''Redeployment'' are valid.
*)groupId : string;The ID of the Greengrass group.
*)groupVersionId : string option;The ID of the group version to be deployed.
*)}val make :
?amznClientToken:??? ->
?deploymentId:??? ->
?groupVersionId:??? ->
deploymentType:DeploymentType.t ->
groupId:string ->
unit ->
t