Values.AuthorizeSnapshotAccessResultSourceAuthorizes the specified Amazon Web Services account to restore the specified snapshot. For more information about working with snapshots, go to Amazon Redshift Snapshots in the Amazon Redshift Cluster Management Guide.
type error = [ | `AuthorizationAlreadyExistsFault of AuthorizationAlreadyExistsFault.t| `AuthorizationQuotaExceededFault of AuthorizationQuotaExceededFault.t| `ClusterSnapshotNotFoundFault of ClusterSnapshotNotFoundFault.t| `DependentServiceRequestThrottlingFault of
DependentServiceRequestThrottlingFault.t| `InvalidClusterSnapshotStateFault of InvalidClusterSnapshotStateFault.t| `LimitExceededFault of LimitExceededFault.t| `UnsupportedOperationFault of UnsupportedOperationFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AuthorizationAlreadyExistsFault of unit
| `AuthorizationQuotaExceededFault of unit
| `ClusterSnapshotNotFoundFault of unit
| `DependentServiceRequestThrottlingFault of unit
| `InvalidClusterSnapshotStateFault of unit
| `LimitExceededFault of unit
| `Unknown_operation_error of string * string option
| `UnsupportedOperationFault of unit ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AuthorizationAlreadyExistsFault of unit
| `AuthorizationQuotaExceededFault of unit
| `ClusterSnapshotNotFoundFault of unit
| `DependentServiceRequestThrottlingFault of unit
| `InvalidClusterSnapshotStateFault of unit
| `LimitExceededFault of unit
| `Unknown_operation_error of string * string option
| `UnsupportedOperationFault of unit ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Boolean.t
| `Double of Double.t
| `Integer of Integer.t
| `List of
[> `String of String_.t
| `Structure of
(string * [> `String of String_.t ]) list ]
list
| `Long of Long.t
| `String of String_.t
| `Timestamp of TStamp.t ])
list ])
list ])
list ]