Values.GetSinkOutputSourceReturns complete information about one monitoring account sink. To use this operation, provide the sink ARN. To retrieve a list of sink ARNs, use ListSinks.
type nonrec error = [ | `InternalServiceFault of InternalServiceFault.t| `InvalidParameterException of InvalidParameterException.t| `MissingRequiredParameterException of MissingRequiredParameterException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServiceFault of InternalServiceFault.t
| `InvalidParameterException of InvalidParameterException.t
| `MissingRequiredParameterException of MissingRequiredParameterException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServiceFault of InternalServiceFault.t
| `InvalidParameterException of InvalidParameterException.t
| `MissingRequiredParameterException of MissingRequiredParameterException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]