ListFunctionsRequest

public struct ListFunctionsRequest : AWSShape
extension Lambda.ListFunctionsRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Set to ALL to include entries for all published versions of each function.

    Declaration

    Swift

    public let functionVersion: FunctionVersion?
  • Specify the pagination token that’s returned by a previous request to retrieve the next page of results.

    Declaration

    Swift

    public let marker: String?
  • For Lambda@Edge functions, the AWS Region of the master function. For example, us-east-1 filters the list of functions to only include Lambda@Edge functions replicated from a master function in US East (N. Virginia). If specified, you must set FunctionVersion to ALL.

    Declaration

    Swift

    public let masterRegion: String?
  • The maximum number of functions to return.

    Declaration

    Swift

    public let maxItems: Int?
  • Undocumented

    Declaration

    Swift

    public init(functionVersion: FunctionVersion? = nil, marker: String? = nil, masterRegion: String? = nil, maxItems: Int? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws