Module Values.IdNamespaceAssociationSummarySource

Detailed information about the ID namespace association.

Sourcetype nonrec t = {
  1. membershipId : MembershipIdentifier.t option;
    (*

    The unique identifier of the membership resource for this ID namespace association.

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

    The Amazon Resource Name (ARN) of the membership resource for this ID namespace association.

    *)
  3. collaborationArn : CollaborationArn.t option;
    (*

    The Amazon Resource Name (ARN) of the collaboration that contains this ID namespace association.

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

    The unique identifier of the collaboration that contains this ID namespace association.

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

    The time at which this ID namespace association was created.

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

    The most recent time at which this ID namespace association has been updated.

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

    The unique identifier of this ID namespace association.

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

    The Amazon Resource Name (ARN) of this ID namespace association.

    *)
  9. inputReferenceConfig : IdNamespaceAssociationInputReferenceConfig.t option;
    (*

    The input reference configuration details for this ID namespace association.

    *)
  10. name : GenericResourceName.t option;
    (*

    The name of the ID namespace association.

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

    The description of the ID namespace association.

    *)
  12. inputReferenceProperties : IdNamespaceAssociationInputReferencePropertiesSummary.t option;
    (*

    The input reference properties for this ID namespace association.

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