vendor: update all dependencies to latest versions
This commit is contained in:
parent
8e83fb6fb9
commit
7d3a17725d
4878 changed files with 1974229 additions and 201215 deletions
104
vendor/github.com/aws/aws-sdk-go/service/sms/api.go
generated
vendored
104
vendor/github.com/aws/aws-sdk-go/service/sms/api.go
generated
vendored
|
@ -35,7 +35,7 @@ const opCreateReplicationJob = "CreateReplicationJob"
|
|||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/CreateReplicationJob
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/CreateReplicationJob
|
||||
func (c *SMS) CreateReplicationJobRequest(input *CreateReplicationJobInput) (req *request.Request, output *CreateReplicationJobOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opCreateReplicationJob,
|
||||
|
@ -96,7 +96,7 @@ func (c *SMS) CreateReplicationJobRequest(input *CreateReplicationJobInput) (req
|
|||
// * ErrCodeInternalError "InternalError"
|
||||
// An internal error has occured.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/CreateReplicationJob
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/CreateReplicationJob
|
||||
func (c *SMS) CreateReplicationJob(input *CreateReplicationJobInput) (*CreateReplicationJobOutput, error) {
|
||||
req, out := c.CreateReplicationJobRequest(input)
|
||||
return out, req.Send()
|
||||
|
@ -143,7 +143,7 @@ const opDeleteReplicationJob = "DeleteReplicationJob"
|
|||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/DeleteReplicationJob
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/DeleteReplicationJob
|
||||
func (c *SMS) DeleteReplicationJobRequest(input *DeleteReplicationJobInput) (req *request.Request, output *DeleteReplicationJobOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opDeleteReplicationJob,
|
||||
|
@ -194,7 +194,7 @@ func (c *SMS) DeleteReplicationJobRequest(input *DeleteReplicationJobInput) (req
|
|||
// * ErrCodeReplicationJobNotFoundException "ReplicationJobNotFoundException"
|
||||
// The specified Replication Job cannot be found.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/DeleteReplicationJob
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/DeleteReplicationJob
|
||||
func (c *SMS) DeleteReplicationJob(input *DeleteReplicationJobInput) (*DeleteReplicationJobOutput, error) {
|
||||
req, out := c.DeleteReplicationJobRequest(input)
|
||||
return out, req.Send()
|
||||
|
@ -241,7 +241,7 @@ const opDeleteServerCatalog = "DeleteServerCatalog"
|
|||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/DeleteServerCatalog
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/DeleteServerCatalog
|
||||
func (c *SMS) DeleteServerCatalogRequest(input *DeleteServerCatalogInput) (req *request.Request, output *DeleteServerCatalogOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opDeleteServerCatalog,
|
||||
|
@ -288,7 +288,7 @@ func (c *SMS) DeleteServerCatalogRequest(input *DeleteServerCatalogInput) (req *
|
|||
// The request is missing a required parameter. Ensure that you have supplied
|
||||
// all the required parameters for the request.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/DeleteServerCatalog
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/DeleteServerCatalog
|
||||
func (c *SMS) DeleteServerCatalog(input *DeleteServerCatalogInput) (*DeleteServerCatalogOutput, error) {
|
||||
req, out := c.DeleteServerCatalogRequest(input)
|
||||
return out, req.Send()
|
||||
|
@ -335,7 +335,7 @@ const opDisassociateConnector = "DisassociateConnector"
|
|||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/DisassociateConnector
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/DisassociateConnector
|
||||
func (c *SMS) DisassociateConnectorRequest(input *DisassociateConnectorInput) (req *request.Request, output *DisassociateConnectorOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opDisassociateConnector,
|
||||
|
@ -381,7 +381,7 @@ func (c *SMS) DisassociateConnectorRequest(input *DisassociateConnectorInput) (r
|
|||
// A parameter specified in the request is not valid, is unsupported, or cannot
|
||||
// be used.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/DisassociateConnector
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/DisassociateConnector
|
||||
func (c *SMS) DisassociateConnector(input *DisassociateConnectorInput) (*DisassociateConnectorOutput, error) {
|
||||
req, out := c.DisassociateConnectorRequest(input)
|
||||
return out, req.Send()
|
||||
|
@ -428,7 +428,7 @@ const opGetConnectors = "GetConnectors"
|
|||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/GetConnectors
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/GetConnectors
|
||||
func (c *SMS) GetConnectorsRequest(input *GetConnectorsInput) (req *request.Request, output *GetConnectorsOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opGetConnectors,
|
||||
|
@ -467,7 +467,7 @@ func (c *SMS) GetConnectorsRequest(input *GetConnectorsInput) (req *request.Requ
|
|||
// * ErrCodeUnauthorizedOperationException "UnauthorizedOperationException"
|
||||
// This user does not have permissions to perform this operation.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/GetConnectors
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/GetConnectors
|
||||
func (c *SMS) GetConnectors(input *GetConnectorsInput) (*GetConnectorsOutput, error) {
|
||||
req, out := c.GetConnectorsRequest(input)
|
||||
return out, req.Send()
|
||||
|
@ -564,7 +564,7 @@ const opGetReplicationJobs = "GetReplicationJobs"
|
|||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/GetReplicationJobs
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/GetReplicationJobs
|
||||
func (c *SMS) GetReplicationJobsRequest(input *GetReplicationJobsInput) (req *request.Request, output *GetReplicationJobsOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opGetReplicationJobs,
|
||||
|
@ -612,7 +612,7 @@ func (c *SMS) GetReplicationJobsRequest(input *GetReplicationJobsInput) (req *re
|
|||
// * ErrCodeUnauthorizedOperationException "UnauthorizedOperationException"
|
||||
// This user does not have permissions to perform this operation.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/GetReplicationJobs
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/GetReplicationJobs
|
||||
func (c *SMS) GetReplicationJobs(input *GetReplicationJobsInput) (*GetReplicationJobsOutput, error) {
|
||||
req, out := c.GetReplicationJobsRequest(input)
|
||||
return out, req.Send()
|
||||
|
@ -709,7 +709,7 @@ const opGetReplicationRuns = "GetReplicationRuns"
|
|||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/GetReplicationRuns
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/GetReplicationRuns
|
||||
func (c *SMS) GetReplicationRunsRequest(input *GetReplicationRunsInput) (req *request.Request, output *GetReplicationRunsOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opGetReplicationRuns,
|
||||
|
@ -757,7 +757,7 @@ func (c *SMS) GetReplicationRunsRequest(input *GetReplicationRunsInput) (req *re
|
|||
// * ErrCodeUnauthorizedOperationException "UnauthorizedOperationException"
|
||||
// This user does not have permissions to perform this operation.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/GetReplicationRuns
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/GetReplicationRuns
|
||||
func (c *SMS) GetReplicationRuns(input *GetReplicationRunsInput) (*GetReplicationRunsOutput, error) {
|
||||
req, out := c.GetReplicationRunsRequest(input)
|
||||
return out, req.Send()
|
||||
|
@ -854,7 +854,7 @@ const opGetServers = "GetServers"
|
|||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/GetServers
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/GetServers
|
||||
func (c *SMS) GetServersRequest(input *GetServersInput) (req *request.Request, output *GetServersOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opGetServers,
|
||||
|
@ -893,7 +893,7 @@ func (c *SMS) GetServersRequest(input *GetServersInput) (req *request.Request, o
|
|||
// * ErrCodeUnauthorizedOperationException "UnauthorizedOperationException"
|
||||
// This user does not have permissions to perform this operation.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/GetServers
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/GetServers
|
||||
func (c *SMS) GetServers(input *GetServersInput) (*GetServersOutput, error) {
|
||||
req, out := c.GetServersRequest(input)
|
||||
return out, req.Send()
|
||||
|
@ -990,7 +990,7 @@ const opImportServerCatalog = "ImportServerCatalog"
|
|||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/ImportServerCatalog
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/ImportServerCatalog
|
||||
func (c *SMS) ImportServerCatalogRequest(input *ImportServerCatalogInput) (req *request.Request, output *ImportServerCatalogOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opImportServerCatalog,
|
||||
|
@ -1042,7 +1042,7 @@ func (c *SMS) ImportServerCatalogRequest(input *ImportServerCatalogInput) (req *
|
|||
// No connectors are available to handle this request. Please associate connector(s)
|
||||
// and verify any existing connectors are healthy and can respond to requests.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/ImportServerCatalog
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/ImportServerCatalog
|
||||
func (c *SMS) ImportServerCatalog(input *ImportServerCatalogInput) (*ImportServerCatalogOutput, error) {
|
||||
req, out := c.ImportServerCatalogRequest(input)
|
||||
return out, req.Send()
|
||||
|
@ -1089,7 +1089,7 @@ const opStartOnDemandReplicationRun = "StartOnDemandReplicationRun"
|
|||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/StartOnDemandReplicationRun
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/StartOnDemandReplicationRun
|
||||
func (c *SMS) StartOnDemandReplicationRunRequest(input *StartOnDemandReplicationRunInput) (req *request.Request, output *StartOnDemandReplicationRunOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opStartOnDemandReplicationRun,
|
||||
|
@ -1141,7 +1141,7 @@ func (c *SMS) StartOnDemandReplicationRunRequest(input *StartOnDemandReplication
|
|||
// * ErrCodeReplicationRunLimitExceededException "ReplicationRunLimitExceededException"
|
||||
// This user has exceeded the maximum allowed Replication Run limit.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/StartOnDemandReplicationRun
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/StartOnDemandReplicationRun
|
||||
func (c *SMS) StartOnDemandReplicationRun(input *StartOnDemandReplicationRunInput) (*StartOnDemandReplicationRunOutput, error) {
|
||||
req, out := c.StartOnDemandReplicationRunRequest(input)
|
||||
return out, req.Send()
|
||||
|
@ -1188,7 +1188,7 @@ const opUpdateReplicationJob = "UpdateReplicationJob"
|
|||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/UpdateReplicationJob
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/UpdateReplicationJob
|
||||
func (c *SMS) UpdateReplicationJobRequest(input *UpdateReplicationJobInput) (req *request.Request, output *UpdateReplicationJobOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opUpdateReplicationJob,
|
||||
|
@ -1244,7 +1244,7 @@ func (c *SMS) UpdateReplicationJobRequest(input *UpdateReplicationJobInput) (req
|
|||
// * ErrCodeInternalError "InternalError"
|
||||
// An internal error has occured.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/UpdateReplicationJob
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/UpdateReplicationJob
|
||||
func (c *SMS) UpdateReplicationJob(input *UpdateReplicationJobInput) (*UpdateReplicationJobOutput, error) {
|
||||
req, out := c.UpdateReplicationJobRequest(input)
|
||||
return out, req.Send()
|
||||
|
@ -1267,7 +1267,7 @@ func (c *SMS) UpdateReplicationJobWithContext(ctx aws.Context, input *UpdateRepl
|
|||
}
|
||||
|
||||
// Object representing a Connector
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/Connector
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/Connector
|
||||
type Connector struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -1286,7 +1286,7 @@ type Connector struct {
|
|||
// Hardware (MAC) address
|
||||
MacAddress *string `locationName:"macAddress" type:"string"`
|
||||
|
||||
// Status of on-premise Connector
|
||||
// Status of on-premises Connector
|
||||
Status *string `locationName:"status" type:"string" enum:"ConnectorStatus"`
|
||||
|
||||
// Connector version string
|
||||
|
@ -1372,7 +1372,7 @@ func (s *Connector) SetVmManagerType(v string) *Connector {
|
|||
return s
|
||||
}
|
||||
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/CreateReplicationJobRequest
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/CreateReplicationJobRequest
|
||||
type CreateReplicationJobInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -1468,7 +1468,7 @@ func (s *CreateReplicationJobInput) SetServerId(v string) *CreateReplicationJobI
|
|||
return s
|
||||
}
|
||||
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/CreateReplicationJobResponse
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/CreateReplicationJobResponse
|
||||
type CreateReplicationJobOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -1492,7 +1492,7 @@ func (s *CreateReplicationJobOutput) SetReplicationJobId(v string) *CreateReplic
|
|||
return s
|
||||
}
|
||||
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/DeleteReplicationJobRequest
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/DeleteReplicationJobRequest
|
||||
type DeleteReplicationJobInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -1531,7 +1531,7 @@ func (s *DeleteReplicationJobInput) SetReplicationJobId(v string) *DeleteReplica
|
|||
return s
|
||||
}
|
||||
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/DeleteReplicationJobResponse
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/DeleteReplicationJobResponse
|
||||
type DeleteReplicationJobOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
}
|
||||
|
@ -1546,7 +1546,7 @@ func (s DeleteReplicationJobOutput) GoString() string {
|
|||
return s.String()
|
||||
}
|
||||
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/DeleteServerCatalogRequest
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/DeleteServerCatalogRequest
|
||||
type DeleteServerCatalogInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
}
|
||||
|
@ -1561,7 +1561,7 @@ func (s DeleteServerCatalogInput) GoString() string {
|
|||
return s.String()
|
||||
}
|
||||
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/DeleteServerCatalogResponse
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/DeleteServerCatalogResponse
|
||||
type DeleteServerCatalogOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
}
|
||||
|
@ -1576,7 +1576,7 @@ func (s DeleteServerCatalogOutput) GoString() string {
|
|||
return s.String()
|
||||
}
|
||||
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/DisassociateConnectorRequest
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/DisassociateConnectorRequest
|
||||
type DisassociateConnectorInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -1615,7 +1615,7 @@ func (s *DisassociateConnectorInput) SetConnectorId(v string) *DisassociateConne
|
|||
return s
|
||||
}
|
||||
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/DisassociateConnectorResponse
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/DisassociateConnectorResponse
|
||||
type DisassociateConnectorOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
}
|
||||
|
@ -1630,7 +1630,7 @@ func (s DisassociateConnectorOutput) GoString() string {
|
|||
return s.String()
|
||||
}
|
||||
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/GetConnectorsRequest
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/GetConnectorsRequest
|
||||
type GetConnectorsInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -1664,7 +1664,7 @@ func (s *GetConnectorsInput) SetNextToken(v string) *GetConnectorsInput {
|
|||
return s
|
||||
}
|
||||
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/GetConnectorsResponse
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/GetConnectorsResponse
|
||||
type GetConnectorsOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -1697,7 +1697,7 @@ func (s *GetConnectorsOutput) SetNextToken(v string) *GetConnectorsOutput {
|
|||
return s
|
||||
}
|
||||
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/GetReplicationJobsRequest
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/GetReplicationJobsRequest
|
||||
type GetReplicationJobsInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -1740,7 +1740,7 @@ func (s *GetReplicationJobsInput) SetReplicationJobId(v string) *GetReplicationJ
|
|||
return s
|
||||
}
|
||||
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/GetReplicationJobsResponse
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/GetReplicationJobsResponse
|
||||
type GetReplicationJobsOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -1773,7 +1773,7 @@ func (s *GetReplicationJobsOutput) SetReplicationJobList(v []*ReplicationJob) *G
|
|||
return s
|
||||
}
|
||||
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/GetReplicationRunsRequest
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/GetReplicationRunsRequest
|
||||
type GetReplicationRunsInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -1831,7 +1831,7 @@ func (s *GetReplicationRunsInput) SetReplicationJobId(v string) *GetReplicationR
|
|||
return s
|
||||
}
|
||||
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/GetReplicationRunsResponse
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/GetReplicationRunsResponse
|
||||
type GetReplicationRunsOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -1873,7 +1873,7 @@ func (s *GetReplicationRunsOutput) SetReplicationRunList(v []*ReplicationRun) *G
|
|||
return s
|
||||
}
|
||||
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/GetServersRequest
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/GetServersRequest
|
||||
type GetServersInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -1907,7 +1907,7 @@ func (s *GetServersInput) SetNextToken(v string) *GetServersInput {
|
|||
return s
|
||||
}
|
||||
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/GetServersResponse
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/GetServersResponse
|
||||
type GetServersOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -1958,7 +1958,7 @@ func (s *GetServersOutput) SetServerList(v []*Server) *GetServersOutput {
|
|||
return s
|
||||
}
|
||||
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/ImportServerCatalogRequest
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/ImportServerCatalogRequest
|
||||
type ImportServerCatalogInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
}
|
||||
|
@ -1973,7 +1973,7 @@ func (s ImportServerCatalogInput) GoString() string {
|
|||
return s.String()
|
||||
}
|
||||
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/ImportServerCatalogResponse
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/ImportServerCatalogResponse
|
||||
type ImportServerCatalogOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
}
|
||||
|
@ -1989,7 +1989,7 @@ func (s ImportServerCatalogOutput) GoString() string {
|
|||
}
|
||||
|
||||
// Object representing a Replication Job
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/ReplicationJob
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/ReplicationJob
|
||||
type ReplicationJob struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -2133,7 +2133,7 @@ func (s *ReplicationJob) SetVmServer(v *VmServer) *ReplicationJob {
|
|||
}
|
||||
|
||||
// Object representing a Replication Run
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/ReplicationRun
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/ReplicationRun
|
||||
type ReplicationRun struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -2221,7 +2221,7 @@ func (s *ReplicationRun) SetType(v string) *ReplicationRun {
|
|||
}
|
||||
|
||||
// Object representing a server
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/Server
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/Server
|
||||
type Server struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -2281,7 +2281,7 @@ func (s *Server) SetVmServer(v *VmServer) *Server {
|
|||
return s
|
||||
}
|
||||
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/StartOnDemandReplicationRunRequest
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/StartOnDemandReplicationRunRequest
|
||||
type StartOnDemandReplicationRunInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -2329,7 +2329,7 @@ func (s *StartOnDemandReplicationRunInput) SetReplicationJobId(v string) *StartO
|
|||
return s
|
||||
}
|
||||
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/StartOnDemandReplicationRunResponse
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/StartOnDemandReplicationRunResponse
|
||||
type StartOnDemandReplicationRunOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -2353,7 +2353,7 @@ func (s *StartOnDemandReplicationRunOutput) SetReplicationRunId(v string) *Start
|
|||
return s
|
||||
}
|
||||
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/UpdateReplicationJobRequest
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/UpdateReplicationJobRequest
|
||||
type UpdateReplicationJobInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -2439,7 +2439,7 @@ func (s *UpdateReplicationJobInput) SetRoleName(v string) *UpdateReplicationJobI
|
|||
return s
|
||||
}
|
||||
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/UpdateReplicationJobResponse
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/UpdateReplicationJobResponse
|
||||
type UpdateReplicationJobOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
}
|
||||
|
@ -2455,7 +2455,7 @@ func (s UpdateReplicationJobOutput) GoString() string {
|
|||
}
|
||||
|
||||
// Object representing a VM server
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/VmServer
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/VmServer
|
||||
type VmServer struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -2516,7 +2516,7 @@ func (s *VmServer) SetVmServerAddress(v *VmServerAddress) *VmServer {
|
|||
}
|
||||
|
||||
// Object representing a server's location
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/VmServerAddress
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/VmServerAddress
|
||||
type VmServerAddress struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -2555,7 +2555,7 @@ const (
|
|||
ConnectorCapabilityVsphere = "VSPHERE"
|
||||
)
|
||||
|
||||
// Status of on-premise Connector
|
||||
// Status of on-premises Connector
|
||||
const (
|
||||
// ConnectorStatusHealthy is a ConnectorStatus enum value
|
||||
ConnectorStatusHealthy = "HEALTHY"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue