Module Values.RevokeSnapshotAccessMessageSource

Sourcetype nonrec t = {
  1. snapshotIdentifier : String_.t option;
    (*

    The identifier of the snapshot that the account can no longer access.

    *)
  2. snapshotArn : String_.t option;
    (*

    The Amazon Resource Name (ARN) of the snapshot associated with the message to revoke access.

    *)
  3. snapshotClusterIdentifier : String_.t option;
    (*

    The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

    *)
  4. accountWithRestoreAccess : String_.t;
    (*

    The identifier of the Amazon Web Services account that can no longer restore the specified snapshot.

    *)
}
Sourceval context_ : string
Sourceval make : ?snapshotIdentifier:??? -> ?snapshotArn:??? -> ?snapshotClusterIdentifier:??? -> accountWithRestoreAccess:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.t ]) 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