Module Values.DeleteLensInputSource

Delete an existing lens. Only the owner of a lens can delete it. After the lens is deleted, Amazon Web Services accounts and users that you shared the lens with can continue to use it, but they will no longer be able to apply it to new workloads. Disclaimer By sharing your custom lenses with other Amazon Web Services accounts, you acknowledge that Amazon Web Services will make your custom lenses available to those other accounts. Those other accounts may continue to access and use your shared custom lenses even if you delete the custom lenses from your own Amazon Web Services account or terminate your Amazon Web Services account.

Sourcetype nonrec t = {
  1. lensAlias : LensAlias.t;
  2. clientRequestToken : ClientRequestToken.t;
  3. lensStatus : LensStatusType.t;
    (*

    The status of the lens to be deleted.

    *)
}
Sourceval context_ : string
Sourceval make : lensAlias:LensAlias.t -> clientRequestToken:ClientRequestToken.t -> lensStatus:LensStatusType.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of LensAlias.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