Module Values_1.TemplateProviderDetailSource

Details about a template provider configuration and associated provisioning information.

Sourcetype nonrec t = {
  1. cfnTemplateProviderDetail : Values_0.CfnTemplateProviderDetail.t option;
    (*

    Details about a CloudFormation template provider configuration and associated provisioning information.

    *)
}
Sourceval make : ?cfnTemplateProviderDetail:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of string ]) list ] list | `String of string | `Structure of (string * [> `String of string ]) list ]) list ]) 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