Values.UpdateServiceAttributesRequestSourceSubmits a request to update a specified service to add service-level attributes.
type nonrec t = {serviceId : Arn.t;The ID or Amazon Resource Name (ARN) of the service that you want to update. For services created in a namespace shared with your Amazon Web Services account, specify the service ARN.
*)attributes : ServiceAttributesMap.t;A string map that contains attribute key-value pairs.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of ServiceAttributeKey.t ]
* [> `String of ServiceAttributeValue.t ])
list
| `String of Arn.t ])
list ]