cognitosyncmock

package
v1.43.22 Latest Latest
Warning

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

Go to latest
Published: Mar 22, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package cognitosyncmock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockCognitoSyncAPI

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

MockCognitoSyncAPI is a mock of CognitoSyncAPI interface.

func NewMockCognitoSyncAPI

func NewMockCognitoSyncAPI(ctrl *gomock.Controller) *MockCognitoSyncAPI

NewMockCognitoSyncAPI creates a new mock instance.

func (*MockCognitoSyncAPI) BulkPublish

BulkPublish mocks base method.

func (*MockCognitoSyncAPI) BulkPublishRequest

BulkPublishRequest mocks base method.

func (*MockCognitoSyncAPI) BulkPublishWithContext

func (m *MockCognitoSyncAPI) BulkPublishWithContext(arg0 context.Context, arg1 *cognitosync.BulkPublishInput, arg2 ...request.Option) (*cognitosync.BulkPublishOutput, error)

BulkPublishWithContext mocks base method.

func (*MockCognitoSyncAPI) DeleteDataset

DeleteDataset mocks base method.

func (*MockCognitoSyncAPI) DeleteDatasetRequest

DeleteDatasetRequest mocks base method.

func (*MockCognitoSyncAPI) DeleteDatasetWithContext

DeleteDatasetWithContext mocks base method.

func (*MockCognitoSyncAPI) DescribeDataset

DescribeDataset mocks base method.

func (*MockCognitoSyncAPI) DescribeDatasetRequest

DescribeDatasetRequest mocks base method.

func (*MockCognitoSyncAPI) DescribeDatasetWithContext

DescribeDatasetWithContext mocks base method.

func (*MockCognitoSyncAPI) DescribeIdentityPoolUsage

DescribeIdentityPoolUsage mocks base method.

func (*MockCognitoSyncAPI) DescribeIdentityPoolUsageRequest

DescribeIdentityPoolUsageRequest mocks base method.

func (*MockCognitoSyncAPI) DescribeIdentityPoolUsageWithContext

DescribeIdentityPoolUsageWithContext mocks base method.

func (*MockCognitoSyncAPI) DescribeIdentityUsage

DescribeIdentityUsage mocks base method.

func (*MockCognitoSyncAPI) DescribeIdentityUsageRequest

DescribeIdentityUsageRequest mocks base method.

func (*MockCognitoSyncAPI) DescribeIdentityUsageWithContext

DescribeIdentityUsageWithContext mocks base method.

func (*MockCognitoSyncAPI) EXPECT

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

func (*MockCognitoSyncAPI) GetBulkPublishDetails

GetBulkPublishDetails mocks base method.

func (*MockCognitoSyncAPI) GetBulkPublishDetailsRequest

GetBulkPublishDetailsRequest mocks base method.

func (*MockCognitoSyncAPI) GetBulkPublishDetailsWithContext

GetBulkPublishDetailsWithContext mocks base method.

func (*MockCognitoSyncAPI) GetCognitoEvents

GetCognitoEvents mocks base method.

func (*MockCognitoSyncAPI) GetCognitoEventsRequest

GetCognitoEventsRequest mocks base method.

func (*MockCognitoSyncAPI) GetCognitoEventsWithContext

GetCognitoEventsWithContext mocks base method.

func (*MockCognitoSyncAPI) GetIdentityPoolConfiguration

GetIdentityPoolConfiguration mocks base method.

func (*MockCognitoSyncAPI) GetIdentityPoolConfigurationRequest

GetIdentityPoolConfigurationRequest mocks base method.

func (*MockCognitoSyncAPI) GetIdentityPoolConfigurationWithContext

GetIdentityPoolConfigurationWithContext mocks base method.

func (*MockCognitoSyncAPI) ListDatasets

ListDatasets mocks base method.

func (*MockCognitoSyncAPI) ListDatasetsRequest

ListDatasetsRequest mocks base method.

func (*MockCognitoSyncAPI) ListDatasetsWithContext

ListDatasetsWithContext mocks base method.

func (*MockCognitoSyncAPI) ListIdentityPoolUsage

ListIdentityPoolUsage mocks base method.

func (*MockCognitoSyncAPI) ListIdentityPoolUsageRequest

ListIdentityPoolUsageRequest mocks base method.

func (*MockCognitoSyncAPI) ListIdentityPoolUsageWithContext

ListIdentityPoolUsageWithContext mocks base method.

func (*MockCognitoSyncAPI) ListRecords

ListRecords mocks base method.

func (*MockCognitoSyncAPI) ListRecordsRequest

ListRecordsRequest mocks base method.

func (*MockCognitoSyncAPI) ListRecordsWithContext

func (m *MockCognitoSyncAPI) ListRecordsWithContext(arg0 context.Context, arg1 *cognitosync.ListRecordsInput, arg2 ...request.Option) (*cognitosync.ListRecordsOutput, error)

ListRecordsWithContext mocks base method.

func (*MockCognitoSyncAPI) RegisterDevice

RegisterDevice mocks base method.

func (*MockCognitoSyncAPI) RegisterDeviceRequest

RegisterDeviceRequest mocks base method.

func (*MockCognitoSyncAPI) RegisterDeviceWithContext

RegisterDeviceWithContext mocks base method.

func (*MockCognitoSyncAPI) SetCognitoEvents

SetCognitoEvents mocks base method.

func (*MockCognitoSyncAPI) SetCognitoEventsRequest

SetCognitoEventsRequest mocks base method.

func (*MockCognitoSyncAPI) SetCognitoEventsWithContext

SetCognitoEventsWithContext mocks base method.

func (*MockCognitoSyncAPI) SetIdentityPoolConfiguration

SetIdentityPoolConfiguration mocks base method.

func (*MockCognitoSyncAPI) SetIdentityPoolConfigurationRequest

SetIdentityPoolConfigurationRequest mocks base method.

func (*MockCognitoSyncAPI) SetIdentityPoolConfigurationWithContext

SetIdentityPoolConfigurationWithContext mocks base method.

func (*MockCognitoSyncAPI) SubscribeToDataset

SubscribeToDataset mocks base method.

func (*MockCognitoSyncAPI) SubscribeToDatasetRequest

SubscribeToDatasetRequest mocks base method.

func (*MockCognitoSyncAPI) SubscribeToDatasetWithContext

SubscribeToDatasetWithContext mocks base method.

func (*MockCognitoSyncAPI) UnsubscribeFromDataset

UnsubscribeFromDataset mocks base method.

func (*MockCognitoSyncAPI) UnsubscribeFromDatasetRequest

UnsubscribeFromDatasetRequest mocks base method.

func (*MockCognitoSyncAPI) UnsubscribeFromDatasetWithContext

UnsubscribeFromDatasetWithContext mocks base method.

func (*MockCognitoSyncAPI) UpdateRecords

UpdateRecords mocks base method.

func (*MockCognitoSyncAPI) UpdateRecordsRequest

UpdateRecordsRequest mocks base method.

func (*MockCognitoSyncAPI) UpdateRecordsWithContext

UpdateRecordsWithContext mocks base method.

type MockCognitoSyncAPIMockRecorder

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

MockCognitoSyncAPIMockRecorder is the mock recorder for MockCognitoSyncAPI.

func (*MockCognitoSyncAPIMockRecorder) BulkPublish

func (mr *MockCognitoSyncAPIMockRecorder) BulkPublish(arg0 interface{}) *gomock.Call

BulkPublish indicates an expected call of BulkPublish.

func (*MockCognitoSyncAPIMockRecorder) BulkPublishRequest

func (mr *MockCognitoSyncAPIMockRecorder) BulkPublishRequest(arg0 interface{}) *gomock.Call

BulkPublishRequest indicates an expected call of BulkPublishRequest.

func (*MockCognitoSyncAPIMockRecorder) BulkPublishWithContext

func (mr *MockCognitoSyncAPIMockRecorder) BulkPublishWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

BulkPublishWithContext indicates an expected call of BulkPublishWithContext.

func (*MockCognitoSyncAPIMockRecorder) DeleteDataset

func (mr *MockCognitoSyncAPIMockRecorder) DeleteDataset(arg0 interface{}) *gomock.Call

DeleteDataset indicates an expected call of DeleteDataset.

func (*MockCognitoSyncAPIMockRecorder) DeleteDatasetRequest

func (mr *MockCognitoSyncAPIMockRecorder) DeleteDatasetRequest(arg0 interface{}) *gomock.Call

DeleteDatasetRequest indicates an expected call of DeleteDatasetRequest.

func (*MockCognitoSyncAPIMockRecorder) DeleteDatasetWithContext

func (mr *MockCognitoSyncAPIMockRecorder) DeleteDatasetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteDatasetWithContext indicates an expected call of DeleteDatasetWithContext.

func (*MockCognitoSyncAPIMockRecorder) DescribeDataset

func (mr *MockCognitoSyncAPIMockRecorder) DescribeDataset(arg0 interface{}) *gomock.Call

DescribeDataset indicates an expected call of DescribeDataset.

func (*MockCognitoSyncAPIMockRecorder) DescribeDatasetRequest

func (mr *MockCognitoSyncAPIMockRecorder) DescribeDatasetRequest(arg0 interface{}) *gomock.Call

DescribeDatasetRequest indicates an expected call of DescribeDatasetRequest.

func (*MockCognitoSyncAPIMockRecorder) DescribeDatasetWithContext

func (mr *MockCognitoSyncAPIMockRecorder) DescribeDatasetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeDatasetWithContext indicates an expected call of DescribeDatasetWithContext.

func (*MockCognitoSyncAPIMockRecorder) DescribeIdentityPoolUsage

func (mr *MockCognitoSyncAPIMockRecorder) DescribeIdentityPoolUsage(arg0 interface{}) *gomock.Call

DescribeIdentityPoolUsage indicates an expected call of DescribeIdentityPoolUsage.

func (*MockCognitoSyncAPIMockRecorder) DescribeIdentityPoolUsageRequest

func (mr *MockCognitoSyncAPIMockRecorder) DescribeIdentityPoolUsageRequest(arg0 interface{}) *gomock.Call

DescribeIdentityPoolUsageRequest indicates an expected call of DescribeIdentityPoolUsageRequest.

func (*MockCognitoSyncAPIMockRecorder) DescribeIdentityPoolUsageWithContext

func (mr *MockCognitoSyncAPIMockRecorder) DescribeIdentityPoolUsageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeIdentityPoolUsageWithContext indicates an expected call of DescribeIdentityPoolUsageWithContext.

func (*MockCognitoSyncAPIMockRecorder) DescribeIdentityUsage

func (mr *MockCognitoSyncAPIMockRecorder) DescribeIdentityUsage(arg0 interface{}) *gomock.Call

DescribeIdentityUsage indicates an expected call of DescribeIdentityUsage.

func (*MockCognitoSyncAPIMockRecorder) DescribeIdentityUsageRequest

func (mr *MockCognitoSyncAPIMockRecorder) DescribeIdentityUsageRequest(arg0 interface{}) *gomock.Call

DescribeIdentityUsageRequest indicates an expected call of DescribeIdentityUsageRequest.

func (*MockCognitoSyncAPIMockRecorder) DescribeIdentityUsageWithContext

func (mr *MockCognitoSyncAPIMockRecorder) DescribeIdentityUsageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeIdentityUsageWithContext indicates an expected call of DescribeIdentityUsageWithContext.

func (*MockCognitoSyncAPIMockRecorder) GetBulkPublishDetails

func (mr *MockCognitoSyncAPIMockRecorder) GetBulkPublishDetails(arg0 interface{}) *gomock.Call

GetBulkPublishDetails indicates an expected call of GetBulkPublishDetails.

func (*MockCognitoSyncAPIMockRecorder) GetBulkPublishDetailsRequest

func (mr *MockCognitoSyncAPIMockRecorder) GetBulkPublishDetailsRequest(arg0 interface{}) *gomock.Call

GetBulkPublishDetailsRequest indicates an expected call of GetBulkPublishDetailsRequest.

func (*MockCognitoSyncAPIMockRecorder) GetBulkPublishDetailsWithContext

func (mr *MockCognitoSyncAPIMockRecorder) GetBulkPublishDetailsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetBulkPublishDetailsWithContext indicates an expected call of GetBulkPublishDetailsWithContext.

func (*MockCognitoSyncAPIMockRecorder) GetCognitoEvents

func (mr *MockCognitoSyncAPIMockRecorder) GetCognitoEvents(arg0 interface{}) *gomock.Call

GetCognitoEvents indicates an expected call of GetCognitoEvents.

func (*MockCognitoSyncAPIMockRecorder) GetCognitoEventsRequest

func (mr *MockCognitoSyncAPIMockRecorder) GetCognitoEventsRequest(arg0 interface{}) *gomock.Call

GetCognitoEventsRequest indicates an expected call of GetCognitoEventsRequest.

func (*MockCognitoSyncAPIMockRecorder) GetCognitoEventsWithContext

func (mr *MockCognitoSyncAPIMockRecorder) GetCognitoEventsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetCognitoEventsWithContext indicates an expected call of GetCognitoEventsWithContext.

func (*MockCognitoSyncAPIMockRecorder) GetIdentityPoolConfiguration

func (mr *MockCognitoSyncAPIMockRecorder) GetIdentityPoolConfiguration(arg0 interface{}) *gomock.Call

GetIdentityPoolConfiguration indicates an expected call of GetIdentityPoolConfiguration.

func (*MockCognitoSyncAPIMockRecorder) GetIdentityPoolConfigurationRequest

func (mr *MockCognitoSyncAPIMockRecorder) GetIdentityPoolConfigurationRequest(arg0 interface{}) *gomock.Call

GetIdentityPoolConfigurationRequest indicates an expected call of GetIdentityPoolConfigurationRequest.

func (*MockCognitoSyncAPIMockRecorder) GetIdentityPoolConfigurationWithContext

func (mr *MockCognitoSyncAPIMockRecorder) GetIdentityPoolConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetIdentityPoolConfigurationWithContext indicates an expected call of GetIdentityPoolConfigurationWithContext.

func (*MockCognitoSyncAPIMockRecorder) ListDatasets

func (mr *MockCognitoSyncAPIMockRecorder) ListDatasets(arg0 interface{}) *gomock.Call

ListDatasets indicates an expected call of ListDatasets.

func (*MockCognitoSyncAPIMockRecorder) ListDatasetsRequest

func (mr *MockCognitoSyncAPIMockRecorder) ListDatasetsRequest(arg0 interface{}) *gomock.Call

ListDatasetsRequest indicates an expected call of ListDatasetsRequest.

func (*MockCognitoSyncAPIMockRecorder) ListDatasetsWithContext

func (mr *MockCognitoSyncAPIMockRecorder) ListDatasetsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListDatasetsWithContext indicates an expected call of ListDatasetsWithContext.

func (*MockCognitoSyncAPIMockRecorder) ListIdentityPoolUsage

func (mr *MockCognitoSyncAPIMockRecorder) ListIdentityPoolUsage(arg0 interface{}) *gomock.Call

ListIdentityPoolUsage indicates an expected call of ListIdentityPoolUsage.

func (*MockCognitoSyncAPIMockRecorder) ListIdentityPoolUsageRequest

func (mr *MockCognitoSyncAPIMockRecorder) ListIdentityPoolUsageRequest(arg0 interface{}) *gomock.Call

ListIdentityPoolUsageRequest indicates an expected call of ListIdentityPoolUsageRequest.

func (*MockCognitoSyncAPIMockRecorder) ListIdentityPoolUsageWithContext

func (mr *MockCognitoSyncAPIMockRecorder) ListIdentityPoolUsageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListIdentityPoolUsageWithContext indicates an expected call of ListIdentityPoolUsageWithContext.

func (*MockCognitoSyncAPIMockRecorder) ListRecords

func (mr *MockCognitoSyncAPIMockRecorder) ListRecords(arg0 interface{}) *gomock.Call

ListRecords indicates an expected call of ListRecords.

func (*MockCognitoSyncAPIMockRecorder) ListRecordsRequest

func (mr *MockCognitoSyncAPIMockRecorder) ListRecordsRequest(arg0 interface{}) *gomock.Call

ListRecordsRequest indicates an expected call of ListRecordsRequest.

func (*MockCognitoSyncAPIMockRecorder) ListRecordsWithContext

func (mr *MockCognitoSyncAPIMockRecorder) ListRecordsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListRecordsWithContext indicates an expected call of ListRecordsWithContext.

func (*MockCognitoSyncAPIMockRecorder) RegisterDevice

func (mr *MockCognitoSyncAPIMockRecorder) RegisterDevice(arg0 interface{}) *gomock.Call

RegisterDevice indicates an expected call of RegisterDevice.

func (*MockCognitoSyncAPIMockRecorder) RegisterDeviceRequest

func (mr *MockCognitoSyncAPIMockRecorder) RegisterDeviceRequest(arg0 interface{}) *gomock.Call

RegisterDeviceRequest indicates an expected call of RegisterDeviceRequest.

func (*MockCognitoSyncAPIMockRecorder) RegisterDeviceWithContext

func (mr *MockCognitoSyncAPIMockRecorder) RegisterDeviceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RegisterDeviceWithContext indicates an expected call of RegisterDeviceWithContext.

func (*MockCognitoSyncAPIMockRecorder) SetCognitoEvents

func (mr *MockCognitoSyncAPIMockRecorder) SetCognitoEvents(arg0 interface{}) *gomock.Call

SetCognitoEvents indicates an expected call of SetCognitoEvents.

func (*MockCognitoSyncAPIMockRecorder) SetCognitoEventsRequest

func (mr *MockCognitoSyncAPIMockRecorder) SetCognitoEventsRequest(arg0 interface{}) *gomock.Call

SetCognitoEventsRequest indicates an expected call of SetCognitoEventsRequest.

func (*MockCognitoSyncAPIMockRecorder) SetCognitoEventsWithContext

func (mr *MockCognitoSyncAPIMockRecorder) SetCognitoEventsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SetCognitoEventsWithContext indicates an expected call of SetCognitoEventsWithContext.

func (*MockCognitoSyncAPIMockRecorder) SetIdentityPoolConfiguration

func (mr *MockCognitoSyncAPIMockRecorder) SetIdentityPoolConfiguration(arg0 interface{}) *gomock.Call

SetIdentityPoolConfiguration indicates an expected call of SetIdentityPoolConfiguration.

func (*MockCognitoSyncAPIMockRecorder) SetIdentityPoolConfigurationRequest

func (mr *MockCognitoSyncAPIMockRecorder) SetIdentityPoolConfigurationRequest(arg0 interface{}) *gomock.Call

SetIdentityPoolConfigurationRequest indicates an expected call of SetIdentityPoolConfigurationRequest.

func (*MockCognitoSyncAPIMockRecorder) SetIdentityPoolConfigurationWithContext

func (mr *MockCognitoSyncAPIMockRecorder) SetIdentityPoolConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SetIdentityPoolConfigurationWithContext indicates an expected call of SetIdentityPoolConfigurationWithContext.

func (*MockCognitoSyncAPIMockRecorder) SubscribeToDataset

func (mr *MockCognitoSyncAPIMockRecorder) SubscribeToDataset(arg0 interface{}) *gomock.Call

SubscribeToDataset indicates an expected call of SubscribeToDataset.

func (*MockCognitoSyncAPIMockRecorder) SubscribeToDatasetRequest

func (mr *MockCognitoSyncAPIMockRecorder) SubscribeToDatasetRequest(arg0 interface{}) *gomock.Call

SubscribeToDatasetRequest indicates an expected call of SubscribeToDatasetRequest.

func (*MockCognitoSyncAPIMockRecorder) SubscribeToDatasetWithContext

func (mr *MockCognitoSyncAPIMockRecorder) SubscribeToDatasetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SubscribeToDatasetWithContext indicates an expected call of SubscribeToDatasetWithContext.

func (*MockCognitoSyncAPIMockRecorder) UnsubscribeFromDataset

func (mr *MockCognitoSyncAPIMockRecorder) UnsubscribeFromDataset(arg0 interface{}) *gomock.Call

UnsubscribeFromDataset indicates an expected call of UnsubscribeFromDataset.

func (*MockCognitoSyncAPIMockRecorder) UnsubscribeFromDatasetRequest

func (mr *MockCognitoSyncAPIMockRecorder) UnsubscribeFromDatasetRequest(arg0 interface{}) *gomock.Call

UnsubscribeFromDatasetRequest indicates an expected call of UnsubscribeFromDatasetRequest.

func (*MockCognitoSyncAPIMockRecorder) UnsubscribeFromDatasetWithContext

func (mr *MockCognitoSyncAPIMockRecorder) UnsubscribeFromDatasetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UnsubscribeFromDatasetWithContext indicates an expected call of UnsubscribeFromDatasetWithContext.

func (*MockCognitoSyncAPIMockRecorder) UpdateRecords

func (mr *MockCognitoSyncAPIMockRecorder) UpdateRecords(arg0 interface{}) *gomock.Call

UpdateRecords indicates an expected call of UpdateRecords.

func (*MockCognitoSyncAPIMockRecorder) UpdateRecordsRequest

func (mr *MockCognitoSyncAPIMockRecorder) UpdateRecordsRequest(arg0 interface{}) *gomock.Call

UpdateRecordsRequest indicates an expected call of UpdateRecordsRequest.

func (*MockCognitoSyncAPIMockRecorder) UpdateRecordsWithContext

func (mr *MockCognitoSyncAPIMockRecorder) UpdateRecordsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateRecordsWithContext indicates an expected call of UpdateRecordsWithContext.

Jump to

Keyboard shortcuts

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