Documentation ¶
Index ¶
- type Client
- type CreateAppFuture
- type CreateReplicationJobFuture
- type DeleteAppFuture
- type DeleteAppLaunchConfigurationFuture
- type DeleteAppReplicationConfigurationFuture
- type DeleteAppValidationConfigurationFuture
- type DeleteReplicationJobFuture
- type DeleteServerCatalogFuture
- type DisassociateConnectorFuture
- type GenerateChangeSetFuture
- type GenerateTemplateFuture
- type GetAppFuture
- type GetAppLaunchConfigurationFuture
- type GetAppReplicationConfigurationFuture
- type GetAppValidationConfigurationFuture
- type GetAppValidationOutputFuture
- type GetConnectorsFuture
- type GetReplicationJobsFuture
- type GetReplicationRunsFuture
- type GetServersFuture
- type ImportAppCatalogFuture
- type ImportServerCatalogFuture
- type LaunchAppFuture
- type ListAppsFuture
- type NotifyAppValidationOutputFuture
- type PutAppLaunchConfigurationFuture
- type PutAppReplicationConfigurationFuture
- type PutAppValidationConfigurationFuture
- type StartAppReplicationFuture
- type StartOnDemandAppReplicationFuture
- type StartOnDemandReplicationRunFuture
- type StopAppReplicationFuture
- type TerminateAppFuture
- type UpdateAppFuture
- type UpdateReplicationJobFuture
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { CreateApp(ctx workflow.Context, input *sms.CreateAppInput) (*sms.CreateAppOutput, error) CreateAppAsync(ctx workflow.Context, input *sms.CreateAppInput) *CreateAppFuture CreateReplicationJob(ctx workflow.Context, input *sms.CreateReplicationJobInput) (*sms.CreateReplicationJobOutput, error) CreateReplicationJobAsync(ctx workflow.Context, input *sms.CreateReplicationJobInput) *CreateReplicationJobFuture DeleteApp(ctx workflow.Context, input *sms.DeleteAppInput) (*sms.DeleteAppOutput, error) DeleteAppAsync(ctx workflow.Context, input *sms.DeleteAppInput) *DeleteAppFuture DeleteAppLaunchConfiguration(ctx workflow.Context, input *sms.DeleteAppLaunchConfigurationInput) (*sms.DeleteAppLaunchConfigurationOutput, error) DeleteAppLaunchConfigurationAsync(ctx workflow.Context, input *sms.DeleteAppLaunchConfigurationInput) *DeleteAppLaunchConfigurationFuture DeleteAppReplicationConfiguration(ctx workflow.Context, input *sms.DeleteAppReplicationConfigurationInput) (*sms.DeleteAppReplicationConfigurationOutput, error) DeleteAppReplicationConfigurationAsync(ctx workflow.Context, input *sms.DeleteAppReplicationConfigurationInput) *DeleteAppReplicationConfigurationFuture DeleteAppValidationConfiguration(ctx workflow.Context, input *sms.DeleteAppValidationConfigurationInput) (*sms.DeleteAppValidationConfigurationOutput, error) DeleteAppValidationConfigurationAsync(ctx workflow.Context, input *sms.DeleteAppValidationConfigurationInput) *DeleteAppValidationConfigurationFuture DeleteReplicationJob(ctx workflow.Context, input *sms.DeleteReplicationJobInput) (*sms.DeleteReplicationJobOutput, error) DeleteReplicationJobAsync(ctx workflow.Context, input *sms.DeleteReplicationJobInput) *DeleteReplicationJobFuture DeleteServerCatalog(ctx workflow.Context, input *sms.DeleteServerCatalogInput) (*sms.DeleteServerCatalogOutput, error) DeleteServerCatalogAsync(ctx workflow.Context, input *sms.DeleteServerCatalogInput) *DeleteServerCatalogFuture DisassociateConnector(ctx workflow.Context, input *sms.DisassociateConnectorInput) (*sms.DisassociateConnectorOutput, error) DisassociateConnectorAsync(ctx workflow.Context, input *sms.DisassociateConnectorInput) *DisassociateConnectorFuture GenerateChangeSet(ctx workflow.Context, input *sms.GenerateChangeSetInput) (*sms.GenerateChangeSetOutput, error) GenerateChangeSetAsync(ctx workflow.Context, input *sms.GenerateChangeSetInput) *GenerateChangeSetFuture GenerateTemplate(ctx workflow.Context, input *sms.GenerateTemplateInput) (*sms.GenerateTemplateOutput, error) GenerateTemplateAsync(ctx workflow.Context, input *sms.GenerateTemplateInput) *GenerateTemplateFuture GetApp(ctx workflow.Context, input *sms.GetAppInput) (*sms.GetAppOutput, error) GetAppAsync(ctx workflow.Context, input *sms.GetAppInput) *GetAppFuture GetAppLaunchConfiguration(ctx workflow.Context, input *sms.GetAppLaunchConfigurationInput) (*sms.GetAppLaunchConfigurationOutput, error) GetAppLaunchConfigurationAsync(ctx workflow.Context, input *sms.GetAppLaunchConfigurationInput) *GetAppLaunchConfigurationFuture GetAppReplicationConfiguration(ctx workflow.Context, input *sms.GetAppReplicationConfigurationInput) (*sms.GetAppReplicationConfigurationOutput, error) GetAppReplicationConfigurationAsync(ctx workflow.Context, input *sms.GetAppReplicationConfigurationInput) *GetAppReplicationConfigurationFuture GetAppValidationConfiguration(ctx workflow.Context, input *sms.GetAppValidationConfigurationInput) (*sms.GetAppValidationConfigurationOutput, error) GetAppValidationConfigurationAsync(ctx workflow.Context, input *sms.GetAppValidationConfigurationInput) *GetAppValidationConfigurationFuture GetAppValidationOutput(ctx workflow.Context, input *sms.GetAppValidationOutputInput) (*sms.GetAppValidationOutputOutput, error) GetAppValidationOutputAsync(ctx workflow.Context, input *sms.GetAppValidationOutputInput) *GetAppValidationOutputFuture GetConnectors(ctx workflow.Context, input *sms.GetConnectorsInput) (*sms.GetConnectorsOutput, error) GetConnectorsAsync(ctx workflow.Context, input *sms.GetConnectorsInput) *GetConnectorsFuture GetReplicationJobs(ctx workflow.Context, input *sms.GetReplicationJobsInput) (*sms.GetReplicationJobsOutput, error) GetReplicationJobsAsync(ctx workflow.Context, input *sms.GetReplicationJobsInput) *GetReplicationJobsFuture GetReplicationRuns(ctx workflow.Context, input *sms.GetReplicationRunsInput) (*sms.GetReplicationRunsOutput, error) GetReplicationRunsAsync(ctx workflow.Context, input *sms.GetReplicationRunsInput) *GetReplicationRunsFuture GetServers(ctx workflow.Context, input *sms.GetServersInput) (*sms.GetServersOutput, error) GetServersAsync(ctx workflow.Context, input *sms.GetServersInput) *GetServersFuture ImportAppCatalog(ctx workflow.Context, input *sms.ImportAppCatalogInput) (*sms.ImportAppCatalogOutput, error) ImportAppCatalogAsync(ctx workflow.Context, input *sms.ImportAppCatalogInput) *ImportAppCatalogFuture ImportServerCatalog(ctx workflow.Context, input *sms.ImportServerCatalogInput) (*sms.ImportServerCatalogOutput, error) ImportServerCatalogAsync(ctx workflow.Context, input *sms.ImportServerCatalogInput) *ImportServerCatalogFuture LaunchApp(ctx workflow.Context, input *sms.LaunchAppInput) (*sms.LaunchAppOutput, error) LaunchAppAsync(ctx workflow.Context, input *sms.LaunchAppInput) *LaunchAppFuture ListApps(ctx workflow.Context, input *sms.ListAppsInput) (*sms.ListAppsOutput, error) ListAppsAsync(ctx workflow.Context, input *sms.ListAppsInput) *ListAppsFuture NotifyAppValidationOutput(ctx workflow.Context, input *sms.NotifyAppValidationOutputInput) (*sms.NotifyAppValidationOutputOutput, error) NotifyAppValidationOutputAsync(ctx workflow.Context, input *sms.NotifyAppValidationOutputInput) *NotifyAppValidationOutputFuture PutAppLaunchConfiguration(ctx workflow.Context, input *sms.PutAppLaunchConfigurationInput) (*sms.PutAppLaunchConfigurationOutput, error) PutAppLaunchConfigurationAsync(ctx workflow.Context, input *sms.PutAppLaunchConfigurationInput) *PutAppLaunchConfigurationFuture PutAppReplicationConfiguration(ctx workflow.Context, input *sms.PutAppReplicationConfigurationInput) (*sms.PutAppReplicationConfigurationOutput, error) PutAppReplicationConfigurationAsync(ctx workflow.Context, input *sms.PutAppReplicationConfigurationInput) *PutAppReplicationConfigurationFuture PutAppValidationConfiguration(ctx workflow.Context, input *sms.PutAppValidationConfigurationInput) (*sms.PutAppValidationConfigurationOutput, error) PutAppValidationConfigurationAsync(ctx workflow.Context, input *sms.PutAppValidationConfigurationInput) *PutAppValidationConfigurationFuture StartAppReplication(ctx workflow.Context, input *sms.StartAppReplicationInput) (*sms.StartAppReplicationOutput, error) StartAppReplicationAsync(ctx workflow.Context, input *sms.StartAppReplicationInput) *StartAppReplicationFuture StartOnDemandAppReplication(ctx workflow.Context, input *sms.StartOnDemandAppReplicationInput) (*sms.StartOnDemandAppReplicationOutput, error) StartOnDemandAppReplicationAsync(ctx workflow.Context, input *sms.StartOnDemandAppReplicationInput) *StartOnDemandAppReplicationFuture StartOnDemandReplicationRun(ctx workflow.Context, input *sms.StartOnDemandReplicationRunInput) (*sms.StartOnDemandReplicationRunOutput, error) StartOnDemandReplicationRunAsync(ctx workflow.Context, input *sms.StartOnDemandReplicationRunInput) *StartOnDemandReplicationRunFuture StopAppReplication(ctx workflow.Context, input *sms.StopAppReplicationInput) (*sms.StopAppReplicationOutput, error) StopAppReplicationAsync(ctx workflow.Context, input *sms.StopAppReplicationInput) *StopAppReplicationFuture TerminateApp(ctx workflow.Context, input *sms.TerminateAppInput) (*sms.TerminateAppOutput, error) TerminateAppAsync(ctx workflow.Context, input *sms.TerminateAppInput) *TerminateAppFuture UpdateApp(ctx workflow.Context, input *sms.UpdateAppInput) (*sms.UpdateAppOutput, error) UpdateAppAsync(ctx workflow.Context, input *sms.UpdateAppInput) *UpdateAppFuture UpdateReplicationJob(ctx workflow.Context, input *sms.UpdateReplicationJobInput) (*sms.UpdateReplicationJobOutput, error) UpdateReplicationJobAsync(ctx workflow.Context, input *sms.UpdateReplicationJobInput) *UpdateReplicationJobFuture }
type CreateAppFuture ¶
func (*CreateAppFuture) Get ¶
func (r *CreateAppFuture) Get(ctx workflow.Context) (*sms.CreateAppOutput, error)
type CreateReplicationJobFuture ¶
type CreateReplicationJobFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateReplicationJobFuture) Get ¶
func (r *CreateReplicationJobFuture) Get(ctx workflow.Context) (*sms.CreateReplicationJobOutput, error)
type DeleteAppFuture ¶
func (*DeleteAppFuture) Get ¶
func (r *DeleteAppFuture) Get(ctx workflow.Context) (*sms.DeleteAppOutput, error)
type DeleteAppLaunchConfigurationFuture ¶
type DeleteAppLaunchConfigurationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteAppLaunchConfigurationFuture) Get ¶
func (r *DeleteAppLaunchConfigurationFuture) Get(ctx workflow.Context) (*sms.DeleteAppLaunchConfigurationOutput, error)
type DeleteAppReplicationConfigurationFuture ¶
type DeleteAppReplicationConfigurationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteAppReplicationConfigurationFuture) Get ¶
func (r *DeleteAppReplicationConfigurationFuture) Get(ctx workflow.Context) (*sms.DeleteAppReplicationConfigurationOutput, error)
type DeleteAppValidationConfigurationFuture ¶
type DeleteAppValidationConfigurationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteAppValidationConfigurationFuture) Get ¶
func (r *DeleteAppValidationConfigurationFuture) Get(ctx workflow.Context) (*sms.DeleteAppValidationConfigurationOutput, error)
type DeleteReplicationJobFuture ¶
type DeleteReplicationJobFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteReplicationJobFuture) Get ¶
func (r *DeleteReplicationJobFuture) Get(ctx workflow.Context) (*sms.DeleteReplicationJobOutput, error)
type DeleteServerCatalogFuture ¶
type DeleteServerCatalogFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteServerCatalogFuture) Get ¶
func (r *DeleteServerCatalogFuture) Get(ctx workflow.Context) (*sms.DeleteServerCatalogOutput, error)
type DisassociateConnectorFuture ¶
type DisassociateConnectorFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DisassociateConnectorFuture) Get ¶
func (r *DisassociateConnectorFuture) Get(ctx workflow.Context) (*sms.DisassociateConnectorOutput, error)
type GenerateChangeSetFuture ¶
type GenerateChangeSetFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GenerateChangeSetFuture) Get ¶
func (r *GenerateChangeSetFuture) Get(ctx workflow.Context) (*sms.GenerateChangeSetOutput, error)
type GenerateTemplateFuture ¶
type GenerateTemplateFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GenerateTemplateFuture) Get ¶
func (r *GenerateTemplateFuture) Get(ctx workflow.Context) (*sms.GenerateTemplateOutput, error)
type GetAppFuture ¶
func (*GetAppFuture) Get ¶
func (r *GetAppFuture) Get(ctx workflow.Context) (*sms.GetAppOutput, error)
type GetAppLaunchConfigurationFuture ¶
type GetAppLaunchConfigurationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetAppLaunchConfigurationFuture) Get ¶
func (r *GetAppLaunchConfigurationFuture) Get(ctx workflow.Context) (*sms.GetAppLaunchConfigurationOutput, error)
type GetAppReplicationConfigurationFuture ¶
type GetAppReplicationConfigurationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetAppReplicationConfigurationFuture) Get ¶
func (r *GetAppReplicationConfigurationFuture) Get(ctx workflow.Context) (*sms.GetAppReplicationConfigurationOutput, error)
type GetAppValidationConfigurationFuture ¶
type GetAppValidationConfigurationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetAppValidationConfigurationFuture) Get ¶
func (r *GetAppValidationConfigurationFuture) Get(ctx workflow.Context) (*sms.GetAppValidationConfigurationOutput, error)
type GetAppValidationOutputFuture ¶
type GetAppValidationOutputFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetAppValidationOutputFuture) Get ¶
func (r *GetAppValidationOutputFuture) Get(ctx workflow.Context) (*sms.GetAppValidationOutputOutput, error)
type GetConnectorsFuture ¶
func (*GetConnectorsFuture) Get ¶
func (r *GetConnectorsFuture) Get(ctx workflow.Context) (*sms.GetConnectorsOutput, error)
type GetReplicationJobsFuture ¶
type GetReplicationJobsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetReplicationJobsFuture) Get ¶
func (r *GetReplicationJobsFuture) Get(ctx workflow.Context) (*sms.GetReplicationJobsOutput, error)
type GetReplicationRunsFuture ¶
type GetReplicationRunsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetReplicationRunsFuture) Get ¶
func (r *GetReplicationRunsFuture) Get(ctx workflow.Context) (*sms.GetReplicationRunsOutput, error)
type GetServersFuture ¶
func (*GetServersFuture) Get ¶
func (r *GetServersFuture) Get(ctx workflow.Context) (*sms.GetServersOutput, error)
type ImportAppCatalogFuture ¶
type ImportAppCatalogFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ImportAppCatalogFuture) Get ¶
func (r *ImportAppCatalogFuture) Get(ctx workflow.Context) (*sms.ImportAppCatalogOutput, error)
type ImportServerCatalogFuture ¶
type ImportServerCatalogFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ImportServerCatalogFuture) Get ¶
func (r *ImportServerCatalogFuture) Get(ctx workflow.Context) (*sms.ImportServerCatalogOutput, error)
type LaunchAppFuture ¶
func (*LaunchAppFuture) Get ¶
func (r *LaunchAppFuture) Get(ctx workflow.Context) (*sms.LaunchAppOutput, error)
type ListAppsFuture ¶
func (*ListAppsFuture) Get ¶
func (r *ListAppsFuture) Get(ctx workflow.Context) (*sms.ListAppsOutput, error)
type NotifyAppValidationOutputFuture ¶
type NotifyAppValidationOutputFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*NotifyAppValidationOutputFuture) Get ¶
func (r *NotifyAppValidationOutputFuture) Get(ctx workflow.Context) (*sms.NotifyAppValidationOutputOutput, error)
type PutAppLaunchConfigurationFuture ¶
type PutAppLaunchConfigurationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutAppLaunchConfigurationFuture) Get ¶
func (r *PutAppLaunchConfigurationFuture) Get(ctx workflow.Context) (*sms.PutAppLaunchConfigurationOutput, error)
type PutAppReplicationConfigurationFuture ¶
type PutAppReplicationConfigurationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutAppReplicationConfigurationFuture) Get ¶
func (r *PutAppReplicationConfigurationFuture) Get(ctx workflow.Context) (*sms.PutAppReplicationConfigurationOutput, error)
type PutAppValidationConfigurationFuture ¶
type PutAppValidationConfigurationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutAppValidationConfigurationFuture) Get ¶
func (r *PutAppValidationConfigurationFuture) Get(ctx workflow.Context) (*sms.PutAppValidationConfigurationOutput, error)
type StartAppReplicationFuture ¶
type StartAppReplicationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StartAppReplicationFuture) Get ¶
func (r *StartAppReplicationFuture) Get(ctx workflow.Context) (*sms.StartAppReplicationOutput, error)
type StartOnDemandAppReplicationFuture ¶
type StartOnDemandAppReplicationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StartOnDemandAppReplicationFuture) Get ¶
func (r *StartOnDemandAppReplicationFuture) Get(ctx workflow.Context) (*sms.StartOnDemandAppReplicationOutput, error)
type StartOnDemandReplicationRunFuture ¶
type StartOnDemandReplicationRunFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StartOnDemandReplicationRunFuture) Get ¶
func (r *StartOnDemandReplicationRunFuture) Get(ctx workflow.Context) (*sms.StartOnDemandReplicationRunOutput, error)
type StopAppReplicationFuture ¶
type StopAppReplicationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StopAppReplicationFuture) Get ¶
func (r *StopAppReplicationFuture) Get(ctx workflow.Context) (*sms.StopAppReplicationOutput, error)
type TerminateAppFuture ¶
func (*TerminateAppFuture) Get ¶
func (r *TerminateAppFuture) Get(ctx workflow.Context) (*sms.TerminateAppOutput, error)
type UpdateAppFuture ¶
func (*UpdateAppFuture) Get ¶
func (r *UpdateAppFuture) Get(ctx workflow.Context) (*sms.UpdateAppOutput, error)
type UpdateReplicationJobFuture ¶
type UpdateReplicationJobFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateReplicationJobFuture) Get ¶
func (r *UpdateReplicationJobFuture) Get(ctx workflow.Context) (*sms.UpdateReplicationJobOutput, error)
Click to show internal directories.
Click to hide internal directories.