Values.DomainSummarySourceContains a summary of information about a domain.
type nonrec t = {arn : Arn.t option;The Amazon Resource Name (ARN) for the domain.
*)createdAt : Timestamp.t option;The timestamp of when the domain was created.
*)description : Description.t option;The description of the domain.
*)domainId : DomainId.t option;The identifier of the domain.
*)domainStatus : DomainStatus.t option;The current status of the domain.
*)name : DomainName.t option;The client-provided name for the domain.
*)serverSideEncryptionConfiguration : ServerSideEncryptionConfiguration.t option;The server-side encryption configuration containing the KMS key identifier you want Voice ID to use to encrypt your data.
*)serverSideEncryptionUpdateDetails : ServerSideEncryptionUpdateDetails.t option;Details about the most recent server-side encryption configuration update. When the server-side encryption configuration is changed, dependency on the old KMS key is removed through an asynchronous process. When this update is complete, the domain's data can only be accessed using the new KMS key.
*)updatedAt : Timestamp.t option;The timestamp of when the domain was last updated.
*)watchlistDetails : WatchlistDetails.t option;Provides information about watchlistDetails and DefaultWatchlistID.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Arn.t
| `Structure of
(string * [> `Enum of string | `String of KmsKeyId.t ]) list
| `Timestamp of Timestamp.t ])
list ]