Module Values.IdMappingTableSummarySource

Detailed information about the ID mapping table.

Sourcetype nonrec t = {
  1. collaborationArn : CollaborationArn.t option;
    (*

    The Amazon Resource Name (ARN) of the collaboration that contains this ID mapping table.

    *)
  2. collaborationId : UUID.t option;
    (*

    The unique identifier of the collaboration that contains this ID mapping table.

    *)
  3. membershipId : MembershipIdentifier.t option;
    (*

    The unique identifier of the membership resource for this ID mapping table.

    *)
  4. membershipArn : MembershipArn.t option;
    (*

    The Amazon Resource Name (ARN) of the membership resource for this ID mapping table.

    *)
  5. createTime : Timestamp.t option;
    (*

    The time at which this ID mapping table was created.

    *)
  6. updateTime : Timestamp.t option;
    (*

    The most recent time at which this ID mapping table was updated.

    *)
  7. id : UUID.t option;
    (*

    The unique identifier of this ID mapping table.

    *)
  8. arn : IdMappingTableArn.t option;
    (*

    The Amazon Resource Name (ARN) of this ID mapping table.

    *)
  9. description : ResourceDescription.t option;
    (*

    The description of this ID mapping table.

    *)
  10. inputReferenceConfig : IdMappingTableInputReferenceConfig.t option;
    (*

    The input reference configuration for the ID mapping table.

    *)
  11. name : ResourceAlias.t option;
    (*

    The name of this ID mapping table.

    *)
}
Sourceval make : ?collaborationArn:??? -> ?collaborationId:??? -> ?membershipId:??? -> ?membershipArn:??? -> ?createTime:??? -> ?updateTime:??? -> ?id:??? -> ?arn:??? -> ?description:??? -> ?inputReferenceConfig:??? -> ?name:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of CollaborationArn.t | `Structure of (string * [> `Boolean of Boolean.t | `String of IdMappingTableInputReferenceArn.t ]) list | `Timestamp of 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