Values_1.AssociateSbomWithPackageVersionResponseSourceAssociates 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 option;The name of the new software package.
*)versionName : Values_0.VersionName.t option;The name of the new package version.
*)sbom : Values_0.Sbom.t option;sbomValidationStatus : Values_0.SbomValidationStatus.t option;The status of the initial validation for the software bill of materials against the Software Package Data Exchange (SPDX) and CycloneDX industry standard formats.
*)}type nonrec error = [ | `ConflictException of Values_0.ConflictException.t| `InternalServerException of Values_0.InternalServerException.t| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t| `ServiceQuotaExceededException of Values_0.ServiceQuotaExceededException.t| `ThrottlingException of Values_0.ThrottlingException.t| `ValidationException of Values_0.ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ConflictException of Values_0.ConflictException.t
| `InternalServerException of Values_0.InternalServerException.t
| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
| `ServiceQuotaExceededException of Values_0.ServiceQuotaExceededException.t
| `ThrottlingException of Values_0.ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of Values_0.ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ConflictException of Values_0.ConflictException.t
| `InternalServerException of Values_0.InternalServerException.t
| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
| `ServiceQuotaExceededException of Values_0.ServiceQuotaExceededException.t
| `ThrottlingException of Values_0.ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of Values_0.ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Values_0.PackageName.t
| `Structure of
(string * [> `Structure of (string * [> `String of string ]) list ])
list ])
list ]