PackageSummary
Details about a package, including its format, namespace, and name. The
ListPackages
operation returns a list of PackageSummary
objects.
Contents
- format
-
The format of the package. Valid values are:
-
npm
-
pypi
-
maven
-
nuget
Type: String
Valid Values:
npm | pypi | maven | nuget
Required: No
-
- namespace
-
The namespace of the package. The package component that specifies its namespace depends on its type. For example:
-
The namespace of a Maven package is its
groupId
. -
The namespace of an npm package is its
scope
. -
A Python package does not contain a corresponding component, so Python packages do not have a namespace.
-
A NuGet package does not contain a corresponding component, so NuGet packages do not have a namespace.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
[^!#/\s]+
Required: No
-
- package
-
The name of the package.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
[^!#/\s]+
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: