Values.CreateSubscriptionDefinitionResponseSourceCreates a subscription definition. You may provide the initial version of the subscription definition now or use ''CreateSubscriptionDefinitionVersion'' at a later time.
type nonrec t = {arn : string option;The ARN of the definition.
*)creationTimestamp : string option;The time, in milliseconds since the epoch, when the definition was created.
*)id : string option;The ID of the definition.
*)lastUpdatedTimestamp : string option;The time, in milliseconds since the epoch, when the definition was last updated.
*)latestVersion : string option;The ID of the latest version associated with the definition.
*)latestVersionArn : string option;The ARN of the latest version associated with the definition.
*)name : string option;The name of the definition.
*)}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 ]