Versions in this module Expand all Collapse all v1 v1.42.9 Aug 3, 2023 v1.42.6 Nov 15, 2021 Changes in this version + const AppLaunchConfigurationStatusConfigured + const AppLaunchConfigurationStatusNotConfigured + const AppLaunchStatusConfigurationInProgress + const AppLaunchStatusConfigurationInvalid + const AppLaunchStatusDeltaLaunchFailed + const AppLaunchStatusDeltaLaunchInProgress + const AppLaunchStatusLaunchFailed + const AppLaunchStatusLaunchInProgress + const AppLaunchStatusLaunchPending + const AppLaunchStatusLaunched + const AppLaunchStatusPartiallyLaunched + const AppLaunchStatusReadyForConfiguration + const AppLaunchStatusReadyForLaunch + const AppLaunchStatusTerminateFailed + const AppLaunchStatusTerminateInProgress + const AppLaunchStatusTerminated + const AppLaunchStatusValidationInProgress + const AppReplicationConfigurationStatusConfigured + const AppReplicationConfigurationStatusNotConfigured + const AppReplicationStatusConfigurationInProgress + const AppReplicationStatusConfigurationInvalid + const AppReplicationStatusDeltaReplicated + const AppReplicationStatusDeltaReplicationFailed + const AppReplicationStatusDeltaReplicationInProgress + const AppReplicationStatusPartiallyReplicated + const AppReplicationStatusReadyForConfiguration + const AppReplicationStatusReadyForReplication + const AppReplicationStatusReplicated + const AppReplicationStatusReplicationFailed + const AppReplicationStatusReplicationInProgress + const AppReplicationStatusReplicationPending + const AppReplicationStatusReplicationStopFailed + const AppReplicationStatusReplicationStopped + const AppReplicationStatusReplicationStopping + const AppReplicationStatusValidationInProgress + const AppStatusActive + const AppStatusCreating + const AppStatusDeleteFailed + const AppStatusDeleted + const AppStatusDeleting + const AppStatusUpdating + const AppValidationStrategySsm + const ConnectorCapabilityHypervManager + const ConnectorCapabilityScvmm + const ConnectorCapabilitySmsOptimized + const ConnectorCapabilitySnapshotBatching + const ConnectorCapabilityVsphere + const ConnectorStatusHealthy + const ConnectorStatusUnhealthy + const EndpointsID + const ErrCodeDryRunOperationException + const ErrCodeInternalError + const ErrCodeInvalidParameterException + const ErrCodeMissingRequiredParameterException + const ErrCodeNoConnectorsAvailableException + const ErrCodeOperationNotPermittedException + const ErrCodeReplicationJobAlreadyExistsException + const ErrCodeReplicationJobNotFoundException + const ErrCodeReplicationRunLimitExceededException + const ErrCodeServerCannotBeReplicatedException + const ErrCodeTemporarilyUnavailableException + const ErrCodeUnauthorizedOperationException + const LicenseTypeAws + const LicenseTypeByol + const OutputFormatJson + const OutputFormatYaml + const ReplicationJobStateActive + const ReplicationJobStateCompleted + const ReplicationJobStateDeleted + const ReplicationJobStateDeleting + const ReplicationJobStateFailed + const ReplicationJobStateFailing + const ReplicationJobStatePausedOnFailure + const ReplicationJobStatePending + const ReplicationRunStateActive + const ReplicationRunStateCompleted + const ReplicationRunStateDeleted + const ReplicationRunStateDeleting + const ReplicationRunStateFailed + const ReplicationRunStateMissed + const ReplicationRunStatePending + const ReplicationRunTypeAutomatic + const ReplicationRunTypeOnDemand + const ScriptTypePowershellScript + const ScriptTypeShellScript + const ServerCatalogStatusAvailable + const ServerCatalogStatusDeleted + const ServerCatalogStatusExpired + const ServerCatalogStatusImporting + const ServerCatalogStatusNotImported + const ServerTypeVirtualMachine + const ServerValidationStrategyUserdata + const ServiceID + const ServiceName + const ValidationStatusFailed + const ValidationStatusInProgress + const ValidationStatusPending + const ValidationStatusReadyForValidation + const ValidationStatusSucceeded + const VmManagerTypeHypervManager + const VmManagerTypeScvmm + const VmManagerTypeVsphere + func AppLaunchConfigurationStatus_Values() []string + func AppLaunchStatus_Values() []string + func AppReplicationConfigurationStatus_Values() []string + func AppReplicationStatus_Values() []string + func AppStatus_Values() []string + func AppValidationStrategy_Values() []string + func ConnectorCapability_Values() []string + func ConnectorStatus_Values() []string + func LicenseType_Values() []string + func OutputFormat_Values() []string + func ReplicationJobState_Values() []string + func ReplicationRunState_Values() []string + func ReplicationRunType_Values() []string + func ScriptType_Values() []string + func ServerCatalogStatus_Values() []string + func ServerType_Values() []string + func ServerValidationStrategy_Values() []string + func ValidationStatus_Values() []string + func VmManagerType_Values() []string + type AppSummary struct + AppId *string + CreationTime *time.Time + Description *string + ImportedAppId *string + LastModified *time.Time + LatestReplicationTime *time.Time + LaunchConfigurationStatus *string + LaunchDetails *LaunchDetails + LaunchStatus *string + LaunchStatusMessage *string + Name *string + ReplicationConfigurationStatus *string + ReplicationStatus *string + ReplicationStatusMessage *string + RoleName *string + Status *string + StatusMessage *string + TotalServerGroups *int64 + TotalServers *int64 + func (s *AppSummary) SetAppId(v string) *AppSummary + func (s *AppSummary) SetCreationTime(v time.Time) *AppSummary + func (s *AppSummary) SetDescription(v string) *AppSummary + func (s *AppSummary) SetImportedAppId(v string) *AppSummary + func (s *AppSummary) SetLastModified(v time.Time) *AppSummary + func (s *AppSummary) SetLatestReplicationTime(v time.Time) *AppSummary + func (s *AppSummary) SetLaunchConfigurationStatus(v string) *AppSummary + func (s *AppSummary) SetLaunchDetails(v *LaunchDetails) *AppSummary + func (s *AppSummary) SetLaunchStatus(v string) *AppSummary + func (s *AppSummary) SetLaunchStatusMessage(v string) *AppSummary + func (s *AppSummary) SetName(v string) *AppSummary + func (s *AppSummary) SetReplicationConfigurationStatus(v string) *AppSummary + func (s *AppSummary) SetReplicationStatus(v string) *AppSummary + func (s *AppSummary) SetReplicationStatusMessage(v string) *AppSummary + func (s *AppSummary) SetRoleName(v string) *AppSummary + func (s *AppSummary) SetStatus(v string) *AppSummary + func (s *AppSummary) SetStatusMessage(v string) *AppSummary + func (s *AppSummary) SetTotalServerGroups(v int64) *AppSummary + func (s *AppSummary) SetTotalServers(v int64) *AppSummary + func (s AppSummary) GoString() string + func (s AppSummary) String() string + type AppValidationConfiguration struct + AppValidationStrategy *string + Name *string + SsmValidationParameters *SSMValidationParameters + ValidationId *string + func (s *AppValidationConfiguration) SetAppValidationStrategy(v string) *AppValidationConfiguration + func (s *AppValidationConfiguration) SetName(v string) *AppValidationConfiguration + func (s *AppValidationConfiguration) SetSsmValidationParameters(v *SSMValidationParameters) *AppValidationConfiguration + func (s *AppValidationConfiguration) SetValidationId(v string) *AppValidationConfiguration + func (s *AppValidationConfiguration) Validate() error + func (s AppValidationConfiguration) GoString() string + func (s AppValidationConfiguration) String() string + type AppValidationOutput struct + SsmOutput *SSMOutput + func (s *AppValidationOutput) SetSsmOutput(v *SSMOutput) *AppValidationOutput + func (s AppValidationOutput) GoString() string + func (s AppValidationOutput) String() string + type Connector struct + AssociatedOn *time.Time + CapabilityList []*string + ConnectorId *string + IpAddress *string + MacAddress *string + Status *string + Version *string + VmManagerId *string + VmManagerName *string + VmManagerType *string + func (s *Connector) SetAssociatedOn(v time.Time) *Connector + func (s *Connector) SetCapabilityList(v []*string) *Connector + func (s *Connector) SetConnectorId(v string) *Connector + func (s *Connector) SetIpAddress(v string) *Connector + func (s *Connector) SetMacAddress(v string) *Connector + func (s *Connector) SetStatus(v string) *Connector + func (s *Connector) SetVersion(v string) *Connector + func (s *Connector) SetVmManagerId(v string) *Connector + func (s *Connector) SetVmManagerName(v string) *Connector + func (s *Connector) SetVmManagerType(v string) *Connector + func (s Connector) GoString() string + func (s Connector) String() string + type CreateAppInput struct + ClientToken *string + Description *string + Name *string + RoleName *string + ServerGroups []*ServerGroup + Tags []*Tag + func (s *CreateAppInput) SetClientToken(v string) *CreateAppInput + func (s *CreateAppInput) SetDescription(v string) *CreateAppInput + func (s *CreateAppInput) SetName(v string) *CreateAppInput + func (s *CreateAppInput) SetRoleName(v string) *CreateAppInput + func (s *CreateAppInput) SetServerGroups(v []*ServerGroup) *CreateAppInput + func (s *CreateAppInput) SetTags(v []*Tag) *CreateAppInput + func (s CreateAppInput) GoString() string + func (s CreateAppInput) String() string + type CreateAppOutput struct + AppSummary *AppSummary + ServerGroups []*ServerGroup + Tags []*Tag + func (s *CreateAppOutput) SetAppSummary(v *AppSummary) *CreateAppOutput + func (s *CreateAppOutput) SetServerGroups(v []*ServerGroup) *CreateAppOutput + func (s *CreateAppOutput) SetTags(v []*Tag) *CreateAppOutput + func (s CreateAppOutput) GoString() string + func (s CreateAppOutput) String() string + type CreateReplicationJobInput struct + Description *string + Encrypted *bool + Frequency *int64 + KmsKeyId *string + LicenseType *string + NumberOfRecentAmisToKeep *int64 + RoleName *string + RunOnce *bool + SeedReplicationTime *time.Time + ServerId *string + func (s *CreateReplicationJobInput) SetDescription(v string) *CreateReplicationJobInput + func (s *CreateReplicationJobInput) SetEncrypted(v bool) *CreateReplicationJobInput + func (s *CreateReplicationJobInput) SetFrequency(v int64) *CreateReplicationJobInput + func (s *CreateReplicationJobInput) SetKmsKeyId(v string) *CreateReplicationJobInput + func (s *CreateReplicationJobInput) SetLicenseType(v string) *CreateReplicationJobInput + func (s *CreateReplicationJobInput) SetNumberOfRecentAmisToKeep(v int64) *CreateReplicationJobInput + func (s *CreateReplicationJobInput) SetRoleName(v string) *CreateReplicationJobInput + func (s *CreateReplicationJobInput) SetRunOnce(v bool) *CreateReplicationJobInput + func (s *CreateReplicationJobInput) SetSeedReplicationTime(v time.Time) *CreateReplicationJobInput + func (s *CreateReplicationJobInput) SetServerId(v string) *CreateReplicationJobInput + func (s *CreateReplicationJobInput) Validate() error + func (s CreateReplicationJobInput) GoString() string + func (s CreateReplicationJobInput) String() string + type CreateReplicationJobOutput struct + ReplicationJobId *string + func (s *CreateReplicationJobOutput) SetReplicationJobId(v string) *CreateReplicationJobOutput + func (s CreateReplicationJobOutput) GoString() string + func (s CreateReplicationJobOutput) String() string + type DeleteAppInput struct + AppId *string + ForceStopAppReplication *bool + ForceTerminateApp *bool + func (s *DeleteAppInput) SetAppId(v string) *DeleteAppInput + func (s *DeleteAppInput) SetForceStopAppReplication(v bool) *DeleteAppInput + func (s *DeleteAppInput) SetForceTerminateApp(v bool) *DeleteAppInput + func (s DeleteAppInput) GoString() string + func (s DeleteAppInput) String() string + type DeleteAppLaunchConfigurationInput struct + AppId *string + func (s *DeleteAppLaunchConfigurationInput) SetAppId(v string) *DeleteAppLaunchConfigurationInput + func (s DeleteAppLaunchConfigurationInput) GoString() string + func (s DeleteAppLaunchConfigurationInput) String() string + type DeleteAppLaunchConfigurationOutput struct + func (s DeleteAppLaunchConfigurationOutput) GoString() string + func (s DeleteAppLaunchConfigurationOutput) String() string + type DeleteAppOutput struct + func (s DeleteAppOutput) GoString() string + func (s DeleteAppOutput) String() string + type DeleteAppReplicationConfigurationInput struct + AppId *string + func (s *DeleteAppReplicationConfigurationInput) SetAppId(v string) *DeleteAppReplicationConfigurationInput + func (s DeleteAppReplicationConfigurationInput) GoString() string + func (s DeleteAppReplicationConfigurationInput) String() string + type DeleteAppReplicationConfigurationOutput struct + func (s DeleteAppReplicationConfigurationOutput) GoString() string + func (s DeleteAppReplicationConfigurationOutput) String() string + type DeleteAppValidationConfigurationInput struct + AppId *string + func (s *DeleteAppValidationConfigurationInput) SetAppId(v string) *DeleteAppValidationConfigurationInput + func (s *DeleteAppValidationConfigurationInput) Validate() error + func (s DeleteAppValidationConfigurationInput) GoString() string + func (s DeleteAppValidationConfigurationInput) String() string + type DeleteAppValidationConfigurationOutput struct + func (s DeleteAppValidationConfigurationOutput) GoString() string + func (s DeleteAppValidationConfigurationOutput) String() string + type DeleteReplicationJobInput struct + ReplicationJobId *string + func (s *DeleteReplicationJobInput) SetReplicationJobId(v string) *DeleteReplicationJobInput + func (s *DeleteReplicationJobInput) Validate() error + func (s DeleteReplicationJobInput) GoString() string + func (s DeleteReplicationJobInput) String() string + type DeleteReplicationJobOutput struct + func (s DeleteReplicationJobOutput) GoString() string + func (s DeleteReplicationJobOutput) String() string + type DeleteServerCatalogInput struct + func (s DeleteServerCatalogInput) GoString() string + func (s DeleteServerCatalogInput) String() string + type DeleteServerCatalogOutput struct + func (s DeleteServerCatalogOutput) GoString() string + func (s DeleteServerCatalogOutput) String() string + type DisassociateConnectorInput struct + ConnectorId *string + func (s *DisassociateConnectorInput) SetConnectorId(v string) *DisassociateConnectorInput + func (s *DisassociateConnectorInput) Validate() error + func (s DisassociateConnectorInput) GoString() string + func (s DisassociateConnectorInput) String() string + type DisassociateConnectorOutput struct + func (s DisassociateConnectorOutput) GoString() string + func (s DisassociateConnectorOutput) String() string + type DryRunOperationException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *DryRunOperationException) Code() string + func (s *DryRunOperationException) Error() string + func (s *DryRunOperationException) Message() string + func (s *DryRunOperationException) OrigErr() error + func (s *DryRunOperationException) RequestID() string + func (s *DryRunOperationException) StatusCode() int + func (s DryRunOperationException) GoString() string + func (s DryRunOperationException) String() string + type GenerateChangeSetInput struct + AppId *string + ChangesetFormat *string + func (s *GenerateChangeSetInput) SetAppId(v string) *GenerateChangeSetInput + func (s *GenerateChangeSetInput) SetChangesetFormat(v string) *GenerateChangeSetInput + func (s GenerateChangeSetInput) GoString() string + func (s GenerateChangeSetInput) String() string + type GenerateChangeSetOutput struct + S3Location *S3Location + func (s *GenerateChangeSetOutput) SetS3Location(v *S3Location) *GenerateChangeSetOutput + func (s GenerateChangeSetOutput) GoString() string + func (s GenerateChangeSetOutput) String() string + type GenerateTemplateInput struct + AppId *string + TemplateFormat *string + func (s *GenerateTemplateInput) SetAppId(v string) *GenerateTemplateInput + func (s *GenerateTemplateInput) SetTemplateFormat(v string) *GenerateTemplateInput + func (s GenerateTemplateInput) GoString() string + func (s GenerateTemplateInput) String() string + type GenerateTemplateOutput struct + S3Location *S3Location + func (s *GenerateTemplateOutput) SetS3Location(v *S3Location) *GenerateTemplateOutput + func (s GenerateTemplateOutput) GoString() string + func (s GenerateTemplateOutput) String() string + type GetAppInput struct + AppId *string + func (s *GetAppInput) SetAppId(v string) *GetAppInput + func (s GetAppInput) GoString() string + func (s GetAppInput) String() string + type GetAppLaunchConfigurationInput struct + AppId *string + func (s *GetAppLaunchConfigurationInput) SetAppId(v string) *GetAppLaunchConfigurationInput + func (s GetAppLaunchConfigurationInput) GoString() string + func (s GetAppLaunchConfigurationInput) String() string + type GetAppLaunchConfigurationOutput struct + AppId *string + AutoLaunch *bool + RoleName *string + ServerGroupLaunchConfigurations []*ServerGroupLaunchConfiguration + func (s *GetAppLaunchConfigurationOutput) SetAppId(v string) *GetAppLaunchConfigurationOutput + func (s *GetAppLaunchConfigurationOutput) SetAutoLaunch(v bool) *GetAppLaunchConfigurationOutput + func (s *GetAppLaunchConfigurationOutput) SetRoleName(v string) *GetAppLaunchConfigurationOutput + func (s *GetAppLaunchConfigurationOutput) SetServerGroupLaunchConfigurations(v []*ServerGroupLaunchConfiguration) *GetAppLaunchConfigurationOutput + func (s GetAppLaunchConfigurationOutput) GoString() string + func (s GetAppLaunchConfigurationOutput) String() string + type GetAppOutput struct + AppSummary *AppSummary + ServerGroups []*ServerGroup + Tags []*Tag + func (s *GetAppOutput) SetAppSummary(v *AppSummary) *GetAppOutput + func (s *GetAppOutput) SetServerGroups(v []*ServerGroup) *GetAppOutput + func (s *GetAppOutput) SetTags(v []*Tag) *GetAppOutput + func (s GetAppOutput) GoString() string + func (s GetAppOutput) String() string + type GetAppReplicationConfigurationInput struct + AppId *string + func (s *GetAppReplicationConfigurationInput) SetAppId(v string) *GetAppReplicationConfigurationInput + func (s GetAppReplicationConfigurationInput) GoString() string + func (s GetAppReplicationConfigurationInput) String() string + type GetAppReplicationConfigurationOutput struct + ServerGroupReplicationConfigurations []*ServerGroupReplicationConfiguration + func (s *GetAppReplicationConfigurationOutput) SetServerGroupReplicationConfigurations(v []*ServerGroupReplicationConfiguration) *GetAppReplicationConfigurationOutput + func (s GetAppReplicationConfigurationOutput) GoString() string + func (s GetAppReplicationConfigurationOutput) String() string + type GetAppValidationConfigurationInput struct + AppId *string + func (s *GetAppValidationConfigurationInput) SetAppId(v string) *GetAppValidationConfigurationInput + func (s *GetAppValidationConfigurationInput) Validate() error + func (s GetAppValidationConfigurationInput) GoString() string + func (s GetAppValidationConfigurationInput) String() string + type GetAppValidationConfigurationOutput struct + AppValidationConfigurations []*AppValidationConfiguration + ServerGroupValidationConfigurations []*ServerGroupValidationConfiguration + func (s *GetAppValidationConfigurationOutput) SetAppValidationConfigurations(v []*AppValidationConfiguration) *GetAppValidationConfigurationOutput + func (s *GetAppValidationConfigurationOutput) SetServerGroupValidationConfigurations(v []*ServerGroupValidationConfiguration) *GetAppValidationConfigurationOutput + func (s GetAppValidationConfigurationOutput) GoString() string + func (s GetAppValidationConfigurationOutput) String() string + type GetAppValidationOutputInput struct + AppId *string + func (s *GetAppValidationOutputInput) SetAppId(v string) *GetAppValidationOutputInput + func (s *GetAppValidationOutputInput) Validate() error + func (s GetAppValidationOutputInput) GoString() string + func (s GetAppValidationOutputInput) String() string + type GetAppValidationOutputOutput struct + ValidationOutputList []*ValidationOutput + func (s *GetAppValidationOutputOutput) SetValidationOutputList(v []*ValidationOutput) *GetAppValidationOutputOutput + func (s GetAppValidationOutputOutput) GoString() string + func (s GetAppValidationOutputOutput) String() string + type GetConnectorsInput struct + MaxResults *int64 + NextToken *string + func (s *GetConnectorsInput) SetMaxResults(v int64) *GetConnectorsInput + func (s *GetConnectorsInput) SetNextToken(v string) *GetConnectorsInput + func (s GetConnectorsInput) GoString() string + func (s GetConnectorsInput) String() string + type GetConnectorsOutput struct + ConnectorList []*Connector + NextToken *string + func (s *GetConnectorsOutput) SetConnectorList(v []*Connector) *GetConnectorsOutput + func (s *GetConnectorsOutput) SetNextToken(v string) *GetConnectorsOutput + func (s GetConnectorsOutput) GoString() string + func (s GetConnectorsOutput) String() string + type GetReplicationJobsInput struct + MaxResults *int64 + NextToken *string + ReplicationJobId *string + func (s *GetReplicationJobsInput) SetMaxResults(v int64) *GetReplicationJobsInput + func (s *GetReplicationJobsInput) SetNextToken(v string) *GetReplicationJobsInput + func (s *GetReplicationJobsInput) SetReplicationJobId(v string) *GetReplicationJobsInput + func (s GetReplicationJobsInput) GoString() string + func (s GetReplicationJobsInput) String() string + type GetReplicationJobsOutput struct + NextToken *string + ReplicationJobList []*ReplicationJob + func (s *GetReplicationJobsOutput) SetNextToken(v string) *GetReplicationJobsOutput + func (s *GetReplicationJobsOutput) SetReplicationJobList(v []*ReplicationJob) *GetReplicationJobsOutput + func (s GetReplicationJobsOutput) GoString() string + func (s GetReplicationJobsOutput) String() string + type GetReplicationRunsInput struct + MaxResults *int64 + NextToken *string + ReplicationJobId *string + func (s *GetReplicationRunsInput) SetMaxResults(v int64) *GetReplicationRunsInput + func (s *GetReplicationRunsInput) SetNextToken(v string) *GetReplicationRunsInput + func (s *GetReplicationRunsInput) SetReplicationJobId(v string) *GetReplicationRunsInput + func (s *GetReplicationRunsInput) Validate() error + func (s GetReplicationRunsInput) GoString() string + func (s GetReplicationRunsInput) String() string + type GetReplicationRunsOutput struct + NextToken *string + ReplicationJob *ReplicationJob + ReplicationRunList []*ReplicationRun + func (s *GetReplicationRunsOutput) SetNextToken(v string) *GetReplicationRunsOutput + func (s *GetReplicationRunsOutput) SetReplicationJob(v *ReplicationJob) *GetReplicationRunsOutput + func (s *GetReplicationRunsOutput) SetReplicationRunList(v []*ReplicationRun) *GetReplicationRunsOutput + func (s GetReplicationRunsOutput) GoString() string + func (s GetReplicationRunsOutput) String() string + type GetServersInput struct + MaxResults *int64 + NextToken *string + VmServerAddressList []*VmServerAddress + func (s *GetServersInput) SetMaxResults(v int64) *GetServersInput + func (s *GetServersInput) SetNextToken(v string) *GetServersInput + func (s *GetServersInput) SetVmServerAddressList(v []*VmServerAddress) *GetServersInput + func (s GetServersInput) GoString() string + func (s GetServersInput) String() string + type GetServersOutput struct + LastModifiedOn *time.Time + NextToken *string + ServerCatalogStatus *string + ServerList []*Server + func (s *GetServersOutput) SetLastModifiedOn(v time.Time) *GetServersOutput + func (s *GetServersOutput) SetNextToken(v string) *GetServersOutput + func (s *GetServersOutput) SetServerCatalogStatus(v string) *GetServersOutput + func (s *GetServersOutput) SetServerList(v []*Server) *GetServersOutput + func (s GetServersOutput) GoString() string + func (s GetServersOutput) String() string + type ImportAppCatalogInput struct + RoleName *string + func (s *ImportAppCatalogInput) SetRoleName(v string) *ImportAppCatalogInput + func (s ImportAppCatalogInput) GoString() string + func (s ImportAppCatalogInput) String() string + type ImportAppCatalogOutput struct + func (s ImportAppCatalogOutput) GoString() string + func (s ImportAppCatalogOutput) String() string + type ImportServerCatalogInput struct + func (s ImportServerCatalogInput) GoString() string + func (s ImportServerCatalogInput) String() string + type ImportServerCatalogOutput struct + func (s ImportServerCatalogOutput) GoString() string + func (s ImportServerCatalogOutput) String() string + type InternalError struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InternalError) Code() string + func (s *InternalError) Error() string + func (s *InternalError) Message() string + func (s *InternalError) OrigErr() error + func (s *InternalError) RequestID() string + func (s *InternalError) StatusCode() int + func (s InternalError) GoString() string + func (s InternalError) String() string + type InvalidParameterException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InvalidParameterException) Code() string + func (s *InvalidParameterException) Error() string + func (s *InvalidParameterException) Message() string + func (s *InvalidParameterException) OrigErr() error + func (s *InvalidParameterException) RequestID() string + func (s *InvalidParameterException) StatusCode() int + func (s InvalidParameterException) GoString() string + func (s InvalidParameterException) String() string + type LaunchAppInput struct + AppId *string + func (s *LaunchAppInput) SetAppId(v string) *LaunchAppInput + func (s LaunchAppInput) GoString() string + func (s LaunchAppInput) String() string + type LaunchAppOutput struct + func (s LaunchAppOutput) GoString() string + func (s LaunchAppOutput) String() string + type LaunchDetails struct + LatestLaunchTime *time.Time + StackId *string + StackName *string + func (s *LaunchDetails) SetLatestLaunchTime(v time.Time) *LaunchDetails + func (s *LaunchDetails) SetStackId(v string) *LaunchDetails + func (s *LaunchDetails) SetStackName(v string) *LaunchDetails + func (s LaunchDetails) GoString() string + func (s LaunchDetails) String() string + type ListAppsInput struct + AppIds []*string + MaxResults *int64 + NextToken *string + func (s *ListAppsInput) SetAppIds(v []*string) *ListAppsInput + func (s *ListAppsInput) SetMaxResults(v int64) *ListAppsInput + func (s *ListAppsInput) SetNextToken(v string) *ListAppsInput + func (s ListAppsInput) GoString() string + func (s ListAppsInput) String() string + type ListAppsOutput struct + Apps []*AppSummary + NextToken *string + func (s *ListAppsOutput) SetApps(v []*AppSummary) *ListAppsOutput + func (s *ListAppsOutput) SetNextToken(v string) *ListAppsOutput + func (s ListAppsOutput) GoString() string + func (s ListAppsOutput) String() string + type MissingRequiredParameterException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *MissingRequiredParameterException) Code() string + func (s *MissingRequiredParameterException) Error() string + func (s *MissingRequiredParameterException) Message() string + func (s *MissingRequiredParameterException) OrigErr() error + func (s *MissingRequiredParameterException) RequestID() string + func (s *MissingRequiredParameterException) StatusCode() int + func (s MissingRequiredParameterException) GoString() string + func (s MissingRequiredParameterException) String() string + type NoConnectorsAvailableException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *NoConnectorsAvailableException) Code() string + func (s *NoConnectorsAvailableException) Error() string + func (s *NoConnectorsAvailableException) Message() string + func (s *NoConnectorsAvailableException) OrigErr() error + func (s *NoConnectorsAvailableException) RequestID() string + func (s *NoConnectorsAvailableException) StatusCode() int + func (s NoConnectorsAvailableException) GoString() string + func (s NoConnectorsAvailableException) String() string + type NotificationContext struct + Status *string + StatusMessage *string + ValidationId *string + func (s *NotificationContext) SetStatus(v string) *NotificationContext + func (s *NotificationContext) SetStatusMessage(v string) *NotificationContext + func (s *NotificationContext) SetValidationId(v string) *NotificationContext + func (s NotificationContext) GoString() string + func (s NotificationContext) String() string + type NotifyAppValidationOutputInput struct + AppId *string + NotificationContext *NotificationContext + func (s *NotifyAppValidationOutputInput) SetAppId(v string) *NotifyAppValidationOutputInput + func (s *NotifyAppValidationOutputInput) SetNotificationContext(v *NotificationContext) *NotifyAppValidationOutputInput + func (s *NotifyAppValidationOutputInput) Validate() error + func (s NotifyAppValidationOutputInput) GoString() string + func (s NotifyAppValidationOutputInput) String() string + type NotifyAppValidationOutputOutput struct + func (s NotifyAppValidationOutputOutput) GoString() string + func (s NotifyAppValidationOutputOutput) String() string + type OperationNotPermittedException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *OperationNotPermittedException) Code() string + func (s *OperationNotPermittedException) Error() string + func (s *OperationNotPermittedException) Message() string + func (s *OperationNotPermittedException) OrigErr() error + func (s *OperationNotPermittedException) RequestID() string + func (s *OperationNotPermittedException) StatusCode() int + func (s OperationNotPermittedException) GoString() string + func (s OperationNotPermittedException) String() string + type PutAppLaunchConfigurationInput struct + AppId *string + AutoLaunch *bool + RoleName *string + ServerGroupLaunchConfigurations []*ServerGroupLaunchConfiguration + func (s *PutAppLaunchConfigurationInput) SetAppId(v string) *PutAppLaunchConfigurationInput + func (s *PutAppLaunchConfigurationInput) SetAutoLaunch(v bool) *PutAppLaunchConfigurationInput + func (s *PutAppLaunchConfigurationInput) SetRoleName(v string) *PutAppLaunchConfigurationInput + func (s *PutAppLaunchConfigurationInput) SetServerGroupLaunchConfigurations(v []*ServerGroupLaunchConfiguration) *PutAppLaunchConfigurationInput + func (s *PutAppLaunchConfigurationInput) Validate() error + func (s PutAppLaunchConfigurationInput) GoString() string + func (s PutAppLaunchConfigurationInput) String() string + type PutAppLaunchConfigurationOutput struct + func (s PutAppLaunchConfigurationOutput) GoString() string + func (s PutAppLaunchConfigurationOutput) String() string + type PutAppReplicationConfigurationInput struct + AppId *string + ServerGroupReplicationConfigurations []*ServerGroupReplicationConfiguration + func (s *PutAppReplicationConfigurationInput) SetAppId(v string) *PutAppReplicationConfigurationInput + func (s *PutAppReplicationConfigurationInput) SetServerGroupReplicationConfigurations(v []*ServerGroupReplicationConfiguration) *PutAppReplicationConfigurationInput + func (s PutAppReplicationConfigurationInput) GoString() string + func (s PutAppReplicationConfigurationInput) String() string + type PutAppReplicationConfigurationOutput struct + func (s PutAppReplicationConfigurationOutput) GoString() string + func (s PutAppReplicationConfigurationOutput) String() string + type PutAppValidationConfigurationInput struct + AppId *string + AppValidationConfigurations []*AppValidationConfiguration + ServerGroupValidationConfigurations []*ServerGroupValidationConfiguration + func (s *PutAppValidationConfigurationInput) SetAppId(v string) *PutAppValidationConfigurationInput + func (s *PutAppValidationConfigurationInput) SetAppValidationConfigurations(v []*AppValidationConfiguration) *PutAppValidationConfigurationInput + func (s *PutAppValidationConfigurationInput) SetServerGroupValidationConfigurations(v []*ServerGroupValidationConfiguration) *PutAppValidationConfigurationInput + func (s *PutAppValidationConfigurationInput) Validate() error + func (s PutAppValidationConfigurationInput) GoString() string + func (s PutAppValidationConfigurationInput) String() string + type PutAppValidationConfigurationOutput struct + func (s PutAppValidationConfigurationOutput) GoString() string + func (s PutAppValidationConfigurationOutput) String() string + type ReplicationJob struct + Description *string + Encrypted *bool + Frequency *int64 + KmsKeyId *string + LatestAmiId *string + LicenseType *string + NextReplicationRunStartTime *time.Time + NumberOfRecentAmisToKeep *int64 + ReplicationJobId *string + ReplicationRunList []*ReplicationRun + RoleName *string + RunOnce *bool + SeedReplicationTime *time.Time + ServerId *string + ServerType *string + State *string + StatusMessage *string + VmServer *VmServer + func (s *ReplicationJob) SetDescription(v string) *ReplicationJob + func (s *ReplicationJob) SetEncrypted(v bool) *ReplicationJob + func (s *ReplicationJob) SetFrequency(v int64) *ReplicationJob + func (s *ReplicationJob) SetKmsKeyId(v string) *ReplicationJob + func (s *ReplicationJob) SetLatestAmiId(v string) *ReplicationJob + func (s *ReplicationJob) SetLicenseType(v string) *ReplicationJob + func (s *ReplicationJob) SetNextReplicationRunStartTime(v time.Time) *ReplicationJob + func (s *ReplicationJob) SetNumberOfRecentAmisToKeep(v int64) *ReplicationJob + func (s *ReplicationJob) SetReplicationJobId(v string) *ReplicationJob + func (s *ReplicationJob) SetReplicationRunList(v []*ReplicationRun) *ReplicationJob + func (s *ReplicationJob) SetRoleName(v string) *ReplicationJob + func (s *ReplicationJob) SetRunOnce(v bool) *ReplicationJob + func (s *ReplicationJob) SetSeedReplicationTime(v time.Time) *ReplicationJob + func (s *ReplicationJob) SetServerId(v string) *ReplicationJob + func (s *ReplicationJob) SetServerType(v string) *ReplicationJob + func (s *ReplicationJob) SetState(v string) *ReplicationJob + func (s *ReplicationJob) SetStatusMessage(v string) *ReplicationJob + func (s *ReplicationJob) SetVmServer(v *VmServer) *ReplicationJob + func (s ReplicationJob) GoString() string + func (s ReplicationJob) String() string + type ReplicationJobAlreadyExistsException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ReplicationJobAlreadyExistsException) Code() string + func (s *ReplicationJobAlreadyExistsException) Error() string + func (s *ReplicationJobAlreadyExistsException) Message() string + func (s *ReplicationJobAlreadyExistsException) OrigErr() error + func (s *ReplicationJobAlreadyExistsException) RequestID() string + func (s *ReplicationJobAlreadyExistsException) StatusCode() int + func (s ReplicationJobAlreadyExistsException) GoString() string + func (s ReplicationJobAlreadyExistsException) String() string + type ReplicationJobNotFoundException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ReplicationJobNotFoundException) Code() string + func (s *ReplicationJobNotFoundException) Error() string + func (s *ReplicationJobNotFoundException) Message() string + func (s *ReplicationJobNotFoundException) OrigErr() error + func (s *ReplicationJobNotFoundException) RequestID() string + func (s *ReplicationJobNotFoundException) StatusCode() int + func (s ReplicationJobNotFoundException) GoString() string + func (s ReplicationJobNotFoundException) String() string + type ReplicationRun struct + AmiId *string + CompletedTime *time.Time + Description *string + Encrypted *bool + KmsKeyId *string + ReplicationRunId *string + ScheduledStartTime *time.Time + StageDetails *ReplicationRunStageDetails + State *string + StatusMessage *string + Type *string + func (s *ReplicationRun) SetAmiId(v string) *ReplicationRun + func (s *ReplicationRun) SetCompletedTime(v time.Time) *ReplicationRun + func (s *ReplicationRun) SetDescription(v string) *ReplicationRun + func (s *ReplicationRun) SetEncrypted(v bool) *ReplicationRun + func (s *ReplicationRun) SetKmsKeyId(v string) *ReplicationRun + func (s *ReplicationRun) SetReplicationRunId(v string) *ReplicationRun + func (s *ReplicationRun) SetScheduledStartTime(v time.Time) *ReplicationRun + func (s *ReplicationRun) SetStageDetails(v *ReplicationRunStageDetails) *ReplicationRun + func (s *ReplicationRun) SetState(v string) *ReplicationRun + func (s *ReplicationRun) SetStatusMessage(v string) *ReplicationRun + func (s *ReplicationRun) SetType(v string) *ReplicationRun + func (s ReplicationRun) GoString() string + func (s ReplicationRun) String() string + type ReplicationRunLimitExceededException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ReplicationRunLimitExceededException) Code() string + func (s *ReplicationRunLimitExceededException) Error() string + func (s *ReplicationRunLimitExceededException) Message() string + func (s *ReplicationRunLimitExceededException) OrigErr() error + func (s *ReplicationRunLimitExceededException) RequestID() string + func (s *ReplicationRunLimitExceededException) StatusCode() int + func (s ReplicationRunLimitExceededException) GoString() string + func (s ReplicationRunLimitExceededException) String() string + type ReplicationRunStageDetails struct + Stage *string + StageProgress *string + func (s *ReplicationRunStageDetails) SetStage(v string) *ReplicationRunStageDetails + func (s *ReplicationRunStageDetails) SetStageProgress(v string) *ReplicationRunStageDetails + func (s ReplicationRunStageDetails) GoString() string + func (s ReplicationRunStageDetails) String() string + type S3Location struct + Bucket *string + Key *string + func (s *S3Location) SetBucket(v string) *S3Location + func (s *S3Location) SetKey(v string) *S3Location + func (s *S3Location) Validate() error + func (s S3Location) GoString() string + func (s S3Location) String() string + type SMS struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *SMS + func (c *SMS) CreateApp(input *CreateAppInput) (*CreateAppOutput, error) + func (c *SMS) CreateAppRequest(input *CreateAppInput) (req *request.Request, output *CreateAppOutput) + func (c *SMS) CreateAppWithContext(ctx aws.Context, input *CreateAppInput, opts ...request.Option) (*CreateAppOutput, error) + func (c *SMS) CreateReplicationJob(input *CreateReplicationJobInput) (*CreateReplicationJobOutput, error) + func (c *SMS) CreateReplicationJobRequest(input *CreateReplicationJobInput) (req *request.Request, output *CreateReplicationJobOutput) + func (c *SMS) CreateReplicationJobWithContext(ctx aws.Context, input *CreateReplicationJobInput, opts ...request.Option) (*CreateReplicationJobOutput, error) + func (c *SMS) DeleteApp(input *DeleteAppInput) (*DeleteAppOutput, error) + func (c *SMS) DeleteAppLaunchConfiguration(input *DeleteAppLaunchConfigurationInput) (*DeleteAppLaunchConfigurationOutput, error) + func (c *SMS) DeleteAppLaunchConfigurationRequest(input *DeleteAppLaunchConfigurationInput) (req *request.Request, output *DeleteAppLaunchConfigurationOutput) + func (c *SMS) DeleteAppLaunchConfigurationWithContext(ctx aws.Context, input *DeleteAppLaunchConfigurationInput, ...) (*DeleteAppLaunchConfigurationOutput, error) + func (c *SMS) DeleteAppReplicationConfiguration(input *DeleteAppReplicationConfigurationInput) (*DeleteAppReplicationConfigurationOutput, error) + func (c *SMS) DeleteAppReplicationConfigurationRequest(input *DeleteAppReplicationConfigurationInput) (req *request.Request, output *DeleteAppReplicationConfigurationOutput) + func (c *SMS) DeleteAppReplicationConfigurationWithContext(ctx aws.Context, input *DeleteAppReplicationConfigurationInput, ...) (*DeleteAppReplicationConfigurationOutput, error) + func (c *SMS) DeleteAppRequest(input *DeleteAppInput) (req *request.Request, output *DeleteAppOutput) + func (c *SMS) DeleteAppValidationConfiguration(input *DeleteAppValidationConfigurationInput) (*DeleteAppValidationConfigurationOutput, error) + func (c *SMS) DeleteAppValidationConfigurationRequest(input *DeleteAppValidationConfigurationInput) (req *request.Request, output *DeleteAppValidationConfigurationOutput) + func (c *SMS) DeleteAppValidationConfigurationWithContext(ctx aws.Context, input *DeleteAppValidationConfigurationInput, ...) (*DeleteAppValidationConfigurationOutput, error) + func (c *SMS) DeleteAppWithContext(ctx aws.Context, input *DeleteAppInput, opts ...request.Option) (*DeleteAppOutput, error) + func (c *SMS) DeleteReplicationJob(input *DeleteReplicationJobInput) (*DeleteReplicationJobOutput, error) + func (c *SMS) DeleteReplicationJobRequest(input *DeleteReplicationJobInput) (req *request.Request, output *DeleteReplicationJobOutput) + func (c *SMS) DeleteReplicationJobWithContext(ctx aws.Context, input *DeleteReplicationJobInput, opts ...request.Option) (*DeleteReplicationJobOutput, error) + func (c *SMS) DeleteServerCatalog(input *DeleteServerCatalogInput) (*DeleteServerCatalogOutput, error) + func (c *SMS) DeleteServerCatalogRequest(input *DeleteServerCatalogInput) (req *request.Request, output *DeleteServerCatalogOutput) + func (c *SMS) DeleteServerCatalogWithContext(ctx aws.Context, input *DeleteServerCatalogInput, opts ...request.Option) (*DeleteServerCatalogOutput, error) + func (c *SMS) DisassociateConnector(input *DisassociateConnectorInput) (*DisassociateConnectorOutput, error) + func (c *SMS) DisassociateConnectorRequest(input *DisassociateConnectorInput) (req *request.Request, output *DisassociateConnectorOutput) + func (c *SMS) DisassociateConnectorWithContext(ctx aws.Context, input *DisassociateConnectorInput, opts ...request.Option) (*DisassociateConnectorOutput, error) + func (c *SMS) GenerateChangeSet(input *GenerateChangeSetInput) (*GenerateChangeSetOutput, error) + func (c *SMS) GenerateChangeSetRequest(input *GenerateChangeSetInput) (req *request.Request, output *GenerateChangeSetOutput) + func (c *SMS) GenerateChangeSetWithContext(ctx aws.Context, input *GenerateChangeSetInput, opts ...request.Option) (*GenerateChangeSetOutput, error) + func (c *SMS) GenerateTemplate(input *GenerateTemplateInput) (*GenerateTemplateOutput, error) + func (c *SMS) GenerateTemplateRequest(input *GenerateTemplateInput) (req *request.Request, output *GenerateTemplateOutput) + func (c *SMS) GenerateTemplateWithContext(ctx aws.Context, input *GenerateTemplateInput, opts ...request.Option) (*GenerateTemplateOutput, error) + func (c *SMS) GetApp(input *GetAppInput) (*GetAppOutput, error) + func (c *SMS) GetAppLaunchConfiguration(input *GetAppLaunchConfigurationInput) (*GetAppLaunchConfigurationOutput, error) + func (c *SMS) GetAppLaunchConfigurationRequest(input *GetAppLaunchConfigurationInput) (req *request.Request, output *GetAppLaunchConfigurationOutput) + func (c *SMS) GetAppLaunchConfigurationWithContext(ctx aws.Context, input *GetAppLaunchConfigurationInput, opts ...request.Option) (*GetAppLaunchConfigurationOutput, error) + func (c *SMS) GetAppReplicationConfiguration(input *GetAppReplicationConfigurationInput) (*GetAppReplicationConfigurationOutput, error) + func (c *SMS) GetAppReplicationConfigurationRequest(input *GetAppReplicationConfigurationInput) (req *request.Request, output *GetAppReplicationConfigurationOutput) + func (c *SMS) GetAppReplicationConfigurationWithContext(ctx aws.Context, input *GetAppReplicationConfigurationInput, ...) (*GetAppReplicationConfigurationOutput, error) + func (c *SMS) GetAppRequest(input *GetAppInput) (req *request.Request, output *GetAppOutput) + func (c *SMS) GetAppValidationConfiguration(input *GetAppValidationConfigurationInput) (*GetAppValidationConfigurationOutput, error) + func (c *SMS) GetAppValidationConfigurationRequest(input *GetAppValidationConfigurationInput) (req *request.Request, output *GetAppValidationConfigurationOutput) + func (c *SMS) GetAppValidationConfigurationWithContext(ctx aws.Context, input *GetAppValidationConfigurationInput, ...) (*GetAppValidationConfigurationOutput, error) + func (c *SMS) GetAppValidationOutput(input *GetAppValidationOutputInput) (*GetAppValidationOutputOutput, error) + func (c *SMS) GetAppValidationOutputRequest(input *GetAppValidationOutputInput) (req *request.Request, output *GetAppValidationOutputOutput) + func (c *SMS) GetAppValidationOutputWithContext(ctx aws.Context, input *GetAppValidationOutputInput, opts ...request.Option) (*GetAppValidationOutputOutput, error) + func (c *SMS) GetAppWithContext(ctx aws.Context, input *GetAppInput, opts ...request.Option) (*GetAppOutput, error) + func (c *SMS) GetConnectors(input *GetConnectorsInput) (*GetConnectorsOutput, error) + func (c *SMS) GetConnectorsPages(input *GetConnectorsInput, fn func(*GetConnectorsOutput, bool) bool) error + func (c *SMS) GetConnectorsPagesWithContext(ctx aws.Context, input *GetConnectorsInput, ...) error + func (c *SMS) GetConnectorsRequest(input *GetConnectorsInput) (req *request.Request, output *GetConnectorsOutput) + func (c *SMS) GetConnectorsWithContext(ctx aws.Context, input *GetConnectorsInput, opts ...request.Option) (*GetConnectorsOutput, error) + func (c *SMS) GetReplicationJobs(input *GetReplicationJobsInput) (*GetReplicationJobsOutput, error) + func (c *SMS) GetReplicationJobsPages(input *GetReplicationJobsInput, fn func(*GetReplicationJobsOutput, bool) bool) error + func (c *SMS) GetReplicationJobsPagesWithContext(ctx aws.Context, input *GetReplicationJobsInput, ...) error + func (c *SMS) GetReplicationJobsRequest(input *GetReplicationJobsInput) (req *request.Request, output *GetReplicationJobsOutput) + func (c *SMS) GetReplicationJobsWithContext(ctx aws.Context, input *GetReplicationJobsInput, opts ...request.Option) (*GetReplicationJobsOutput, error) + func (c *SMS) GetReplicationRuns(input *GetReplicationRunsInput) (*GetReplicationRunsOutput, error) + func (c *SMS) GetReplicationRunsPages(input *GetReplicationRunsInput, fn func(*GetReplicationRunsOutput, bool) bool) error + func (c *SMS) GetReplicationRunsPagesWithContext(ctx aws.Context, input *GetReplicationRunsInput, ...) error + func (c *SMS) GetReplicationRunsRequest(input *GetReplicationRunsInput) (req *request.Request, output *GetReplicationRunsOutput) + func (c *SMS) GetReplicationRunsWithContext(ctx aws.Context, input *GetReplicationRunsInput, opts ...request.Option) (*GetReplicationRunsOutput, error) + func (c *SMS) GetServers(input *GetServersInput) (*GetServersOutput, error) + func (c *SMS) GetServersPages(input *GetServersInput, fn func(*GetServersOutput, bool) bool) error + func (c *SMS) GetServersPagesWithContext(ctx aws.Context, input *GetServersInput, fn func(*GetServersOutput, bool) bool, ...) error + func (c *SMS) GetServersRequest(input *GetServersInput) (req *request.Request, output *GetServersOutput) + func (c *SMS) GetServersWithContext(ctx aws.Context, input *GetServersInput, opts ...request.Option) (*GetServersOutput, error) + func (c *SMS) ImportAppCatalog(input *ImportAppCatalogInput) (*ImportAppCatalogOutput, error) + func (c *SMS) ImportAppCatalogRequest(input *ImportAppCatalogInput) (req *request.Request, output *ImportAppCatalogOutput) + func (c *SMS) ImportAppCatalogWithContext(ctx aws.Context, input *ImportAppCatalogInput, opts ...request.Option) (*ImportAppCatalogOutput, error) + func (c *SMS) ImportServerCatalog(input *ImportServerCatalogInput) (*ImportServerCatalogOutput, error) + func (c *SMS) ImportServerCatalogRequest(input *ImportServerCatalogInput) (req *request.Request, output *ImportServerCatalogOutput) + func (c *SMS) ImportServerCatalogWithContext(ctx aws.Context, input *ImportServerCatalogInput, opts ...request.Option) (*ImportServerCatalogOutput, error) + func (c *SMS) LaunchApp(input *LaunchAppInput) (*LaunchAppOutput, error) + func (c *SMS) LaunchAppRequest(input *LaunchAppInput) (req *request.Request, output *LaunchAppOutput) + func (c *SMS) LaunchAppWithContext(ctx aws.Context, input *LaunchAppInput, opts ...request.Option) (*LaunchAppOutput, error) + func (c *SMS) ListApps(input *ListAppsInput) (*ListAppsOutput, error) + func (c *SMS) ListAppsRequest(input *ListAppsInput) (req *request.Request, output *ListAppsOutput) + func (c *SMS) ListAppsWithContext(ctx aws.Context, input *ListAppsInput, opts ...request.Option) (*ListAppsOutput, error) + func (c *SMS) NotifyAppValidationOutput(input *NotifyAppValidationOutputInput) (*NotifyAppValidationOutputOutput, error) + func (c *SMS) NotifyAppValidationOutputRequest(input *NotifyAppValidationOutputInput) (req *request.Request, output *NotifyAppValidationOutputOutput) + func (c *SMS) NotifyAppValidationOutputWithContext(ctx aws.Context, input *NotifyAppValidationOutputInput, opts ...request.Option) (*NotifyAppValidationOutputOutput, error) + func (c *SMS) PutAppLaunchConfiguration(input *PutAppLaunchConfigurationInput) (*PutAppLaunchConfigurationOutput, error) + func (c *SMS) PutAppLaunchConfigurationRequest(input *PutAppLaunchConfigurationInput) (req *request.Request, output *PutAppLaunchConfigurationOutput) + func (c *SMS) PutAppLaunchConfigurationWithContext(ctx aws.Context, input *PutAppLaunchConfigurationInput, opts ...request.Option) (*PutAppLaunchConfigurationOutput, error) + func (c *SMS) PutAppReplicationConfiguration(input *PutAppReplicationConfigurationInput) (*PutAppReplicationConfigurationOutput, error) + func (c *SMS) PutAppReplicationConfigurationRequest(input *PutAppReplicationConfigurationInput) (req *request.Request, output *PutAppReplicationConfigurationOutput) + func (c *SMS) PutAppReplicationConfigurationWithContext(ctx aws.Context, input *PutAppReplicationConfigurationInput, ...) (*PutAppReplicationConfigurationOutput, error) + func (c *SMS) PutAppValidationConfiguration(input *PutAppValidationConfigurationInput) (*PutAppValidationConfigurationOutput, error) + func (c *SMS) PutAppValidationConfigurationRequest(input *PutAppValidationConfigurationInput) (req *request.Request, output *PutAppValidationConfigurationOutput) + func (c *SMS) PutAppValidationConfigurationWithContext(ctx aws.Context, input *PutAppValidationConfigurationInput, ...) (*PutAppValidationConfigurationOutput, error) + func (c *SMS) StartAppReplication(input *StartAppReplicationInput) (*StartAppReplicationOutput, error) + func (c *SMS) StartAppReplicationRequest(input *StartAppReplicationInput) (req *request.Request, output *StartAppReplicationOutput) + func (c *SMS) StartAppReplicationWithContext(ctx aws.Context, input *StartAppReplicationInput, opts ...request.Option) (*StartAppReplicationOutput, error) + func (c *SMS) StartOnDemandAppReplication(input *StartOnDemandAppReplicationInput) (*StartOnDemandAppReplicationOutput, error) + func (c *SMS) StartOnDemandAppReplicationRequest(input *StartOnDemandAppReplicationInput) (req *request.Request, output *StartOnDemandAppReplicationOutput) + func (c *SMS) StartOnDemandAppReplicationWithContext(ctx aws.Context, input *StartOnDemandAppReplicationInput, ...) (*StartOnDemandAppReplicationOutput, error) + func (c *SMS) StartOnDemandReplicationRun(input *StartOnDemandReplicationRunInput) (*StartOnDemandReplicationRunOutput, error) + func (c *SMS) StartOnDemandReplicationRunRequest(input *StartOnDemandReplicationRunInput) (req *request.Request, output *StartOnDemandReplicationRunOutput) + func (c *SMS) StartOnDemandReplicationRunWithContext(ctx aws.Context, input *StartOnDemandReplicationRunInput, ...) (*StartOnDemandReplicationRunOutput, error) + func (c *SMS) StopAppReplication(input *StopAppReplicationInput) (*StopAppReplicationOutput, error) + func (c *SMS) StopAppReplicationRequest(input *StopAppReplicationInput) (req *request.Request, output *StopAppReplicationOutput) + func (c *SMS) StopAppReplicationWithContext(ctx aws.Context, input *StopAppReplicationInput, opts ...request.Option) (*StopAppReplicationOutput, error) + func (c *SMS) TerminateApp(input *TerminateAppInput) (*TerminateAppOutput, error) + func (c *SMS) TerminateAppRequest(input *TerminateAppInput) (req *request.Request, output *TerminateAppOutput) + func (c *SMS) TerminateAppWithContext(ctx aws.Context, input *TerminateAppInput, opts ...request.Option) (*TerminateAppOutput, error) + func (c *SMS) UpdateApp(input *UpdateAppInput) (*UpdateAppOutput, error) + func (c *SMS) UpdateAppRequest(input *UpdateAppInput) (req *request.Request, output *UpdateAppOutput) + func (c *SMS) UpdateAppWithContext(ctx aws.Context, input *UpdateAppInput, opts ...request.Option) (*UpdateAppOutput, error) + func (c *SMS) UpdateReplicationJob(input *UpdateReplicationJobInput) (*UpdateReplicationJobOutput, error) + func (c *SMS) UpdateReplicationJobRequest(input *UpdateReplicationJobInput) (req *request.Request, output *UpdateReplicationJobOutput) + func (c *SMS) UpdateReplicationJobWithContext(ctx aws.Context, input *UpdateReplicationJobInput, opts ...request.Option) (*UpdateReplicationJobOutput, error) + type SSMOutput struct + S3Location *S3Location + func (s *SSMOutput) SetS3Location(v *S3Location) *SSMOutput + func (s SSMOutput) GoString() string + func (s SSMOutput) String() string + type SSMValidationParameters struct + Command *string + ExecutionTimeoutSeconds *int64 + InstanceId *string + OutputS3BucketName *string + ScriptType *string + Source *Source + func (s *SSMValidationParameters) SetCommand(v string) *SSMValidationParameters + func (s *SSMValidationParameters) SetExecutionTimeoutSeconds(v int64) *SSMValidationParameters + func (s *SSMValidationParameters) SetInstanceId(v string) *SSMValidationParameters + func (s *SSMValidationParameters) SetOutputS3BucketName(v string) *SSMValidationParameters + func (s *SSMValidationParameters) SetScriptType(v string) *SSMValidationParameters + func (s *SSMValidationParameters) SetSource(v *Source) *SSMValidationParameters + func (s *SSMValidationParameters) Validate() error + func (s SSMValidationParameters) GoString() string + func (s SSMValidationParameters) String() string + type Server struct + ReplicationJobId *string + ReplicationJobTerminated *bool + ServerId *string + ServerType *string + VmServer *VmServer + func (s *Server) SetReplicationJobId(v string) *Server + func (s *Server) SetReplicationJobTerminated(v bool) *Server + func (s *Server) SetServerId(v string) *Server + func (s *Server) SetServerType(v string) *Server + func (s *Server) SetVmServer(v *VmServer) *Server + func (s Server) GoString() string + func (s Server) String() string + type ServerCannotBeReplicatedException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ServerCannotBeReplicatedException) Code() string + func (s *ServerCannotBeReplicatedException) Error() string + func (s *ServerCannotBeReplicatedException) Message() string + func (s *ServerCannotBeReplicatedException) OrigErr() error + func (s *ServerCannotBeReplicatedException) RequestID() string + func (s *ServerCannotBeReplicatedException) StatusCode() int + func (s ServerCannotBeReplicatedException) GoString() string + func (s ServerCannotBeReplicatedException) String() string + type ServerGroup struct + Name *string + ServerGroupId *string + ServerList []*Server + func (s *ServerGroup) SetName(v string) *ServerGroup + func (s *ServerGroup) SetServerGroupId(v string) *ServerGroup + func (s *ServerGroup) SetServerList(v []*Server) *ServerGroup + func (s ServerGroup) GoString() string + func (s ServerGroup) String() string + type ServerGroupLaunchConfiguration struct + LaunchOrder *int64 + ServerGroupId *string + ServerLaunchConfigurations []*ServerLaunchConfiguration + func (s *ServerGroupLaunchConfiguration) SetLaunchOrder(v int64) *ServerGroupLaunchConfiguration + func (s *ServerGroupLaunchConfiguration) SetServerGroupId(v string) *ServerGroupLaunchConfiguration + func (s *ServerGroupLaunchConfiguration) SetServerLaunchConfigurations(v []*ServerLaunchConfiguration) *ServerGroupLaunchConfiguration + func (s *ServerGroupLaunchConfiguration) Validate() error + func (s ServerGroupLaunchConfiguration) GoString() string + func (s ServerGroupLaunchConfiguration) String() string + type ServerGroupReplicationConfiguration struct + ServerGroupId *string + ServerReplicationConfigurations []*ServerReplicationConfiguration + func (s *ServerGroupReplicationConfiguration) SetServerGroupId(v string) *ServerGroupReplicationConfiguration + func (s *ServerGroupReplicationConfiguration) SetServerReplicationConfigurations(v []*ServerReplicationConfiguration) *ServerGroupReplicationConfiguration + func (s ServerGroupReplicationConfiguration) GoString() string + func (s ServerGroupReplicationConfiguration) String() string + type ServerGroupValidationConfiguration struct + ServerGroupId *string + ServerValidationConfigurations []*ServerValidationConfiguration + func (s *ServerGroupValidationConfiguration) SetServerGroupId(v string) *ServerGroupValidationConfiguration + func (s *ServerGroupValidationConfiguration) SetServerValidationConfigurations(v []*ServerValidationConfiguration) *ServerGroupValidationConfiguration + func (s *ServerGroupValidationConfiguration) Validate() error + func (s ServerGroupValidationConfiguration) GoString() string + func (s ServerGroupValidationConfiguration) String() string + type ServerLaunchConfiguration struct + AssociatePublicIpAddress *bool + ConfigureScript *S3Location + ConfigureScriptType *string + Ec2KeyName *string + IamInstanceProfileName *string + InstanceType *string + LogicalId *string + SecurityGroup *string + Server *Server + Subnet *string + UserData *UserData + Vpc *string + func (s *ServerLaunchConfiguration) SetAssociatePublicIpAddress(v bool) *ServerLaunchConfiguration + func (s *ServerLaunchConfiguration) SetConfigureScript(v *S3Location) *ServerLaunchConfiguration + func (s *ServerLaunchConfiguration) SetConfigureScriptType(v string) *ServerLaunchConfiguration + func (s *ServerLaunchConfiguration) SetEc2KeyName(v string) *ServerLaunchConfiguration + func (s *ServerLaunchConfiguration) SetIamInstanceProfileName(v string) *ServerLaunchConfiguration + func (s *ServerLaunchConfiguration) SetInstanceType(v string) *ServerLaunchConfiguration + func (s *ServerLaunchConfiguration) SetLogicalId(v string) *ServerLaunchConfiguration + func (s *ServerLaunchConfiguration) SetSecurityGroup(v string) *ServerLaunchConfiguration + func (s *ServerLaunchConfiguration) SetServer(v *Server) *ServerLaunchConfiguration + func (s *ServerLaunchConfiguration) SetSubnet(v string) *ServerLaunchConfiguration + func (s *ServerLaunchConfiguration) SetUserData(v *UserData) *ServerLaunchConfiguration + func (s *ServerLaunchConfiguration) SetVpc(v string) *ServerLaunchConfiguration + func (s *ServerLaunchConfiguration) Validate() error + func (s ServerLaunchConfiguration) GoString() string + func (s ServerLaunchConfiguration) String() string + type ServerReplicationConfiguration struct + Server *Server + ServerReplicationParameters *ServerReplicationParameters + func (s *ServerReplicationConfiguration) SetServer(v *Server) *ServerReplicationConfiguration + func (s *ServerReplicationConfiguration) SetServerReplicationParameters(v *ServerReplicationParameters) *ServerReplicationConfiguration + func (s ServerReplicationConfiguration) GoString() string + func (s ServerReplicationConfiguration) String() string + type ServerReplicationParameters struct + Encrypted *bool + Frequency *int64 + KmsKeyId *string + LicenseType *string + NumberOfRecentAmisToKeep *int64 + RunOnce *bool + SeedTime *time.Time + func (s *ServerReplicationParameters) SetEncrypted(v bool) *ServerReplicationParameters + func (s *ServerReplicationParameters) SetFrequency(v int64) *ServerReplicationParameters + func (s *ServerReplicationParameters) SetKmsKeyId(v string) *ServerReplicationParameters + func (s *ServerReplicationParameters) SetLicenseType(v string) *ServerReplicationParameters + func (s *ServerReplicationParameters) SetNumberOfRecentAmisToKeep(v int64) *ServerReplicationParameters + func (s *ServerReplicationParameters) SetRunOnce(v bool) *ServerReplicationParameters + func (s *ServerReplicationParameters) SetSeedTime(v time.Time) *ServerReplicationParameters + func (s ServerReplicationParameters) GoString() string + func (s ServerReplicationParameters) String() string + type ServerValidationConfiguration struct + Name *string + Server *Server + ServerValidationStrategy *string + UserDataValidationParameters *UserDataValidationParameters + ValidationId *string + func (s *ServerValidationConfiguration) SetName(v string) *ServerValidationConfiguration + func (s *ServerValidationConfiguration) SetServer(v *Server) *ServerValidationConfiguration + func (s *ServerValidationConfiguration) SetServerValidationStrategy(v string) *ServerValidationConfiguration + func (s *ServerValidationConfiguration) SetUserDataValidationParameters(v *UserDataValidationParameters) *ServerValidationConfiguration + func (s *ServerValidationConfiguration) SetValidationId(v string) *ServerValidationConfiguration + func (s *ServerValidationConfiguration) Validate() error + func (s ServerValidationConfiguration) GoString() string + func (s ServerValidationConfiguration) String() string + type ServerValidationOutput struct + Server *Server + func (s *ServerValidationOutput) SetServer(v *Server) *ServerValidationOutput + func (s ServerValidationOutput) GoString() string + func (s ServerValidationOutput) String() string + type Source struct + S3Location *S3Location + func (s *Source) SetS3Location(v *S3Location) *Source + func (s *Source) Validate() error + func (s Source) GoString() string + func (s Source) String() string + type StartAppReplicationInput struct + AppId *string + func (s *StartAppReplicationInput) SetAppId(v string) *StartAppReplicationInput + func (s StartAppReplicationInput) GoString() string + func (s StartAppReplicationInput) String() string + type StartAppReplicationOutput struct + func (s StartAppReplicationOutput) GoString() string + func (s StartAppReplicationOutput) String() string + type StartOnDemandAppReplicationInput struct + AppId *string + Description *string + func (s *StartOnDemandAppReplicationInput) SetAppId(v string) *StartOnDemandAppReplicationInput + func (s *StartOnDemandAppReplicationInput) SetDescription(v string) *StartOnDemandAppReplicationInput + func (s *StartOnDemandAppReplicationInput) Validate() error + func (s StartOnDemandAppReplicationInput) GoString() string + func (s StartOnDemandAppReplicationInput) String() string + type StartOnDemandAppReplicationOutput struct + func (s StartOnDemandAppReplicationOutput) GoString() string + func (s StartOnDemandAppReplicationOutput) String() string + type StartOnDemandReplicationRunInput struct + Description *string + ReplicationJobId *string + func (s *StartOnDemandReplicationRunInput) SetDescription(v string) *StartOnDemandReplicationRunInput + func (s *StartOnDemandReplicationRunInput) SetReplicationJobId(v string) *StartOnDemandReplicationRunInput + func (s *StartOnDemandReplicationRunInput) Validate() error + func (s StartOnDemandReplicationRunInput) GoString() string + func (s StartOnDemandReplicationRunInput) String() string + type StartOnDemandReplicationRunOutput struct + ReplicationRunId *string + func (s *StartOnDemandReplicationRunOutput) SetReplicationRunId(v string) *StartOnDemandReplicationRunOutput + func (s StartOnDemandReplicationRunOutput) GoString() string + func (s StartOnDemandReplicationRunOutput) String() string + type StopAppReplicationInput struct + AppId *string + func (s *StopAppReplicationInput) SetAppId(v string) *StopAppReplicationInput + func (s StopAppReplicationInput) GoString() string + func (s StopAppReplicationInput) String() string + type StopAppReplicationOutput struct + func (s StopAppReplicationOutput) GoString() string + func (s StopAppReplicationOutput) String() string + type Tag struct + Key *string + Value *string + func (s *Tag) SetKey(v string) *Tag + func (s *Tag) SetValue(v string) *Tag + func (s Tag) GoString() string + func (s Tag) String() string + type TemporarilyUnavailableException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *TemporarilyUnavailableException) Code() string + func (s *TemporarilyUnavailableException) Error() string + func (s *TemporarilyUnavailableException) Message() string + func (s *TemporarilyUnavailableException) OrigErr() error + func (s *TemporarilyUnavailableException) RequestID() string + func (s *TemporarilyUnavailableException) StatusCode() int + func (s TemporarilyUnavailableException) GoString() string + func (s TemporarilyUnavailableException) String() string + type TerminateAppInput struct + AppId *string + func (s *TerminateAppInput) SetAppId(v string) *TerminateAppInput + func (s TerminateAppInput) GoString() string + func (s TerminateAppInput) String() string + type TerminateAppOutput struct + func (s TerminateAppOutput) GoString() string + func (s TerminateAppOutput) String() string + type UnauthorizedOperationException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *UnauthorizedOperationException) Code() string + func (s *UnauthorizedOperationException) Error() string + func (s *UnauthorizedOperationException) Message() string + func (s *UnauthorizedOperationException) OrigErr() error + func (s *UnauthorizedOperationException) RequestID() string + func (s *UnauthorizedOperationException) StatusCode() int + func (s UnauthorizedOperationException) GoString() string + func (s UnauthorizedOperationException) String() string + type UpdateAppInput struct + AppId *string + Description *string + Name *string + RoleName *string + ServerGroups []*ServerGroup + Tags []*Tag + func (s *UpdateAppInput) SetAppId(v string) *UpdateAppInput + func (s *UpdateAppInput) SetDescription(v string) *UpdateAppInput + func (s *UpdateAppInput) SetName(v string) *UpdateAppInput + func (s *UpdateAppInput) SetRoleName(v string) *UpdateAppInput + func (s *UpdateAppInput) SetServerGroups(v []*ServerGroup) *UpdateAppInput + func (s *UpdateAppInput) SetTags(v []*Tag) *UpdateAppInput + func (s UpdateAppInput) GoString() string + func (s UpdateAppInput) String() string + type UpdateAppOutput struct + AppSummary *AppSummary + ServerGroups []*ServerGroup + Tags []*Tag + func (s *UpdateAppOutput) SetAppSummary(v *AppSummary) *UpdateAppOutput + func (s *UpdateAppOutput) SetServerGroups(v []*ServerGroup) *UpdateAppOutput + func (s *UpdateAppOutput) SetTags(v []*Tag) *UpdateAppOutput + func (s UpdateAppOutput) GoString() string + func (s UpdateAppOutput) String() string + type UpdateReplicationJobInput struct + Description *string + Encrypted *bool + Frequency *int64 + KmsKeyId *string + LicenseType *string + NextReplicationRunStartTime *time.Time + NumberOfRecentAmisToKeep *int64 + ReplicationJobId *string + RoleName *string + func (s *UpdateReplicationJobInput) SetDescription(v string) *UpdateReplicationJobInput + func (s *UpdateReplicationJobInput) SetEncrypted(v bool) *UpdateReplicationJobInput + func (s *UpdateReplicationJobInput) SetFrequency(v int64) *UpdateReplicationJobInput + func (s *UpdateReplicationJobInput) SetKmsKeyId(v string) *UpdateReplicationJobInput + func (s *UpdateReplicationJobInput) SetLicenseType(v string) *UpdateReplicationJobInput + func (s *UpdateReplicationJobInput) SetNextReplicationRunStartTime(v time.Time) *UpdateReplicationJobInput + func (s *UpdateReplicationJobInput) SetNumberOfRecentAmisToKeep(v int64) *UpdateReplicationJobInput + func (s *UpdateReplicationJobInput) SetReplicationJobId(v string) *UpdateReplicationJobInput + func (s *UpdateReplicationJobInput) SetRoleName(v string) *UpdateReplicationJobInput + func (s *UpdateReplicationJobInput) Validate() error + func (s UpdateReplicationJobInput) GoString() string + func (s UpdateReplicationJobInput) String() string + type UpdateReplicationJobOutput struct + func (s UpdateReplicationJobOutput) GoString() string + func (s UpdateReplicationJobOutput) String() string + type UserData struct + S3Location *S3Location + func (s *UserData) SetS3Location(v *S3Location) *UserData + func (s *UserData) Validate() error + func (s UserData) GoString() string + func (s UserData) String() string + type UserDataValidationParameters struct + ScriptType *string + Source *Source + func (s *UserDataValidationParameters) SetScriptType(v string) *UserDataValidationParameters + func (s *UserDataValidationParameters) SetSource(v *Source) *UserDataValidationParameters + func (s *UserDataValidationParameters) Validate() error + func (s UserDataValidationParameters) GoString() string + func (s UserDataValidationParameters) String() string + type ValidationOutput struct + AppValidationOutput *AppValidationOutput + LatestValidationTime *time.Time + Name *string + ServerValidationOutput *ServerValidationOutput + Status *string + StatusMessage *string + ValidationId *string + func (s *ValidationOutput) SetAppValidationOutput(v *AppValidationOutput) *ValidationOutput + func (s *ValidationOutput) SetLatestValidationTime(v time.Time) *ValidationOutput + func (s *ValidationOutput) SetName(v string) *ValidationOutput + func (s *ValidationOutput) SetServerValidationOutput(v *ServerValidationOutput) *ValidationOutput + func (s *ValidationOutput) SetStatus(v string) *ValidationOutput + func (s *ValidationOutput) SetStatusMessage(v string) *ValidationOutput + func (s *ValidationOutput) SetValidationId(v string) *ValidationOutput + func (s ValidationOutput) GoString() string + func (s ValidationOutput) String() string + type VmServer struct + VmManagerName *string + VmManagerType *string + VmName *string + VmPath *string + VmServerAddress *VmServerAddress + func (s *VmServer) SetVmManagerName(v string) *VmServer + func (s *VmServer) SetVmManagerType(v string) *VmServer + func (s *VmServer) SetVmName(v string) *VmServer + func (s *VmServer) SetVmPath(v string) *VmServer + func (s *VmServer) SetVmServerAddress(v *VmServerAddress) *VmServer + func (s VmServer) GoString() string + func (s VmServer) String() string + type VmServerAddress struct + VmId *string + VmManagerId *string + func (s *VmServerAddress) SetVmId(v string) *VmServerAddress + func (s *VmServerAddress) SetVmManagerId(v string) *VmServerAddress + func (s VmServerAddress) GoString() string + func (s VmServerAddress) String() string