Values.CreateSubscriptionDefinitionRequestSourceCreates a subscription definition. You may provide the initial version of the subscription definition now or use ''CreateSubscriptionDefinitionVersion'' at a later time.
type nonrec t = {amznClientToken : string option;A client token used to correlate requests and responses.
*)initialVersion : SubscriptionDefinitionVersion.t option;Information about the initial version of the subscription definition.
*)name : string option;The name of the subscription definition.
*)}