Smaws_Client_DocDB.DescribeDBClusterSnapshotAttributesReturns a list of cluster snapshot attribute names and values for a manual DB cluster snapshot.
When you share snapshots with other Amazon Web Services accounts, DescribeDBClusterSnapshotAttributes returns the restore attribute and a list of IDs for the Amazon Web Services accounts that are authorized to copy or restore the manual cluster snapshot. If all is included in the list of values for the restore attribute, then the manual cluster snapshot is public and can be copied or restored by all Amazon Web Services accounts.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `DBClusterSnapshotNotFoundFault of
Types.db_cluster_snapshot_not_found_fault ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.describe_db_cluster_snapshot_attributes_message ->
(Types.describe_db_cluster_snapshot_attributes_result,
[> Smaws_Lib.Protocols.AwsQuery.error
| `DBClusterSnapshotNotFoundFault of
Types.db_cluster_snapshot_not_found_fault ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.describe_db_cluster_snapshot_attributes_message ->
(Types.describe_db_cluster_snapshot_attributes_result Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `DBClusterSnapshotNotFoundFault of
Types.db_cluster_snapshot_not_found_fault ]
* Smaws_Lib.Response.metadata)
Stdlib.result