Smaws_Client_RDS.CreateIntegrationCreates a zero-ETL integration with Amazon Redshift.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `DBClusterNotFoundFault of Types.db_cluster_not_found_fault
| `DBInstanceNotFoundFault of Types.db_instance_not_found_fault
| `IntegrationAlreadyExistsFault of Types.integration_already_exists_fault
| `IntegrationConflictOperationFault of
Types.integration_conflict_operation_fault
| `IntegrationQuotaExceededFault of Types.integration_quota_exceeded_fault
| `KMSKeyNotAccessibleFault of Types.kms_key_not_accessible_fault ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.create_integration_message ->
(Types.integration,
[> Smaws_Lib.Protocols.AwsQuery.error
| `DBClusterNotFoundFault of Types.db_cluster_not_found_fault
| `DBInstanceNotFoundFault of Types.db_instance_not_found_fault
| `IntegrationAlreadyExistsFault of Types.integration_already_exists_fault
| `IntegrationConflictOperationFault of
Types.integration_conflict_operation_fault
| `IntegrationQuotaExceededFault of Types.integration_quota_exceeded_fault
| `KMSKeyNotAccessibleFault of Types.kms_key_not_accessible_fault ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.create_integration_message ->
(Types.integration Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `DBClusterNotFoundFault of Types.db_cluster_not_found_fault
| `DBInstanceNotFoundFault of Types.db_instance_not_found_fault
| `IntegrationAlreadyExistsFault of Types.integration_already_exists_fault
| `IntegrationConflictOperationFault of
Types.integration_conflict_operation_fault
| `IntegrationQuotaExceededFault of Types.integration_quota_exceeded_fault
| `KMSKeyNotAccessibleFault of Types.kms_key_not_accessible_fault ]
* Smaws_Lib.Response.metadata)
Stdlib.result