Values_1.DescribeCertificateProviderResponseSourceDescribes a certificate provider. Requires permission to access the DescribeCertificateProvider action.
type nonrec t = {certificateProviderName : Values_0.CertificateProviderName.t option;The name of the certificate provider.
*)certificateProviderArn : Values_0.CertificateProviderArn.t option;The ARN of the certificate provider.
*)lambdaFunctionArn : Values_0.CertificateProviderFunctionArn.t option;The Lambda function ARN that's associated with the certificate provider.
*)accountDefaultForOperations : Values_0.CertificateProviderAccountDefaultForOperations.t
option;A list of the operations that the certificate provider will use to generate certificates. Valid value: CreateCertificateFromCsr.
*)creationDate : Values_0.DateType.t option;The date-time string that indicates when the certificate provider was created.
*)lastModifiedDate : Values_0.DateType.t option;The date-time string that indicates when the certificate provider was last updated.
*)}type nonrec error = [ | `InternalFailureException of Values_0.InternalFailureException.t| `InvalidRequestException of Values_0.InvalidRequestException.t| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t| `ThrottlingException of Values_0.ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalFailureException of Values_0.InternalFailureException.t
| `InvalidRequestException of Values_0.InvalidRequestException.t
| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
| `ServiceUnavailableException of Values_0.ServiceUnavailableException.t
| `ThrottlingException of Values_0.ThrottlingException.t
| `UnauthorizedException of Values_0.UnauthorizedException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalFailureException of Values_0.InternalFailureException.t
| `InvalidRequestException of Values_0.InvalidRequestException.t
| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
| `ServiceUnavailableException of Values_0.ServiceUnavailableException.t
| `ThrottlingException of Values_0.ThrottlingException.t
| `UnauthorizedException of Values_0.UnauthorizedException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `Enum of string ] list
| `String of Values_0.CertificateProviderName.t
| `Timestamp of Values_0.DateType.t ])
list ]