Values.DeleteServiceAttributesRequestSourceDeletes specific attributes associated with a service.
type nonrec t = {serviceId : Arn.t;The ID or Amazon Resource Name (ARN) of the service from which the attributes will be deleted. For services created in a namespace shared with your Amazon Web Services account, specify the service ARN. For more information about shared namespaces, see Cross-account Cloud Map namespace sharing in the Cloud Map Developer Guide.
*)attributes : ServiceAttributeKeyList.t;A list of keys corresponding to each attribute that you want to delete.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of ServiceAttributeKey.t ] list
| `String of Arn.t ])
list ]