Module Values_1.DeleteCertificateProviderRequestSource

Deletes 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).

Sourcetype nonrec t = {
  1. certificateProviderName : Values_0.CertificateProviderName.t;
    (*

    The name of the certificate provider.

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