Module Values_1.RegisterCertificateResponseSource

The output from the RegisterCertificate operation.

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

    The certificate ARN.

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

    The certificate identifier.

    *)
}
Sourcetype nonrec error = [
  1. | `CertificateConflictException of Values_0.CertificateConflictException.t
  2. | `CertificateStateException of Values_0.CertificateStateException.t
  3. | `CertificateValidationException of Values_0.CertificateValidationException.t
  4. | `InternalFailureException of Values_0.InternalFailureException.t
  5. | `InvalidRequestException of Values_0.InvalidRequestException.t
  6. | `ResourceAlreadyExistsException of Values_0.ResourceAlreadyExistsException.t
  7. | `ServiceUnavailableException of Values_0.ServiceUnavailableException.t
  8. | `ThrottlingException of Values_0.ThrottlingException.t
  9. | `UnauthorizedException of Values_0.UnauthorizedException.t
  10. | `Unknown_operation_error of string * string option
]
Sourceval make : ?certificateArn:??? -> ?certificateId:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `CertificateConflictException of Values_0.CertificateConflictException.t | `CertificateStateException of Values_0.CertificateStateException.t | `CertificateValidationException of Values_0.CertificateValidationException.t | `InternalFailureException of Values_0.InternalFailureException.t | `InvalidRequestException of Values_0.InvalidRequestException.t | `ResourceAlreadyExistsException of Values_0.ResourceAlreadyExistsException.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 -> [> `CertificateConflictException of Values_0.CertificateConflictException.t | `CertificateStateException of Values_0.CertificateStateException.t | `CertificateValidationException of Values_0.CertificateValidationException.t | `InternalFailureException of Values_0.InternalFailureException.t | `InvalidRequestException of Values_0.InvalidRequestException.t | `ResourceAlreadyExistsException of Values_0.ResourceAlreadyExistsException.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