Values.DescribeApplicationFleetAssociationsRequestSourceRetrieves a list that describes one or more application fleet associations. Either ApplicationArn or FleetName must be specified.
type nonrec t = {fleetName : Name.t option;The name of the fleet.
*)applicationArn : Arn.t option;The ARN of the application.
*)maxResults : Integer.t option;The maximum size of each page of results.
*)nextToken : String_.t option;The pagination token used to retrieve the next page of results for this operation.
*)}