Values_1.DeletePackageVersionRequestSourceDeletes a specific version from a software package. Note: If a package version is designated as default, you must remove the designation from the software package using the UpdatePackage action.
type nonrec t = {packageName : Values_0.PackageName.t;The name of the associated software package.
*)versionName : Values_0.VersionName.t;The name of the target package version.
*)clientToken : Values_0.ClientToken.t option;A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.
*)}val make :
?clientToken:??? ->
packageName:Values_0.PackageName.t ->
versionName:Values_0.VersionName.t ->
unit ->
t