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

Method DeleteLogGroupWithContext

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

Source from the content-addressed store, hash-verified

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)
37}
38
39// LambdaAPI defines the interface for Lambda operations

Callers 1

deleteCloudWatchLogsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected