Smaws_Client_RDS.DescribeIntegrationsDescribe one or more zero-ETL integrations with Amazon Redshift.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `IntegrationNotFoundFault of Types.integration_not_found_fault ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.describe_integrations_message ->
(Types.describe_integrations_response,
[> Smaws_Lib.Protocols.AwsQuery.error
| `IntegrationNotFoundFault of Types.integration_not_found_fault ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.describe_integrations_message ->
(Types.describe_integrations_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `IntegrationNotFoundFault of Types.integration_not_found_fault ]
* Smaws_Lib.Response.metadata)
Stdlib.result