Module Values.ConfigurableEnvironmentActionSource

The configurable action of a Amazon DataZone environment.

Sourcetype nonrec t = {
  1. type_ : String_.t option;
    (*

    The type of a configurable action in a Amazon DataZone environment.

    *)
  2. auth : ConfigurableActionTypeAuthorization.t option;
    (*

    The authentication type of a configurable action of a Amazon DataZone environment.

    *)
  3. parameters : ConfigurableActionParameterList.t option;
    (*

    The parameters of a configurable action in a Amazon DataZone environment.

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