Module Values_0.RejectCertificateTransferRequestSource

The input for the RejectCertificateTransfer operation.

Sourcetype nonrec t = {
  1. certificateId : CertificateId.t;
    (*

    The ID of the certificate. (The last part of the certificate ARN contains the certificate ID.)

    *)
  2. rejectReason : Message.t option;
    (*

    The reason the certificate transfer was rejected.

    *)
}
Sourceval context_ : string
Sourceval make : ?rejectReason:??? -> certificateId:CertificateId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of CertificateId.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