Module Values.RevokeSnapshotAccessResultSource

Removes the ability of the specified Amazon Web Services account to restore the specified snapshot. If the account is currently restoring the snapshot, the restore will run to completion. For more information about working with snapshots, go to Amazon Redshift Snapshots in the Amazon Redshift Cluster Management Guide.

Sourcetype revokeSnapshotAccessResult = {
  1. snapshot : Snapshot.t option;
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. revokeSnapshotAccessResult : revokeSnapshotAccessResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `AccessToSnapshotDeniedFault of AccessToSnapshotDeniedFault.t
  2. | `AuthorizationNotFoundFault of AuthorizationNotFoundFault.t
  3. | `ClusterSnapshotNotFoundFault of ClusterSnapshotNotFoundFault.t
  4. | `UnsupportedOperationFault of UnsupportedOperationFault.t
  5. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?snapshot:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccessToSnapshotDeniedFault of unit | `AuthorizationNotFoundFault of unit | `ClusterSnapshotNotFoundFault of unit | `Unknown_operation_error of string * string option | `UnsupportedOperationFault of unit ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AccessToSnapshotDeniedFault of unit | `AuthorizationNotFoundFault of unit | `ClusterSnapshotNotFoundFault of unit | `Unknown_operation_error of string * string option | `UnsupportedOperationFault of unit ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t