Module Values.CertificateSummarySource

Describes an Amazon Lightsail SSL/TLS certificate.

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

    The Amazon Resource Name (ARN) of the certificate.

    *)
  2. certificateName : CertificateName.t option;
    (*

    The name of the certificate.

    *)
  3. domainName : DomainName.t option;
    (*

    The domain name of the certificate.

    *)
  4. certificateDetail : Certificate.t option;
    (*

    An object that describes a certificate in detail.

    *)
  5. tags : TagList.t option;
    (*

    The tag keys and optional values for the resource. For more information about tags in Lightsail, see the Amazon Lightsail Developer Guide.

    *)
}
Sourceval make : ?certificateArn:??? -> ?certificateName:??? -> ?domainName:??? -> ?certificateDetail:??? -> ?tags:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of TagKey.t ]) list ] list | `String of NonEmptyString.t | `Structure of (string * [> `Enum of string | `Integer of InUseResourceCount.t | `List of [> `String of DomainName.t | `Structure of (string * [> `Enum of string | `String of DomainName.t | `Structure of (string * [> `Enum of string | `String of String_.t ]) list ]) list ] list | `String of NonEmptyString.t | `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `String of DomainName.t | `Structure of (string * [> `Enum of string | `String of String_.t ]) list ]) list ] list | `String of RenewalStatusReason.t | `Timestamp of IsoDate.t ]) list | `Timestamp of IsoDate.t ]) list ]) 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