Values.CreateDocumentationVersionRequestSourceCreates a new documentation version of a given API.
type nonrec t = {restApiId : String_.t;The string identifier of the associated RestApi.
*)documentationVersion : String_.t;The version identifier of the new snapshot.
*)stageName : String_.t option;The stage name to be associated with the new documentation snapshot.
*)description : String_.t option;A description about the new documentation snapshot.
*)}