Values_4.ModifyLaunchTemplateRequestSourceModifies a launch template. You can specify which version of the launch template to set as the default version. When launching an instance, the default version applies when a launch template version is not specified.
type nonrec t = {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.
*)clientToken : Values_0.String_.t option;Unique, case-sensitive identifier you provide to ensure the idempotency of the request. If a client token isn't specified, a randomly generated token is used in the request to ensure idempotency. For more information, see Ensuring idempotency. Constraint: Maximum 128 ASCII characters.
*)launchTemplateId : Values_0.LaunchTemplateId.t option;The ID of the launch template. You must specify either the launch template ID or the launch template name, but not both.
*)launchTemplateName : Values_0.LaunchTemplateName.t option;The name of the launch template. You must specify either the launch template ID or the launch template name, but not both.
*)defaultVersion : Values_0.String_.t option;The version number of the launch template to set as the default version.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t | `String of Values_0.String_.t ])
list ]