@aws-sdk/client-mgn

ResumeReplicationCommandOutput Interface

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
applicationID string | undefined

Source server application ID.

arn string | undefined

Source server ARN.

connectorAction SourceServerConnectorAction | undefined

Source Server connector action.

dataReplicationInfo DataReplicationInfo | undefined

Source server data replication info.

fqdnForActionFramework string | undefined

Source server fqdn for action framework.

isArchived boolean | undefined

Source server archived status.

launchedInstance LaunchedInstance | undefined

Source server launched instance.

lifeCycle LifeCycle | undefined

Source server lifecycle state.

replicationType ReplicationType | undefined

Source server replication type.

sourceProperties SourceProperties | undefined

Source server properties.

sourceServerID string | undefined

Source server ID.

tags Record<string, string> | undefined

Source server Tags.

userProvidedID string | undefined

Source server user provided ID.

vcenterClientID string | undefined

Source server vCenter client id.

Full Signature

export interface ResumeReplicationCommandOutput extends SourceServer, MetadataBearer