Values.DescribeEntitlementsResultSourceRetrieves a list that describes one of more entitlements.
type nonrec t = {entitlements : EntitlementList.t option;The entitlements.
*)nextToken : String_.t option;The pagination token used to retrieve the next page of results for this operation.
*)}type nonrec error = [ | `EntitlementNotFoundException of EntitlementNotFoundException.t| `OperationNotPermittedException of OperationNotPermittedException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `EntitlementNotFoundException of EntitlementNotFoundException.t
| `OperationNotPermittedException of OperationNotPermittedException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `EntitlementNotFoundException of EntitlementNotFoundException.t
| `OperationNotPermittedException of OperationNotPermittedException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]