Module Values.DeleteAgreementRequestSource

Delete the agreement that's specified in the provided AgreementId.

Sourcetype nonrec t = {
  1. agreementId : AgreementId.t;
    (*

    A unique identifier for the agreement. This identifier is returned when you create an agreement.

    *)
  2. serverId : ServerId.t;
    (*

    The server identifier associated with the agreement that you are deleting.

    *)
}
Sourceval context_ : string
Sourceval make : agreementId:AgreementId.t -> serverId:ServerId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of AgreementId.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