Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // MaxEvents represents the maximum events can to retrieve. MaxEvents = int64(20) )
Functions ¶
func EventsFromDescribe ¶
func EventsFromDescribe( resp *svcsdk.DescribeEventsOutput, ) []*svcapitypes.Event
EventsFromDescribe returns a slice of Event structs given the Output response shape from a DescribeEventsWithContext call
func NewDescribeEventsInput ¶
func NewDescribeEventsInput( sourceName string, sourceType string, maxResults int64, ) *svcsdk.DescribeEventsInput
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.