Values.GetQueueLimitAssociationResponseSourceDomain fields for QueueLimitAssociation summary/response shapes, ordered before timestamps.
type nonrec t = {queueId : QueueId.t option;The unique identifier of the queue associated with the limit.
*)limitId : LimitId.t option;The unique identifier of the limit associated with the queue.
*)status : QueueLimitAssociationStatus.t option;The current status of the limit.
*)createdAt : CreatedAt.t option;The Unix timestamp of the date and time that the association was created.
*)createdBy : CreatedBy.t option;The user identifier of the person that created the association.
*)updatedAt : UpdatedAt.t option;The Unix timestamp of the date and time that the association was last updated.
*)updatedBy : UpdatedBy.t option;The user identifier of the person that last updated the association.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerErrorException of InternalServerErrorException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerErrorException of InternalServerErrorException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerErrorException of InternalServerErrorException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of QueueId.t
| `Timestamp of CreatedAt.t ])
list ]