Module Values.CreateTemplateShareInputSource

Create a review template share. The owner of a review template can share it with other Amazon Web Services accounts, users, an organization, and organizational units (OUs) in the same Amazon Web Services Region. Shared access to a review template is not removed until the review template share invitation is deleted. If you share a review template with an organization or OU, all accounts in the organization or OU are granted access to the review template. Disclaimer By sharing your review template with other Amazon Web Services accounts, you acknowledge that Amazon Web Services will make your review template available to those other accounts.

Sourcetype nonrec t = {
  1. templateArn : TemplateArn.t;
    (*

    The review template ARN.

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