Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type API ¶
type API interface {
ListFunctionsPagesWithContext(context.Context, *lambda.ListFunctionsInput, func(*lambda.ListFunctionsOutput, bool) bool, ...request.Option) error
}
API documents the subset of AWS API we actually call
type ListFunctions ¶
type ListFunctions struct {
API
}
type ListFunctionsOutput ¶
type ListFunctionsOutput struct {
*lambda.ListFunctionsOutput
}
func (*ListFunctionsOutput) Records ¶
func (o *ListFunctionsOutput) Records() (records []*api.Record)
Click to show internal directories.
Click to hide internal directories.