Module Values.GetSubscriptionDefinitionVersionRequestSource

Retrieves information about a subscription definition version.

Sourcetype nonrec t = {
  1. nextToken : string option;
    (*

    The token for the next set of results, or ''null'' if there are no additional results.

    *)
  2. subscriptionDefinitionId : string;
    (*

    The ID of the subscription definition.

    *)
  3. subscriptionDefinitionVersionId : string;
    (*

    The ID of the subscription definition version. This value maps to the ''Version'' property of the corresponding ''VersionInformation'' object, which is returned by ''ListSubscriptionDefinitionVersions'' requests. If the version is the last one that was associated with a subscription definition, the value also maps to the ''LatestVersion'' property of the corresponding ''DefinitionInformation'' object.

    *)
}
Sourceval context_ : string
Sourceval make : ?nextToken:??? -> subscriptionDefinitionId:string -> subscriptionDefinitionVersionId:string -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of string ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t