Module Values.DeleteAdapterVersionRequestSource

Deletes an Amazon Textract adapter version. Requires that you specify both an AdapterId and a AdapterVersion. Deletes the adapter version specified by the AdapterId and the AdapterVersion.

Sourcetype nonrec t = {
  1. adapterId : AdapterId.t;
    (*

    A string containing a unique ID for the adapter version that will be deleted.

    *)
  2. adapterVersion : AdapterVersion.t;
    (*

    Specifies the adapter version to be deleted.

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