Module Values.DeleteTemplateShareInputSource

Delete a review template share. After the review template share is deleted, Amazon Web Services accounts, users, organizations, and organizational units (OUs) that you shared the review template with will no longer be able to apply it to new workloads.

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

    The review template ARN.

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