Values.DeploymentSourceAn immutable representation of an API that can be called by users. A Deployment must be associated with a Stage for it to be callable over the internet.
type nonrec t = {autoDeployed : bool option;Specifies whether a deployment was automatically released.
*)createdDate : string option;The date and time when the Deployment resource was created.
*)deploymentId : Id.t option;The identifier for the deployment.
*)deploymentStatus : DeploymentStatus.t option;The status of the deployment: PENDING, FAILED, or SUCCEEDED.
*)deploymentStatusMessage : string option;May contain additional feedback on the status of an API deployment.
*)description : StringWithLengthBetween0And1024.t option;The description for the deployment.
*)}