Values.DescribeLaunchConfigurationTemplatesRequestSourceLists all Launch Configuration Templates, filtered by Launch Configuration Template IDs
type nonrec t = {launchConfigurationTemplateIDs : LaunchConfigurationTemplateIDs.t option;Request to filter Launch Configuration Templates list by Launch Configuration Template ID.
*)maxResults : MaxResultsType.t option;Maximum results to be returned in DescribeLaunchConfigurationTemplates.
*)nextToken : PaginationToken.t option;Next pagination token returned from DescribeLaunchConfigurationTemplates.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of MaxResultsType.t
| `List of [> `String of LaunchConfigurationTemplateID.t ] list
| `String of PaginationToken.t ])
list ]