Module Values.DeleteAdapterRequestSource

Deletes an Amazon Textract adapter. Takes an AdapterId and deletes the adapter specified by the ID.

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

    A string containing a unique ID for the adapter to be deleted.

    *)
}
Sourceval context_ : string
Sourceval make : adapterId:AdapterId.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