Module Smaws_Client_Redshift.DeletePartner

Deletes a partner integration from a cluster. Data can still flow to the cluster until the integration is deleted at the partner's 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