Values.DescribeSoftwareAssociationsRequestSourceRetrieves license included application associations for a specified resource.
type nonrec t = {associatedResource : Arn.t;The ARN of the resource to describe software associations. Possible resources are Image and ImageBuilder.
*)maxResults : Integer.t option;The maximum number of results to return.
*)nextToken : String_.t option;The pagination token to use to retrieve the next page of results for this operation.
*)}