Module Values.CollaborationIdNamespaceAssociationSummarySource

Provides summary information about the collaboration ID namespace association.

Sourcetype nonrec t = {
  1. arn : IdNamespaceAssociationArn.t option;
    (*

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

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

    The time at which the collaboration ID namespace association was created.

    *)
  3. id : IdNamespaceAssociationIdentifier.t option;
    (*

    The unique identifier of the collaboration ID namespace association.

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

    The most recent time at which the collaboration ID namespace association was updated.

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

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

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

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

    *)
  7. creatorAccountId : AccountId.t option;
    (*

    The Amazon Web Services account that created this collaboration ID namespace association.

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

    The input reference configuration that's used to create the collaboration ID namespace association.

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

    The name of the collaboration ID namespace association.

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

    The description of the collaboration ID namepsace association.

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

    The input reference properties that are used to create the collaboration ID namespace association.

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