Values_1.QueueSourceContains information about a queue.
type nonrec t = {name : Values_0.CommonNameLength127.t option;The name of the queue.
*)queueArn : Values_0.ARN.t option;The Amazon Resource Name (ARN) for the queue.
*)queueId : Values_0.QueueId.t option;The identifier for the queue.
*)description : Values_0.QueueDescription.t option;The description of the queue.
*)outboundCallerConfig : Values_0.OutboundCallerConfig.t option;The outbound caller ID name, number, and outbound whisper flow.
*)outboundEmailConfig : Values_0.OutboundEmailConfig.t option;The outbound email address ID for a specified queue.
*)hoursOfOperationId : Values_0.HoursOfOperationId.t option;The identifier for the hours of operation.
*)maxContacts : Values_0.QueueMaxContacts.t option;The maximum number of contacts that can be in the queue before it is considered full.
*)status : QueueStatus.t option;The status of the queue.
*)lastModifiedTime : Values_0.Timestamp.t option;The timestamp when this resource was last modified.
*)lastModifiedRegion : Values_0.RegionName.t option;The Amazon Web Services Region where this resource was last modified.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Values_0.QueueMaxContacts.t
| `Map of ([> `String of string ] * [> `String of string ]) list
| `String of Values_0.CommonNameLength127.t
| `Structure of (string * [> `String of string ]) list
| `Timestamp of Values_0.Timestamp.t ])
list ]