Documentation ¶
Index ¶
- type IClient
- func (_m *IClient) CreateApp(ctx context.Context, params *sms.CreateAppInput, optFns ...func(*sms.Options)) (*sms.CreateAppOutput, error)
- func (_m *IClient) CreateReplicationJob(ctx context.Context, params *sms.CreateReplicationJobInput, ...) (*sms.CreateReplicationJobOutput, error)
- func (_m *IClient) DeleteApp(ctx context.Context, params *sms.DeleteAppInput, optFns ...func(*sms.Options)) (*sms.DeleteAppOutput, error)
- func (_m *IClient) DeleteAppLaunchConfiguration(ctx context.Context, params *sms.DeleteAppLaunchConfigurationInput, ...) (*sms.DeleteAppLaunchConfigurationOutput, error)
- func (_m *IClient) DeleteAppReplicationConfiguration(ctx context.Context, params *sms.DeleteAppReplicationConfigurationInput, ...) (*sms.DeleteAppReplicationConfigurationOutput, error)
- func (_m *IClient) DeleteAppValidationConfiguration(ctx context.Context, params *sms.DeleteAppValidationConfigurationInput, ...) (*sms.DeleteAppValidationConfigurationOutput, error)
- func (_m *IClient) DeleteReplicationJob(ctx context.Context, params *sms.DeleteReplicationJobInput, ...) (*sms.DeleteReplicationJobOutput, error)
- func (_m *IClient) DeleteServerCatalog(ctx context.Context, params *sms.DeleteServerCatalogInput, ...) (*sms.DeleteServerCatalogOutput, error)
- func (_m *IClient) DisassociateConnector(ctx context.Context, params *sms.DisassociateConnectorInput, ...) (*sms.DisassociateConnectorOutput, error)
- func (_m *IClient) GenerateChangeSet(ctx context.Context, params *sms.GenerateChangeSetInput, ...) (*sms.GenerateChangeSetOutput, error)
- func (_m *IClient) GenerateTemplate(ctx context.Context, params *sms.GenerateTemplateInput, ...) (*sms.GenerateTemplateOutput, error)
- func (_m *IClient) GetApp(ctx context.Context, params *sms.GetAppInput, optFns ...func(*sms.Options)) (*sms.GetAppOutput, error)
- func (_m *IClient) GetAppLaunchConfiguration(ctx context.Context, params *sms.GetAppLaunchConfigurationInput, ...) (*sms.GetAppLaunchConfigurationOutput, error)
- func (_m *IClient) GetAppReplicationConfiguration(ctx context.Context, params *sms.GetAppReplicationConfigurationInput, ...) (*sms.GetAppReplicationConfigurationOutput, error)
- func (_m *IClient) GetAppValidationConfiguration(ctx context.Context, params *sms.GetAppValidationConfigurationInput, ...) (*sms.GetAppValidationConfigurationOutput, error)
- func (_m *IClient) GetAppValidationOutput(ctx context.Context, params *sms.GetAppValidationOutputInput, ...) (*sms.GetAppValidationOutputOutput, error)
- func (_m *IClient) GetConnectors(ctx context.Context, params *sms.GetConnectorsInput, ...) (*sms.GetConnectorsOutput, error)
- func (_m *IClient) GetReplicationJobs(ctx context.Context, params *sms.GetReplicationJobsInput, ...) (*sms.GetReplicationJobsOutput, error)
- func (_m *IClient) GetReplicationRuns(ctx context.Context, params *sms.GetReplicationRunsInput, ...) (*sms.GetReplicationRunsOutput, error)
- func (_m *IClient) GetServers(ctx context.Context, params *sms.GetServersInput, optFns ...func(*sms.Options)) (*sms.GetServersOutput, error)
- func (_m *IClient) ImportAppCatalog(ctx context.Context, params *sms.ImportAppCatalogInput, ...) (*sms.ImportAppCatalogOutput, error)
- func (_m *IClient) ImportServerCatalog(ctx context.Context, params *sms.ImportServerCatalogInput, ...) (*sms.ImportServerCatalogOutput, error)
- func (_m *IClient) LaunchApp(ctx context.Context, params *sms.LaunchAppInput, optFns ...func(*sms.Options)) (*sms.LaunchAppOutput, error)
- func (_m *IClient) ListApps(ctx context.Context, params *sms.ListAppsInput, optFns ...func(*sms.Options)) (*sms.ListAppsOutput, error)
- func (_m *IClient) NotifyAppValidationOutput(ctx context.Context, params *sms.NotifyAppValidationOutputInput, ...) (*sms.NotifyAppValidationOutputOutput, error)
- func (_m *IClient) Options() sms.Options
- func (_m *IClient) PutAppLaunchConfiguration(ctx context.Context, params *sms.PutAppLaunchConfigurationInput, ...) (*sms.PutAppLaunchConfigurationOutput, error)
- func (_m *IClient) PutAppReplicationConfiguration(ctx context.Context, params *sms.PutAppReplicationConfigurationInput, ...) (*sms.PutAppReplicationConfigurationOutput, error)
- func (_m *IClient) PutAppValidationConfiguration(ctx context.Context, params *sms.PutAppValidationConfigurationInput, ...) (*sms.PutAppValidationConfigurationOutput, error)
- func (_m *IClient) StartAppReplication(ctx context.Context, params *sms.StartAppReplicationInput, ...) (*sms.StartAppReplicationOutput, error)
- func (_m *IClient) StartOnDemandAppReplication(ctx context.Context, params *sms.StartOnDemandAppReplicationInput, ...) (*sms.StartOnDemandAppReplicationOutput, error)
- func (_m *IClient) StartOnDemandReplicationRun(ctx context.Context, params *sms.StartOnDemandReplicationRunInput, ...) (*sms.StartOnDemandReplicationRunOutput, error)
- func (_m *IClient) StopAppReplication(ctx context.Context, params *sms.StopAppReplicationInput, ...) (*sms.StopAppReplicationOutput, error)
- func (_m *IClient) TerminateApp(ctx context.Context, params *sms.TerminateAppInput, ...) (*sms.TerminateAppOutput, error)
- func (_m *IClient) UpdateApp(ctx context.Context, params *sms.UpdateAppInput, optFns ...func(*sms.Options)) (*sms.UpdateAppOutput, error)
- func (_m *IClient) UpdateReplicationJob(ctx context.Context, params *sms.UpdateReplicationJobInput, ...) (*sms.UpdateReplicationJobOutput, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IClient ¶
IClient is an autogenerated mock type for the IClient type
func NewIClient ¶
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) CreateApp ¶
func (_m *IClient) CreateApp(ctx context.Context, params *sms.CreateAppInput, optFns ...func(*sms.Options)) (*sms.CreateAppOutput, error)
CreateApp provides a mock function with given fields: ctx, params, optFns
func (*IClient) CreateReplicationJob ¶
func (_m *IClient) CreateReplicationJob(ctx context.Context, params *sms.CreateReplicationJobInput, optFns ...func(*sms.Options)) (*sms.CreateReplicationJobOutput, error)
CreateReplicationJob provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteApp ¶
func (_m *IClient) DeleteApp(ctx context.Context, params *sms.DeleteAppInput, optFns ...func(*sms.Options)) (*sms.DeleteAppOutput, error)
DeleteApp provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteAppLaunchConfiguration ¶
func (_m *IClient) DeleteAppLaunchConfiguration(ctx context.Context, params *sms.DeleteAppLaunchConfigurationInput, optFns ...func(*sms.Options)) (*sms.DeleteAppLaunchConfigurationOutput, error)
DeleteAppLaunchConfiguration provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteAppReplicationConfiguration ¶
func (_m *IClient) DeleteAppReplicationConfiguration(ctx context.Context, params *sms.DeleteAppReplicationConfigurationInput, optFns ...func(*sms.Options)) (*sms.DeleteAppReplicationConfigurationOutput, error)
DeleteAppReplicationConfiguration provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteAppValidationConfiguration ¶
func (_m *IClient) DeleteAppValidationConfiguration(ctx context.Context, params *sms.DeleteAppValidationConfigurationInput, optFns ...func(*sms.Options)) (*sms.DeleteAppValidationConfigurationOutput, error)
DeleteAppValidationConfiguration provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteReplicationJob ¶
func (_m *IClient) DeleteReplicationJob(ctx context.Context, params *sms.DeleteReplicationJobInput, optFns ...func(*sms.Options)) (*sms.DeleteReplicationJobOutput, error)
DeleteReplicationJob provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteServerCatalog ¶
func (_m *IClient) DeleteServerCatalog(ctx context.Context, params *sms.DeleteServerCatalogInput, optFns ...func(*sms.Options)) (*sms.DeleteServerCatalogOutput, error)
DeleteServerCatalog provides a mock function with given fields: ctx, params, optFns
func (*IClient) DisassociateConnector ¶
func (_m *IClient) DisassociateConnector(ctx context.Context, params *sms.DisassociateConnectorInput, optFns ...func(*sms.Options)) (*sms.DisassociateConnectorOutput, error)
DisassociateConnector provides a mock function with given fields: ctx, params, optFns
func (*IClient) GenerateChangeSet ¶
func (_m *IClient) GenerateChangeSet(ctx context.Context, params *sms.GenerateChangeSetInput, optFns ...func(*sms.Options)) (*sms.GenerateChangeSetOutput, error)
GenerateChangeSet provides a mock function with given fields: ctx, params, optFns
func (*IClient) GenerateTemplate ¶
func (_m *IClient) GenerateTemplate(ctx context.Context, params *sms.GenerateTemplateInput, optFns ...func(*sms.Options)) (*sms.GenerateTemplateOutput, error)
GenerateTemplate provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetApp ¶
func (_m *IClient) GetApp(ctx context.Context, params *sms.GetAppInput, optFns ...func(*sms.Options)) (*sms.GetAppOutput, error)
GetApp provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetAppLaunchConfiguration ¶
func (_m *IClient) GetAppLaunchConfiguration(ctx context.Context, params *sms.GetAppLaunchConfigurationInput, optFns ...func(*sms.Options)) (*sms.GetAppLaunchConfigurationOutput, error)
GetAppLaunchConfiguration provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetAppReplicationConfiguration ¶
func (_m *IClient) GetAppReplicationConfiguration(ctx context.Context, params *sms.GetAppReplicationConfigurationInput, optFns ...func(*sms.Options)) (*sms.GetAppReplicationConfigurationOutput, error)
GetAppReplicationConfiguration provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetAppValidationConfiguration ¶
func (_m *IClient) GetAppValidationConfiguration(ctx context.Context, params *sms.GetAppValidationConfigurationInput, optFns ...func(*sms.Options)) (*sms.GetAppValidationConfigurationOutput, error)
GetAppValidationConfiguration provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetAppValidationOutput ¶
func (_m *IClient) GetAppValidationOutput(ctx context.Context, params *sms.GetAppValidationOutputInput, optFns ...func(*sms.Options)) (*sms.GetAppValidationOutputOutput, error)
GetAppValidationOutput provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetConnectors ¶
func (_m *IClient) GetConnectors(ctx context.Context, params *sms.GetConnectorsInput, optFns ...func(*sms.Options)) (*sms.GetConnectorsOutput, error)
GetConnectors provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetReplicationJobs ¶
func (_m *IClient) GetReplicationJobs(ctx context.Context, params *sms.GetReplicationJobsInput, optFns ...func(*sms.Options)) (*sms.GetReplicationJobsOutput, error)
GetReplicationJobs provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetReplicationRuns ¶
func (_m *IClient) GetReplicationRuns(ctx context.Context, params *sms.GetReplicationRunsInput, optFns ...func(*sms.Options)) (*sms.GetReplicationRunsOutput, error)
GetReplicationRuns provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetServers ¶
func (_m *IClient) GetServers(ctx context.Context, params *sms.GetServersInput, optFns ...func(*sms.Options)) (*sms.GetServersOutput, error)
GetServers provides a mock function with given fields: ctx, params, optFns
func (*IClient) ImportAppCatalog ¶
func (_m *IClient) ImportAppCatalog(ctx context.Context, params *sms.ImportAppCatalogInput, optFns ...func(*sms.Options)) (*sms.ImportAppCatalogOutput, error)
ImportAppCatalog provides a mock function with given fields: ctx, params, optFns
func (*IClient) ImportServerCatalog ¶
func (_m *IClient) ImportServerCatalog(ctx context.Context, params *sms.ImportServerCatalogInput, optFns ...func(*sms.Options)) (*sms.ImportServerCatalogOutput, error)
ImportServerCatalog provides a mock function with given fields: ctx, params, optFns
func (*IClient) LaunchApp ¶
func (_m *IClient) LaunchApp(ctx context.Context, params *sms.LaunchAppInput, optFns ...func(*sms.Options)) (*sms.LaunchAppOutput, error)
LaunchApp provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListApps ¶
func (_m *IClient) ListApps(ctx context.Context, params *sms.ListAppsInput, optFns ...func(*sms.Options)) (*sms.ListAppsOutput, error)
ListApps provides a mock function with given fields: ctx, params, optFns
func (*IClient) NotifyAppValidationOutput ¶
func (_m *IClient) NotifyAppValidationOutput(ctx context.Context, params *sms.NotifyAppValidationOutputInput, optFns ...func(*sms.Options)) (*sms.NotifyAppValidationOutputOutput, error)
NotifyAppValidationOutput provides a mock function with given fields: ctx, params, optFns
func (*IClient) PutAppLaunchConfiguration ¶
func (_m *IClient) PutAppLaunchConfiguration(ctx context.Context, params *sms.PutAppLaunchConfigurationInput, optFns ...func(*sms.Options)) (*sms.PutAppLaunchConfigurationOutput, error)
PutAppLaunchConfiguration provides a mock function with given fields: ctx, params, optFns
func (*IClient) PutAppReplicationConfiguration ¶
func (_m *IClient) PutAppReplicationConfiguration(ctx context.Context, params *sms.PutAppReplicationConfigurationInput, optFns ...func(*sms.Options)) (*sms.PutAppReplicationConfigurationOutput, error)
PutAppReplicationConfiguration provides a mock function with given fields: ctx, params, optFns
func (*IClient) PutAppValidationConfiguration ¶
func (_m *IClient) PutAppValidationConfiguration(ctx context.Context, params *sms.PutAppValidationConfigurationInput, optFns ...func(*sms.Options)) (*sms.PutAppValidationConfigurationOutput, error)
PutAppValidationConfiguration provides a mock function with given fields: ctx, params, optFns
func (*IClient) StartAppReplication ¶
func (_m *IClient) StartAppReplication(ctx context.Context, params *sms.StartAppReplicationInput, optFns ...func(*sms.Options)) (*sms.StartAppReplicationOutput, error)
StartAppReplication provides a mock function with given fields: ctx, params, optFns
func (*IClient) StartOnDemandAppReplication ¶
func (_m *IClient) StartOnDemandAppReplication(ctx context.Context, params *sms.StartOnDemandAppReplicationInput, optFns ...func(*sms.Options)) (*sms.StartOnDemandAppReplicationOutput, error)
StartOnDemandAppReplication provides a mock function with given fields: ctx, params, optFns
func (*IClient) StartOnDemandReplicationRun ¶
func (_m *IClient) StartOnDemandReplicationRun(ctx context.Context, params *sms.StartOnDemandReplicationRunInput, optFns ...func(*sms.Options)) (*sms.StartOnDemandReplicationRunOutput, error)
StartOnDemandReplicationRun provides a mock function with given fields: ctx, params, optFns
func (*IClient) StopAppReplication ¶
func (_m *IClient) StopAppReplication(ctx context.Context, params *sms.StopAppReplicationInput, optFns ...func(*sms.Options)) (*sms.StopAppReplicationOutput, error)
StopAppReplication provides a mock function with given fields: ctx, params, optFns
func (*IClient) TerminateApp ¶
func (_m *IClient) TerminateApp(ctx context.Context, params *sms.TerminateAppInput, optFns ...func(*sms.Options)) (*sms.TerminateAppOutput, error)
TerminateApp provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateApp ¶
func (_m *IClient) UpdateApp(ctx context.Context, params *sms.UpdateAppInput, optFns ...func(*sms.Options)) (*sms.UpdateAppOutput, error)
UpdateApp provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateReplicationJob ¶
func (_m *IClient) UpdateReplicationJob(ctx context.Context, params *sms.UpdateReplicationJobInput, optFns ...func(*sms.Options)) (*sms.UpdateReplicationJobOutput, error)
UpdateReplicationJob provides a mock function with given fields: ctx, params, optFns