sdk

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Sep 18, 2019 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Package sdk is a generated GoMock package.

Package sdk is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockCloudWatchAPI added in v1.2.0

type MockCloudWatchAPI struct {
	// contains filtered or unexported fields
}

MockCloudWatchAPI is a mock of CloudWatchAPI interface

func NewMockCloudWatchAPI added in v1.2.0

func NewMockCloudWatchAPI(ctrl *gomock.Controller) *MockCloudWatchAPI

NewMockCloudWatchAPI creates a new mock instance

func (*MockCloudWatchAPI) DeleteAlarms added in v1.2.0

DeleteAlarms mocks base method

func (*MockCloudWatchAPI) DeleteAlarmsRequest added in v1.2.0

DeleteAlarmsRequest mocks base method

func (*MockCloudWatchAPI) DeleteAlarmsWithContext added in v1.2.0

func (m *MockCloudWatchAPI) DeleteAlarmsWithContext(arg0 aws.Context, arg1 *cloudwatch.DeleteAlarmsInput, arg2 ...request.Option) (*cloudwatch.DeleteAlarmsOutput, error)

DeleteAlarmsWithContext mocks base method

func (*MockCloudWatchAPI) DeleteDashboards added in v1.2.0

DeleteDashboards mocks base method

func (*MockCloudWatchAPI) DeleteDashboardsRequest added in v1.2.0

DeleteDashboardsRequest mocks base method

func (*MockCloudWatchAPI) DeleteDashboardsWithContext added in v1.2.0

func (m *MockCloudWatchAPI) DeleteDashboardsWithContext(arg0 aws.Context, arg1 *cloudwatch.DeleteDashboardsInput, arg2 ...request.Option) (*cloudwatch.DeleteDashboardsOutput, error)

DeleteDashboardsWithContext mocks base method

func (*MockCloudWatchAPI) DescribeAlarmHistory added in v1.2.0

DescribeAlarmHistory mocks base method

func (*MockCloudWatchAPI) DescribeAlarmHistoryPages added in v1.2.0

DescribeAlarmHistoryPages mocks base method

func (*MockCloudWatchAPI) DescribeAlarmHistoryPagesWithContext added in v1.2.0

func (m *MockCloudWatchAPI) DescribeAlarmHistoryPagesWithContext(arg0 aws.Context, arg1 *cloudwatch.DescribeAlarmHistoryInput, arg2 func(*cloudwatch.DescribeAlarmHistoryOutput, bool) bool, arg3 ...request.Option) error

DescribeAlarmHistoryPagesWithContext mocks base method

func (*MockCloudWatchAPI) DescribeAlarmHistoryRequest added in v1.2.0

DescribeAlarmHistoryRequest mocks base method

func (*MockCloudWatchAPI) DescribeAlarmHistoryWithContext added in v1.2.0

func (m *MockCloudWatchAPI) DescribeAlarmHistoryWithContext(arg0 aws.Context, arg1 *cloudwatch.DescribeAlarmHistoryInput, arg2 ...request.Option) (*cloudwatch.DescribeAlarmHistoryOutput, error)

DescribeAlarmHistoryWithContext mocks base method

func (*MockCloudWatchAPI) DescribeAlarms added in v1.2.0

DescribeAlarms mocks base method

func (*MockCloudWatchAPI) DescribeAlarmsForMetric added in v1.2.0

DescribeAlarmsForMetric mocks base method

func (*MockCloudWatchAPI) DescribeAlarmsForMetricRequest added in v1.2.0

DescribeAlarmsForMetricRequest mocks base method

func (*MockCloudWatchAPI) DescribeAlarmsForMetricWithContext added in v1.2.0

func (m *MockCloudWatchAPI) DescribeAlarmsForMetricWithContext(arg0 aws.Context, arg1 *cloudwatch.DescribeAlarmsForMetricInput, arg2 ...request.Option) (*cloudwatch.DescribeAlarmsForMetricOutput, error)

DescribeAlarmsForMetricWithContext mocks base method

func (*MockCloudWatchAPI) DescribeAlarmsPages added in v1.2.0

func (m *MockCloudWatchAPI) DescribeAlarmsPages(arg0 *cloudwatch.DescribeAlarmsInput, arg1 func(*cloudwatch.DescribeAlarmsOutput, bool) bool) error

DescribeAlarmsPages mocks base method

func (*MockCloudWatchAPI) DescribeAlarmsPagesWithContext added in v1.2.0

func (m *MockCloudWatchAPI) DescribeAlarmsPagesWithContext(arg0 aws.Context, arg1 *cloudwatch.DescribeAlarmsInput, arg2 func(*cloudwatch.DescribeAlarmsOutput, bool) bool, arg3 ...request.Option) error

DescribeAlarmsPagesWithContext mocks base method

func (*MockCloudWatchAPI) DescribeAlarmsRequest added in v1.2.0

DescribeAlarmsRequest mocks base method

func (*MockCloudWatchAPI) DescribeAlarmsWithContext added in v1.2.0

func (m *MockCloudWatchAPI) DescribeAlarmsWithContext(arg0 aws.Context, arg1 *cloudwatch.DescribeAlarmsInput, arg2 ...request.Option) (*cloudwatch.DescribeAlarmsOutput, error)

DescribeAlarmsWithContext mocks base method

func (*MockCloudWatchAPI) DisableAlarmActions added in v1.2.0

DisableAlarmActions mocks base method

func (*MockCloudWatchAPI) DisableAlarmActionsRequest added in v1.2.0

DisableAlarmActionsRequest mocks base method

func (*MockCloudWatchAPI) DisableAlarmActionsWithContext added in v1.2.0

func (m *MockCloudWatchAPI) DisableAlarmActionsWithContext(arg0 aws.Context, arg1 *cloudwatch.DisableAlarmActionsInput, arg2 ...request.Option) (*cloudwatch.DisableAlarmActionsOutput, error)

DisableAlarmActionsWithContext mocks base method

func (*MockCloudWatchAPI) EXPECT added in v1.2.0

EXPECT returns an object that allows the caller to indicate expected use

func (*MockCloudWatchAPI) EnableAlarmActions added in v1.2.0

EnableAlarmActions mocks base method

func (*MockCloudWatchAPI) EnableAlarmActionsRequest added in v1.2.0

EnableAlarmActionsRequest mocks base method

func (*MockCloudWatchAPI) EnableAlarmActionsWithContext added in v1.2.0

func (m *MockCloudWatchAPI) EnableAlarmActionsWithContext(arg0 aws.Context, arg1 *cloudwatch.EnableAlarmActionsInput, arg2 ...request.Option) (*cloudwatch.EnableAlarmActionsOutput, error)

EnableAlarmActionsWithContext mocks base method

func (*MockCloudWatchAPI) GetDashboard added in v1.2.0

GetDashboard mocks base method

func (*MockCloudWatchAPI) GetDashboardRequest added in v1.2.0

GetDashboardRequest mocks base method

func (*MockCloudWatchAPI) GetDashboardWithContext added in v1.2.0

func (m *MockCloudWatchAPI) GetDashboardWithContext(arg0 aws.Context, arg1 *cloudwatch.GetDashboardInput, arg2 ...request.Option) (*cloudwatch.GetDashboardOutput, error)

GetDashboardWithContext mocks base method

func (*MockCloudWatchAPI) GetMetricStatistics added in v1.2.0

GetMetricStatistics mocks base method

func (*MockCloudWatchAPI) GetMetricStatisticsRequest added in v1.2.0

GetMetricStatisticsRequest mocks base method

func (*MockCloudWatchAPI) GetMetricStatisticsWithContext added in v1.2.0

func (m *MockCloudWatchAPI) GetMetricStatisticsWithContext(arg0 aws.Context, arg1 *cloudwatch.GetMetricStatisticsInput, arg2 ...request.Option) (*cloudwatch.GetMetricStatisticsOutput, error)

GetMetricStatisticsWithContext mocks base method

func (*MockCloudWatchAPI) ListDashboards added in v1.2.0

ListDashboards mocks base method

func (*MockCloudWatchAPI) ListDashboardsRequest added in v1.2.0

ListDashboardsRequest mocks base method

func (*MockCloudWatchAPI) ListDashboardsWithContext added in v1.2.0

func (m *MockCloudWatchAPI) ListDashboardsWithContext(arg0 aws.Context, arg1 *cloudwatch.ListDashboardsInput, arg2 ...request.Option) (*cloudwatch.ListDashboardsOutput, error)

ListDashboardsWithContext mocks base method

func (*MockCloudWatchAPI) ListMetrics added in v1.2.0

ListMetrics mocks base method

func (*MockCloudWatchAPI) ListMetricsPages added in v1.2.0

func (m *MockCloudWatchAPI) ListMetricsPages(arg0 *cloudwatch.ListMetricsInput, arg1 func(*cloudwatch.ListMetricsOutput, bool) bool) error

ListMetricsPages mocks base method

func (*MockCloudWatchAPI) ListMetricsPagesWithContext added in v1.2.0

func (m *MockCloudWatchAPI) ListMetricsPagesWithContext(arg0 aws.Context, arg1 *cloudwatch.ListMetricsInput, arg2 func(*cloudwatch.ListMetricsOutput, bool) bool, arg3 ...request.Option) error

ListMetricsPagesWithContext mocks base method

func (*MockCloudWatchAPI) ListMetricsRequest added in v1.2.0

ListMetricsRequest mocks base method

func (*MockCloudWatchAPI) ListMetricsWithContext added in v1.2.0

func (m *MockCloudWatchAPI) ListMetricsWithContext(arg0 aws.Context, arg1 *cloudwatch.ListMetricsInput, arg2 ...request.Option) (*cloudwatch.ListMetricsOutput, error)

ListMetricsWithContext mocks base method

func (*MockCloudWatchAPI) PutDashboard added in v1.2.0

PutDashboard mocks base method

func (*MockCloudWatchAPI) PutDashboardRequest added in v1.2.0

PutDashboardRequest mocks base method

func (*MockCloudWatchAPI) PutDashboardWithContext added in v1.2.0

func (m *MockCloudWatchAPI) PutDashboardWithContext(arg0 aws.Context, arg1 *cloudwatch.PutDashboardInput, arg2 ...request.Option) (*cloudwatch.PutDashboardOutput, error)

PutDashboardWithContext mocks base method

func (*MockCloudWatchAPI) PutMetricAlarm added in v1.2.0

PutMetricAlarm mocks base method

func (*MockCloudWatchAPI) PutMetricAlarmRequest added in v1.2.0

PutMetricAlarmRequest mocks base method

func (*MockCloudWatchAPI) PutMetricAlarmWithContext added in v1.2.0

func (m *MockCloudWatchAPI) PutMetricAlarmWithContext(arg0 aws.Context, arg1 *cloudwatch.PutMetricAlarmInput, arg2 ...request.Option) (*cloudwatch.PutMetricAlarmOutput, error)

PutMetricAlarmWithContext mocks base method

func (*MockCloudWatchAPI) PutMetricData added in v1.2.0

PutMetricData mocks base method

func (*MockCloudWatchAPI) PutMetricDataRequest added in v1.2.0

PutMetricDataRequest mocks base method

func (*MockCloudWatchAPI) PutMetricDataWithContext added in v1.2.0

func (m *MockCloudWatchAPI) PutMetricDataWithContext(arg0 aws.Context, arg1 *cloudwatch.PutMetricDataInput, arg2 ...request.Option) (*cloudwatch.PutMetricDataOutput, error)

PutMetricDataWithContext mocks base method

func (*MockCloudWatchAPI) SetAlarmState added in v1.2.0

SetAlarmState mocks base method

func (*MockCloudWatchAPI) SetAlarmStateRequest added in v1.2.0

SetAlarmStateRequest mocks base method

func (*MockCloudWatchAPI) SetAlarmStateWithContext added in v1.2.0

func (m *MockCloudWatchAPI) SetAlarmStateWithContext(arg0 aws.Context, arg1 *cloudwatch.SetAlarmStateInput, arg2 ...request.Option) (*cloudwatch.SetAlarmStateOutput, error)

SetAlarmStateWithContext mocks base method

func (*MockCloudWatchAPI) WaitUntilAlarmExists added in v1.2.0

func (m *MockCloudWatchAPI) WaitUntilAlarmExists(arg0 *cloudwatch.DescribeAlarmsInput) error

WaitUntilAlarmExists mocks base method

func (*MockCloudWatchAPI) WaitUntilAlarmExistsWithContext added in v1.2.0

func (m *MockCloudWatchAPI) WaitUntilAlarmExistsWithContext(arg0 aws.Context, arg1 *cloudwatch.DescribeAlarmsInput, arg2 ...request.WaiterOption) error

WaitUntilAlarmExistsWithContext mocks base method

type MockCloudWatchAPIMockRecorder added in v1.2.0

type MockCloudWatchAPIMockRecorder struct {
	// contains filtered or unexported fields
}

MockCloudWatchAPIMockRecorder is the mock recorder for MockCloudWatchAPI

func (*MockCloudWatchAPIMockRecorder) DeleteAlarms added in v1.2.0

func (mr *MockCloudWatchAPIMockRecorder) DeleteAlarms(arg0 interface{}) *gomock.Call

DeleteAlarms indicates an expected call of DeleteAlarms

func (*MockCloudWatchAPIMockRecorder) DeleteAlarmsRequest added in v1.2.0

func (mr *MockCloudWatchAPIMockRecorder) DeleteAlarmsRequest(arg0 interface{}) *gomock.Call

DeleteAlarmsRequest indicates an expected call of DeleteAlarmsRequest

func (*MockCloudWatchAPIMockRecorder) DeleteAlarmsWithContext added in v1.2.0

func (mr *MockCloudWatchAPIMockRecorder) DeleteAlarmsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteAlarmsWithContext indicates an expected call of DeleteAlarmsWithContext

func (*MockCloudWatchAPIMockRecorder) DeleteDashboards added in v1.2.0

func (mr *MockCloudWatchAPIMockRecorder) DeleteDashboards(arg0 interface{}) *gomock.Call

DeleteDashboards indicates an expected call of DeleteDashboards

func (*MockCloudWatchAPIMockRecorder) DeleteDashboardsRequest added in v1.2.0

func (mr *MockCloudWatchAPIMockRecorder) DeleteDashboardsRequest(arg0 interface{}) *gomock.Call

DeleteDashboardsRequest indicates an expected call of DeleteDashboardsRequest

func (*MockCloudWatchAPIMockRecorder) DeleteDashboardsWithContext added in v1.2.0

func (mr *MockCloudWatchAPIMockRecorder) DeleteDashboardsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteDashboardsWithContext indicates an expected call of DeleteDashboardsWithContext

func (*MockCloudWatchAPIMockRecorder) DescribeAlarmHistory added in v1.2.0

func (mr *MockCloudWatchAPIMockRecorder) DescribeAlarmHistory(arg0 interface{}) *gomock.Call

DescribeAlarmHistory indicates an expected call of DescribeAlarmHistory

func (*MockCloudWatchAPIMockRecorder) DescribeAlarmHistoryPages added in v1.2.0

func (mr *MockCloudWatchAPIMockRecorder) DescribeAlarmHistoryPages(arg0, arg1 interface{}) *gomock.Call

DescribeAlarmHistoryPages indicates an expected call of DescribeAlarmHistoryPages

func (*MockCloudWatchAPIMockRecorder) DescribeAlarmHistoryPagesWithContext added in v1.2.0

func (mr *MockCloudWatchAPIMockRecorder) DescribeAlarmHistoryPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeAlarmHistoryPagesWithContext indicates an expected call of DescribeAlarmHistoryPagesWithContext

func (*MockCloudWatchAPIMockRecorder) DescribeAlarmHistoryRequest added in v1.2.0

func (mr *MockCloudWatchAPIMockRecorder) DescribeAlarmHistoryRequest(arg0 interface{}) *gomock.Call

DescribeAlarmHistoryRequest indicates an expected call of DescribeAlarmHistoryRequest

func (*MockCloudWatchAPIMockRecorder) DescribeAlarmHistoryWithContext added in v1.2.0

func (mr *MockCloudWatchAPIMockRecorder) DescribeAlarmHistoryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeAlarmHistoryWithContext indicates an expected call of DescribeAlarmHistoryWithContext

func (*MockCloudWatchAPIMockRecorder) DescribeAlarms added in v1.2.0

func (mr *MockCloudWatchAPIMockRecorder) DescribeAlarms(arg0 interface{}) *gomock.Call

DescribeAlarms indicates an expected call of DescribeAlarms

func (*MockCloudWatchAPIMockRecorder) DescribeAlarmsForMetric added in v1.2.0

func (mr *MockCloudWatchAPIMockRecorder) DescribeAlarmsForMetric(arg0 interface{}) *gomock.Call

DescribeAlarmsForMetric indicates an expected call of DescribeAlarmsForMetric

func (*MockCloudWatchAPIMockRecorder) DescribeAlarmsForMetricRequest added in v1.2.0

func (mr *MockCloudWatchAPIMockRecorder) DescribeAlarmsForMetricRequest(arg0 interface{}) *gomock.Call

DescribeAlarmsForMetricRequest indicates an expected call of DescribeAlarmsForMetricRequest

func (*MockCloudWatchAPIMockRecorder) DescribeAlarmsForMetricWithContext added in v1.2.0

func (mr *MockCloudWatchAPIMockRecorder) DescribeAlarmsForMetricWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeAlarmsForMetricWithContext indicates an expected call of DescribeAlarmsForMetricWithContext

func (*MockCloudWatchAPIMockRecorder) DescribeAlarmsPages added in v1.2.0

func (mr *MockCloudWatchAPIMockRecorder) DescribeAlarmsPages(arg0, arg1 interface{}) *gomock.Call

DescribeAlarmsPages indicates an expected call of DescribeAlarmsPages

func (*MockCloudWatchAPIMockRecorder) DescribeAlarmsPagesWithContext added in v1.2.0

func (mr *MockCloudWatchAPIMockRecorder) DescribeAlarmsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeAlarmsPagesWithContext indicates an expected call of DescribeAlarmsPagesWithContext

func (*MockCloudWatchAPIMockRecorder) DescribeAlarmsRequest added in v1.2.0

func (mr *MockCloudWatchAPIMockRecorder) DescribeAlarmsRequest(arg0 interface{}) *gomock.Call

DescribeAlarmsRequest indicates an expected call of DescribeAlarmsRequest

func (*MockCloudWatchAPIMockRecorder) DescribeAlarmsWithContext added in v1.2.0

func (mr *MockCloudWatchAPIMockRecorder) DescribeAlarmsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeAlarmsWithContext indicates an expected call of DescribeAlarmsWithContext

func (*MockCloudWatchAPIMockRecorder) DisableAlarmActions added in v1.2.0

func (mr *MockCloudWatchAPIMockRecorder) DisableAlarmActions(arg0 interface{}) *gomock.Call

DisableAlarmActions indicates an expected call of DisableAlarmActions

func (*MockCloudWatchAPIMockRecorder) DisableAlarmActionsRequest added in v1.2.0

func (mr *MockCloudWatchAPIMockRecorder) DisableAlarmActionsRequest(arg0 interface{}) *gomock.Call

DisableAlarmActionsRequest indicates an expected call of DisableAlarmActionsRequest

func (*MockCloudWatchAPIMockRecorder) DisableAlarmActionsWithContext added in v1.2.0

func (mr *MockCloudWatchAPIMockRecorder) DisableAlarmActionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisableAlarmActionsWithContext indicates an expected call of DisableAlarmActionsWithContext

func (*MockCloudWatchAPIMockRecorder) EnableAlarmActions added in v1.2.0

func (mr *MockCloudWatchAPIMockRecorder) EnableAlarmActions(arg0 interface{}) *gomock.Call

EnableAlarmActions indicates an expected call of EnableAlarmActions

func (*MockCloudWatchAPIMockRecorder) EnableAlarmActionsRequest added in v1.2.0

func (mr *MockCloudWatchAPIMockRecorder) EnableAlarmActionsRequest(arg0 interface{}) *gomock.Call

EnableAlarmActionsRequest indicates an expected call of EnableAlarmActionsRequest

func (*MockCloudWatchAPIMockRecorder) EnableAlarmActionsWithContext added in v1.2.0

func (mr *MockCloudWatchAPIMockRecorder) EnableAlarmActionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

EnableAlarmActionsWithContext indicates an expected call of EnableAlarmActionsWithContext

func (*MockCloudWatchAPIMockRecorder) GetDashboard added in v1.2.0

func (mr *MockCloudWatchAPIMockRecorder) GetDashboard(arg0 interface{}) *gomock.Call

GetDashboard indicates an expected call of GetDashboard

func (*MockCloudWatchAPIMockRecorder) GetDashboardRequest added in v1.2.0

func (mr *MockCloudWatchAPIMockRecorder) GetDashboardRequest(arg0 interface{}) *gomock.Call

GetDashboardRequest indicates an expected call of GetDashboardRequest

func (*MockCloudWatchAPIMockRecorder) GetDashboardWithContext added in v1.2.0

func (mr *MockCloudWatchAPIMockRecorder) GetDashboardWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetDashboardWithContext indicates an expected call of GetDashboardWithContext

func (*MockCloudWatchAPIMockRecorder) GetMetricStatistics added in v1.2.0

func (mr *MockCloudWatchAPIMockRecorder) GetMetricStatistics(arg0 interface{}) *gomock.Call

GetMetricStatistics indicates an expected call of GetMetricStatistics

func (*MockCloudWatchAPIMockRecorder) GetMetricStatisticsRequest added in v1.2.0

func (mr *MockCloudWatchAPIMockRecorder) GetMetricStatisticsRequest(arg0 interface{}) *gomock.Call

GetMetricStatisticsRequest indicates an expected call of GetMetricStatisticsRequest

func (*MockCloudWatchAPIMockRecorder) GetMetricStatisticsWithContext added in v1.2.0

func (mr *MockCloudWatchAPIMockRecorder) GetMetricStatisticsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetMetricStatisticsWithContext indicates an expected call of GetMetricStatisticsWithContext

func (*MockCloudWatchAPIMockRecorder) ListDashboards added in v1.2.0

func (mr *MockCloudWatchAPIMockRecorder) ListDashboards(arg0 interface{}) *gomock.Call

ListDashboards indicates an expected call of ListDashboards

func (*MockCloudWatchAPIMockRecorder) ListDashboardsRequest added in v1.2.0

func (mr *MockCloudWatchAPIMockRecorder) ListDashboardsRequest(arg0 interface{}) *gomock.Call

ListDashboardsRequest indicates an expected call of ListDashboardsRequest

func (*MockCloudWatchAPIMockRecorder) ListDashboardsWithContext added in v1.2.0

func (mr *MockCloudWatchAPIMockRecorder) ListDashboardsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListDashboardsWithContext indicates an expected call of ListDashboardsWithContext

func (*MockCloudWatchAPIMockRecorder) ListMetrics added in v1.2.0

func (mr *MockCloudWatchAPIMockRecorder) ListMetrics(arg0 interface{}) *gomock.Call

ListMetrics indicates an expected call of ListMetrics

func (*MockCloudWatchAPIMockRecorder) ListMetricsPages added in v1.2.0

func (mr *MockCloudWatchAPIMockRecorder) ListMetricsPages(arg0, arg1 interface{}) *gomock.Call

ListMetricsPages indicates an expected call of ListMetricsPages

func (*MockCloudWatchAPIMockRecorder) ListMetricsPagesWithContext added in v1.2.0

func (mr *MockCloudWatchAPIMockRecorder) ListMetricsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListMetricsPagesWithContext indicates an expected call of ListMetricsPagesWithContext

func (*MockCloudWatchAPIMockRecorder) ListMetricsRequest added in v1.2.0

func (mr *MockCloudWatchAPIMockRecorder) ListMetricsRequest(arg0 interface{}) *gomock.Call

ListMetricsRequest indicates an expected call of ListMetricsRequest

func (*MockCloudWatchAPIMockRecorder) ListMetricsWithContext added in v1.2.0

func (mr *MockCloudWatchAPIMockRecorder) ListMetricsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListMetricsWithContext indicates an expected call of ListMetricsWithContext

func (*MockCloudWatchAPIMockRecorder) PutDashboard added in v1.2.0

func (mr *MockCloudWatchAPIMockRecorder) PutDashboard(arg0 interface{}) *gomock.Call

PutDashboard indicates an expected call of PutDashboard

func (*MockCloudWatchAPIMockRecorder) PutDashboardRequest added in v1.2.0

func (mr *MockCloudWatchAPIMockRecorder) PutDashboardRequest(arg0 interface{}) *gomock.Call

PutDashboardRequest indicates an expected call of PutDashboardRequest

func (*MockCloudWatchAPIMockRecorder) PutDashboardWithContext added in v1.2.0

func (mr *MockCloudWatchAPIMockRecorder) PutDashboardWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutDashboardWithContext indicates an expected call of PutDashboardWithContext

func (*MockCloudWatchAPIMockRecorder) PutMetricAlarm added in v1.2.0

func (mr *MockCloudWatchAPIMockRecorder) PutMetricAlarm(arg0 interface{}) *gomock.Call

PutMetricAlarm indicates an expected call of PutMetricAlarm

func (*MockCloudWatchAPIMockRecorder) PutMetricAlarmRequest added in v1.2.0

func (mr *MockCloudWatchAPIMockRecorder) PutMetricAlarmRequest(arg0 interface{}) *gomock.Call

PutMetricAlarmRequest indicates an expected call of PutMetricAlarmRequest

func (*MockCloudWatchAPIMockRecorder) PutMetricAlarmWithContext added in v1.2.0

func (mr *MockCloudWatchAPIMockRecorder) PutMetricAlarmWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutMetricAlarmWithContext indicates an expected call of PutMetricAlarmWithContext

func (*MockCloudWatchAPIMockRecorder) PutMetricData added in v1.2.0

func (mr *MockCloudWatchAPIMockRecorder) PutMetricData(arg0 interface{}) *gomock.Call

PutMetricData indicates an expected call of PutMetricData

func (*MockCloudWatchAPIMockRecorder) PutMetricDataRequest added in v1.2.0

func (mr *MockCloudWatchAPIMockRecorder) PutMetricDataRequest(arg0 interface{}) *gomock.Call

PutMetricDataRequest indicates an expected call of PutMetricDataRequest

func (*MockCloudWatchAPIMockRecorder) PutMetricDataWithContext added in v1.2.0

func (mr *MockCloudWatchAPIMockRecorder) PutMetricDataWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutMetricDataWithContext indicates an expected call of PutMetricDataWithContext

func (*MockCloudWatchAPIMockRecorder) SetAlarmState added in v1.2.0

func (mr *MockCloudWatchAPIMockRecorder) SetAlarmState(arg0 interface{}) *gomock.Call

SetAlarmState indicates an expected call of SetAlarmState

func (*MockCloudWatchAPIMockRecorder) SetAlarmStateRequest added in v1.2.0

func (mr *MockCloudWatchAPIMockRecorder) SetAlarmStateRequest(arg0 interface{}) *gomock.Call

SetAlarmStateRequest indicates an expected call of SetAlarmStateRequest

func (*MockCloudWatchAPIMockRecorder) SetAlarmStateWithContext added in v1.2.0

func (mr *MockCloudWatchAPIMockRecorder) SetAlarmStateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SetAlarmStateWithContext indicates an expected call of SetAlarmStateWithContext

func (*MockCloudWatchAPIMockRecorder) WaitUntilAlarmExists added in v1.2.0

func (mr *MockCloudWatchAPIMockRecorder) WaitUntilAlarmExists(arg0 interface{}) *gomock.Call

WaitUntilAlarmExists indicates an expected call of WaitUntilAlarmExists

func (*MockCloudWatchAPIMockRecorder) WaitUntilAlarmExistsWithContext added in v1.2.0

func (mr *MockCloudWatchAPIMockRecorder) WaitUntilAlarmExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilAlarmExistsWithContext indicates an expected call of WaitUntilAlarmExistsWithContext

type MockECSAPI

type MockECSAPI struct {
	// contains filtered or unexported fields
}

MockECSAPI is a mock of ECSAPI interface

func NewMockECSAPI

func NewMockECSAPI(ctrl *gomock.Controller) *MockECSAPI

NewMockECSAPI creates a new mock instance

func (*MockECSAPI) CreateCluster

func (m *MockECSAPI) CreateCluster(arg0 *ecs.CreateClusterInput) (*ecs.CreateClusterOutput, error)

CreateCluster mocks base method

func (*MockECSAPI) CreateClusterRequest

func (m *MockECSAPI) CreateClusterRequest(arg0 *ecs.CreateClusterInput) (*request.Request, *ecs.CreateClusterOutput)

CreateClusterRequest mocks base method

func (*MockECSAPI) CreateClusterWithContext added in v1.2.0

func (m *MockECSAPI) CreateClusterWithContext(arg0 aws.Context, arg1 *ecs.CreateClusterInput, arg2 ...request.Option) (*ecs.CreateClusterOutput, error)

CreateClusterWithContext mocks base method

func (*MockECSAPI) CreateService

func (m *MockECSAPI) CreateService(arg0 *ecs.CreateServiceInput) (*ecs.CreateServiceOutput, error)

CreateService mocks base method

func (*MockECSAPI) CreateServiceRequest

func (m *MockECSAPI) CreateServiceRequest(arg0 *ecs.CreateServiceInput) (*request.Request, *ecs.CreateServiceOutput)

CreateServiceRequest mocks base method

func (*MockECSAPI) CreateServiceWithContext added in v1.2.0

func (m *MockECSAPI) CreateServiceWithContext(arg0 aws.Context, arg1 *ecs.CreateServiceInput, arg2 ...request.Option) (*ecs.CreateServiceOutput, error)

CreateServiceWithContext mocks base method

func (*MockECSAPI) DeleteAttributes added in v1.2.0

func (m *MockECSAPI) DeleteAttributes(arg0 *ecs.DeleteAttributesInput) (*ecs.DeleteAttributesOutput, error)

DeleteAttributes mocks base method

func (*MockECSAPI) DeleteAttributesRequest added in v1.2.0

func (m *MockECSAPI) DeleteAttributesRequest(arg0 *ecs.DeleteAttributesInput) (*request.Request, *ecs.DeleteAttributesOutput)

DeleteAttributesRequest mocks base method

func (*MockECSAPI) DeleteAttributesWithContext added in v1.2.0

func (m *MockECSAPI) DeleteAttributesWithContext(arg0 aws.Context, arg1 *ecs.DeleteAttributesInput, arg2 ...request.Option) (*ecs.DeleteAttributesOutput, error)

DeleteAttributesWithContext mocks base method

func (*MockECSAPI) DeleteCluster

func (m *MockECSAPI) DeleteCluster(arg0 *ecs.DeleteClusterInput) (*ecs.DeleteClusterOutput, error)

DeleteCluster mocks base method

func (*MockECSAPI) DeleteClusterRequest

func (m *MockECSAPI) DeleteClusterRequest(arg0 *ecs.DeleteClusterInput) (*request.Request, *ecs.DeleteClusterOutput)

DeleteClusterRequest mocks base method

func (*MockECSAPI) DeleteClusterWithContext added in v1.2.0

func (m *MockECSAPI) DeleteClusterWithContext(arg0 aws.Context, arg1 *ecs.DeleteClusterInput, arg2 ...request.Option) (*ecs.DeleteClusterOutput, error)

DeleteClusterWithContext mocks base method

func (*MockECSAPI) DeleteService

func (m *MockECSAPI) DeleteService(arg0 *ecs.DeleteServiceInput) (*ecs.DeleteServiceOutput, error)

DeleteService mocks base method

func (*MockECSAPI) DeleteServiceRequest

func (m *MockECSAPI) DeleteServiceRequest(arg0 *ecs.DeleteServiceInput) (*request.Request, *ecs.DeleteServiceOutput)

DeleteServiceRequest mocks base method

func (*MockECSAPI) DeleteServiceWithContext added in v1.2.0

func (m *MockECSAPI) DeleteServiceWithContext(arg0 aws.Context, arg1 *ecs.DeleteServiceInput, arg2 ...request.Option) (*ecs.DeleteServiceOutput, error)

DeleteServiceWithContext mocks base method

func (*MockECSAPI) DeregisterContainerInstance

DeregisterContainerInstance mocks base method

func (*MockECSAPI) DeregisterContainerInstanceRequest

func (m *MockECSAPI) DeregisterContainerInstanceRequest(arg0 *ecs.DeregisterContainerInstanceInput) (*request.Request, *ecs.DeregisterContainerInstanceOutput)

DeregisterContainerInstanceRequest mocks base method

func (*MockECSAPI) DeregisterContainerInstanceWithContext added in v1.2.0

func (m *MockECSAPI) DeregisterContainerInstanceWithContext(arg0 aws.Context, arg1 *ecs.DeregisterContainerInstanceInput, arg2 ...request.Option) (*ecs.DeregisterContainerInstanceOutput, error)

DeregisterContainerInstanceWithContext mocks base method

func (*MockECSAPI) DeregisterTaskDefinition

DeregisterTaskDefinition mocks base method

func (*MockECSAPI) DeregisterTaskDefinitionRequest

func (m *MockECSAPI) DeregisterTaskDefinitionRequest(arg0 *ecs.DeregisterTaskDefinitionInput) (*request.Request, *ecs.DeregisterTaskDefinitionOutput)

DeregisterTaskDefinitionRequest mocks base method

func (*MockECSAPI) DeregisterTaskDefinitionWithContext added in v1.2.0

func (m *MockECSAPI) DeregisterTaskDefinitionWithContext(arg0 aws.Context, arg1 *ecs.DeregisterTaskDefinitionInput, arg2 ...request.Option) (*ecs.DeregisterTaskDefinitionOutput, error)

DeregisterTaskDefinitionWithContext mocks base method

func (*MockECSAPI) DescribeClusters

func (m *MockECSAPI) DescribeClusters(arg0 *ecs.DescribeClustersInput) (*ecs.DescribeClustersOutput, error)

DescribeClusters mocks base method

func (*MockECSAPI) DescribeClustersRequest

func (m *MockECSAPI) DescribeClustersRequest(arg0 *ecs.DescribeClustersInput) (*request.Request, *ecs.DescribeClustersOutput)

DescribeClustersRequest mocks base method

func (*MockECSAPI) DescribeClustersWithContext added in v1.2.0

func (m *MockECSAPI) DescribeClustersWithContext(arg0 aws.Context, arg1 *ecs.DescribeClustersInput, arg2 ...request.Option) (*ecs.DescribeClustersOutput, error)

DescribeClustersWithContext mocks base method

func (*MockECSAPI) DescribeContainerInstances

DescribeContainerInstances mocks base method

func (*MockECSAPI) DescribeContainerInstancesRequest

func (m *MockECSAPI) DescribeContainerInstancesRequest(arg0 *ecs.DescribeContainerInstancesInput) (*request.Request, *ecs.DescribeContainerInstancesOutput)

DescribeContainerInstancesRequest mocks base method

func (*MockECSAPI) DescribeContainerInstancesWithContext added in v1.2.0

func (m *MockECSAPI) DescribeContainerInstancesWithContext(arg0 aws.Context, arg1 *ecs.DescribeContainerInstancesInput, arg2 ...request.Option) (*ecs.DescribeContainerInstancesOutput, error)

DescribeContainerInstancesWithContext mocks base method

func (*MockECSAPI) DescribeServices

func (m *MockECSAPI) DescribeServices(arg0 *ecs.DescribeServicesInput) (*ecs.DescribeServicesOutput, error)

DescribeServices mocks base method

func (*MockECSAPI) DescribeServicesRequest

func (m *MockECSAPI) DescribeServicesRequest(arg0 *ecs.DescribeServicesInput) (*request.Request, *ecs.DescribeServicesOutput)

DescribeServicesRequest mocks base method

func (*MockECSAPI) DescribeServicesWithContext added in v1.2.0

func (m *MockECSAPI) DescribeServicesWithContext(arg0 aws.Context, arg1 *ecs.DescribeServicesInput, arg2 ...request.Option) (*ecs.DescribeServicesOutput, error)

DescribeServicesWithContext mocks base method

func (*MockECSAPI) DescribeTaskDefinition

func (m *MockECSAPI) DescribeTaskDefinition(arg0 *ecs.DescribeTaskDefinitionInput) (*ecs.DescribeTaskDefinitionOutput, error)

DescribeTaskDefinition mocks base method

func (*MockECSAPI) DescribeTaskDefinitionRequest

func (m *MockECSAPI) DescribeTaskDefinitionRequest(arg0 *ecs.DescribeTaskDefinitionInput) (*request.Request, *ecs.DescribeTaskDefinitionOutput)

DescribeTaskDefinitionRequest mocks base method

func (*MockECSAPI) DescribeTaskDefinitionWithContext added in v1.2.0

func (m *MockECSAPI) DescribeTaskDefinitionWithContext(arg0 aws.Context, arg1 *ecs.DescribeTaskDefinitionInput, arg2 ...request.Option) (*ecs.DescribeTaskDefinitionOutput, error)

DescribeTaskDefinitionWithContext mocks base method

func (*MockECSAPI) DescribeTasks

func (m *MockECSAPI) DescribeTasks(arg0 *ecs.DescribeTasksInput) (*ecs.DescribeTasksOutput, error)

DescribeTasks mocks base method

func (*MockECSAPI) DescribeTasksRequest

func (m *MockECSAPI) DescribeTasksRequest(arg0 *ecs.DescribeTasksInput) (*request.Request, *ecs.DescribeTasksOutput)

DescribeTasksRequest mocks base method

func (*MockECSAPI) DescribeTasksWithContext added in v1.2.0

func (m *MockECSAPI) DescribeTasksWithContext(arg0 aws.Context, arg1 *ecs.DescribeTasksInput, arg2 ...request.Option) (*ecs.DescribeTasksOutput, error)

DescribeTasksWithContext mocks base method

func (*MockECSAPI) DiscoverPollEndpoint

func (m *MockECSAPI) DiscoverPollEndpoint(arg0 *ecs.DiscoverPollEndpointInput) (*ecs.DiscoverPollEndpointOutput, error)

DiscoverPollEndpoint mocks base method

func (*MockECSAPI) DiscoverPollEndpointRequest

func (m *MockECSAPI) DiscoverPollEndpointRequest(arg0 *ecs.DiscoverPollEndpointInput) (*request.Request, *ecs.DiscoverPollEndpointOutput)

DiscoverPollEndpointRequest mocks base method

func (*MockECSAPI) DiscoverPollEndpointWithContext added in v1.2.0

func (m *MockECSAPI) DiscoverPollEndpointWithContext(arg0 aws.Context, arg1 *ecs.DiscoverPollEndpointInput, arg2 ...request.Option) (*ecs.DiscoverPollEndpointOutput, error)

DiscoverPollEndpointWithContext mocks base method

func (*MockECSAPI) EXPECT

func (m *MockECSAPI) EXPECT() *MockECSAPIMockRecorder

EXPECT returns an object that allows the caller to indicate expected use

func (*MockECSAPI) ListAttributes added in v1.2.0

func (m *MockECSAPI) ListAttributes(arg0 *ecs.ListAttributesInput) (*ecs.ListAttributesOutput, error)

ListAttributes mocks base method

func (*MockECSAPI) ListAttributesRequest added in v1.2.0

func (m *MockECSAPI) ListAttributesRequest(arg0 *ecs.ListAttributesInput) (*request.Request, *ecs.ListAttributesOutput)

ListAttributesRequest mocks base method

func (*MockECSAPI) ListAttributesWithContext added in v1.2.0

func (m *MockECSAPI) ListAttributesWithContext(arg0 aws.Context, arg1 *ecs.ListAttributesInput, arg2 ...request.Option) (*ecs.ListAttributesOutput, error)

ListAttributesWithContext mocks base method

func (*MockECSAPI) ListClusters

func (m *MockECSAPI) ListClusters(arg0 *ecs.ListClustersInput) (*ecs.ListClustersOutput, error)

ListClusters mocks base method

func (*MockECSAPI) ListClustersPages

func (m *MockECSAPI) ListClustersPages(arg0 *ecs.ListClustersInput, arg1 func(*ecs.ListClustersOutput, bool) bool) error

ListClustersPages mocks base method

func (*MockECSAPI) ListClustersPagesWithContext added in v1.2.0

func (m *MockECSAPI) ListClustersPagesWithContext(arg0 aws.Context, arg1 *ecs.ListClustersInput, arg2 func(*ecs.ListClustersOutput, bool) bool, arg3 ...request.Option) error

ListClustersPagesWithContext mocks base method

func (*MockECSAPI) ListClustersRequest

func (m *MockECSAPI) ListClustersRequest(arg0 *ecs.ListClustersInput) (*request.Request, *ecs.ListClustersOutput)

ListClustersRequest mocks base method

func (*MockECSAPI) ListClustersWithContext added in v1.2.0

func (m *MockECSAPI) ListClustersWithContext(arg0 aws.Context, arg1 *ecs.ListClustersInput, arg2 ...request.Option) (*ecs.ListClustersOutput, error)

ListClustersWithContext mocks base method

func (*MockECSAPI) ListContainerInstances

func (m *MockECSAPI) ListContainerInstances(arg0 *ecs.ListContainerInstancesInput) (*ecs.ListContainerInstancesOutput, error)

ListContainerInstances mocks base method

func (*MockECSAPI) ListContainerInstancesPages

func (m *MockECSAPI) ListContainerInstancesPages(arg0 *ecs.ListContainerInstancesInput, arg1 func(*ecs.ListContainerInstancesOutput, bool) bool) error

ListContainerInstancesPages mocks base method

func (*MockECSAPI) ListContainerInstancesPagesWithContext added in v1.2.0

func (m *MockECSAPI) ListContainerInstancesPagesWithContext(arg0 aws.Context, arg1 *ecs.ListContainerInstancesInput, arg2 func(*ecs.ListContainerInstancesOutput, bool) bool, arg3 ...request.Option) error

ListContainerInstancesPagesWithContext mocks base method

func (*MockECSAPI) ListContainerInstancesRequest

func (m *MockECSAPI) ListContainerInstancesRequest(arg0 *ecs.ListContainerInstancesInput) (*request.Request, *ecs.ListContainerInstancesOutput)

ListContainerInstancesRequest mocks base method

func (*MockECSAPI) ListContainerInstancesWithContext added in v1.2.0

func (m *MockECSAPI) ListContainerInstancesWithContext(arg0 aws.Context, arg1 *ecs.ListContainerInstancesInput, arg2 ...request.Option) (*ecs.ListContainerInstancesOutput, error)

ListContainerInstancesWithContext mocks base method

func (*MockECSAPI) ListServices

func (m *MockECSAPI) ListServices(arg0 *ecs.ListServicesInput) (*ecs.ListServicesOutput, error)

ListServices mocks base method

func (*MockECSAPI) ListServicesPages

func (m *MockECSAPI) ListServicesPages(arg0 *ecs.ListServicesInput, arg1 func(*ecs.ListServicesOutput, bool) bool) error

ListServicesPages mocks base method

func (*MockECSAPI) ListServicesPagesWithContext added in v1.2.0

func (m *MockECSAPI) ListServicesPagesWithContext(arg0 aws.Context, arg1 *ecs.ListServicesInput, arg2 func(*ecs.ListServicesOutput, bool) bool, arg3 ...request.Option) error

ListServicesPagesWithContext mocks base method

func (*MockECSAPI) ListServicesRequest

func (m *MockECSAPI) ListServicesRequest(arg0 *ecs.ListServicesInput) (*request.Request, *ecs.ListServicesOutput)

ListServicesRequest mocks base method

func (*MockECSAPI) ListServicesWithContext added in v1.2.0

func (m *MockECSAPI) ListServicesWithContext(arg0 aws.Context, arg1 *ecs.ListServicesInput, arg2 ...request.Option) (*ecs.ListServicesOutput, error)

ListServicesWithContext mocks base method

func (*MockECSAPI) ListTaskDefinitionFamilies

ListTaskDefinitionFamilies mocks base method

func (*MockECSAPI) ListTaskDefinitionFamiliesPages

func (m *MockECSAPI) ListTaskDefinitionFamiliesPages(arg0 *ecs.ListTaskDefinitionFamiliesInput, arg1 func(*ecs.ListTaskDefinitionFamiliesOutput, bool) bool) error

ListTaskDefinitionFamiliesPages mocks base method

func (*MockECSAPI) ListTaskDefinitionFamiliesPagesWithContext added in v1.2.0

func (m *MockECSAPI) ListTaskDefinitionFamiliesPagesWithContext(arg0 aws.Context, arg1 *ecs.ListTaskDefinitionFamiliesInput, arg2 func(*ecs.ListTaskDefinitionFamiliesOutput, bool) bool, arg3 ...request.Option) error

ListTaskDefinitionFamiliesPagesWithContext mocks base method

func (*MockECSAPI) ListTaskDefinitionFamiliesRequest

func (m *MockECSAPI) ListTaskDefinitionFamiliesRequest(arg0 *ecs.ListTaskDefinitionFamiliesInput) (*request.Request, *ecs.ListTaskDefinitionFamiliesOutput)

ListTaskDefinitionFamiliesRequest mocks base method

func (*MockECSAPI) ListTaskDefinitionFamiliesWithContext added in v1.2.0

func (m *MockECSAPI) ListTaskDefinitionFamiliesWithContext(arg0 aws.Context, arg1 *ecs.ListTaskDefinitionFamiliesInput, arg2 ...request.Option) (*ecs.ListTaskDefinitionFamiliesOutput, error)

ListTaskDefinitionFamiliesWithContext mocks base method

func (*MockECSAPI) ListTaskDefinitions

func (m *MockECSAPI) ListTaskDefinitions(arg0 *ecs.ListTaskDefinitionsInput) (*ecs.ListTaskDefinitionsOutput, error)

ListTaskDefinitions mocks base method

func (*MockECSAPI) ListTaskDefinitionsPages

func (m *MockECSAPI) ListTaskDefinitionsPages(arg0 *ecs.ListTaskDefinitionsInput, arg1 func(*ecs.ListTaskDefinitionsOutput, bool) bool) error

ListTaskDefinitionsPages mocks base method

func (*MockECSAPI) ListTaskDefinitionsPagesWithContext added in v1.2.0

func (m *MockECSAPI) ListTaskDefinitionsPagesWithContext(arg0 aws.Context, arg1 *ecs.ListTaskDefinitionsInput, arg2 func(*ecs.ListTaskDefinitionsOutput, bool) bool, arg3 ...request.Option) error

ListTaskDefinitionsPagesWithContext mocks base method

func (*MockECSAPI) ListTaskDefinitionsRequest

func (m *MockECSAPI) ListTaskDefinitionsRequest(arg0 *ecs.ListTaskDefinitionsInput) (*request.Request, *ecs.ListTaskDefinitionsOutput)

ListTaskDefinitionsRequest mocks base method

func (*MockECSAPI) ListTaskDefinitionsWithContext added in v1.2.0

func (m *MockECSAPI) ListTaskDefinitionsWithContext(arg0 aws.Context, arg1 *ecs.ListTaskDefinitionsInput, arg2 ...request.Option) (*ecs.ListTaskDefinitionsOutput, error)

ListTaskDefinitionsWithContext mocks base method

func (*MockECSAPI) ListTasks

func (m *MockECSAPI) ListTasks(arg0 *ecs.ListTasksInput) (*ecs.ListTasksOutput, error)

ListTasks mocks base method

func (*MockECSAPI) ListTasksPages

func (m *MockECSAPI) ListTasksPages(arg0 *ecs.ListTasksInput, arg1 func(*ecs.ListTasksOutput, bool) bool) error

ListTasksPages mocks base method

func (*MockECSAPI) ListTasksPagesWithContext added in v1.2.0

func (m *MockECSAPI) ListTasksPagesWithContext(arg0 aws.Context, arg1 *ecs.ListTasksInput, arg2 func(*ecs.ListTasksOutput, bool) bool, arg3 ...request.Option) error

ListTasksPagesWithContext mocks base method

func (*MockECSAPI) ListTasksRequest

func (m *MockECSAPI) ListTasksRequest(arg0 *ecs.ListTasksInput) (*request.Request, *ecs.ListTasksOutput)

ListTasksRequest mocks base method

func (*MockECSAPI) ListTasksWithContext added in v1.2.0

func (m *MockECSAPI) ListTasksWithContext(arg0 aws.Context, arg1 *ecs.ListTasksInput, arg2 ...request.Option) (*ecs.ListTasksOutput, error)

ListTasksWithContext mocks base method

func (*MockECSAPI) PutAttributes added in v1.2.0

func (m *MockECSAPI) PutAttributes(arg0 *ecs.PutAttributesInput) (*ecs.PutAttributesOutput, error)

PutAttributes mocks base method

func (*MockECSAPI) PutAttributesRequest added in v1.2.0

func (m *MockECSAPI) PutAttributesRequest(arg0 *ecs.PutAttributesInput) (*request.Request, *ecs.PutAttributesOutput)

PutAttributesRequest mocks base method

func (*MockECSAPI) PutAttributesWithContext added in v1.2.0

func (m *MockECSAPI) PutAttributesWithContext(arg0 aws.Context, arg1 *ecs.PutAttributesInput, arg2 ...request.Option) (*ecs.PutAttributesOutput, error)

PutAttributesWithContext mocks base method

func (*MockECSAPI) RegisterContainerInstance

RegisterContainerInstance mocks base method

func (*MockECSAPI) RegisterContainerInstanceRequest

func (m *MockECSAPI) RegisterContainerInstanceRequest(arg0 *ecs.RegisterContainerInstanceInput) (*request.Request, *ecs.RegisterContainerInstanceOutput)

RegisterContainerInstanceRequest mocks base method

func (*MockECSAPI) RegisterContainerInstanceWithContext added in v1.2.0

func (m *MockECSAPI) RegisterContainerInstanceWithContext(arg0 aws.Context, arg1 *ecs.RegisterContainerInstanceInput, arg2 ...request.Option) (*ecs.RegisterContainerInstanceOutput, error)

RegisterContainerInstanceWithContext mocks base method

func (*MockECSAPI) RegisterTaskDefinition

func (m *MockECSAPI) RegisterTaskDefinition(arg0 *ecs.RegisterTaskDefinitionInput) (*ecs.RegisterTaskDefinitionOutput, error)

RegisterTaskDefinition mocks base method

func (*MockECSAPI) RegisterTaskDefinitionRequest

func (m *MockECSAPI) RegisterTaskDefinitionRequest(arg0 *ecs.RegisterTaskDefinitionInput) (*request.Request, *ecs.RegisterTaskDefinitionOutput)

RegisterTaskDefinitionRequest mocks base method

func (*MockECSAPI) RegisterTaskDefinitionWithContext added in v1.2.0

func (m *MockECSAPI) RegisterTaskDefinitionWithContext(arg0 aws.Context, arg1 *ecs.RegisterTaskDefinitionInput, arg2 ...request.Option) (*ecs.RegisterTaskDefinitionOutput, error)

RegisterTaskDefinitionWithContext mocks base method

func (*MockECSAPI) RunTask

func (m *MockECSAPI) RunTask(arg0 *ecs.RunTaskInput) (*ecs.RunTaskOutput, error)

RunTask mocks base method

func (*MockECSAPI) RunTaskRequest

func (m *MockECSAPI) RunTaskRequest(arg0 *ecs.RunTaskInput) (*request.Request, *ecs.RunTaskOutput)

RunTaskRequest mocks base method

func (*MockECSAPI) RunTaskWithContext added in v1.2.0

func (m *MockECSAPI) RunTaskWithContext(arg0 aws.Context, arg1 *ecs.RunTaskInput, arg2 ...request.Option) (*ecs.RunTaskOutput, error)

RunTaskWithContext mocks base method

func (*MockECSAPI) StartTask

func (m *MockECSAPI) StartTask(arg0 *ecs.StartTaskInput) (*ecs.StartTaskOutput, error)

StartTask mocks base method

func (*MockECSAPI) StartTaskRequest

func (m *MockECSAPI) StartTaskRequest(arg0 *ecs.StartTaskInput) (*request.Request, *ecs.StartTaskOutput)

StartTaskRequest mocks base method

func (*MockECSAPI) StartTaskWithContext added in v1.2.0

func (m *MockECSAPI) StartTaskWithContext(arg0 aws.Context, arg1 *ecs.StartTaskInput, arg2 ...request.Option) (*ecs.StartTaskOutput, error)

StartTaskWithContext mocks base method

func (*MockECSAPI) StopTask

func (m *MockECSAPI) StopTask(arg0 *ecs.StopTaskInput) (*ecs.StopTaskOutput, error)

StopTask mocks base method

func (*MockECSAPI) StopTaskRequest

func (m *MockECSAPI) StopTaskRequest(arg0 *ecs.StopTaskInput) (*request.Request, *ecs.StopTaskOutput)

StopTaskRequest mocks base method

func (*MockECSAPI) StopTaskWithContext added in v1.2.0

func (m *MockECSAPI) StopTaskWithContext(arg0 aws.Context, arg1 *ecs.StopTaskInput, arg2 ...request.Option) (*ecs.StopTaskOutput, error)

StopTaskWithContext mocks base method

func (*MockECSAPI) SubmitContainerStateChange

SubmitContainerStateChange mocks base method

func (*MockECSAPI) SubmitContainerStateChangeRequest

func (m *MockECSAPI) SubmitContainerStateChangeRequest(arg0 *ecs.SubmitContainerStateChangeInput) (*request.Request, *ecs.SubmitContainerStateChangeOutput)

SubmitContainerStateChangeRequest mocks base method

func (*MockECSAPI) SubmitContainerStateChangeWithContext added in v1.2.0

func (m *MockECSAPI) SubmitContainerStateChangeWithContext(arg0 aws.Context, arg1 *ecs.SubmitContainerStateChangeInput, arg2 ...request.Option) (*ecs.SubmitContainerStateChangeOutput, error)

SubmitContainerStateChangeWithContext mocks base method

func (*MockECSAPI) SubmitTaskStateChange

func (m *MockECSAPI) SubmitTaskStateChange(arg0 *ecs.SubmitTaskStateChangeInput) (*ecs.SubmitTaskStateChangeOutput, error)

SubmitTaskStateChange mocks base method

func (*MockECSAPI) SubmitTaskStateChangeRequest

func (m *MockECSAPI) SubmitTaskStateChangeRequest(arg0 *ecs.SubmitTaskStateChangeInput) (*request.Request, *ecs.SubmitTaskStateChangeOutput)

SubmitTaskStateChangeRequest mocks base method

func (*MockECSAPI) SubmitTaskStateChangeWithContext added in v1.2.0

func (m *MockECSAPI) SubmitTaskStateChangeWithContext(arg0 aws.Context, arg1 *ecs.SubmitTaskStateChangeInput, arg2 ...request.Option) (*ecs.SubmitTaskStateChangeOutput, error)

SubmitTaskStateChangeWithContext mocks base method

func (*MockECSAPI) UpdateContainerAgent

func (m *MockECSAPI) UpdateContainerAgent(arg0 *ecs.UpdateContainerAgentInput) (*ecs.UpdateContainerAgentOutput, error)

UpdateContainerAgent mocks base method

func (*MockECSAPI) UpdateContainerAgentRequest

func (m *MockECSAPI) UpdateContainerAgentRequest(arg0 *ecs.UpdateContainerAgentInput) (*request.Request, *ecs.UpdateContainerAgentOutput)

UpdateContainerAgentRequest mocks base method

func (*MockECSAPI) UpdateContainerAgentWithContext added in v1.2.0

func (m *MockECSAPI) UpdateContainerAgentWithContext(arg0 aws.Context, arg1 *ecs.UpdateContainerAgentInput, arg2 ...request.Option) (*ecs.UpdateContainerAgentOutput, error)

UpdateContainerAgentWithContext mocks base method

func (*MockECSAPI) UpdateContainerInstancesState added in v1.2.0

UpdateContainerInstancesState mocks base method

func (*MockECSAPI) UpdateContainerInstancesStateRequest added in v1.2.0

func (m *MockECSAPI) UpdateContainerInstancesStateRequest(arg0 *ecs.UpdateContainerInstancesStateInput) (*request.Request, *ecs.UpdateContainerInstancesStateOutput)

UpdateContainerInstancesStateRequest mocks base method

func (*MockECSAPI) UpdateContainerInstancesStateWithContext added in v1.2.0

func (m *MockECSAPI) UpdateContainerInstancesStateWithContext(arg0 aws.Context, arg1 *ecs.UpdateContainerInstancesStateInput, arg2 ...request.Option) (*ecs.UpdateContainerInstancesStateOutput, error)

UpdateContainerInstancesStateWithContext mocks base method

func (*MockECSAPI) UpdateService

func (m *MockECSAPI) UpdateService(arg0 *ecs.UpdateServiceInput) (*ecs.UpdateServiceOutput, error)

UpdateService mocks base method

func (*MockECSAPI) UpdateServiceRequest

func (m *MockECSAPI) UpdateServiceRequest(arg0 *ecs.UpdateServiceInput) (*request.Request, *ecs.UpdateServiceOutput)

UpdateServiceRequest mocks base method

func (*MockECSAPI) UpdateServiceWithContext added in v1.2.0

func (m *MockECSAPI) UpdateServiceWithContext(arg0 aws.Context, arg1 *ecs.UpdateServiceInput, arg2 ...request.Option) (*ecs.UpdateServiceOutput, error)

UpdateServiceWithContext mocks base method

func (*MockECSAPI) WaitUntilServicesInactive

func (m *MockECSAPI) WaitUntilServicesInactive(arg0 *ecs.DescribeServicesInput) error

WaitUntilServicesInactive mocks base method

func (*MockECSAPI) WaitUntilServicesInactiveWithContext added in v1.2.0

func (m *MockECSAPI) WaitUntilServicesInactiveWithContext(arg0 aws.Context, arg1 *ecs.DescribeServicesInput, arg2 ...request.WaiterOption) error

WaitUntilServicesInactiveWithContext mocks base method

func (*MockECSAPI) WaitUntilServicesStable

func (m *MockECSAPI) WaitUntilServicesStable(arg0 *ecs.DescribeServicesInput) error

WaitUntilServicesStable mocks base method

func (*MockECSAPI) WaitUntilServicesStableWithContext added in v1.2.0

func (m *MockECSAPI) WaitUntilServicesStableWithContext(arg0 aws.Context, arg1 *ecs.DescribeServicesInput, arg2 ...request.WaiterOption) error

WaitUntilServicesStableWithContext mocks base method

func (*MockECSAPI) WaitUntilTasksRunning

func (m *MockECSAPI) WaitUntilTasksRunning(arg0 *ecs.DescribeTasksInput) error

WaitUntilTasksRunning mocks base method

func (*MockECSAPI) WaitUntilTasksRunningWithContext added in v1.2.0

func (m *MockECSAPI) WaitUntilTasksRunningWithContext(arg0 aws.Context, arg1 *ecs.DescribeTasksInput, arg2 ...request.WaiterOption) error

WaitUntilTasksRunningWithContext mocks base method

func (*MockECSAPI) WaitUntilTasksStopped

func (m *MockECSAPI) WaitUntilTasksStopped(arg0 *ecs.DescribeTasksInput) error

WaitUntilTasksStopped mocks base method

func (*MockECSAPI) WaitUntilTasksStoppedWithContext added in v1.2.0

func (m *MockECSAPI) WaitUntilTasksStoppedWithContext(arg0 aws.Context, arg1 *ecs.DescribeTasksInput, arg2 ...request.WaiterOption) error

WaitUntilTasksStoppedWithContext mocks base method

type MockECSAPIMockRecorder added in v1.2.0

type MockECSAPIMockRecorder struct {
	// contains filtered or unexported fields
}

MockECSAPIMockRecorder is the mock recorder for MockECSAPI

func (*MockECSAPIMockRecorder) CreateCluster added in v1.2.0

func (mr *MockECSAPIMockRecorder) CreateCluster(arg0 interface{}) *gomock.Call

CreateCluster indicates an expected call of CreateCluster

func (*MockECSAPIMockRecorder) CreateClusterRequest added in v1.2.0

func (mr *MockECSAPIMockRecorder) CreateClusterRequest(arg0 interface{}) *gomock.Call

CreateClusterRequest indicates an expected call of CreateClusterRequest

func (*MockECSAPIMockRecorder) CreateClusterWithContext added in v1.2.0

func (mr *MockECSAPIMockRecorder) CreateClusterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateClusterWithContext indicates an expected call of CreateClusterWithContext

func (*MockECSAPIMockRecorder) CreateService added in v1.2.0

func (mr *MockECSAPIMockRecorder) CreateService(arg0 interface{}) *gomock.Call

CreateService indicates an expected call of CreateService

func (*MockECSAPIMockRecorder) CreateServiceRequest added in v1.2.0

func (mr *MockECSAPIMockRecorder) CreateServiceRequest(arg0 interface{}) *gomock.Call

CreateServiceRequest indicates an expected call of CreateServiceRequest

func (*MockECSAPIMockRecorder) CreateServiceWithContext added in v1.2.0

func (mr *MockECSAPIMockRecorder) CreateServiceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateServiceWithContext indicates an expected call of CreateServiceWithContext

func (*MockECSAPIMockRecorder) DeleteAttributes added in v1.2.0

func (mr *MockECSAPIMockRecorder) DeleteAttributes(arg0 interface{}) *gomock.Call

DeleteAttributes indicates an expected call of DeleteAttributes

func (*MockECSAPIMockRecorder) DeleteAttributesRequest added in v1.2.0

func (mr *MockECSAPIMockRecorder) DeleteAttributesRequest(arg0 interface{}) *gomock.Call

DeleteAttributesRequest indicates an expected call of DeleteAttributesRequest

func (*MockECSAPIMockRecorder) DeleteAttributesWithContext added in v1.2.0

func (mr *MockECSAPIMockRecorder) DeleteAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteAttributesWithContext indicates an expected call of DeleteAttributesWithContext

func (*MockECSAPIMockRecorder) DeleteCluster added in v1.2.0

func (mr *MockECSAPIMockRecorder) DeleteCluster(arg0 interface{}) *gomock.Call

DeleteCluster indicates an expected call of DeleteCluster

func (*MockECSAPIMockRecorder) DeleteClusterRequest added in v1.2.0

func (mr *MockECSAPIMockRecorder) DeleteClusterRequest(arg0 interface{}) *gomock.Call

DeleteClusterRequest indicates an expected call of DeleteClusterRequest

func (*MockECSAPIMockRecorder) DeleteClusterWithContext added in v1.2.0

func (mr *MockECSAPIMockRecorder) DeleteClusterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteClusterWithContext indicates an expected call of DeleteClusterWithContext

func (*MockECSAPIMockRecorder) DeleteService added in v1.2.0

func (mr *MockECSAPIMockRecorder) DeleteService(arg0 interface{}) *gomock.Call

DeleteService indicates an expected call of DeleteService

func (*MockECSAPIMockRecorder) DeleteServiceRequest added in v1.2.0

func (mr *MockECSAPIMockRecorder) DeleteServiceRequest(arg0 interface{}) *gomock.Call

DeleteServiceRequest indicates an expected call of DeleteServiceRequest

func (*MockECSAPIMockRecorder) DeleteServiceWithContext added in v1.2.0

func (mr *MockECSAPIMockRecorder) DeleteServiceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteServiceWithContext indicates an expected call of DeleteServiceWithContext

func (*MockECSAPIMockRecorder) DeregisterContainerInstance added in v1.2.0

func (mr *MockECSAPIMockRecorder) DeregisterContainerInstance(arg0 interface{}) *gomock.Call

DeregisterContainerInstance indicates an expected call of DeregisterContainerInstance

func (*MockECSAPIMockRecorder) DeregisterContainerInstanceRequest added in v1.2.0

func (mr *MockECSAPIMockRecorder) DeregisterContainerInstanceRequest(arg0 interface{}) *gomock.Call

DeregisterContainerInstanceRequest indicates an expected call of DeregisterContainerInstanceRequest

func (*MockECSAPIMockRecorder) DeregisterContainerInstanceWithContext added in v1.2.0

func (mr *MockECSAPIMockRecorder) DeregisterContainerInstanceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeregisterContainerInstanceWithContext indicates an expected call of DeregisterContainerInstanceWithContext

func (*MockECSAPIMockRecorder) DeregisterTaskDefinition added in v1.2.0

func (mr *MockECSAPIMockRecorder) DeregisterTaskDefinition(arg0 interface{}) *gomock.Call

DeregisterTaskDefinition indicates an expected call of DeregisterTaskDefinition

func (*MockECSAPIMockRecorder) DeregisterTaskDefinitionRequest added in v1.2.0

func (mr *MockECSAPIMockRecorder) DeregisterTaskDefinitionRequest(arg0 interface{}) *gomock.Call

DeregisterTaskDefinitionRequest indicates an expected call of DeregisterTaskDefinitionRequest

func (*MockECSAPIMockRecorder) DeregisterTaskDefinitionWithContext added in v1.2.0

func (mr *MockECSAPIMockRecorder) DeregisterTaskDefinitionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeregisterTaskDefinitionWithContext indicates an expected call of DeregisterTaskDefinitionWithContext

func (*MockECSAPIMockRecorder) DescribeClusters added in v1.2.0

func (mr *MockECSAPIMockRecorder) DescribeClusters(arg0 interface{}) *gomock.Call

DescribeClusters indicates an expected call of DescribeClusters

func (*MockECSAPIMockRecorder) DescribeClustersRequest added in v1.2.0

func (mr *MockECSAPIMockRecorder) DescribeClustersRequest(arg0 interface{}) *gomock.Call

DescribeClustersRequest indicates an expected call of DescribeClustersRequest

func (*MockECSAPIMockRecorder) DescribeClustersWithContext added in v1.2.0

func (mr *MockECSAPIMockRecorder) DescribeClustersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeClustersWithContext indicates an expected call of DescribeClustersWithContext

func (*MockECSAPIMockRecorder) DescribeContainerInstances added in v1.2.0

func (mr *MockECSAPIMockRecorder) DescribeContainerInstances(arg0 interface{}) *gomock.Call

DescribeContainerInstances indicates an expected call of DescribeContainerInstances

func (*MockECSAPIMockRecorder) DescribeContainerInstancesRequest added in v1.2.0

func (mr *MockECSAPIMockRecorder) DescribeContainerInstancesRequest(arg0 interface{}) *gomock.Call

DescribeContainerInstancesRequest indicates an expected call of DescribeContainerInstancesRequest

func (*MockECSAPIMockRecorder) DescribeContainerInstancesWithContext added in v1.2.0

func (mr *MockECSAPIMockRecorder) DescribeContainerInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeContainerInstancesWithContext indicates an expected call of DescribeContainerInstancesWithContext

func (*MockECSAPIMockRecorder) DescribeServices added in v1.2.0

func (mr *MockECSAPIMockRecorder) DescribeServices(arg0 interface{}) *gomock.Call

DescribeServices indicates an expected call of DescribeServices

func (*MockECSAPIMockRecorder) DescribeServicesRequest added in v1.2.0

func (mr *MockECSAPIMockRecorder) DescribeServicesRequest(arg0 interface{}) *gomock.Call

DescribeServicesRequest indicates an expected call of DescribeServicesRequest

func (*MockECSAPIMockRecorder) DescribeServicesWithContext added in v1.2.0

func (mr *MockECSAPIMockRecorder) DescribeServicesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeServicesWithContext indicates an expected call of DescribeServicesWithContext

func (*MockECSAPIMockRecorder) DescribeTaskDefinition added in v1.2.0

func (mr *MockECSAPIMockRecorder) DescribeTaskDefinition(arg0 interface{}) *gomock.Call

DescribeTaskDefinition indicates an expected call of DescribeTaskDefinition

func (*MockECSAPIMockRecorder) DescribeTaskDefinitionRequest added in v1.2.0

func (mr *MockECSAPIMockRecorder) DescribeTaskDefinitionRequest(arg0 interface{}) *gomock.Call

DescribeTaskDefinitionRequest indicates an expected call of DescribeTaskDefinitionRequest

func (*MockECSAPIMockRecorder) DescribeTaskDefinitionWithContext added in v1.2.0

func (mr *MockECSAPIMockRecorder) DescribeTaskDefinitionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTaskDefinitionWithContext indicates an expected call of DescribeTaskDefinitionWithContext

func (*MockECSAPIMockRecorder) DescribeTasks added in v1.2.0

func (mr *MockECSAPIMockRecorder) DescribeTasks(arg0 interface{}) *gomock.Call

DescribeTasks indicates an expected call of DescribeTasks

func (*MockECSAPIMockRecorder) DescribeTasksRequest added in v1.2.0

func (mr *MockECSAPIMockRecorder) DescribeTasksRequest(arg0 interface{}) *gomock.Call

DescribeTasksRequest indicates an expected call of DescribeTasksRequest

func (*MockECSAPIMockRecorder) DescribeTasksWithContext added in v1.2.0

func (mr *MockECSAPIMockRecorder) DescribeTasksWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTasksWithContext indicates an expected call of DescribeTasksWithContext

func (*MockECSAPIMockRecorder) DiscoverPollEndpoint added in v1.2.0

func (mr *MockECSAPIMockRecorder) DiscoverPollEndpoint(arg0 interface{}) *gomock.Call

DiscoverPollEndpoint indicates an expected call of DiscoverPollEndpoint

func (*MockECSAPIMockRecorder) DiscoverPollEndpointRequest added in v1.2.0

func (mr *MockECSAPIMockRecorder) DiscoverPollEndpointRequest(arg0 interface{}) *gomock.Call

DiscoverPollEndpointRequest indicates an expected call of DiscoverPollEndpointRequest

func (*MockECSAPIMockRecorder) DiscoverPollEndpointWithContext added in v1.2.0

func (mr *MockECSAPIMockRecorder) DiscoverPollEndpointWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DiscoverPollEndpointWithContext indicates an expected call of DiscoverPollEndpointWithContext

func (*MockECSAPIMockRecorder) ListAttributes added in v1.2.0

func (mr *MockECSAPIMockRecorder) ListAttributes(arg0 interface{}) *gomock.Call

ListAttributes indicates an expected call of ListAttributes

func (*MockECSAPIMockRecorder) ListAttributesRequest added in v1.2.0

func (mr *MockECSAPIMockRecorder) ListAttributesRequest(arg0 interface{}) *gomock.Call

ListAttributesRequest indicates an expected call of ListAttributesRequest

func (*MockECSAPIMockRecorder) ListAttributesWithContext added in v1.2.0

func (mr *MockECSAPIMockRecorder) ListAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListAttributesWithContext indicates an expected call of ListAttributesWithContext

func (*MockECSAPIMockRecorder) ListClusters added in v1.2.0

func (mr *MockECSAPIMockRecorder) ListClusters(arg0 interface{}) *gomock.Call

ListClusters indicates an expected call of ListClusters

func (*MockECSAPIMockRecorder) ListClustersPages added in v1.2.0

func (mr *MockECSAPIMockRecorder) ListClustersPages(arg0, arg1 interface{}) *gomock.Call

ListClustersPages indicates an expected call of ListClustersPages

func (*MockECSAPIMockRecorder) ListClustersPagesWithContext added in v1.2.0

func (mr *MockECSAPIMockRecorder) ListClustersPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListClustersPagesWithContext indicates an expected call of ListClustersPagesWithContext

func (*MockECSAPIMockRecorder) ListClustersRequest added in v1.2.0

func (mr *MockECSAPIMockRecorder) ListClustersRequest(arg0 interface{}) *gomock.Call

ListClustersRequest indicates an expected call of ListClustersRequest

func (*MockECSAPIMockRecorder) ListClustersWithContext added in v1.2.0

func (mr *MockECSAPIMockRecorder) ListClustersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListClustersWithContext indicates an expected call of ListClustersWithContext

func (*MockECSAPIMockRecorder) ListContainerInstances added in v1.2.0

func (mr *MockECSAPIMockRecorder) ListContainerInstances(arg0 interface{}) *gomock.Call

ListContainerInstances indicates an expected call of ListContainerInstances

func (*MockECSAPIMockRecorder) ListContainerInstancesPages added in v1.2.0

func (mr *MockECSAPIMockRecorder) ListContainerInstancesPages(arg0, arg1 interface{}) *gomock.Call

ListContainerInstancesPages indicates an expected call of ListContainerInstancesPages

func (*MockECSAPIMockRecorder) ListContainerInstancesPagesWithContext added in v1.2.0

func (mr *MockECSAPIMockRecorder) ListContainerInstancesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListContainerInstancesPagesWithContext indicates an expected call of ListContainerInstancesPagesWithContext

func (*MockECSAPIMockRecorder) ListContainerInstancesRequest added in v1.2.0

func (mr *MockECSAPIMockRecorder) ListContainerInstancesRequest(arg0 interface{}) *gomock.Call

ListContainerInstancesRequest indicates an expected call of ListContainerInstancesRequest

func (*MockECSAPIMockRecorder) ListContainerInstancesWithContext added in v1.2.0

func (mr *MockECSAPIMockRecorder) ListContainerInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListContainerInstancesWithContext indicates an expected call of ListContainerInstancesWithContext

func (*MockECSAPIMockRecorder) ListServices added in v1.2.0

func (mr *MockECSAPIMockRecorder) ListServices(arg0 interface{}) *gomock.Call

ListServices indicates an expected call of ListServices

func (*MockECSAPIMockRecorder) ListServicesPages added in v1.2.0

func (mr *MockECSAPIMockRecorder) ListServicesPages(arg0, arg1 interface{}) *gomock.Call

ListServicesPages indicates an expected call of ListServicesPages

func (*MockECSAPIMockRecorder) ListServicesPagesWithContext added in v1.2.0

func (mr *MockECSAPIMockRecorder) ListServicesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListServicesPagesWithContext indicates an expected call of ListServicesPagesWithContext

func (*MockECSAPIMockRecorder) ListServicesRequest added in v1.2.0

func (mr *MockECSAPIMockRecorder) ListServicesRequest(arg0 interface{}) *gomock.Call

ListServicesRequest indicates an expected call of ListServicesRequest

func (*MockECSAPIMockRecorder) ListServicesWithContext added in v1.2.0

func (mr *MockECSAPIMockRecorder) ListServicesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListServicesWithContext indicates an expected call of ListServicesWithContext

func (*MockECSAPIMockRecorder) ListTaskDefinitionFamilies added in v1.2.0

func (mr *MockECSAPIMockRecorder) ListTaskDefinitionFamilies(arg0 interface{}) *gomock.Call

ListTaskDefinitionFamilies indicates an expected call of ListTaskDefinitionFamilies

func (*MockECSAPIMockRecorder) ListTaskDefinitionFamiliesPages added in v1.2.0

func (mr *MockECSAPIMockRecorder) ListTaskDefinitionFamiliesPages(arg0, arg1 interface{}) *gomock.Call

ListTaskDefinitionFamiliesPages indicates an expected call of ListTaskDefinitionFamiliesPages

func (*MockECSAPIMockRecorder) ListTaskDefinitionFamiliesPagesWithContext added in v1.2.0

func (mr *MockECSAPIMockRecorder) ListTaskDefinitionFamiliesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListTaskDefinitionFamiliesPagesWithContext indicates an expected call of ListTaskDefinitionFamiliesPagesWithContext

func (*MockECSAPIMockRecorder) ListTaskDefinitionFamiliesRequest added in v1.2.0

func (mr *MockECSAPIMockRecorder) ListTaskDefinitionFamiliesRequest(arg0 interface{}) *gomock.Call

ListTaskDefinitionFamiliesRequest indicates an expected call of ListTaskDefinitionFamiliesRequest

func (*MockECSAPIMockRecorder) ListTaskDefinitionFamiliesWithContext added in v1.2.0

func (mr *MockECSAPIMockRecorder) ListTaskDefinitionFamiliesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTaskDefinitionFamiliesWithContext indicates an expected call of ListTaskDefinitionFamiliesWithContext

func (*MockECSAPIMockRecorder) ListTaskDefinitions added in v1.2.0

func (mr *MockECSAPIMockRecorder) ListTaskDefinitions(arg0 interface{}) *gomock.Call

ListTaskDefinitions indicates an expected call of ListTaskDefinitions

func (*MockECSAPIMockRecorder) ListTaskDefinitionsPages added in v1.2.0

func (mr *MockECSAPIMockRecorder) ListTaskDefinitionsPages(arg0, arg1 interface{}) *gomock.Call

ListTaskDefinitionsPages indicates an expected call of ListTaskDefinitionsPages

func (*MockECSAPIMockRecorder) ListTaskDefinitionsPagesWithContext added in v1.2.0

func (mr *MockECSAPIMockRecorder) ListTaskDefinitionsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListTaskDefinitionsPagesWithContext indicates an expected call of ListTaskDefinitionsPagesWithContext

func (*MockECSAPIMockRecorder) ListTaskDefinitionsRequest added in v1.2.0

func (mr *MockECSAPIMockRecorder) ListTaskDefinitionsRequest(arg0 interface{}) *gomock.Call

ListTaskDefinitionsRequest indicates an expected call of ListTaskDefinitionsRequest

func (*MockECSAPIMockRecorder) ListTaskDefinitionsWithContext added in v1.2.0

func (mr *MockECSAPIMockRecorder) ListTaskDefinitionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTaskDefinitionsWithContext indicates an expected call of ListTaskDefinitionsWithContext

func (*MockECSAPIMockRecorder) ListTasks added in v1.2.0

func (mr *MockECSAPIMockRecorder) ListTasks(arg0 interface{}) *gomock.Call

ListTasks indicates an expected call of ListTasks

func (*MockECSAPIMockRecorder) ListTasksPages added in v1.2.0

func (mr *MockECSAPIMockRecorder) ListTasksPages(arg0, arg1 interface{}) *gomock.Call

ListTasksPages indicates an expected call of ListTasksPages

func (*MockECSAPIMockRecorder) ListTasksPagesWithContext added in v1.2.0

func (mr *MockECSAPIMockRecorder) ListTasksPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListTasksPagesWithContext indicates an expected call of ListTasksPagesWithContext

func (*MockECSAPIMockRecorder) ListTasksRequest added in v1.2.0

func (mr *MockECSAPIMockRecorder) ListTasksRequest(arg0 interface{}) *gomock.Call

ListTasksRequest indicates an expected call of ListTasksRequest

func (*MockECSAPIMockRecorder) ListTasksWithContext added in v1.2.0

func (mr *MockECSAPIMockRecorder) ListTasksWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTasksWithContext indicates an expected call of ListTasksWithContext

func (*MockECSAPIMockRecorder) PutAttributes added in v1.2.0

func (mr *MockECSAPIMockRecorder) PutAttributes(arg0 interface{}) *gomock.Call

PutAttributes indicates an expected call of PutAttributes

func (*MockECSAPIMockRecorder) PutAttributesRequest added in v1.2.0

func (mr *MockECSAPIMockRecorder) PutAttributesRequest(arg0 interface{}) *gomock.Call

PutAttributesRequest indicates an expected call of PutAttributesRequest

func (*MockECSAPIMockRecorder) PutAttributesWithContext added in v1.2.0

func (mr *MockECSAPIMockRecorder) PutAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutAttributesWithContext indicates an expected call of PutAttributesWithContext

func (*MockECSAPIMockRecorder) RegisterContainerInstance added in v1.2.0

func (mr *MockECSAPIMockRecorder) RegisterContainerInstance(arg0 interface{}) *gomock.Call

RegisterContainerInstance indicates an expected call of RegisterContainerInstance

func (*MockECSAPIMockRecorder) RegisterContainerInstanceRequest added in v1.2.0

func (mr *MockECSAPIMockRecorder) RegisterContainerInstanceRequest(arg0 interface{}) *gomock.Call

RegisterContainerInstanceRequest indicates an expected call of RegisterContainerInstanceRequest

func (*MockECSAPIMockRecorder) RegisterContainerInstanceWithContext added in v1.2.0

func (mr *MockECSAPIMockRecorder) RegisterContainerInstanceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RegisterContainerInstanceWithContext indicates an expected call of RegisterContainerInstanceWithContext

func (*MockECSAPIMockRecorder) RegisterTaskDefinition added in v1.2.0

func (mr *MockECSAPIMockRecorder) RegisterTaskDefinition(arg0 interface{}) *gomock.Call

RegisterTaskDefinition indicates an expected call of RegisterTaskDefinition

func (*MockECSAPIMockRecorder) RegisterTaskDefinitionRequest added in v1.2.0

func (mr *MockECSAPIMockRecorder) RegisterTaskDefinitionRequest(arg0 interface{}) *gomock.Call

RegisterTaskDefinitionRequest indicates an expected call of RegisterTaskDefinitionRequest

func (*MockECSAPIMockRecorder) RegisterTaskDefinitionWithContext added in v1.2.0

func (mr *MockECSAPIMockRecorder) RegisterTaskDefinitionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RegisterTaskDefinitionWithContext indicates an expected call of RegisterTaskDefinitionWithContext

func (*MockECSAPIMockRecorder) RunTask added in v1.2.0

func (mr *MockECSAPIMockRecorder) RunTask(arg0 interface{}) *gomock.Call

RunTask indicates an expected call of RunTask

func (*MockECSAPIMockRecorder) RunTaskRequest added in v1.2.0

func (mr *MockECSAPIMockRecorder) RunTaskRequest(arg0 interface{}) *gomock.Call

RunTaskRequest indicates an expected call of RunTaskRequest

func (*MockECSAPIMockRecorder) RunTaskWithContext added in v1.2.0

func (mr *MockECSAPIMockRecorder) RunTaskWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RunTaskWithContext indicates an expected call of RunTaskWithContext

func (*MockECSAPIMockRecorder) StartTask added in v1.2.0

func (mr *MockECSAPIMockRecorder) StartTask(arg0 interface{}) *gomock.Call

StartTask indicates an expected call of StartTask

func (*MockECSAPIMockRecorder) StartTaskRequest added in v1.2.0

func (mr *MockECSAPIMockRecorder) StartTaskRequest(arg0 interface{}) *gomock.Call

StartTaskRequest indicates an expected call of StartTaskRequest

func (*MockECSAPIMockRecorder) StartTaskWithContext added in v1.2.0

func (mr *MockECSAPIMockRecorder) StartTaskWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StartTaskWithContext indicates an expected call of StartTaskWithContext

func (*MockECSAPIMockRecorder) StopTask added in v1.2.0

func (mr *MockECSAPIMockRecorder) StopTask(arg0 interface{}) *gomock.Call

StopTask indicates an expected call of StopTask

func (*MockECSAPIMockRecorder) StopTaskRequest added in v1.2.0

func (mr *MockECSAPIMockRecorder) StopTaskRequest(arg0 interface{}) *gomock.Call

StopTaskRequest indicates an expected call of StopTaskRequest

func (*MockECSAPIMockRecorder) StopTaskWithContext added in v1.2.0

func (mr *MockECSAPIMockRecorder) StopTaskWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StopTaskWithContext indicates an expected call of StopTaskWithContext

func (*MockECSAPIMockRecorder) SubmitContainerStateChange added in v1.2.0

func (mr *MockECSAPIMockRecorder) SubmitContainerStateChange(arg0 interface{}) *gomock.Call

SubmitContainerStateChange indicates an expected call of SubmitContainerStateChange

func (*MockECSAPIMockRecorder) SubmitContainerStateChangeRequest added in v1.2.0

func (mr *MockECSAPIMockRecorder) SubmitContainerStateChangeRequest(arg0 interface{}) *gomock.Call

SubmitContainerStateChangeRequest indicates an expected call of SubmitContainerStateChangeRequest

func (*MockECSAPIMockRecorder) SubmitContainerStateChangeWithContext added in v1.2.0

func (mr *MockECSAPIMockRecorder) SubmitContainerStateChangeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SubmitContainerStateChangeWithContext indicates an expected call of SubmitContainerStateChangeWithContext

func (*MockECSAPIMockRecorder) SubmitTaskStateChange added in v1.2.0

func (mr *MockECSAPIMockRecorder) SubmitTaskStateChange(arg0 interface{}) *gomock.Call

SubmitTaskStateChange indicates an expected call of SubmitTaskStateChange

func (*MockECSAPIMockRecorder) SubmitTaskStateChangeRequest added in v1.2.0

func (mr *MockECSAPIMockRecorder) SubmitTaskStateChangeRequest(arg0 interface{}) *gomock.Call

SubmitTaskStateChangeRequest indicates an expected call of SubmitTaskStateChangeRequest

func (*MockECSAPIMockRecorder) SubmitTaskStateChangeWithContext added in v1.2.0

func (mr *MockECSAPIMockRecorder) SubmitTaskStateChangeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SubmitTaskStateChangeWithContext indicates an expected call of SubmitTaskStateChangeWithContext

func (*MockECSAPIMockRecorder) UpdateContainerAgent added in v1.2.0

func (mr *MockECSAPIMockRecorder) UpdateContainerAgent(arg0 interface{}) *gomock.Call

UpdateContainerAgent indicates an expected call of UpdateContainerAgent

func (*MockECSAPIMockRecorder) UpdateContainerAgentRequest added in v1.2.0

func (mr *MockECSAPIMockRecorder) UpdateContainerAgentRequest(arg0 interface{}) *gomock.Call

UpdateContainerAgentRequest indicates an expected call of UpdateContainerAgentRequest

func (*MockECSAPIMockRecorder) UpdateContainerAgentWithContext added in v1.2.0

func (mr *MockECSAPIMockRecorder) UpdateContainerAgentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateContainerAgentWithContext indicates an expected call of UpdateContainerAgentWithContext

func (*MockECSAPIMockRecorder) UpdateContainerInstancesState added in v1.2.0

func (mr *MockECSAPIMockRecorder) UpdateContainerInstancesState(arg0 interface{}) *gomock.Call

UpdateContainerInstancesState indicates an expected call of UpdateContainerInstancesState

func (*MockECSAPIMockRecorder) UpdateContainerInstancesStateRequest added in v1.2.0

func (mr *MockECSAPIMockRecorder) UpdateContainerInstancesStateRequest(arg0 interface{}) *gomock.Call

UpdateContainerInstancesStateRequest indicates an expected call of UpdateContainerInstancesStateRequest

func (*MockECSAPIMockRecorder) UpdateContainerInstancesStateWithContext added in v1.2.0

func (mr *MockECSAPIMockRecorder) UpdateContainerInstancesStateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateContainerInstancesStateWithContext indicates an expected call of UpdateContainerInstancesStateWithContext

func (*MockECSAPIMockRecorder) UpdateService added in v1.2.0

func (mr *MockECSAPIMockRecorder) UpdateService(arg0 interface{}) *gomock.Call

UpdateService indicates an expected call of UpdateService

func (*MockECSAPIMockRecorder) UpdateServiceRequest added in v1.2.0

func (mr *MockECSAPIMockRecorder) UpdateServiceRequest(arg0 interface{}) *gomock.Call

UpdateServiceRequest indicates an expected call of UpdateServiceRequest

func (*MockECSAPIMockRecorder) UpdateServiceWithContext added in v1.2.0

func (mr *MockECSAPIMockRecorder) UpdateServiceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateServiceWithContext indicates an expected call of UpdateServiceWithContext

func (*MockECSAPIMockRecorder) WaitUntilServicesInactive added in v1.2.0

func (mr *MockECSAPIMockRecorder) WaitUntilServicesInactive(arg0 interface{}) *gomock.Call

WaitUntilServicesInactive indicates an expected call of WaitUntilServicesInactive

func (*MockECSAPIMockRecorder) WaitUntilServicesInactiveWithContext added in v1.2.0

func (mr *MockECSAPIMockRecorder) WaitUntilServicesInactiveWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilServicesInactiveWithContext indicates an expected call of WaitUntilServicesInactiveWithContext

func (*MockECSAPIMockRecorder) WaitUntilServicesStable added in v1.2.0

func (mr *MockECSAPIMockRecorder) WaitUntilServicesStable(arg0 interface{}) *gomock.Call

WaitUntilServicesStable indicates an expected call of WaitUntilServicesStable

func (*MockECSAPIMockRecorder) WaitUntilServicesStableWithContext added in v1.2.0

func (mr *MockECSAPIMockRecorder) WaitUntilServicesStableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilServicesStableWithContext indicates an expected call of WaitUntilServicesStableWithContext

func (*MockECSAPIMockRecorder) WaitUntilTasksRunning added in v1.2.0

func (mr *MockECSAPIMockRecorder) WaitUntilTasksRunning(arg0 interface{}) *gomock.Call

WaitUntilTasksRunning indicates an expected call of WaitUntilTasksRunning

func (*MockECSAPIMockRecorder) WaitUntilTasksRunningWithContext added in v1.2.0

func (mr *MockECSAPIMockRecorder) WaitUntilTasksRunningWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilTasksRunningWithContext indicates an expected call of WaitUntilTasksRunningWithContext

func (*MockECSAPIMockRecorder) WaitUntilTasksStopped added in v1.2.0

func (mr *MockECSAPIMockRecorder) WaitUntilTasksStopped(arg0 interface{}) *gomock.Call

WaitUntilTasksStopped indicates an expected call of WaitUntilTasksStopped

func (*MockECSAPIMockRecorder) WaitUntilTasksStoppedWithContext added in v1.2.0

func (mr *MockECSAPIMockRecorder) WaitUntilTasksStoppedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilTasksStoppedWithContext indicates an expected call of WaitUntilTasksStoppedWithContext

Jump to

Keyboard shortcuts

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