Values.DescribeConfigurationTemplatesRequestSourceUse this operation to return the valid and default values that are used when creating delivery sources, delivery destinations, and deliveries. For more information about deliveries, see CreateDelivery.
type nonrec t = {service : Service.t option;Use this parameter to filter the response to include only the configuration templates that apply to the Amazon Web Services service that you specify here.
*)logTypes : LogTypes.t option;Use this parameter to filter the response to include only the configuration templates that apply to the log types that you specify here.
*)resourceTypes : ResourceTypes.t option;Use this parameter to filter the response to include only the configuration templates that apply to the resource types that you specify here.
*)deliveryDestinationTypes : DeliveryDestinationTypes.t option;Use this parameter to filter the response to include only the configuration templates that apply to the delivery destination types that you specify here.
*)nextToken : NextToken.t option;limit : DescribeLimit.t option;Use this parameter to limit the number of configuration templates that are returned in the response.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of DescribeLimit.t
| `List of [> `Enum of string | `String of LogType.t ] list
| `String of Service.t ])
list ]