Module Smaws_Client_Redshift.ModifyLakehouseConfiguration

Modifies the lakehouse configuration for a cluster. This operation allows you to manage Amazon Redshift federated permissions and Amazon Web Services IAM Identity Center trusted identity propagation.

val error_to_string : [ Smaws_Lib.Protocols.AwsQuery.error | `ClusterNotFoundFault of Types.cluster_not_found_fault | `DependentServiceAccessDeniedFault of Types.dependent_service_access_denied_fault | `DependentServiceUnavailableFault of Types.dependent_service_unavailable_fault | `InvalidClusterStateFault of Types.invalid_cluster_state_fault | `RedshiftIdcApplicationNotExistsFault of Types.redshift_idc_application_not_exists_fault | `UnauthorizedOperation of Types.unauthorized_operation | `UnsupportedOperationFault of Types.unsupported_operation_fault ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.modify_lakehouse_configuration_message -> (Types.lakehouse_configuration, [> Smaws_Lib.Protocols.AwsQuery.error | `ClusterNotFoundFault of Types.cluster_not_found_fault | `DependentServiceAccessDeniedFault of Types.dependent_service_access_denied_fault | `DependentServiceUnavailableFault of Types.dependent_service_unavailable_fault | `InvalidClusterStateFault of Types.invalid_cluster_state_fault | `RedshiftIdcApplicationNotExistsFault of Types.redshift_idc_application_not_exists_fault | `UnauthorizedOperation of Types.unauthorized_operation | `UnsupportedOperationFault of Types.unsupported_operation_fault ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.modify_lakehouse_configuration_message -> (Types.lakehouse_configuration Smaws_Lib.Response.t, [> Smaws_Lib.Protocols.AwsQuery.error | `ClusterNotFoundFault of Types.cluster_not_found_fault | `DependentServiceAccessDeniedFault of Types.dependent_service_access_denied_fault | `DependentServiceUnavailableFault of Types.dependent_service_unavailable_fault | `InvalidClusterStateFault of Types.invalid_cluster_state_fault | `RedshiftIdcApplicationNotExistsFault of Types.redshift_idc_application_not_exists_fault | `UnauthorizedOperation of Types.unauthorized_operation | `UnsupportedOperationFault of Types.unsupported_operation_fault ] * Smaws_Lib.Response.metadata) Stdlib.result