createCapacityReservationBySplitting
inline suspend fun Ec2Client.createCapacityReservationBySplitting(crossinline block: CreateCapacityReservationBySplittingRequest.Builder.() -> Unit): CreateCapacityReservationBySplittingResponse
Create a new Capacity Reservation by splitting the capacity of the source Capacity Reservation. The new Capacity Reservation will have the same attributes as the source Capacity Reservation except for tags. The source Capacity Reservation must be active
and owned by your Amazon Web Services account.