Values_1.InstanceSummarySourceInformation about the instance.
type nonrec t = {id : Values_0.InstanceId.t option;The identifier of the instance.
*)arn : Values_0.ARN.t option;The Amazon Resource Name (ARN) of the instance.
*)identityManagementType : Values_0.DirectoryType.t option;The identity management type of the instance.
*)instanceAlias : Values_0.DirectoryAlias.t option;The alias of the instance.
*)createdTime : Values_0.Timestamp.t option;When the instance was created.
*)serviceRole : Values_0.ARN.t option;The service role of the instance.
*)instanceStatus : InstanceStatus.t option;The state of the instance.
*)inboundCallsEnabled : Values_0.InboundCallsEnabled.t option;Whether inbound calls are enabled.
*)outboundCallsEnabled : Values_0.OutboundCallsEnabled.t option;Whether outbound calls are enabled.
*)instanceAccessUrl : Url.t option;This URL allows contact center users to access the Amazon Connect admin website.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.InboundCallsEnabled.t
| `Enum of string
| `String of Values_0.InstanceId.t
| `Timestamp of Values_0.Timestamp.t ])
list ]