Values.CreateDeploymentResponseSourceCreates a Deployment for an API.
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.
*)}type nonrec error = [ | `BadRequestException of BadRequestException.t| `ConflictException of ConflictException.t| `NotFoundException of NotFoundException.t| `TooManyRequestsException of TooManyRequestsException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BadRequestException of BadRequestException.t
| `ConflictException of ConflictException.t
| `NotFoundException of NotFoundException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequestException of BadRequestException.t
| `ConflictException of ConflictException.t
| `NotFoundException of NotFoundException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option ]