package aws-rds

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Types.OptionSettingConfigurationListSource

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