listImagePackages

Lists the packages that are associated with an image build version, as determined by Amazon Web Services Systems Manager Inventory at build time.

Samples

// The following example lists the operating system packages that Image Builder detected in the
// specified image build version.
val resp = imagebuilderClient.listImagePackages {
    imageBuildVersionArn = "arn:aws:imagebuilder:us-west-2:111122223333:image/my-example-recipe/1.0.0/1"
}