Values_1.DisassociateSbomFromPackageVersionRequestSourceDisassociates the selected software bill of materials (SBOM) from a specific software package version. Requires permission to access the DisassociateSbomWithPackageVersion action.
type nonrec t = {packageName : Values_0.PackageName.t;The name of the new software package.
*)versionName : Values_0.VersionName.t;The name of the new 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