Smaws_Client_Redshift.DescribeSnapshotCopyGrantsReturns a list of snapshot copy grants owned by the Amazon Web Services account in the destination region.
For more information about managing snapshot copy grants, go to Amazon Redshift Database Encryption in the Amazon Redshift Cluster Management Guide.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `InvalidTagFault of Types.invalid_tag_fault
| `SnapshotCopyGrantNotFoundFault of
Types.snapshot_copy_grant_not_found_fault ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.describe_snapshot_copy_grants_message ->
(Types.snapshot_copy_grant_message,
[> Smaws_Lib.Protocols.AwsQuery.error
| `InvalidTagFault of Types.invalid_tag_fault
| `SnapshotCopyGrantNotFoundFault of
Types.snapshot_copy_grant_not_found_fault ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.describe_snapshot_copy_grants_message ->
(Types.snapshot_copy_grant_message Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `InvalidTagFault of Types.invalid_tag_fault
| `SnapshotCopyGrantNotFoundFault of
Types.snapshot_copy_grant_not_found_fault ]
* Smaws_Lib.Response.metadata)
Stdlib.result