Module Values_0.UpdateCertificateProviderRequestSource

Updates a certificate provider. Requires permission to access the UpdateCertificateProvider action.

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

    The name of the certificate provider.

    *)
  2. lambdaFunctionArn : CertificateProviderFunctionArn.t option;
    (*

    The Lambda function ARN that's associated with the certificate provider.

    *)
  3. accountDefaultForOperations : CertificateProviderAccountDefaultForOperations.t option;
    (*

    A list of the operations that the certificate provider will use to generate certificates. Valid value: CreateCertificateFromCsr.

    *)
}
Sourceval context_ : string
Sourceval make : ?lambdaFunctionArn:??? -> ?accountDefaultForOperations:??? -> certificateProviderName:CertificateProviderName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Enum of string ] list | `String of 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