Values.GetSubscriptionDefinitionVersionResponseSourceRetrieves information about a subscription definition version.
type nonrec t = {arn : string option;The ARN of the subscription definition version.
*)creationTimestamp : string option;The time, in milliseconds since the epoch, when the subscription definition version was created.
*)definition : SubscriptionDefinitionVersion.t option;Information about the subscription definition version.
*)id : string option;The ID of the subscription definition version.
*)nextToken : string option;The token for the next set of results, or ''null'' if there are no additional results.
*)version : string option;The version of the subscription definition version.
*)}type nonrec error = [ | `BadRequestException of BadRequestException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BadRequestException of BadRequestException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequestException of BadRequestException.t
| `Unknown_operation_error of string * string option ]