Smaws_Client_Redshift.CreateIntegrationCreates a zero-ETL integration or S3 event integration with Amazon Redshift.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `IntegrationAlreadyExistsFault of Types.integration_already_exists_fault
| `IntegrationConflictOperationFault of
Types.integration_conflict_operation_fault
| `IntegrationQuotaExceededFault of Types.integration_quota_exceeded_fault
| `IntegrationSourceNotFoundFault of Types.integration_source_not_found_fault
| `IntegrationTargetNotFoundFault of Types.integration_target_not_found_fault
| `InvalidClusterStateFault of Types.invalid_cluster_state_fault
| `InvalidTagFault of Types.invalid_tag_fault
| `TagLimitExceededFault of Types.tag_limit_exceeded_fault
| `UnsupportedOperationFault of Types.unsupported_operation_fault ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.create_integration_message ->
(Types.integration,
[> Smaws_Lib.Protocols.AwsQuery.error
| `IntegrationAlreadyExistsFault of Types.integration_already_exists_fault
| `IntegrationConflictOperationFault of
Types.integration_conflict_operation_fault
| `IntegrationQuotaExceededFault of Types.integration_quota_exceeded_fault
| `IntegrationSourceNotFoundFault of
Types.integration_source_not_found_fault
| `IntegrationTargetNotFoundFault of
Types.integration_target_not_found_fault
| `InvalidClusterStateFault of Types.invalid_cluster_state_fault
| `InvalidTagFault of Types.invalid_tag_fault
| `TagLimitExceededFault of Types.tag_limit_exceeded_fault
| `UnsupportedOperationFault of Types.unsupported_operation_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
| `IntegrationAlreadyExistsFault of Types.integration_already_exists_fault
| `IntegrationConflictOperationFault of
Types.integration_conflict_operation_fault
| `IntegrationQuotaExceededFault of Types.integration_quota_exceeded_fault
| `IntegrationSourceNotFoundFault of
Types.integration_source_not_found_fault
| `IntegrationTargetNotFoundFault of
Types.integration_target_not_found_fault
| `InvalidClusterStateFault of Types.invalid_cluster_state_fault
| `InvalidTagFault of Types.invalid_tag_fault
| `TagLimitExceededFault of Types.tag_limit_exceeded_fault
| `UnsupportedOperationFault of Types.unsupported_operation_fault ]
* Smaws_Lib.Response.metadata)
Stdlib.result