Smaws_Client_Redshift.AddPartnerAdds 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.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `ClusterNotFoundFault of Types.cluster_not_found_fault
| `PartnerNotFoundFault of Types.partner_not_found_fault
| `UnauthorizedPartnerIntegrationFault of
Types.unauthorized_partner_integration_fault
| `UnsupportedOperationFault of Types.unsupported_operation_fault ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.partner_integration_input_message ->
(Types.partner_integration_output_message,
[> Smaws_Lib.Protocols.AwsQuery.error
| `ClusterNotFoundFault of Types.cluster_not_found_fault
| `PartnerNotFoundFault of Types.partner_not_found_fault
| `UnauthorizedPartnerIntegrationFault of
Types.unauthorized_partner_integration_fault
| `UnsupportedOperationFault of Types.unsupported_operation_fault ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.partner_integration_input_message ->
(Types.partner_integration_output_message Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `ClusterNotFoundFault of Types.cluster_not_found_fault
| `PartnerNotFoundFault of Types.partner_not_found_fault
| `UnauthorizedPartnerIntegrationFault of
Types.unauthorized_partner_integration_fault
| `UnsupportedOperationFault of Types.unsupported_operation_fault ]
* Smaws_Lib.Response.metadata)
Stdlib.result