Smaws_Client_Redshift.ModifyRedshiftIdcApplicationChanges an existing Amazon Redshift IAM Identity Center application.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `DependentServiceAccessDeniedFault of
Types.dependent_service_access_denied_fault
| `DependentServiceUnavailableFault of
Types.dependent_service_unavailable_fault
| `RedshiftIdcApplicationNotExistsFault of
Types.redshift_idc_application_not_exists_fault
| `UnsupportedOperationFault of Types.unsupported_operation_fault ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.modify_redshift_idc_application_message ->
(Types.modify_redshift_idc_application_result,
[> Smaws_Lib.Protocols.AwsQuery.error
| `DependentServiceAccessDeniedFault of
Types.dependent_service_access_denied_fault
| `DependentServiceUnavailableFault of
Types.dependent_service_unavailable_fault
| `RedshiftIdcApplicationNotExistsFault of
Types.redshift_idc_application_not_exists_fault
| `UnsupportedOperationFault of Types.unsupported_operation_fault ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.modify_redshift_idc_application_message ->
(Types.modify_redshift_idc_application_result Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `DependentServiceAccessDeniedFault of
Types.dependent_service_access_denied_fault
| `DependentServiceUnavailableFault of
Types.dependent_service_unavailable_fault
| `RedshiftIdcApplicationNotExistsFault of
Types.redshift_idc_application_not_exists_fault
| `UnsupportedOperationFault of Types.unsupported_operation_fault ]
* Smaws_Lib.Response.metadata)
Stdlib.result