BatchGetImageRequest

public struct BatchGetImageRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The accepted media types for the request. Valid values: application/vnd.docker.distribution.manifest.v1+json | application/vnd.docker.distribution.manifest.v2+json | application/vnd.oci.image.manifest.v1+json

    Declaration

    Swift

    public let acceptedMediaTypes: [String]?
  • A list of image ID references that correspond to images to describe. The format of the imageIds reference is imageTag=tag or imageDigest=digest.

    Declaration

    Swift

    public let imageIds: [ImageIdentifier]
  • The AWS account ID associated with the registry that contains the images to describe. If you do not specify a registry, the default registry is assumed.

    Declaration

    Swift

    public let registryId: String?
  • The repository that contains the images to describe.

    Declaration

    Swift

    public let repositoryName: String
  • Undocumented

    Declaration

    Swift

    public init(acceptedMediaTypes: [String]? = nil, imageIds: [ImageIdentifier], registryId: String? = nil, repositoryName: String)
  • Declaration

    Swift

    public func validate(name: String) throws