MCPcopy Create free account
hub / github.com/dan-v/lambda-nat-proxy / GetLogEventsWithContext

Method GetLogEventsWithContext

internal/aws/clients.go:33–33  ·  view source on GitHub ↗
(ctx context.Context, input *cloudwatchlogs.GetLogEventsInput, opts ...request.Option)

Source from the content-addressed store, hash-verified

31// CloudWatchLogsAPI defines the interface for CloudWatch Logs operations
32type CloudWatchLogsAPI interface {
33 GetLogEventsWithContext(ctx context.Context, input *cloudwatchlogs.GetLogEventsInput, opts ...request.Option) (*cloudwatchlogs.GetLogEventsOutput, error)
34 DescribeLogGroupsWithContext(ctx context.Context, input *cloudwatchlogs.DescribeLogGroupsInput, opts ...request.Option) (*cloudwatchlogs.DescribeLogGroupsOutput, error)
35 DescribeLogStreamsWithContext(ctx context.Context, input *cloudwatchlogs.DescribeLogStreamsInput, opts ...request.Option) (*cloudwatchlogs.DescribeLogStreamsOutput, error)
36 DeleteLogGroupWithContext(ctx context.Context, input *cloudwatchlogs.DeleteLogGroupInput, opts ...request.Option) (*cloudwatchlogs.DeleteLogGroupOutput, error)

Callers 1

getRecentLogsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected