Module Values.CustomPluginSummarySource

A summary of the custom plugin.

Sourcetype nonrec t = {
  1. creationTime : string option;
    (*

    The time that the custom plugin was created.

    *)
  2. customPluginArn : string option;
    (*

    The Amazon Resource Name (ARN) of the custom plugin.

    *)
  3. customPluginState : CustomPluginState.t option;
    (*

    The state of the custom plugin.

    *)
  4. description : string option;
    (*

    A description of the custom plugin.

    *)
  5. latestRevision : CustomPluginRevisionSummary.t option;
    (*

    The latest revision of the custom plugin.

    *)
  6. name : string option;
    (*

    The name of the custom plugin.

    *)
}
Sourceval make : ?creationTime:??? -> ?customPluginArn:??? -> ?customPluginState:??? -> ?description:??? -> ?latestRevision:??? -> ?name:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of string | `Structure of (string * [> `Enum of string | `Long of Awso.Import.Int64.t | `String of string | `Structure of (string * [> `Long of Awso.Import.Int64.t | `String of string | `Structure of (string * [> `String of string ]) list ]) list | `Timestamp of string ]) list | `Timestamp of string ]) 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