Module Values_1.DescribeModelPackageGroupOutputSource

Gets a description for the specified model group.

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

    The name of the model group.

    *)
  2. modelPackageGroupArn : 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. createdBy : Values_0.UserContext.t option;
  6. modelPackageGroupStatus : ModelPackageGroupStatus.t option;
    (*

    The status of the model group.

    *)
  7. managedConfiguration : ManagedConfiguration.t option;
    (*

    The managed configuration of the model package group.

    *)
}
Sourcetype nonrec error = [
  1. | `Unknown_operation_error of string * string option
]
Sourceval make : ?modelPackageGroupName:??? -> ?modelPackageGroupArn:??? -> ?modelPackageGroupDescription:??? -> ?creationTime:??? -> ?createdBy:??? -> ?modelPackageGroupStatus:??? -> ?managedConfiguration:??? -> unit -> t
Sourceval error_of_json : 'a -> Yojson.Safe.t -> [> `Unknown_operation_error of 'a * string option ]
Sourceval error_of_xml : 'a -> Awso.Xml.t -> [> `Unknown_operation_error of 'a * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of Values_0.EntityName.t | `Structure of (string * [> `Enum of string | `String of string | `Structure of (string * [> `String of string ]) list ]) 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