ListLayerVersionsRequest

public struct ListLayerVersionsRequest : AWSShape
extension Lambda.ListLayerVersionsRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A runtime identifier. For example, go1.x.

    Declaration

    Swift

    public let compatibleRuntime: Runtime?
  • The name or Amazon Resource Name (ARN) of the layer.

    Declaration

    Swift

    public let layerName: String
  • A pagination token returned by a previous call.

    Declaration

    Swift

    public let marker: String?
  • The maximum number of versions to return.

    Declaration

    Swift

    public let maxItems: Int?
  • Undocumented

    Declaration

    Swift

    public init(compatibleRuntime: Runtime? = nil, layerName: String, marker: String? = nil, maxItems: Int? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws