PackageSummary
public struct PackageSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The format of the package. Valid values are: npm pypi maven
Declaration
Swift
public let format: PackageFormat?
-
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.
Declaration
Swift
public let namespace: String?
-
The name of the package.
Declaration
Swift
public let package: String?
-
Undocumented
Declaration
Swift
public init(format: PackageFormat? = nil, namespace: String? = nil, package: String? = nil)