mocks

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jan 16, 2025 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IClient

type IClient struct {
	mock.Mock
}

IClient is an autogenerated mock type for the IClient type

func NewIClient

func NewIClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *IClient

NewIClient creates a new instance of IClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*IClient) AssociatePhoneNumberWithUser

func (_m *IClient) AssociatePhoneNumberWithUser(ctx context.Context, params *chime.AssociatePhoneNumberWithUserInput, optFns ...func(*chime.Options)) (*chime.AssociatePhoneNumberWithUserOutput, error)

AssociatePhoneNumberWithUser provides a mock function with given fields: ctx, params, optFns

func (*IClient) AssociatePhoneNumbersWithVoiceConnector

func (_m *IClient) AssociatePhoneNumbersWithVoiceConnector(ctx context.Context, params *chime.AssociatePhoneNumbersWithVoiceConnectorInput, optFns ...func(*chime.Options)) (*chime.AssociatePhoneNumbersWithVoiceConnectorOutput, error)

AssociatePhoneNumbersWithVoiceConnector provides a mock function with given fields: ctx, params, optFns

func (*IClient) AssociatePhoneNumbersWithVoiceConnectorGroup

func (_m *IClient) AssociatePhoneNumbersWithVoiceConnectorGroup(ctx context.Context, params *chime.AssociatePhoneNumbersWithVoiceConnectorGroupInput, optFns ...func(*chime.Options)) (*chime.AssociatePhoneNumbersWithVoiceConnectorGroupOutput, error)

AssociatePhoneNumbersWithVoiceConnectorGroup provides a mock function with given fields: ctx, params, optFns

func (*IClient) AssociateSigninDelegateGroupsWithAccount

func (_m *IClient) AssociateSigninDelegateGroupsWithAccount(ctx context.Context, params *chime.AssociateSigninDelegateGroupsWithAccountInput, optFns ...func(*chime.Options)) (*chime.AssociateSigninDelegateGroupsWithAccountOutput, error)

AssociateSigninDelegateGroupsWithAccount provides a mock function with given fields: ctx, params, optFns

func (*IClient) BatchCreateAttendee

func (_m *IClient) BatchCreateAttendee(ctx context.Context, params *chime.BatchCreateAttendeeInput, optFns ...func(*chime.Options)) (*chime.BatchCreateAttendeeOutput, error)

BatchCreateAttendee provides a mock function with given fields: ctx, params, optFns

func (*IClient) BatchCreateChannelMembership

func (_m *IClient) BatchCreateChannelMembership(ctx context.Context, params *chime.BatchCreateChannelMembershipInput, optFns ...func(*chime.Options)) (*chime.BatchCreateChannelMembershipOutput, error)

BatchCreateChannelMembership provides a mock function with given fields: ctx, params, optFns

func (*IClient) BatchCreateRoomMembership

func (_m *IClient) BatchCreateRoomMembership(ctx context.Context, params *chime.BatchCreateRoomMembershipInput, optFns ...func(*chime.Options)) (*chime.BatchCreateRoomMembershipOutput, error)

BatchCreateRoomMembership provides a mock function with given fields: ctx, params, optFns

func (*IClient) BatchDeletePhoneNumber

func (_m *IClient) BatchDeletePhoneNumber(ctx context.Context, params *chime.BatchDeletePhoneNumberInput, optFns ...func(*chime.Options)) (*chime.BatchDeletePhoneNumberOutput, error)

BatchDeletePhoneNumber provides a mock function with given fields: ctx, params, optFns

func (*IClient) BatchSuspendUser

func (_m *IClient) BatchSuspendUser(ctx context.Context, params *chime.BatchSuspendUserInput, optFns ...func(*chime.Options)) (*chime.BatchSuspendUserOutput, error)

BatchSuspendUser provides a mock function with given fields: ctx, params, optFns

func (*IClient) BatchUnsuspendUser

func (_m *IClient) BatchUnsuspendUser(ctx context.Context, params *chime.BatchUnsuspendUserInput, optFns ...func(*chime.Options)) (*chime.BatchUnsuspendUserOutput, error)

BatchUnsuspendUser provides a mock function with given fields: ctx, params, optFns

func (*IClient) BatchUpdatePhoneNumber

func (_m *IClient) BatchUpdatePhoneNumber(ctx context.Context, params *chime.BatchUpdatePhoneNumberInput, optFns ...func(*chime.Options)) (*chime.BatchUpdatePhoneNumberOutput, error)

BatchUpdatePhoneNumber provides a mock function with given fields: ctx, params, optFns

func (*IClient) BatchUpdateUser

func (_m *IClient) BatchUpdateUser(ctx context.Context, params *chime.BatchUpdateUserInput, optFns ...func(*chime.Options)) (*chime.BatchUpdateUserOutput, error)

BatchUpdateUser provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateAccount

func (_m *IClient) CreateAccount(ctx context.Context, params *chime.CreateAccountInput, optFns ...func(*chime.Options)) (*chime.CreateAccountOutput, error)

CreateAccount provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateAppInstance

func (_m *IClient) CreateAppInstance(ctx context.Context, params *chime.CreateAppInstanceInput, optFns ...func(*chime.Options)) (*chime.CreateAppInstanceOutput, error)

CreateAppInstance provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateAppInstanceAdmin

func (_m *IClient) CreateAppInstanceAdmin(ctx context.Context, params *chime.CreateAppInstanceAdminInput, optFns ...func(*chime.Options)) (*chime.CreateAppInstanceAdminOutput, error)

CreateAppInstanceAdmin provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateAppInstanceUser

func (_m *IClient) CreateAppInstanceUser(ctx context.Context, params *chime.CreateAppInstanceUserInput, optFns ...func(*chime.Options)) (*chime.CreateAppInstanceUserOutput, error)

CreateAppInstanceUser provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateAttendee

func (_m *IClient) CreateAttendee(ctx context.Context, params *chime.CreateAttendeeInput, optFns ...func(*chime.Options)) (*chime.CreateAttendeeOutput, error)

CreateAttendee provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateBot

func (_m *IClient) CreateBot(ctx context.Context, params *chime.CreateBotInput, optFns ...func(*chime.Options)) (*chime.CreateBotOutput, error)

CreateBot provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateChannel

func (_m *IClient) CreateChannel(ctx context.Context, params *chime.CreateChannelInput, optFns ...func(*chime.Options)) (*chime.CreateChannelOutput, error)

CreateChannel provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateChannelBan

func (_m *IClient) CreateChannelBan(ctx context.Context, params *chime.CreateChannelBanInput, optFns ...func(*chime.Options)) (*chime.CreateChannelBanOutput, error)

CreateChannelBan provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateChannelMembership

func (_m *IClient) CreateChannelMembership(ctx context.Context, params *chime.CreateChannelMembershipInput, optFns ...func(*chime.Options)) (*chime.CreateChannelMembershipOutput, error)

CreateChannelMembership provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateChannelModerator

func (_m *IClient) CreateChannelModerator(ctx context.Context, params *chime.CreateChannelModeratorInput, optFns ...func(*chime.Options)) (*chime.CreateChannelModeratorOutput, error)

CreateChannelModerator provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateMediaCapturePipeline

func (_m *IClient) CreateMediaCapturePipeline(ctx context.Context, params *chime.CreateMediaCapturePipelineInput, optFns ...func(*chime.Options)) (*chime.CreateMediaCapturePipelineOutput, error)

CreateMediaCapturePipeline provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateMeeting

func (_m *IClient) CreateMeeting(ctx context.Context, params *chime.CreateMeetingInput, optFns ...func(*chime.Options)) (*chime.CreateMeetingOutput, error)

CreateMeeting provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateMeetingDialOut

func (_m *IClient) CreateMeetingDialOut(ctx context.Context, params *chime.CreateMeetingDialOutInput, optFns ...func(*chime.Options)) (*chime.CreateMeetingDialOutOutput, error)

CreateMeetingDialOut provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateMeetingWithAttendees

func (_m *IClient) CreateMeetingWithAttendees(ctx context.Context, params *chime.CreateMeetingWithAttendeesInput, optFns ...func(*chime.Options)) (*chime.CreateMeetingWithAttendeesOutput, error)

CreateMeetingWithAttendees provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreatePhoneNumberOrder

func (_m *IClient) CreatePhoneNumberOrder(ctx context.Context, params *chime.CreatePhoneNumberOrderInput, optFns ...func(*chime.Options)) (*chime.CreatePhoneNumberOrderOutput, error)

CreatePhoneNumberOrder provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateProxySession

func (_m *IClient) CreateProxySession(ctx context.Context, params *chime.CreateProxySessionInput, optFns ...func(*chime.Options)) (*chime.CreateProxySessionOutput, error)

CreateProxySession provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateRoom

func (_m *IClient) CreateRoom(ctx context.Context, params *chime.CreateRoomInput, optFns ...func(*chime.Options)) (*chime.CreateRoomOutput, error)

CreateRoom provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateRoomMembership

func (_m *IClient) CreateRoomMembership(ctx context.Context, params *chime.CreateRoomMembershipInput, optFns ...func(*chime.Options)) (*chime.CreateRoomMembershipOutput, error)

CreateRoomMembership provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateSipMediaApplication

func (_m *IClient) CreateSipMediaApplication(ctx context.Context, params *chime.CreateSipMediaApplicationInput, optFns ...func(*chime.Options)) (*chime.CreateSipMediaApplicationOutput, error)

CreateSipMediaApplication provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateSipMediaApplicationCall

func (_m *IClient) CreateSipMediaApplicationCall(ctx context.Context, params *chime.CreateSipMediaApplicationCallInput, optFns ...func(*chime.Options)) (*chime.CreateSipMediaApplicationCallOutput, error)

CreateSipMediaApplicationCall provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateSipRule

func (_m *IClient) CreateSipRule(ctx context.Context, params *chime.CreateSipRuleInput, optFns ...func(*chime.Options)) (*chime.CreateSipRuleOutput, error)

CreateSipRule provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateUser

func (_m *IClient) CreateUser(ctx context.Context, params *chime.CreateUserInput, optFns ...func(*chime.Options)) (*chime.CreateUserOutput, error)

CreateUser provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateVoiceConnector

func (_m *IClient) CreateVoiceConnector(ctx context.Context, params *chime.CreateVoiceConnectorInput, optFns ...func(*chime.Options)) (*chime.CreateVoiceConnectorOutput, error)

CreateVoiceConnector provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateVoiceConnectorGroup

func (_m *IClient) CreateVoiceConnectorGroup(ctx context.Context, params *chime.CreateVoiceConnectorGroupInput, optFns ...func(*chime.Options)) (*chime.CreateVoiceConnectorGroupOutput, error)

CreateVoiceConnectorGroup provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteAccount

func (_m *IClient) DeleteAccount(ctx context.Context, params *chime.DeleteAccountInput, optFns ...func(*chime.Options)) (*chime.DeleteAccountOutput, error)

DeleteAccount provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteAppInstance

func (_m *IClient) DeleteAppInstance(ctx context.Context, params *chime.DeleteAppInstanceInput, optFns ...func(*chime.Options)) (*chime.DeleteAppInstanceOutput, error)

DeleteAppInstance provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteAppInstanceAdmin

func (_m *IClient) DeleteAppInstanceAdmin(ctx context.Context, params *chime.DeleteAppInstanceAdminInput, optFns ...func(*chime.Options)) (*chime.DeleteAppInstanceAdminOutput, error)

DeleteAppInstanceAdmin provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteAppInstanceStreamingConfigurations

func (_m *IClient) DeleteAppInstanceStreamingConfigurations(ctx context.Context, params *chime.DeleteAppInstanceStreamingConfigurationsInput, optFns ...func(*chime.Options)) (*chime.DeleteAppInstanceStreamingConfigurationsOutput, error)

DeleteAppInstanceStreamingConfigurations provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteAppInstanceUser

func (_m *IClient) DeleteAppInstanceUser(ctx context.Context, params *chime.DeleteAppInstanceUserInput, optFns ...func(*chime.Options)) (*chime.DeleteAppInstanceUserOutput, error)

DeleteAppInstanceUser provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteAttendee

func (_m *IClient) DeleteAttendee(ctx context.Context, params *chime.DeleteAttendeeInput, optFns ...func(*chime.Options)) (*chime.DeleteAttendeeOutput, error)

DeleteAttendee provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteChannel

func (_m *IClient) DeleteChannel(ctx context.Context, params *chime.DeleteChannelInput, optFns ...func(*chime.Options)) (*chime.DeleteChannelOutput, error)

DeleteChannel provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteChannelBan

func (_m *IClient) DeleteChannelBan(ctx context.Context, params *chime.DeleteChannelBanInput, optFns ...func(*chime.Options)) (*chime.DeleteChannelBanOutput, error)

DeleteChannelBan provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteChannelMembership

func (_m *IClient) DeleteChannelMembership(ctx context.Context, params *chime.DeleteChannelMembershipInput, optFns ...func(*chime.Options)) (*chime.DeleteChannelMembershipOutput, error)

DeleteChannelMembership provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteChannelMessage

func (_m *IClient) DeleteChannelMessage(ctx context.Context, params *chime.DeleteChannelMessageInput, optFns ...func(*chime.Options)) (*chime.DeleteChannelMessageOutput, error)

DeleteChannelMessage provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteChannelModerator

func (_m *IClient) DeleteChannelModerator(ctx context.Context, params *chime.DeleteChannelModeratorInput, optFns ...func(*chime.Options)) (*chime.DeleteChannelModeratorOutput, error)

DeleteChannelModerator provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteEventsConfiguration

func (_m *IClient) DeleteEventsConfiguration(ctx context.Context, params *chime.DeleteEventsConfigurationInput, optFns ...func(*chime.Options)) (*chime.DeleteEventsConfigurationOutput, error)

DeleteEventsConfiguration provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteMediaCapturePipeline

func (_m *IClient) DeleteMediaCapturePipeline(ctx context.Context, params *chime.DeleteMediaCapturePipelineInput, optFns ...func(*chime.Options)) (*chime.DeleteMediaCapturePipelineOutput, error)

DeleteMediaCapturePipeline provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteMeeting

func (_m *IClient) DeleteMeeting(ctx context.Context, params *chime.DeleteMeetingInput, optFns ...func(*chime.Options)) (*chime.DeleteMeetingOutput, error)

DeleteMeeting provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeletePhoneNumber

func (_m *IClient) DeletePhoneNumber(ctx context.Context, params *chime.DeletePhoneNumberInput, optFns ...func(*chime.Options)) (*chime.DeletePhoneNumberOutput, error)

DeletePhoneNumber provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteProxySession

func (_m *IClient) DeleteProxySession(ctx context.Context, params *chime.DeleteProxySessionInput, optFns ...func(*chime.Options)) (*chime.DeleteProxySessionOutput, error)

DeleteProxySession provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteRoom

func (_m *IClient) DeleteRoom(ctx context.Context, params *chime.DeleteRoomInput, optFns ...func(*chime.Options)) (*chime.DeleteRoomOutput, error)

DeleteRoom provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteRoomMembership

func (_m *IClient) DeleteRoomMembership(ctx context.Context, params *chime.DeleteRoomMembershipInput, optFns ...func(*chime.Options)) (*chime.DeleteRoomMembershipOutput, error)

DeleteRoomMembership provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteSipMediaApplication

func (_m *IClient) DeleteSipMediaApplication(ctx context.Context, params *chime.DeleteSipMediaApplicationInput, optFns ...func(*chime.Options)) (*chime.DeleteSipMediaApplicationOutput, error)

DeleteSipMediaApplication provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteSipRule

func (_m *IClient) DeleteSipRule(ctx context.Context, params *chime.DeleteSipRuleInput, optFns ...func(*chime.Options)) (*chime.DeleteSipRuleOutput, error)

DeleteSipRule provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteVoiceConnector

func (_m *IClient) DeleteVoiceConnector(ctx context.Context, params *chime.DeleteVoiceConnectorInput, optFns ...func(*chime.Options)) (*chime.DeleteVoiceConnectorOutput, error)

DeleteVoiceConnector provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteVoiceConnectorEmergencyCallingConfiguration

func (_m *IClient) DeleteVoiceConnectorEmergencyCallingConfiguration(ctx context.Context, params *chime.DeleteVoiceConnectorEmergencyCallingConfigurationInput, optFns ...func(*chime.Options)) (*chime.DeleteVoiceConnectorEmergencyCallingConfigurationOutput, error)

DeleteVoiceConnectorEmergencyCallingConfiguration provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteVoiceConnectorGroup

func (_m *IClient) DeleteVoiceConnectorGroup(ctx context.Context, params *chime.DeleteVoiceConnectorGroupInput, optFns ...func(*chime.Options)) (*chime.DeleteVoiceConnectorGroupOutput, error)

DeleteVoiceConnectorGroup provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteVoiceConnectorOrigination

func (_m *IClient) DeleteVoiceConnectorOrigination(ctx context.Context, params *chime.DeleteVoiceConnectorOriginationInput, optFns ...func(*chime.Options)) (*chime.DeleteVoiceConnectorOriginationOutput, error)

DeleteVoiceConnectorOrigination provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteVoiceConnectorProxy

func (_m *IClient) DeleteVoiceConnectorProxy(ctx context.Context, params *chime.DeleteVoiceConnectorProxyInput, optFns ...func(*chime.Options)) (*chime.DeleteVoiceConnectorProxyOutput, error)

DeleteVoiceConnectorProxy provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteVoiceConnectorStreamingConfiguration

func (_m *IClient) DeleteVoiceConnectorStreamingConfiguration(ctx context.Context, params *chime.DeleteVoiceConnectorStreamingConfigurationInput, optFns ...func(*chime.Options)) (*chime.DeleteVoiceConnectorStreamingConfigurationOutput, error)

DeleteVoiceConnectorStreamingConfiguration provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteVoiceConnectorTermination

func (_m *IClient) DeleteVoiceConnectorTermination(ctx context.Context, params *chime.DeleteVoiceConnectorTerminationInput, optFns ...func(*chime.Options)) (*chime.DeleteVoiceConnectorTerminationOutput, error)

DeleteVoiceConnectorTermination provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteVoiceConnectorTerminationCredentials

func (_m *IClient) DeleteVoiceConnectorTerminationCredentials(ctx context.Context, params *chime.DeleteVoiceConnectorTerminationCredentialsInput, optFns ...func(*chime.Options)) (*chime.DeleteVoiceConnectorTerminationCredentialsOutput, error)

DeleteVoiceConnectorTerminationCredentials provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeAppInstance

func (_m *IClient) DescribeAppInstance(ctx context.Context, params *chime.DescribeAppInstanceInput, optFns ...func(*chime.Options)) (*chime.DescribeAppInstanceOutput, error)

DescribeAppInstance provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeAppInstanceAdmin

func (_m *IClient) DescribeAppInstanceAdmin(ctx context.Context, params *chime.DescribeAppInstanceAdminInput, optFns ...func(*chime.Options)) (*chime.DescribeAppInstanceAdminOutput, error)

DescribeAppInstanceAdmin provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeAppInstanceUser

func (_m *IClient) DescribeAppInstanceUser(ctx context.Context, params *chime.DescribeAppInstanceUserInput, optFns ...func(*chime.Options)) (*chime.DescribeAppInstanceUserOutput, error)

DescribeAppInstanceUser provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeChannel

func (_m *IClient) DescribeChannel(ctx context.Context, params *chime.DescribeChannelInput, optFns ...func(*chime.Options)) (*chime.DescribeChannelOutput, error)

DescribeChannel provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeChannelBan

func (_m *IClient) DescribeChannelBan(ctx context.Context, params *chime.DescribeChannelBanInput, optFns ...func(*chime.Options)) (*chime.DescribeChannelBanOutput, error)

DescribeChannelBan provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeChannelMembership

func (_m *IClient) DescribeChannelMembership(ctx context.Context, params *chime.DescribeChannelMembershipInput, optFns ...func(*chime.Options)) (*chime.DescribeChannelMembershipOutput, error)

DescribeChannelMembership provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeChannelMembershipForAppInstanceUser

func (_m *IClient) DescribeChannelMembershipForAppInstanceUser(ctx context.Context, params *chime.DescribeChannelMembershipForAppInstanceUserInput, optFns ...func(*chime.Options)) (*chime.DescribeChannelMembershipForAppInstanceUserOutput, error)

DescribeChannelMembershipForAppInstanceUser provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeChannelModeratedByAppInstanceUser

func (_m *IClient) DescribeChannelModeratedByAppInstanceUser(ctx context.Context, params *chime.DescribeChannelModeratedByAppInstanceUserInput, optFns ...func(*chime.Options)) (*chime.DescribeChannelModeratedByAppInstanceUserOutput, error)

DescribeChannelModeratedByAppInstanceUser provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeChannelModerator

func (_m *IClient) DescribeChannelModerator(ctx context.Context, params *chime.DescribeChannelModeratorInput, optFns ...func(*chime.Options)) (*chime.DescribeChannelModeratorOutput, error)

DescribeChannelModerator provides a mock function with given fields: ctx, params, optFns

func (*IClient) DisassociatePhoneNumberFromUser

func (_m *IClient) DisassociatePhoneNumberFromUser(ctx context.Context, params *chime.DisassociatePhoneNumberFromUserInput, optFns ...func(*chime.Options)) (*chime.DisassociatePhoneNumberFromUserOutput, error)

DisassociatePhoneNumberFromUser provides a mock function with given fields: ctx, params, optFns

func (*IClient) DisassociatePhoneNumbersFromVoiceConnector

func (_m *IClient) DisassociatePhoneNumbersFromVoiceConnector(ctx context.Context, params *chime.DisassociatePhoneNumbersFromVoiceConnectorInput, optFns ...func(*chime.Options)) (*chime.DisassociatePhoneNumbersFromVoiceConnectorOutput, error)

DisassociatePhoneNumbersFromVoiceConnector provides a mock function with given fields: ctx, params, optFns

func (*IClient) DisassociatePhoneNumbersFromVoiceConnectorGroup

func (_m *IClient) DisassociatePhoneNumbersFromVoiceConnectorGroup(ctx context.Context, params *chime.DisassociatePhoneNumbersFromVoiceConnectorGroupInput, optFns ...func(*chime.Options)) (*chime.DisassociatePhoneNumbersFromVoiceConnectorGroupOutput, error)

DisassociatePhoneNumbersFromVoiceConnectorGroup provides a mock function with given fields: ctx, params, optFns

func (*IClient) DisassociateSigninDelegateGroupsFromAccount

func (_m *IClient) DisassociateSigninDelegateGroupsFromAccount(ctx context.Context, params *chime.DisassociateSigninDelegateGroupsFromAccountInput, optFns ...func(*chime.Options)) (*chime.DisassociateSigninDelegateGroupsFromAccountOutput, error)

DisassociateSigninDelegateGroupsFromAccount provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetAccount

func (_m *IClient) GetAccount(ctx context.Context, params *chime.GetAccountInput, optFns ...func(*chime.Options)) (*chime.GetAccountOutput, error)

GetAccount provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetAccountSettings

func (_m *IClient) GetAccountSettings(ctx context.Context, params *chime.GetAccountSettingsInput, optFns ...func(*chime.Options)) (*chime.GetAccountSettingsOutput, error)

GetAccountSettings provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetAppInstanceRetentionSettings

func (_m *IClient) GetAppInstanceRetentionSettings(ctx context.Context, params *chime.GetAppInstanceRetentionSettingsInput, optFns ...func(*chime.Options)) (*chime.GetAppInstanceRetentionSettingsOutput, error)

GetAppInstanceRetentionSettings provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetAppInstanceStreamingConfigurations

func (_m *IClient) GetAppInstanceStreamingConfigurations(ctx context.Context, params *chime.GetAppInstanceStreamingConfigurationsInput, optFns ...func(*chime.Options)) (*chime.GetAppInstanceStreamingConfigurationsOutput, error)

GetAppInstanceStreamingConfigurations provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetAttendee

func (_m *IClient) GetAttendee(ctx context.Context, params *chime.GetAttendeeInput, optFns ...func(*chime.Options)) (*chime.GetAttendeeOutput, error)

GetAttendee provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetBot

func (_m *IClient) GetBot(ctx context.Context, params *chime.GetBotInput, optFns ...func(*chime.Options)) (*chime.GetBotOutput, error)

GetBot provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetChannelMessage

func (_m *IClient) GetChannelMessage(ctx context.Context, params *chime.GetChannelMessageInput, optFns ...func(*chime.Options)) (*chime.GetChannelMessageOutput, error)

GetChannelMessage provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetEventsConfiguration

func (_m *IClient) GetEventsConfiguration(ctx context.Context, params *chime.GetEventsConfigurationInput, optFns ...func(*chime.Options)) (*chime.GetEventsConfigurationOutput, error)

GetEventsConfiguration provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetGlobalSettings

func (_m *IClient) GetGlobalSettings(ctx context.Context, params *chime.GetGlobalSettingsInput, optFns ...func(*chime.Options)) (*chime.GetGlobalSettingsOutput, error)

GetGlobalSettings provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetMediaCapturePipeline

func (_m *IClient) GetMediaCapturePipeline(ctx context.Context, params *chime.GetMediaCapturePipelineInput, optFns ...func(*chime.Options)) (*chime.GetMediaCapturePipelineOutput, error)

GetMediaCapturePipeline provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetMeeting

func (_m *IClient) GetMeeting(ctx context.Context, params *chime.GetMeetingInput, optFns ...func(*chime.Options)) (*chime.GetMeetingOutput, error)

GetMeeting provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetMessagingSessionEndpoint

func (_m *IClient) GetMessagingSessionEndpoint(ctx context.Context, params *chime.GetMessagingSessionEndpointInput, optFns ...func(*chime.Options)) (*chime.GetMessagingSessionEndpointOutput, error)

GetMessagingSessionEndpoint provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetPhoneNumber

func (_m *IClient) GetPhoneNumber(ctx context.Context, params *chime.GetPhoneNumberInput, optFns ...func(*chime.Options)) (*chime.GetPhoneNumberOutput, error)

GetPhoneNumber provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetPhoneNumberOrder

func (_m *IClient) GetPhoneNumberOrder(ctx context.Context, params *chime.GetPhoneNumberOrderInput, optFns ...func(*chime.Options)) (*chime.GetPhoneNumberOrderOutput, error)

GetPhoneNumberOrder provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetPhoneNumberSettings

func (_m *IClient) GetPhoneNumberSettings(ctx context.Context, params *chime.GetPhoneNumberSettingsInput, optFns ...func(*chime.Options)) (*chime.GetPhoneNumberSettingsOutput, error)

GetPhoneNumberSettings provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetProxySession

func (_m *IClient) GetProxySession(ctx context.Context, params *chime.GetProxySessionInput, optFns ...func(*chime.Options)) (*chime.GetProxySessionOutput, error)

GetProxySession provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetRetentionSettings

func (_m *IClient) GetRetentionSettings(ctx context.Context, params *chime.GetRetentionSettingsInput, optFns ...func(*chime.Options)) (*chime.GetRetentionSettingsOutput, error)

GetRetentionSettings provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetRoom

func (_m *IClient) GetRoom(ctx context.Context, params *chime.GetRoomInput, optFns ...func(*chime.Options)) (*chime.GetRoomOutput, error)

GetRoom provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetSipMediaApplication

func (_m *IClient) GetSipMediaApplication(ctx context.Context, params *chime.GetSipMediaApplicationInput, optFns ...func(*chime.Options)) (*chime.GetSipMediaApplicationOutput, error)

GetSipMediaApplication provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetSipMediaApplicationLoggingConfiguration

func (_m *IClient) GetSipMediaApplicationLoggingConfiguration(ctx context.Context, params *chime.GetSipMediaApplicationLoggingConfigurationInput, optFns ...func(*chime.Options)) (*chime.GetSipMediaApplicationLoggingConfigurationOutput, error)

GetSipMediaApplicationLoggingConfiguration provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetSipRule

func (_m *IClient) GetSipRule(ctx context.Context, params *chime.GetSipRuleInput, optFns ...func(*chime.Options)) (*chime.GetSipRuleOutput, error)

GetSipRule provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetUser

func (_m *IClient) GetUser(ctx context.Context, params *chime.GetUserInput, optFns ...func(*chime.Options)) (*chime.GetUserOutput, error)

GetUser provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetUserSettings

func (_m *IClient) GetUserSettings(ctx context.Context, params *chime.GetUserSettingsInput, optFns ...func(*chime.Options)) (*chime.GetUserSettingsOutput, error)

GetUserSettings provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetVoiceConnector

func (_m *IClient) GetVoiceConnector(ctx context.Context, params *chime.GetVoiceConnectorInput, optFns ...func(*chime.Options)) (*chime.GetVoiceConnectorOutput, error)

GetVoiceConnector provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetVoiceConnectorEmergencyCallingConfiguration

func (_m *IClient) GetVoiceConnectorEmergencyCallingConfiguration(ctx context.Context, params *chime.GetVoiceConnectorEmergencyCallingConfigurationInput, optFns ...func(*chime.Options)) (*chime.GetVoiceConnectorEmergencyCallingConfigurationOutput, error)

GetVoiceConnectorEmergencyCallingConfiguration provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetVoiceConnectorGroup

func (_m *IClient) GetVoiceConnectorGroup(ctx context.Context, params *chime.GetVoiceConnectorGroupInput, optFns ...func(*chime.Options)) (*chime.GetVoiceConnectorGroupOutput, error)

GetVoiceConnectorGroup provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetVoiceConnectorLoggingConfiguration

func (_m *IClient) GetVoiceConnectorLoggingConfiguration(ctx context.Context, params *chime.GetVoiceConnectorLoggingConfigurationInput, optFns ...func(*chime.Options)) (*chime.GetVoiceConnectorLoggingConfigurationOutput, error)

GetVoiceConnectorLoggingConfiguration provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetVoiceConnectorOrigination

func (_m *IClient) GetVoiceConnectorOrigination(ctx context.Context, params *chime.GetVoiceConnectorOriginationInput, optFns ...func(*chime.Options)) (*chime.GetVoiceConnectorOriginationOutput, error)

GetVoiceConnectorOrigination provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetVoiceConnectorProxy

func (_m *IClient) GetVoiceConnectorProxy(ctx context.Context, params *chime.GetVoiceConnectorProxyInput, optFns ...func(*chime.Options)) (*chime.GetVoiceConnectorProxyOutput, error)

GetVoiceConnectorProxy provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetVoiceConnectorStreamingConfiguration

func (_m *IClient) GetVoiceConnectorStreamingConfiguration(ctx context.Context, params *chime.GetVoiceConnectorStreamingConfigurationInput, optFns ...func(*chime.Options)) (*chime.GetVoiceConnectorStreamingConfigurationOutput, error)

GetVoiceConnectorStreamingConfiguration provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetVoiceConnectorTermination

func (_m *IClient) GetVoiceConnectorTermination(ctx context.Context, params *chime.GetVoiceConnectorTerminationInput, optFns ...func(*chime.Options)) (*chime.GetVoiceConnectorTerminationOutput, error)

GetVoiceConnectorTermination provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetVoiceConnectorTerminationHealth

func (_m *IClient) GetVoiceConnectorTerminationHealth(ctx context.Context, params *chime.GetVoiceConnectorTerminationHealthInput, optFns ...func(*chime.Options)) (*chime.GetVoiceConnectorTerminationHealthOutput, error)

GetVoiceConnectorTerminationHealth provides a mock function with given fields: ctx, params, optFns

func (*IClient) InviteUsers

func (_m *IClient) InviteUsers(ctx context.Context, params *chime.InviteUsersInput, optFns ...func(*chime.Options)) (*chime.InviteUsersOutput, error)

InviteUsers provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListAccounts

func (_m *IClient) ListAccounts(ctx context.Context, params *chime.ListAccountsInput, optFns ...func(*chime.Options)) (*chime.ListAccountsOutput, error)

ListAccounts provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListAppInstanceAdmins

func (_m *IClient) ListAppInstanceAdmins(ctx context.Context, params *chime.ListAppInstanceAdminsInput, optFns ...func(*chime.Options)) (*chime.ListAppInstanceAdminsOutput, error)

ListAppInstanceAdmins provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListAppInstanceUsers

func (_m *IClient) ListAppInstanceUsers(ctx context.Context, params *chime.ListAppInstanceUsersInput, optFns ...func(*chime.Options)) (*chime.ListAppInstanceUsersOutput, error)

ListAppInstanceUsers provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListAppInstances

func (_m *IClient) ListAppInstances(ctx context.Context, params *chime.ListAppInstancesInput, optFns ...func(*chime.Options)) (*chime.ListAppInstancesOutput, error)

ListAppInstances provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListAttendeeTags

func (_m *IClient) ListAttendeeTags(ctx context.Context, params *chime.ListAttendeeTagsInput, optFns ...func(*chime.Options)) (*chime.ListAttendeeTagsOutput, error)

ListAttendeeTags provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListAttendees

func (_m *IClient) ListAttendees(ctx context.Context, params *chime.ListAttendeesInput, optFns ...func(*chime.Options)) (*chime.ListAttendeesOutput, error)

ListAttendees provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListBots

func (_m *IClient) ListBots(ctx context.Context, params *chime.ListBotsInput, optFns ...func(*chime.Options)) (*chime.ListBotsOutput, error)

ListBots provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListChannelBans

func (_m *IClient) ListChannelBans(ctx context.Context, params *chime.ListChannelBansInput, optFns ...func(*chime.Options)) (*chime.ListChannelBansOutput, error)

ListChannelBans provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListChannelMemberships

func (_m *IClient) ListChannelMemberships(ctx context.Context, params *chime.ListChannelMembershipsInput, optFns ...func(*chime.Options)) (*chime.ListChannelMembershipsOutput, error)

ListChannelMemberships provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListChannelMembershipsForAppInstanceUser

func (_m *IClient) ListChannelMembershipsForAppInstanceUser(ctx context.Context, params *chime.ListChannelMembershipsForAppInstanceUserInput, optFns ...func(*chime.Options)) (*chime.ListChannelMembershipsForAppInstanceUserOutput, error)

ListChannelMembershipsForAppInstanceUser provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListChannelMessages

func (_m *IClient) ListChannelMessages(ctx context.Context, params *chime.ListChannelMessagesInput, optFns ...func(*chime.Options)) (*chime.ListChannelMessagesOutput, error)

ListChannelMessages provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListChannelModerators

func (_m *IClient) ListChannelModerators(ctx context.Context, params *chime.ListChannelModeratorsInput, optFns ...func(*chime.Options)) (*chime.ListChannelModeratorsOutput, error)

ListChannelModerators provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListChannels

func (_m *IClient) ListChannels(ctx context.Context, params *chime.ListChannelsInput, optFns ...func(*chime.Options)) (*chime.ListChannelsOutput, error)

ListChannels provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListChannelsModeratedByAppInstanceUser

func (_m *IClient) ListChannelsModeratedByAppInstanceUser(ctx context.Context, params *chime.ListChannelsModeratedByAppInstanceUserInput, optFns ...func(*chime.Options)) (*chime.ListChannelsModeratedByAppInstanceUserOutput, error)

ListChannelsModeratedByAppInstanceUser provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListMediaCapturePipelines

func (_m *IClient) ListMediaCapturePipelines(ctx context.Context, params *chime.ListMediaCapturePipelinesInput, optFns ...func(*chime.Options)) (*chime.ListMediaCapturePipelinesOutput, error)

ListMediaCapturePipelines provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListMeetingTags

func (_m *IClient) ListMeetingTags(ctx context.Context, params *chime.ListMeetingTagsInput, optFns ...func(*chime.Options)) (*chime.ListMeetingTagsOutput, error)

ListMeetingTags provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListMeetings

func (_m *IClient) ListMeetings(ctx context.Context, params *chime.ListMeetingsInput, optFns ...func(*chime.Options)) (*chime.ListMeetingsOutput, error)

ListMeetings provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListPhoneNumberOrders

func (_m *IClient) ListPhoneNumberOrders(ctx context.Context, params *chime.ListPhoneNumberOrdersInput, optFns ...func(*chime.Options)) (*chime.ListPhoneNumberOrdersOutput, error)

ListPhoneNumberOrders provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListPhoneNumbers

func (_m *IClient) ListPhoneNumbers(ctx context.Context, params *chime.ListPhoneNumbersInput, optFns ...func(*chime.Options)) (*chime.ListPhoneNumbersOutput, error)

ListPhoneNumbers provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListProxySessions

func (_m *IClient) ListProxySessions(ctx context.Context, params *chime.ListProxySessionsInput, optFns ...func(*chime.Options)) (*chime.ListProxySessionsOutput, error)

ListProxySessions provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListRoomMemberships

func (_m *IClient) ListRoomMemberships(ctx context.Context, params *chime.ListRoomMembershipsInput, optFns ...func(*chime.Options)) (*chime.ListRoomMembershipsOutput, error)

ListRoomMemberships provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListRooms

func (_m *IClient) ListRooms(ctx context.Context, params *chime.ListRoomsInput, optFns ...func(*chime.Options)) (*chime.ListRoomsOutput, error)

ListRooms provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListSipMediaApplications

func (_m *IClient) ListSipMediaApplications(ctx context.Context, params *chime.ListSipMediaApplicationsInput, optFns ...func(*chime.Options)) (*chime.ListSipMediaApplicationsOutput, error)

ListSipMediaApplications provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListSipRules

func (_m *IClient) ListSipRules(ctx context.Context, params *chime.ListSipRulesInput, optFns ...func(*chime.Options)) (*chime.ListSipRulesOutput, error)

ListSipRules provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListSupportedPhoneNumberCountries

func (_m *IClient) ListSupportedPhoneNumberCountries(ctx context.Context, params *chime.ListSupportedPhoneNumberCountriesInput, optFns ...func(*chime.Options)) (*chime.ListSupportedPhoneNumberCountriesOutput, error)

ListSupportedPhoneNumberCountries provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListTagsForResource

func (_m *IClient) ListTagsForResource(ctx context.Context, params *chime.ListTagsForResourceInput, optFns ...func(*chime.Options)) (*chime.ListTagsForResourceOutput, error)

ListTagsForResource provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListUsers

func (_m *IClient) ListUsers(ctx context.Context, params *chime.ListUsersInput, optFns ...func(*chime.Options)) (*chime.ListUsersOutput, error)

ListUsers provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListVoiceConnectorGroups

func (_m *IClient) ListVoiceConnectorGroups(ctx context.Context, params *chime.ListVoiceConnectorGroupsInput, optFns ...func(*chime.Options)) (*chime.ListVoiceConnectorGroupsOutput, error)

ListVoiceConnectorGroups provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListVoiceConnectorTerminationCredentials

func (_m *IClient) ListVoiceConnectorTerminationCredentials(ctx context.Context, params *chime.ListVoiceConnectorTerminationCredentialsInput, optFns ...func(*chime.Options)) (*chime.ListVoiceConnectorTerminationCredentialsOutput, error)

ListVoiceConnectorTerminationCredentials provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListVoiceConnectors

func (_m *IClient) ListVoiceConnectors(ctx context.Context, params *chime.ListVoiceConnectorsInput, optFns ...func(*chime.Options)) (*chime.ListVoiceConnectorsOutput, error)

ListVoiceConnectors provides a mock function with given fields: ctx, params, optFns

func (*IClient) LogoutUser

func (_m *IClient) LogoutUser(ctx context.Context, params *chime.LogoutUserInput, optFns ...func(*chime.Options)) (*chime.LogoutUserOutput, error)

LogoutUser provides a mock function with given fields: ctx, params, optFns

func (*IClient) Options

func (_m *IClient) Options() chime.Options

Options provides a mock function with given fields:

func (*IClient) PutAppInstanceRetentionSettings

func (_m *IClient) PutAppInstanceRetentionSettings(ctx context.Context, params *chime.PutAppInstanceRetentionSettingsInput, optFns ...func(*chime.Options)) (*chime.PutAppInstanceRetentionSettingsOutput, error)

PutAppInstanceRetentionSettings provides a mock function with given fields: ctx, params, optFns

func (*IClient) PutAppInstanceStreamingConfigurations

func (_m *IClient) PutAppInstanceStreamingConfigurations(ctx context.Context, params *chime.PutAppInstanceStreamingConfigurationsInput, optFns ...func(*chime.Options)) (*chime.PutAppInstanceStreamingConfigurationsOutput, error)

PutAppInstanceStreamingConfigurations provides a mock function with given fields: ctx, params, optFns

func (*IClient) PutEventsConfiguration

func (_m *IClient) PutEventsConfiguration(ctx context.Context, params *chime.PutEventsConfigurationInput, optFns ...func(*chime.Options)) (*chime.PutEventsConfigurationOutput, error)

PutEventsConfiguration provides a mock function with given fields: ctx, params, optFns

func (*IClient) PutRetentionSettings

func (_m *IClient) PutRetentionSettings(ctx context.Context, params *chime.PutRetentionSettingsInput, optFns ...func(*chime.Options)) (*chime.PutRetentionSettingsOutput, error)

PutRetentionSettings provides a mock function with given fields: ctx, params, optFns

func (*IClient) PutSipMediaApplicationLoggingConfiguration

func (_m *IClient) PutSipMediaApplicationLoggingConfiguration(ctx context.Context, params *chime.PutSipMediaApplicationLoggingConfigurationInput, optFns ...func(*chime.Options)) (*chime.PutSipMediaApplicationLoggingConfigurationOutput, error)

PutSipMediaApplicationLoggingConfiguration provides a mock function with given fields: ctx, params, optFns

func (*IClient) PutVoiceConnectorEmergencyCallingConfiguration

func (_m *IClient) PutVoiceConnectorEmergencyCallingConfiguration(ctx context.Context, params *chime.PutVoiceConnectorEmergencyCallingConfigurationInput, optFns ...func(*chime.Options)) (*chime.PutVoiceConnectorEmergencyCallingConfigurationOutput, error)

PutVoiceConnectorEmergencyCallingConfiguration provides a mock function with given fields: ctx, params, optFns

func (*IClient) PutVoiceConnectorLoggingConfiguration

func (_m *IClient) PutVoiceConnectorLoggingConfiguration(ctx context.Context, params *chime.PutVoiceConnectorLoggingConfigurationInput, optFns ...func(*chime.Options)) (*chime.PutVoiceConnectorLoggingConfigurationOutput, error)

PutVoiceConnectorLoggingConfiguration provides a mock function with given fields: ctx, params, optFns

func (*IClient) PutVoiceConnectorOrigination

func (_m *IClient) PutVoiceConnectorOrigination(ctx context.Context, params *chime.PutVoiceConnectorOriginationInput, optFns ...func(*chime.Options)) (*chime.PutVoiceConnectorOriginationOutput, error)

PutVoiceConnectorOrigination provides a mock function with given fields: ctx, params, optFns

func (*IClient) PutVoiceConnectorProxy

func (_m *IClient) PutVoiceConnectorProxy(ctx context.Context, params *chime.PutVoiceConnectorProxyInput, optFns ...func(*chime.Options)) (*chime.PutVoiceConnectorProxyOutput, error)

PutVoiceConnectorProxy provides a mock function with given fields: ctx, params, optFns

func (*IClient) PutVoiceConnectorStreamingConfiguration

func (_m *IClient) PutVoiceConnectorStreamingConfiguration(ctx context.Context, params *chime.PutVoiceConnectorStreamingConfigurationInput, optFns ...func(*chime.Options)) (*chime.PutVoiceConnectorStreamingConfigurationOutput, error)

PutVoiceConnectorStreamingConfiguration provides a mock function with given fields: ctx, params, optFns

func (*IClient) PutVoiceConnectorTermination

func (_m *IClient) PutVoiceConnectorTermination(ctx context.Context, params *chime.PutVoiceConnectorTerminationInput, optFns ...func(*chime.Options)) (*chime.PutVoiceConnectorTerminationOutput, error)

PutVoiceConnectorTermination provides a mock function with given fields: ctx, params, optFns

func (*IClient) PutVoiceConnectorTerminationCredentials

func (_m *IClient) PutVoiceConnectorTerminationCredentials(ctx context.Context, params *chime.PutVoiceConnectorTerminationCredentialsInput, optFns ...func(*chime.Options)) (*chime.PutVoiceConnectorTerminationCredentialsOutput, error)

PutVoiceConnectorTerminationCredentials provides a mock function with given fields: ctx, params, optFns

func (*IClient) RedactChannelMessage

func (_m *IClient) RedactChannelMessage(ctx context.Context, params *chime.RedactChannelMessageInput, optFns ...func(*chime.Options)) (*chime.RedactChannelMessageOutput, error)

RedactChannelMessage provides a mock function with given fields: ctx, params, optFns

func (*IClient) RedactConversationMessage

func (_m *IClient) RedactConversationMessage(ctx context.Context, params *chime.RedactConversationMessageInput, optFns ...func(*chime.Options)) (*chime.RedactConversationMessageOutput, error)

RedactConversationMessage provides a mock function with given fields: ctx, params, optFns

func (*IClient) RedactRoomMessage

func (_m *IClient) RedactRoomMessage(ctx context.Context, params *chime.RedactRoomMessageInput, optFns ...func(*chime.Options)) (*chime.RedactRoomMessageOutput, error)

RedactRoomMessage provides a mock function with given fields: ctx, params, optFns

func (*IClient) RegenerateSecurityToken

func (_m *IClient) RegenerateSecurityToken(ctx context.Context, params *chime.RegenerateSecurityTokenInput, optFns ...func(*chime.Options)) (*chime.RegenerateSecurityTokenOutput, error)

RegenerateSecurityToken provides a mock function with given fields: ctx, params, optFns

func (*IClient) ResetPersonalPIN

func (_m *IClient) ResetPersonalPIN(ctx context.Context, params *chime.ResetPersonalPINInput, optFns ...func(*chime.Options)) (*chime.ResetPersonalPINOutput, error)

ResetPersonalPIN provides a mock function with given fields: ctx, params, optFns

func (*IClient) RestorePhoneNumber

func (_m *IClient) RestorePhoneNumber(ctx context.Context, params *chime.RestorePhoneNumberInput, optFns ...func(*chime.Options)) (*chime.RestorePhoneNumberOutput, error)

RestorePhoneNumber provides a mock function with given fields: ctx, params, optFns

func (*IClient) SearchAvailablePhoneNumbers

func (_m *IClient) SearchAvailablePhoneNumbers(ctx context.Context, params *chime.SearchAvailablePhoneNumbersInput, optFns ...func(*chime.Options)) (*chime.SearchAvailablePhoneNumbersOutput, error)

SearchAvailablePhoneNumbers provides a mock function with given fields: ctx, params, optFns

func (*IClient) SendChannelMessage

func (_m *IClient) SendChannelMessage(ctx context.Context, params *chime.SendChannelMessageInput, optFns ...func(*chime.Options)) (*chime.SendChannelMessageOutput, error)

SendChannelMessage provides a mock function with given fields: ctx, params, optFns

func (*IClient) StartMeetingTranscription

func (_m *IClient) StartMeetingTranscription(ctx context.Context, params *chime.StartMeetingTranscriptionInput, optFns ...func(*chime.Options)) (*chime.StartMeetingTranscriptionOutput, error)

StartMeetingTranscription provides a mock function with given fields: ctx, params, optFns

func (*IClient) StopMeetingTranscription

func (_m *IClient) StopMeetingTranscription(ctx context.Context, params *chime.StopMeetingTranscriptionInput, optFns ...func(*chime.Options)) (*chime.StopMeetingTranscriptionOutput, error)

StopMeetingTranscription provides a mock function with given fields: ctx, params, optFns

func (*IClient) TagAttendee

func (_m *IClient) TagAttendee(ctx context.Context, params *chime.TagAttendeeInput, optFns ...func(*chime.Options)) (*chime.TagAttendeeOutput, error)

TagAttendee provides a mock function with given fields: ctx, params, optFns

func (*IClient) TagMeeting

func (_m *IClient) TagMeeting(ctx context.Context, params *chime.TagMeetingInput, optFns ...func(*chime.Options)) (*chime.TagMeetingOutput, error)

TagMeeting provides a mock function with given fields: ctx, params, optFns

func (*IClient) TagResource

func (_m *IClient) TagResource(ctx context.Context, params *chime.TagResourceInput, optFns ...func(*chime.Options)) (*chime.TagResourceOutput, error)

TagResource provides a mock function with given fields: ctx, params, optFns

func (*IClient) UntagAttendee

func (_m *IClient) UntagAttendee(ctx context.Context, params *chime.UntagAttendeeInput, optFns ...func(*chime.Options)) (*chime.UntagAttendeeOutput, error)

UntagAttendee provides a mock function with given fields: ctx, params, optFns

func (*IClient) UntagMeeting

func (_m *IClient) UntagMeeting(ctx context.Context, params *chime.UntagMeetingInput, optFns ...func(*chime.Options)) (*chime.UntagMeetingOutput, error)

UntagMeeting provides a mock function with given fields: ctx, params, optFns

func (*IClient) UntagResource

func (_m *IClient) UntagResource(ctx context.Context, params *chime.UntagResourceInput, optFns ...func(*chime.Options)) (*chime.UntagResourceOutput, error)

UntagResource provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdateAccount

func (_m *IClient) UpdateAccount(ctx context.Context, params *chime.UpdateAccountInput, optFns ...func(*chime.Options)) (*chime.UpdateAccountOutput, error)

UpdateAccount provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdateAccountSettings

func (_m *IClient) UpdateAccountSettings(ctx context.Context, params *chime.UpdateAccountSettingsInput, optFns ...func(*chime.Options)) (*chime.UpdateAccountSettingsOutput, error)

UpdateAccountSettings provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdateAppInstance

func (_m *IClient) UpdateAppInstance(ctx context.Context, params *chime.UpdateAppInstanceInput, optFns ...func(*chime.Options)) (*chime.UpdateAppInstanceOutput, error)

UpdateAppInstance provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdateAppInstanceUser

func (_m *IClient) UpdateAppInstanceUser(ctx context.Context, params *chime.UpdateAppInstanceUserInput, optFns ...func(*chime.Options)) (*chime.UpdateAppInstanceUserOutput, error)

UpdateAppInstanceUser provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdateBot

func (_m *IClient) UpdateBot(ctx context.Context, params *chime.UpdateBotInput, optFns ...func(*chime.Options)) (*chime.UpdateBotOutput, error)

UpdateBot provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdateChannel

func (_m *IClient) UpdateChannel(ctx context.Context, params *chime.UpdateChannelInput, optFns ...func(*chime.Options)) (*chime.UpdateChannelOutput, error)

UpdateChannel provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdateChannelMessage

func (_m *IClient) UpdateChannelMessage(ctx context.Context, params *chime.UpdateChannelMessageInput, optFns ...func(*chime.Options)) (*chime.UpdateChannelMessageOutput, error)

UpdateChannelMessage provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdateChannelReadMarker

func (_m *IClient) UpdateChannelReadMarker(ctx context.Context, params *chime.UpdateChannelReadMarkerInput, optFns ...func(*chime.Options)) (*chime.UpdateChannelReadMarkerOutput, error)

UpdateChannelReadMarker provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdateGlobalSettings

func (_m *IClient) UpdateGlobalSettings(ctx context.Context, params *chime.UpdateGlobalSettingsInput, optFns ...func(*chime.Options)) (*chime.UpdateGlobalSettingsOutput, error)

UpdateGlobalSettings provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdatePhoneNumber

func (_m *IClient) UpdatePhoneNumber(ctx context.Context, params *chime.UpdatePhoneNumberInput, optFns ...func(*chime.Options)) (*chime.UpdatePhoneNumberOutput, error)

UpdatePhoneNumber provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdatePhoneNumberSettings

func (_m *IClient) UpdatePhoneNumberSettings(ctx context.Context, params *chime.UpdatePhoneNumberSettingsInput, optFns ...func(*chime.Options)) (*chime.UpdatePhoneNumberSettingsOutput, error)

UpdatePhoneNumberSettings provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdateProxySession

func (_m *IClient) UpdateProxySession(ctx context.Context, params *chime.UpdateProxySessionInput, optFns ...func(*chime.Options)) (*chime.UpdateProxySessionOutput, error)

UpdateProxySession provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdateRoom

func (_m *IClient) UpdateRoom(ctx context.Context, params *chime.UpdateRoomInput, optFns ...func(*chime.Options)) (*chime.UpdateRoomOutput, error)

UpdateRoom provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdateRoomMembership

func (_m *IClient) UpdateRoomMembership(ctx context.Context, params *chime.UpdateRoomMembershipInput, optFns ...func(*chime.Options)) (*chime.UpdateRoomMembershipOutput, error)

UpdateRoomMembership provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdateSipMediaApplication

func (_m *IClient) UpdateSipMediaApplication(ctx context.Context, params *chime.UpdateSipMediaApplicationInput, optFns ...func(*chime.Options)) (*chime.UpdateSipMediaApplicationOutput, error)

UpdateSipMediaApplication provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdateSipMediaApplicationCall

func (_m *IClient) UpdateSipMediaApplicationCall(ctx context.Context, params *chime.UpdateSipMediaApplicationCallInput, optFns ...func(*chime.Options)) (*chime.UpdateSipMediaApplicationCallOutput, error)

UpdateSipMediaApplicationCall provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdateSipRule

func (_m *IClient) UpdateSipRule(ctx context.Context, params *chime.UpdateSipRuleInput, optFns ...func(*chime.Options)) (*chime.UpdateSipRuleOutput, error)

UpdateSipRule provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdateUser

func (_m *IClient) UpdateUser(ctx context.Context, params *chime.UpdateUserInput, optFns ...func(*chime.Options)) (*chime.UpdateUserOutput, error)

UpdateUser provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdateUserSettings

func (_m *IClient) UpdateUserSettings(ctx context.Context, params *chime.UpdateUserSettingsInput, optFns ...func(*chime.Options)) (*chime.UpdateUserSettingsOutput, error)

UpdateUserSettings provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdateVoiceConnector

func (_m *IClient) UpdateVoiceConnector(ctx context.Context, params *chime.UpdateVoiceConnectorInput, optFns ...func(*chime.Options)) (*chime.UpdateVoiceConnectorOutput, error)

UpdateVoiceConnector provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdateVoiceConnectorGroup

func (_m *IClient) UpdateVoiceConnectorGroup(ctx context.Context, params *chime.UpdateVoiceConnectorGroupInput, optFns ...func(*chime.Options)) (*chime.UpdateVoiceConnectorGroupOutput, error)

UpdateVoiceConnectorGroup provides a mock function with given fields: ctx, params, optFns

func (*IClient) ValidateE911Address

func (_m *IClient) ValidateE911Address(ctx context.Context, params *chime.ValidateE911AddressInput, optFns ...func(*chime.Options)) (*chime.ValidateE911AddressOutput, error)

ValidateE911Address provides a mock function with given fields: ctx, params, optFns

Jump to

Keyboard shortcuts

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