Module Values.AssetItemSource

A Amazon DataZone inventory asset.

Sourcetype nonrec t = {
  1. domainId : DomainId.t option;
    (*

    The identifier of the Amazon DataZone domain in which the inventory asset exists.

    *)
  2. identifier : AssetIdentifier.t option;
    (*

    the identifier of the Amazon DataZone inventory asset.

    *)
  3. name : AssetName.t option;
    (*

    The name of the Amazon DataZone inventory asset.

    *)
  4. typeIdentifier : AssetTypeIdentifier.t option;
    (*

    The identifier of the asset type of the specified Amazon DataZone inventory asset.

    *)
  5. typeRevision : Revision.t option;
    (*

    The revision of the inventory asset type.

    *)
  6. externalIdentifier : ExternalIdentifier.t option;
    (*

    The external identifier of the Amazon DataZone inventory asset.

    *)
  7. description : Description.t option;
    (*

    The description of an Amazon DataZone inventory asset.

    *)
  8. createdAt : CreatedAt.t option;
    (*

    The timestamp of when the Amazon DataZone inventory asset was created.

    *)
  9. createdBy : CreatedBy.t option;
    (*

    The Amazon DataZone user who created the inventory asset.

    *)
  10. firstRevisionCreatedAt : CreatedAt.t option;
    (*

    The timestamp of when the first revision of the inventory asset was created.

    *)
  11. firstRevisionCreatedBy : CreatedBy.t option;
    (*

    The Amazon DataZone user who created the first revision of the inventory asset.

    *)
  12. glossaryTerms : GlossaryTerms.t option;
    (*

    The glossary terms attached to the Amazon DataZone inventory asset.

    *)
  13. owningProjectId : ProjectId.t option;
    (*

    The identifier of the Amazon DataZone project that owns the inventory asset.

    *)
  14. additionalAttributes : AssetItemAdditionalAttributes.t option;
    (*

    The additional attributes of a Amazon DataZone inventory asset.

    *)
  15. governedGlossaryTerms : AssetItemGovernedGlossaryTermsList.t option;
    (*

    The restricted glossary terms accociated with an asset.

    *)
}
Sourceval make : ?domainId:??? -> ?identifier:??? -> ?name:??? -> ?typeIdentifier:??? -> ?typeRevision:??? -> ?externalIdentifier:??? -> ?description:??? -> ?createdAt:??? -> ?createdBy:??? -> ?firstRevisionCreatedAt:??? -> ?firstRevisionCreatedBy:??? -> ?glossaryTerms:??? -> ?owningProjectId:??? -> ?additionalAttributes:??? -> ?governedGlossaryTerms:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of GlossaryTermId.t ] list | `String of DomainId.t | `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `Structure of (string * [> `Integer of Integer.t ]) list ] list | `String of Attribute.t ]) list ] list | `String of FormName.t | `Timestamp of Timestamp.t ]) list ] list ]) list | `Timestamp of CreatedAt.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