cloudwatchlogsdouble

package
v0.0.0-...-8548fdf Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 15, 2020 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Code generated by go awsdoublegen; DO NOT EDIT. This file was generated at 2020-01-29T21:22:05+11:00 For SDKVersion 1.28.13 Package cloudwatchlogsdouble contains test double implementation of cloudwatchlogsiface.CloudWatchLogsAPI

Package cloudwatchlogsdouble provides a TestDouble implementation of cloudwatchlogsiface.CloudWatchLogsAPI

Code generated by go awsdoublegen; DO NOT EDIT. This file was generated at 2020-01-29T21:22:05+11:00

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CloudWatchLogsDouble

type CloudWatchLogsDouble struct {
	cloudwatchlogsiface.CloudWatchLogsAPI
	*awsdouble.AWSTestDouble
}

CloudWatchLogsDouble is TestDouble for cloudwatchlogsiface.CloudWatchLogsAPI

func NewDouble

func NewDouble(t godouble.T, configurators ...func(*awsdouble.AWSTestDouble)) *CloudWatchLogsDouble

Constructor for CloudWatchLogsDouble Default configuration will ensure

  • API operations not explicitly stubbed will return an empty output struct pointer, and nil error. To simulate long polling, "Poll" operations will return these values after a random delay of up to 100ms.

  • WithContext methods implement a 'Fake' method that returns a cancellation error if the context is cancelled before the method is called.

  • Pages and PagesWithContext methods similarly implement a 'Fake' method that paginates over the underlying method.

    This allows tests to only stub the simple api methods and be generally unconcerned whether the SUT is using the Context or Pagination forms of the API.

func (*CloudWatchLogsDouble) AssociateKmsKey

func (*CloudWatchLogsDouble) AssociateKmsKeyRequest

func (*CloudWatchLogsDouble) AssociateKmsKeyWithContext

func (*CloudWatchLogsDouble) CancelExportTask

func (*CloudWatchLogsDouble) CancelExportTaskRequest

func (*CloudWatchLogsDouble) CancelExportTaskWithContext

func (*CloudWatchLogsDouble) CreateExportTask

func (*CloudWatchLogsDouble) CreateExportTaskRequest

func (*CloudWatchLogsDouble) CreateExportTaskWithContext

func (*CloudWatchLogsDouble) CreateLogGroup

func (*CloudWatchLogsDouble) CreateLogGroupRequest

func (*CloudWatchLogsDouble) CreateLogGroupWithContext

func (*CloudWatchLogsDouble) CreateLogStream

func (*CloudWatchLogsDouble) CreateLogStreamRequest

func (*CloudWatchLogsDouble) CreateLogStreamWithContext

func (*CloudWatchLogsDouble) DeleteDestination

func (*CloudWatchLogsDouble) DeleteDestinationRequest

func (*CloudWatchLogsDouble) DeleteDestinationWithContext

func (*CloudWatchLogsDouble) DeleteLogGroup

func (*CloudWatchLogsDouble) DeleteLogGroupRequest

func (*CloudWatchLogsDouble) DeleteLogGroupWithContext

func (*CloudWatchLogsDouble) DeleteLogStream

func (*CloudWatchLogsDouble) DeleteLogStreamRequest

func (*CloudWatchLogsDouble) DeleteLogStreamWithContext

func (*CloudWatchLogsDouble) DeleteMetricFilter

func (*CloudWatchLogsDouble) DeleteMetricFilterRequest

func (*CloudWatchLogsDouble) DeleteMetricFilterWithContext

func (*CloudWatchLogsDouble) DeleteResourcePolicy

func (*CloudWatchLogsDouble) DeleteResourcePolicyWithContext

func (*CloudWatchLogsDouble) DescribeDestinations

func (*CloudWatchLogsDouble) DescribeDestinationsPages

func (*CloudWatchLogsDouble) DescribeDestinationsPagesWithContext

func (d *CloudWatchLogsDouble) DescribeDestinationsPagesWithContext(i0 context.Context, i1 *cloudwatchlogs.DescribeDestinationsInput, i2 func(*cloudwatchlogs.DescribeDestinationsOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*CloudWatchLogsDouble) DescribeDestinationsWithContext

func (*CloudWatchLogsDouble) DescribeExportTasks

func (*CloudWatchLogsDouble) DescribeExportTasksWithContext

func (*CloudWatchLogsDouble) DescribeLogGroups

func (*CloudWatchLogsDouble) DescribeLogGroupsPages

func (*CloudWatchLogsDouble) DescribeLogGroupsPagesWithContext

func (d *CloudWatchLogsDouble) DescribeLogGroupsPagesWithContext(i0 context.Context, i1 *cloudwatchlogs.DescribeLogGroupsInput, i2 func(*cloudwatchlogs.DescribeLogGroupsOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*CloudWatchLogsDouble) DescribeLogGroupsRequest

func (*CloudWatchLogsDouble) DescribeLogGroupsWithContext

func (*CloudWatchLogsDouble) DescribeLogStreams

func (*CloudWatchLogsDouble) DescribeLogStreamsPages

func (*CloudWatchLogsDouble) DescribeLogStreamsPagesWithContext

func (d *CloudWatchLogsDouble) DescribeLogStreamsPagesWithContext(i0 context.Context, i1 *cloudwatchlogs.DescribeLogStreamsInput, i2 func(*cloudwatchlogs.DescribeLogStreamsOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*CloudWatchLogsDouble) DescribeLogStreamsRequest

func (*CloudWatchLogsDouble) DescribeLogStreamsWithContext

func (*CloudWatchLogsDouble) DescribeMetricFiltersPages

func (*CloudWatchLogsDouble) DescribeMetricFiltersPagesWithContext

func (d *CloudWatchLogsDouble) DescribeMetricFiltersPagesWithContext(i0 context.Context, i1 *cloudwatchlogs.DescribeMetricFiltersInput, i2 func(*cloudwatchlogs.DescribeMetricFiltersOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*CloudWatchLogsDouble) DescribeQueries

func (*CloudWatchLogsDouble) DescribeQueriesRequest

func (*CloudWatchLogsDouble) DescribeQueriesWithContext

func (*CloudWatchLogsDouble) DisassociateKmsKey

func (*CloudWatchLogsDouble) DisassociateKmsKeyRequest

func (*CloudWatchLogsDouble) DisassociateKmsKeyWithContext

func (*CloudWatchLogsDouble) FilterLogEvents

func (*CloudWatchLogsDouble) FilterLogEventsPages

func (*CloudWatchLogsDouble) FilterLogEventsPagesWithContext

func (d *CloudWatchLogsDouble) FilterLogEventsPagesWithContext(i0 context.Context, i1 *cloudwatchlogs.FilterLogEventsInput, i2 func(*cloudwatchlogs.FilterLogEventsOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*CloudWatchLogsDouble) FilterLogEventsRequest

func (*CloudWatchLogsDouble) FilterLogEventsWithContext

func (*CloudWatchLogsDouble) GetLogEvents

func (*CloudWatchLogsDouble) GetLogEventsPages

func (*CloudWatchLogsDouble) GetLogEventsPagesWithContext

func (d *CloudWatchLogsDouble) GetLogEventsPagesWithContext(i0 context.Context, i1 *cloudwatchlogs.GetLogEventsInput, i2 func(*cloudwatchlogs.GetLogEventsOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*CloudWatchLogsDouble) GetLogEventsRequest

func (*CloudWatchLogsDouble) GetLogEventsWithContext

func (*CloudWatchLogsDouble) GetLogGroupFields

func (*CloudWatchLogsDouble) GetLogGroupFieldsRequest

func (*CloudWatchLogsDouble) GetLogGroupFieldsWithContext

func (*CloudWatchLogsDouble) GetLogRecord

func (*CloudWatchLogsDouble) GetLogRecordRequest

func (*CloudWatchLogsDouble) GetLogRecordWithContext

func (*CloudWatchLogsDouble) GetQueryResults

func (*CloudWatchLogsDouble) GetQueryResultsRequest

func (*CloudWatchLogsDouble) GetQueryResultsWithContext

func (*CloudWatchLogsDouble) ListTagsLogGroup

func (*CloudWatchLogsDouble) ListTagsLogGroupRequest

func (*CloudWatchLogsDouble) ListTagsLogGroupWithContext

func (*CloudWatchLogsDouble) PutDestination

func (*CloudWatchLogsDouble) PutDestinationPolicy

func (*CloudWatchLogsDouble) PutDestinationPolicyWithContext

func (*CloudWatchLogsDouble) PutDestinationRequest

func (*CloudWatchLogsDouble) PutDestinationWithContext

func (*CloudWatchLogsDouble) PutLogEvents

func (*CloudWatchLogsDouble) PutLogEventsRequest

func (*CloudWatchLogsDouble) PutLogEventsWithContext

func (*CloudWatchLogsDouble) PutMetricFilter

func (*CloudWatchLogsDouble) PutMetricFilterRequest

func (*CloudWatchLogsDouble) PutMetricFilterWithContext

func (*CloudWatchLogsDouble) PutResourcePolicy

func (*CloudWatchLogsDouble) PutResourcePolicyRequest

func (*CloudWatchLogsDouble) PutResourcePolicyWithContext

func (*CloudWatchLogsDouble) PutRetentionPolicy

func (*CloudWatchLogsDouble) PutRetentionPolicyRequest

func (*CloudWatchLogsDouble) PutRetentionPolicyWithContext

func (*CloudWatchLogsDouble) StartQuery

func (*CloudWatchLogsDouble) StartQueryRequest

func (*CloudWatchLogsDouble) StartQueryWithContext

func (*CloudWatchLogsDouble) StopQuery

func (*CloudWatchLogsDouble) StopQueryRequest

func (*CloudWatchLogsDouble) StopQueryWithContext

func (*CloudWatchLogsDouble) TagLogGroup

func (*CloudWatchLogsDouble) TagLogGroupRequest

func (*CloudWatchLogsDouble) TagLogGroupWithContext

func (*CloudWatchLogsDouble) TestMetricFilter

func (*CloudWatchLogsDouble) TestMetricFilterRequest

func (*CloudWatchLogsDouble) TestMetricFilterWithContext

func (*CloudWatchLogsDouble) UntagLogGroup

func (*CloudWatchLogsDouble) UntagLogGroupRequest

func (*CloudWatchLogsDouble) UntagLogGroupWithContext

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL