Module Values_2.DomainDetailsSource

The domain's details.

Sourcetype nonrec t = {
  1. domainArn : Values_0.DomainArn.t option;
    (*

    The domain's Amazon Resource Name (ARN).

    *)
  2. domainId : Values_0.DomainId.t option;
    (*

    The domain ID.

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

    The domain name.

    *)
  4. status : Values_1.DomainStatus.t option;
    (*

    The status.

    *)
  5. creationTime : Values_0.CreationTime.t option;
    (*

    The creation time.

    *)
  6. lastModifiedTime : Values_0.LastModifiedTime.t option;
    (*

    The last modified time.

    *)
  7. url : Values_0.String1024.t option;
    (*

    The domain's URL.

    *)
}
Sourceval make : ?domainArn:??? -> ?domainId:??? -> ?domainName:??? -> ?status:??? -> ?creationTime:??? -> ?lastModifiedTime:??? -> ?url:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of Values_0.DomainArn.t | `Timestamp of Values_0.CreationTime.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