Module Values_1.GetPackageVersionResponseSource

Gets information about the specified package version. Requires permission to access the GetPackageVersion action.

Sourcetype nonrec t = {
  1. packageVersionArn : Values_0.PackageVersionArn.t option;
    (*

    The ARN for the package version.

    *)
  2. packageName : Values_0.PackageName.t option;
    (*

    The name of the software package.

    *)
  3. versionName : Values_0.VersionName.t option;
    (*

    The name of the package version.

    *)
  4. description : Values_0.ResourceDescription.t option;
    (*

    The package version description.

    *)
  5. attributes : Values_0.ResourceAttributes.t option;
    (*

    Metadata that were added to the package version that can be used to define a package version’s configuration.

    *)
  6. artifact : Values_0.PackageVersionArtifact.t option;
    (*

    The various components that make up a software package version.

    *)
  7. status : Values_0.PackageVersionStatus.t option;
    (*

    The status associated to the package version. For more information, see Package version lifecycle.

    *)
  8. errorReason : Values_0.PackageVersionErrorReason.t option;
    (*

    Error reason for a package version failure during creation or update.

    *)
  9. creationDate : Values_0.CreationDate.t option;
    (*

    The date when the package version was created.

    *)
  10. lastModifiedDate : Values_0.LastModifiedDate.t option;
    (*

    The date when the package version was last updated.

    *)
  11. sbom : Values_0.Sbom.t option;
    (*

    The software bill of materials for a software package version.

    *)
  12. sbomValidationStatus : Values_0.SbomValidationStatus.t option;
    (*

    The status of the validation for a new software bill of materials added to a software package version.

    *)
  13. recipe : Values_0.PackageVersionRecipe.t option;
    (*

    The inline job document associated with a software package version used for a quick job deployment.

    *)
}
Sourcetype nonrec error = [
  1. | `InternalServerException of Values_0.InternalServerException.t
  2. | `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
  3. | `ThrottlingException of Values_0.ThrottlingException.t
  4. | `ValidationException of Values_0.ValidationException.t
  5. | `Unknown_operation_error of string * string option
]
Sourceval make : ?packageVersionArn:??? -> ?packageName:??? -> ?versionName:??? -> ?description:??? -> ?attributes:??? -> ?artifact:??? -> ?status:??? -> ?errorReason:??? -> ?creationDate:??? -> ?lastModifiedDate:??? -> ?sbom:??? -> ?sbomValidationStatus:??? -> ?recipe:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `InternalServerException of Values_0.InternalServerException.t | `ResourceNotFoundException of Values_0.ResourceNotFoundException.t | `ThrottlingException of Values_0.ThrottlingException.t | `Unknown_operation_error of string * string option | `ValidationException of Values_0.ValidationException.t ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `InternalServerException of Values_0.InternalServerException.t | `ResourceNotFoundException of Values_0.ResourceNotFoundException.t | `ThrottlingException of Values_0.ThrottlingException.t | `Unknown_operation_error of string * string option | `ValidationException of Values_0.ValidationException.t ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Map of ([> `String of string ] * [> `String of string ]) list | `String of Values_0.PackageVersionArn.t | `Structure of (string * [> `Structure of (string * [> `String of string ]) list ]) list | `Timestamp of Values_0.CreationDate.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t