Module Values.BatchPutAttributesMetadataInputSource

Writes the attribute metadata.

Sourcetype nonrec t = {
  1. domainIdentifier : DomainId.t;
    (*

    The domain ID where you want to write the attribute metadata.

    *)
  2. entityType : AttributeEntityType.t;
    (*

    The entity type for which you want to write the attribute metadata.

    *)
  3. entityIdentifier : EntityId.t;
    (*

    The entity ID for which you want to write the attribute metadata.

    *)
  4. clientToken : ClientToken.t option;
    (*

    A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided.

    *)
  5. attributes : Attributes.t;
    (*

    The attributes of the metadata.

    *)
}
Sourceval context_ : string
Sourceval make : ?clientToken:??? -> domainIdentifier:DomainId.t -> entityType:AttributeEntityType.t -> entityIdentifier:EntityId.t -> attributes:Attributes.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of FormName.t ]) list ] list | `String of AttributeIdentifier.t ]) list ] list | `String of DomainId.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