PackageVersionSummary
Details about a package version, including its status, version, and revision. The
ListPackageVersions
operation returns a list of PackageVersionSummary
objects.
Contents
- status
-
A string that contains the status of the package version. It can be one of the following:
Type: String
Valid Values:
Archived | Disposed | Published | Unfinished | Unlisted
Required: Yes
- version
-
Information about a package version.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
[^#/\s]+
Required: Yes
- origin
-
A PackageVersionOrigin object that contains information about how the package version was added to the repository.
Type: PackageVersionOrigin object
Required: No
- revision
-
The revision associated with a package version.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 50.
Pattern:
\S+
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: