Module Types.ImportImageLicenseSpecificationListResponse

type t = ImportImageLicenseConfigurationResponse.t list
val make : 'a -> unit -> 'a
val parse : Ezxmlm.nodes -> ImportImageLicenseConfigurationResponse.t list option
val to_query : ImportImageLicenseConfigurationResponse.t list -> Aws.Query.t
val to_json : ImportImageLicenseConfigurationResponse.t list -> [> `List of [> `Assoc of (string * Aws.Json.t) list ] list ]
val of_json : Aws.Json.t -> ImportImageLicenseConfigurationResponse.t list