Values.DescribeSoftwareAssociationsResultSourceRetrieves license included application associations for a specified resource.
type nonrec t = {associatedResource : Arn.t option;The ARN of the resource to describe software associations.
*)softwareAssociations : SoftwareAssociationsList.t option;Collection of license included applications association details including: License included application name and version information Deployment status (SoftwareDeploymentStatus enum) Error details for failed deployments Association timestamps
*)nextToken : String_.t option;The pagination token to use 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 ]