Values.GetServiceAttributesResponseSourceReturns the attributes associated with a specified service.
type nonrec t = {serviceAttributes : ServiceAttributes.t option;A complex type that contains the service ARN and a list of attribute key-value pairs associated with the service.
*)}type nonrec error = [ | `InvalidInput of InvalidInput.t| `ServiceNotFound of ServiceNotFound.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidInput of InvalidInput.t
| `ServiceNotFound of ServiceNotFound.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidInput of InvalidInput.t
| `ServiceNotFound of ServiceNotFound.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Map of
([> `String of ServiceAttributeKey.t ]
* [> `String of ServiceAttributeValue.t ])
list
| `String of Arn.t ])
list ])
list ]