Module Values_1.CreateCertificateFromCsrResponseSource

The output from the CreateCertificateFromCsr operation.

Sourcetype nonrec t = {
  1. certificateArn : Values_0.CertificateArn.t option;
    (*

    The Amazon Resource Name (ARN) of the certificate. You can use the ARN as a principal for policy operations.

    *)
  2. certificateId : Values_0.CertificateId.t option;
    (*

    The ID of the certificate. Certificate management operations only take a certificateId.

    *)
  3. certificatePem : Values_0.CertificatePem.t option;
    (*

    The certificate data, in PEM format.

    *)
}
Sourcetype nonrec error = [
  1. | `InternalFailureException of Values_0.InternalFailureException.t
  2. | `InvalidRequestException of Values_0.InvalidRequestException.t
  3. | `ServiceUnavailableException of Values_0.ServiceUnavailableException.t
  4. | `ThrottlingException of Values_0.ThrottlingException.t
  5. | `UnauthorizedException of Values_0.UnauthorizedException.t
  6. | `Unknown_operation_error of string * string option
]
Sourceval make : ?certificateArn:??? -> ?certificateId:??? -> ?certificatePem:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `InternalFailureException of Values_0.InternalFailureException.t | `InvalidRequestException of Values_0.InvalidRequestException.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 ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `InternalFailureException of Values_0.InternalFailureException.t | `InvalidRequestException of Values_0.InvalidRequestException.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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.CertificateArn.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