Values.BatchPutAttributesMetadataInputSourceWrites the attribute metadata.
type nonrec t = {domainIdentifier : DomainId.t;The domain ID where you want to write the attribute metadata.
*)entityType : AttributeEntityType.t;The entity type for which you want to write the attribute metadata.
*)entityIdentifier : EntityId.t;The entity ID for which you want to write the attribute metadata.
*)clientToken : ClientToken.t option;A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided.
*)attributes : Attributes.t;The attributes of the metadata.
*)}val make :
?clientToken:??? ->
domainIdentifier:DomainId.t ->
entityType:AttributeEntityType.t ->
entityIdentifier:EntityId.t ->
attributes:Attributes.t ->
unit ->
tval 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 ]