Values_1.DeleteCertificateProviderRequestSourceDeletes a certificate provider. Requires permission to access the DeleteCertificateProvider action. If you delete the certificate provider resource, the behavior of CreateCertificateFromCsr will resume, and IoT will create certificates signed by IoT from a certificate signing request (CSR).
type nonrec t = {certificateProviderName : Values_0.CertificateProviderName.t;The name of the certificate provider.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of Values_0.CertificateProviderName.t ]) list ]