Module Values_1.OpsItemRelatedItemSummarySource

Summary information about related-item resources for an OpsItem.

Sourcetype nonrec t = {
  1. opsItemId : Values_0.OpsItemId.t option;
    (*

    The OpsItem ID.

    *)
  2. associationId : Values_0.OpsItemRelatedItemAssociationId.t option;
    (*

    The association ID.

    *)
  3. resourceType : Values_0.OpsItemRelatedItemAssociationResourceType.t option;
    (*

    The resource type.

    *)
  4. associationType : Values_0.OpsItemRelatedItemAssociationType.t option;
    (*

    The association type.

    *)
  5. resourceUri : Values_0.OpsItemRelatedItemAssociationResourceUri.t option;
    (*

    The Amazon Resource Name (ARN) of the related-item resource.

    *)
  6. createdBy : OpsItemIdentity.t option;
  7. createdTime : Values_0.DateTime.t option;
    (*

    The time the related-item association was created.

    *)
  8. lastModifiedBy : OpsItemIdentity.t option;
  9. lastModifiedTime : Values_0.DateTime.t option;
    (*

    The time the related-item association was last updated.

    *)
}
Sourceval make : ?opsItemId:??? -> ?associationId:??? -> ?resourceType:??? -> ?associationType:??? -> ?resourceUri:??? -> ?createdBy:??? -> ?createdTime:??? -> ?lastModifiedBy:??? -> ?lastModifiedTime:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.OpsItemId.t | `Structure of (string * [> `String of Values_0.String_.t ]) list | `Timestamp of Values_0.DateTime.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