Smaws_Client_Redshift.CreateClusterSnapshotCreates a manual snapshot of the specified cluster. The cluster must be in the available state.
For more information about working with snapshots, go to Amazon Redshift Snapshots in the Amazon Redshift Cluster Management Guide.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `ClusterNotFoundFault of Types.cluster_not_found_fault
| `ClusterSnapshotAlreadyExistsFault of
Types.cluster_snapshot_already_exists_fault
| `ClusterSnapshotQuotaExceededFault of
Types.cluster_snapshot_quota_exceeded_fault
| `InvalidClusterStateFault of Types.invalid_cluster_state_fault
| `InvalidRetentionPeriodFault of Types.invalid_retention_period_fault
| `InvalidTagFault of Types.invalid_tag_fault
| `TagLimitExceededFault of Types.tag_limit_exceeded_fault ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.create_cluster_snapshot_message ->
(Types.create_cluster_snapshot_result,
[> Smaws_Lib.Protocols.AwsQuery.error
| `ClusterNotFoundFault of Types.cluster_not_found_fault
| `ClusterSnapshotAlreadyExistsFault of
Types.cluster_snapshot_already_exists_fault
| `ClusterSnapshotQuotaExceededFault of
Types.cluster_snapshot_quota_exceeded_fault
| `InvalidClusterStateFault of Types.invalid_cluster_state_fault
| `InvalidRetentionPeriodFault of Types.invalid_retention_period_fault
| `InvalidTagFault of Types.invalid_tag_fault
| `TagLimitExceededFault of Types.tag_limit_exceeded_fault ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.create_cluster_snapshot_message ->
(Types.create_cluster_snapshot_result Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `ClusterNotFoundFault of Types.cluster_not_found_fault
| `ClusterSnapshotAlreadyExistsFault of
Types.cluster_snapshot_already_exists_fault
| `ClusterSnapshotQuotaExceededFault of
Types.cluster_snapshot_quota_exceeded_fault
| `InvalidClusterStateFault of Types.invalid_cluster_state_fault
| `InvalidRetentionPeriodFault of Types.invalid_retention_period_fault
| `InvalidTagFault of Types.invalid_tag_fault
| `TagLimitExceededFault of Types.tag_limit_exceeded_fault ]
* Smaws_Lib.Response.metadata)
Stdlib.result