Values.DescribeApplicationFleetAssociationsResultSourceRetrieves a list that describes one or more application fleet associations. Either ApplicationArn or FleetName must be specified.
type nonrec t = {applicationFleetAssociations : ApplicationFleetAssociationList.t option;The application fleet associations in the list.
*)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 ]