Module Values_2.ExtendTrainingPlanRequestSource

Extends 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.

Sourcetype nonrec t = {
  1. 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.

    *)
}
Sourceval context_ : string
Sourceval make : trainingPlanExtensionOfferingId:TrainingPlanExtensionOfferingId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of TrainingPlanExtensionOfferingId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t