Values_5.GetCapacityReservationUsageRequestSourceGets usage information about a Capacity Reservation. If the Capacity Reservation is shared, it shows usage information for the Capacity Reservation owner and each Amazon Web Services account that is currently using the shared capacity. If the Capacity Reservation is not shared, it shows only the Capacity Reservation owner's usage.
type nonrec t = {capacityReservationId : Values_0.CapacityReservationId.t;The ID of the Capacity Reservation.
*)nextToken : Values_0.String_.t option;The token to use to retrieve the next page of results.
*)maxResults : Values_3.GetCapacityReservationUsageRequestMaxResults.t option;The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.
*)dryRun : Values_0.Boolean.t option;Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
*)}val make :
?nextToken:??? ->
?maxResults:??? ->
?dryRun:??? ->
capacityReservationId:Values_0.CapacityReservationId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `Integer of Values_3.GetCapacityReservationUsageRequestMaxResults.t
| `String of Values_0.CapacityReservationId.t ])
list ]