BatchCheckLayerAvailabilityRequest
public struct BatchCheckLayerAvailabilityRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The digests of the image layers to check.
Declaration
Swift
public let layerDigests: [String]
-
The AWS account ID associated with the registry that contains the image layers to check. If you do not specify a registry, the default registry is assumed.
Declaration
Swift
public let registryId: String?
-
The name of the repository that is associated with the image layers to check.
Declaration
Swift
public let repositoryName: String
-
Undocumented
Declaration
Swift
public init(layerDigests: [String], registryId: String? = nil, repositoryName: String)
-
Declaration
Swift
public func validate(name: String) throws