Module Values.CollaborationIdNamespaceAssociationSource

Defines details for the collaboration ID namespace association.

Sourcetype nonrec t = {
  1. id : IdNamespaceAssociationIdentifier.t option;
    (*

    The unique identifier of the collaboration ID namespace association.

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

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

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

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

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

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

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

    The name of the collaboration ID namespace association.

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

    The description of the collaboration ID namespace association.

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

    The unique identifier of the Amazon Web Services account that created the collaboration ID namespace association.

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

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

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

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

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

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

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

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

    *)
  12. idMappingConfig : IdMappingConfig.t option;
}
Sourceval make : ?id:??? -> ?arn:??? -> ?collaborationId:??? -> ?collaborationArn:??? -> ?name:??? -> ?description:??? -> ?creatorAccountId:??? -> ?createTime:??? -> ?updateTime:??? -> ?inputReferenceConfig:??? -> ?inputReferenceProperties:??? -> ?idMappingConfig:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of IdNamespaceAssociationIdentifier.t | `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `List of [> `Structure of 'a list ] list | `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