Values.PartnerIntegrationOutputMessageSourceAdds a partner integration to a cluster. This operation authorizes a partner to push status updates for the specified database. To complete the integration, you also set up the integration on the partner website.
type addPartnerResult = {databaseName : PartnerIntegrationDatabaseName.t option;The name of the database that receives data from the partner.
*)partnerName : PartnerIntegrationPartnerName.t option;The name of the partner that is authorized to send data.
*)}type error = [ | `ClusterNotFoundFault of ClusterNotFoundFault.t| `PartnerNotFoundFault of PartnerNotFoundFault.t| `UnsupportedOperationFault of UnsupportedOperationFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ClusterNotFoundFault of unit
| `PartnerNotFoundFault 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
| `PartnerNotFoundFault 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 * [> `String of PartnerIntegrationDatabaseName.t ]) list ])
list ]