Module Values_1.CopyOptionGroupResultSource

Copies the specified option group.

Sourcetype copyOptionGroupResult = {
  1. optionGroup : Values_0.OptionGroup.t option;
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. copyOptionGroupResult : copyOptionGroupResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `OptionGroupAlreadyExistsFault of Values_0.OptionGroupAlreadyExistsFault.t
  2. | `OptionGroupNotFoundFault of Values_0.OptionGroupNotFoundFault.t
  3. | `OptionGroupQuotaExceededFault of Values_0.OptionGroupQuotaExceededFault.t
  4. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?optionGroup:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `OptionGroupAlreadyExistsFault of unit | `OptionGroupNotFoundFault of unit | `OptionGroupQuotaExceededFault of unit | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `OptionGroupAlreadyExistsFault of unit | `OptionGroupNotFoundFault of unit | `OptionGroupQuotaExceededFault of unit | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Structure of (string * [> `Boolean of bool | `List of [> `Structure of (string * [> `Boolean of bool | `Integer of int | `List of [> `Structure of (string * [> `Boolean of bool | `String of string ]) list ] list | `String of string ]) list ] list | `String of string | `Timestamp 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