Module Values_0.CapabilitiesSource

Specifies the supported authentication types returned by the DescribeConnectionType API.

Sourcetype nonrec t = {
  1. supportedAuthenticationTypes : AuthenticationTypes.t option;
    (*

    A list of supported authentication types.

    *)
  2. supportedDataOperations : DataOperations.t option;
    (*

    A list of supported data operations.

    *)
  3. supportedComputeEnvironments : ComputeEnvironments.t option;
    (*

    A list of supported compute environments.

    *)
}
Sourceval make : ?supportedAuthenticationTypes:??? -> ?supportedDataOperations:??? -> ?supportedComputeEnvironments:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Enum of string ] 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