CreatePackageRequest
public struct CreatePackageRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Description of the package.
Declaration
Swift
public let packageDescription: String? -
Unique identifier for the package.
Declaration
Swift
public let packageName: String -
The customer S3 location PackageSource for importing the package.
Declaration
Swift
public let packageSource: PackageSource -
Type of package. Currently supports only TXT-DICTIONARY.
Declaration
Swift
public let packageType: PackageType -
Undocumented
Declaration
Swift
public init(packageDescription: String? = nil, packageName: String, packageSource: PackageSource, packageType: PackageType) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
CreatePackageRequest Structure Reference