Module Values.AccountWithRestoreAccessSource

Describes an Amazon Web Services account authorized to restore a snapshot.

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

    The identifier of an Amazon Web Services account authorized to restore a snapshot.

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

    The identifier of an Amazon Web Services support account authorized to restore a snapshot. For Amazon Web Services Support, the identifier is amazon-redshift-support.

    *)
}
Sourceval make : ?accountId:??? -> ?accountAlias:??? -> 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