Module Values_2.HubContentInfoSource

Information about hub content.

Sourcetype nonrec t = {
  1. hubContentName : Values_0.HubContentName.t option;
    (*

    The name of the hub content.

    *)
  2. hubContentArn : Values_0.HubContentArn.t option;
    (*

    The Amazon Resource Name (ARN) of the hub content.

    *)
  3. sageMakerPublicHubContentArn : Values_0.SageMakerPublicHubContentArn.t option;
    (*

    The ARN of the public hub content.

    *)
  4. hubContentVersion : Values_0.HubContentVersion.t option;
    (*

    The version of the hub content.

    *)
  5. hubContentType : Values_0.HubContentType.t option;
    (*

    The type of hub content.

    *)
  6. documentSchemaVersion : Values_1.DocumentSchemaVersion.t option;
    (*

    The version of the hub content document schema.

    *)
  7. hubContentDisplayName : Values_1.HubContentDisplayName.t option;
    (*

    The display name of the hub content.

    *)
  8. hubContentDescription : Values_1.HubContentDescription.t option;
    (*

    A description of the hub content.

    *)
  9. supportStatus : Values_1.HubContentSupportStatus.t option;
    (*

    The support status of the hub content.

    *)
  10. hubContentSearchKeywords : Values_1.HubContentSearchKeywordList.t option;
    (*

    The searchable keywords for the hub content.

    *)
  11. hubContentStatus : Values_1.HubContentStatus.t option;
    (*

    The status of the hub content.

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

    The date and time that the hub content was created.

    *)
  13. originalCreationTime : Values_0.Timestamp.t option;
    (*

    The date and time when the hub content was originally created, before any updates or revisions.

    *)
}
Sourceval make : ?hubContentName:??? -> ?hubContentArn:??? -> ?sageMakerPublicHubContentArn:??? -> ?hubContentVersion:??? -> ?hubContentType:??? -> ?documentSchemaVersion:??? -> ?hubContentDisplayName:??? -> ?hubContentDescription:??? -> ?supportStatus:??? -> ?hubContentSearchKeywords:??? -> ?hubContentStatus:??? -> ?creationTime:??? -> ?originalCreationTime:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `String of string ] list | `String of Values_0.HubContentName.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