Module Smaws_Client_Redshift.ModifyClusterSnapshot

Modifies the settings for a snapshot.

This exanmple modifies the manual retention period setting for a cluster snapshot.

val error_to_string : [ Smaws_Lib.Protocols.AwsQuery.error | `ClusterSnapshotNotFoundFault of Types.cluster_snapshot_not_found_fault | `InvalidClusterSnapshotStateFault of Types.invalid_cluster_snapshot_state_fault | `InvalidRetentionPeriodFault of Types.invalid_retention_period_fault ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.modify_cluster_snapshot_message -> (Types.modify_cluster_snapshot_result, [> Smaws_Lib.Protocols.AwsQuery.error | `ClusterSnapshotNotFoundFault of Types.cluster_snapshot_not_found_fault | `InvalidClusterSnapshotStateFault of Types.invalid_cluster_snapshot_state_fault | `InvalidRetentionPeriodFault of Types.invalid_retention_period_fault ]) Stdlib.result