Module Smaws_Client_Redshift.AddPartner

Adds 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 ] -> string
val 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.result