Module Values.GetServerCertificateRequestSource

Retrieves information about the specified server certificate stored in IAM. For more information about working with server certificates, see Working with server certificates in the IAM User Guide. This topic includes a list of Amazon Web Services services that can use the server certificates that you manage with IAM.

Sourcetype nonrec t = {
  1. serverCertificateName : ServerCertificateNameType.t;
    (*

    The name of the server certificate you want to retrieve information about. This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-

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