Values.DeleteReservationResponseSourcePlaceholder documentation for DeleteReservationResponse
type nonrec t = {arn : string option;Unique reservation ARN, e.g. 'arn:aws:medialive:us-west-2:123456789012:reservation:1234567'
*)count : int option;Number of reserved resources
*)currencyCode : string option;Currency code for usagePrice and fixedPrice in ISO-4217 format, e.g. 'USD'
*)duration : int option;Lease duration, e.g. '12'
*)durationUnits : OfferingDurationUnits.t option;Units for duration, e.g. 'MONTHS'
*)end_ : string option;Reservation UTC end date and time in ISO-8601 format, e.g. '2019-03-01T00:00:00'
*)fixedPrice : float option;One-time charge for each reserved resource, e.g. '0.0' for a NO_UPFRONT offering
*)name : string option;User specified reservation name
*)offeringDescription : string option;Offering description, e.g. 'HD AVC output at 10-20 Mbps, 30 fps, and standard VQ in US West (Oregon)'
*)offeringId : string option;Unique offering ID, e.g. '87654321'
*)offeringType : OfferingType.t option;Offering type, e.g. 'NO_UPFRONT'
*)region : string option;AWS region, e.g. 'us-west-2'
*)renewalSettings : RenewalSettings.t option;Renewal settings for the reservation
*)reservationId : string option;Unique reservation ID, e.g. '1234567'
*)resourceSpecification : ReservationResourceSpecification.t option;Resource configuration details
*)start : string option;Reservation UTC start date and time in ISO-8601 format, e.g. '2018-03-01T00:00:00'
*)state : ReservationState.t option;Current state of reservation, e.g. 'ACTIVE'
*)usagePrice : float option;Recurring usage charge for each reserved resource, e.g. '157.0'
*)}type nonrec error = [ | `BadGatewayException of BadGatewayException.t| `BadRequestException of BadRequestException.t| `ConflictException of ConflictException.t| `ForbiddenException of ForbiddenException.t| `GatewayTimeoutException of GatewayTimeoutException.t| `InternalServerErrorException of InternalServerErrorException.t| `NotFoundException of NotFoundException.t| `TooManyRequestsException of TooManyRequestsException.t| `Unknown_operation_error of string * string option ]val make :
?arn:??? ->
?count:??? ->
?currencyCode:??? ->
?duration:??? ->
?durationUnits:??? ->
?end_:??? ->
?fixedPrice:??? ->
?name:??? ->
?offeringDescription:??? ->
?offeringId:??? ->
?offeringType:??? ->
?region:??? ->
?renewalSettings:??? ->
?reservationId:??? ->
?resourceSpecification:??? ->
?start:??? ->
?state:??? ->
?tags:??? ->
?usagePrice:??? ->
unit ->
tval error_of_json :
string ->
Yojson.Safe.t ->
[> `BadGatewayException of BadGatewayException.t
| `BadRequestException of BadRequestException.t
| `ConflictException of ConflictException.t
| `ForbiddenException of ForbiddenException.t
| `GatewayTimeoutException of GatewayTimeoutException.t
| `InternalServerErrorException of InternalServerErrorException.t
| `NotFoundException of NotFoundException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadGatewayException of BadGatewayException.t
| `BadRequestException of BadRequestException.t
| `ConflictException of ConflictException.t
| `ForbiddenException of ForbiddenException.t
| `GatewayTimeoutException of GatewayTimeoutException.t
| `InternalServerErrorException of InternalServerErrorException.t
| `NotFoundException of NotFoundException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option ]