Module Values.AcceptSharedDirectoryRequestSource

Accepts a directory sharing request that was sent from the directory owner account.

Sourcetype nonrec t = {
  1. sharedDirectoryId : DirectoryId.t;
    (*

    Identifier of the shared directory in the directory consumer account. This identifier is different for each directory owner account.

    *)
}
Sourceval context_ : string
Sourceval make : sharedDirectoryId:DirectoryId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of DirectoryId.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