Module Values.CreateProfileShareInputSource

Create a profile share.

Sourcetype nonrec t = {
  1. profileArn : ProfileArn.t;
    (*

    The profile ARN.

    *)
  2. sharedWith : SharedWith.t;
  3. clientRequestToken : ClientRequestToken.t;
}
Sourceval context_ : string
Sourceval make : profileArn:ProfileArn.t -> sharedWith:SharedWith.t -> clientRequestToken:ClientRequestToken.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ProfileArn.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