CompleteLayerUploadRequest

public struct CompleteLayerUploadRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The sha256 digest of the image layer.

    Declaration

    Swift

    public let layerDigests: [String]
  • The AWS account ID associated with the registry to which to upload layers. If you do not specify a registry, the default registry is assumed.

    Declaration

    Swift

    public let registryId: String?
  • The name of the repository to associate with the image layer.

    Declaration

    Swift

    public let repositoryName: String
  • The upload ID from a previous InitiateLayerUpload operation to associate with the image layer.

    Declaration

    Swift

    public let uploadId: String
  • Undocumented

    Declaration

    Swift

    public init(layerDigests: [String], registryId: String? = nil, repositoryName: String, uploadId: String)
  • Declaration

    Swift

    public func validate(name: String) throws