Values_1.AssociateSbomWithPackageVersionRequestSourceAssociates the selected software bill of materials (SBOM) with a specific software package version. Requires permission to access the AssociateSbomWithPackageVersion 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.
*)sbom : Values_0.Sbom.t;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 ->
sbom:Values_0.Sbom.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.PackageName.t
| `Structure of
(string * [> `Structure of (string * [> `String of string ]) list ])
list ])
list ]