Values.DescribePartnersOutputMessageSourceReturns information about the partner integrations defined for a cluster.
type describePartnersResult = {partnerIntegrationInfoList : PartnerIntegrationInfoList.t option;A list of partner integrations.
*)}and t = {describePartnersResult : describePartnersResult;responseMetaData : responseMetaData;}type error = [ | `ClusterNotFoundFault of ClusterNotFoundFault.t| `UnsupportedOperationFault of UnsupportedOperationFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ClusterNotFoundFault of unit
| `UnauthorizedPartnerIntegrationFault of unit
| `Unknown_operation_error of string * string option
| `UnsupportedOperationFault of unit ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ClusterNotFoundFault of unit
| `UnauthorizedPartnerIntegrationFault of unit
| `Unknown_operation_error of string * string option
| `UnsupportedOperationFault of unit ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `String of PartnerIntegrationDatabaseName.t
| `Timestamp of TStamp.t ])
list ]
list ])
list ])
list ]