Module Values_0.DBSnapshotAttributesResultSource

Contains the results of a successful call to the DescribeDBSnapshotAttributes API action. Manual DB snapshot attributes are used to authorize other Amazon Web Services accounts to copy or restore a manual DB snapshot. For more information, see the ModifyDBSnapshotAttribute API action.

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

    The identifier of the manual DB snapshot that the attributes apply to.

    *)
  2. dBSnapshotAttributes : DBSnapshotAttributeList.t option;
    (*

    The list of attributes and values for the manual DB snapshot.

    *)
}
Sourceval make : ?dBSnapshotIdentifier:??? -> ?dBSnapshotAttributes:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `String of String_.t ] list | `String of String_.t ]) list ] list | `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