Values.DescribeAppBlocksResultSourceRetrieves a list that describes one or more app blocks.
type nonrec t = {appBlocks : AppBlocks.t option;The app blocks in the list.
*)nextToken : String_.t option;The pagination token used to retrieve the next page of results for this operation.
*)}type nonrec error = [ | `OperationNotPermittedException of OperationNotPermittedException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `OperationNotPermittedException of OperationNotPermittedException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `OperationNotPermittedException of OperationNotPermittedException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string * [> `String of String_.t ]) list ]
list
| `String of String_.t
| `Structure of
(string
* [> `Integer of Integer.t
| `String of S3Bucket.t
| `Structure of
(string * [> `String of S3Bucket.t ]) list ])
list
| `Timestamp of Timestamp.t ])
list ]
list
| `String of String_.t ])
list ]