Module Values_2.EndpointConfigSummarySource

Provides summary information for an endpoint configuration.

Sourcetype nonrec t = {
  1. endpointConfigName : Values_0.EndpointConfigName.t option;
    (*

    The name of the endpoint configuration.

    *)
  2. endpointConfigArn : Values_0.EndpointConfigArn.t option;
    (*

    The Amazon Resource Name (ARN) of the endpoint configuration.

    *)
  3. creationTime : Values_0.Timestamp.t option;
    (*

    A timestamp that shows when the endpoint configuration was created.

    *)
}
Sourceval make : ?endpointConfigName:??? -> ?endpointConfigArn:??? -> ?creationTime:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.EndpointConfigName.t | `Timestamp of Values_0.Timestamp.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