drs

package
v1.44.279 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 8, 2023 License: Apache-2.0 Imports: 9 Imported by: 10

Documentation

Overview

Package drs provides the client and types for making API requests to Elastic Disaster Recovery Service.

AWS Elastic Disaster Recovery Service.

See https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26 for more information on this service.

See drs package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/drs/

Using the Client

To contact Elastic Disaster Recovery Service with the SDK use the New function to create a new service client. With that client you can make API requests to the service. These clients are safe to use concurrently.

See the SDK's documentation for more information on how to use the SDK. https://docs.aws.amazon.com/sdk-for-go/api/

See aws.Config documentation for more information on configuring SDK clients. https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config

See the Elastic Disaster Recovery Service client Drs for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/drs/#New

Index

Constants

View Source
const (
	// DataReplicationErrorStringAgentNotSeen is a DataReplicationErrorString enum value
	DataReplicationErrorStringAgentNotSeen = "AGENT_NOT_SEEN"

	// DataReplicationErrorStringSnapshotsFailure is a DataReplicationErrorString enum value
	DataReplicationErrorStringSnapshotsFailure = "SNAPSHOTS_FAILURE"

	// DataReplicationErrorStringNotConverging is a DataReplicationErrorString enum value
	DataReplicationErrorStringNotConverging = "NOT_CONVERGING"

	// DataReplicationErrorStringUnstableNetwork is a DataReplicationErrorString enum value
	DataReplicationErrorStringUnstableNetwork = "UNSTABLE_NETWORK"

	// DataReplicationErrorStringFailedToCreateSecurityGroup is a DataReplicationErrorString enum value
	DataReplicationErrorStringFailedToCreateSecurityGroup = "FAILED_TO_CREATE_SECURITY_GROUP"

	// DataReplicationErrorStringFailedToLaunchReplicationServer is a DataReplicationErrorString enum value
	DataReplicationErrorStringFailedToLaunchReplicationServer = "FAILED_TO_LAUNCH_REPLICATION_SERVER"

	// DataReplicationErrorStringFailedToBootReplicationServer is a DataReplicationErrorString enum value
	DataReplicationErrorStringFailedToBootReplicationServer = "FAILED_TO_BOOT_REPLICATION_SERVER"

	// DataReplicationErrorStringFailedToAuthenticateWithService is a DataReplicationErrorString enum value
	DataReplicationErrorStringFailedToAuthenticateWithService = "FAILED_TO_AUTHENTICATE_WITH_SERVICE"

	// DataReplicationErrorStringFailedToDownloadReplicationSoftware is a DataReplicationErrorString enum value
	DataReplicationErrorStringFailedToDownloadReplicationSoftware = "FAILED_TO_DOWNLOAD_REPLICATION_SOFTWARE"

	// DataReplicationErrorStringFailedToCreateStagingDisks is a DataReplicationErrorString enum value
	DataReplicationErrorStringFailedToCreateStagingDisks = "FAILED_TO_CREATE_STAGING_DISKS"

	// DataReplicationErrorStringFailedToAttachStagingDisks is a DataReplicationErrorString enum value
	DataReplicationErrorStringFailedToAttachStagingDisks = "FAILED_TO_ATTACH_STAGING_DISKS"

	// DataReplicationErrorStringFailedToPairReplicationServerWithAgent is a DataReplicationErrorString enum value
	DataReplicationErrorStringFailedToPairReplicationServerWithAgent = "FAILED_TO_PAIR_REPLICATION_SERVER_WITH_AGENT"

	// DataReplicationErrorStringFailedToConnectAgentToReplicationServer is a DataReplicationErrorString enum value
	DataReplicationErrorStringFailedToConnectAgentToReplicationServer = "FAILED_TO_CONNECT_AGENT_TO_REPLICATION_SERVER"

	// DataReplicationErrorStringFailedToStartDataTransfer is a DataReplicationErrorString enum value
	DataReplicationErrorStringFailedToStartDataTransfer = "FAILED_TO_START_DATA_TRANSFER"
)
View Source
const (
	// DataReplicationInitiationStepNameWait is a DataReplicationInitiationStepName enum value
	DataReplicationInitiationStepNameWait = "WAIT"

	// DataReplicationInitiationStepNameCreateSecurityGroup is a DataReplicationInitiationStepName enum value
	DataReplicationInitiationStepNameCreateSecurityGroup = "CREATE_SECURITY_GROUP"

	// DataReplicationInitiationStepNameLaunchReplicationServer is a DataReplicationInitiationStepName enum value
	DataReplicationInitiationStepNameLaunchReplicationServer = "LAUNCH_REPLICATION_SERVER"

	// DataReplicationInitiationStepNameBootReplicationServer is a DataReplicationInitiationStepName enum value
	DataReplicationInitiationStepNameBootReplicationServer = "BOOT_REPLICATION_SERVER"

	// DataReplicationInitiationStepNameAuthenticateWithService is a DataReplicationInitiationStepName enum value
	DataReplicationInitiationStepNameAuthenticateWithService = "AUTHENTICATE_WITH_SERVICE"

	// DataReplicationInitiationStepNameDownloadReplicationSoftware is a DataReplicationInitiationStepName enum value
	DataReplicationInitiationStepNameDownloadReplicationSoftware = "DOWNLOAD_REPLICATION_SOFTWARE"

	// DataReplicationInitiationStepNameCreateStagingDisks is a DataReplicationInitiationStepName enum value
	DataReplicationInitiationStepNameCreateStagingDisks = "CREATE_STAGING_DISKS"

	// DataReplicationInitiationStepNameAttachStagingDisks is a DataReplicationInitiationStepName enum value
	DataReplicationInitiationStepNameAttachStagingDisks = "ATTACH_STAGING_DISKS"

	// DataReplicationInitiationStepNamePairReplicationServerWithAgent is a DataReplicationInitiationStepName enum value
	DataReplicationInitiationStepNamePairReplicationServerWithAgent = "PAIR_REPLICATION_SERVER_WITH_AGENT"

	// DataReplicationInitiationStepNameConnectAgentToReplicationServer is a DataReplicationInitiationStepName enum value
	DataReplicationInitiationStepNameConnectAgentToReplicationServer = "CONNECT_AGENT_TO_REPLICATION_SERVER"

	// DataReplicationInitiationStepNameStartDataTransfer is a DataReplicationInitiationStepName enum value
	DataReplicationInitiationStepNameStartDataTransfer = "START_DATA_TRANSFER"
)
View Source
const (
	// DataReplicationInitiationStepStatusNotStarted is a DataReplicationInitiationStepStatus enum value
	DataReplicationInitiationStepStatusNotStarted = "NOT_STARTED"

	// DataReplicationInitiationStepStatusInProgress is a DataReplicationInitiationStepStatus enum value
	DataReplicationInitiationStepStatusInProgress = "IN_PROGRESS"

	// DataReplicationInitiationStepStatusSucceeded is a DataReplicationInitiationStepStatus enum value
	DataReplicationInitiationStepStatusSucceeded = "SUCCEEDED"

	// DataReplicationInitiationStepStatusFailed is a DataReplicationInitiationStepStatus enum value
	DataReplicationInitiationStepStatusFailed = "FAILED"

	// DataReplicationInitiationStepStatusSkipped is a DataReplicationInitiationStepStatus enum value
	DataReplicationInitiationStepStatusSkipped = "SKIPPED"
)
View Source
const (
	// DataReplicationStateStopped is a DataReplicationState enum value
	DataReplicationStateStopped = "STOPPED"

	// DataReplicationStateInitiating is a DataReplicationState enum value
	DataReplicationStateInitiating = "INITIATING"

	// DataReplicationStateInitialSync is a DataReplicationState enum value
	DataReplicationStateInitialSync = "INITIAL_SYNC"

	// DataReplicationStateBacklog is a DataReplicationState enum value
	DataReplicationStateBacklog = "BACKLOG"

	// DataReplicationStateCreatingSnapshot is a DataReplicationState enum value
	DataReplicationStateCreatingSnapshot = "CREATING_SNAPSHOT"

	// DataReplicationStateContinuous is a DataReplicationState enum value
	DataReplicationStateContinuous = "CONTINUOUS"

	// DataReplicationStatePaused is a DataReplicationState enum value
	DataReplicationStatePaused = "PAUSED"

	// DataReplicationStateRescan is a DataReplicationState enum value
	DataReplicationStateRescan = "RESCAN"

	// DataReplicationStateStalled is a DataReplicationState enum value
	DataReplicationStateStalled = "STALLED"

	// DataReplicationStateDisconnected is a DataReplicationState enum value
	DataReplicationStateDisconnected = "DISCONNECTED"
)
View Source
const (
	// EC2InstanceStatePending is a EC2InstanceState enum value
	EC2InstanceStatePending = "PENDING"

	// EC2InstanceStateRunning is a EC2InstanceState enum value
	EC2InstanceStateRunning = "RUNNING"

	// EC2InstanceStateStopping is a EC2InstanceState enum value
	EC2InstanceStateStopping = "STOPPING"

	// EC2InstanceStateStopped is a EC2InstanceState enum value
	EC2InstanceStateStopped = "STOPPED"

	// EC2InstanceStateShuttingDown is a EC2InstanceState enum value
	EC2InstanceStateShuttingDown = "SHUTTING-DOWN"

	// EC2InstanceStateTerminated is a EC2InstanceState enum value
	EC2InstanceStateTerminated = "TERMINATED"

	// EC2InstanceStateNotFound is a EC2InstanceState enum value
	EC2InstanceStateNotFound = "NOT_FOUND"
)
View Source
const (
	// ExtensionStatusExtended is a ExtensionStatus enum value
	ExtensionStatusExtended = "EXTENDED"

	// ExtensionStatusExtensionError is a ExtensionStatus enum value
	ExtensionStatusExtensionError = "EXTENSION_ERROR"

	// ExtensionStatusNotExtended is a ExtensionStatus enum value
	ExtensionStatusNotExtended = "NOT_EXTENDED"
)
View Source
const (
	// FailbackLaunchTypeRecovery is a FailbackLaunchType enum value
	FailbackLaunchTypeRecovery = "RECOVERY"

	// FailbackLaunchTypeDrill is a FailbackLaunchType enum value
	FailbackLaunchTypeDrill = "DRILL"
)
View Source
const (
	// FailbackReplicationErrorAgentNotSeen is a FailbackReplicationError enum value
	FailbackReplicationErrorAgentNotSeen = "AGENT_NOT_SEEN"

	// FailbackReplicationErrorFailbackClientNotSeen is a FailbackReplicationError enum value
	FailbackReplicationErrorFailbackClientNotSeen = "FAILBACK_CLIENT_NOT_SEEN"

	// FailbackReplicationErrorNotConverging is a FailbackReplicationError enum value
	FailbackReplicationErrorNotConverging = "NOT_CONVERGING"

	// FailbackReplicationErrorUnstableNetwork is a FailbackReplicationError enum value
	FailbackReplicationErrorUnstableNetwork = "UNSTABLE_NETWORK"

	// FailbackReplicationErrorFailedToEstablishRecoveryInstanceCommunication is a FailbackReplicationError enum value
	FailbackReplicationErrorFailedToEstablishRecoveryInstanceCommunication = "FAILED_TO_ESTABLISH_RECOVERY_INSTANCE_COMMUNICATION"

	// FailbackReplicationErrorFailedToDownloadReplicationSoftwareToFailbackClient is a FailbackReplicationError enum value
	FailbackReplicationErrorFailedToDownloadReplicationSoftwareToFailbackClient = "FAILED_TO_DOWNLOAD_REPLICATION_SOFTWARE_TO_FAILBACK_CLIENT"

	// FailbackReplicationErrorFailedToConfigureReplicationSoftware is a FailbackReplicationError enum value
	FailbackReplicationErrorFailedToConfigureReplicationSoftware = "FAILED_TO_CONFIGURE_REPLICATION_SOFTWARE"

	// FailbackReplicationErrorFailedToPairAgentWithReplicationSoftware is a FailbackReplicationError enum value
	FailbackReplicationErrorFailedToPairAgentWithReplicationSoftware = "FAILED_TO_PAIR_AGENT_WITH_REPLICATION_SOFTWARE"

	// FailbackReplicationErrorFailedToEstablishAgentReplicatorSoftwareCommunication is a FailbackReplicationError enum value
	FailbackReplicationErrorFailedToEstablishAgentReplicatorSoftwareCommunication = "FAILED_TO_ESTABLISH_AGENT_REPLICATOR_SOFTWARE_COMMUNICATION"

	// FailbackReplicationErrorFailedGettingReplicationState is a FailbackReplicationError enum value
	FailbackReplicationErrorFailedGettingReplicationState = "FAILED_GETTING_REPLICATION_STATE"

	// FailbackReplicationErrorSnapshotsFailure is a FailbackReplicationError enum value
	FailbackReplicationErrorSnapshotsFailure = "SNAPSHOTS_FAILURE"

	// FailbackReplicationErrorFailedToCreateSecurityGroup is a FailbackReplicationError enum value
	FailbackReplicationErrorFailedToCreateSecurityGroup = "FAILED_TO_CREATE_SECURITY_GROUP"

	// FailbackReplicationErrorFailedToLaunchReplicationServer is a FailbackReplicationError enum value
	FailbackReplicationErrorFailedToLaunchReplicationServer = "FAILED_TO_LAUNCH_REPLICATION_SERVER"

	// FailbackReplicationErrorFailedToBootReplicationServer is a FailbackReplicationError enum value
	FailbackReplicationErrorFailedToBootReplicationServer = "FAILED_TO_BOOT_REPLICATION_SERVER"

	// FailbackReplicationErrorFailedToAuthenticateWithService is a FailbackReplicationError enum value
	FailbackReplicationErrorFailedToAuthenticateWithService = "FAILED_TO_AUTHENTICATE_WITH_SERVICE"

	// FailbackReplicationErrorFailedToDownloadReplicationSoftware is a FailbackReplicationError enum value
	FailbackReplicationErrorFailedToDownloadReplicationSoftware = "FAILED_TO_DOWNLOAD_REPLICATION_SOFTWARE"

	// FailbackReplicationErrorFailedToCreateStagingDisks is a FailbackReplicationError enum value
	FailbackReplicationErrorFailedToCreateStagingDisks = "FAILED_TO_CREATE_STAGING_DISKS"

	// FailbackReplicationErrorFailedToAttachStagingDisks is a FailbackReplicationError enum value
	FailbackReplicationErrorFailedToAttachStagingDisks = "FAILED_TO_ATTACH_STAGING_DISKS"

	// FailbackReplicationErrorFailedToPairReplicationServerWithAgent is a FailbackReplicationError enum value
	FailbackReplicationErrorFailedToPairReplicationServerWithAgent = "FAILED_TO_PAIR_REPLICATION_SERVER_WITH_AGENT"

	// FailbackReplicationErrorFailedToConnectAgentToReplicationServer is a FailbackReplicationError enum value
	FailbackReplicationErrorFailedToConnectAgentToReplicationServer = "FAILED_TO_CONNECT_AGENT_TO_REPLICATION_SERVER"

	// FailbackReplicationErrorFailedToStartDataTransfer is a FailbackReplicationError enum value
	FailbackReplicationErrorFailedToStartDataTransfer = "FAILED_TO_START_DATA_TRANSFER"
)
View Source
const (
	// FailbackStateFailbackNotStarted is a FailbackState enum value
	FailbackStateFailbackNotStarted = "FAILBACK_NOT_STARTED"

	// FailbackStateFailbackInProgress is a FailbackState enum value
	FailbackStateFailbackInProgress = "FAILBACK_IN_PROGRESS"

	// FailbackStateFailbackReadyForLaunch is a FailbackState enum value
	FailbackStateFailbackReadyForLaunch = "FAILBACK_READY_FOR_LAUNCH"

	// FailbackStateFailbackCompleted is a FailbackState enum value
	FailbackStateFailbackCompleted = "FAILBACK_COMPLETED"

	// FailbackStateFailbackError is a FailbackState enum value
	FailbackStateFailbackError = "FAILBACK_ERROR"

	// FailbackStateFailbackNotReadyForLaunch is a FailbackState enum value
	FailbackStateFailbackNotReadyForLaunch = "FAILBACK_NOT_READY_FOR_LAUNCH"

	// FailbackStateFailbackLaunchStateNotAvailable is a FailbackState enum value
	FailbackStateFailbackLaunchStateNotAvailable = "FAILBACK_LAUNCH_STATE_NOT_AVAILABLE"
)
View Source
const (
	// InitiatedByStartRecovery is a InitiatedBy enum value
	InitiatedByStartRecovery = "START_RECOVERY"

	// InitiatedByStartDrill is a InitiatedBy enum value
	InitiatedByStartDrill = "START_DRILL"

	// InitiatedByFailback is a InitiatedBy enum value
	InitiatedByFailback = "FAILBACK"

	// InitiatedByDiagnostic is a InitiatedBy enum value
	InitiatedByDiagnostic = "DIAGNOSTIC"

	// InitiatedByTerminateRecoveryInstances is a InitiatedBy enum value
	InitiatedByTerminateRecoveryInstances = "TERMINATE_RECOVERY_INSTANCES"

	// InitiatedByTargetAccount is a InitiatedBy enum value
	InitiatedByTargetAccount = "TARGET_ACCOUNT"
)
View Source
const (
	// JobLogEventJobStart is a JobLogEvent enum value
	JobLogEventJobStart = "JOB_START"

	// JobLogEventServerSkipped is a JobLogEvent enum value
	JobLogEventServerSkipped = "SERVER_SKIPPED"

	// JobLogEventCleanupStart is a JobLogEvent enum value
	JobLogEventCleanupStart = "CLEANUP_START"

	// JobLogEventCleanupEnd is a JobLogEvent enum value
	JobLogEventCleanupEnd = "CLEANUP_END"

	// JobLogEventCleanupFail is a JobLogEvent enum value
	JobLogEventCleanupFail = "CLEANUP_FAIL"

	// JobLogEventSnapshotStart is a JobLogEvent enum value
	JobLogEventSnapshotStart = "SNAPSHOT_START"

	// JobLogEventSnapshotEnd is a JobLogEvent enum value
	JobLogEventSnapshotEnd = "SNAPSHOT_END"

	// JobLogEventSnapshotFail is a JobLogEvent enum value
	JobLogEventSnapshotFail = "SNAPSHOT_FAIL"

	// JobLogEventUsingPreviousSnapshot is a JobLogEvent enum value
	JobLogEventUsingPreviousSnapshot = "USING_PREVIOUS_SNAPSHOT"

	// JobLogEventUsingPreviousSnapshotFailed is a JobLogEvent enum value
	JobLogEventUsingPreviousSnapshotFailed = "USING_PREVIOUS_SNAPSHOT_FAILED"

	// JobLogEventConversionStart is a JobLogEvent enum value
	JobLogEventConversionStart = "CONVERSION_START"

	// JobLogEventConversionEnd is a JobLogEvent enum value
	JobLogEventConversionEnd = "CONVERSION_END"

	// JobLogEventConversionFail is a JobLogEvent enum value
	JobLogEventConversionFail = "CONVERSION_FAIL"

	// JobLogEventLaunchStart is a JobLogEvent enum value
	JobLogEventLaunchStart = "LAUNCH_START"

	// JobLogEventLaunchFailed is a JobLogEvent enum value
	JobLogEventLaunchFailed = "LAUNCH_FAILED"

	// JobLogEventJobCancel is a JobLogEvent enum value
	JobLogEventJobCancel = "JOB_CANCEL"

	// JobLogEventJobEnd is a JobLogEvent enum value
	JobLogEventJobEnd = "JOB_END"
)
View Source
const (
	// JobStatusPending is a JobStatus enum value
	JobStatusPending = "PENDING"

	// JobStatusStarted is a JobStatus enum value
	JobStatusStarted = "STARTED"

	// JobStatusCompleted is a JobStatus enum value
	JobStatusCompleted = "COMPLETED"
)
View Source
const (
	// JobTypeLaunch is a JobType enum value
	JobTypeLaunch = "LAUNCH"

	// JobTypeTerminate is a JobType enum value
	JobTypeTerminate = "TERMINATE"

	// JobTypeCreateConvertedSnapshot is a JobType enum value
	JobTypeCreateConvertedSnapshot = "CREATE_CONVERTED_SNAPSHOT"
)
View Source
const (
	// LastLaunchResultNotStarted is a LastLaunchResult enum value
	LastLaunchResultNotStarted = "NOT_STARTED"

	// LastLaunchResultPending is a LastLaunchResult enum value
	LastLaunchResultPending = "PENDING"

	// LastLaunchResultSucceeded is a LastLaunchResult enum value
	LastLaunchResultSucceeded = "SUCCEEDED"

	// LastLaunchResultFailed is a LastLaunchResult enum value
	LastLaunchResultFailed = "FAILED"
)
View Source
const (
	// LastLaunchTypeRecovery is a LastLaunchType enum value
	LastLaunchTypeRecovery = "RECOVERY"

	// LastLaunchTypeDrill is a LastLaunchType enum value
	LastLaunchTypeDrill = "DRILL"
)
View Source
const (
	// LaunchDispositionStopped is a LaunchDisposition enum value
	LaunchDispositionStopped = "STOPPED"

	// LaunchDispositionStarted is a LaunchDisposition enum value
	LaunchDispositionStarted = "STARTED"
)
View Source
const (
	// LaunchStatusPending is a LaunchStatus enum value
	LaunchStatusPending = "PENDING"

	// LaunchStatusInProgress is a LaunchStatus enum value
	LaunchStatusInProgress = "IN_PROGRESS"

	// LaunchStatusLaunched is a LaunchStatus enum value
	LaunchStatusLaunched = "LAUNCHED"

	// LaunchStatusFailed is a LaunchStatus enum value
	LaunchStatusFailed = "FAILED"

	// LaunchStatusTerminated is a LaunchStatus enum value
	LaunchStatusTerminated = "TERMINATED"
)
View Source
const (
	// OriginEnvironmentOnPremises is a OriginEnvironment enum value
	OriginEnvironmentOnPremises = "ON_PREMISES"

	// OriginEnvironmentAws is a OriginEnvironment enum value
	OriginEnvironmentAws = "AWS"
)
View Source
const (
	// PITPolicyRuleUnitsMinute is a PITPolicyRuleUnits enum value
	PITPolicyRuleUnitsMinute = "MINUTE"

	// PITPolicyRuleUnitsHour is a PITPolicyRuleUnits enum value
	PITPolicyRuleUnitsHour = "HOUR"

	// PITPolicyRuleUnitsDay is a PITPolicyRuleUnits enum value
	PITPolicyRuleUnitsDay = "DAY"
)
View Source
const (
	// RecoveryInstanceDataReplicationInitiationStepNameLinkFailbackClientWithRecoveryInstance is a RecoveryInstanceDataReplicationInitiationStepName enum value
	RecoveryInstanceDataReplicationInitiationStepNameLinkFailbackClientWithRecoveryInstance = "LINK_FAILBACK_CLIENT_WITH_RECOVERY_INSTANCE"

	// RecoveryInstanceDataReplicationInitiationStepNameCompleteVolumeMapping is a RecoveryInstanceDataReplicationInitiationStepName enum value
	RecoveryInstanceDataReplicationInitiationStepNameCompleteVolumeMapping = "COMPLETE_VOLUME_MAPPING"

	// RecoveryInstanceDataReplicationInitiationStepNameEstablishRecoveryInstanceCommunication is a RecoveryInstanceDataReplicationInitiationStepName enum value
	RecoveryInstanceDataReplicationInitiationStepNameEstablishRecoveryInstanceCommunication = "ESTABLISH_RECOVERY_INSTANCE_COMMUNICATION"

	// RecoveryInstanceDataReplicationInitiationStepNameDownloadReplicationSoftwareToFailbackClient is a RecoveryInstanceDataReplicationInitiationStepName enum value
	RecoveryInstanceDataReplicationInitiationStepNameDownloadReplicationSoftwareToFailbackClient = "DOWNLOAD_REPLICATION_SOFTWARE_TO_FAILBACK_CLIENT"

	// RecoveryInstanceDataReplicationInitiationStepNameConfigureReplicationSoftware is a RecoveryInstanceDataReplicationInitiationStepName enum value
	RecoveryInstanceDataReplicationInitiationStepNameConfigureReplicationSoftware = "CONFIGURE_REPLICATION_SOFTWARE"

	// RecoveryInstanceDataReplicationInitiationStepNamePairAgentWithReplicationSoftware is a RecoveryInstanceDataReplicationInitiationStepName enum value
	RecoveryInstanceDataReplicationInitiationStepNamePairAgentWithReplicationSoftware = "PAIR_AGENT_WITH_REPLICATION_SOFTWARE"

	// RecoveryInstanceDataReplicationInitiationStepNameEstablishAgentReplicatorSoftwareCommunication is a RecoveryInstanceDataReplicationInitiationStepName enum value
	RecoveryInstanceDataReplicationInitiationStepNameEstablishAgentReplicatorSoftwareCommunication = "ESTABLISH_AGENT_REPLICATOR_SOFTWARE_COMMUNICATION"

	// RecoveryInstanceDataReplicationInitiationStepNameWait is a RecoveryInstanceDataReplicationInitiationStepName enum value
	RecoveryInstanceDataReplicationInitiationStepNameWait = "WAIT"

	// RecoveryInstanceDataReplicationInitiationStepNameCreateSecurityGroup is a RecoveryInstanceDataReplicationInitiationStepName enum value
	RecoveryInstanceDataReplicationInitiationStepNameCreateSecurityGroup = "CREATE_SECURITY_GROUP"

	// RecoveryInstanceDataReplicationInitiationStepNameLaunchReplicationServer is a RecoveryInstanceDataReplicationInitiationStepName enum value
	RecoveryInstanceDataReplicationInitiationStepNameLaunchReplicationServer = "LAUNCH_REPLICATION_SERVER"

	// RecoveryInstanceDataReplicationInitiationStepNameBootReplicationServer is a RecoveryInstanceDataReplicationInitiationStepName enum value
	RecoveryInstanceDataReplicationInitiationStepNameBootReplicationServer = "BOOT_REPLICATION_SERVER"

	// RecoveryInstanceDataReplicationInitiationStepNameAuthenticateWithService is a RecoveryInstanceDataReplicationInitiationStepName enum value
	RecoveryInstanceDataReplicationInitiationStepNameAuthenticateWithService = "AUTHENTICATE_WITH_SERVICE"

	// RecoveryInstanceDataReplicationInitiationStepNameDownloadReplicationSoftware is a RecoveryInstanceDataReplicationInitiationStepName enum value
	RecoveryInstanceDataReplicationInitiationStepNameDownloadReplicationSoftware = "DOWNLOAD_REPLICATION_SOFTWARE"

	// RecoveryInstanceDataReplicationInitiationStepNameCreateStagingDisks is a RecoveryInstanceDataReplicationInitiationStepName enum value
	RecoveryInstanceDataReplicationInitiationStepNameCreateStagingDisks = "CREATE_STAGING_DISKS"

	// RecoveryInstanceDataReplicationInitiationStepNameAttachStagingDisks is a RecoveryInstanceDataReplicationInitiationStepName enum value
	RecoveryInstanceDataReplicationInitiationStepNameAttachStagingDisks = "ATTACH_STAGING_DISKS"

	// RecoveryInstanceDataReplicationInitiationStepNamePairReplicationServerWithAgent is a RecoveryInstanceDataReplicationInitiationStepName enum value
	RecoveryInstanceDataReplicationInitiationStepNamePairReplicationServerWithAgent = "PAIR_REPLICATION_SERVER_WITH_AGENT"

	// RecoveryInstanceDataReplicationInitiationStepNameConnectAgentToReplicationServer is a RecoveryInstanceDataReplicationInitiationStepName enum value
	RecoveryInstanceDataReplicationInitiationStepNameConnectAgentToReplicationServer = "CONNECT_AGENT_TO_REPLICATION_SERVER"

	// RecoveryInstanceDataReplicationInitiationStepNameStartDataTransfer is a RecoveryInstanceDataReplicationInitiationStepName enum value
	RecoveryInstanceDataReplicationInitiationStepNameStartDataTransfer = "START_DATA_TRANSFER"
)
View Source
const (
	// RecoveryInstanceDataReplicationInitiationStepStatusNotStarted is a RecoveryInstanceDataReplicationInitiationStepStatus enum value
	RecoveryInstanceDataReplicationInitiationStepStatusNotStarted = "NOT_STARTED"

	// RecoveryInstanceDataReplicationInitiationStepStatusInProgress is a RecoveryInstanceDataReplicationInitiationStepStatus enum value
	RecoveryInstanceDataReplicationInitiationStepStatusInProgress = "IN_PROGRESS"

	// RecoveryInstanceDataReplicationInitiationStepStatusSucceeded is a RecoveryInstanceDataReplicationInitiationStepStatus enum value
	RecoveryInstanceDataReplicationInitiationStepStatusSucceeded = "SUCCEEDED"

	// RecoveryInstanceDataReplicationInitiationStepStatusFailed is a RecoveryInstanceDataReplicationInitiationStepStatus enum value
	RecoveryInstanceDataReplicationInitiationStepStatusFailed = "FAILED"

	// RecoveryInstanceDataReplicationInitiationStepStatusSkipped is a RecoveryInstanceDataReplicationInitiationStepStatus enum value
	RecoveryInstanceDataReplicationInitiationStepStatusSkipped = "SKIPPED"
)
View Source
const (
	// RecoveryInstanceDataReplicationStateStopped is a RecoveryInstanceDataReplicationState enum value
	RecoveryInstanceDataReplicationStateStopped = "STOPPED"

	// RecoveryInstanceDataReplicationStateInitiating is a RecoveryInstanceDataReplicationState enum value
	RecoveryInstanceDataReplicationStateInitiating = "INITIATING"

	// RecoveryInstanceDataReplicationStateInitialSync is a RecoveryInstanceDataReplicationState enum value
	RecoveryInstanceDataReplicationStateInitialSync = "INITIAL_SYNC"

	// RecoveryInstanceDataReplicationStateBacklog is a RecoveryInstanceDataReplicationState enum value
	RecoveryInstanceDataReplicationStateBacklog = "BACKLOG"

	// RecoveryInstanceDataReplicationStateCreatingSnapshot is a RecoveryInstanceDataReplicationState enum value
	RecoveryInstanceDataReplicationStateCreatingSnapshot = "CREATING_SNAPSHOT"

	// RecoveryInstanceDataReplicationStateContinuous is a RecoveryInstanceDataReplicationState enum value
	RecoveryInstanceDataReplicationStateContinuous = "CONTINUOUS"

	// RecoveryInstanceDataReplicationStatePaused is a RecoveryInstanceDataReplicationState enum value
	RecoveryInstanceDataReplicationStatePaused = "PAUSED"

	// RecoveryInstanceDataReplicationStateRescan is a RecoveryInstanceDataReplicationState enum value
	RecoveryInstanceDataReplicationStateRescan = "RESCAN"

	// RecoveryInstanceDataReplicationStateStalled is a RecoveryInstanceDataReplicationState enum value
	RecoveryInstanceDataReplicationStateStalled = "STALLED"

	// RecoveryInstanceDataReplicationStateDisconnected is a RecoveryInstanceDataReplicationState enum value
	RecoveryInstanceDataReplicationStateDisconnected = "DISCONNECTED"

	// RecoveryInstanceDataReplicationStateReplicationStateNotAvailable is a RecoveryInstanceDataReplicationState enum value
	RecoveryInstanceDataReplicationStateReplicationStateNotAvailable = "REPLICATION_STATE_NOT_AVAILABLE"

	// RecoveryInstanceDataReplicationStateNotStarted is a RecoveryInstanceDataReplicationState enum value
	RecoveryInstanceDataReplicationStateNotStarted = "NOT_STARTED"
)
View Source
const (
	// RecoverySnapshotsOrderAsc is a RecoverySnapshotsOrder enum value
	RecoverySnapshotsOrderAsc = "ASC"

	// RecoverySnapshotsOrderDesc is a RecoverySnapshotsOrder enum value
	RecoverySnapshotsOrderDesc = "DESC"
)
View Source
const (
	// ReplicationConfigurationDataPlaneRoutingPrivateIp is a ReplicationConfigurationDataPlaneRouting enum value
	ReplicationConfigurationDataPlaneRoutingPrivateIp = "PRIVATE_IP"

	// ReplicationConfigurationDataPlaneRoutingPublicIp is a ReplicationConfigurationDataPlaneRouting enum value
	ReplicationConfigurationDataPlaneRoutingPublicIp = "PUBLIC_IP"
)
View Source
const (
	// ReplicationConfigurationDefaultLargeStagingDiskTypeGp2 is a ReplicationConfigurationDefaultLargeStagingDiskType enum value
	ReplicationConfigurationDefaultLargeStagingDiskTypeGp2 = "GP2"

	// ReplicationConfigurationDefaultLargeStagingDiskTypeGp3 is a ReplicationConfigurationDefaultLargeStagingDiskType enum value
	ReplicationConfigurationDefaultLargeStagingDiskTypeGp3 = "GP3"

	// ReplicationConfigurationDefaultLargeStagingDiskTypeSt1 is a ReplicationConfigurationDefaultLargeStagingDiskType enum value
	ReplicationConfigurationDefaultLargeStagingDiskTypeSt1 = "ST1"

	// ReplicationConfigurationDefaultLargeStagingDiskTypeAuto is a ReplicationConfigurationDefaultLargeStagingDiskType enum value
	ReplicationConfigurationDefaultLargeStagingDiskTypeAuto = "AUTO"
)
View Source
const (
	// ReplicationConfigurationEbsEncryptionDefault is a ReplicationConfigurationEbsEncryption enum value
	ReplicationConfigurationEbsEncryptionDefault = "DEFAULT"

	// ReplicationConfigurationEbsEncryptionCustom is a ReplicationConfigurationEbsEncryption enum value
	ReplicationConfigurationEbsEncryptionCustom = "CUSTOM"
)
View Source
const (
	// ReplicationConfigurationReplicatedDiskStagingDiskTypeAuto is a ReplicationConfigurationReplicatedDiskStagingDiskType enum value
	ReplicationConfigurationReplicatedDiskStagingDiskTypeAuto = "AUTO"

	// ReplicationConfigurationReplicatedDiskStagingDiskTypeGp2 is a ReplicationConfigurationReplicatedDiskStagingDiskType enum value
	ReplicationConfigurationReplicatedDiskStagingDiskTypeGp2 = "GP2"

	// ReplicationConfigurationReplicatedDiskStagingDiskTypeGp3 is a ReplicationConfigurationReplicatedDiskStagingDiskType enum value
	ReplicationConfigurationReplicatedDiskStagingDiskTypeGp3 = "GP3"

	// ReplicationConfigurationReplicatedDiskStagingDiskTypeIo1 is a ReplicationConfigurationReplicatedDiskStagingDiskType enum value
	ReplicationConfigurationReplicatedDiskStagingDiskTypeIo1 = "IO1"

	// ReplicationConfigurationReplicatedDiskStagingDiskTypeSc1 is a ReplicationConfigurationReplicatedDiskStagingDiskType enum value
	ReplicationConfigurationReplicatedDiskStagingDiskTypeSc1 = "SC1"

	// ReplicationConfigurationReplicatedDiskStagingDiskTypeSt1 is a ReplicationConfigurationReplicatedDiskStagingDiskType enum value
	ReplicationConfigurationReplicatedDiskStagingDiskTypeSt1 = "ST1"

	// ReplicationConfigurationReplicatedDiskStagingDiskTypeStandard is a ReplicationConfigurationReplicatedDiskStagingDiskType enum value
	ReplicationConfigurationReplicatedDiskStagingDiskTypeStandard = "STANDARD"
)
View Source
const (
	// ReplicationDirectionFailover is a ReplicationDirection enum value
	ReplicationDirectionFailover = "FAILOVER"

	// ReplicationDirectionFailback is a ReplicationDirection enum value
	ReplicationDirectionFailback = "FAILBACK"
)

Replication direction designates if this is a failover replication, or a failback replication. When a DRS agent is installed on an instance, the replication direction is failover. In cases where a recovery launch was made in the recovery location and a new recovery instance was created, and then a failback replication was initiated from that recovery instance back to the origin location, then the replication direction will be failback.

View Source
const (
	// TargetInstanceTypeRightSizingMethodNone is a TargetInstanceTypeRightSizingMethod enum value
	TargetInstanceTypeRightSizingMethodNone = "NONE"

	// TargetInstanceTypeRightSizingMethodBasic is a TargetInstanceTypeRightSizingMethod enum value
	TargetInstanceTypeRightSizingMethodBasic = "BASIC"
)
View Source
const (
	// ValidationExceptionReasonUnknownOperation is a ValidationExceptionReason enum value
	ValidationExceptionReasonUnknownOperation = "unknownOperation"

	// ValidationExceptionReasonCannotParse is a ValidationExceptionReason enum value
	ValidationExceptionReasonCannotParse = "cannotParse"

	// ValidationExceptionReasonFieldValidationFailed is a ValidationExceptionReason enum value
	ValidationExceptionReasonFieldValidationFailed = "fieldValidationFailed"

	// ValidationExceptionReasonOther is a ValidationExceptionReason enum value
	ValidationExceptionReasonOther = "other"
)
View Source
const (

	// ErrCodeAccessDeniedException for service response error code
	// "AccessDeniedException".
	//
	// You do not have sufficient access to perform this action.
	ErrCodeAccessDeniedException = "AccessDeniedException"

	// ErrCodeConflictException for service response error code
	// "ConflictException".
	//
	// The request could not be completed due to a conflict with the current state
	// of the target resource.
	ErrCodeConflictException = "ConflictException"

	// ErrCodeInternalServerException for service response error code
	// "InternalServerException".
	//
	// The request processing has failed because of an unknown error, exception
	// or failure.
	ErrCodeInternalServerException = "InternalServerException"

	// ErrCodeResourceNotFoundException for service response error code
	// "ResourceNotFoundException".
	//
	// The resource for this operation was not found.
	ErrCodeResourceNotFoundException = "ResourceNotFoundException"

	// ErrCodeServiceQuotaExceededException for service response error code
	// "ServiceQuotaExceededException".
	//
	// The request could not be completed because its exceeded the service quota.
	ErrCodeServiceQuotaExceededException = "ServiceQuotaExceededException"

	// ErrCodeThrottlingException for service response error code
	// "ThrottlingException".
	//
	// The request was denied due to request throttling.
	ErrCodeThrottlingException = "ThrottlingException"

	// ErrCodeUninitializedAccountException for service response error code
	// "UninitializedAccountException".
	//
	// The account performing the request has not been initialized.
	ErrCodeUninitializedAccountException = "UninitializedAccountException"

	// ErrCodeValidationException for service response error code
	// "ValidationException".
	//
	// The input fails to satisfy the constraints specified by the AWS service.
	ErrCodeValidationException = "ValidationException"
)
View Source
const (
	ServiceName = "drs"       // Name of service.
	EndpointsID = ServiceName // ID to lookup a service endpoint with.
	ServiceID   = "drs"       // ServiceID is a unique identifier of a specific service.
)

Service information constants

Variables

This section is empty.

Functions

func DataReplicationErrorString_Values

func DataReplicationErrorString_Values() []string

DataReplicationErrorString_Values returns all elements of the DataReplicationErrorString enum

func DataReplicationInitiationStepName_Values

func DataReplicationInitiationStepName_Values() []string

DataReplicationInitiationStepName_Values returns all elements of the DataReplicationInitiationStepName enum

func DataReplicationInitiationStepStatus_Values

func DataReplicationInitiationStepStatus_Values() []string

DataReplicationInitiationStepStatus_Values returns all elements of the DataReplicationInitiationStepStatus enum

func DataReplicationState_Values

func DataReplicationState_Values() []string

DataReplicationState_Values returns all elements of the DataReplicationState enum

func EC2InstanceState_Values

func EC2InstanceState_Values() []string

EC2InstanceState_Values returns all elements of the EC2InstanceState enum

func ExtensionStatus_Values added in v1.44.25

func ExtensionStatus_Values() []string

ExtensionStatus_Values returns all elements of the ExtensionStatus enum

func FailbackLaunchType_Values added in v1.44.146

func FailbackLaunchType_Values() []string

FailbackLaunchType_Values returns all elements of the FailbackLaunchType enum

func FailbackReplicationError_Values

func FailbackReplicationError_Values() []string

FailbackReplicationError_Values returns all elements of the FailbackReplicationError enum

func FailbackState_Values

func FailbackState_Values() []string

FailbackState_Values returns all elements of the FailbackState enum

func InitiatedBy_Values

func InitiatedBy_Values() []string

InitiatedBy_Values returns all elements of the InitiatedBy enum

func JobLogEvent_Values

func JobLogEvent_Values() []string

JobLogEvent_Values returns all elements of the JobLogEvent enum

func JobStatus_Values

func JobStatus_Values() []string

JobStatus_Values returns all elements of the JobStatus enum

func JobType_Values

func JobType_Values() []string

JobType_Values returns all elements of the JobType enum

func LastLaunchResult_Values

func LastLaunchResult_Values() []string

LastLaunchResult_Values returns all elements of the LastLaunchResult enum

func LastLaunchType_Values

func LastLaunchType_Values() []string

LastLaunchType_Values returns all elements of the LastLaunchType enum

func LaunchDisposition_Values

func LaunchDisposition_Values() []string

LaunchDisposition_Values returns all elements of the LaunchDisposition enum

func LaunchStatus_Values

func LaunchStatus_Values() []string

LaunchStatus_Values returns all elements of the LaunchStatus enum

func OriginEnvironment_Values added in v1.44.146

func OriginEnvironment_Values() []string

OriginEnvironment_Values returns all elements of the OriginEnvironment enum

func PITPolicyRuleUnits_Values

func PITPolicyRuleUnits_Values() []string

PITPolicyRuleUnits_Values returns all elements of the PITPolicyRuleUnits enum

func RecoveryInstanceDataReplicationInitiationStepName_Values

func RecoveryInstanceDataReplicationInitiationStepName_Values() []string

RecoveryInstanceDataReplicationInitiationStepName_Values returns all elements of the RecoveryInstanceDataReplicationInitiationStepName enum

func RecoveryInstanceDataReplicationInitiationStepStatus_Values

func RecoveryInstanceDataReplicationInitiationStepStatus_Values() []string

RecoveryInstanceDataReplicationInitiationStepStatus_Values returns all elements of the RecoveryInstanceDataReplicationInitiationStepStatus enum

func RecoveryInstanceDataReplicationState_Values

func RecoveryInstanceDataReplicationState_Values() []string

RecoveryInstanceDataReplicationState_Values returns all elements of the RecoveryInstanceDataReplicationState enum

func RecoverySnapshotsOrder_Values

func RecoverySnapshotsOrder_Values() []string

RecoverySnapshotsOrder_Values returns all elements of the RecoverySnapshotsOrder enum

func ReplicationConfigurationDataPlaneRouting_Values

func ReplicationConfigurationDataPlaneRouting_Values() []string

ReplicationConfigurationDataPlaneRouting_Values returns all elements of the ReplicationConfigurationDataPlaneRouting enum

func ReplicationConfigurationDefaultLargeStagingDiskType_Values

func ReplicationConfigurationDefaultLargeStagingDiskType_Values() []string

ReplicationConfigurationDefaultLargeStagingDiskType_Values returns all elements of the ReplicationConfigurationDefaultLargeStagingDiskType enum

func ReplicationConfigurationEbsEncryption_Values

func ReplicationConfigurationEbsEncryption_Values() []string

ReplicationConfigurationEbsEncryption_Values returns all elements of the ReplicationConfigurationEbsEncryption enum

func ReplicationConfigurationReplicatedDiskStagingDiskType_Values

func ReplicationConfigurationReplicatedDiskStagingDiskType_Values() []string

ReplicationConfigurationReplicatedDiskStagingDiskType_Values returns all elements of the ReplicationConfigurationReplicatedDiskStagingDiskType enum

func ReplicationDirection_Values added in v1.44.146

func ReplicationDirection_Values() []string

ReplicationDirection_Values returns all elements of the ReplicationDirection enum

func TargetInstanceTypeRightSizingMethod_Values

func TargetInstanceTypeRightSizingMethod_Values() []string

TargetInstanceTypeRightSizingMethod_Values returns all elements of the TargetInstanceTypeRightSizingMethod enum

func ValidationExceptionReason_Values

func ValidationExceptionReason_Values() []string

ValidationExceptionReason_Values returns all elements of the ValidationExceptionReason enum

Types

type AccessDeniedException

type AccessDeniedException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Code_ *string `locationName:"code" type:"string"`

	Message_ *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

You do not have sufficient access to perform this action.

func (*AccessDeniedException) Code

func (s *AccessDeniedException) Code() string

Code returns the exception type name.

func (*AccessDeniedException) Error

func (s *AccessDeniedException) Error() string

func (AccessDeniedException) GoString

func (s AccessDeniedException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AccessDeniedException) Message

func (s *AccessDeniedException) Message() string

Message returns the exception's message.

func (*AccessDeniedException) OrigErr

func (s *AccessDeniedException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*AccessDeniedException) RequestID

func (s *AccessDeniedException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*AccessDeniedException) StatusCode

func (s *AccessDeniedException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (AccessDeniedException) String

func (s AccessDeniedException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Account added in v1.44.25

type Account struct {

	// Account ID of AWS account.
	AccountID *string `locationName:"accountID" min:"12" type:"string"`
	// contains filtered or unexported fields
}

AWS account.

func (Account) GoString added in v1.44.25

func (s Account) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Account) SetAccountID added in v1.44.25

func (s *Account) SetAccountID(v string) *Account

SetAccountID sets the AccountID field's value.

func (Account) String added in v1.44.25

func (s Account) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CPU

type CPU struct {

	// The number of CPU cores.
	Cores *int64 `locationName:"cores" type:"long"`

	// The model name of the CPU.
	ModelName *string `locationName:"modelName" type:"string"`
	// contains filtered or unexported fields
}

Information about a server's CPU.

func (CPU) GoString

func (s CPU) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CPU) SetCores

func (s *CPU) SetCores(v int64) *CPU

SetCores sets the Cores field's value.

func (*CPU) SetModelName

func (s *CPU) SetModelName(v string) *CPU

SetModelName sets the ModelName field's value.

func (CPU) String

func (s CPU) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ConflictException

type ConflictException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Code_ *string `locationName:"code" type:"string"`

	Message_ *string `locationName:"message" type:"string"`

	// The ID of the resource.
	ResourceId *string `locationName:"resourceId" type:"string"`

	// The type of the resource.
	ResourceType *string `locationName:"resourceType" type:"string"`
	// contains filtered or unexported fields
}

The request could not be completed due to a conflict with the current state of the target resource.

func (*ConflictException) Code

func (s *ConflictException) Code() string

Code returns the exception type name.

func (*ConflictException) Error

func (s *ConflictException) Error() string

func (ConflictException) GoString

func (s ConflictException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ConflictException) Message

func (s *ConflictException) Message() string

Message returns the exception's message.

func (*ConflictException) OrigErr

func (s *ConflictException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ConflictException) RequestID

func (s *ConflictException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ConflictException) StatusCode

func (s *ConflictException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ConflictException) String

func (s ConflictException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ConversionProperties added in v1.44.25

type ConversionProperties struct {

	// The timestamp of when the snapshot being converted was taken
	DataTimestamp *string `locationName:"dataTimestamp" type:"string"`

	// Whether the volume being converted uses UEFI or not
	ForceUefi *bool `locationName:"forceUefi" type:"boolean"`

	// The root volume name of a conversion job
	RootVolumeName *string `locationName:"rootVolumeName" type:"string"`

	// A mapping between the volumes being converted and the converted snapshot
	// ids
	VolumeToConversionMap map[string]map[string]*string `locationName:"volumeToConversionMap" type:"map"`

	// A mapping between the volumes and their sizes
	VolumeToVolumeSize map[string]*int64 `locationName:"volumeToVolumeSize" type:"map"`
	// contains filtered or unexported fields
}

Properties of a conversion job

func (ConversionProperties) GoString added in v1.44.25

func (s ConversionProperties) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ConversionProperties) SetDataTimestamp added in v1.44.25

func (s *ConversionProperties) SetDataTimestamp(v string) *ConversionProperties

SetDataTimestamp sets the DataTimestamp field's value.

func (*ConversionProperties) SetForceUefi added in v1.44.25

func (s *ConversionProperties) SetForceUefi(v bool) *ConversionProperties

SetForceUefi sets the ForceUefi field's value.

func (*ConversionProperties) SetRootVolumeName added in v1.44.25

func (s *ConversionProperties) SetRootVolumeName(v string) *ConversionProperties

SetRootVolumeName sets the RootVolumeName field's value.

func (*ConversionProperties) SetVolumeToConversionMap added in v1.44.25

func (s *ConversionProperties) SetVolumeToConversionMap(v map[string]map[string]*string) *ConversionProperties

SetVolumeToConversionMap sets the VolumeToConversionMap field's value.

func (*ConversionProperties) SetVolumeToVolumeSize added in v1.44.25

func (s *ConversionProperties) SetVolumeToVolumeSize(v map[string]*int64) *ConversionProperties

SetVolumeToVolumeSize sets the VolumeToVolumeSize field's value.

func (ConversionProperties) String added in v1.44.25

func (s ConversionProperties) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateExtendedSourceServerInput added in v1.44.25

type CreateExtendedSourceServerInput struct {

	// This defines the ARN of the source server in staging Account based on which
	// you want to create an extended source server.
	//
	// SourceServerArn is a required field
	SourceServerArn *string `locationName:"sourceServerArn" min:"20" type:"string" required:"true"`

	// A list of tags associated with the extended source server.
	//
	// Tags is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by CreateExtendedSourceServerInput's
	// String and GoString methods.
	Tags map[string]*string `locationName:"tags" type:"map" sensitive:"true"`
	// contains filtered or unexported fields
}

func (CreateExtendedSourceServerInput) GoString added in v1.44.25

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateExtendedSourceServerInput) SetSourceServerArn added in v1.44.25

SetSourceServerArn sets the SourceServerArn field's value.

func (*CreateExtendedSourceServerInput) SetTags added in v1.44.25

SetTags sets the Tags field's value.

func (CreateExtendedSourceServerInput) String added in v1.44.25

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateExtendedSourceServerInput) Validate added in v1.44.25

func (s *CreateExtendedSourceServerInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateExtendedSourceServerOutput added in v1.44.25

type CreateExtendedSourceServerOutput struct {

	// Created extended source server.
	SourceServer *SourceServer `locationName:"sourceServer" type:"structure"`
	// contains filtered or unexported fields
}

func (CreateExtendedSourceServerOutput) GoString added in v1.44.25

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateExtendedSourceServerOutput) SetSourceServer added in v1.44.25

SetSourceServer sets the SourceServer field's value.

func (CreateExtendedSourceServerOutput) String added in v1.44.25

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateLaunchConfigurationTemplateInput added in v1.44.245

type CreateLaunchConfigurationTemplateInput struct {

	// Copy private IP.
	CopyPrivateIp *bool `locationName:"copyPrivateIp" type:"boolean"`

	// Copy tags.
	CopyTags *bool `locationName:"copyTags" type:"boolean"`

	// Launch disposition.
	LaunchDisposition *string `locationName:"launchDisposition" type:"string" enum:"LaunchDisposition"`

	// Licensing.
	Licensing *Licensing `locationName:"licensing" type:"structure"`

	// Request to associate tags during creation of a Launch Configuration Template.
	//
	// Tags is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by CreateLaunchConfigurationTemplateInput's
	// String and GoString methods.
	Tags map[string]*string `locationName:"tags" type:"map" sensitive:"true"`

	// Target instance type right-sizing method.
	TargetInstanceTypeRightSizingMethod *string `locationName:"targetInstanceTypeRightSizingMethod" type:"string" enum:"TargetInstanceTypeRightSizingMethod"`
	// contains filtered or unexported fields
}

func (CreateLaunchConfigurationTemplateInput) GoString added in v1.44.245

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateLaunchConfigurationTemplateInput) SetCopyPrivateIp added in v1.44.245

SetCopyPrivateIp sets the CopyPrivateIp field's value.

func (*CreateLaunchConfigurationTemplateInput) SetCopyTags added in v1.44.245

SetCopyTags sets the CopyTags field's value.

func (*CreateLaunchConfigurationTemplateInput) SetLaunchDisposition added in v1.44.245

SetLaunchDisposition sets the LaunchDisposition field's value.

func (*CreateLaunchConfigurationTemplateInput) SetLicensing added in v1.44.245

SetLicensing sets the Licensing field's value.

func (*CreateLaunchConfigurationTemplateInput) SetTags added in v1.44.245

SetTags sets the Tags field's value.

func (*CreateLaunchConfigurationTemplateInput) SetTargetInstanceTypeRightSizingMethod added in v1.44.245

func (s *CreateLaunchConfigurationTemplateInput) SetTargetInstanceTypeRightSizingMethod(v string) *CreateLaunchConfigurationTemplateInput

SetTargetInstanceTypeRightSizingMethod sets the TargetInstanceTypeRightSizingMethod field's value.

func (CreateLaunchConfigurationTemplateInput) String added in v1.44.245

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateLaunchConfigurationTemplateOutput added in v1.44.245

type CreateLaunchConfigurationTemplateOutput struct {

	// Created Launch Configuration Template.
	LaunchConfigurationTemplate *LaunchConfigurationTemplate `locationName:"launchConfigurationTemplate" type:"structure"`
	// contains filtered or unexported fields
}

func (CreateLaunchConfigurationTemplateOutput) GoString added in v1.44.245

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateLaunchConfigurationTemplateOutput) SetLaunchConfigurationTemplate added in v1.44.245

SetLaunchConfigurationTemplate sets the LaunchConfigurationTemplate field's value.

func (CreateLaunchConfigurationTemplateOutput) String added in v1.44.245

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateReplicationConfigurationTemplateInput

type CreateReplicationConfigurationTemplateInput struct {

	// Whether to associate the default Elastic Disaster Recovery Security group
	// with the Replication Configuration Template.
	//
	// AssociateDefaultSecurityGroup is a required field
	AssociateDefaultSecurityGroup *bool `locationName:"associateDefaultSecurityGroup" type:"boolean" required:"true"`

	// Whether to allow the AWS replication agent to automatically replicate newly
	// added disks.
	AutoReplicateNewDisks *bool `locationName:"autoReplicateNewDisks" type:"boolean"`

	// Configure bandwidth throttling for the outbound data transfer rate of the
	// Source Server in Mbps.
	//
	// BandwidthThrottling is a required field
	BandwidthThrottling *int64 `locationName:"bandwidthThrottling" type:"long" required:"true"`

	// Whether to create a Public IP for the Recovery Instance by default.
	//
	// CreatePublicIP is a required field
	CreatePublicIP *bool `locationName:"createPublicIP" type:"boolean" required:"true"`

	// The data plane routing mechanism that will be used for replication.
	//
	// DataPlaneRouting is a required field
	DataPlaneRouting *string `locationName:"dataPlaneRouting" type:"string" required:"true" enum:"ReplicationConfigurationDataPlaneRouting"`

	// The Staging Disk EBS volume type to be used during replication.
	//
	// DefaultLargeStagingDiskType is a required field
	DefaultLargeStagingDiskType *string `` /* 131-byte string literal not displayed */

	// The type of EBS encryption to be used during replication.
	//
	// EbsEncryption is a required field
	EbsEncryption *string `locationName:"ebsEncryption" type:"string" required:"true" enum:"ReplicationConfigurationEbsEncryption"`

	// The ARN of the EBS encryption key to be used during replication.
	EbsEncryptionKeyArn *string `locationName:"ebsEncryptionKeyArn" min:"20" type:"string"`

	// The Point in time (PIT) policy to manage snapshots taken during replication.
	//
	// PitPolicy is a required field
	PitPolicy []*PITPolicyRule `locationName:"pitPolicy" min:"1" type:"list" required:"true"`

	// The instance type to be used for the replication server.
	//
	// ReplicationServerInstanceType is a required field
	ReplicationServerInstanceType *string `locationName:"replicationServerInstanceType" type:"string" required:"true"`

	// The security group IDs that will be used by the replication server.
	//
	// ReplicationServersSecurityGroupsIDs is a required field
	ReplicationServersSecurityGroupsIDs []*string `locationName:"replicationServersSecurityGroupsIDs" type:"list" required:"true"`

	// The subnet to be used by the replication staging area.
	//
	// StagingAreaSubnetId is a required field
	StagingAreaSubnetId *string `locationName:"stagingAreaSubnetId" type:"string" required:"true"`

	// A set of tags to be associated with all resources created in the replication
	// staging area: EC2 replication server, EBS volumes, EBS snapshots, etc.
	//
	// StagingAreaTags is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by CreateReplicationConfigurationTemplateInput's
	// String and GoString methods.
	//
	// StagingAreaTags is a required field
	StagingAreaTags map[string]*string `locationName:"stagingAreaTags" type:"map" required:"true" sensitive:"true"`

	// A set of tags to be associated with the Replication Configuration Template
	// resource.
	//
	// Tags is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by CreateReplicationConfigurationTemplateInput's
	// String and GoString methods.
	Tags map[string]*string `locationName:"tags" type:"map" sensitive:"true"`

	// Whether to use a dedicated Replication Server in the replication staging
	// area.
	//
	// UseDedicatedReplicationServer is a required field
	UseDedicatedReplicationServer *bool `locationName:"useDedicatedReplicationServer" type:"boolean" required:"true"`
	// contains filtered or unexported fields
}

func (CreateReplicationConfigurationTemplateInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateReplicationConfigurationTemplateInput) SetAssociateDefaultSecurityGroup

SetAssociateDefaultSecurityGroup sets the AssociateDefaultSecurityGroup field's value.

func (*CreateReplicationConfigurationTemplateInput) SetAutoReplicateNewDisks added in v1.44.233

SetAutoReplicateNewDisks sets the AutoReplicateNewDisks field's value.

func (*CreateReplicationConfigurationTemplateInput) SetBandwidthThrottling

SetBandwidthThrottling sets the BandwidthThrottling field's value.

func (*CreateReplicationConfigurationTemplateInput) SetCreatePublicIP

SetCreatePublicIP sets the CreatePublicIP field's value.

func (*CreateReplicationConfigurationTemplateInput) SetDataPlaneRouting

SetDataPlaneRouting sets the DataPlaneRouting field's value.

func (*CreateReplicationConfigurationTemplateInput) SetDefaultLargeStagingDiskType

SetDefaultLargeStagingDiskType sets the DefaultLargeStagingDiskType field's value.

func (*CreateReplicationConfigurationTemplateInput) SetEbsEncryption

SetEbsEncryption sets the EbsEncryption field's value.

func (*CreateReplicationConfigurationTemplateInput) SetEbsEncryptionKeyArn

SetEbsEncryptionKeyArn sets the EbsEncryptionKeyArn field's value.

func (*CreateReplicationConfigurationTemplateInput) SetPitPolicy

SetPitPolicy sets the PitPolicy field's value.

func (*CreateReplicationConfigurationTemplateInput) SetReplicationServerInstanceType

SetReplicationServerInstanceType sets the ReplicationServerInstanceType field's value.

func (*CreateReplicationConfigurationTemplateInput) SetReplicationServersSecurityGroupsIDs

SetReplicationServersSecurityGroupsIDs sets the ReplicationServersSecurityGroupsIDs field's value.

func (*CreateReplicationConfigurationTemplateInput) SetStagingAreaSubnetId

SetStagingAreaSubnetId sets the StagingAreaSubnetId field's value.

func (*CreateReplicationConfigurationTemplateInput) SetStagingAreaTags

SetStagingAreaTags sets the StagingAreaTags field's value.

func (*CreateReplicationConfigurationTemplateInput) SetTags

SetTags sets the Tags field's value.

func (*CreateReplicationConfigurationTemplateInput) SetUseDedicatedReplicationServer

SetUseDedicatedReplicationServer sets the UseDedicatedReplicationServer field's value.

func (CreateReplicationConfigurationTemplateInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateReplicationConfigurationTemplateInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type CreateReplicationConfigurationTemplateOutput

type CreateReplicationConfigurationTemplateOutput struct {

	// The Replication Configuration Template ARN.
	Arn *string `locationName:"arn" min:"20" type:"string"`

	// Whether to associate the default Elastic Disaster Recovery Security group
	// with the Replication Configuration Template.
	AssociateDefaultSecurityGroup *bool `locationName:"associateDefaultSecurityGroup" type:"boolean"`

	// Whether to allow the AWS replication agent to automatically replicate newly
	// added disks.
	AutoReplicateNewDisks *bool `locationName:"autoReplicateNewDisks" type:"boolean"`

	// Configure bandwidth throttling for the outbound data transfer rate of the
	// Source Server in Mbps.
	BandwidthThrottling *int64 `locationName:"bandwidthThrottling" type:"long"`

	// Whether to create a Public IP for the Recovery Instance by default.
	CreatePublicIP *bool `locationName:"createPublicIP" type:"boolean"`

	// The data plane routing mechanism that will be used for replication.
	DataPlaneRouting *string `locationName:"dataPlaneRouting" type:"string" enum:"ReplicationConfigurationDataPlaneRouting"`

	// The Staging Disk EBS volume type to be used during replication.
	DefaultLargeStagingDiskType *string `locationName:"defaultLargeStagingDiskType" type:"string" enum:"ReplicationConfigurationDefaultLargeStagingDiskType"`

	// The type of EBS encryption to be used during replication.
	EbsEncryption *string `locationName:"ebsEncryption" type:"string" enum:"ReplicationConfigurationEbsEncryption"`

	// The ARN of the EBS encryption key to be used during replication.
	EbsEncryptionKeyArn *string `locationName:"ebsEncryptionKeyArn" min:"20" type:"string"`

	// The Point in time (PIT) policy to manage snapshots taken during replication.
	PitPolicy []*PITPolicyRule `locationName:"pitPolicy" min:"1" type:"list"`

	// The Replication Configuration Template ID.
	//
	// ReplicationConfigurationTemplateID is a required field
	ReplicationConfigurationTemplateID *string `locationName:"replicationConfigurationTemplateID" min:"21" type:"string" required:"true"`

	// The instance type to be used for the replication server.
	ReplicationServerInstanceType *string `locationName:"replicationServerInstanceType" type:"string"`

	// The security group IDs that will be used by the replication server.
	ReplicationServersSecurityGroupsIDs []*string `locationName:"replicationServersSecurityGroupsIDs" type:"list"`

	// The subnet to be used by the replication staging area.
	StagingAreaSubnetId *string `locationName:"stagingAreaSubnetId" type:"string"`

	// A set of tags to be associated with all resources created in the replication
	// staging area: EC2 replication server, EBS volumes, EBS snapshots, etc.
	//
	// StagingAreaTags is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by CreateReplicationConfigurationTemplateOutput's
	// String and GoString methods.
	StagingAreaTags map[string]*string `locationName:"stagingAreaTags" type:"map" sensitive:"true"`

	// A set of tags to be associated with the Replication Configuration Template
	// resource.
	//
	// Tags is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by CreateReplicationConfigurationTemplateOutput's
	// String and GoString methods.
	Tags map[string]*string `locationName:"tags" type:"map" sensitive:"true"`

	// Whether to use a dedicated Replication Server in the replication staging
	// area.
	UseDedicatedReplicationServer *bool `locationName:"useDedicatedReplicationServer" type:"boolean"`
	// contains filtered or unexported fields
}

func (CreateReplicationConfigurationTemplateOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateReplicationConfigurationTemplateOutput) SetArn

SetArn sets the Arn field's value.

func (*CreateReplicationConfigurationTemplateOutput) SetAssociateDefaultSecurityGroup

SetAssociateDefaultSecurityGroup sets the AssociateDefaultSecurityGroup field's value.

func (*CreateReplicationConfigurationTemplateOutput) SetAutoReplicateNewDisks added in v1.44.233

SetAutoReplicateNewDisks sets the AutoReplicateNewDisks field's value.

func (*CreateReplicationConfigurationTemplateOutput) SetBandwidthThrottling

SetBandwidthThrottling sets the BandwidthThrottling field's value.

func (*CreateReplicationConfigurationTemplateOutput) SetCreatePublicIP

SetCreatePublicIP sets the CreatePublicIP field's value.

func (*CreateReplicationConfigurationTemplateOutput) SetDataPlaneRouting

SetDataPlaneRouting sets the DataPlaneRouting field's value.

func (*CreateReplicationConfigurationTemplateOutput) SetDefaultLargeStagingDiskType

SetDefaultLargeStagingDiskType sets the DefaultLargeStagingDiskType field's value.

func (*CreateReplicationConfigurationTemplateOutput) SetEbsEncryption

SetEbsEncryption sets the EbsEncryption field's value.

func (*CreateReplicationConfigurationTemplateOutput) SetEbsEncryptionKeyArn

SetEbsEncryptionKeyArn sets the EbsEncryptionKeyArn field's value.

func (*CreateReplicationConfigurationTemplateOutput) SetPitPolicy

SetPitPolicy sets the PitPolicy field's value.

func (*CreateReplicationConfigurationTemplateOutput) SetReplicationConfigurationTemplateID

SetReplicationConfigurationTemplateID sets the ReplicationConfigurationTemplateID field's value.

func (*CreateReplicationConfigurationTemplateOutput) SetReplicationServerInstanceType

SetReplicationServerInstanceType sets the ReplicationServerInstanceType field's value.

func (*CreateReplicationConfigurationTemplateOutput) SetReplicationServersSecurityGroupsIDs

SetReplicationServersSecurityGroupsIDs sets the ReplicationServersSecurityGroupsIDs field's value.

func (*CreateReplicationConfigurationTemplateOutput) SetStagingAreaSubnetId

SetStagingAreaSubnetId sets the StagingAreaSubnetId field's value.

func (*CreateReplicationConfigurationTemplateOutput) SetStagingAreaTags

SetStagingAreaTags sets the StagingAreaTags field's value.

func (*CreateReplicationConfigurationTemplateOutput) SetTags

SetTags sets the Tags field's value.

func (*CreateReplicationConfigurationTemplateOutput) SetUseDedicatedReplicationServer

SetUseDedicatedReplicationServer sets the UseDedicatedReplicationServer field's value.

func (CreateReplicationConfigurationTemplateOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DataReplicationError

type DataReplicationError struct {

	// Error in data replication.
	Error *string `locationName:"error" type:"string" enum:"DataReplicationErrorString"`

	// Error in data replication.
	RawError *string `locationName:"rawError" type:"string"`
	// contains filtered or unexported fields
}

Error in data replication.

func (DataReplicationError) GoString

func (s DataReplicationError) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DataReplicationError) SetError

SetError sets the Error field's value.

func (*DataReplicationError) SetRawError

SetRawError sets the RawError field's value.

func (DataReplicationError) String

func (s DataReplicationError) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DataReplicationInfo

type DataReplicationInfo struct {

	// Error in data replication.
	DataReplicationError *DataReplicationError `locationName:"dataReplicationError" type:"structure"`

	// Information about whether the data replication has been initiated.
	DataReplicationInitiation *DataReplicationInitiation `locationName:"dataReplicationInitiation" type:"structure"`

	// The state of the data replication.
	DataReplicationState *string `locationName:"dataReplicationState" type:"string" enum:"DataReplicationState"`

	// An estimate of when the data replication will be completed.
	EtaDateTime *string `locationName:"etaDateTime" min:"19" type:"string"`

	// Data replication lag duration.
	LagDuration *string `locationName:"lagDuration" min:"1" type:"string"`

	// The disks that should be replicated.
	ReplicatedDisks []*DataReplicationInfoReplicatedDisk `locationName:"replicatedDisks" type:"list"`

	// AWS Availability zone into which data is being replicated.
	StagingAvailabilityZone *string `locationName:"stagingAvailabilityZone" type:"string"`
	// contains filtered or unexported fields
}

Information about Data Replication

func (DataReplicationInfo) GoString

func (s DataReplicationInfo) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DataReplicationInfo) SetDataReplicationError

func (s *DataReplicationInfo) SetDataReplicationError(v *DataReplicationError) *DataReplicationInfo

SetDataReplicationError sets the DataReplicationError field's value.

func (*DataReplicationInfo) SetDataReplicationInitiation

func (s *DataReplicationInfo) SetDataReplicationInitiation(v *DataReplicationInitiation) *DataReplicationInfo

SetDataReplicationInitiation sets the DataReplicationInitiation field's value.

func (*DataReplicationInfo) SetDataReplicationState

func (s *DataReplicationInfo) SetDataReplicationState(v string) *DataReplicationInfo

SetDataReplicationState sets the DataReplicationState field's value.

func (*DataReplicationInfo) SetEtaDateTime

func (s *DataReplicationInfo) SetEtaDateTime(v string) *DataReplicationInfo

SetEtaDateTime sets the EtaDateTime field's value.

func (*DataReplicationInfo) SetLagDuration

func (s *DataReplicationInfo) SetLagDuration(v string) *DataReplicationInfo

SetLagDuration sets the LagDuration field's value.

func (*DataReplicationInfo) SetReplicatedDisks

SetReplicatedDisks sets the ReplicatedDisks field's value.

func (*DataReplicationInfo) SetStagingAvailabilityZone added in v1.44.210

func (s *DataReplicationInfo) SetStagingAvailabilityZone(v string) *DataReplicationInfo

SetStagingAvailabilityZone sets the StagingAvailabilityZone field's value.

func (DataReplicationInfo) String

func (s DataReplicationInfo) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DataReplicationInfoReplicatedDisk

type DataReplicationInfoReplicatedDisk struct {

	// The size of the replication backlog in bytes.
	BackloggedStorageBytes *int64 `locationName:"backloggedStorageBytes" type:"long"`

	// The name of the device.
	DeviceName *string `locationName:"deviceName" type:"string"`

	// The amount of data replicated so far in bytes.
	ReplicatedStorageBytes *int64 `locationName:"replicatedStorageBytes" type:"long"`

	// The amount of data to be rescanned in bytes.
	RescannedStorageBytes *int64 `locationName:"rescannedStorageBytes" type:"long"`

	// The total amount of data to be replicated in bytes.
	TotalStorageBytes *int64 `locationName:"totalStorageBytes" type:"long"`
	// contains filtered or unexported fields
}

A disk that should be replicated.

func (DataReplicationInfoReplicatedDisk) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DataReplicationInfoReplicatedDisk) SetBackloggedStorageBytes

SetBackloggedStorageBytes sets the BackloggedStorageBytes field's value.

func (*DataReplicationInfoReplicatedDisk) SetDeviceName

SetDeviceName sets the DeviceName field's value.

func (*DataReplicationInfoReplicatedDisk) SetReplicatedStorageBytes

SetReplicatedStorageBytes sets the ReplicatedStorageBytes field's value.

func (*DataReplicationInfoReplicatedDisk) SetRescannedStorageBytes

SetRescannedStorageBytes sets the RescannedStorageBytes field's value.

func (*DataReplicationInfoReplicatedDisk) SetTotalStorageBytes

SetTotalStorageBytes sets the TotalStorageBytes field's value.

func (DataReplicationInfoReplicatedDisk) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DataReplicationInitiation

type DataReplicationInitiation struct {

	// The date and time of the next attempt to initiate data replication.
	NextAttemptDateTime *string `locationName:"nextAttemptDateTime" min:"19" type:"string"`

	// The date and time of the current attempt to initiate data replication.
	StartDateTime *string `locationName:"startDateTime" min:"19" type:"string"`

	// The steps of the current attempt to initiate data replication.
	Steps []*DataReplicationInitiationStep `locationName:"steps" type:"list"`
	// contains filtered or unexported fields
}

Data replication initiation.

func (DataReplicationInitiation) GoString

func (s DataReplicationInitiation) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DataReplicationInitiation) SetNextAttemptDateTime

func (s *DataReplicationInitiation) SetNextAttemptDateTime(v string) *DataReplicationInitiation

SetNextAttemptDateTime sets the NextAttemptDateTime field's value.

func (*DataReplicationInitiation) SetStartDateTime

SetStartDateTime sets the StartDateTime field's value.

func (*DataReplicationInitiation) SetSteps

SetSteps sets the Steps field's value.

func (DataReplicationInitiation) String

func (s DataReplicationInitiation) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DataReplicationInitiationStep

type DataReplicationInitiationStep struct {

	// The name of the step.
	Name *string `locationName:"name" type:"string" enum:"DataReplicationInitiationStepName"`

	// The status of the step.
	Status *string `locationName:"status" type:"string" enum:"DataReplicationInitiationStepStatus"`
	// contains filtered or unexported fields
}

Data replication initiation step.

func (DataReplicationInitiationStep) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DataReplicationInitiationStep) SetName

SetName sets the Name field's value.

func (*DataReplicationInitiationStep) SetStatus

SetStatus sets the Status field's value.

func (DataReplicationInitiationStep) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteJobInput

type DeleteJobInput struct {

	// The ID of the Job to be deleted.
	//
	// JobID is a required field
	JobID *string `locationName:"jobID" min:"24" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteJobInput) GoString

func (s DeleteJobInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteJobInput) SetJobID

func (s *DeleteJobInput) SetJobID(v string) *DeleteJobInput

SetJobID sets the JobID field's value.

func (DeleteJobInput) String

func (s DeleteJobInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteJobInput) Validate

func (s *DeleteJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteJobOutput

type DeleteJobOutput struct {
	// contains filtered or unexported fields
}

func (DeleteJobOutput) GoString

func (s DeleteJobOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteJobOutput) String

func (s DeleteJobOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteLaunchConfigurationTemplateInput added in v1.44.245

type DeleteLaunchConfigurationTemplateInput struct {

	// The ID of the Launch Configuration Template to be deleted.
	//
	// LaunchConfigurationTemplateID is a required field
	LaunchConfigurationTemplateID *string `locationName:"launchConfigurationTemplateID" min:"21" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteLaunchConfigurationTemplateInput) GoString added in v1.44.245

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteLaunchConfigurationTemplateInput) SetLaunchConfigurationTemplateID added in v1.44.245

SetLaunchConfigurationTemplateID sets the LaunchConfigurationTemplateID field's value.

func (DeleteLaunchConfigurationTemplateInput) String added in v1.44.245

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteLaunchConfigurationTemplateInput) Validate added in v1.44.245

Validate inspects the fields of the type to determine if they are valid.

type DeleteLaunchConfigurationTemplateOutput added in v1.44.245

type DeleteLaunchConfigurationTemplateOutput struct {
	// contains filtered or unexported fields
}

func (DeleteLaunchConfigurationTemplateOutput) GoString added in v1.44.245

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteLaunchConfigurationTemplateOutput) String added in v1.44.245

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteRecoveryInstanceInput

type DeleteRecoveryInstanceInput struct {

	// The ID of the Recovery Instance to be deleted.
	//
	// RecoveryInstanceID is a required field
	RecoveryInstanceID *string `locationName:"recoveryInstanceID" min:"10" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteRecoveryInstanceInput) GoString

func (s DeleteRecoveryInstanceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteRecoveryInstanceInput) SetRecoveryInstanceID

func (s *DeleteRecoveryInstanceInput) SetRecoveryInstanceID(v string) *DeleteRecoveryInstanceInput

SetRecoveryInstanceID sets the RecoveryInstanceID field's value.

func (DeleteRecoveryInstanceInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteRecoveryInstanceInput) Validate

func (s *DeleteRecoveryInstanceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteRecoveryInstanceOutput

type DeleteRecoveryInstanceOutput struct {
	// contains filtered or unexported fields
}

func (DeleteRecoveryInstanceOutput) GoString

func (s DeleteRecoveryInstanceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteRecoveryInstanceOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteReplicationConfigurationTemplateInput

type DeleteReplicationConfigurationTemplateInput struct {

	// The ID of the Replication Configuration Template to be deleted.
	//
	// ReplicationConfigurationTemplateID is a required field
	ReplicationConfigurationTemplateID *string `locationName:"replicationConfigurationTemplateID" min:"21" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteReplicationConfigurationTemplateInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteReplicationConfigurationTemplateInput) SetReplicationConfigurationTemplateID

SetReplicationConfigurationTemplateID sets the ReplicationConfigurationTemplateID field's value.

func (DeleteReplicationConfigurationTemplateInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteReplicationConfigurationTemplateInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type DeleteReplicationConfigurationTemplateOutput

type DeleteReplicationConfigurationTemplateOutput struct {
	// contains filtered or unexported fields
}

func (DeleteReplicationConfigurationTemplateOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteReplicationConfigurationTemplateOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteSourceServerInput

type DeleteSourceServerInput struct {

	// The ID of the Source Server to be deleted.
	//
	// SourceServerID is a required field
	SourceServerID *string `locationName:"sourceServerID" min:"19" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteSourceServerInput) GoString

func (s DeleteSourceServerInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteSourceServerInput) SetSourceServerID

func (s *DeleteSourceServerInput) SetSourceServerID(v string) *DeleteSourceServerInput

SetSourceServerID sets the SourceServerID field's value.

func (DeleteSourceServerInput) String

func (s DeleteSourceServerInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteSourceServerInput) Validate

func (s *DeleteSourceServerInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteSourceServerOutput

type DeleteSourceServerOutput struct {
	// contains filtered or unexported fields
}

func (DeleteSourceServerOutput) GoString

func (s DeleteSourceServerOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteSourceServerOutput) String

func (s DeleteSourceServerOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeJobLogItemsInput

type DescribeJobLogItemsInput struct {

	// The ID of the Job for which Job log items will be retrieved.
	//
	// JobID is a required field
	JobID *string `locationName:"jobID" min:"24" type:"string" required:"true"`

	// Maximum number of Job log items to retrieve.
	MaxResults *int64 `locationName:"maxResults" min:"1" type:"integer"`

	// The token of the next Job log items to retrieve.
	NextToken *string `locationName:"nextToken" type:"string"`
	// contains filtered or unexported fields
}

func (DescribeJobLogItemsInput) GoString

func (s DescribeJobLogItemsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeJobLogItemsInput) SetJobID

SetJobID sets the JobID field's value.

func (*DescribeJobLogItemsInput) SetMaxResults

SetMaxResults sets the MaxResults field's value.

func (*DescribeJobLogItemsInput) SetNextToken

SetNextToken sets the NextToken field's value.

func (DescribeJobLogItemsInput) String

func (s DescribeJobLogItemsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeJobLogItemsInput) Validate

func (s *DescribeJobLogItemsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeJobLogItemsOutput

type DescribeJobLogItemsOutput struct {

	// An array of Job log items.
	Items []*JobLog `locationName:"items" type:"list"`

	// The token of the next Job log items to retrieve.
	NextToken *string `locationName:"nextToken" type:"string"`
	// contains filtered or unexported fields
}

func (DescribeJobLogItemsOutput) GoString

func (s DescribeJobLogItemsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeJobLogItemsOutput) SetItems

SetItems sets the Items field's value.

func (*DescribeJobLogItemsOutput) SetNextToken

SetNextToken sets the NextToken field's value.

func (DescribeJobLogItemsOutput) String

func (s DescribeJobLogItemsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeJobsInput

type DescribeJobsInput struct {

	// A set of filters by which to return Jobs.
	Filters *DescribeJobsRequestFilters `locationName:"filters" type:"structure"`

	// Maximum number of Jobs to retrieve.
	MaxResults *int64 `locationName:"maxResults" min:"1" type:"integer"`

	// The token of the next Job to retrieve.
	NextToken *string `locationName:"nextToken" type:"string"`
	// contains filtered or unexported fields
}

func (DescribeJobsInput) GoString

func (s DescribeJobsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeJobsInput) SetFilters

SetFilters sets the Filters field's value.

func (*DescribeJobsInput) SetMaxResults

func (s *DescribeJobsInput) SetMaxResults(v int64) *DescribeJobsInput

SetMaxResults sets the MaxResults field's value.

func (*DescribeJobsInput) SetNextToken

func (s *DescribeJobsInput) SetNextToken(v string) *DescribeJobsInput

SetNextToken sets the NextToken field's value.

func (DescribeJobsInput) String

func (s DescribeJobsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeJobsInput) Validate

func (s *DescribeJobsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeJobsOutput

type DescribeJobsOutput struct {

	// An array of Jobs.
	Items []*Job `locationName:"items" type:"list"`

	// The token of the next Job to retrieve.
	NextToken *string `locationName:"nextToken" type:"string"`
	// contains filtered or unexported fields
}

func (DescribeJobsOutput) GoString

func (s DescribeJobsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeJobsOutput) SetItems

func (s *DescribeJobsOutput) SetItems(v []*Job) *DescribeJobsOutput

SetItems sets the Items field's value.

func (*DescribeJobsOutput) SetNextToken

func (s *DescribeJobsOutput) SetNextToken(v string) *DescribeJobsOutput

SetNextToken sets the NextToken field's value.

func (DescribeJobsOutput) String

func (s DescribeJobsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeJobsRequestFilters

type DescribeJobsRequestFilters struct {

	// The start date in a date range query.
	FromDate *string `locationName:"fromDate" min:"19" type:"string"`

	// An array of Job IDs that should be returned. An empty array means all jobs.
	JobIDs []*string `locationName:"jobIDs" type:"list"`

	// The end date in a date range query.
	ToDate *string `locationName:"toDate" min:"19" type:"string"`
	// contains filtered or unexported fields
}

A set of filters by which to return Jobs.

func (DescribeJobsRequestFilters) GoString

func (s DescribeJobsRequestFilters) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeJobsRequestFilters) SetFromDate

SetFromDate sets the FromDate field's value.

func (*DescribeJobsRequestFilters) SetJobIDs

SetJobIDs sets the JobIDs field's value.

func (*DescribeJobsRequestFilters) SetToDate

SetToDate sets the ToDate field's value.

func (DescribeJobsRequestFilters) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeJobsRequestFilters) Validate

func (s *DescribeJobsRequestFilters) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeLaunchConfigurationTemplatesInput added in v1.44.245

type DescribeLaunchConfigurationTemplatesInput struct {

	// Request to filter Launch Configuration Templates list by Launch Configuration
	// Template ID.
	LaunchConfigurationTemplateIDs []*string `locationName:"launchConfigurationTemplateIDs" type:"list"`

	// Maximum results to be returned in DescribeLaunchConfigurationTemplates.
	MaxResults *int64 `locationName:"maxResults" min:"1" type:"integer"`

	// The token of the next Launch Configuration Template to retrieve.
	NextToken *string `locationName:"nextToken" type:"string"`
	// contains filtered or unexported fields
}

func (DescribeLaunchConfigurationTemplatesInput) GoString added in v1.44.245

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeLaunchConfigurationTemplatesInput) SetLaunchConfigurationTemplateIDs added in v1.44.245

SetLaunchConfigurationTemplateIDs sets the LaunchConfigurationTemplateIDs field's value.

func (*DescribeLaunchConfigurationTemplatesInput) SetMaxResults added in v1.44.245

SetMaxResults sets the MaxResults field's value.

func (*DescribeLaunchConfigurationTemplatesInput) SetNextToken added in v1.44.245

SetNextToken sets the NextToken field's value.

func (DescribeLaunchConfigurationTemplatesInput) String added in v1.44.245

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeLaunchConfigurationTemplatesInput) Validate added in v1.44.245

Validate inspects the fields of the type to determine if they are valid.

type DescribeLaunchConfigurationTemplatesOutput added in v1.44.245

type DescribeLaunchConfigurationTemplatesOutput struct {

	// List of items returned by DescribeLaunchConfigurationTemplates.
	Items []*LaunchConfigurationTemplate `locationName:"items" type:"list"`

	// The token of the next Launch Configuration Template to retrieve.
	NextToken *string `locationName:"nextToken" type:"string"`
	// contains filtered or unexported fields
}

func (DescribeLaunchConfigurationTemplatesOutput) GoString added in v1.44.245

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeLaunchConfigurationTemplatesOutput) SetItems added in v1.44.245

SetItems sets the Items field's value.

func (*DescribeLaunchConfigurationTemplatesOutput) SetNextToken added in v1.44.245

SetNextToken sets the NextToken field's value.

func (DescribeLaunchConfigurationTemplatesOutput) String added in v1.44.245

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeRecoveryInstancesInput

type DescribeRecoveryInstancesInput struct {

	// A set of filters by which to return Recovery Instances.
	Filters *DescribeRecoveryInstancesRequestFilters `locationName:"filters" type:"structure"`

	// Maximum number of Recovery Instances to retrieve.
	MaxResults *int64 `locationName:"maxResults" min:"1" type:"integer"`

	// The token of the next Recovery Instance to retrieve.
	NextToken *string `locationName:"nextToken" type:"string"`
	// contains filtered or unexported fields
}

func (DescribeRecoveryInstancesInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeRecoveryInstancesInput) SetFilters

SetFilters sets the Filters field's value.

func (*DescribeRecoveryInstancesInput) SetMaxResults

SetMaxResults sets the MaxResults field's value.

func (*DescribeRecoveryInstancesInput) SetNextToken

SetNextToken sets the NextToken field's value.

func (DescribeRecoveryInstancesInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeRecoveryInstancesInput) Validate

func (s *DescribeRecoveryInstancesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeRecoveryInstancesOutput

type DescribeRecoveryInstancesOutput struct {

	// An array of Recovery Instances.
	Items []*RecoveryInstance `locationName:"items" type:"list"`

	// The token of the next Recovery Instance to retrieve.
	NextToken *string `locationName:"nextToken" type:"string"`
	// contains filtered or unexported fields
}

func (DescribeRecoveryInstancesOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeRecoveryInstancesOutput) SetItems

SetItems sets the Items field's value.

func (*DescribeRecoveryInstancesOutput) SetNextToken

SetNextToken sets the NextToken field's value.

func (DescribeRecoveryInstancesOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeRecoveryInstancesRequestFilters

type DescribeRecoveryInstancesRequestFilters struct {

	// An array of Recovery Instance IDs that should be returned. An empty array
	// means all Recovery Instances.
	RecoveryInstanceIDs []*string `locationName:"recoveryInstanceIDs" type:"list"`

	// An array of Source Server IDs for which associated Recovery Instances should
	// be returned.
	SourceServerIDs []*string `locationName:"sourceServerIDs" type:"list"`
	// contains filtered or unexported fields
}

A set of filters by which to return Recovery Instances.

func (DescribeRecoveryInstancesRequestFilters) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeRecoveryInstancesRequestFilters) SetRecoveryInstanceIDs

SetRecoveryInstanceIDs sets the RecoveryInstanceIDs field's value.

func (*DescribeRecoveryInstancesRequestFilters) SetSourceServerIDs

SetSourceServerIDs sets the SourceServerIDs field's value.

func (DescribeRecoveryInstancesRequestFilters) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeRecoverySnapshotsInput

type DescribeRecoverySnapshotsInput struct {

	// A set of filters by which to return Recovery Snapshots.
	Filters *DescribeRecoverySnapshotsRequestFilters `locationName:"filters" type:"structure"`

	// Maximum number of Recovery Snapshots to retrieve.
	MaxResults *int64 `locationName:"maxResults" min:"1" type:"integer"`

	// The token of the next Recovery Snapshot to retrieve.
	NextToken *string `locationName:"nextToken" type:"string"`

	// The sorted ordering by which to return Recovery Snapshots.
	Order *string `locationName:"order" type:"string" enum:"RecoverySnapshotsOrder"`

	// Filter Recovery Snapshots by Source Server ID.
	//
	// SourceServerID is a required field
	SourceServerID *string `locationName:"sourceServerID" min:"19" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeRecoverySnapshotsInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeRecoverySnapshotsInput) SetFilters

SetFilters sets the Filters field's value.

func (*DescribeRecoverySnapshotsInput) SetMaxResults

SetMaxResults sets the MaxResults field's value.

func (*DescribeRecoverySnapshotsInput) SetNextToken

SetNextToken sets the NextToken field's value.

func (*DescribeRecoverySnapshotsInput) SetOrder

SetOrder sets the Order field's value.

func (*DescribeRecoverySnapshotsInput) SetSourceServerID

SetSourceServerID sets the SourceServerID field's value.

func (DescribeRecoverySnapshotsInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeRecoverySnapshotsInput) Validate

func (s *DescribeRecoverySnapshotsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeRecoverySnapshotsOutput

type DescribeRecoverySnapshotsOutput struct {

	// An array of Recovery Snapshots.
	Items []*RecoverySnapshot `locationName:"items" type:"list"`

	// The token of the next Recovery Snapshot to retrieve.
	NextToken *string `locationName:"nextToken" type:"string"`
	// contains filtered or unexported fields
}

func (DescribeRecoverySnapshotsOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeRecoverySnapshotsOutput) SetItems

SetItems sets the Items field's value.

func (*DescribeRecoverySnapshotsOutput) SetNextToken

SetNextToken sets the NextToken field's value.

func (DescribeRecoverySnapshotsOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeRecoverySnapshotsRequestFilters

type DescribeRecoverySnapshotsRequestFilters struct {

	// The start date in a date range query.
	FromDateTime *string `locationName:"fromDateTime" min:"19" type:"string"`

	// The end date in a date range query.
	ToDateTime *string `locationName:"toDateTime" min:"19" type:"string"`
	// contains filtered or unexported fields
}

A set of filters by which to return Recovery Snapshots.

func (DescribeRecoverySnapshotsRequestFilters) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeRecoverySnapshotsRequestFilters) SetFromDateTime

SetFromDateTime sets the FromDateTime field's value.

func (*DescribeRecoverySnapshotsRequestFilters) SetToDateTime

SetToDateTime sets the ToDateTime field's value.

func (DescribeRecoverySnapshotsRequestFilters) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeRecoverySnapshotsRequestFilters) Validate

Validate inspects the fields of the type to determine if they are valid.

type DescribeReplicationConfigurationTemplatesInput

type DescribeReplicationConfigurationTemplatesInput struct {

	// Maximum number of Replication Configuration Templates to retrieve.
	MaxResults *int64 `locationName:"maxResults" min:"1" type:"integer"`

	// The token of the next Replication Configuration Template to retrieve.
	NextToken *string `locationName:"nextToken" type:"string"`

	// The IDs of the Replication Configuration Templates to retrieve. An empty
	// list means all Replication Configuration Templates.
	ReplicationConfigurationTemplateIDs []*string `locationName:"replicationConfigurationTemplateIDs" type:"list"`
	// contains filtered or unexported fields
}

func (DescribeReplicationConfigurationTemplatesInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeReplicationConfigurationTemplatesInput) SetMaxResults

SetMaxResults sets the MaxResults field's value.

func (*DescribeReplicationConfigurationTemplatesInput) SetNextToken

SetNextToken sets the NextToken field's value.

func (*DescribeReplicationConfigurationTemplatesInput) SetReplicationConfigurationTemplateIDs

SetReplicationConfigurationTemplateIDs sets the ReplicationConfigurationTemplateIDs field's value.

func (DescribeReplicationConfigurationTemplatesInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeReplicationConfigurationTemplatesInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type DescribeReplicationConfigurationTemplatesOutput

type DescribeReplicationConfigurationTemplatesOutput struct {

	// An array of Replication Configuration Templates.
	Items []*ReplicationConfigurationTemplate `locationName:"items" type:"list"`

	// The token of the next Replication Configuration Template to retrieve.
	NextToken *string `locationName:"nextToken" type:"string"`
	// contains filtered or unexported fields
}

func (DescribeReplicationConfigurationTemplatesOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeReplicationConfigurationTemplatesOutput) SetItems

SetItems sets the Items field's value.

func (*DescribeReplicationConfigurationTemplatesOutput) SetNextToken

SetNextToken sets the NextToken field's value.

func (DescribeReplicationConfigurationTemplatesOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeSourceServersInput

type DescribeSourceServersInput struct {

	// A set of filters by which to return Source Servers.
	Filters *DescribeSourceServersRequestFilters `locationName:"filters" type:"structure"`

	// Maximum number of Source Servers to retrieve.
	MaxResults *int64 `locationName:"maxResults" min:"1" type:"integer"`

	// The token of the next Source Server to retrieve.
	NextToken *string `locationName:"nextToken" type:"string"`
	// contains filtered or unexported fields
}

func (DescribeSourceServersInput) GoString

func (s DescribeSourceServersInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeSourceServersInput) SetFilters

SetFilters sets the Filters field's value.

func (*DescribeSourceServersInput) SetMaxResults

SetMaxResults sets the MaxResults field's value.

func (*DescribeSourceServersInput) SetNextToken

SetNextToken sets the NextToken field's value.

func (DescribeSourceServersInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeSourceServersInput) Validate

func (s *DescribeSourceServersInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeSourceServersOutput

type DescribeSourceServersOutput struct {

	// An array of Source Servers.
	Items []*SourceServer `locationName:"items" type:"list"`

	// The token of the next Source Server to retrieve.
	NextToken *string `locationName:"nextToken" type:"string"`
	// contains filtered or unexported fields
}

func (DescribeSourceServersOutput) GoString

func (s DescribeSourceServersOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeSourceServersOutput) SetItems

SetItems sets the Items field's value.

func (*DescribeSourceServersOutput) SetNextToken

SetNextToken sets the NextToken field's value.

func (DescribeSourceServersOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeSourceServersRequestFilters

type DescribeSourceServersRequestFilters struct {

	// An ID that describes the hardware of the Source Server. This is either an
	// EC2 instance id, a VMware uuid or a mac address.
	HardwareId *string `locationName:"hardwareId" type:"string"`

	// An array of Source Servers IDs that should be returned. An empty array means
	// all Source Servers.
	SourceServerIDs []*string `locationName:"sourceServerIDs" type:"list"`

	// An array of staging account IDs that extended source servers belong to. An
	// empty array means all source servers will be shown.
	StagingAccountIDs []*string `locationName:"stagingAccountIDs" type:"list"`
	// contains filtered or unexported fields
}

A set of filters by which to return Source Servers.

func (DescribeSourceServersRequestFilters) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeSourceServersRequestFilters) SetHardwareId

SetHardwareId sets the HardwareId field's value.

func (*DescribeSourceServersRequestFilters) SetSourceServerIDs

SetSourceServerIDs sets the SourceServerIDs field's value.

func (*DescribeSourceServersRequestFilters) SetStagingAccountIDs added in v1.44.25

SetStagingAccountIDs sets the StagingAccountIDs field's value.

func (DescribeSourceServersRequestFilters) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DisconnectRecoveryInstanceInput

type DisconnectRecoveryInstanceInput struct {

	// The ID of the Recovery Instance to disconnect.
	//
	// RecoveryInstanceID is a required field
	RecoveryInstanceID *string `locationName:"recoveryInstanceID" min:"10" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DisconnectRecoveryInstanceInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DisconnectRecoveryInstanceInput) SetRecoveryInstanceID

SetRecoveryInstanceID sets the RecoveryInstanceID field's value.

func (DisconnectRecoveryInstanceInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DisconnectRecoveryInstanceInput) Validate

func (s *DisconnectRecoveryInstanceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DisconnectRecoveryInstanceOutput

type DisconnectRecoveryInstanceOutput struct {
	// contains filtered or unexported fields
}

func (DisconnectRecoveryInstanceOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DisconnectRecoveryInstanceOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DisconnectSourceServerInput

type DisconnectSourceServerInput struct {

	// The ID of the Source Server to disconnect.
	//
	// SourceServerID is a required field
	SourceServerID *string `locationName:"sourceServerID" min:"19" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DisconnectSourceServerInput) GoString

func (s DisconnectSourceServerInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DisconnectSourceServerInput) SetSourceServerID

SetSourceServerID sets the SourceServerID field's value.

func (DisconnectSourceServerInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DisconnectSourceServerInput) Validate

func (s *DisconnectSourceServerInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DisconnectSourceServerOutput

type DisconnectSourceServerOutput struct {

	// The ARN of the Source Server.
	Arn *string `locationName:"arn" min:"20" type:"string"`

	// The Data Replication Info of the Source Server.
	DataReplicationInfo *DataReplicationInfo `locationName:"dataReplicationInfo" type:"structure"`

	// The status of the last recovery launch of this Source Server.
	LastLaunchResult *string `locationName:"lastLaunchResult" type:"string" enum:"LastLaunchResult"`

	// The lifecycle information of this Source Server.
	LifeCycle *LifeCycle `locationName:"lifeCycle" type:"structure"`

	// The ID of the Recovery Instance associated with this Source Server.
	RecoveryInstanceId *string `locationName:"recoveryInstanceId" min:"10" type:"string"`

	// Replication direction of the Source Server.
	ReplicationDirection *string `locationName:"replicationDirection" type:"string" enum:"ReplicationDirection"`

	// For EC2-originated Source Servers which have been failed over and then failed
	// back, this value will mean the ARN of the Source Server on the opposite replication
	// direction.
	ReversedDirectionSourceServerArn *string `locationName:"reversedDirectionSourceServerArn" min:"20" type:"string"`

	// Source cloud properties of the Source Server.
	SourceCloudProperties *SourceCloudProperties `locationName:"sourceCloudProperties" type:"structure"`

	// The source properties of the Source Server.
	SourceProperties *SourceProperties `locationName:"sourceProperties" type:"structure"`

	// The ID of the Source Server.
	SourceServerID *string `locationName:"sourceServerID" min:"19" type:"string"`

	// The staging area of the source server.
	StagingArea *StagingArea `locationName:"stagingArea" type:"structure"`

	// The tags associated with the Source Server.
	//
	// Tags is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by DisconnectSourceServerOutput's
	// String and GoString methods.
	Tags map[string]*string `locationName:"tags" type:"map" sensitive:"true"`
	// contains filtered or unexported fields
}

func (DisconnectSourceServerOutput) GoString

func (s DisconnectSourceServerOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DisconnectSourceServerOutput) SetArn

SetArn sets the Arn field's value.

func (*DisconnectSourceServerOutput) SetDataReplicationInfo

SetDataReplicationInfo sets the DataReplicationInfo field's value.

func (*DisconnectSourceServerOutput) SetLastLaunchResult

SetLastLaunchResult sets the LastLaunchResult field's value.

func (*DisconnectSourceServerOutput) SetLifeCycle

SetLifeCycle sets the LifeCycle field's value.

func (*DisconnectSourceServerOutput) SetRecoveryInstanceId

SetRecoveryInstanceId sets the RecoveryInstanceId field's value.

func (*DisconnectSourceServerOutput) SetReplicationDirection added in v1.44.146

func (s *DisconnectSourceServerOutput) SetReplicationDirection(v string) *DisconnectSourceServerOutput

SetReplicationDirection sets the ReplicationDirection field's value.

func (*DisconnectSourceServerOutput) SetReversedDirectionSourceServerArn added in v1.44.146

func (s *DisconnectSourceServerOutput) SetReversedDirectionSourceServerArn(v string) *DisconnectSourceServerOutput

SetReversedDirectionSourceServerArn sets the ReversedDirectionSourceServerArn field's value.

func (*DisconnectSourceServerOutput) SetSourceCloudProperties added in v1.44.146

SetSourceCloudProperties sets the SourceCloudProperties field's value.

func (*DisconnectSourceServerOutput) SetSourceProperties

SetSourceProperties sets the SourceProperties field's value.

func (*DisconnectSourceServerOutput) SetSourceServerID

SetSourceServerID sets the SourceServerID field's value.

func (*DisconnectSourceServerOutput) SetStagingArea added in v1.44.25

SetStagingArea sets the StagingArea field's value.

func (*DisconnectSourceServerOutput) SetTags

SetTags sets the Tags field's value.

func (DisconnectSourceServerOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Disk

type Disk struct {

	// The amount of storage on the disk in bytes.
	Bytes *int64 `locationName:"bytes" type:"long"`

	// The disk or device name.
	DeviceName *string `locationName:"deviceName" type:"string"`
	// contains filtered or unexported fields
}

An object representing a data storage device on a server.

func (Disk) GoString

func (s Disk) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Disk) SetBytes

func (s *Disk) SetBytes(v int64) *Disk

SetBytes sets the Bytes field's value.

func (*Disk) SetDeviceName

func (s *Disk) SetDeviceName(v string) *Disk

SetDeviceName sets the DeviceName field's value.

func (Disk) String

func (s Disk) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Drs

type Drs struct {
	*client.Client
}

Drs provides the API operation methods for making requests to Elastic Disaster Recovery Service. See this package's package overview docs for details on the service.

Drs methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.

func New

func New(p client.ConfigProvider, cfgs ...*aws.Config) *Drs

New creates a new instance of the Drs client with a session. If additional configuration is needed for the client instance use the optional aws.Config parameter to add your extra config.

Example:

mySession := session.Must(session.NewSession())

// Create a Drs client from just a session.
svc := drs.New(mySession)

// Create a Drs client with additional configuration
svc := drs.New(mySession, aws.NewConfig().WithRegion("us-west-2"))

func (*Drs) CreateExtendedSourceServer added in v1.44.25

func (c *Drs) CreateExtendedSourceServer(input *CreateExtendedSourceServerInput) (*CreateExtendedSourceServerOutput, error)

CreateExtendedSourceServer API operation for Elastic Disaster Recovery Service.

Create an extended source server in the target Account based on the source server in staging account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Elastic Disaster Recovery Service's API operation CreateExtendedSourceServer for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The resource for this operation was not found.

  • InternalServerException The request processing has failed because of an unknown error, exception or failure.

  • ServiceQuotaExceededException The request could not be completed because its exceeded the service quota.

  • ThrottlingException The request was denied due to request throttling.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ValidationException The input fails to satisfy the constraints specified by the AWS service.

  • UninitializedAccountException The account performing the request has not been initialized.

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/CreateExtendedSourceServer

func (*Drs) CreateExtendedSourceServerRequest added in v1.44.25

func (c *Drs) CreateExtendedSourceServerRequest(input *CreateExtendedSourceServerInput) (req *request.Request, output *CreateExtendedSourceServerOutput)

CreateExtendedSourceServerRequest generates a "aws/request.Request" representing the client's request for the CreateExtendedSourceServer operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateExtendedSourceServer for more information on using the CreateExtendedSourceServer API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateExtendedSourceServerRequest method.
req, resp := client.CreateExtendedSourceServerRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/CreateExtendedSourceServer

func (*Drs) CreateExtendedSourceServerWithContext added in v1.44.25

func (c *Drs) CreateExtendedSourceServerWithContext(ctx aws.Context, input *CreateExtendedSourceServerInput, opts ...request.Option) (*CreateExtendedSourceServerOutput, error)

CreateExtendedSourceServerWithContext is the same as CreateExtendedSourceServer with the addition of the ability to pass a context and additional request options.

See CreateExtendedSourceServer for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Drs) CreateLaunchConfigurationTemplate added in v1.44.245

func (c *Drs) CreateLaunchConfigurationTemplate(input *CreateLaunchConfigurationTemplateInput) (*CreateLaunchConfigurationTemplateOutput, error)

CreateLaunchConfigurationTemplate API operation for Elastic Disaster Recovery Service.

Creates a new Launch Configuration Template.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Elastic Disaster Recovery Service's API operation CreateLaunchConfigurationTemplate for usage and error information.

Returned Error Types:

  • InternalServerException The request processing has failed because of an unknown error, exception or failure.

  • ServiceQuotaExceededException The request could not be completed because its exceeded the service quota.

  • ThrottlingException The request was denied due to request throttling.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ValidationException The input fails to satisfy the constraints specified by the AWS service.

  • UninitializedAccountException The account performing the request has not been initialized.

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/CreateLaunchConfigurationTemplate

func (*Drs) CreateLaunchConfigurationTemplateRequest added in v1.44.245

func (c *Drs) CreateLaunchConfigurationTemplateRequest(input *CreateLaunchConfigurationTemplateInput) (req *request.Request, output *CreateLaunchConfigurationTemplateOutput)

CreateLaunchConfigurationTemplateRequest generates a "aws/request.Request" representing the client's request for the CreateLaunchConfigurationTemplate operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateLaunchConfigurationTemplate for more information on using the CreateLaunchConfigurationTemplate API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateLaunchConfigurationTemplateRequest method.
req, resp := client.CreateLaunchConfigurationTemplateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/CreateLaunchConfigurationTemplate

func (*Drs) CreateLaunchConfigurationTemplateWithContext added in v1.44.245

func (c *Drs) CreateLaunchConfigurationTemplateWithContext(ctx aws.Context, input *CreateLaunchConfigurationTemplateInput, opts ...request.Option) (*CreateLaunchConfigurationTemplateOutput, error)

CreateLaunchConfigurationTemplateWithContext is the same as CreateLaunchConfigurationTemplate with the addition of the ability to pass a context and additional request options.

See CreateLaunchConfigurationTemplate for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Drs) CreateReplicationConfigurationTemplate

func (c *Drs) CreateReplicationConfigurationTemplate(input *CreateReplicationConfigurationTemplateInput) (*CreateReplicationConfigurationTemplateOutput, error)

CreateReplicationConfigurationTemplate API operation for Elastic Disaster Recovery Service.

Creates a new ReplicationConfigurationTemplate.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Elastic Disaster Recovery Service's API operation CreateReplicationConfigurationTemplate for usage and error information.

Returned Error Types:

  • InternalServerException The request processing has failed because of an unknown error, exception or failure.

  • ServiceQuotaExceededException The request could not be completed because its exceeded the service quota.

  • ThrottlingException The request was denied due to request throttling.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ValidationException The input fails to satisfy the constraints specified by the AWS service.

  • UninitializedAccountException The account performing the request has not been initialized.

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/CreateReplicationConfigurationTemplate

func (*Drs) CreateReplicationConfigurationTemplateRequest

func (c *Drs) CreateReplicationConfigurationTemplateRequest(input *CreateReplicationConfigurationTemplateInput) (req *request.Request, output *CreateReplicationConfigurationTemplateOutput)

CreateReplicationConfigurationTemplateRequest generates a "aws/request.Request" representing the client's request for the CreateReplicationConfigurationTemplate operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateReplicationConfigurationTemplate for more information on using the CreateReplicationConfigurationTemplate API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateReplicationConfigurationTemplateRequest method.
req, resp := client.CreateReplicationConfigurationTemplateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/CreateReplicationConfigurationTemplate

func (*Drs) CreateReplicationConfigurationTemplateWithContext

func (c *Drs) CreateReplicationConfigurationTemplateWithContext(ctx aws.Context, input *CreateReplicationConfigurationTemplateInput, opts ...request.Option) (*CreateReplicationConfigurationTemplateOutput, error)

CreateReplicationConfigurationTemplateWithContext is the same as CreateReplicationConfigurationTemplate with the addition of the ability to pass a context and additional request options.

See CreateReplicationConfigurationTemplate for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Drs) DeleteJob

func (c *Drs) DeleteJob(input *DeleteJobInput) (*DeleteJobOutput, error)

DeleteJob API operation for Elastic Disaster Recovery Service.

Deletes a single Job by ID.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Elastic Disaster Recovery Service's API operation DeleteJob for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The resource for this operation was not found.

  • InternalServerException The request processing has failed because of an unknown error, exception or failure.

  • ConflictException The request could not be completed due to a conflict with the current state of the target resource.

  • ThrottlingException The request was denied due to request throttling.

  • UninitializedAccountException The account performing the request has not been initialized.

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/DeleteJob

func (*Drs) DeleteJobRequest

func (c *Drs) DeleteJobRequest(input *DeleteJobInput) (req *request.Request, output *DeleteJobOutput)

DeleteJobRequest generates a "aws/request.Request" representing the client's request for the DeleteJob operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteJob for more information on using the DeleteJob API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteJobRequest method.
req, resp := client.DeleteJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/DeleteJob

func (*Drs) DeleteJobWithContext

func (c *Drs) DeleteJobWithContext(ctx aws.Context, input *DeleteJobInput, opts ...request.Option) (*DeleteJobOutput, error)

DeleteJobWithContext is the same as DeleteJob with the addition of the ability to pass a context and additional request options.

See DeleteJob for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Drs) DeleteLaunchConfigurationTemplate added in v1.44.245

func (c *Drs) DeleteLaunchConfigurationTemplate(input *DeleteLaunchConfigurationTemplateInput) (*DeleteLaunchConfigurationTemplateOutput, error)

DeleteLaunchConfigurationTemplate API operation for Elastic Disaster Recovery Service.

Deletes a single Launch Configuration Template by ID.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Elastic Disaster Recovery Service's API operation DeleteLaunchConfigurationTemplate for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The resource for this operation was not found.

  • InternalServerException The request processing has failed because of an unknown error, exception or failure.

  • ConflictException The request could not be completed due to a conflict with the current state of the target resource.

  • ThrottlingException The request was denied due to request throttling.

  • UninitializedAccountException The account performing the request has not been initialized.

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/DeleteLaunchConfigurationTemplate

func (*Drs) DeleteLaunchConfigurationTemplateRequest added in v1.44.245

func (c *Drs) DeleteLaunchConfigurationTemplateRequest(input *DeleteLaunchConfigurationTemplateInput) (req *request.Request, output *DeleteLaunchConfigurationTemplateOutput)

DeleteLaunchConfigurationTemplateRequest generates a "aws/request.Request" representing the client's request for the DeleteLaunchConfigurationTemplate operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteLaunchConfigurationTemplate for more information on using the DeleteLaunchConfigurationTemplate API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteLaunchConfigurationTemplateRequest method.
req, resp := client.DeleteLaunchConfigurationTemplateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/DeleteLaunchConfigurationTemplate

func (*Drs) DeleteLaunchConfigurationTemplateWithContext added in v1.44.245

func (c *Drs) DeleteLaunchConfigurationTemplateWithContext(ctx aws.Context, input *DeleteLaunchConfigurationTemplateInput, opts ...request.Option) (*DeleteLaunchConfigurationTemplateOutput, error)

DeleteLaunchConfigurationTemplateWithContext is the same as DeleteLaunchConfigurationTemplate with the addition of the ability to pass a context and additional request options.

See DeleteLaunchConfigurationTemplate for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Drs) DeleteRecoveryInstance

func (c *Drs) DeleteRecoveryInstance(input *DeleteRecoveryInstanceInput) (*DeleteRecoveryInstanceOutput, error)

DeleteRecoveryInstance API operation for Elastic Disaster Recovery Service.

Deletes a single Recovery Instance by ID. This deletes the Recovery Instance resource from Elastic Disaster Recovery. The Recovery Instance must be disconnected first in order to delete it.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Elastic Disaster Recovery Service's API operation DeleteRecoveryInstance for usage and error information.

Returned Error Types:

  • InternalServerException The request processing has failed because of an unknown error, exception or failure.

  • ConflictException The request could not be completed due to a conflict with the current state of the target resource.

  • ThrottlingException The request was denied due to request throttling.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • UninitializedAccountException The account performing the request has not been initialized.

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/DeleteRecoveryInstance

func (*Drs) DeleteRecoveryInstanceRequest

func (c *Drs) DeleteRecoveryInstanceRequest(input *DeleteRecoveryInstanceInput) (req *request.Request, output *DeleteRecoveryInstanceOutput)

DeleteRecoveryInstanceRequest generates a "aws/request.Request" representing the client's request for the DeleteRecoveryInstance operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteRecoveryInstance for more information on using the DeleteRecoveryInstance API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteRecoveryInstanceRequest method.
req, resp := client.DeleteRecoveryInstanceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/DeleteRecoveryInstance

func (*Drs) DeleteRecoveryInstanceWithContext

func (c *Drs) DeleteRecoveryInstanceWithContext(ctx aws.Context, input *DeleteRecoveryInstanceInput, opts ...request.Option) (*DeleteRecoveryInstanceOutput, error)

DeleteRecoveryInstanceWithContext is the same as DeleteRecoveryInstance with the addition of the ability to pass a context and additional request options.

See DeleteRecoveryInstance for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Drs) DeleteReplicationConfigurationTemplate

func (c *Drs) DeleteReplicationConfigurationTemplate(input *DeleteReplicationConfigurationTemplateInput) (*DeleteReplicationConfigurationTemplateOutput, error)

DeleteReplicationConfigurationTemplate API operation for Elastic Disaster Recovery Service.

Deletes a single Replication Configuration Template by ID

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Elastic Disaster Recovery Service's API operation DeleteReplicationConfigurationTemplate for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The resource for this operation was not found.

  • InternalServerException The request processing has failed because of an unknown error, exception or failure.

  • ConflictException The request could not be completed due to a conflict with the current state of the target resource.

  • ThrottlingException The request was denied due to request throttling.

  • UninitializedAccountException The account performing the request has not been initialized.

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/DeleteReplicationConfigurationTemplate

func (*Drs) DeleteReplicationConfigurationTemplateRequest

func (c *Drs) DeleteReplicationConfigurationTemplateRequest(input *DeleteReplicationConfigurationTemplateInput) (req *request.Request, output *DeleteReplicationConfigurationTemplateOutput)

DeleteReplicationConfigurationTemplateRequest generates a "aws/request.Request" representing the client's request for the DeleteReplicationConfigurationTemplate operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteReplicationConfigurationTemplate for more information on using the DeleteReplicationConfigurationTemplate API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteReplicationConfigurationTemplateRequest method.
req, resp := client.DeleteReplicationConfigurationTemplateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/DeleteReplicationConfigurationTemplate

func (*Drs) DeleteReplicationConfigurationTemplateWithContext

func (c *Drs) DeleteReplicationConfigurationTemplateWithContext(ctx aws.Context, input *DeleteReplicationConfigurationTemplateInput, opts ...request.Option) (*DeleteReplicationConfigurationTemplateOutput, error)

DeleteReplicationConfigurationTemplateWithContext is the same as DeleteReplicationConfigurationTemplate with the addition of the ability to pass a context and additional request options.

See DeleteReplicationConfigurationTemplate for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Drs) DeleteSourceServer

func (c *Drs) DeleteSourceServer(input *DeleteSourceServerInput) (*DeleteSourceServerOutput, error)

DeleteSourceServer API operation for Elastic Disaster Recovery Service.

Deletes a single Source Server by ID. The Source Server must be disconnected first.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Elastic Disaster Recovery Service's API operation DeleteSourceServer for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The resource for this operation was not found.

  • InternalServerException The request processing has failed because of an unknown error, exception or failure.

  • ConflictException The request could not be completed due to a conflict with the current state of the target resource.

  • ThrottlingException The request was denied due to request throttling.

  • UninitializedAccountException The account performing the request has not been initialized.

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/DeleteSourceServer

func (*Drs) DeleteSourceServerRequest

func (c *Drs) DeleteSourceServerRequest(input *DeleteSourceServerInput) (req *request.Request, output *DeleteSourceServerOutput)

DeleteSourceServerRequest generates a "aws/request.Request" representing the client's request for the DeleteSourceServer operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteSourceServer for more information on using the DeleteSourceServer API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteSourceServerRequest method.
req, resp := client.DeleteSourceServerRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/DeleteSourceServer

func (*Drs) DeleteSourceServerWithContext

func (c *Drs) DeleteSourceServerWithContext(ctx aws.Context, input *DeleteSourceServerInput, opts ...request.Option) (*DeleteSourceServerOutput, error)

DeleteSourceServerWithContext is the same as DeleteSourceServer with the addition of the ability to pass a context and additional request options.

See DeleteSourceServer for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Drs) DescribeJobLogItems

func (c *Drs) DescribeJobLogItems(input *DescribeJobLogItemsInput) (*DescribeJobLogItemsOutput, error)

DescribeJobLogItems API operation for Elastic Disaster Recovery Service.

Retrieves a detailed Job log with pagination.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Elastic Disaster Recovery Service's API operation DescribeJobLogItems for usage and error information.

Returned Error Types:

  • InternalServerException The request processing has failed because of an unknown error, exception or failure.

  • ThrottlingException The request was denied due to request throttling.

  • ValidationException The input fails to satisfy the constraints specified by the AWS service.

  • UninitializedAccountException The account performing the request has not been initialized.

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/DescribeJobLogItems

func (*Drs) DescribeJobLogItemsPages

func (c *Drs) DescribeJobLogItemsPages(input *DescribeJobLogItemsInput, fn func(*DescribeJobLogItemsOutput, bool) bool) error

DescribeJobLogItemsPages iterates over the pages of a DescribeJobLogItems operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeJobLogItems method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribeJobLogItems operation.
pageNum := 0
err := client.DescribeJobLogItemsPages(params,
    func(page *drs.DescribeJobLogItemsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Drs) DescribeJobLogItemsPagesWithContext

func (c *Drs) DescribeJobLogItemsPagesWithContext(ctx aws.Context, input *DescribeJobLogItemsInput, fn func(*DescribeJobLogItemsOutput, bool) bool, opts ...request.Option) error

DescribeJobLogItemsPagesWithContext same as DescribeJobLogItemsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Drs) DescribeJobLogItemsRequest

func (c *Drs) DescribeJobLogItemsRequest(input *DescribeJobLogItemsInput) (req *request.Request, output *DescribeJobLogItemsOutput)

DescribeJobLogItemsRequest generates a "aws/request.Request" representing the client's request for the DescribeJobLogItems operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeJobLogItems for more information on using the DescribeJobLogItems API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeJobLogItemsRequest method.
req, resp := client.DescribeJobLogItemsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/DescribeJobLogItems

func (*Drs) DescribeJobLogItemsWithContext

func (c *Drs) DescribeJobLogItemsWithContext(ctx aws.Context, input *DescribeJobLogItemsInput, opts ...request.Option) (*DescribeJobLogItemsOutput, error)

DescribeJobLogItemsWithContext is the same as DescribeJobLogItems with the addition of the ability to pass a context and additional request options.

See DescribeJobLogItems for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Drs) DescribeJobs

func (c *Drs) DescribeJobs(input *DescribeJobsInput) (*DescribeJobsOutput, error)

DescribeJobs API operation for Elastic Disaster Recovery Service.

Returns a list of Jobs. Use the JobsID and fromDate and toDate filters to limit which jobs are returned. The response is sorted by creationDataTime - latest date first. Jobs are created by the StartRecovery, TerminateRecoveryInstances and StartFailbackLaunch APIs. Jobs are also created by DiagnosticLaunch and TerminateDiagnosticInstances, which are APIs available only to *Support* and only used in response to relevant support tickets.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Elastic Disaster Recovery Service's API operation DescribeJobs for usage and error information.

Returned Error Types:

  • InternalServerException The request processing has failed because of an unknown error, exception or failure.

  • ThrottlingException The request was denied due to request throttling.

  • ValidationException The input fails to satisfy the constraints specified by the AWS service.

  • UninitializedAccountException The account performing the request has not been initialized.

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/DescribeJobs

func (*Drs) DescribeJobsPages

func (c *Drs) DescribeJobsPages(input *DescribeJobsInput, fn func(*DescribeJobsOutput, bool) bool) error

DescribeJobsPages iterates over the pages of a DescribeJobs operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeJobs method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribeJobs operation.
pageNum := 0
err := client.DescribeJobsPages(params,
    func(page *drs.DescribeJobsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Drs) DescribeJobsPagesWithContext

func (c *Drs) DescribeJobsPagesWithContext(ctx aws.Context, input *DescribeJobsInput, fn func(*DescribeJobsOutput, bool) bool, opts ...request.Option) error

DescribeJobsPagesWithContext same as DescribeJobsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Drs) DescribeJobsRequest

func (c *Drs) DescribeJobsRequest(input *DescribeJobsInput) (req *request.Request, output *DescribeJobsOutput)

DescribeJobsRequest generates a "aws/request.Request" representing the client's request for the DescribeJobs operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeJobs for more information on using the DescribeJobs API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeJobsRequest method.
req, resp := client.DescribeJobsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/DescribeJobs

func (*Drs) DescribeJobsWithContext

func (c *Drs) DescribeJobsWithContext(ctx aws.Context, input *DescribeJobsInput, opts ...request.Option) (*DescribeJobsOutput, error)

DescribeJobsWithContext is the same as DescribeJobs with the addition of the ability to pass a context and additional request options.

See DescribeJobs for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Drs) DescribeLaunchConfigurationTemplates added in v1.44.245

func (c *Drs) DescribeLaunchConfigurationTemplates(input *DescribeLaunchConfigurationTemplatesInput) (*DescribeLaunchConfigurationTemplatesOutput, error)

DescribeLaunchConfigurationTemplates API operation for Elastic Disaster Recovery Service.

Lists all Launch Configuration Templates, filtered by Launch Configuration Template IDs

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Elastic Disaster Recovery Service's API operation DescribeLaunchConfigurationTemplates for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The resource for this operation was not found.

  • InternalServerException The request processing has failed because of an unknown error, exception or failure.

  • ThrottlingException The request was denied due to request throttling.

  • ValidationException The input fails to satisfy the constraints specified by the AWS service.

  • UninitializedAccountException The account performing the request has not been initialized.

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/DescribeLaunchConfigurationTemplates

func (*Drs) DescribeLaunchConfigurationTemplatesPages added in v1.44.245

func (c *Drs) DescribeLaunchConfigurationTemplatesPages(input *DescribeLaunchConfigurationTemplatesInput, fn func(*DescribeLaunchConfigurationTemplatesOutput, bool) bool) error

DescribeLaunchConfigurationTemplatesPages iterates over the pages of a DescribeLaunchConfigurationTemplates operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeLaunchConfigurationTemplates method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribeLaunchConfigurationTemplates operation.
pageNum := 0
err := client.DescribeLaunchConfigurationTemplatesPages(params,
    func(page *drs.DescribeLaunchConfigurationTemplatesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Drs) DescribeLaunchConfigurationTemplatesPagesWithContext added in v1.44.245

func (c *Drs) DescribeLaunchConfigurationTemplatesPagesWithContext(ctx aws.Context, input *DescribeLaunchConfigurationTemplatesInput, fn func(*DescribeLaunchConfigurationTemplatesOutput, bool) bool, opts ...request.Option) error

DescribeLaunchConfigurationTemplatesPagesWithContext same as DescribeLaunchConfigurationTemplatesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Drs) DescribeLaunchConfigurationTemplatesRequest added in v1.44.245

func (c *Drs) DescribeLaunchConfigurationTemplatesRequest(input *DescribeLaunchConfigurationTemplatesInput) (req *request.Request, output *DescribeLaunchConfigurationTemplatesOutput)

DescribeLaunchConfigurationTemplatesRequest generates a "aws/request.Request" representing the client's request for the DescribeLaunchConfigurationTemplates operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeLaunchConfigurationTemplates for more information on using the DescribeLaunchConfigurationTemplates API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeLaunchConfigurationTemplatesRequest method.
req, resp := client.DescribeLaunchConfigurationTemplatesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/DescribeLaunchConfigurationTemplates

func (*Drs) DescribeLaunchConfigurationTemplatesWithContext added in v1.44.245

func (c *Drs) DescribeLaunchConfigurationTemplatesWithContext(ctx aws.Context, input *DescribeLaunchConfigurationTemplatesInput, opts ...request.Option) (*DescribeLaunchConfigurationTemplatesOutput, error)

DescribeLaunchConfigurationTemplatesWithContext is the same as DescribeLaunchConfigurationTemplates with the addition of the ability to pass a context and additional request options.

See DescribeLaunchConfigurationTemplates for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Drs) DescribeRecoveryInstances

func (c *Drs) DescribeRecoveryInstances(input *DescribeRecoveryInstancesInput) (*DescribeRecoveryInstancesOutput, error)

DescribeRecoveryInstances API operation for Elastic Disaster Recovery Service.

Lists all Recovery Instances or multiple Recovery Instances by ID.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Elastic Disaster Recovery Service's API operation DescribeRecoveryInstances for usage and error information.

Returned Error Types:

  • InternalServerException The request processing has failed because of an unknown error, exception or failure.

  • ThrottlingException The request was denied due to request throttling.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • UninitializedAccountException The account performing the request has not been initialized.

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/DescribeRecoveryInstances

func (*Drs) DescribeRecoveryInstancesPages

func (c *Drs) DescribeRecoveryInstancesPages(input *DescribeRecoveryInstancesInput, fn func(*DescribeRecoveryInstancesOutput, bool) bool) error

DescribeRecoveryInstancesPages iterates over the pages of a DescribeRecoveryInstances operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeRecoveryInstances method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribeRecoveryInstances operation.
pageNum := 0
err := client.DescribeRecoveryInstancesPages(params,
    func(page *drs.DescribeRecoveryInstancesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Drs) DescribeRecoveryInstancesPagesWithContext

func (c *Drs) DescribeRecoveryInstancesPagesWithContext(ctx aws.Context, input *DescribeRecoveryInstancesInput, fn func(*DescribeRecoveryInstancesOutput, bool) bool, opts ...request.Option) error

DescribeRecoveryInstancesPagesWithContext same as DescribeRecoveryInstancesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Drs) DescribeRecoveryInstancesRequest

func (c *Drs) DescribeRecoveryInstancesRequest(input *DescribeRecoveryInstancesInput) (req *request.Request, output *DescribeRecoveryInstancesOutput)

DescribeRecoveryInstancesRequest generates a "aws/request.Request" representing the client's request for the DescribeRecoveryInstances operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeRecoveryInstances for more information on using the DescribeRecoveryInstances API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeRecoveryInstancesRequest method.
req, resp := client.DescribeRecoveryInstancesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/DescribeRecoveryInstances

func (*Drs) DescribeRecoveryInstancesWithContext

func (c *Drs) DescribeRecoveryInstancesWithContext(ctx aws.Context, input *DescribeRecoveryInstancesInput, opts ...request.Option) (*DescribeRecoveryInstancesOutput, error)

DescribeRecoveryInstancesWithContext is the same as DescribeRecoveryInstances with the addition of the ability to pass a context and additional request options.

See DescribeRecoveryInstances for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Drs) DescribeRecoverySnapshots

func (c *Drs) DescribeRecoverySnapshots(input *DescribeRecoverySnapshotsInput) (*DescribeRecoverySnapshotsOutput, error)

DescribeRecoverySnapshots API operation for Elastic Disaster Recovery Service.

Lists all Recovery Snapshots for a single Source Server.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Elastic Disaster Recovery Service's API operation DescribeRecoverySnapshots for usage and error information.

Returned Error Types:

  • InternalServerException The request processing has failed because of an unknown error, exception or failure.

  • ThrottlingException The request was denied due to request throttling.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ValidationException The input fails to satisfy the constraints specified by the AWS service.

  • UninitializedAccountException The account performing the request has not been initialized.

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/DescribeRecoverySnapshots

func (*Drs) DescribeRecoverySnapshotsPages

func (c *Drs) DescribeRecoverySnapshotsPages(input *DescribeRecoverySnapshotsInput, fn func(*DescribeRecoverySnapshotsOutput, bool) bool) error

DescribeRecoverySnapshotsPages iterates over the pages of a DescribeRecoverySnapshots operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeRecoverySnapshots method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribeRecoverySnapshots operation.
pageNum := 0
err := client.DescribeRecoverySnapshotsPages(params,
    func(page *drs.DescribeRecoverySnapshotsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Drs) DescribeRecoverySnapshotsPagesWithContext

func (c *Drs) DescribeRecoverySnapshotsPagesWithContext(ctx aws.Context, input *DescribeRecoverySnapshotsInput, fn func(*DescribeRecoverySnapshotsOutput, bool) bool, opts ...request.Option) error

DescribeRecoverySnapshotsPagesWithContext same as DescribeRecoverySnapshotsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Drs) DescribeRecoverySnapshotsRequest

func (c *Drs) DescribeRecoverySnapshotsRequest(input *DescribeRecoverySnapshotsInput) (req *request.Request, output *DescribeRecoverySnapshotsOutput)

DescribeRecoverySnapshotsRequest generates a "aws/request.Request" representing the client's request for the DescribeRecoverySnapshots operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeRecoverySnapshots for more information on using the DescribeRecoverySnapshots API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeRecoverySnapshotsRequest method.
req, resp := client.DescribeRecoverySnapshotsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/DescribeRecoverySnapshots

func (*Drs) DescribeRecoverySnapshotsWithContext

func (c *Drs) DescribeRecoverySnapshotsWithContext(ctx aws.Context, input *DescribeRecoverySnapshotsInput, opts ...request.Option) (*DescribeRecoverySnapshotsOutput, error)

DescribeRecoverySnapshotsWithContext is the same as DescribeRecoverySnapshots with the addition of the ability to pass a context and additional request options.

See DescribeRecoverySnapshots for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Drs) DescribeReplicationConfigurationTemplates

func (c *Drs) DescribeReplicationConfigurationTemplates(input *DescribeReplicationConfigurationTemplatesInput) (*DescribeReplicationConfigurationTemplatesOutput, error)

DescribeReplicationConfigurationTemplates API operation for Elastic Disaster Recovery Service.

Lists all ReplicationConfigurationTemplates, filtered by Source Server IDs.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Elastic Disaster Recovery Service's API operation DescribeReplicationConfigurationTemplates for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The resource for this operation was not found.

  • InternalServerException The request processing has failed because of an unknown error, exception or failure.

  • ThrottlingException The request was denied due to request throttling.

  • ValidationException The input fails to satisfy the constraints specified by the AWS service.

  • UninitializedAccountException The account performing the request has not been initialized.

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/DescribeReplicationConfigurationTemplates

func (*Drs) DescribeReplicationConfigurationTemplatesPages

func (c *Drs) DescribeReplicationConfigurationTemplatesPages(input *DescribeReplicationConfigurationTemplatesInput, fn func(*DescribeReplicationConfigurationTemplatesOutput, bool) bool) error

DescribeReplicationConfigurationTemplatesPages iterates over the pages of a DescribeReplicationConfigurationTemplates operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeReplicationConfigurationTemplates method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribeReplicationConfigurationTemplates operation.
pageNum := 0
err := client.DescribeReplicationConfigurationTemplatesPages(params,
    func(page *drs.DescribeReplicationConfigurationTemplatesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Drs) DescribeReplicationConfigurationTemplatesPagesWithContext

func (c *Drs) DescribeReplicationConfigurationTemplatesPagesWithContext(ctx aws.Context, input *DescribeReplicationConfigurationTemplatesInput, fn func(*DescribeReplicationConfigurationTemplatesOutput, bool) bool, opts ...request.Option) error

DescribeReplicationConfigurationTemplatesPagesWithContext same as DescribeReplicationConfigurationTemplatesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Drs) DescribeReplicationConfigurationTemplatesRequest

func (c *Drs) DescribeReplicationConfigurationTemplatesRequest(input *DescribeReplicationConfigurationTemplatesInput) (req *request.Request, output *DescribeReplicationConfigurationTemplatesOutput)

DescribeReplicationConfigurationTemplatesRequest generates a "aws/request.Request" representing the client's request for the DescribeReplicationConfigurationTemplates operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeReplicationConfigurationTemplates for more information on using the DescribeReplicationConfigurationTemplates API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeReplicationConfigurationTemplatesRequest method.
req, resp := client.DescribeReplicationConfigurationTemplatesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/DescribeReplicationConfigurationTemplates

func (*Drs) DescribeReplicationConfigurationTemplatesWithContext

func (c *Drs) DescribeReplicationConfigurationTemplatesWithContext(ctx aws.Context, input *DescribeReplicationConfigurationTemplatesInput, opts ...request.Option) (*DescribeReplicationConfigurationTemplatesOutput, error)

DescribeReplicationConfigurationTemplatesWithContext is the same as DescribeReplicationConfigurationTemplates with the addition of the ability to pass a context and additional request options.

See DescribeReplicationConfigurationTemplates for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Drs) DescribeSourceServers

func (c *Drs) DescribeSourceServers(input *DescribeSourceServersInput) (*DescribeSourceServersOutput, error)

DescribeSourceServers API operation for Elastic Disaster Recovery Service.

Lists all Source Servers or multiple Source Servers filtered by ID.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Elastic Disaster Recovery Service's API operation DescribeSourceServers for usage and error information.

Returned Error Types:

  • InternalServerException The request processing has failed because of an unknown error, exception or failure.

  • ThrottlingException The request was denied due to request throttling.

  • ValidationException The input fails to satisfy the constraints specified by the AWS service.

  • UninitializedAccountException The account performing the request has not been initialized.

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/DescribeSourceServers

func (*Drs) DescribeSourceServersPages

func (c *Drs) DescribeSourceServersPages(input *DescribeSourceServersInput, fn func(*DescribeSourceServersOutput, bool) bool) error

DescribeSourceServersPages iterates over the pages of a DescribeSourceServers operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeSourceServers method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribeSourceServers operation.
pageNum := 0
err := client.DescribeSourceServersPages(params,
    func(page *drs.DescribeSourceServersOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Drs) DescribeSourceServersPagesWithContext

func (c *Drs) DescribeSourceServersPagesWithContext(ctx aws.Context, input *DescribeSourceServersInput, fn func(*DescribeSourceServersOutput, bool) bool, opts ...request.Option) error

DescribeSourceServersPagesWithContext same as DescribeSourceServersPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Drs) DescribeSourceServersRequest

func (c *Drs) DescribeSourceServersRequest(input *DescribeSourceServersInput) (req *request.Request, output *DescribeSourceServersOutput)

DescribeSourceServersRequest generates a "aws/request.Request" representing the client's request for the DescribeSourceServers operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeSourceServers for more information on using the DescribeSourceServers API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeSourceServersRequest method.
req, resp := client.DescribeSourceServersRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/DescribeSourceServers

func (*Drs) DescribeSourceServersWithContext

func (c *Drs) DescribeSourceServersWithContext(ctx aws.Context, input *DescribeSourceServersInput, opts ...request.Option) (*DescribeSourceServersOutput, error)

DescribeSourceServersWithContext is the same as DescribeSourceServers with the addition of the ability to pass a context and additional request options.

See DescribeSourceServers for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Drs) DisconnectRecoveryInstance

func (c *Drs) DisconnectRecoveryInstance(input *DisconnectRecoveryInstanceInput) (*DisconnectRecoveryInstanceOutput, error)

DisconnectRecoveryInstance API operation for Elastic Disaster Recovery Service.

Disconnect a Recovery Instance from Elastic Disaster Recovery. Data replication is stopped immediately. All AWS resources created by Elastic Disaster Recovery for enabling the replication of the Recovery Instance will be terminated / deleted within 90 minutes. If the agent on the Recovery Instance has not been prevented from communicating with the Elastic Disaster Recovery service, then it will receive a command to uninstall itself (within approximately 10 minutes). The following properties of the Recovery Instance will be changed immediately: dataReplicationInfo.dataReplicationState will be set to DISCONNECTED; The totalStorageBytes property for each of dataReplicationInfo.replicatedDisks will be set to zero; dataReplicationInfo.lagDuration and dataReplicationInfo.lagDuration will be nullified.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Elastic Disaster Recovery Service's API operation DisconnectRecoveryInstance for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The resource for this operation was not found.

  • InternalServerException The request processing has failed because of an unknown error, exception or failure.

  • ConflictException The request could not be completed due to a conflict with the current state of the target resource.

  • ThrottlingException The request was denied due to request throttling.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • UninitializedAccountException The account performing the request has not been initialized.

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/DisconnectRecoveryInstance

func (*Drs) DisconnectRecoveryInstanceRequest

func (c *Drs) DisconnectRecoveryInstanceRequest(input *DisconnectRecoveryInstanceInput) (req *request.Request, output *DisconnectRecoveryInstanceOutput)

DisconnectRecoveryInstanceRequest generates a "aws/request.Request" representing the client's request for the DisconnectRecoveryInstance operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DisconnectRecoveryInstance for more information on using the DisconnectRecoveryInstance API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DisconnectRecoveryInstanceRequest method.
req, resp := client.DisconnectRecoveryInstanceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/DisconnectRecoveryInstance

func (*Drs) DisconnectRecoveryInstanceWithContext

func (c *Drs) DisconnectRecoveryInstanceWithContext(ctx aws.Context, input *DisconnectRecoveryInstanceInput, opts ...request.Option) (*DisconnectRecoveryInstanceOutput, error)

DisconnectRecoveryInstanceWithContext is the same as DisconnectRecoveryInstance with the addition of the ability to pass a context and additional request options.

See DisconnectRecoveryInstance for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Drs) DisconnectSourceServer

func (c *Drs) DisconnectSourceServer(input *DisconnectSourceServerInput) (*DisconnectSourceServerOutput, error)

DisconnectSourceServer API operation for Elastic Disaster Recovery Service.

Disconnects a specific Source Server from Elastic Disaster Recovery. Data replication is stopped immediately. All AWS resources created by Elastic Disaster Recovery for enabling the replication of the Source Server will be terminated / deleted within 90 minutes. You cannot disconnect a Source Server if it has a Recovery Instance. If the agent on the Source Server has not been prevented from communicating with the Elastic Disaster Recovery service, then it will receive a command to uninstall itself (within approximately 10 minutes). The following properties of the SourceServer will be changed immediately: dataReplicationInfo.dataReplicationState will be set to DISCONNECTED; The totalStorageBytes property for each of dataReplicationInfo.replicatedDisks will be set to zero; dataReplicationInfo.lagDuration and dataReplicationInfo.lagDuration will be nullified.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Elastic Disaster Recovery Service's API operation DisconnectSourceServer for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The resource for this operation was not found.

  • InternalServerException The request processing has failed because of an unknown error, exception or failure.

  • ConflictException The request could not be completed due to a conflict with the current state of the target resource.

  • ThrottlingException The request was denied due to request throttling.

  • UninitializedAccountException The account performing the request has not been initialized.

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/DisconnectSourceServer

func (*Drs) DisconnectSourceServerRequest

func (c *Drs) DisconnectSourceServerRequest(input *DisconnectSourceServerInput) (req *request.Request, output *DisconnectSourceServerOutput)

DisconnectSourceServerRequest generates a "aws/request.Request" representing the client's request for the DisconnectSourceServer operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DisconnectSourceServer for more information on using the DisconnectSourceServer API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DisconnectSourceServerRequest method.
req, resp := client.DisconnectSourceServerRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/DisconnectSourceServer

func (*Drs) DisconnectSourceServerWithContext

func (c *Drs) DisconnectSourceServerWithContext(ctx aws.Context, input *DisconnectSourceServerInput, opts ...request.Option) (*DisconnectSourceServerOutput, error)

DisconnectSourceServerWithContext is the same as DisconnectSourceServer with the addition of the ability to pass a context and additional request options.

See DisconnectSourceServer for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Drs) GetFailbackReplicationConfiguration

func (c *Drs) GetFailbackReplicationConfiguration(input *GetFailbackReplicationConfigurationInput) (*GetFailbackReplicationConfigurationOutput, error)

GetFailbackReplicationConfiguration API operation for Elastic Disaster Recovery Service.

Lists all Failback ReplicationConfigurations, filtered by Recovery Instance ID.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Elastic Disaster Recovery Service's API operation GetFailbackReplicationConfiguration for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The resource for this operation was not found.

  • InternalServerException The request processing has failed because of an unknown error, exception or failure.

  • ThrottlingException The request was denied due to request throttling.

  • UninitializedAccountException The account performing the request has not been initialized.

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/GetFailbackReplicationConfiguration

func (*Drs) GetFailbackReplicationConfigurationRequest

func (c *Drs) GetFailbackReplicationConfigurationRequest(input *GetFailbackReplicationConfigurationInput) (req *request.Request, output *GetFailbackReplicationConfigurationOutput)

GetFailbackReplicationConfigurationRequest generates a "aws/request.Request" representing the client's request for the GetFailbackReplicationConfiguration operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetFailbackReplicationConfiguration for more information on using the GetFailbackReplicationConfiguration API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetFailbackReplicationConfigurationRequest method.
req, resp := client.GetFailbackReplicationConfigurationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/GetFailbackReplicationConfiguration

func (*Drs) GetFailbackReplicationConfigurationWithContext

func (c *Drs) GetFailbackReplicationConfigurationWithContext(ctx aws.Context, input *GetFailbackReplicationConfigurationInput, opts ...request.Option) (*GetFailbackReplicationConfigurationOutput, error)

GetFailbackReplicationConfigurationWithContext is the same as GetFailbackReplicationConfiguration with the addition of the ability to pass a context and additional request options.

See GetFailbackReplicationConfiguration for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Drs) GetLaunchConfiguration

func (c *Drs) GetLaunchConfiguration(input *GetLaunchConfigurationInput) (*GetLaunchConfigurationOutput, error)

GetLaunchConfiguration API operation for Elastic Disaster Recovery Service.

Gets a LaunchConfiguration, filtered by Source Server IDs.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Elastic Disaster Recovery Service's API operation GetLaunchConfiguration for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The resource for this operation was not found.

  • InternalServerException The request processing has failed because of an unknown error, exception or failure.

  • ThrottlingException The request was denied due to request throttling.

  • UninitializedAccountException The account performing the request has not been initialized.

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/GetLaunchConfiguration

func (*Drs) GetLaunchConfigurationRequest

func (c *Drs) GetLaunchConfigurationRequest(input *GetLaunchConfigurationInput) (req *request.Request, output *GetLaunchConfigurationOutput)

GetLaunchConfigurationRequest generates a "aws/request.Request" representing the client's request for the GetLaunchConfiguration operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetLaunchConfiguration for more information on using the GetLaunchConfiguration API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetLaunchConfigurationRequest method.
req, resp := client.GetLaunchConfigurationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/GetLaunchConfiguration

func (*Drs) GetLaunchConfigurationWithContext

func (c *Drs) GetLaunchConfigurationWithContext(ctx aws.Context, input *GetLaunchConfigurationInput, opts ...request.Option) (*GetLaunchConfigurationOutput, error)

GetLaunchConfigurationWithContext is the same as GetLaunchConfiguration with the addition of the ability to pass a context and additional request options.

See GetLaunchConfiguration for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Drs) GetReplicationConfiguration

func (c *Drs) GetReplicationConfiguration(input *GetReplicationConfigurationInput) (*GetReplicationConfigurationOutput, error)

GetReplicationConfiguration API operation for Elastic Disaster Recovery Service.

Gets a ReplicationConfiguration, filtered by Source Server ID.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Elastic Disaster Recovery Service's API operation GetReplicationConfiguration for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The resource for this operation was not found.

  • InternalServerException The request processing has failed because of an unknown error, exception or failure.

  • ThrottlingException The request was denied due to request throttling.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • UninitializedAccountException The account performing the request has not been initialized.

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/GetReplicationConfiguration

func (*Drs) GetReplicationConfigurationRequest

func (c *Drs) GetReplicationConfigurationRequest(input *GetReplicationConfigurationInput) (req *request.Request, output *GetReplicationConfigurationOutput)

GetReplicationConfigurationRequest generates a "aws/request.Request" representing the client's request for the GetReplicationConfiguration operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetReplicationConfiguration for more information on using the GetReplicationConfiguration API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetReplicationConfigurationRequest method.
req, resp := client.GetReplicationConfigurationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/GetReplicationConfiguration

func (*Drs) GetReplicationConfigurationWithContext

func (c *Drs) GetReplicationConfigurationWithContext(ctx aws.Context, input *GetReplicationConfigurationInput, opts ...request.Option) (*GetReplicationConfigurationOutput, error)

GetReplicationConfigurationWithContext is the same as GetReplicationConfiguration with the addition of the ability to pass a context and additional request options.

See GetReplicationConfiguration for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Drs) InitializeService

func (c *Drs) InitializeService(input *InitializeServiceInput) (*InitializeServiceOutput, error)

InitializeService API operation for Elastic Disaster Recovery Service.

Initialize Elastic Disaster Recovery.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Elastic Disaster Recovery Service's API operation InitializeService for usage and error information.

Returned Error Types:

  • InternalServerException The request processing has failed because of an unknown error, exception or failure.

  • ThrottlingException The request was denied due to request throttling.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ValidationException The input fails to satisfy the constraints specified by the AWS service.

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/InitializeService

func (*Drs) InitializeServiceRequest

func (c *Drs) InitializeServiceRequest(input *InitializeServiceInput) (req *request.Request, output *InitializeServiceOutput)

InitializeServiceRequest generates a "aws/request.Request" representing the client's request for the InitializeService operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See InitializeService for more information on using the InitializeService API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the InitializeServiceRequest method.
req, resp := client.InitializeServiceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/InitializeService

func (*Drs) InitializeServiceWithContext

func (c *Drs) InitializeServiceWithContext(ctx aws.Context, input *InitializeServiceInput, opts ...request.Option) (*InitializeServiceOutput, error)

InitializeServiceWithContext is the same as InitializeService with the addition of the ability to pass a context and additional request options.

See InitializeService for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Drs) ListExtensibleSourceServers added in v1.44.25

func (c *Drs) ListExtensibleSourceServers(input *ListExtensibleSourceServersInput) (*ListExtensibleSourceServersOutput, error)

ListExtensibleSourceServers API operation for Elastic Disaster Recovery Service.

Returns a list of source servers on a staging account that are extensible, which means that: a. The source server is not already extended into this Account. b. The source server on the Account we’re reading from is not an extension of another source server.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Elastic Disaster Recovery Service's API operation ListExtensibleSourceServers for usage and error information.

Returned Error Types:

  • InternalServerException The request processing has failed because of an unknown error, exception or failure.

  • ThrottlingException The request was denied due to request throttling.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ValidationException The input fails to satisfy the constraints specified by the AWS service.

  • UninitializedAccountException The account performing the request has not been initialized.

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/ListExtensibleSourceServers

func (*Drs) ListExtensibleSourceServersPages added in v1.44.25

func (c *Drs) ListExtensibleSourceServersPages(input *ListExtensibleSourceServersInput, fn func(*ListExtensibleSourceServersOutput, bool) bool) error

ListExtensibleSourceServersPages iterates over the pages of a ListExtensibleSourceServers operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListExtensibleSourceServers method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListExtensibleSourceServers operation.
pageNum := 0
err := client.ListExtensibleSourceServersPages(params,
    func(page *drs.ListExtensibleSourceServersOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Drs) ListExtensibleSourceServersPagesWithContext added in v1.44.25

func (c *Drs) ListExtensibleSourceServersPagesWithContext(ctx aws.Context, input *ListExtensibleSourceServersInput, fn func(*ListExtensibleSourceServersOutput, bool) bool, opts ...request.Option) error

ListExtensibleSourceServersPagesWithContext same as ListExtensibleSourceServersPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Drs) ListExtensibleSourceServersRequest added in v1.44.25

func (c *Drs) ListExtensibleSourceServersRequest(input *ListExtensibleSourceServersInput) (req *request.Request, output *ListExtensibleSourceServersOutput)

ListExtensibleSourceServersRequest generates a "aws/request.Request" representing the client's request for the ListExtensibleSourceServers operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListExtensibleSourceServers for more information on using the ListExtensibleSourceServers API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListExtensibleSourceServersRequest method.
req, resp := client.ListExtensibleSourceServersRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/ListExtensibleSourceServers

func (*Drs) ListExtensibleSourceServersWithContext added in v1.44.25

func (c *Drs) ListExtensibleSourceServersWithContext(ctx aws.Context, input *ListExtensibleSourceServersInput, opts ...request.Option) (*ListExtensibleSourceServersOutput, error)

ListExtensibleSourceServersWithContext is the same as ListExtensibleSourceServers with the addition of the ability to pass a context and additional request options.

See ListExtensibleSourceServers for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Drs) ListStagingAccounts added in v1.44.25

func (c *Drs) ListStagingAccounts(input *ListStagingAccountsInput) (*ListStagingAccountsOutput, error)

ListStagingAccounts API operation for Elastic Disaster Recovery Service.

Returns an array of staging accounts for existing extended source servers.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Elastic Disaster Recovery Service's API operation ListStagingAccounts for usage and error information.

Returned Error Types:

  • InternalServerException The request processing has failed because of an unknown error, exception or failure.

  • ThrottlingException The request was denied due to request throttling.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ValidationException The input fails to satisfy the constraints specified by the AWS service.

  • UninitializedAccountException The account performing the request has not been initialized.

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/ListStagingAccounts

func (*Drs) ListStagingAccountsPages added in v1.44.25

func (c *Drs) ListStagingAccountsPages(input *ListStagingAccountsInput, fn func(*ListStagingAccountsOutput, bool) bool) error

ListStagingAccountsPages iterates over the pages of a ListStagingAccounts operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListStagingAccounts method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListStagingAccounts operation.
pageNum := 0
err := client.ListStagingAccountsPages(params,
    func(page *drs.ListStagingAccountsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Drs) ListStagingAccountsPagesWithContext added in v1.44.25

func (c *Drs) ListStagingAccountsPagesWithContext(ctx aws.Context, input *ListStagingAccountsInput, fn func(*ListStagingAccountsOutput, bool) bool, opts ...request.Option) error

ListStagingAccountsPagesWithContext same as ListStagingAccountsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Drs) ListStagingAccountsRequest added in v1.44.25

func (c *Drs) ListStagingAccountsRequest(input *ListStagingAccountsInput) (req *request.Request, output *ListStagingAccountsOutput)

ListStagingAccountsRequest generates a "aws/request.Request" representing the client's request for the ListStagingAccounts operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListStagingAccounts for more information on using the ListStagingAccounts API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListStagingAccountsRequest method.
req, resp := client.ListStagingAccountsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/ListStagingAccounts

func (*Drs) ListStagingAccountsWithContext added in v1.44.25

func (c *Drs) ListStagingAccountsWithContext(ctx aws.Context, input *ListStagingAccountsInput, opts ...request.Option) (*ListStagingAccountsOutput, error)

ListStagingAccountsWithContext is the same as ListStagingAccounts with the addition of the ability to pass a context and additional request options.

See ListStagingAccounts for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Drs) ListTagsForResource

func (c *Drs) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)

ListTagsForResource API operation for Elastic Disaster Recovery Service.

List all tags for your Elastic Disaster Recovery resources.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Elastic Disaster Recovery Service's API operation ListTagsForResource for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The resource for this operation was not found.

  • InternalServerException The request processing has failed because of an unknown error, exception or failure.

  • ThrottlingException The request was denied due to request throttling.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ValidationException The input fails to satisfy the constraints specified by the AWS service.

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/ListTagsForResource

func (*Drs) ListTagsForResourceRequest

func (c *Drs) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)

ListTagsForResourceRequest generates a "aws/request.Request" representing the client's request for the ListTagsForResource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListTagsForResource for more information on using the ListTagsForResource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListTagsForResourceRequest method.
req, resp := client.ListTagsForResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/ListTagsForResource

func (*Drs) ListTagsForResourceWithContext

func (c *Drs) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)

ListTagsForResourceWithContext is the same as ListTagsForResource with the addition of the ability to pass a context and additional request options.

See ListTagsForResource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Drs) RetryDataReplication deprecated

func (c *Drs) RetryDataReplication(input *RetryDataReplicationInput) (*RetryDataReplicationOutput, error)

RetryDataReplication API operation for Elastic Disaster Recovery Service.

WARNING: RetryDataReplication is deprecated. Causes the data replication initiation sequence to begin immediately upon next Handshake for the specified Source Server ID, regardless of when the previous initiation started. This command will work only if the Source Server is stalled or is in a DISCONNECTED or STOPPED state.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Elastic Disaster Recovery Service's API operation RetryDataReplication for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The resource for this operation was not found.

  • InternalServerException The request processing has failed because of an unknown error, exception or failure.

  • ThrottlingException The request was denied due to request throttling.

  • ValidationException The input fails to satisfy the constraints specified by the AWS service.

  • UninitializedAccountException The account performing the request has not been initialized.

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/RetryDataReplication

Deprecated: WARNING: RetryDataReplication is deprecated

func (*Drs) RetryDataReplicationRequest deprecated

func (c *Drs) RetryDataReplicationRequest(input *RetryDataReplicationInput) (req *request.Request, output *RetryDataReplicationOutput)

RetryDataReplicationRequest generates a "aws/request.Request" representing the client's request for the RetryDataReplication operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See RetryDataReplication for more information on using the RetryDataReplication API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the RetryDataReplicationRequest method.
req, resp := client.RetryDataReplicationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/RetryDataReplication

Deprecated: WARNING: RetryDataReplication is deprecated

func (*Drs) RetryDataReplicationWithContext deprecated

func (c *Drs) RetryDataReplicationWithContext(ctx aws.Context, input *RetryDataReplicationInput, opts ...request.Option) (*RetryDataReplicationOutput, error)

RetryDataReplicationWithContext is the same as RetryDataReplication with the addition of the ability to pass a context and additional request options.

See RetryDataReplication for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

Deprecated: WARNING: RetryDataReplication is deprecated

func (*Drs) ReverseReplication added in v1.44.146

func (c *Drs) ReverseReplication(input *ReverseReplicationInput) (*ReverseReplicationOutput, error)

ReverseReplication API operation for Elastic Disaster Recovery Service.

Start replication to origin / target region - applies only to protected instances that originated in EC2. For recovery instances on target region - starts replication back to origin region. For failback instances on origin region - starts replication to target region to re-protect them.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Elastic Disaster Recovery Service's API operation ReverseReplication for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The resource for this operation was not found.

  • InternalServerException The request processing has failed because of an unknown error, exception or failure.

  • ConflictException The request could not be completed due to a conflict with the current state of the target resource.

  • ThrottlingException The request was denied due to request throttling.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ValidationException The input fails to satisfy the constraints specified by the AWS service.

  • UninitializedAccountException The account performing the request has not been initialized.

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/ReverseReplication

func (*Drs) ReverseReplicationRequest added in v1.44.146

func (c *Drs) ReverseReplicationRequest(input *ReverseReplicationInput) (req *request.Request, output *ReverseReplicationOutput)

ReverseReplicationRequest generates a "aws/request.Request" representing the client's request for the ReverseReplication operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ReverseReplication for more information on using the ReverseReplication API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ReverseReplicationRequest method.
req, resp := client.ReverseReplicationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/ReverseReplication

func (*Drs) ReverseReplicationWithContext added in v1.44.146

func (c *Drs) ReverseReplicationWithContext(ctx aws.Context, input *ReverseReplicationInput, opts ...request.Option) (*ReverseReplicationOutput, error)

ReverseReplicationWithContext is the same as ReverseReplication with the addition of the ability to pass a context and additional request options.

See ReverseReplication for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Drs) StartFailbackLaunch

func (c *Drs) StartFailbackLaunch(input *StartFailbackLaunchInput) (*StartFailbackLaunchOutput, error)

StartFailbackLaunch API operation for Elastic Disaster Recovery Service.

Initiates a Job for launching the machine that is being failed back to from the specified Recovery Instance. This will run conversion on the failback client and will reboot your machine, thus completing the failback process.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Elastic Disaster Recovery Service's API operation StartFailbackLaunch for usage and error information.

Returned Error Types:

  • InternalServerException The request processing has failed because of an unknown error, exception or failure.

  • ConflictException The request could not be completed due to a conflict with the current state of the target resource.

  • ServiceQuotaExceededException The request could not be completed because its exceeded the service quota.

  • ThrottlingException The request was denied due to request throttling.

  • ValidationException The input fails to satisfy the constraints specified by the AWS service.

  • UninitializedAccountException The account performing the request has not been initialized.

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/StartFailbackLaunch

func (*Drs) StartFailbackLaunchRequest

func (c *Drs) StartFailbackLaunchRequest(input *StartFailbackLaunchInput) (req *request.Request, output *StartFailbackLaunchOutput)

StartFailbackLaunchRequest generates a "aws/request.Request" representing the client's request for the StartFailbackLaunch operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See StartFailbackLaunch for more information on using the StartFailbackLaunch API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the StartFailbackLaunchRequest method.
req, resp := client.StartFailbackLaunchRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/StartFailbackLaunch

func (*Drs) StartFailbackLaunchWithContext

func (c *Drs) StartFailbackLaunchWithContext(ctx aws.Context, input *StartFailbackLaunchInput, opts ...request.Option) (*StartFailbackLaunchOutput, error)

StartFailbackLaunchWithContext is the same as StartFailbackLaunch with the addition of the ability to pass a context and additional request options.

See StartFailbackLaunch for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Drs) StartRecovery

func (c *Drs) StartRecovery(input *StartRecoveryInput) (*StartRecoveryOutput, error)

StartRecovery API operation for Elastic Disaster Recovery Service.

Launches Recovery Instances for the specified Source Servers. For each Source Server you may choose a point in time snapshot to launch from, or use an on demand snapshot.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Elastic Disaster Recovery Service's API operation StartRecovery for usage and error information.

Returned Error Types:

  • InternalServerException The request processing has failed because of an unknown error, exception or failure.

  • ConflictException The request could not be completed due to a conflict with the current state of the target resource.

  • ServiceQuotaExceededException The request could not be completed because its exceeded the service quota.

  • ThrottlingException The request was denied due to request throttling.

  • UninitializedAccountException The account performing the request has not been initialized.

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/StartRecovery

func (*Drs) StartRecoveryRequest

func (c *Drs) StartRecoveryRequest(input *StartRecoveryInput) (req *request.Request, output *StartRecoveryOutput)

StartRecoveryRequest generates a "aws/request.Request" representing the client's request for the StartRecovery operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See StartRecovery for more information on using the StartRecovery API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the StartRecoveryRequest method.
req, resp := client.StartRecoveryRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/StartRecovery

func (*Drs) StartRecoveryWithContext

func (c *Drs) StartRecoveryWithContext(ctx aws.Context, input *StartRecoveryInput, opts ...request.Option) (*StartRecoveryOutput, error)

StartRecoveryWithContext is the same as StartRecovery with the addition of the ability to pass a context and additional request options.

See StartRecovery for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Drs) StartReplication added in v1.44.146

func (c *Drs) StartReplication(input *StartReplicationInput) (*StartReplicationOutput, error)

StartReplication API operation for Elastic Disaster Recovery Service.

Starts replication for a stopped Source Server. This action would make the Source Server protected again and restart billing for it.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Elastic Disaster Recovery Service's API operation StartReplication for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The resource for this operation was not found.

  • InternalServerException The request processing has failed because of an unknown error, exception or failure.

  • ConflictException The request could not be completed due to a conflict with the current state of the target resource.

  • ThrottlingException The request was denied due to request throttling.

  • UninitializedAccountException The account performing the request has not been initialized.

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/StartReplication

func (*Drs) StartReplicationRequest added in v1.44.146

func (c *Drs) StartReplicationRequest(input *StartReplicationInput) (req *request.Request, output *StartReplicationOutput)

StartReplicationRequest generates a "aws/request.Request" representing the client's request for the StartReplication operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See StartReplication for more information on using the StartReplication API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the StartReplicationRequest method.
req, resp := client.StartReplicationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/StartReplication

func (*Drs) StartReplicationWithContext added in v1.44.146

func (c *Drs) StartReplicationWithContext(ctx aws.Context, input *StartReplicationInput, opts ...request.Option) (*StartReplicationOutput, error)

StartReplicationWithContext is the same as StartReplication with the addition of the ability to pass a context and additional request options.

See StartReplication for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Drs) StopFailback

func (c *Drs) StopFailback(input *StopFailbackInput) (*StopFailbackOutput, error)

StopFailback API operation for Elastic Disaster Recovery Service.

Stops the failback process for a specified Recovery Instance. This changes the Failback State of the Recovery Instance back to FAILBACK_NOT_STARTED.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Elastic Disaster Recovery Service's API operation StopFailback for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The resource for this operation was not found.

  • InternalServerException The request processing has failed because of an unknown error, exception or failure.

  • ThrottlingException The request was denied due to request throttling.

  • UninitializedAccountException The account performing the request has not been initialized.

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/StopFailback

func (*Drs) StopFailbackRequest

func (c *Drs) StopFailbackRequest(input *StopFailbackInput) (req *request.Request, output *StopFailbackOutput)

StopFailbackRequest generates a "aws/request.Request" representing the client's request for the StopFailback operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See StopFailback for more information on using the StopFailback API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the StopFailbackRequest method.
req, resp := client.StopFailbackRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/StopFailback

func (*Drs) StopFailbackWithContext

func (c *Drs) StopFailbackWithContext(ctx aws.Context, input *StopFailbackInput, opts ...request.Option) (*StopFailbackOutput, error)

StopFailbackWithContext is the same as StopFailback with the addition of the ability to pass a context and additional request options.

See StopFailback for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Drs) StopReplication added in v1.44.146

func (c *Drs) StopReplication(input *StopReplicationInput) (*StopReplicationOutput, error)

StopReplication API operation for Elastic Disaster Recovery Service.

Stops replication for a Source Server. This action would make the Source Server unprotected, delete its existing snapshots and stop billing for it.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Elastic Disaster Recovery Service's API operation StopReplication for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The resource for this operation was not found.

  • InternalServerException The request processing has failed because of an unknown error, exception or failure.

  • ConflictException The request could not be completed due to a conflict with the current state of the target resource.

  • ThrottlingException The request was denied due to request throttling.

  • UninitializedAccountException The account performing the request has not been initialized.

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/StopReplication

func (*Drs) StopReplicationRequest added in v1.44.146

func (c *Drs) StopReplicationRequest(input *StopReplicationInput) (req *request.Request, output *StopReplicationOutput)

StopReplicationRequest generates a "aws/request.Request" representing the client's request for the StopReplication operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See StopReplication for more information on using the StopReplication API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the StopReplicationRequest method.
req, resp := client.StopReplicationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/StopReplication

func (*Drs) StopReplicationWithContext added in v1.44.146

func (c *Drs) StopReplicationWithContext(ctx aws.Context, input *StopReplicationInput, opts ...request.Option) (*StopReplicationOutput, error)

StopReplicationWithContext is the same as StopReplication with the addition of the ability to pass a context and additional request options.

See StopReplication for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Drs) TagResource

func (c *Drs) TagResource(input *TagResourceInput) (*TagResourceOutput, error)

TagResource API operation for Elastic Disaster Recovery Service.

Adds or overwrites only the specified tags for the specified Elastic Disaster Recovery resource or resources. When you specify an existing tag key, the value is overwritten with the new value. Each resource can have a maximum of 50 tags. Each tag consists of a key and optional value.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Elastic Disaster Recovery Service's API operation TagResource for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The resource for this operation was not found.

  • InternalServerException The request processing has failed because of an unknown error, exception or failure.

  • ThrottlingException The request was denied due to request throttling.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ValidationException The input fails to satisfy the constraints specified by the AWS service.

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/TagResource

func (*Drs) TagResourceRequest

func (c *Drs) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput)

TagResourceRequest generates a "aws/request.Request" representing the client's request for the TagResource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See TagResource for more information on using the TagResource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the TagResourceRequest method.
req, resp := client.TagResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/TagResource

func (*Drs) TagResourceWithContext

func (c *Drs) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error)

TagResourceWithContext is the same as TagResource with the addition of the ability to pass a context and additional request options.

See TagResource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Drs) TerminateRecoveryInstances

func (c *Drs) TerminateRecoveryInstances(input *TerminateRecoveryInstancesInput) (*TerminateRecoveryInstancesOutput, error)

TerminateRecoveryInstances API operation for Elastic Disaster Recovery Service.

Initiates a Job for terminating the EC2 resources associated with the specified Recovery Instances, and then will delete the Recovery Instances from the Elastic Disaster Recovery service.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Elastic Disaster Recovery Service's API operation TerminateRecoveryInstances for usage and error information.

Returned Error Types:

  • InternalServerException The request processing has failed because of an unknown error, exception or failure.

  • ConflictException The request could not be completed due to a conflict with the current state of the target resource.

  • ServiceQuotaExceededException The request could not be completed because its exceeded the service quota.

  • ThrottlingException The request was denied due to request throttling.

  • UninitializedAccountException The account performing the request has not been initialized.

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/TerminateRecoveryInstances

func (*Drs) TerminateRecoveryInstancesRequest

func (c *Drs) TerminateRecoveryInstancesRequest(input *TerminateRecoveryInstancesInput) (req *request.Request, output *TerminateRecoveryInstancesOutput)

TerminateRecoveryInstancesRequest generates a "aws/request.Request" representing the client's request for the TerminateRecoveryInstances operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See TerminateRecoveryInstances for more information on using the TerminateRecoveryInstances API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the TerminateRecoveryInstancesRequest method.
req, resp := client.TerminateRecoveryInstancesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/TerminateRecoveryInstances

func (*Drs) TerminateRecoveryInstancesWithContext

func (c *Drs) TerminateRecoveryInstancesWithContext(ctx aws.Context, input *TerminateRecoveryInstancesInput, opts ...request.Option) (*TerminateRecoveryInstancesOutput, error)

TerminateRecoveryInstancesWithContext is the same as TerminateRecoveryInstances with the addition of the ability to pass a context and additional request options.

See TerminateRecoveryInstances for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Drs) UntagResource

func (c *Drs) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error)

UntagResource API operation for Elastic Disaster Recovery Service.

Deletes the specified set of tags from the specified set of Elastic Disaster Recovery resources.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Elastic Disaster Recovery Service's API operation UntagResource for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The resource for this operation was not found.

  • InternalServerException The request processing has failed because of an unknown error, exception or failure.

  • ThrottlingException The request was denied due to request throttling.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ValidationException The input fails to satisfy the constraints specified by the AWS service.

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/UntagResource

func (*Drs) UntagResourceRequest

func (c *Drs) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput)

UntagResourceRequest generates a "aws/request.Request" representing the client's request for the UntagResource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UntagResource for more information on using the UntagResource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UntagResourceRequest method.
req, resp := client.UntagResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/UntagResource

func (*Drs) UntagResourceWithContext

func (c *Drs) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error)

UntagResourceWithContext is the same as UntagResource with the addition of the ability to pass a context and additional request options.

See UntagResource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Drs) UpdateFailbackReplicationConfiguration

func (c *Drs) UpdateFailbackReplicationConfiguration(input *UpdateFailbackReplicationConfigurationInput) (*UpdateFailbackReplicationConfigurationOutput, error)

UpdateFailbackReplicationConfiguration API operation for Elastic Disaster Recovery Service.

Allows you to update the failback replication configuration of a Recovery Instance by ID.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Elastic Disaster Recovery Service's API operation UpdateFailbackReplicationConfiguration for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The resource for this operation was not found.

  • InternalServerException The request processing has failed because of an unknown error, exception or failure.

  • ThrottlingException The request was denied due to request throttling.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • UninitializedAccountException The account performing the request has not been initialized.

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/UpdateFailbackReplicationConfiguration

func (*Drs) UpdateFailbackReplicationConfigurationRequest

func (c *Drs) UpdateFailbackReplicationConfigurationRequest(input *UpdateFailbackReplicationConfigurationInput) (req *request.Request, output *UpdateFailbackReplicationConfigurationOutput)

UpdateFailbackReplicationConfigurationRequest generates a "aws/request.Request" representing the client's request for the UpdateFailbackReplicationConfiguration operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateFailbackReplicationConfiguration for more information on using the UpdateFailbackReplicationConfiguration API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateFailbackReplicationConfigurationRequest method.
req, resp := client.UpdateFailbackReplicationConfigurationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/UpdateFailbackReplicationConfiguration

func (*Drs) UpdateFailbackReplicationConfigurationWithContext

func (c *Drs) UpdateFailbackReplicationConfigurationWithContext(ctx aws.Context, input *UpdateFailbackReplicationConfigurationInput, opts ...request.Option) (*UpdateFailbackReplicationConfigurationOutput, error)

UpdateFailbackReplicationConfigurationWithContext is the same as UpdateFailbackReplicationConfiguration with the addition of the ability to pass a context and additional request options.

See UpdateFailbackReplicationConfiguration for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Drs) UpdateLaunchConfiguration

func (c *Drs) UpdateLaunchConfiguration(input *UpdateLaunchConfigurationInput) (*UpdateLaunchConfigurationOutput, error)

UpdateLaunchConfiguration API operation for Elastic Disaster Recovery Service.

Updates a LaunchConfiguration by Source Server ID.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Elastic Disaster Recovery Service's API operation UpdateLaunchConfiguration for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The resource for this operation was not found.

  • InternalServerException The request processing has failed because of an unknown error, exception or failure.

  • ConflictException The request could not be completed due to a conflict with the current state of the target resource.

  • ThrottlingException The request was denied due to request throttling.

  • ValidationException The input fails to satisfy the constraints specified by the AWS service.

  • UninitializedAccountException The account performing the request has not been initialized.

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/UpdateLaunchConfiguration

func (*Drs) UpdateLaunchConfigurationRequest

func (c *Drs) UpdateLaunchConfigurationRequest(input *UpdateLaunchConfigurationInput) (req *request.Request, output *UpdateLaunchConfigurationOutput)

UpdateLaunchConfigurationRequest generates a "aws/request.Request" representing the client's request for the UpdateLaunchConfiguration operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateLaunchConfiguration for more information on using the UpdateLaunchConfiguration API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateLaunchConfigurationRequest method.
req, resp := client.UpdateLaunchConfigurationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/UpdateLaunchConfiguration

func (*Drs) UpdateLaunchConfigurationTemplate added in v1.44.245

func (c *Drs) UpdateLaunchConfigurationTemplate(input *UpdateLaunchConfigurationTemplateInput) (*UpdateLaunchConfigurationTemplateOutput, error)

UpdateLaunchConfigurationTemplate API operation for Elastic Disaster Recovery Service.

Updates an existing Launch Configuration Template by ID.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Elastic Disaster Recovery Service's API operation UpdateLaunchConfigurationTemplate for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The resource for this operation was not found.

  • InternalServerException The request processing has failed because of an unknown error, exception or failure.

  • ThrottlingException The request was denied due to request throttling.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ValidationException The input fails to satisfy the constraints specified by the AWS service.

  • UninitializedAccountException The account performing the request has not been initialized.

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/UpdateLaunchConfigurationTemplate

func (*Drs) UpdateLaunchConfigurationTemplateRequest added in v1.44.245

func (c *Drs) UpdateLaunchConfigurationTemplateRequest(input *UpdateLaunchConfigurationTemplateInput) (req *request.Request, output *UpdateLaunchConfigurationTemplateOutput)

UpdateLaunchConfigurationTemplateRequest generates a "aws/request.Request" representing the client's request for the UpdateLaunchConfigurationTemplate operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateLaunchConfigurationTemplate for more information on using the UpdateLaunchConfigurationTemplate API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateLaunchConfigurationTemplateRequest method.
req, resp := client.UpdateLaunchConfigurationTemplateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/UpdateLaunchConfigurationTemplate

func (*Drs) UpdateLaunchConfigurationTemplateWithContext added in v1.44.245

func (c *Drs) UpdateLaunchConfigurationTemplateWithContext(ctx aws.Context, input *UpdateLaunchConfigurationTemplateInput, opts ...request.Option) (*UpdateLaunchConfigurationTemplateOutput, error)

UpdateLaunchConfigurationTemplateWithContext is the same as UpdateLaunchConfigurationTemplate with the addition of the ability to pass a context and additional request options.

See UpdateLaunchConfigurationTemplate for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Drs) UpdateLaunchConfigurationWithContext

func (c *Drs) UpdateLaunchConfigurationWithContext(ctx aws.Context, input *UpdateLaunchConfigurationInput, opts ...request.Option) (*UpdateLaunchConfigurationOutput, error)

UpdateLaunchConfigurationWithContext is the same as UpdateLaunchConfiguration with the addition of the ability to pass a context and additional request options.

See UpdateLaunchConfiguration for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Drs) UpdateReplicationConfiguration

func (c *Drs) UpdateReplicationConfiguration(input *UpdateReplicationConfigurationInput) (*UpdateReplicationConfigurationOutput, error)

UpdateReplicationConfiguration API operation for Elastic Disaster Recovery Service.

Allows you to update a ReplicationConfiguration by Source Server ID.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Elastic Disaster Recovery Service's API operation UpdateReplicationConfiguration for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The resource for this operation was not found.

  • InternalServerException The request processing has failed because of an unknown error, exception or failure.

  • ConflictException The request could not be completed due to a conflict with the current state of the target resource.

  • ThrottlingException The request was denied due to request throttling.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ValidationException The input fails to satisfy the constraints specified by the AWS service.

  • UninitializedAccountException The account performing the request has not been initialized.

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/UpdateReplicationConfiguration

func (*Drs) UpdateReplicationConfigurationRequest

func (c *Drs) UpdateReplicationConfigurationRequest(input *UpdateReplicationConfigurationInput) (req *request.Request, output *UpdateReplicationConfigurationOutput)

UpdateReplicationConfigurationRequest generates a "aws/request.Request" representing the client's request for the UpdateReplicationConfiguration operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateReplicationConfiguration for more information on using the UpdateReplicationConfiguration API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateReplicationConfigurationRequest method.
req, resp := client.UpdateReplicationConfigurationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/UpdateReplicationConfiguration

func (*Drs) UpdateReplicationConfigurationTemplate

func (c *Drs) UpdateReplicationConfigurationTemplate(input *UpdateReplicationConfigurationTemplateInput) (*UpdateReplicationConfigurationTemplateOutput, error)

UpdateReplicationConfigurationTemplate API operation for Elastic Disaster Recovery Service.

Updates a ReplicationConfigurationTemplate by ID.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Elastic Disaster Recovery Service's API operation UpdateReplicationConfigurationTemplate for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The resource for this operation was not found.

  • InternalServerException The request processing has failed because of an unknown error, exception or failure.

  • ThrottlingException The request was denied due to request throttling.

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ValidationException The input fails to satisfy the constraints specified by the AWS service.

  • UninitializedAccountException The account performing the request has not been initialized.

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/UpdateReplicationConfigurationTemplate

func (*Drs) UpdateReplicationConfigurationTemplateRequest

func (c *Drs) UpdateReplicationConfigurationTemplateRequest(input *UpdateReplicationConfigurationTemplateInput) (req *request.Request, output *UpdateReplicationConfigurationTemplateOutput)

UpdateReplicationConfigurationTemplateRequest generates a "aws/request.Request" representing the client's request for the UpdateReplicationConfigurationTemplate operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateReplicationConfigurationTemplate for more information on using the UpdateReplicationConfigurationTemplate API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateReplicationConfigurationTemplateRequest method.
req, resp := client.UpdateReplicationConfigurationTemplateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/UpdateReplicationConfigurationTemplate

func (*Drs) UpdateReplicationConfigurationTemplateWithContext

func (c *Drs) UpdateReplicationConfigurationTemplateWithContext(ctx aws.Context, input *UpdateReplicationConfigurationTemplateInput, opts ...request.Option) (*UpdateReplicationConfigurationTemplateOutput, error)

UpdateReplicationConfigurationTemplateWithContext is the same as UpdateReplicationConfigurationTemplate with the addition of the ability to pass a context and additional request options.

See UpdateReplicationConfigurationTemplate for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Drs) UpdateReplicationConfigurationWithContext

func (c *Drs) UpdateReplicationConfigurationWithContext(ctx aws.Context, input *UpdateReplicationConfigurationInput, opts ...request.Option) (*UpdateReplicationConfigurationOutput, error)

UpdateReplicationConfigurationWithContext is the same as UpdateReplicationConfiguration with the addition of the ability to pass a context and additional request options.

See UpdateReplicationConfiguration for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

type GetFailbackReplicationConfigurationInput

type GetFailbackReplicationConfigurationInput struct {

	// The ID of the Recovery Instance whose failback replication configuration
	// should be returned.
	//
	// RecoveryInstanceID is a required field
	RecoveryInstanceID *string `locationName:"recoveryInstanceID" min:"10" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetFailbackReplicationConfigurationInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetFailbackReplicationConfigurationInput) SetRecoveryInstanceID

SetRecoveryInstanceID sets the RecoveryInstanceID field's value.

func (GetFailbackReplicationConfigurationInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetFailbackReplicationConfigurationInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type GetFailbackReplicationConfigurationOutput

type GetFailbackReplicationConfigurationOutput struct {

	// Configure bandwidth throttling for the outbound data transfer rate of the
	// Recovery Instance in Mbps.
	BandwidthThrottling *int64 `locationName:"bandwidthThrottling" type:"long"`

	// The name of the Failback Replication Configuration.
	Name *string `locationName:"name" type:"string"`

	// The ID of the Recovery Instance.
	//
	// RecoveryInstanceID is a required field
	RecoveryInstanceID *string `locationName:"recoveryInstanceID" min:"10" type:"string" required:"true"`

	// Whether to use Private IP for the failback replication of the Recovery Instance.
	UsePrivateIP *bool `locationName:"usePrivateIP" type:"boolean"`
	// contains filtered or unexported fields
}

func (GetFailbackReplicationConfigurationOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetFailbackReplicationConfigurationOutput) SetBandwidthThrottling

SetBandwidthThrottling sets the BandwidthThrottling field's value.

func (*GetFailbackReplicationConfigurationOutput) SetName

SetName sets the Name field's value.

func (*GetFailbackReplicationConfigurationOutput) SetRecoveryInstanceID

SetRecoveryInstanceID sets the RecoveryInstanceID field's value.

func (*GetFailbackReplicationConfigurationOutput) SetUsePrivateIP

SetUsePrivateIP sets the UsePrivateIP field's value.

func (GetFailbackReplicationConfigurationOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetLaunchConfigurationInput

type GetLaunchConfigurationInput struct {

	// The ID of the Source Server that we want to retrieve a Launch Configuration
	// for.
	//
	// SourceServerID is a required field
	SourceServerID *string `locationName:"sourceServerID" min:"19" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetLaunchConfigurationInput) GoString

func (s GetLaunchConfigurationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetLaunchConfigurationInput) SetSourceServerID

SetSourceServerID sets the SourceServerID field's value.

func (GetLaunchConfigurationInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetLaunchConfigurationInput) Validate

func (s *GetLaunchConfigurationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetLaunchConfigurationOutput

type GetLaunchConfigurationOutput struct {

	// Whether we should copy the Private IP of the Source Server to the Recovery
	// Instance.
	CopyPrivateIp *bool `locationName:"copyPrivateIp" type:"boolean"`

	// Whether we want to copy the tags of the Source Server to the EC2 machine
	// of the Recovery Instance.
	CopyTags *bool `locationName:"copyTags" type:"boolean"`

	// The EC2 launch template ID of this launch configuration.
	Ec2LaunchTemplateID *string `locationName:"ec2LaunchTemplateID" type:"string"`

	// The state of the Recovery Instance in EC2 after the recovery operation.
	LaunchDisposition *string `locationName:"launchDisposition" type:"string" enum:"LaunchDisposition"`

	// The licensing configuration to be used for this launch configuration.
	Licensing *Licensing `locationName:"licensing" type:"structure"`

	// The name of the launch configuration.
	Name *string `locationName:"name" type:"string"`

	// The ID of the Source Server for this launch configuration.
	SourceServerID *string `locationName:"sourceServerID" min:"19" type:"string"`

	// Whether Elastic Disaster Recovery should try to automatically choose the
	// instance type that best matches the OS, CPU, and RAM of your Source Server.
	TargetInstanceTypeRightSizingMethod *string `locationName:"targetInstanceTypeRightSizingMethod" type:"string" enum:"TargetInstanceTypeRightSizingMethod"`
	// contains filtered or unexported fields
}

func (GetLaunchConfigurationOutput) GoString

func (s GetLaunchConfigurationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetLaunchConfigurationOutput) SetCopyPrivateIp

SetCopyPrivateIp sets the CopyPrivateIp field's value.

func (*GetLaunchConfigurationOutput) SetCopyTags

SetCopyTags sets the CopyTags field's value.

func (*GetLaunchConfigurationOutput) SetEc2LaunchTemplateID

SetEc2LaunchTemplateID sets the Ec2LaunchTemplateID field's value.

func (*GetLaunchConfigurationOutput) SetLaunchDisposition

SetLaunchDisposition sets the LaunchDisposition field's value.

func (*GetLaunchConfigurationOutput) SetLicensing

SetLicensing sets the Licensing field's value.

func (*GetLaunchConfigurationOutput) SetName

SetName sets the Name field's value.

func (*GetLaunchConfigurationOutput) SetSourceServerID

SetSourceServerID sets the SourceServerID field's value.

func (*GetLaunchConfigurationOutput) SetTargetInstanceTypeRightSizingMethod

func (s *GetLaunchConfigurationOutput) SetTargetInstanceTypeRightSizingMethod(v string) *GetLaunchConfigurationOutput

SetTargetInstanceTypeRightSizingMethod sets the TargetInstanceTypeRightSizingMethod field's value.

func (GetLaunchConfigurationOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetReplicationConfigurationInput

type GetReplicationConfigurationInput struct {

	// The ID of the Source Serve for this Replication Configuration.r
	//
	// SourceServerID is a required field
	SourceServerID *string `locationName:"sourceServerID" min:"19" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetReplicationConfigurationInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetReplicationConfigurationInput) SetSourceServerID

SetSourceServerID sets the SourceServerID field's value.

func (GetReplicationConfigurationInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetReplicationConfigurationInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type GetReplicationConfigurationOutput

type GetReplicationConfigurationOutput struct {

	// Whether to associate the default Elastic Disaster Recovery Security group
	// with the Replication Configuration.
	AssociateDefaultSecurityGroup *bool `locationName:"associateDefaultSecurityGroup" type:"boolean"`

	// Whether to allow the AWS replication agent to automatically replicate newly
	// added disks.
	AutoReplicateNewDisks *bool `locationName:"autoReplicateNewDisks" type:"boolean"`

	// Configure bandwidth throttling for the outbound data transfer rate of the
	// Source Server in Mbps.
	BandwidthThrottling *int64 `locationName:"bandwidthThrottling" type:"long"`

	// Whether to create a Public IP for the Recovery Instance by default.
	CreatePublicIP *bool `locationName:"createPublicIP" type:"boolean"`

	// The data plane routing mechanism that will be used for replication.
	DataPlaneRouting *string `locationName:"dataPlaneRouting" type:"string" enum:"ReplicationConfigurationDataPlaneRouting"`

	// The Staging Disk EBS volume type to be used during replication.
	DefaultLargeStagingDiskType *string `locationName:"defaultLargeStagingDiskType" type:"string" enum:"ReplicationConfigurationDefaultLargeStagingDiskType"`

	// The type of EBS encryption to be used during replication.
	EbsEncryption *string `locationName:"ebsEncryption" type:"string" enum:"ReplicationConfigurationEbsEncryption"`

	// The ARN of the EBS encryption key to be used during replication.
	EbsEncryptionKeyArn *string `locationName:"ebsEncryptionKeyArn" min:"20" type:"string"`

	// The name of the Replication Configuration.
	Name *string `locationName:"name" type:"string"`

	// The Point in time (PIT) policy to manage snapshots taken during replication.
	PitPolicy []*PITPolicyRule `locationName:"pitPolicy" min:"1" type:"list"`

	// The configuration of the disks of the Source Server to be replicated.
	ReplicatedDisks []*ReplicationConfigurationReplicatedDisk `locationName:"replicatedDisks" type:"list"`

	// The instance type to be used for the replication server.
	ReplicationServerInstanceType *string `locationName:"replicationServerInstanceType" type:"string"`

	// The security group IDs that will be used by the replication server.
	ReplicationServersSecurityGroupsIDs []*string `locationName:"replicationServersSecurityGroupsIDs" type:"list"`

	// The ID of the Source Server for this Replication Configuration.
	SourceServerID *string `locationName:"sourceServerID" min:"19" type:"string"`

	// The subnet to be used by the replication staging area.
	StagingAreaSubnetId *string `locationName:"stagingAreaSubnetId" type:"string"`

	// A set of tags to be associated with all resources created in the replication
	// staging area: EC2 replication server, EBS volumes, EBS snapshots, etc.
	//
	// StagingAreaTags is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by GetReplicationConfigurationOutput's
	// String and GoString methods.
	StagingAreaTags map[string]*string `locationName:"stagingAreaTags" type:"map" sensitive:"true"`

	// Whether to use a dedicated Replication Server in the replication staging
	// area.
	UseDedicatedReplicationServer *bool `locationName:"useDedicatedReplicationServer" type:"boolean"`
	// contains filtered or unexported fields
}

func (GetReplicationConfigurationOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetReplicationConfigurationOutput) SetAssociateDefaultSecurityGroup

func (s *GetReplicationConfigurationOutput) SetAssociateDefaultSecurityGroup(v bool) *GetReplicationConfigurationOutput

SetAssociateDefaultSecurityGroup sets the AssociateDefaultSecurityGroup field's value.

func (*GetReplicationConfigurationOutput) SetAutoReplicateNewDisks added in v1.44.233

SetAutoReplicateNewDisks sets the AutoReplicateNewDisks field's value.

func (*GetReplicationConfigurationOutput) SetBandwidthThrottling

SetBandwidthThrottling sets the BandwidthThrottling field's value.

func (*GetReplicationConfigurationOutput) SetCreatePublicIP

SetCreatePublicIP sets the CreatePublicIP field's value.

func (*GetReplicationConfigurationOutput) SetDataPlaneRouting

SetDataPlaneRouting sets the DataPlaneRouting field's value.

func (*GetReplicationConfigurationOutput) SetDefaultLargeStagingDiskType

func (s *GetReplicationConfigurationOutput) SetDefaultLargeStagingDiskType(v string) *GetReplicationConfigurationOutput

SetDefaultLargeStagingDiskType sets the DefaultLargeStagingDiskType field's value.

func (*GetReplicationConfigurationOutput) SetEbsEncryption

SetEbsEncryption sets the EbsEncryption field's value.

func (*GetReplicationConfigurationOutput) SetEbsEncryptionKeyArn

SetEbsEncryptionKeyArn sets the EbsEncryptionKeyArn field's value.

func (*GetReplicationConfigurationOutput) SetName

SetName sets the Name field's value.

func (*GetReplicationConfigurationOutput) SetPitPolicy

SetPitPolicy sets the PitPolicy field's value.

func (*GetReplicationConfigurationOutput) SetReplicatedDisks

SetReplicatedDisks sets the ReplicatedDisks field's value.

func (*GetReplicationConfigurationOutput) SetReplicationServerInstanceType

func (s *GetReplicationConfigurationOutput) SetReplicationServerInstanceType(v string) *GetReplicationConfigurationOutput

SetReplicationServerInstanceType sets the ReplicationServerInstanceType field's value.

func (*GetReplicationConfigurationOutput) SetReplicationServersSecurityGroupsIDs

func (s *GetReplicationConfigurationOutput) SetReplicationServersSecurityGroupsIDs(v []*string) *GetReplicationConfigurationOutput

SetReplicationServersSecurityGroupsIDs sets the ReplicationServersSecurityGroupsIDs field's value.

func (*GetReplicationConfigurationOutput) SetSourceServerID

SetSourceServerID sets the SourceServerID field's value.

func (*GetReplicationConfigurationOutput) SetStagingAreaSubnetId

SetStagingAreaSubnetId sets the StagingAreaSubnetId field's value.

func (*GetReplicationConfigurationOutput) SetStagingAreaTags

SetStagingAreaTags sets the StagingAreaTags field's value.

func (*GetReplicationConfigurationOutput) SetUseDedicatedReplicationServer

func (s *GetReplicationConfigurationOutput) SetUseDedicatedReplicationServer(v bool) *GetReplicationConfigurationOutput

SetUseDedicatedReplicationServer sets the UseDedicatedReplicationServer field's value.

func (GetReplicationConfigurationOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type IdentificationHints

type IdentificationHints struct {

	// AWS Instance ID identification hint.
	AwsInstanceID *string `locationName:"awsInstanceID" type:"string"`

	// Fully Qualified Domain Name identification hint.
	Fqdn *string `locationName:"fqdn" type:"string"`

	// Hostname identification hint.
	Hostname *string `locationName:"hostname" type:"string"`

	// vCenter VM path identification hint.
	VmWareUuid *string `locationName:"vmWareUuid" type:"string"`
	// contains filtered or unexported fields
}

Hints used to uniquely identify a machine.

func (IdentificationHints) GoString

func (s IdentificationHints) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*IdentificationHints) SetAwsInstanceID

func (s *IdentificationHints) SetAwsInstanceID(v string) *IdentificationHints

SetAwsInstanceID sets the AwsInstanceID field's value.

func (*IdentificationHints) SetFqdn

SetFqdn sets the Fqdn field's value.

func (*IdentificationHints) SetHostname

func (s *IdentificationHints) SetHostname(v string) *IdentificationHints

SetHostname sets the Hostname field's value.

func (*IdentificationHints) SetVmWareUuid

func (s *IdentificationHints) SetVmWareUuid(v string) *IdentificationHints

SetVmWareUuid sets the VmWareUuid field's value.

func (IdentificationHints) String

func (s IdentificationHints) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InitializeServiceInput

type InitializeServiceInput struct {
	// contains filtered or unexported fields
}

func (InitializeServiceInput) GoString

func (s InitializeServiceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (InitializeServiceInput) String

func (s InitializeServiceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InitializeServiceOutput

type InitializeServiceOutput struct {
	// contains filtered or unexported fields
}

func (InitializeServiceOutput) GoString

func (s InitializeServiceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (InitializeServiceOutput) String

func (s InitializeServiceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InternalServerException

type InternalServerException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"message" type:"string"`

	// The number of seconds after which the request should be safe to retry.
	RetryAfterSeconds *int64 `location:"header" locationName:"Retry-After" type:"long"`
	// contains filtered or unexported fields
}

The request processing has failed because of an unknown error, exception or failure.

func (*InternalServerException) Code

func (s *InternalServerException) Code() string

Code returns the exception type name.

func (*InternalServerException) Error

func (s *InternalServerException) Error() string

func (InternalServerException) GoString

func (s InternalServerException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InternalServerException) Message

func (s *InternalServerException) Message() string

Message returns the exception's message.

func (*InternalServerException) OrigErr

func (s *InternalServerException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InternalServerException) RequestID

func (s *InternalServerException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InternalServerException) StatusCode

func (s *InternalServerException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InternalServerException) String

func (s InternalServerException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Job

type Job struct {

	// The ARN of a Job.
	Arn *string `locationName:"arn" min:"20" type:"string"`

	// The date and time of when the Job was created.
	CreationDateTime *string `locationName:"creationDateTime" min:"19" type:"string"`

	// The date and time of when the Job ended.
	EndDateTime *string `locationName:"endDateTime" min:"19" type:"string"`

	// A string representing who initiated the Job.
	InitiatedBy *string `locationName:"initiatedBy" type:"string" enum:"InitiatedBy"`

	// The ID of the Job.
	//
	// JobID is a required field
	JobID *string `locationName:"jobID" min:"24" type:"string" required:"true"`

	// A list of servers that the Job is acting upon.
	ParticipatingServers []*ParticipatingServer `locationName:"participatingServers" type:"list"`

	// The status of the Job.
	Status *string `locationName:"status" type:"string" enum:"JobStatus"`

	// A list of tags associated with the Job.
	//
	// Tags is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by Job's
	// String and GoString methods.
	Tags map[string]*string `locationName:"tags" type:"map" sensitive:"true"`

	// The type of the Job.
	Type *string `locationName:"type" type:"string" enum:"JobType"`
	// contains filtered or unexported fields
}

A job is an asynchronous workflow.

func (Job) GoString

func (s Job) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Job) SetArn

func (s *Job) SetArn(v string) *Job

SetArn sets the Arn field's value.

func (*Job) SetCreationDateTime

func (s *Job) SetCreationDateTime(v string) *Job

SetCreationDateTime sets the CreationDateTime field's value.

func (*Job) SetEndDateTime

func (s *Job) SetEndDateTime(v string) *Job

SetEndDateTime sets the EndDateTime field's value.

func (*Job) SetInitiatedBy

func (s *Job) SetInitiatedBy(v string) *Job

SetInitiatedBy sets the InitiatedBy field's value.

func (*Job) SetJobID

func (s *Job) SetJobID(v string) *Job

SetJobID sets the JobID field's value.

func (*Job) SetParticipatingServers

func (s *Job) SetParticipatingServers(v []*ParticipatingServer) *Job

SetParticipatingServers sets the ParticipatingServers field's value.

func (*Job) SetStatus

func (s *Job) SetStatus(v string) *Job

SetStatus sets the Status field's value.

func (*Job) SetTags

func (s *Job) SetTags(v map[string]*string) *Job

SetTags sets the Tags field's value.

func (*Job) SetType

func (s *Job) SetType(v string) *Job

SetType sets the Type field's value.

func (Job) String

func (s Job) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type JobLog

type JobLog struct {

	// The event represents the type of a log.
	Event *string `locationName:"event" type:"string" enum:"JobLogEvent"`

	// Metadata associated with a Job log.
	EventData *JobLogEventData `locationName:"eventData" type:"structure"`

	// The date and time the log was taken.
	LogDateTime *string `locationName:"logDateTime" min:"19" type:"string"`
	// contains filtered or unexported fields
}

A log outputted by a Job.

func (JobLog) GoString

func (s JobLog) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*JobLog) SetEvent

func (s *JobLog) SetEvent(v string) *JobLog

SetEvent sets the Event field's value.

func (*JobLog) SetEventData

func (s *JobLog) SetEventData(v *JobLogEventData) *JobLog

SetEventData sets the EventData field's value.

func (*JobLog) SetLogDateTime

func (s *JobLog) SetLogDateTime(v string) *JobLog

SetLogDateTime sets the LogDateTime field's value.

func (JobLog) String

func (s JobLog) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type JobLogEventData

type JobLogEventData struct {

	// Properties of a conversion job
	ConversionProperties *ConversionProperties `locationName:"conversionProperties" type:"structure"`

	// The ID of a conversion server.
	ConversionServerID *string `locationName:"conversionServerID" type:"string"`

	// A string representing a job error.
	RawError *string `locationName:"rawError" type:"string"`

	// The ID of a Source Server.
	SourceServerID *string `locationName:"sourceServerID" min:"19" type:"string"`

	// The ID of a Recovery Instance.
	TargetInstanceID *string `locationName:"targetInstanceID" type:"string"`
	// contains filtered or unexported fields
}

Metadata associated with a Job log.

func (JobLogEventData) GoString

func (s JobLogEventData) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*JobLogEventData) SetConversionProperties added in v1.44.25

func (s *JobLogEventData) SetConversionProperties(v *ConversionProperties) *JobLogEventData

SetConversionProperties sets the ConversionProperties field's value.

func (*JobLogEventData) SetConversionServerID

func (s *JobLogEventData) SetConversionServerID(v string) *JobLogEventData

SetConversionServerID sets the ConversionServerID field's value.

func (*JobLogEventData) SetRawError

func (s *JobLogEventData) SetRawError(v string) *JobLogEventData

SetRawError sets the RawError field's value.

func (*JobLogEventData) SetSourceServerID

func (s *JobLogEventData) SetSourceServerID(v string) *JobLogEventData

SetSourceServerID sets the SourceServerID field's value.

func (*JobLogEventData) SetTargetInstanceID

func (s *JobLogEventData) SetTargetInstanceID(v string) *JobLogEventData

SetTargetInstanceID sets the TargetInstanceID field's value.

func (JobLogEventData) String

func (s JobLogEventData) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type LaunchConfigurationTemplate added in v1.44.245

type LaunchConfigurationTemplate struct {

	// ARN of the Launch Configuration Template.
	Arn *string `locationName:"arn" min:"20" type:"string"`

	// Copy private IP.
	CopyPrivateIp *bool `locationName:"copyPrivateIp" type:"boolean"`

	// Copy tags.
	CopyTags *bool `locationName:"copyTags" type:"boolean"`

	// ID of the Launch Configuration Template.
	LaunchConfigurationTemplateID *string `locationName:"launchConfigurationTemplateID" min:"21" type:"string"`

	// Launch disposition.
	LaunchDisposition *string `locationName:"launchDisposition" type:"string" enum:"LaunchDisposition"`

	// Licensing.
	Licensing *Licensing `locationName:"licensing" type:"structure"`

	// Tags of the Launch Configuration Template.
	//
	// Tags is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by LaunchConfigurationTemplate's
	// String and GoString methods.
	Tags map[string]*string `locationName:"tags" type:"map" sensitive:"true"`

	// Target instance type right-sizing method.
	TargetInstanceTypeRightSizingMethod *string `locationName:"targetInstanceTypeRightSizingMethod" type:"string" enum:"TargetInstanceTypeRightSizingMethod"`
	// contains filtered or unexported fields
}

Account level Launch Configuration Template.

func (LaunchConfigurationTemplate) GoString added in v1.44.245

func (s LaunchConfigurationTemplate) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LaunchConfigurationTemplate) SetArn added in v1.44.245

SetArn sets the Arn field's value.

func (*LaunchConfigurationTemplate) SetCopyPrivateIp added in v1.44.245

SetCopyPrivateIp sets the CopyPrivateIp field's value.

func (*LaunchConfigurationTemplate) SetCopyTags added in v1.44.245

SetCopyTags sets the CopyTags field's value.

func (*LaunchConfigurationTemplate) SetLaunchConfigurationTemplateID added in v1.44.245

func (s *LaunchConfigurationTemplate) SetLaunchConfigurationTemplateID(v string) *LaunchConfigurationTemplate

SetLaunchConfigurationTemplateID sets the LaunchConfigurationTemplateID field's value.

func (*LaunchConfigurationTemplate) SetLaunchDisposition added in v1.44.245

SetLaunchDisposition sets the LaunchDisposition field's value.

func (*LaunchConfigurationTemplate) SetLicensing added in v1.44.245

SetLicensing sets the Licensing field's value.

func (*LaunchConfigurationTemplate) SetTags added in v1.44.245

SetTags sets the Tags field's value.

func (*LaunchConfigurationTemplate) SetTargetInstanceTypeRightSizingMethod added in v1.44.245

func (s *LaunchConfigurationTemplate) SetTargetInstanceTypeRightSizingMethod(v string) *LaunchConfigurationTemplate

SetTargetInstanceTypeRightSizingMethod sets the TargetInstanceTypeRightSizingMethod field's value.

func (LaunchConfigurationTemplate) String added in v1.44.245

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Licensing

type Licensing struct {

	// Whether to enable "Bring your own license" or not.
	OsByol *bool `locationName:"osByol" type:"boolean"`
	// contains filtered or unexported fields
}

Configuration of a machine's license.

func (Licensing) GoString

func (s Licensing) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Licensing) SetOsByol

func (s *Licensing) SetOsByol(v bool) *Licensing

SetOsByol sets the OsByol field's value.

func (Licensing) String

func (s Licensing) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type LifeCycle

type LifeCycle struct {

	// The date and time of when the Source Server was added to the service.
	AddedToServiceDateTime *string `locationName:"addedToServiceDateTime" min:"19" type:"string"`

	// The amount of time that the Source Server has been replicating for.
	ElapsedReplicationDuration *string `locationName:"elapsedReplicationDuration" min:"1" type:"string"`

	// The date and time of the first byte that was replicated from the Source Server.
	FirstByteDateTime *string `locationName:"firstByteDateTime" min:"19" type:"string"`

	// An object containing information regarding the last launch of the Source
	// Server.
	LastLaunch *LifeCycleLastLaunch `locationName:"lastLaunch" type:"structure"`

	// The date and time this Source Server was last seen by the service.
	LastSeenByServiceDateTime *string `locationName:"lastSeenByServiceDateTime" min:"19" type:"string"`
	// contains filtered or unexported fields
}

An object representing the Source Server Lifecycle.

func (LifeCycle) GoString

func (s LifeCycle) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LifeCycle) SetAddedToServiceDateTime

func (s *LifeCycle) SetAddedToServiceDateTime(v string) *LifeCycle

SetAddedToServiceDateTime sets the AddedToServiceDateTime field's value.

func (*LifeCycle) SetElapsedReplicationDuration

func (s *LifeCycle) SetElapsedReplicationDuration(v string) *LifeCycle

SetElapsedReplicationDuration sets the ElapsedReplicationDuration field's value.

func (*LifeCycle) SetFirstByteDateTime

func (s *LifeCycle) SetFirstByteDateTime(v string) *LifeCycle

SetFirstByteDateTime sets the FirstByteDateTime field's value.

func (*LifeCycle) SetLastLaunch

func (s *LifeCycle) SetLastLaunch(v *LifeCycleLastLaunch) *LifeCycle

SetLastLaunch sets the LastLaunch field's value.

func (*LifeCycle) SetLastSeenByServiceDateTime

func (s *LifeCycle) SetLastSeenByServiceDateTime(v string) *LifeCycle

SetLastSeenByServiceDateTime sets the LastSeenByServiceDateTime field's value.

func (LifeCycle) String

func (s LifeCycle) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type LifeCycleLastLaunch

type LifeCycleLastLaunch struct {

	// An object containing information regarding the initiation of the last launch
	// of a Source Server.
	Initiated *LifeCycleLastLaunchInitiated `locationName:"initiated" type:"structure"`

	// Status of Source Server's last launch.
	Status *string `locationName:"status" type:"string" enum:"LaunchStatus"`
	// contains filtered or unexported fields
}

An object containing information regarding the last launch of a Source Server.

func (LifeCycleLastLaunch) GoString

func (s LifeCycleLastLaunch) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LifeCycleLastLaunch) SetInitiated

SetInitiated sets the Initiated field's value.

func (*LifeCycleLastLaunch) SetStatus added in v1.44.210

SetStatus sets the Status field's value.

func (LifeCycleLastLaunch) String

func (s LifeCycleLastLaunch) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type LifeCycleLastLaunchInitiated

type LifeCycleLastLaunchInitiated struct {

	// The date and time the last Source Server launch was initiated.
	ApiCallDateTime *string `locationName:"apiCallDateTime" min:"19" type:"string"`

	// The ID of the Job that was used to last launch the Source Server.
	JobID *string `locationName:"jobID" min:"24" type:"string"`

	// The Job type that was used to last launch the Source Server.
	Type *string `locationName:"type" type:"string" enum:"LastLaunchType"`
	// contains filtered or unexported fields
}

An object containing information regarding the initiation of the last launch of a Source Server.

func (LifeCycleLastLaunchInitiated) GoString

func (s LifeCycleLastLaunchInitiated) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LifeCycleLastLaunchInitiated) SetApiCallDateTime

SetApiCallDateTime sets the ApiCallDateTime field's value.

func (*LifeCycleLastLaunchInitiated) SetJobID

SetJobID sets the JobID field's value.

func (*LifeCycleLastLaunchInitiated) SetType

SetType sets the Type field's value.

func (LifeCycleLastLaunchInitiated) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListExtensibleSourceServersInput added in v1.44.25

type ListExtensibleSourceServersInput struct {

	// The maximum number of extensible source servers to retrieve.
	MaxResults *int64 `locationName:"maxResults" min:"1" type:"integer"`

	// The token of the next extensible source server to retrieve.
	NextToken *string `locationName:"nextToken" type:"string"`

	// The Id of the staging Account to retrieve extensible source servers from.
	//
	// StagingAccountID is a required field
	StagingAccountID *string `locationName:"stagingAccountID" min:"12" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ListExtensibleSourceServersInput) GoString added in v1.44.25

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListExtensibleSourceServersInput) SetMaxResults added in v1.44.25

SetMaxResults sets the MaxResults field's value.

func (*ListExtensibleSourceServersInput) SetNextToken added in v1.44.25

SetNextToken sets the NextToken field's value.

func (*ListExtensibleSourceServersInput) SetStagingAccountID added in v1.44.25

SetStagingAccountID sets the StagingAccountID field's value.

func (ListExtensibleSourceServersInput) String added in v1.44.25

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListExtensibleSourceServersInput) Validate added in v1.44.25

Validate inspects the fields of the type to determine if they are valid.

type ListExtensibleSourceServersOutput added in v1.44.25

type ListExtensibleSourceServersOutput struct {

	// A list of source servers on a staging Account that are extensible.
	Items []*StagingSourceServer `locationName:"items" type:"list"`

	// The token of the next extensible source server to retrieve.
	NextToken *string `locationName:"nextToken" type:"string"`
	// contains filtered or unexported fields
}

func (ListExtensibleSourceServersOutput) GoString added in v1.44.25

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListExtensibleSourceServersOutput) SetItems added in v1.44.25

SetItems sets the Items field's value.

func (*ListExtensibleSourceServersOutput) SetNextToken added in v1.44.25

SetNextToken sets the NextToken field's value.

func (ListExtensibleSourceServersOutput) String added in v1.44.25

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListStagingAccountsInput added in v1.44.25

type ListStagingAccountsInput struct {

	// The maximum number of staging Accounts to retrieve.
	MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"`

	// The token of the next staging Account to retrieve.
	NextToken *string `location:"querystring" locationName:"nextToken" type:"string"`
	// contains filtered or unexported fields
}

func (ListStagingAccountsInput) GoString added in v1.44.25

func (s ListStagingAccountsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListStagingAccountsInput) SetMaxResults added in v1.44.25

SetMaxResults sets the MaxResults field's value.

func (*ListStagingAccountsInput) SetNextToken added in v1.44.25

SetNextToken sets the NextToken field's value.

func (ListStagingAccountsInput) String added in v1.44.25

func (s ListStagingAccountsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListStagingAccountsInput) Validate added in v1.44.25

func (s *ListStagingAccountsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListStagingAccountsOutput added in v1.44.25

type ListStagingAccountsOutput struct {

	// An array of staging AWS Accounts.
	Accounts []*Account `locationName:"accounts" type:"list"`

	// The token of the next staging Account to retrieve.
	NextToken *string `locationName:"nextToken" type:"string"`
	// contains filtered or unexported fields
}

func (ListStagingAccountsOutput) GoString added in v1.44.25

func (s ListStagingAccountsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListStagingAccountsOutput) SetAccounts added in v1.44.25

SetAccounts sets the Accounts field's value.

func (*ListStagingAccountsOutput) SetNextToken added in v1.44.25

SetNextToken sets the NextToken field's value.

func (ListStagingAccountsOutput) String added in v1.44.25

func (s ListStagingAccountsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListTagsForResourceInput

type ListTagsForResourceInput struct {

	// The ARN of the resource whose tags should be returned.
	//
	// ResourceArn is a required field
	ResourceArn *string `location:"uri" locationName:"resourceArn" min:"20" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ListTagsForResourceInput) GoString

func (s ListTagsForResourceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTagsForResourceInput) SetResourceArn

SetResourceArn sets the ResourceArn field's value.

func (ListTagsForResourceInput) String

func (s ListTagsForResourceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTagsForResourceInput) Validate

func (s *ListTagsForResourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListTagsForResourceOutput

type ListTagsForResourceOutput struct {

	// The tags of the requested resource.
	//
	// Tags is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by ListTagsForResourceOutput's
	// String and GoString methods.
	Tags map[string]*string `locationName:"tags" type:"map" sensitive:"true"`
	// contains filtered or unexported fields
}

func (ListTagsForResourceOutput) GoString

func (s ListTagsForResourceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTagsForResourceOutput) SetTags

SetTags sets the Tags field's value.

func (ListTagsForResourceOutput) String

func (s ListTagsForResourceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type NetworkInterface

type NetworkInterface struct {

	// Network interface IPs.
	Ips []*string `locationName:"ips" type:"list"`

	// Whether this is the primary network interface.
	IsPrimary *bool `locationName:"isPrimary" type:"boolean"`

	// The MAC address of the network interface.
	MacAddress *string `locationName:"macAddress" type:"string"`
	// contains filtered or unexported fields
}

Network interface.

func (NetworkInterface) GoString

func (s NetworkInterface) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*NetworkInterface) SetIps

func (s *NetworkInterface) SetIps(v []*string) *NetworkInterface

SetIps sets the Ips field's value.

func (*NetworkInterface) SetIsPrimary

func (s *NetworkInterface) SetIsPrimary(v bool) *NetworkInterface

SetIsPrimary sets the IsPrimary field's value.

func (*NetworkInterface) SetMacAddress

func (s *NetworkInterface) SetMacAddress(v string) *NetworkInterface

SetMacAddress sets the MacAddress field's value.

func (NetworkInterface) String

func (s NetworkInterface) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type OS

type OS struct {

	// The long name of the Operating System.
	FullString *string `locationName:"fullString" type:"string"`
	// contains filtered or unexported fields
}

Operating System.

func (OS) GoString

func (s OS) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OS) SetFullString

func (s *OS) SetFullString(v string) *OS

SetFullString sets the FullString field's value.

func (OS) String

func (s OS) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PITPolicyRule

type PITPolicyRule struct {

	// Whether this rule is enabled or not.
	Enabled *bool `locationName:"enabled" type:"boolean"`

	// How often, in the chosen units, a snapshot should be taken.
	//
	// Interval is a required field
	Interval *int64 `locationName:"interval" min:"1" type:"integer" required:"true"`

	// The duration to retain a snapshot for, in the chosen units.
	//
	// RetentionDuration is a required field
	RetentionDuration *int64 `locationName:"retentionDuration" min:"1" type:"integer" required:"true"`

	// The ID of the rule.
	RuleID *int64 `locationName:"ruleID" type:"long"`

	// The units used to measure the interval and retentionDuration.
	//
	// Units is a required field
	Units *string `locationName:"units" type:"string" required:"true" enum:"PITPolicyRuleUnits"`
	// contains filtered or unexported fields
}

A rule in the Point in Time (PIT) policy representing when to take snapshots and how long to retain them for.

func (PITPolicyRule) GoString

func (s PITPolicyRule) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PITPolicyRule) SetEnabled

func (s *PITPolicyRule) SetEnabled(v bool) *PITPolicyRule

SetEnabled sets the Enabled field's value.

func (*PITPolicyRule) SetInterval

func (s *PITPolicyRule) SetInterval(v int64) *PITPolicyRule

SetInterval sets the Interval field's value.

func (*PITPolicyRule) SetRetentionDuration

func (s *PITPolicyRule) SetRetentionDuration(v int64) *PITPolicyRule

SetRetentionDuration sets the RetentionDuration field's value.

func (*PITPolicyRule) SetRuleID

func (s *PITPolicyRule) SetRuleID(v int64) *PITPolicyRule

SetRuleID sets the RuleID field's value.

func (*PITPolicyRule) SetUnits

func (s *PITPolicyRule) SetUnits(v string) *PITPolicyRule

SetUnits sets the Units field's value.

func (PITPolicyRule) String

func (s PITPolicyRule) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PITPolicyRule) Validate

func (s *PITPolicyRule) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ParticipatingServer

type ParticipatingServer struct {

	// The launch status of a participating server.
	LaunchStatus *string `locationName:"launchStatus" type:"string" enum:"LaunchStatus"`

	// The Recovery Instance ID of a participating server.
	RecoveryInstanceID *string `locationName:"recoveryInstanceID" min:"10" type:"string"`

	// The Source Server ID of a participating server.
	SourceServerID *string `locationName:"sourceServerID" min:"19" type:"string"`
	// contains filtered or unexported fields
}

Represents a server participating in an asynchronous Job.

func (ParticipatingServer) GoString

func (s ParticipatingServer) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ParticipatingServer) SetLaunchStatus

func (s *ParticipatingServer) SetLaunchStatus(v string) *ParticipatingServer

SetLaunchStatus sets the LaunchStatus field's value.

func (*ParticipatingServer) SetRecoveryInstanceID

func (s *ParticipatingServer) SetRecoveryInstanceID(v string) *ParticipatingServer

SetRecoveryInstanceID sets the RecoveryInstanceID field's value.

func (*ParticipatingServer) SetSourceServerID

func (s *ParticipatingServer) SetSourceServerID(v string) *ParticipatingServer

SetSourceServerID sets the SourceServerID field's value.

func (ParticipatingServer) String

func (s ParticipatingServer) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RecoveryInstance

type RecoveryInstance struct {

	// The ARN of the Recovery Instance.
	Arn *string `locationName:"arn" min:"20" type:"string"`

	// The Data Replication Info of the Recovery Instance.
	DataReplicationInfo *RecoveryInstanceDataReplicationInfo `locationName:"dataReplicationInfo" type:"structure"`

	// The EC2 instance ID of the Recovery Instance.
	Ec2InstanceID *string `locationName:"ec2InstanceID" type:"string"`

	// The state of the EC2 instance for this Recovery Instance.
	Ec2InstanceState *string `locationName:"ec2InstanceState" type:"string" enum:"EC2InstanceState"`

	// An object representing failback related information of the Recovery Instance.
	Failback *RecoveryInstanceFailback `locationName:"failback" type:"structure"`

	// Whether this Recovery Instance was created for a drill or for an actual Recovery
	// event.
	IsDrill *bool `locationName:"isDrill" type:"boolean"`

	// The ID of the Job that created the Recovery Instance.
	JobID *string `locationName:"jobID" min:"24" type:"string"`

	// AWS availability zone associated with the recovery instance.
	OriginAvailabilityZone *string `locationName:"originAvailabilityZone" type:"string"`

	// Environment (On Premises / AWS) of the instance that the recovery instance
	// originated from.
	OriginEnvironment *string `locationName:"originEnvironment" type:"string" enum:"OriginEnvironment"`

	// The date and time of the Point in Time (PIT) snapshot that this Recovery
	// Instance was launched from.
	PointInTimeSnapshotDateTime *string `locationName:"pointInTimeSnapshotDateTime" min:"19" type:"string"`

	// The ID of the Recovery Instance.
	RecoveryInstanceID *string `locationName:"recoveryInstanceID" min:"10" type:"string"`

	// Properties of the Recovery Instance machine.
	RecoveryInstanceProperties *RecoveryInstanceProperties `locationName:"recoveryInstanceProperties" type:"structure"`

	// The Source Server ID that this Recovery Instance is associated with.
	SourceServerID *string `locationName:"sourceServerID" min:"19" type:"string"`

	// An array of tags that are associated with the Recovery Instance.
	//
	// Tags is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by RecoveryInstance's
	// String and GoString methods.
	Tags map[string]*string `locationName:"tags" type:"map" sensitive:"true"`
	// contains filtered or unexported fields
}

A Recovery Instance is a replica of a Source Server running on EC2.

func (RecoveryInstance) GoString

func (s RecoveryInstance) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RecoveryInstance) SetArn

SetArn sets the Arn field's value.

func (*RecoveryInstance) SetDataReplicationInfo

SetDataReplicationInfo sets the DataReplicationInfo field's value.

func (*RecoveryInstance) SetEc2InstanceID

func (s *RecoveryInstance) SetEc2InstanceID(v string) *RecoveryInstance

SetEc2InstanceID sets the Ec2InstanceID field's value.

func (*RecoveryInstance) SetEc2InstanceState

func (s *RecoveryInstance) SetEc2InstanceState(v string) *RecoveryInstance

SetEc2InstanceState sets the Ec2InstanceState field's value.

func (*RecoveryInstance) SetFailback

SetFailback sets the Failback field's value.

func (*RecoveryInstance) SetIsDrill

func (s *RecoveryInstance) SetIsDrill(v bool) *RecoveryInstance

SetIsDrill sets the IsDrill field's value.

func (*RecoveryInstance) SetJobID

func (s *RecoveryInstance) SetJobID(v string) *RecoveryInstance

SetJobID sets the JobID field's value.

func (*RecoveryInstance) SetOriginAvailabilityZone added in v1.44.210

func (s *RecoveryInstance) SetOriginAvailabilityZone(v string) *RecoveryInstance

SetOriginAvailabilityZone sets the OriginAvailabilityZone field's value.

func (*RecoveryInstance) SetOriginEnvironment added in v1.44.146

func (s *RecoveryInstance) SetOriginEnvironment(v string) *RecoveryInstance

SetOriginEnvironment sets the OriginEnvironment field's value.

func (*RecoveryInstance) SetPointInTimeSnapshotDateTime

func (s *RecoveryInstance) SetPointInTimeSnapshotDateTime(v string) *RecoveryInstance

SetPointInTimeSnapshotDateTime sets the PointInTimeSnapshotDateTime field's value.

func (*RecoveryInstance) SetRecoveryInstanceID

func (s *RecoveryInstance) SetRecoveryInstanceID(v string) *RecoveryInstance

SetRecoveryInstanceID sets the RecoveryInstanceID field's value.

func (*RecoveryInstance) SetRecoveryInstanceProperties

func (s *RecoveryInstance) SetRecoveryInstanceProperties(v *RecoveryInstanceProperties) *RecoveryInstance

SetRecoveryInstanceProperties sets the RecoveryInstanceProperties field's value.

func (*RecoveryInstance) SetSourceServerID

func (s *RecoveryInstance) SetSourceServerID(v string) *RecoveryInstance

SetSourceServerID sets the SourceServerID field's value.

func (*RecoveryInstance) SetTags

func (s *RecoveryInstance) SetTags(v map[string]*string) *RecoveryInstance

SetTags sets the Tags field's value.

func (RecoveryInstance) String

func (s RecoveryInstance) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RecoveryInstanceDataReplicationError

type RecoveryInstanceDataReplicationError struct {

	// Error in data replication.
	Error *string `locationName:"error" type:"string" enum:"FailbackReplicationError"`

	// Error in data replication.
	RawError *string `locationName:"rawError" type:"string"`
	// contains filtered or unexported fields
}

Error in data replication.

func (RecoveryInstanceDataReplicationError) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RecoveryInstanceDataReplicationError) SetError

SetError sets the Error field's value.

func (*RecoveryInstanceDataReplicationError) SetRawError

SetRawError sets the RawError field's value.

func (RecoveryInstanceDataReplicationError) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RecoveryInstanceDataReplicationInfo

type RecoveryInstanceDataReplicationInfo struct {

	// Information about Data Replication
	DataReplicationError *RecoveryInstanceDataReplicationError `locationName:"dataReplicationError" type:"structure"`

	// Information about whether the data replication has been initiated.
	DataReplicationInitiation *RecoveryInstanceDataReplicationInitiation `locationName:"dataReplicationInitiation" type:"structure"`

	// The state of the data replication.
	DataReplicationState *string `locationName:"dataReplicationState" type:"string" enum:"RecoveryInstanceDataReplicationState"`

	// An estimate of when the data replication will be completed.
	EtaDateTime *string `locationName:"etaDateTime" min:"19" type:"string"`

	// Data replication lag duration.
	LagDuration *string `locationName:"lagDuration" min:"19" type:"string"`

	// The disks that should be replicated.
	ReplicatedDisks []*RecoveryInstanceDataReplicationInfoReplicatedDisk `locationName:"replicatedDisks" type:"list"`

	// AWS Availability zone into which data is being replicated.
	StagingAvailabilityZone *string `locationName:"stagingAvailabilityZone" type:"string"`
	// contains filtered or unexported fields
}

Information about Data Replication

func (RecoveryInstanceDataReplicationInfo) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RecoveryInstanceDataReplicationInfo) SetDataReplicationError

SetDataReplicationError sets the DataReplicationError field's value.

func (*RecoveryInstanceDataReplicationInfo) SetDataReplicationInitiation

SetDataReplicationInitiation sets the DataReplicationInitiation field's value.

func (*RecoveryInstanceDataReplicationInfo) SetDataReplicationState

SetDataReplicationState sets the DataReplicationState field's value.

func (*RecoveryInstanceDataReplicationInfo) SetEtaDateTime

SetEtaDateTime sets the EtaDateTime field's value.

func (*RecoveryInstanceDataReplicationInfo) SetLagDuration

SetLagDuration sets the LagDuration field's value.

func (*RecoveryInstanceDataReplicationInfo) SetReplicatedDisks

SetReplicatedDisks sets the ReplicatedDisks field's value.

func (*RecoveryInstanceDataReplicationInfo) SetStagingAvailabilityZone added in v1.44.210

SetStagingAvailabilityZone sets the StagingAvailabilityZone field's value.

func (RecoveryInstanceDataReplicationInfo) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RecoveryInstanceDataReplicationInfoReplicatedDisk

type RecoveryInstanceDataReplicationInfoReplicatedDisk struct {

	// The size of the replication backlog in bytes.
	BackloggedStorageBytes *int64 `locationName:"backloggedStorageBytes" type:"long"`

	// The name of the device.
	DeviceName *string `locationName:"deviceName" type:"string"`

	// The amount of data replicated so far in bytes.
	ReplicatedStorageBytes *int64 `locationName:"replicatedStorageBytes" type:"long"`

	// The amount of data to be rescanned in bytes.
	RescannedStorageBytes *int64 `locationName:"rescannedStorageBytes" type:"long"`

	// The total amount of data to be replicated in bytes.
	TotalStorageBytes *int64 `locationName:"totalStorageBytes" type:"long"`
	// contains filtered or unexported fields
}

A disk that should be replicated.

func (RecoveryInstanceDataReplicationInfoReplicatedDisk) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RecoveryInstanceDataReplicationInfoReplicatedDisk) SetBackloggedStorageBytes

SetBackloggedStorageBytes sets the BackloggedStorageBytes field's value.

func (*RecoveryInstanceDataReplicationInfoReplicatedDisk) SetDeviceName

SetDeviceName sets the DeviceName field's value.

func (*RecoveryInstanceDataReplicationInfoReplicatedDisk) SetReplicatedStorageBytes

SetReplicatedStorageBytes sets the ReplicatedStorageBytes field's value.

func (*RecoveryInstanceDataReplicationInfoReplicatedDisk) SetRescannedStorageBytes

SetRescannedStorageBytes sets the RescannedStorageBytes field's value.

func (*RecoveryInstanceDataReplicationInfoReplicatedDisk) SetTotalStorageBytes

SetTotalStorageBytes sets the TotalStorageBytes field's value.

func (RecoveryInstanceDataReplicationInfoReplicatedDisk) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RecoveryInstanceDataReplicationInitiation

type RecoveryInstanceDataReplicationInitiation struct {

	// The date and time of the current attempt to initiate data replication.
	StartDateTime *string `locationName:"startDateTime" min:"19" type:"string"`

	// The steps of the current attempt to initiate data replication.
	Steps []*RecoveryInstanceDataReplicationInitiationStep `locationName:"steps" type:"list"`
	// contains filtered or unexported fields
}

Data replication initiation.

func (RecoveryInstanceDataReplicationInitiation) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RecoveryInstanceDataReplicationInitiation) SetStartDateTime

SetStartDateTime sets the StartDateTime field's value.

func (*RecoveryInstanceDataReplicationInitiation) SetSteps

SetSteps sets the Steps field's value.

func (RecoveryInstanceDataReplicationInitiation) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RecoveryInstanceDataReplicationInitiationStep

type RecoveryInstanceDataReplicationInitiationStep struct {

	// The name of the step.
	Name *string `locationName:"name" type:"string" enum:"RecoveryInstanceDataReplicationInitiationStepName"`

	// The status of the step.
	Status *string `locationName:"status" type:"string" enum:"RecoveryInstanceDataReplicationInitiationStepStatus"`
	// contains filtered or unexported fields
}

Data replication initiation step.

func (RecoveryInstanceDataReplicationInitiationStep) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RecoveryInstanceDataReplicationInitiationStep) SetName

SetName sets the Name field's value.

func (*RecoveryInstanceDataReplicationInitiationStep) SetStatus

SetStatus sets the Status field's value.

func (RecoveryInstanceDataReplicationInitiationStep) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RecoveryInstanceDisk

type RecoveryInstanceDisk struct {

	// The amount of storage on the disk in bytes.
	Bytes *int64 `locationName:"bytes" type:"long"`

	// The EBS Volume ID of this disk.
	EbsVolumeID *string `locationName:"ebsVolumeID" min:"10" type:"string"`

	// The internal device name of this disk. This is the name that is visible on
	// the machine itself and not from the EC2 console.
	InternalDeviceName *string `locationName:"internalDeviceName" type:"string"`
	// contains filtered or unexported fields
}

An object representing a block storage device on the Recovery Instance.

func (RecoveryInstanceDisk) GoString

func (s RecoveryInstanceDisk) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RecoveryInstanceDisk) SetBytes

SetBytes sets the Bytes field's value.

func (*RecoveryInstanceDisk) SetEbsVolumeID

func (s *RecoveryInstanceDisk) SetEbsVolumeID(v string) *RecoveryInstanceDisk

SetEbsVolumeID sets the EbsVolumeID field's value.

func (*RecoveryInstanceDisk) SetInternalDeviceName

func (s *RecoveryInstanceDisk) SetInternalDeviceName(v string) *RecoveryInstanceDisk

SetInternalDeviceName sets the InternalDeviceName field's value.

func (RecoveryInstanceDisk) String

func (s RecoveryInstanceDisk) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RecoveryInstanceFailback

type RecoveryInstanceFailback struct {

	// The date and time the agent on the Recovery Instance was last seen by the
	// service.
	AgentLastSeenByServiceDateTime *string `locationName:"agentLastSeenByServiceDateTime" min:"19" type:"string"`

	// The amount of time that the Recovery Instance has been replicating for.
	ElapsedReplicationDuration *string `locationName:"elapsedReplicationDuration" min:"19" type:"string"`

	// The ID of the failback client that this Recovery Instance is associated with.
	FailbackClientID *string `locationName:"failbackClientID" type:"string"`

	// The date and time that the failback client was last seen by the service.
	FailbackClientLastSeenByServiceDateTime *string `locationName:"failbackClientLastSeenByServiceDateTime" min:"19" type:"string"`

	// The date and time that the failback initiation started.
	FailbackInitiationTime *string `locationName:"failbackInitiationTime" min:"19" type:"string"`

	// The Job ID of the last failback log for this Recovery Instance.
	FailbackJobID *string `locationName:"failbackJobID" min:"24" type:"string"`

	// The launch type (Recovery / Drill) of the last launch for the failback replication
	// of this recovery instance.
	FailbackLaunchType *string `locationName:"failbackLaunchType" type:"string" enum:"FailbackLaunchType"`

	// Whether we are failing back to the original Source Server for this Recovery
	// Instance.
	FailbackToOriginalServer *bool `locationName:"failbackToOriginalServer" type:"boolean"`

	// The date and time of the first byte that was replicated from the Recovery
	// Instance.
	FirstByteDateTime *string `locationName:"firstByteDateTime" min:"19" type:"string"`

	// The state of the failback process that this Recovery Instance is in.
	State *string `locationName:"state" type:"string" enum:"FailbackState"`
	// contains filtered or unexported fields
}

An object representing failback related information of the Recovery Instance.

func (RecoveryInstanceFailback) GoString

func (s RecoveryInstanceFailback) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RecoveryInstanceFailback) SetAgentLastSeenByServiceDateTime

func (s *RecoveryInstanceFailback) SetAgentLastSeenByServiceDateTime(v string) *RecoveryInstanceFailback

SetAgentLastSeenByServiceDateTime sets the AgentLastSeenByServiceDateTime field's value.

func (*RecoveryInstanceFailback) SetElapsedReplicationDuration

func (s *RecoveryInstanceFailback) SetElapsedReplicationDuration(v string) *RecoveryInstanceFailback

SetElapsedReplicationDuration sets the ElapsedReplicationDuration field's value.

func (*RecoveryInstanceFailback) SetFailbackClientID

func (s *RecoveryInstanceFailback) SetFailbackClientID(v string) *RecoveryInstanceFailback

SetFailbackClientID sets the FailbackClientID field's value.

func (*RecoveryInstanceFailback) SetFailbackClientLastSeenByServiceDateTime

func (s *RecoveryInstanceFailback) SetFailbackClientLastSeenByServiceDateTime(v string) *RecoveryInstanceFailback

SetFailbackClientLastSeenByServiceDateTime sets the FailbackClientLastSeenByServiceDateTime field's value.

func (*RecoveryInstanceFailback) SetFailbackInitiationTime

func (s *RecoveryInstanceFailback) SetFailbackInitiationTime(v string) *RecoveryInstanceFailback

SetFailbackInitiationTime sets the FailbackInitiationTime field's value.

func (*RecoveryInstanceFailback) SetFailbackJobID

SetFailbackJobID sets the FailbackJobID field's value.

func (*RecoveryInstanceFailback) SetFailbackLaunchType added in v1.44.146

func (s *RecoveryInstanceFailback) SetFailbackLaunchType(v string) *RecoveryInstanceFailback

SetFailbackLaunchType sets the FailbackLaunchType field's value.

func (*RecoveryInstanceFailback) SetFailbackToOriginalServer

func (s *RecoveryInstanceFailback) SetFailbackToOriginalServer(v bool) *RecoveryInstanceFailback

SetFailbackToOriginalServer sets the FailbackToOriginalServer field's value.

func (*RecoveryInstanceFailback) SetFirstByteDateTime

func (s *RecoveryInstanceFailback) SetFirstByteDateTime(v string) *RecoveryInstanceFailback

SetFirstByteDateTime sets the FirstByteDateTime field's value.

func (*RecoveryInstanceFailback) SetState

SetState sets the State field's value.

func (RecoveryInstanceFailback) String

func (s RecoveryInstanceFailback) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RecoveryInstanceProperties

type RecoveryInstanceProperties struct {

	// An array of CPUs.
	Cpus []*CPU `locationName:"cpus" type:"list"`

	// An array of disks.
	Disks []*RecoveryInstanceDisk `locationName:"disks" type:"list"`

	// Hints used to uniquely identify a machine.
	IdentificationHints *IdentificationHints `locationName:"identificationHints" type:"structure"`

	// The date and time the Recovery Instance properties were last updated on.
	LastUpdatedDateTime *string `locationName:"lastUpdatedDateTime" min:"19" type:"string"`

	// An array of network interfaces.
	NetworkInterfaces []*NetworkInterface `locationName:"networkInterfaces" type:"list"`

	// Operating system.
	Os *OS `locationName:"os" type:"structure"`

	// The amount of RAM in bytes.
	RamBytes *int64 `locationName:"ramBytes" type:"long"`
	// contains filtered or unexported fields
}

Properties of the Recovery Instance machine.

func (RecoveryInstanceProperties) GoString

func (s RecoveryInstanceProperties) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RecoveryInstanceProperties) SetCpus

SetCpus sets the Cpus field's value.

func (*RecoveryInstanceProperties) SetDisks

SetDisks sets the Disks field's value.

func (*RecoveryInstanceProperties) SetIdentificationHints

SetIdentificationHints sets the IdentificationHints field's value.

func (*RecoveryInstanceProperties) SetLastUpdatedDateTime

func (s *RecoveryInstanceProperties) SetLastUpdatedDateTime(v string) *RecoveryInstanceProperties

SetLastUpdatedDateTime sets the LastUpdatedDateTime field's value.

func (*RecoveryInstanceProperties) SetNetworkInterfaces

SetNetworkInterfaces sets the NetworkInterfaces field's value.

func (*RecoveryInstanceProperties) SetOs

SetOs sets the Os field's value.

func (*RecoveryInstanceProperties) SetRamBytes

SetRamBytes sets the RamBytes field's value.

func (RecoveryInstanceProperties) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RecoverySnapshot

type RecoverySnapshot struct {

	// A list of EBS snapshots.
	EbsSnapshots []*string `locationName:"ebsSnapshots" type:"list"`

	// The timestamp of when we expect the snapshot to be taken.
	//
	// ExpectedTimestamp is a required field
	ExpectedTimestamp *string `locationName:"expectedTimestamp" min:"19" type:"string" required:"true"`

	// The ID of the Recovery Snapshot.
	//
	// SnapshotID is a required field
	SnapshotID *string `locationName:"snapshotID" min:"21" type:"string" required:"true"`

	// The ID of the Source Server that the snapshot was taken for.
	//
	// SourceServerID is a required field
	SourceServerID *string `locationName:"sourceServerID" min:"19" type:"string" required:"true"`

	// The actual timestamp that the snapshot was taken.
	Timestamp *string `locationName:"timestamp" min:"19" type:"string"`
	// contains filtered or unexported fields
}

A snapshot of a Source Server used during recovery.

func (RecoverySnapshot) GoString

func (s RecoverySnapshot) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RecoverySnapshot) SetEbsSnapshots

func (s *RecoverySnapshot) SetEbsSnapshots(v []*string) *RecoverySnapshot

SetEbsSnapshots sets the EbsSnapshots field's value.

func (*RecoverySnapshot) SetExpectedTimestamp

func (s *RecoverySnapshot) SetExpectedTimestamp(v string) *RecoverySnapshot

SetExpectedTimestamp sets the ExpectedTimestamp field's value.

func (*RecoverySnapshot) SetSnapshotID

func (s *RecoverySnapshot) SetSnapshotID(v string) *RecoverySnapshot

SetSnapshotID sets the SnapshotID field's value.

func (*RecoverySnapshot) SetSourceServerID

func (s *RecoverySnapshot) SetSourceServerID(v string) *RecoverySnapshot

SetSourceServerID sets the SourceServerID field's value.

func (*RecoverySnapshot) SetTimestamp

func (s *RecoverySnapshot) SetTimestamp(v string) *RecoverySnapshot

SetTimestamp sets the Timestamp field's value.

func (RecoverySnapshot) String

func (s RecoverySnapshot) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ReplicationConfigurationReplicatedDisk

type ReplicationConfigurationReplicatedDisk struct {

	// The name of the device.
	DeviceName *string `locationName:"deviceName" type:"string"`

	// The requested number of I/O operations per second (IOPS).
	Iops *int64 `locationName:"iops" type:"long"`

	// Whether to boot from this disk or not.
	IsBootDisk *bool `locationName:"isBootDisk" type:"boolean"`

	// The Staging Disk EBS volume type to be used during replication when stagingDiskType
	// is set to Auto. This is a read-only field.
	OptimizedStagingDiskType *string `locationName:"optimizedStagingDiskType" type:"string" enum:"ReplicationConfigurationReplicatedDiskStagingDiskType"`

	// The Staging Disk EBS volume type to be used during replication.
	StagingDiskType *string `locationName:"stagingDiskType" type:"string" enum:"ReplicationConfigurationReplicatedDiskStagingDiskType"`

	// The throughput to use for the EBS volume in MiB/s. This parameter is valid
	// only for gp3 volumes.
	Throughput *int64 `locationName:"throughput" type:"long"`
	// contains filtered or unexported fields
}

The configuration of a disk of the Source Server to be replicated.

func (ReplicationConfigurationReplicatedDisk) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ReplicationConfigurationReplicatedDisk) SetDeviceName

SetDeviceName sets the DeviceName field's value.

func (*ReplicationConfigurationReplicatedDisk) SetIops

SetIops sets the Iops field's value.

func (*ReplicationConfigurationReplicatedDisk) SetIsBootDisk

SetIsBootDisk sets the IsBootDisk field's value.

func (*ReplicationConfigurationReplicatedDisk) SetOptimizedStagingDiskType added in v1.44.56

SetOptimizedStagingDiskType sets the OptimizedStagingDiskType field's value.

func (*ReplicationConfigurationReplicatedDisk) SetStagingDiskType

SetStagingDiskType sets the StagingDiskType field's value.

func (*ReplicationConfigurationReplicatedDisk) SetThroughput

SetThroughput sets the Throughput field's value.

func (ReplicationConfigurationReplicatedDisk) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ReplicationConfigurationTemplate

type ReplicationConfigurationTemplate struct {

	// The Replication Configuration Template ARN.
	Arn *string `locationName:"arn" min:"20" type:"string"`

	// Whether to associate the default Elastic Disaster Recovery Security group
	// with the Replication Configuration Template.
	AssociateDefaultSecurityGroup *bool `locationName:"associateDefaultSecurityGroup" type:"boolean"`

	// Whether to allow the AWS replication agent to automatically replicate newly
	// added disks.
	AutoReplicateNewDisks *bool `locationName:"autoReplicateNewDisks" type:"boolean"`

	// Configure bandwidth throttling for the outbound data transfer rate of the
	// Source Server in Mbps.
	BandwidthThrottling *int64 `locationName:"bandwidthThrottling" type:"long"`

	// Whether to create a Public IP for the Recovery Instance by default.
	CreatePublicIP *bool `locationName:"createPublicIP" type:"boolean"`

	// The data plane routing mechanism that will be used for replication.
	DataPlaneRouting *string `locationName:"dataPlaneRouting" type:"string" enum:"ReplicationConfigurationDataPlaneRouting"`

	// The Staging Disk EBS volume type to be used during replication.
	DefaultLargeStagingDiskType *string `locationName:"defaultLargeStagingDiskType" type:"string" enum:"ReplicationConfigurationDefaultLargeStagingDiskType"`

	// The type of EBS encryption to be used during replication.
	EbsEncryption *string `locationName:"ebsEncryption" type:"string" enum:"ReplicationConfigurationEbsEncryption"`

	// The ARN of the EBS encryption key to be used during replication.
	EbsEncryptionKeyArn *string `locationName:"ebsEncryptionKeyArn" min:"20" type:"string"`

	// The Point in time (PIT) policy to manage snapshots taken during replication.
	PitPolicy []*PITPolicyRule `locationName:"pitPolicy" min:"1" type:"list"`

	// The Replication Configuration Template ID.
	//
	// ReplicationConfigurationTemplateID is a required field
	ReplicationConfigurationTemplateID *string `locationName:"replicationConfigurationTemplateID" min:"21" type:"string" required:"true"`

	// The instance type to be used for the replication server.
	ReplicationServerInstanceType *string `locationName:"replicationServerInstanceType" type:"string"`

	// The security group IDs that will be used by the replication server.
	ReplicationServersSecurityGroupsIDs []*string `locationName:"replicationServersSecurityGroupsIDs" type:"list"`

	// The subnet to be used by the replication staging area.
	StagingAreaSubnetId *string `locationName:"stagingAreaSubnetId" type:"string"`

	// A set of tags to be associated with all resources created in the replication
	// staging area: EC2 replication server, EBS volumes, EBS snapshots, etc.
	//
	// StagingAreaTags is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by ReplicationConfigurationTemplate's
	// String and GoString methods.
	StagingAreaTags map[string]*string `locationName:"stagingAreaTags" type:"map" sensitive:"true"`

	// A set of tags to be associated with the Replication Configuration Template
	// resource.
	//
	// Tags is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by ReplicationConfigurationTemplate's
	// String and GoString methods.
	Tags map[string]*string `locationName:"tags" type:"map" sensitive:"true"`

	// Whether to use a dedicated Replication Server in the replication staging
	// area.
	UseDedicatedReplicationServer *bool `locationName:"useDedicatedReplicationServer" type:"boolean"`
	// contains filtered or unexported fields
}

func (ReplicationConfigurationTemplate) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ReplicationConfigurationTemplate) SetArn

SetArn sets the Arn field's value.

func (*ReplicationConfigurationTemplate) SetAssociateDefaultSecurityGroup

func (s *ReplicationConfigurationTemplate) SetAssociateDefaultSecurityGroup(v bool) *ReplicationConfigurationTemplate

SetAssociateDefaultSecurityGroup sets the AssociateDefaultSecurityGroup field's value.

func (*ReplicationConfigurationTemplate) SetAutoReplicateNewDisks added in v1.44.233

SetAutoReplicateNewDisks sets the AutoReplicateNewDisks field's value.

func (*ReplicationConfigurationTemplate) SetBandwidthThrottling

SetBandwidthThrottling sets the BandwidthThrottling field's value.

func (*ReplicationConfigurationTemplate) SetCreatePublicIP

SetCreatePublicIP sets the CreatePublicIP field's value.

func (*ReplicationConfigurationTemplate) SetDataPlaneRouting

SetDataPlaneRouting sets the DataPlaneRouting field's value.

func (*ReplicationConfigurationTemplate) SetDefaultLargeStagingDiskType

func (s *ReplicationConfigurationTemplate) SetDefaultLargeStagingDiskType(v string) *ReplicationConfigurationTemplate

SetDefaultLargeStagingDiskType sets the DefaultLargeStagingDiskType field's value.

func (*ReplicationConfigurationTemplate) SetEbsEncryption

SetEbsEncryption sets the EbsEncryption field's value.

func (*ReplicationConfigurationTemplate) SetEbsEncryptionKeyArn

SetEbsEncryptionKeyArn sets the EbsEncryptionKeyArn field's value.

func (*ReplicationConfigurationTemplate) SetPitPolicy

SetPitPolicy sets the PitPolicy field's value.

func (*ReplicationConfigurationTemplate) SetReplicationConfigurationTemplateID

func (s *ReplicationConfigurationTemplate) SetReplicationConfigurationTemplateID(v string) *ReplicationConfigurationTemplate

SetReplicationConfigurationTemplateID sets the ReplicationConfigurationTemplateID field's value.

func (*ReplicationConfigurationTemplate) SetReplicationServerInstanceType

func (s *ReplicationConfigurationTemplate) SetReplicationServerInstanceType(v string) *ReplicationConfigurationTemplate

SetReplicationServerInstanceType sets the ReplicationServerInstanceType field's value.

func (*ReplicationConfigurationTemplate) SetReplicationServersSecurityGroupsIDs

func (s *ReplicationConfigurationTemplate) SetReplicationServersSecurityGroupsIDs(v []*string) *ReplicationConfigurationTemplate

SetReplicationServersSecurityGroupsIDs sets the ReplicationServersSecurityGroupsIDs field's value.

func (*ReplicationConfigurationTemplate) SetStagingAreaSubnetId

SetStagingAreaSubnetId sets the StagingAreaSubnetId field's value.

func (*ReplicationConfigurationTemplate) SetStagingAreaTags

SetStagingAreaTags sets the StagingAreaTags field's value.

func (*ReplicationConfigurationTemplate) SetTags

SetTags sets the Tags field's value.

func (*ReplicationConfigurationTemplate) SetUseDedicatedReplicationServer

func (s *ReplicationConfigurationTemplate) SetUseDedicatedReplicationServer(v bool) *ReplicationConfigurationTemplate

SetUseDedicatedReplicationServer sets the UseDedicatedReplicationServer field's value.

func (ReplicationConfigurationTemplate) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ResourceNotFoundException

type ResourceNotFoundException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Code_ *string `locationName:"code" type:"string"`

	Message_ *string `locationName:"message" type:"string"`

	// The ID of the resource.
	ResourceId *string `locationName:"resourceId" type:"string"`

	// The type of the resource.
	ResourceType *string `locationName:"resourceType" type:"string"`
	// contains filtered or unexported fields
}

The resource for this operation was not found.

func (*ResourceNotFoundException) Code

Code returns the exception type name.

func (*ResourceNotFoundException) Error

func (s *ResourceNotFoundException) Error() string

func (ResourceNotFoundException) GoString

func (s ResourceNotFoundException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourceNotFoundException) Message

func (s *ResourceNotFoundException) Message() string

Message returns the exception's message.

func (*ResourceNotFoundException) OrigErr

func (s *ResourceNotFoundException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ResourceNotFoundException) RequestID

func (s *ResourceNotFoundException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ResourceNotFoundException) StatusCode

func (s *ResourceNotFoundException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ResourceNotFoundException) String

func (s ResourceNotFoundException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RetryDataReplicationInput deprecated

type RetryDataReplicationInput struct {

	// The ID of the Source Server whose data replication should be retried.
	//
	// SourceServerID is a required field
	SourceServerID *string `locationName:"sourceServerID" min:"19" type:"string" required:"true"`
	// contains filtered or unexported fields
}

Deprecated: WARNING: RetryDataReplication is deprecated

func (RetryDataReplicationInput) GoString

func (s RetryDataReplicationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RetryDataReplicationInput) SetSourceServerID

SetSourceServerID sets the SourceServerID field's value.

func (RetryDataReplicationInput) String

func (s RetryDataReplicationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RetryDataReplicationInput) Validate

func (s *RetryDataReplicationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RetryDataReplicationOutput

type RetryDataReplicationOutput struct {

	// The ARN of the Source Server.
	Arn *string `locationName:"arn" min:"20" type:"string"`

	// The Data Replication Info of the Source Server.
	DataReplicationInfo *DataReplicationInfo `locationName:"dataReplicationInfo" type:"structure"`

	// The status of the last recovery launch of this Source Server.
	LastLaunchResult *string `locationName:"lastLaunchResult" type:"string" enum:"LastLaunchResult"`

	// The lifecycle information of this Source Server.
	LifeCycle *LifeCycle `locationName:"lifeCycle" type:"structure"`

	// The ID of the Recovery Instance associated with this Source Server.
	RecoveryInstanceId *string `locationName:"recoveryInstanceId" min:"10" type:"string"`

	// Replication direction of the Source Server.
	ReplicationDirection *string `locationName:"replicationDirection" type:"string" enum:"ReplicationDirection"`

	// For EC2-originated Source Servers which have been failed over and then failed
	// back, this value will mean the ARN of the Source Server on the opposite replication
	// direction.
	ReversedDirectionSourceServerArn *string `locationName:"reversedDirectionSourceServerArn" min:"20" type:"string"`

	// Source cloud properties of the Source Server.
	SourceCloudProperties *SourceCloudProperties `locationName:"sourceCloudProperties" type:"structure"`

	// The source properties of the Source Server.
	SourceProperties *SourceProperties `locationName:"sourceProperties" type:"structure"`

	// The ID of the Source Server.
	SourceServerID *string `locationName:"sourceServerID" min:"19" type:"string"`

	// The staging area of the source server.
	StagingArea *StagingArea `locationName:"stagingArea" type:"structure"`

	// The tags associated with the Source Server.
	//
	// Tags is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by RetryDataReplicationOutput's
	// String and GoString methods.
	Tags map[string]*string `locationName:"tags" type:"map" sensitive:"true"`
	// contains filtered or unexported fields
}

func (RetryDataReplicationOutput) GoString

func (s RetryDataReplicationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RetryDataReplicationOutput) SetArn

SetArn sets the Arn field's value.

func (*RetryDataReplicationOutput) SetDataReplicationInfo

SetDataReplicationInfo sets the DataReplicationInfo field's value.

func (*RetryDataReplicationOutput) SetLastLaunchResult

SetLastLaunchResult sets the LastLaunchResult field's value.

func (*RetryDataReplicationOutput) SetLifeCycle

SetLifeCycle sets the LifeCycle field's value.

func (*RetryDataReplicationOutput) SetRecoveryInstanceId

func (s *RetryDataReplicationOutput) SetRecoveryInstanceId(v string) *RetryDataReplicationOutput

SetRecoveryInstanceId sets the RecoveryInstanceId field's value.

func (*RetryDataReplicationOutput) SetReplicationDirection added in v1.44.146

func (s *RetryDataReplicationOutput) SetReplicationDirection(v string) *RetryDataReplicationOutput

SetReplicationDirection sets the ReplicationDirection field's value.

func (*RetryDataReplicationOutput) SetReversedDirectionSourceServerArn added in v1.44.146

func (s *RetryDataReplicationOutput) SetReversedDirectionSourceServerArn(v string) *RetryDataReplicationOutput

SetReversedDirectionSourceServerArn sets the ReversedDirectionSourceServerArn field's value.

func (*RetryDataReplicationOutput) SetSourceCloudProperties added in v1.44.146

SetSourceCloudProperties sets the SourceCloudProperties field's value.

func (*RetryDataReplicationOutput) SetSourceProperties

SetSourceProperties sets the SourceProperties field's value.

func (*RetryDataReplicationOutput) SetSourceServerID

SetSourceServerID sets the SourceServerID field's value.

func (*RetryDataReplicationOutput) SetStagingArea added in v1.44.25

SetStagingArea sets the StagingArea field's value.

func (*RetryDataReplicationOutput) SetTags

SetTags sets the Tags field's value.

func (RetryDataReplicationOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ReverseReplicationInput added in v1.44.146

type ReverseReplicationInput struct {

	// The ID of the Recovery Instance that we want to reverse the replication for.
	//
	// RecoveryInstanceID is a required field
	RecoveryInstanceID *string `locationName:"recoveryInstanceID" min:"10" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ReverseReplicationInput) GoString added in v1.44.146

func (s ReverseReplicationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ReverseReplicationInput) SetRecoveryInstanceID added in v1.44.146

func (s *ReverseReplicationInput) SetRecoveryInstanceID(v string) *ReverseReplicationInput

SetRecoveryInstanceID sets the RecoveryInstanceID field's value.

func (ReverseReplicationInput) String added in v1.44.146

func (s ReverseReplicationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ReverseReplicationInput) Validate added in v1.44.146

func (s *ReverseReplicationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ReverseReplicationOutput added in v1.44.146

type ReverseReplicationOutput struct {

	// ARN of created SourceServer.
	ReversedDirectionSourceServerArn *string `locationName:"reversedDirectionSourceServerArn" min:"20" type:"string"`
	// contains filtered or unexported fields
}

func (ReverseReplicationOutput) GoString added in v1.44.146

func (s ReverseReplicationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ReverseReplicationOutput) SetReversedDirectionSourceServerArn added in v1.44.146

func (s *ReverseReplicationOutput) SetReversedDirectionSourceServerArn(v string) *ReverseReplicationOutput

SetReversedDirectionSourceServerArn sets the ReversedDirectionSourceServerArn field's value.

func (ReverseReplicationOutput) String added in v1.44.146

func (s ReverseReplicationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ServiceQuotaExceededException

type ServiceQuotaExceededException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Code_ *string `locationName:"code" type:"string"`

	Message_ *string `locationName:"message" type:"string"`

	// Quota code.
	QuotaCode *string `locationName:"quotaCode" type:"string"`

	// The ID of the resource.
	ResourceId *string `locationName:"resourceId" type:"string"`

	// The type of the resource.
	ResourceType *string `locationName:"resourceType" type:"string"`

	// Service code.
	ServiceCode *string `locationName:"serviceCode" type:"string"`
	// contains filtered or unexported fields
}

The request could not be completed because its exceeded the service quota.

func (*ServiceQuotaExceededException) Code

Code returns the exception type name.

func (*ServiceQuotaExceededException) Error

func (ServiceQuotaExceededException) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ServiceQuotaExceededException) Message

Message returns the exception's message.

func (*ServiceQuotaExceededException) OrigErr

func (s *ServiceQuotaExceededException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ServiceQuotaExceededException) RequestID

func (s *ServiceQuotaExceededException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ServiceQuotaExceededException) StatusCode

func (s *ServiceQuotaExceededException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ServiceQuotaExceededException) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SourceCloudProperties added in v1.44.146

type SourceCloudProperties struct {

	// AWS Account ID for an EC2-originated Source Server.
	OriginAccountID *string `locationName:"originAccountID" min:"12" type:"string"`

	// AWS Availability Zone for an EC2-originated Source Server.
	OriginAvailabilityZone *string `locationName:"originAvailabilityZone" type:"string"`

	// AWS Region for an EC2-originated Source Server.
	OriginRegion *string `locationName:"originRegion" type:"string"`
	// contains filtered or unexported fields
}

Properties of the cloud environment where this Source Server originated from.

func (SourceCloudProperties) GoString added in v1.44.146

func (s SourceCloudProperties) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SourceCloudProperties) SetOriginAccountID added in v1.44.146

func (s *SourceCloudProperties) SetOriginAccountID(v string) *SourceCloudProperties

SetOriginAccountID sets the OriginAccountID field's value.

func (*SourceCloudProperties) SetOriginAvailabilityZone added in v1.44.146

func (s *SourceCloudProperties) SetOriginAvailabilityZone(v string) *SourceCloudProperties

SetOriginAvailabilityZone sets the OriginAvailabilityZone field's value.

func (*SourceCloudProperties) SetOriginRegion added in v1.44.146

func (s *SourceCloudProperties) SetOriginRegion(v string) *SourceCloudProperties

SetOriginRegion sets the OriginRegion field's value.

func (SourceCloudProperties) String added in v1.44.146

func (s SourceCloudProperties) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SourceProperties

type SourceProperties struct {

	// An array of CPUs.
	Cpus []*CPU `locationName:"cpus" type:"list"`

	// An array of disks.
	Disks []*Disk `locationName:"disks" type:"list"`

	// Hints used to uniquely identify a machine.
	IdentificationHints *IdentificationHints `locationName:"identificationHints" type:"structure"`

	// The date and time the Source Properties were last updated on.
	LastUpdatedDateTime *string `locationName:"lastUpdatedDateTime" min:"19" type:"string"`

	// An array of network interfaces.
	NetworkInterfaces []*NetworkInterface `locationName:"networkInterfaces" type:"list"`

	// Operating system.
	Os *OS `locationName:"os" type:"structure"`

	// The amount of RAM in bytes.
	RamBytes *int64 `locationName:"ramBytes" type:"long"`

	// The recommended EC2 instance type that will be used when recovering the Source
	// Server.
	RecommendedInstanceType *string `locationName:"recommendedInstanceType" type:"string"`

	// Are EC2 nitro instance types supported when recovering the Source Server.
	SupportsNitroInstances *bool `locationName:"supportsNitroInstances" type:"boolean"`
	// contains filtered or unexported fields
}

Properties of the Source Server machine.

func (SourceProperties) GoString

func (s SourceProperties) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SourceProperties) SetCpus

func (s *SourceProperties) SetCpus(v []*CPU) *SourceProperties

SetCpus sets the Cpus field's value.

func (*SourceProperties) SetDisks

func (s *SourceProperties) SetDisks(v []*Disk) *SourceProperties

SetDisks sets the Disks field's value.

func (*SourceProperties) SetIdentificationHints

func (s *SourceProperties) SetIdentificationHints(v *IdentificationHints) *SourceProperties

SetIdentificationHints sets the IdentificationHints field's value.

func (*SourceProperties) SetLastUpdatedDateTime

func (s *SourceProperties) SetLastUpdatedDateTime(v string) *SourceProperties

SetLastUpdatedDateTime sets the LastUpdatedDateTime field's value.

func (*SourceProperties) SetNetworkInterfaces

func (s *SourceProperties) SetNetworkInterfaces(v []*NetworkInterface) *SourceProperties

SetNetworkInterfaces sets the NetworkInterfaces field's value.

func (*SourceProperties) SetOs

func (s *SourceProperties) SetOs(v *OS) *SourceProperties

SetOs sets the Os field's value.

func (*SourceProperties) SetRamBytes

func (s *SourceProperties) SetRamBytes(v int64) *SourceProperties

SetRamBytes sets the RamBytes field's value.

func (*SourceProperties) SetRecommendedInstanceType

func (s *SourceProperties) SetRecommendedInstanceType(v string) *SourceProperties

SetRecommendedInstanceType sets the RecommendedInstanceType field's value.

func (*SourceProperties) SetSupportsNitroInstances added in v1.44.245

func (s *SourceProperties) SetSupportsNitroInstances(v bool) *SourceProperties

SetSupportsNitroInstances sets the SupportsNitroInstances field's value.

func (SourceProperties) String

func (s SourceProperties) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SourceServer

type SourceServer struct {

	// The ARN of the Source Server.
	Arn *string `locationName:"arn" min:"20" type:"string"`

	// The Data Replication Info of the Source Server.
	DataReplicationInfo *DataReplicationInfo `locationName:"dataReplicationInfo" type:"structure"`

	// The status of the last recovery launch of this Source Server.
	LastLaunchResult *string `locationName:"lastLaunchResult" type:"string" enum:"LastLaunchResult"`

	// The lifecycle information of this Source Server.
	LifeCycle *LifeCycle `locationName:"lifeCycle" type:"structure"`

	// The ID of the Recovery Instance associated with this Source Server.
	RecoveryInstanceId *string `locationName:"recoveryInstanceId" min:"10" type:"string"`

	// Replication direction of the Source Server.
	ReplicationDirection *string `locationName:"replicationDirection" type:"string" enum:"ReplicationDirection"`

	// For EC2-originated Source Servers which have been failed over and then failed
	// back, this value will mean the ARN of the Source Server on the opposite replication
	// direction.
	ReversedDirectionSourceServerArn *string `locationName:"reversedDirectionSourceServerArn" min:"20" type:"string"`

	// Source cloud properties of the Source Server.
	SourceCloudProperties *SourceCloudProperties `locationName:"sourceCloudProperties" type:"structure"`

	// The source properties of the Source Server.
	SourceProperties *SourceProperties `locationName:"sourceProperties" type:"structure"`

	// The ID of the Source Server.
	SourceServerID *string `locationName:"sourceServerID" min:"19" type:"string"`

	// The staging area of the source server.
	StagingArea *StagingArea `locationName:"stagingArea" type:"structure"`

	// The tags associated with the Source Server.
	//
	// Tags is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by SourceServer's
	// String and GoString methods.
	Tags map[string]*string `locationName:"tags" type:"map" sensitive:"true"`
	// contains filtered or unexported fields
}

func (SourceServer) GoString

func (s SourceServer) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SourceServer) SetArn

func (s *SourceServer) SetArn(v string) *SourceServer

SetArn sets the Arn field's value.

func (*SourceServer) SetDataReplicationInfo

func (s *SourceServer) SetDataReplicationInfo(v *DataReplicationInfo) *SourceServer

SetDataReplicationInfo sets the DataReplicationInfo field's value.

func (*SourceServer) SetLastLaunchResult

func (s *SourceServer) SetLastLaunchResult(v string) *SourceServer

SetLastLaunchResult sets the LastLaunchResult field's value.

func (*SourceServer) SetLifeCycle

func (s *SourceServer) SetLifeCycle(v *LifeCycle) *SourceServer

SetLifeCycle sets the LifeCycle field's value.

func (*SourceServer) SetRecoveryInstanceId

func (s *SourceServer) SetRecoveryInstanceId(v string) *SourceServer

SetRecoveryInstanceId sets the RecoveryInstanceId field's value.

func (*SourceServer) SetReplicationDirection added in v1.44.146

func (s *SourceServer) SetReplicationDirection(v string) *SourceServer

SetReplicationDirection sets the ReplicationDirection field's value.

func (*SourceServer) SetReversedDirectionSourceServerArn added in v1.44.146

func (s *SourceServer) SetReversedDirectionSourceServerArn(v string) *SourceServer

SetReversedDirectionSourceServerArn sets the ReversedDirectionSourceServerArn field's value.

func (*SourceServer) SetSourceCloudProperties added in v1.44.146

func (s *SourceServer) SetSourceCloudProperties(v *SourceCloudProperties) *SourceServer

SetSourceCloudProperties sets the SourceCloudProperties field's value.

func (*SourceServer) SetSourceProperties

func (s *SourceServer) SetSourceProperties(v *SourceProperties) *SourceServer

SetSourceProperties sets the SourceProperties field's value.

func (*SourceServer) SetSourceServerID

func (s *SourceServer) SetSourceServerID(v string) *SourceServer

SetSourceServerID sets the SourceServerID field's value.

func (*SourceServer) SetStagingArea added in v1.44.25

func (s *SourceServer) SetStagingArea(v *StagingArea) *SourceServer

SetStagingArea sets the StagingArea field's value.

func (*SourceServer) SetTags

func (s *SourceServer) SetTags(v map[string]*string) *SourceServer

SetTags sets the Tags field's value.

func (SourceServer) String

func (s SourceServer) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type StagingArea added in v1.44.25

type StagingArea struct {

	// Shows an error message that occurred when DRS tried to access the staging
	// source server. In this case StagingArea$status will have value EXTENSION_ERROR
	ErrorMessage *string `locationName:"errorMessage" type:"string"`

	// Account ID of the account to which source server belongs. If this source
	// server is extended - shows Account ID of staging source server.
	StagingAccountID *string `locationName:"stagingAccountID" min:"12" type:"string"`

	// Arn of the staging source server if this source server is extended
	StagingSourceServerArn *string `locationName:"stagingSourceServerArn" min:"20" type:"string"`

	// Status of Source server extension. Possible values: (a) NOT_EXTENDED - This
	// is a source server that is replicating in the current account. (b) EXTENDED
	// - Source server is extended from a staging source server. In this case, the
	// value of stagingSourceServerArn is pointing to the Arn of the source server
	// in the staging account. (c) EXTENSION_ERROR - Some issue occurred when accessing
	// staging source server. In this case, errorMessage field will contain an error
	// message that explains what happened.
	Status *string `locationName:"status" type:"string" enum:"ExtensionStatus"`
	// contains filtered or unexported fields
}

Staging information related to source server.

func (StagingArea) GoString added in v1.44.25

func (s StagingArea) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StagingArea) SetErrorMessage added in v1.44.25

func (s *StagingArea) SetErrorMessage(v string) *StagingArea

SetErrorMessage sets the ErrorMessage field's value.

func (*StagingArea) SetStagingAccountID added in v1.44.25

func (s *StagingArea) SetStagingAccountID(v string) *StagingArea

SetStagingAccountID sets the StagingAccountID field's value.

func (*StagingArea) SetStagingSourceServerArn added in v1.44.25

func (s *StagingArea) SetStagingSourceServerArn(v string) *StagingArea

SetStagingSourceServerArn sets the StagingSourceServerArn field's value.

func (*StagingArea) SetStatus added in v1.44.25

func (s *StagingArea) SetStatus(v string) *StagingArea

SetStatus sets the Status field's value.

func (StagingArea) String added in v1.44.25

func (s StagingArea) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type StagingSourceServer added in v1.44.25

type StagingSourceServer struct {

	// The ARN of the source server.
	Arn *string `locationName:"arn" min:"20" type:"string"`

	// Hostname of staging source server.
	Hostname *string `locationName:"hostname" type:"string"`

	// A list of tags associated with the staging source server.
	//
	// Tags is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by StagingSourceServer's
	// String and GoString methods.
	Tags map[string]*string `locationName:"tags" type:"map" sensitive:"true"`
	// contains filtered or unexported fields
}

Source server in staging account that extended source server connected to.

func (StagingSourceServer) GoString added in v1.44.25

func (s StagingSourceServer) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StagingSourceServer) SetArn added in v1.44.25

SetArn sets the Arn field's value.

func (*StagingSourceServer) SetHostname added in v1.44.25

func (s *StagingSourceServer) SetHostname(v string) *StagingSourceServer

SetHostname sets the Hostname field's value.

func (*StagingSourceServer) SetTags added in v1.44.25

SetTags sets the Tags field's value.

func (StagingSourceServer) String added in v1.44.25

func (s StagingSourceServer) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type StartFailbackLaunchInput

type StartFailbackLaunchInput struct {

	// The IDs of the Recovery Instance whose failback launch we want to request.
	//
	// RecoveryInstanceIDs is a required field
	RecoveryInstanceIDs []*string `locationName:"recoveryInstanceIDs" min:"1" type:"list" required:"true"`

	// The tags to be associated with the failback launch Job.
	//
	// Tags is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by StartFailbackLaunchInput's
	// String and GoString methods.
	Tags map[string]*string `locationName:"tags" type:"map" sensitive:"true"`
	// contains filtered or unexported fields
}

func (StartFailbackLaunchInput) GoString

func (s StartFailbackLaunchInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartFailbackLaunchInput) SetRecoveryInstanceIDs

func (s *StartFailbackLaunchInput) SetRecoveryInstanceIDs(v []*string) *StartFailbackLaunchInput

SetRecoveryInstanceIDs sets the RecoveryInstanceIDs field's value.

func (*StartFailbackLaunchInput) SetTags

SetTags sets the Tags field's value.

func (StartFailbackLaunchInput) String

func (s StartFailbackLaunchInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartFailbackLaunchInput) Validate

func (s *StartFailbackLaunchInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StartFailbackLaunchOutput

type StartFailbackLaunchOutput struct {

	// The failback launch Job.
	Job *Job `locationName:"job" type:"structure"`
	// contains filtered or unexported fields
}

func (StartFailbackLaunchOutput) GoString

func (s StartFailbackLaunchOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartFailbackLaunchOutput) SetJob

SetJob sets the Job field's value.

func (StartFailbackLaunchOutput) String

func (s StartFailbackLaunchOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type StartRecoveryInput

type StartRecoveryInput struct {

	// Whether this Source Server Recovery operation is a drill or not.
	IsDrill *bool `locationName:"isDrill" type:"boolean"`

	// The Source Servers that we want to start a Recovery Job for.
	//
	// SourceServers is a required field
	SourceServers []*StartRecoveryRequestSourceServer `locationName:"sourceServers" min:"1" type:"list" required:"true"`

	// The tags to be associated with the Recovery Job.
	//
	// Tags is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by StartRecoveryInput's
	// String and GoString methods.
	Tags map[string]*string `locationName:"tags" type:"map" sensitive:"true"`
	// contains filtered or unexported fields
}

func (StartRecoveryInput) GoString

func (s StartRecoveryInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartRecoveryInput) SetIsDrill

func (s *StartRecoveryInput) SetIsDrill(v bool) *StartRecoveryInput

SetIsDrill sets the IsDrill field's value.

func (*StartRecoveryInput) SetSourceServers

SetSourceServers sets the SourceServers field's value.

func (*StartRecoveryInput) SetTags

func (s *StartRecoveryInput) SetTags(v map[string]*string) *StartRecoveryInput

SetTags sets the Tags field's value.

func (StartRecoveryInput) String

func (s StartRecoveryInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartRecoveryInput) Validate

func (s *StartRecoveryInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StartRecoveryOutput

type StartRecoveryOutput struct {

	// The Recovery Job.
	Job *Job `locationName:"job" type:"structure"`
	// contains filtered or unexported fields
}

func (StartRecoveryOutput) GoString

func (s StartRecoveryOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartRecoveryOutput) SetJob

SetJob sets the Job field's value.

func (StartRecoveryOutput) String

func (s StartRecoveryOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type StartRecoveryRequestSourceServer

type StartRecoveryRequestSourceServer struct {

	// The ID of a Recovery Snapshot we want to recover from. Omit this field to
	// launch from the latest data by taking an on-demand snapshot.
	RecoverySnapshotID *string `locationName:"recoverySnapshotID" min:"21" type:"string"`

	// The ID of the Source Server you want to recover.
	//
	// SourceServerID is a required field
	SourceServerID *string `locationName:"sourceServerID" min:"19" type:"string" required:"true"`
	// contains filtered or unexported fields
}

An object representing the Source Server to recover.

func (StartRecoveryRequestSourceServer) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartRecoveryRequestSourceServer) SetRecoverySnapshotID

SetRecoverySnapshotID sets the RecoverySnapshotID field's value.

func (*StartRecoveryRequestSourceServer) SetSourceServerID

SetSourceServerID sets the SourceServerID field's value.

func (StartRecoveryRequestSourceServer) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartRecoveryRequestSourceServer) Validate

Validate inspects the fields of the type to determine if they are valid.

type StartReplicationInput added in v1.44.146

type StartReplicationInput struct {

	// The ID of the Source Server to start replication for.
	//
	// SourceServerID is a required field
	SourceServerID *string `locationName:"sourceServerID" min:"19" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (StartReplicationInput) GoString added in v1.44.146

func (s StartReplicationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartReplicationInput) SetSourceServerID added in v1.44.146

func (s *StartReplicationInput) SetSourceServerID(v string) *StartReplicationInput

SetSourceServerID sets the SourceServerID field's value.

func (StartReplicationInput) String added in v1.44.146

func (s StartReplicationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartReplicationInput) Validate added in v1.44.146

func (s *StartReplicationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StartReplicationOutput added in v1.44.146

type StartReplicationOutput struct {

	// The Source Server that this action was targeted on.
	SourceServer *SourceServer `locationName:"sourceServer" type:"structure"`
	// contains filtered or unexported fields
}

func (StartReplicationOutput) GoString added in v1.44.146

func (s StartReplicationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartReplicationOutput) SetSourceServer added in v1.44.146

SetSourceServer sets the SourceServer field's value.

func (StartReplicationOutput) String added in v1.44.146

func (s StartReplicationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type StopFailbackInput

type StopFailbackInput struct {

	// The ID of the Recovery Instance we want to stop failback for.
	//
	// RecoveryInstanceID is a required field
	RecoveryInstanceID *string `locationName:"recoveryInstanceID" min:"10" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (StopFailbackInput) GoString

func (s StopFailbackInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StopFailbackInput) SetRecoveryInstanceID

func (s *StopFailbackInput) SetRecoveryInstanceID(v string) *StopFailbackInput

SetRecoveryInstanceID sets the RecoveryInstanceID field's value.

func (StopFailbackInput) String

func (s StopFailbackInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StopFailbackInput) Validate

func (s *StopFailbackInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StopFailbackOutput

type StopFailbackOutput struct {
	// contains filtered or unexported fields
}

func (StopFailbackOutput) GoString

func (s StopFailbackOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (StopFailbackOutput) String

func (s StopFailbackOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type StopReplicationInput added in v1.44.146

type StopReplicationInput struct {

	// The ID of the Source Server to stop replication for.
	//
	// SourceServerID is a required field
	SourceServerID *string `locationName:"sourceServerID" min:"19" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (StopReplicationInput) GoString added in v1.44.146

func (s StopReplicationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StopReplicationInput) SetSourceServerID added in v1.44.146

func (s *StopReplicationInput) SetSourceServerID(v string) *StopReplicationInput

SetSourceServerID sets the SourceServerID field's value.

func (StopReplicationInput) String added in v1.44.146

func (s StopReplicationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StopReplicationInput) Validate added in v1.44.146

func (s *StopReplicationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StopReplicationOutput added in v1.44.146

type StopReplicationOutput struct {

	// The Source Server that this action was targeted on.
	SourceServer *SourceServer `locationName:"sourceServer" type:"structure"`
	// contains filtered or unexported fields
}

func (StopReplicationOutput) GoString added in v1.44.146

func (s StopReplicationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StopReplicationOutput) SetSourceServer added in v1.44.146

SetSourceServer sets the SourceServer field's value.

func (StopReplicationOutput) String added in v1.44.146

func (s StopReplicationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type TagResourceInput

type TagResourceInput struct {

	// ARN of the resource for which tags are to be added or updated.
	//
	// ResourceArn is a required field
	ResourceArn *string `location:"uri" locationName:"resourceArn" min:"20" type:"string" required:"true"`

	// Array of tags to be added or updated.
	//
	// Tags is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by TagResourceInput's
	// String and GoString methods.
	//
	// Tags is a required field
	Tags map[string]*string `locationName:"tags" type:"map" required:"true" sensitive:"true"`
	// contains filtered or unexported fields
}

func (TagResourceInput) GoString

func (s TagResourceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TagResourceInput) SetResourceArn

func (s *TagResourceInput) SetResourceArn(v string) *TagResourceInput

SetResourceArn sets the ResourceArn field's value.

func (*TagResourceInput) SetTags

func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput

SetTags sets the Tags field's value.

func (TagResourceInput) String

func (s TagResourceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TagResourceInput) Validate

func (s *TagResourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TagResourceOutput

type TagResourceOutput struct {
	// contains filtered or unexported fields
}

func (TagResourceOutput) GoString

func (s TagResourceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (TagResourceOutput) String

func (s TagResourceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type TerminateRecoveryInstancesInput

type TerminateRecoveryInstancesInput struct {

	// The IDs of the Recovery Instances that should be terminated.
	//
	// RecoveryInstanceIDs is a required field
	RecoveryInstanceIDs []*string `locationName:"recoveryInstanceIDs" min:"1" type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (TerminateRecoveryInstancesInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TerminateRecoveryInstancesInput) SetRecoveryInstanceIDs

SetRecoveryInstanceIDs sets the RecoveryInstanceIDs field's value.

func (TerminateRecoveryInstancesInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TerminateRecoveryInstancesInput) Validate

func (s *TerminateRecoveryInstancesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TerminateRecoveryInstancesOutput

type TerminateRecoveryInstancesOutput struct {

	// The Job for terminating the Recovery Instances.
	Job *Job `locationName:"job" type:"structure"`
	// contains filtered or unexported fields
}

func (TerminateRecoveryInstancesOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TerminateRecoveryInstancesOutput) SetJob

SetJob sets the Job field's value.

func (TerminateRecoveryInstancesOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ThrottlingException

type ThrottlingException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"message" type:"string"`

	// Quota code.
	QuotaCode *string `locationName:"quotaCode" type:"string"`

	// The number of seconds after which the request should be safe to retry.
	RetryAfterSeconds *string `location:"header" locationName:"Retry-After" type:"string"`

	// Service code.
	ServiceCode *string `locationName:"serviceCode" type:"string"`
	// contains filtered or unexported fields
}

The request was denied due to request throttling.

func (*ThrottlingException) Code

func (s *ThrottlingException) Code() string

Code returns the exception type name.

func (*ThrottlingException) Error

func (s *ThrottlingException) Error() string

func (ThrottlingException) GoString

func (s ThrottlingException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ThrottlingException) Message

func (s *ThrottlingException) Message() string

Message returns the exception's message.

func (*ThrottlingException) OrigErr

func (s *ThrottlingException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ThrottlingException) RequestID

func (s *ThrottlingException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ThrottlingException) StatusCode

func (s *ThrottlingException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ThrottlingException) String

func (s ThrottlingException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UninitializedAccountException

type UninitializedAccountException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Code_ *string `locationName:"code" type:"string"`

	Message_ *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

The account performing the request has not been initialized.

func (*UninitializedAccountException) Code

Code returns the exception type name.

func (*UninitializedAccountException) Error

func (UninitializedAccountException) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UninitializedAccountException) Message

Message returns the exception's message.

func (*UninitializedAccountException) OrigErr

func (s *UninitializedAccountException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*UninitializedAccountException) RequestID

func (s *UninitializedAccountException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*UninitializedAccountException) StatusCode

func (s *UninitializedAccountException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (UninitializedAccountException) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UntagResourceInput

type UntagResourceInput struct {

	// ARN of the resource for which tags are to be removed.
	//
	// ResourceArn is a required field
	ResourceArn *string `location:"uri" locationName:"resourceArn" min:"20" type:"string" required:"true"`

	// Array of tags to be removed.
	//
	// TagKeys is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by UntagResourceInput's
	// String and GoString methods.
	//
	// TagKeys is a required field
	TagKeys []*string `location:"querystring" locationName:"tagKeys" type:"list" required:"true" sensitive:"true"`
	// contains filtered or unexported fields
}

func (UntagResourceInput) GoString

func (s UntagResourceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UntagResourceInput) SetResourceArn

func (s *UntagResourceInput) SetResourceArn(v string) *UntagResourceInput

SetResourceArn sets the ResourceArn field's value.

func (*UntagResourceInput) SetTagKeys

func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput

SetTagKeys sets the TagKeys field's value.

func (UntagResourceInput) String

func (s UntagResourceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UntagResourceInput) Validate

func (s *UntagResourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UntagResourceOutput

type UntagResourceOutput struct {
	// contains filtered or unexported fields
}

func (UntagResourceOutput) GoString

func (s UntagResourceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (UntagResourceOutput) String

func (s UntagResourceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateFailbackReplicationConfigurationInput

type UpdateFailbackReplicationConfigurationInput struct {

	// Configure bandwidth throttling for the outbound data transfer rate of the
	// Recovery Instance in Mbps.
	BandwidthThrottling *int64 `locationName:"bandwidthThrottling" type:"long"`

	// The name of the Failback Replication Configuration.
	Name *string `locationName:"name" type:"string"`

	// The ID of the Recovery Instance.
	//
	// RecoveryInstanceID is a required field
	RecoveryInstanceID *string `locationName:"recoveryInstanceID" min:"10" type:"string" required:"true"`

	// Whether to use Private IP for the failback replication of the Recovery Instance.
	UsePrivateIP *bool `locationName:"usePrivateIP" type:"boolean"`
	// contains filtered or unexported fields
}

func (UpdateFailbackReplicationConfigurationInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateFailbackReplicationConfigurationInput) SetBandwidthThrottling

SetBandwidthThrottling sets the BandwidthThrottling field's value.

func (*UpdateFailbackReplicationConfigurationInput) SetName

SetName sets the Name field's value.

func (*UpdateFailbackReplicationConfigurationInput) SetRecoveryInstanceID

SetRecoveryInstanceID sets the RecoveryInstanceID field's value.

func (*UpdateFailbackReplicationConfigurationInput) SetUsePrivateIP

SetUsePrivateIP sets the UsePrivateIP field's value.

func (UpdateFailbackReplicationConfigurationInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateFailbackReplicationConfigurationInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type UpdateFailbackReplicationConfigurationOutput

type UpdateFailbackReplicationConfigurationOutput struct {
	// contains filtered or unexported fields
}

func (UpdateFailbackReplicationConfigurationOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (UpdateFailbackReplicationConfigurationOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateLaunchConfigurationInput

type UpdateLaunchConfigurationInput struct {

	// Whether we should copy the Private IP of the Source Server to the Recovery
	// Instance.
	CopyPrivateIp *bool `locationName:"copyPrivateIp" type:"boolean"`

	// Whether we want to copy the tags of the Source Server to the EC2 machine
	// of the Recovery Instance.
	CopyTags *bool `locationName:"copyTags" type:"boolean"`

	// The state of the Recovery Instance in EC2 after the recovery operation.
	LaunchDisposition *string `locationName:"launchDisposition" type:"string" enum:"LaunchDisposition"`

	// The licensing configuration to be used for this launch configuration.
	Licensing *Licensing `locationName:"licensing" type:"structure"`

	// The name of the launch configuration.
	Name *string `locationName:"name" type:"string"`

	// The ID of the Source Server that we want to retrieve a Launch Configuration
	// for.
	//
	// SourceServerID is a required field
	SourceServerID *string `locationName:"sourceServerID" min:"19" type:"string" required:"true"`

	// Whether Elastic Disaster Recovery should try to automatically choose the
	// instance type that best matches the OS, CPU, and RAM of your Source Server.
	TargetInstanceTypeRightSizingMethod *string `locationName:"targetInstanceTypeRightSizingMethod" type:"string" enum:"TargetInstanceTypeRightSizingMethod"`
	// contains filtered or unexported fields
}

func (UpdateLaunchConfigurationInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateLaunchConfigurationInput) SetCopyPrivateIp

SetCopyPrivateIp sets the CopyPrivateIp field's value.

func (*UpdateLaunchConfigurationInput) SetCopyTags

SetCopyTags sets the CopyTags field's value.

func (*UpdateLaunchConfigurationInput) SetLaunchDisposition

SetLaunchDisposition sets the LaunchDisposition field's value.

func (*UpdateLaunchConfigurationInput) SetLicensing

SetLicensing sets the Licensing field's value.

func (*UpdateLaunchConfigurationInput) SetName

SetName sets the Name field's value.

func (*UpdateLaunchConfigurationInput) SetSourceServerID

SetSourceServerID sets the SourceServerID field's value.

func (*UpdateLaunchConfigurationInput) SetTargetInstanceTypeRightSizingMethod

func (s *UpdateLaunchConfigurationInput) SetTargetInstanceTypeRightSizingMethod(v string) *UpdateLaunchConfigurationInput

SetTargetInstanceTypeRightSizingMethod sets the TargetInstanceTypeRightSizingMethod field's value.

func (UpdateLaunchConfigurationInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateLaunchConfigurationInput) Validate

func (s *UpdateLaunchConfigurationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateLaunchConfigurationOutput

type UpdateLaunchConfigurationOutput struct {

	// Whether we should copy the Private IP of the Source Server to the Recovery
	// Instance.
	CopyPrivateIp *bool `locationName:"copyPrivateIp" type:"boolean"`

	// Whether we want to copy the tags of the Source Server to the EC2 machine
	// of the Recovery Instance.
	CopyTags *bool `locationName:"copyTags" type:"boolean"`

	// The EC2 launch template ID of this launch configuration.
	Ec2LaunchTemplateID *string `locationName:"ec2LaunchTemplateID" type:"string"`

	// The state of the Recovery Instance in EC2 after the recovery operation.
	LaunchDisposition *string `locationName:"launchDisposition" type:"string" enum:"LaunchDisposition"`

	// The licensing configuration to be used for this launch configuration.
	Licensing *Licensing `locationName:"licensing" type:"structure"`

	// The name of the launch configuration.
	Name *string `locationName:"name" type:"string"`

	// The ID of the Source Server for this launch configuration.
	SourceServerID *string `locationName:"sourceServerID" min:"19" type:"string"`

	// Whether Elastic Disaster Recovery should try to automatically choose the
	// instance type that best matches the OS, CPU, and RAM of your Source Server.
	TargetInstanceTypeRightSizingMethod *string `locationName:"targetInstanceTypeRightSizingMethod" type:"string" enum:"TargetInstanceTypeRightSizingMethod"`
	// contains filtered or unexported fields
}

func (UpdateLaunchConfigurationOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateLaunchConfigurationOutput) SetCopyPrivateIp

SetCopyPrivateIp sets the CopyPrivateIp field's value.

func (*UpdateLaunchConfigurationOutput) SetCopyTags

SetCopyTags sets the CopyTags field's value.

func (*UpdateLaunchConfigurationOutput) SetEc2LaunchTemplateID

SetEc2LaunchTemplateID sets the Ec2LaunchTemplateID field's value.

func (*UpdateLaunchConfigurationOutput) SetLaunchDisposition

SetLaunchDisposition sets the LaunchDisposition field's value.

func (*UpdateLaunchConfigurationOutput) SetLicensing

SetLicensing sets the Licensing field's value.

func (*UpdateLaunchConfigurationOutput) SetName

SetName sets the Name field's value.

func (*UpdateLaunchConfigurationOutput) SetSourceServerID

SetSourceServerID sets the SourceServerID field's value.

func (*UpdateLaunchConfigurationOutput) SetTargetInstanceTypeRightSizingMethod

func (s *UpdateLaunchConfigurationOutput) SetTargetInstanceTypeRightSizingMethod(v string) *UpdateLaunchConfigurationOutput

SetTargetInstanceTypeRightSizingMethod sets the TargetInstanceTypeRightSizingMethod field's value.

func (UpdateLaunchConfigurationOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateLaunchConfigurationTemplateInput added in v1.44.245

type UpdateLaunchConfigurationTemplateInput struct {

	// Copy private IP.
	CopyPrivateIp *bool `locationName:"copyPrivateIp" type:"boolean"`

	// Copy tags.
	CopyTags *bool `locationName:"copyTags" type:"boolean"`

	// Launch Configuration Template ID.
	//
	// LaunchConfigurationTemplateID is a required field
	LaunchConfigurationTemplateID *string `locationName:"launchConfigurationTemplateID" min:"21" type:"string" required:"true"`

	// Launch disposition.
	LaunchDisposition *string `locationName:"launchDisposition" type:"string" enum:"LaunchDisposition"`

	// Licensing.
	Licensing *Licensing `locationName:"licensing" type:"structure"`

	// Target instance type right-sizing method.
	TargetInstanceTypeRightSizingMethod *string `locationName:"targetInstanceTypeRightSizingMethod" type:"string" enum:"TargetInstanceTypeRightSizingMethod"`
	// contains filtered or unexported fields
}

func (UpdateLaunchConfigurationTemplateInput) GoString added in v1.44.245

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateLaunchConfigurationTemplateInput) SetCopyPrivateIp added in v1.44.245

SetCopyPrivateIp sets the CopyPrivateIp field's value.

func (*UpdateLaunchConfigurationTemplateInput) SetCopyTags added in v1.44.245

SetCopyTags sets the CopyTags field's value.

func (*UpdateLaunchConfigurationTemplateInput) SetLaunchConfigurationTemplateID added in v1.44.245

SetLaunchConfigurationTemplateID sets the LaunchConfigurationTemplateID field's value.

func (*UpdateLaunchConfigurationTemplateInput) SetLaunchDisposition added in v1.44.245

SetLaunchDisposition sets the LaunchDisposition field's value.

func (*UpdateLaunchConfigurationTemplateInput) SetLicensing added in v1.44.245

SetLicensing sets the Licensing field's value.

func (*UpdateLaunchConfigurationTemplateInput) SetTargetInstanceTypeRightSizingMethod added in v1.44.245

func (s *UpdateLaunchConfigurationTemplateInput) SetTargetInstanceTypeRightSizingMethod(v string) *UpdateLaunchConfigurationTemplateInput

SetTargetInstanceTypeRightSizingMethod sets the TargetInstanceTypeRightSizingMethod field's value.

func (UpdateLaunchConfigurationTemplateInput) String added in v1.44.245

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateLaunchConfigurationTemplateInput) Validate added in v1.44.245

Validate inspects the fields of the type to determine if they are valid.

type UpdateLaunchConfigurationTemplateOutput added in v1.44.245

type UpdateLaunchConfigurationTemplateOutput struct {

	// Updated Launch Configuration Template.
	LaunchConfigurationTemplate *LaunchConfigurationTemplate `locationName:"launchConfigurationTemplate" type:"structure"`
	// contains filtered or unexported fields
}

func (UpdateLaunchConfigurationTemplateOutput) GoString added in v1.44.245

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateLaunchConfigurationTemplateOutput) SetLaunchConfigurationTemplate added in v1.44.245

SetLaunchConfigurationTemplate sets the LaunchConfigurationTemplate field's value.

func (UpdateLaunchConfigurationTemplateOutput) String added in v1.44.245

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateReplicationConfigurationInput

type UpdateReplicationConfigurationInput struct {

	// Whether to associate the default Elastic Disaster Recovery Security group
	// with the Replication Configuration.
	AssociateDefaultSecurityGroup *bool `locationName:"associateDefaultSecurityGroup" type:"boolean"`

	// Whether to allow the AWS replication agent to automatically replicate newly
	// added disks.
	AutoReplicateNewDisks *bool `locationName:"autoReplicateNewDisks" type:"boolean"`

	// Configure bandwidth throttling for the outbound data transfer rate of the
	// Source Server in Mbps.
	BandwidthThrottling *int64 `locationName:"bandwidthThrottling" type:"long"`

	// Whether to create a Public IP for the Recovery Instance by default.
	CreatePublicIP *bool `locationName:"createPublicIP" type:"boolean"`

	// The data plane routing mechanism that will be used for replication.
	DataPlaneRouting *string `locationName:"dataPlaneRouting" type:"string" enum:"ReplicationConfigurationDataPlaneRouting"`

	// The Staging Disk EBS volume type to be used during replication.
	DefaultLargeStagingDiskType *string `locationName:"defaultLargeStagingDiskType" type:"string" enum:"ReplicationConfigurationDefaultLargeStagingDiskType"`

	// The type of EBS encryption to be used during replication.
	EbsEncryption *string `locationName:"ebsEncryption" type:"string" enum:"ReplicationConfigurationEbsEncryption"`

	// The ARN of the EBS encryption key to be used during replication.
	EbsEncryptionKeyArn *string `locationName:"ebsEncryptionKeyArn" min:"20" type:"string"`

	// The name of the Replication Configuration.
	Name *string `locationName:"name" type:"string"`

	// The Point in time (PIT) policy to manage snapshots taken during replication.
	PitPolicy []*PITPolicyRule `locationName:"pitPolicy" min:"1" type:"list"`

	// The configuration of the disks of the Source Server to be replicated.
	ReplicatedDisks []*ReplicationConfigurationReplicatedDisk `locationName:"replicatedDisks" type:"list"`

	// The instance type to be used for the replication server.
	ReplicationServerInstanceType *string `locationName:"replicationServerInstanceType" type:"string"`

	// The security group IDs that will be used by the replication server.
	ReplicationServersSecurityGroupsIDs []*string `locationName:"replicationServersSecurityGroupsIDs" type:"list"`

	// The ID of the Source Server for this Replication Configuration.
	//
	// SourceServerID is a required field
	SourceServerID *string `locationName:"sourceServerID" min:"19" type:"string" required:"true"`

	// The subnet to be used by the replication staging area.
	StagingAreaSubnetId *string `locationName:"stagingAreaSubnetId" type:"string"`

	// A set of tags to be associated with all resources created in the replication
	// staging area: EC2 replication server, EBS volumes, EBS snapshots, etc.
	//
	// StagingAreaTags is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by UpdateReplicationConfigurationInput's
	// String and GoString methods.
	StagingAreaTags map[string]*string `locationName:"stagingAreaTags" type:"map" sensitive:"true"`

	// Whether to use a dedicated Replication Server in the replication staging
	// area.
	UseDedicatedReplicationServer *bool `locationName:"useDedicatedReplicationServer" type:"boolean"`
	// contains filtered or unexported fields
}

func (UpdateReplicationConfigurationInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateReplicationConfigurationInput) SetAssociateDefaultSecurityGroup

func (s *UpdateReplicationConfigurationInput) SetAssociateDefaultSecurityGroup(v bool) *UpdateReplicationConfigurationInput

SetAssociateDefaultSecurityGroup sets the AssociateDefaultSecurityGroup field's value.

func (*UpdateReplicationConfigurationInput) SetAutoReplicateNewDisks added in v1.44.233

SetAutoReplicateNewDisks sets the AutoReplicateNewDisks field's value.

func (*UpdateReplicationConfigurationInput) SetBandwidthThrottling

SetBandwidthThrottling sets the BandwidthThrottling field's value.

func (*UpdateReplicationConfigurationInput) SetCreatePublicIP

SetCreatePublicIP sets the CreatePublicIP field's value.

func (*UpdateReplicationConfigurationInput) SetDataPlaneRouting

SetDataPlaneRouting sets the DataPlaneRouting field's value.

func (*UpdateReplicationConfigurationInput) SetDefaultLargeStagingDiskType

SetDefaultLargeStagingDiskType sets the DefaultLargeStagingDiskType field's value.

func (*UpdateReplicationConfigurationInput) SetEbsEncryption

SetEbsEncryption sets the EbsEncryption field's value.

func (*UpdateReplicationConfigurationInput) SetEbsEncryptionKeyArn

SetEbsEncryptionKeyArn sets the EbsEncryptionKeyArn field's value.

func (*UpdateReplicationConfigurationInput) SetName

SetName sets the Name field's value.

func (*UpdateReplicationConfigurationInput) SetPitPolicy

SetPitPolicy sets the PitPolicy field's value.

func (*UpdateReplicationConfigurationInput) SetReplicatedDisks

SetReplicatedDisks sets the ReplicatedDisks field's value.

func (*UpdateReplicationConfigurationInput) SetReplicationServerInstanceType

func (s *UpdateReplicationConfigurationInput) SetReplicationServerInstanceType(v string) *UpdateReplicationConfigurationInput

SetReplicationServerInstanceType sets the ReplicationServerInstanceType field's value.

func (*UpdateReplicationConfigurationInput) SetReplicationServersSecurityGroupsIDs

func (s *UpdateReplicationConfigurationInput) SetReplicationServersSecurityGroupsIDs(v []*string) *UpdateReplicationConfigurationInput

SetReplicationServersSecurityGroupsIDs sets the ReplicationServersSecurityGroupsIDs field's value.

func (*UpdateReplicationConfigurationInput) SetSourceServerID

SetSourceServerID sets the SourceServerID field's value.

func (*UpdateReplicationConfigurationInput) SetStagingAreaSubnetId

SetStagingAreaSubnetId sets the StagingAreaSubnetId field's value.

func (*UpdateReplicationConfigurationInput) SetStagingAreaTags

SetStagingAreaTags sets the StagingAreaTags field's value.

func (*UpdateReplicationConfigurationInput) SetUseDedicatedReplicationServer

func (s *UpdateReplicationConfigurationInput) SetUseDedicatedReplicationServer(v bool) *UpdateReplicationConfigurationInput

SetUseDedicatedReplicationServer sets the UseDedicatedReplicationServer field's value.

func (UpdateReplicationConfigurationInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateReplicationConfigurationInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type UpdateReplicationConfigurationOutput

type UpdateReplicationConfigurationOutput struct {

	// Whether to associate the default Elastic Disaster Recovery Security group
	// with the Replication Configuration.
	AssociateDefaultSecurityGroup *bool `locationName:"associateDefaultSecurityGroup" type:"boolean"`

	// Whether to allow the AWS replication agent to automatically replicate newly
	// added disks.
	AutoReplicateNewDisks *bool `locationName:"autoReplicateNewDisks" type:"boolean"`

	// Configure bandwidth throttling for the outbound data transfer rate of the
	// Source Server in Mbps.
	BandwidthThrottling *int64 `locationName:"bandwidthThrottling" type:"long"`

	// Whether to create a Public IP for the Recovery Instance by default.
	CreatePublicIP *bool `locationName:"createPublicIP" type:"boolean"`

	// The data plane routing mechanism that will be used for replication.
	DataPlaneRouting *string `locationName:"dataPlaneRouting" type:"string" enum:"ReplicationConfigurationDataPlaneRouting"`

	// The Staging Disk EBS volume type to be used during replication.
	DefaultLargeStagingDiskType *string `locationName:"defaultLargeStagingDiskType" type:"string" enum:"ReplicationConfigurationDefaultLargeStagingDiskType"`

	// The type of EBS encryption to be used during replication.
	EbsEncryption *string `locationName:"ebsEncryption" type:"string" enum:"ReplicationConfigurationEbsEncryption"`

	// The ARN of the EBS encryption key to be used during replication.
	EbsEncryptionKeyArn *string `locationName:"ebsEncryptionKeyArn" min:"20" type:"string"`

	// The name of the Replication Configuration.
	Name *string `locationName:"name" type:"string"`

	// The Point in time (PIT) policy to manage snapshots taken during replication.
	PitPolicy []*PITPolicyRule `locationName:"pitPolicy" min:"1" type:"list"`

	// The configuration of the disks of the Source Server to be replicated.
	ReplicatedDisks []*ReplicationConfigurationReplicatedDisk `locationName:"replicatedDisks" type:"list"`

	// The instance type to be used for the replication server.
	ReplicationServerInstanceType *string `locationName:"replicationServerInstanceType" type:"string"`

	// The security group IDs that will be used by the replication server.
	ReplicationServersSecurityGroupsIDs []*string `locationName:"replicationServersSecurityGroupsIDs" type:"list"`

	// The ID of the Source Server for this Replication Configuration.
	SourceServerID *string `locationName:"sourceServerID" min:"19" type:"string"`

	// The subnet to be used by the replication staging area.
	StagingAreaSubnetId *string `locationName:"stagingAreaSubnetId" type:"string"`

	// A set of tags to be associated with all resources created in the replication
	// staging area: EC2 replication server, EBS volumes, EBS snapshots, etc.
	//
	// StagingAreaTags is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by UpdateReplicationConfigurationOutput's
	// String and GoString methods.
	StagingAreaTags map[string]*string `locationName:"stagingAreaTags" type:"map" sensitive:"true"`

	// Whether to use a dedicated Replication Server in the replication staging
	// area.
	UseDedicatedReplicationServer *bool `locationName:"useDedicatedReplicationServer" type:"boolean"`
	// contains filtered or unexported fields
}

func (UpdateReplicationConfigurationOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateReplicationConfigurationOutput) SetAssociateDefaultSecurityGroup

func (s *UpdateReplicationConfigurationOutput) SetAssociateDefaultSecurityGroup(v bool) *UpdateReplicationConfigurationOutput

SetAssociateDefaultSecurityGroup sets the AssociateDefaultSecurityGroup field's value.

func (*UpdateReplicationConfigurationOutput) SetAutoReplicateNewDisks added in v1.44.233

SetAutoReplicateNewDisks sets the AutoReplicateNewDisks field's value.

func (*UpdateReplicationConfigurationOutput) SetBandwidthThrottling

SetBandwidthThrottling sets the BandwidthThrottling field's value.

func (*UpdateReplicationConfigurationOutput) SetCreatePublicIP

SetCreatePublicIP sets the CreatePublicIP field's value.

func (*UpdateReplicationConfigurationOutput) SetDataPlaneRouting

SetDataPlaneRouting sets the DataPlaneRouting field's value.

func (*UpdateReplicationConfigurationOutput) SetDefaultLargeStagingDiskType

SetDefaultLargeStagingDiskType sets the DefaultLargeStagingDiskType field's value.

func (*UpdateReplicationConfigurationOutput) SetEbsEncryption

SetEbsEncryption sets the EbsEncryption field's value.

func (*UpdateReplicationConfigurationOutput) SetEbsEncryptionKeyArn

SetEbsEncryptionKeyArn sets the EbsEncryptionKeyArn field's value.

func (*UpdateReplicationConfigurationOutput) SetName

SetName sets the Name field's value.

func (*UpdateReplicationConfigurationOutput) SetPitPolicy

SetPitPolicy sets the PitPolicy field's value.

func (*UpdateReplicationConfigurationOutput) SetReplicatedDisks

SetReplicatedDisks sets the ReplicatedDisks field's value.

func (*UpdateReplicationConfigurationOutput) SetReplicationServerInstanceType

SetReplicationServerInstanceType sets the ReplicationServerInstanceType field's value.

func (*UpdateReplicationConfigurationOutput) SetReplicationServersSecurityGroupsIDs

func (s *UpdateReplicationConfigurationOutput) SetReplicationServersSecurityGroupsIDs(v []*string) *UpdateReplicationConfigurationOutput

SetReplicationServersSecurityGroupsIDs sets the ReplicationServersSecurityGroupsIDs field's value.

func (*UpdateReplicationConfigurationOutput) SetSourceServerID

SetSourceServerID sets the SourceServerID field's value.

func (*UpdateReplicationConfigurationOutput) SetStagingAreaSubnetId

SetStagingAreaSubnetId sets the StagingAreaSubnetId field's value.

func (*UpdateReplicationConfigurationOutput) SetStagingAreaTags

SetStagingAreaTags sets the StagingAreaTags field's value.

func (*UpdateReplicationConfigurationOutput) SetUseDedicatedReplicationServer

func (s *UpdateReplicationConfigurationOutput) SetUseDedicatedReplicationServer(v bool) *UpdateReplicationConfigurationOutput

SetUseDedicatedReplicationServer sets the UseDedicatedReplicationServer field's value.

func (UpdateReplicationConfigurationOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateReplicationConfigurationTemplateInput

type UpdateReplicationConfigurationTemplateInput struct {

	// The Replication Configuration Template ARN.
	Arn *string `locationName:"arn" min:"20" type:"string"`

	// Whether to associate the default Elastic Disaster Recovery Security group
	// with the Replication Configuration Template.
	AssociateDefaultSecurityGroup *bool `locationName:"associateDefaultSecurityGroup" type:"boolean"`

	// Whether to allow the AWS replication agent to automatically replicate newly
	// added disks.
	AutoReplicateNewDisks *bool `locationName:"autoReplicateNewDisks" type:"boolean"`

	// Configure bandwidth throttling for the outbound data transfer rate of the
	// Source Server in Mbps.
	BandwidthThrottling *int64 `locationName:"bandwidthThrottling" type:"long"`

	// Whether to create a Public IP for the Recovery Instance by default.
	CreatePublicIP *bool `locationName:"createPublicIP" type:"boolean"`

	// The data plane routing mechanism that will be used for replication.
	DataPlaneRouting *string `locationName:"dataPlaneRouting" type:"string" enum:"ReplicationConfigurationDataPlaneRouting"`

	// The Staging Disk EBS volume type to be used during replication.
	DefaultLargeStagingDiskType *string `locationName:"defaultLargeStagingDiskType" type:"string" enum:"ReplicationConfigurationDefaultLargeStagingDiskType"`

	// The type of EBS encryption to be used during replication.
	EbsEncryption *string `locationName:"ebsEncryption" type:"string" enum:"ReplicationConfigurationEbsEncryption"`

	// The ARN of the EBS encryption key to be used during replication.
	EbsEncryptionKeyArn *string `locationName:"ebsEncryptionKeyArn" min:"20" type:"string"`

	// The Point in time (PIT) policy to manage snapshots taken during replication.
	PitPolicy []*PITPolicyRule `locationName:"pitPolicy" min:"1" type:"list"`

	// The Replication Configuration Template ID.
	//
	// ReplicationConfigurationTemplateID is a required field
	ReplicationConfigurationTemplateID *string `locationName:"replicationConfigurationTemplateID" min:"21" type:"string" required:"true"`

	// The instance type to be used for the replication server.
	ReplicationServerInstanceType *string `locationName:"replicationServerInstanceType" type:"string"`

	// The security group IDs that will be used by the replication server.
	ReplicationServersSecurityGroupsIDs []*string `locationName:"replicationServersSecurityGroupsIDs" type:"list"`

	// The subnet to be used by the replication staging area.
	StagingAreaSubnetId *string `locationName:"stagingAreaSubnetId" type:"string"`

	// A set of tags to be associated with all resources created in the replication
	// staging area: EC2 replication server, EBS volumes, EBS snapshots, etc.
	//
	// StagingAreaTags is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by UpdateReplicationConfigurationTemplateInput's
	// String and GoString methods.
	StagingAreaTags map[string]*string `locationName:"stagingAreaTags" type:"map" sensitive:"true"`

	// Whether to use a dedicated Replication Server in the replication staging
	// area.
	UseDedicatedReplicationServer *bool `locationName:"useDedicatedReplicationServer" type:"boolean"`
	// contains filtered or unexported fields
}

func (UpdateReplicationConfigurationTemplateInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateReplicationConfigurationTemplateInput) SetArn

SetArn sets the Arn field's value.

func (*UpdateReplicationConfigurationTemplateInput) SetAssociateDefaultSecurityGroup

SetAssociateDefaultSecurityGroup sets the AssociateDefaultSecurityGroup field's value.

func (*UpdateReplicationConfigurationTemplateInput) SetAutoReplicateNewDisks added in v1.44.233

SetAutoReplicateNewDisks sets the AutoReplicateNewDisks field's value.

func (*UpdateReplicationConfigurationTemplateInput) SetBandwidthThrottling

SetBandwidthThrottling sets the BandwidthThrottling field's value.

func (*UpdateReplicationConfigurationTemplateInput) SetCreatePublicIP

SetCreatePublicIP sets the CreatePublicIP field's value.

func (*UpdateReplicationConfigurationTemplateInput) SetDataPlaneRouting

SetDataPlaneRouting sets the DataPlaneRouting field's value.

func (*UpdateReplicationConfigurationTemplateInput) SetDefaultLargeStagingDiskType

SetDefaultLargeStagingDiskType sets the DefaultLargeStagingDiskType field's value.

func (*UpdateReplicationConfigurationTemplateInput) SetEbsEncryption

SetEbsEncryption sets the EbsEncryption field's value.

func (*UpdateReplicationConfigurationTemplateInput) SetEbsEncryptionKeyArn

SetEbsEncryptionKeyArn sets the EbsEncryptionKeyArn field's value.

func (*UpdateReplicationConfigurationTemplateInput) SetPitPolicy

SetPitPolicy sets the PitPolicy field's value.

func (*UpdateReplicationConfigurationTemplateInput) SetReplicationConfigurationTemplateID

SetReplicationConfigurationTemplateID sets the ReplicationConfigurationTemplateID field's value.

func (*UpdateReplicationConfigurationTemplateInput) SetReplicationServerInstanceType

SetReplicationServerInstanceType sets the ReplicationServerInstanceType field's value.

func (*UpdateReplicationConfigurationTemplateInput) SetReplicationServersSecurityGroupsIDs

SetReplicationServersSecurityGroupsIDs sets the ReplicationServersSecurityGroupsIDs field's value.

func (*UpdateReplicationConfigurationTemplateInput) SetStagingAreaSubnetId

SetStagingAreaSubnetId sets the StagingAreaSubnetId field's value.

func (*UpdateReplicationConfigurationTemplateInput) SetStagingAreaTags

SetStagingAreaTags sets the StagingAreaTags field's value.

func (*UpdateReplicationConfigurationTemplateInput) SetUseDedicatedReplicationServer

SetUseDedicatedReplicationServer sets the UseDedicatedReplicationServer field's value.

func (UpdateReplicationConfigurationTemplateInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateReplicationConfigurationTemplateInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type UpdateReplicationConfigurationTemplateOutput

type UpdateReplicationConfigurationTemplateOutput struct {

	// The Replication Configuration Template ARN.
	Arn *string `locationName:"arn" min:"20" type:"string"`

	// Whether to associate the default Elastic Disaster Recovery Security group
	// with the Replication Configuration Template.
	AssociateDefaultSecurityGroup *bool `locationName:"associateDefaultSecurityGroup" type:"boolean"`

	// Whether to allow the AWS replication agent to automatically replicate newly
	// added disks.
	AutoReplicateNewDisks *bool `locationName:"autoReplicateNewDisks" type:"boolean"`

	// Configure bandwidth throttling for the outbound data transfer rate of the
	// Source Server in Mbps.
	BandwidthThrottling *int64 `locationName:"bandwidthThrottling" type:"long"`

	// Whether to create a Public IP for the Recovery Instance by default.
	CreatePublicIP *bool `locationName:"createPublicIP" type:"boolean"`

	// The data plane routing mechanism that will be used for replication.
	DataPlaneRouting *string `locationName:"dataPlaneRouting" type:"string" enum:"ReplicationConfigurationDataPlaneRouting"`

	// The Staging Disk EBS volume type to be used during replication.
	DefaultLargeStagingDiskType *string `locationName:"defaultLargeStagingDiskType" type:"string" enum:"ReplicationConfigurationDefaultLargeStagingDiskType"`

	// The type of EBS encryption to be used during replication.
	EbsEncryption *string `locationName:"ebsEncryption" type:"string" enum:"ReplicationConfigurationEbsEncryption"`

	// The ARN of the EBS encryption key to be used during replication.
	EbsEncryptionKeyArn *string `locationName:"ebsEncryptionKeyArn" min:"20" type:"string"`

	// The Point in time (PIT) policy to manage snapshots taken during replication.
	PitPolicy []*PITPolicyRule `locationName:"pitPolicy" min:"1" type:"list"`

	// The Replication Configuration Template ID.
	//
	// ReplicationConfigurationTemplateID is a required field
	ReplicationConfigurationTemplateID *string `locationName:"replicationConfigurationTemplateID" min:"21" type:"string" required:"true"`

	// The instance type to be used for the replication server.
	ReplicationServerInstanceType *string `locationName:"replicationServerInstanceType" type:"string"`

	// The security group IDs that will be used by the replication server.
	ReplicationServersSecurityGroupsIDs []*string `locationName:"replicationServersSecurityGroupsIDs" type:"list"`

	// The subnet to be used by the replication staging area.
	StagingAreaSubnetId *string `locationName:"stagingAreaSubnetId" type:"string"`

	// A set of tags to be associated with all resources created in the replication
	// staging area: EC2 replication server, EBS volumes, EBS snapshots, etc.
	//
	// StagingAreaTags is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by UpdateReplicationConfigurationTemplateOutput's
	// String and GoString methods.
	StagingAreaTags map[string]*string `locationName:"stagingAreaTags" type:"map" sensitive:"true"`

	// A set of tags to be associated with the Replication Configuration Template
	// resource.
	//
	// Tags is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by UpdateReplicationConfigurationTemplateOutput's
	// String and GoString methods.
	Tags map[string]*string `locationName:"tags" type:"map" sensitive:"true"`

	// Whether to use a dedicated Replication Server in the replication staging
	// area.
	UseDedicatedReplicationServer *bool `locationName:"useDedicatedReplicationServer" type:"boolean"`
	// contains filtered or unexported fields
}

func (UpdateReplicationConfigurationTemplateOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateReplicationConfigurationTemplateOutput) SetArn

SetArn sets the Arn field's value.

func (*UpdateReplicationConfigurationTemplateOutput) SetAssociateDefaultSecurityGroup

SetAssociateDefaultSecurityGroup sets the AssociateDefaultSecurityGroup field's value.

func (*UpdateReplicationConfigurationTemplateOutput) SetAutoReplicateNewDisks added in v1.44.233

SetAutoReplicateNewDisks sets the AutoReplicateNewDisks field's value.

func (*UpdateReplicationConfigurationTemplateOutput) SetBandwidthThrottling

SetBandwidthThrottling sets the BandwidthThrottling field's value.

func (*UpdateReplicationConfigurationTemplateOutput) SetCreatePublicIP

SetCreatePublicIP sets the CreatePublicIP field's value.

func (*UpdateReplicationConfigurationTemplateOutput) SetDataPlaneRouting

SetDataPlaneRouting sets the DataPlaneRouting field's value.

func (*UpdateReplicationConfigurationTemplateOutput) SetDefaultLargeStagingDiskType

SetDefaultLargeStagingDiskType sets the DefaultLargeStagingDiskType field's value.

func (*UpdateReplicationConfigurationTemplateOutput) SetEbsEncryption

SetEbsEncryption sets the EbsEncryption field's value.

func (*UpdateReplicationConfigurationTemplateOutput) SetEbsEncryptionKeyArn

SetEbsEncryptionKeyArn sets the EbsEncryptionKeyArn field's value.

func (*UpdateReplicationConfigurationTemplateOutput) SetPitPolicy

SetPitPolicy sets the PitPolicy field's value.

func (*UpdateReplicationConfigurationTemplateOutput) SetReplicationConfigurationTemplateID

SetReplicationConfigurationTemplateID sets the ReplicationConfigurationTemplateID field's value.

func (*UpdateReplicationConfigurationTemplateOutput) SetReplicationServerInstanceType

SetReplicationServerInstanceType sets the ReplicationServerInstanceType field's value.

func (*UpdateReplicationConfigurationTemplateOutput) SetReplicationServersSecurityGroupsIDs

SetReplicationServersSecurityGroupsIDs sets the ReplicationServersSecurityGroupsIDs field's value.

func (*UpdateReplicationConfigurationTemplateOutput) SetStagingAreaSubnetId

SetStagingAreaSubnetId sets the StagingAreaSubnetId field's value.

func (*UpdateReplicationConfigurationTemplateOutput) SetStagingAreaTags

SetStagingAreaTags sets the StagingAreaTags field's value.

func (*UpdateReplicationConfigurationTemplateOutput) SetTags

SetTags sets the Tags field's value.

func (*UpdateReplicationConfigurationTemplateOutput) SetUseDedicatedReplicationServer

SetUseDedicatedReplicationServer sets the UseDedicatedReplicationServer field's value.

func (UpdateReplicationConfigurationTemplateOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ValidationException

type ValidationException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Code_ *string `locationName:"code" type:"string"`

	// A list of fields that failed validation.
	FieldList []*ValidationExceptionField `locationName:"fieldList" type:"list"`

	Message_ *string `locationName:"message" type:"string"`

	// Validation exception reason.
	Reason *string `locationName:"reason" type:"string" enum:"ValidationExceptionReason"`
	// contains filtered or unexported fields
}

The input fails to satisfy the constraints specified by the AWS service.

func (*ValidationException) Code

func (s *ValidationException) Code() string

Code returns the exception type name.

func (*ValidationException) Error

func (s *ValidationException) Error() string

func (ValidationException) GoString

func (s ValidationException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ValidationException) Message

func (s *ValidationException) Message() string

Message returns the exception's message.

func (*ValidationException) OrigErr

func (s *ValidationException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ValidationException) RequestID

func (s *ValidationException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ValidationException) StatusCode

func (s *ValidationException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ValidationException) String

func (s ValidationException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ValidationExceptionField

type ValidationExceptionField struct {

	// Validate exception field message.
	Message *string `locationName:"message" type:"string"`

	// Validate exception field name.
	Name *string `locationName:"name" type:"string"`
	// contains filtered or unexported fields
}

Validate exception field.

func (ValidationExceptionField) GoString

func (s ValidationExceptionField) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ValidationExceptionField) SetMessage

SetMessage sets the Message field's value.

func (*ValidationExceptionField) SetName

SetName sets the Name field's value.

func (ValidationExceptionField) String

func (s ValidationExceptionField) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

Directories

Path Synopsis
Package drsiface provides an interface to enable mocking the Elastic Disaster Recovery Service service client for testing your code.
Package drsiface provides an interface to enable mocking the Elastic Disaster Recovery Service service client for testing your code.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL