Module Values_2.ModelPackageGroupSummarySource

Summary information about a model group.

Sourcetype nonrec t = {
  1. modelPackageGroupName : Values_0.EntityName.t option;
    (*

    The name of the model group.

    *)
  2. modelPackageGroupArn : Values_1.ModelPackageGroupArn.t option;
    (*

    The Amazon Resource Name (ARN) of the model group.

    *)
  3. modelPackageGroupDescription : Values_0.EntityDescription.t option;
    (*

    A description of the model group.

    *)
  4. creationTime : Values_0.CreationTime.t option;
    (*

    The time that the model group was created.

    *)
  5. modelPackageGroupStatus : Values_1.ModelPackageGroupStatus.t option;
    (*

    The status of the model group.

    *)
  6. managedConfiguration : Values_1.ManagedConfiguration.t option;
    (*

    The managed configuration of the model package group.

    *)
}
Sourceval make : ?modelPackageGroupName:??? -> ?modelPackageGroupArn:??? -> ?modelPackageGroupDescription:??? -> ?creationTime:??? -> ?modelPackageGroupStatus:??? -> ?managedConfiguration:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of Values_0.EntityName.t | `Structure of (string * [> `Enum of string ]) list | `Timestamp of Values_0.CreationTime.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