Module Smaws_Client_RDS.DeleteIntegration

Deletes a zero-ETL integration with Amazon Redshift.

val error_to_string : [ Smaws_Lib.Protocols.AwsQuery.error | `IntegrationConflictOperationFault of Types.integration_conflict_operation_fault | `IntegrationNotFoundFault of Types.integration_not_found_fault | `InvalidIntegrationStateFault of Types.invalid_integration_state_fault ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.delete_integration_message -> (Types.integration, [> Smaws_Lib.Protocols.AwsQuery.error | `IntegrationConflictOperationFault of Types.integration_conflict_operation_fault | `IntegrationNotFoundFault of Types.integration_not_found_fault | `InvalidIntegrationStateFault of Types.invalid_integration_state_fault ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.delete_integration_message -> (Types.integration Smaws_Lib.Response.t, [> Smaws_Lib.Protocols.AwsQuery.error | `IntegrationConflictOperationFault of Types.integration_conflict_operation_fault | `IntegrationNotFoundFault of Types.integration_not_found_fault | `InvalidIntegrationStateFault of Types.invalid_integration_state_fault ] * Smaws_Lib.Response.metadata) Stdlib.result