Values_2.ExtendTrainingPlanRequestSourceExtends an existing training plan by purchasing an extension offering. This allows you to add additional compute capacity time to your training plan without creating a new plan or reconfiguring your workloads. To find available extension offerings, use the SearchTrainingPlanOfferings API with the TrainingPlanArn parameter. To view the history of extensions for a training plan, use the DescribeTrainingPlanExtensionHistory API.
type nonrec t = {trainingPlanExtensionOfferingId : TrainingPlanExtensionOfferingId.t;The unique identifier of the extension offering to purchase. You can retrieve this ID from the TrainingPlanExtensionOfferings in the response of the SearchTrainingPlanOfferings API.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of TrainingPlanExtensionOfferingId.t ]) list ]