Values.DescribeAppBlockBuilderAppBlockAssociationsResultSourceRetrieves a list that describes one or more app block builder associations.
type nonrec t = {appBlockBuilderAppBlockAssociations : AppBlockBuilderAppBlockAssociationsList.t
option;This list of app block builders associated with app blocks.
*)nextToken : String_.t option;The pagination token used to retrieve the next page of results for this operation.
*)}type nonrec error = [ | `InvalidParameterCombinationException of InvalidParameterCombinationException.t| `OperationNotPermittedException of OperationNotPermittedException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidParameterCombinationException of
InvalidParameterCombinationException.t
| `OperationNotPermittedException of OperationNotPermittedException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidParameterCombinationException of
InvalidParameterCombinationException.t
| `OperationNotPermittedException of OperationNotPermittedException.t
| `Unknown_operation_error of string * string option ]